

/* Start:/local/templates/milana2024/assets/css/new-styles/styles.css?175022200323353*/
:root{
    --transition: all 0.3s ease;
    --color-main: #8c2837;
    --color-main-light: #d1717b;
    --color-background-white: #f6f6f8;
    --color-gray-dark: #505053;
    --color-gray: #CBCCD4;
    --color-gray-light: #f0f0f0;
    --color-white: white;
    --color-black: black;
    --box-shadow: 0px 0px 21px -3px rgba(34, 60, 80, 0.17);
    --box-shadow-no-top-right: -14px 14px 32px -17px rgba(34, 60, 80, 0.17);
    --box-shadow-top: -14px 14px 32px -17px rgba(34, 60, 80, 0.17);
}

.dropdown-menu {
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    padding: 0.5rem 0.5rem;
    margin: 0;
    font-size: 1rem;
    color: #000000;
    text-align: left;
    list-style: none;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 0 solid rgba(0, 0, 0, 0.15);
    border-radius: 0;
    width: max-content;
    box-shadow: 0 0 17px rgba(0, 0, 0, 0.05);
}

.dropdown-menu[data-bs-popper] {
    top: 100%;
    left: 0;
    margin-top: 0.125rem;
}

.dropdown-menu-start {
    --bs-position: start;
}

.dropdown-menu-start[data-bs-popper] {
    right: auto
    /* rtl:ignore */
;
    left: 0
    /* rtl:ignore */
;
}

.dropdown-menu-end {
    --bs-position: end;
}

.dropdown-menu-end[data-bs-popper] {
    right: 0
    /* rtl:ignore */
;
    left: auto
    /* rtl:ignore */
;
}

@media (min-width: 576px) {
    .dropdown-menu-sm-start {
        --bs-position: start;
    }
    .dropdown-menu-sm-start[data-bs-popper] {
        right: auto
        /* rtl:ignore */
    ;
        left: 0
        /* rtl:ignore */
    ;
    }
    .dropdown-menu-sm-end {
        --bs-position: end;
    }
    .dropdown-menu-sm-end[data-bs-popper] {
        right: 0
        /* rtl:ignore */
    ;
        left: auto
        /* rtl:ignore */
    ;
    }
}

@media (min-width: 768px) {
    .dropdown-menu-md-start {
        --bs-position: start;
    }
    .dropdown-menu-md-start[data-bs-popper] {
        right: auto
        /* rtl:ignore */
    ;
        left: 0
        /* rtl:ignore */
    ;
    }
    .dropdown-menu-md-end {
        --bs-position: end;
    }
    .dropdown-menu-md-end[data-bs-popper] {
        right: 0
        /* rtl:ignore */
    ;
        left: auto
        /* rtl:ignore */
    ;
    }
}

@media (min-width: 992px) {
    .dropdown-menu-lg-start {
        --bs-position: start;
    }
    .dropdown-menu-lg-start[data-bs-popper] {
        right: auto
        /* rtl:ignore */
    ;
        left: 0
        /* rtl:ignore */
    ;
    }
    .dropdown-menu-lg-end {
        --bs-position: end;
    }
    .dropdown-menu-lg-end[data-bs-popper] {
        right: 0
        /* rtl:ignore */
    ;
        left: auto
        /* rtl:ignore */
    ;
    }
}

@media (min-width: 1200px) {
    .dropdown-menu-xl-start {
        --bs-position: start;
    }
    .dropdown-menu-xl-start[data-bs-popper] {
        right: auto
        /* rtl:ignore */
    ;
        left: 0
        /* rtl:ignore */
    ;
    }
    .dropdown-menu-xl-end {
        --bs-position: end;
    }
    .dropdown-menu-xl-end[data-bs-popper] {
        right: 0
        /* rtl:ignore */
    ;
        left: auto
        /* rtl:ignore */
    ;
    }
}

@media (min-width: 1400px) {
    .dropdown-menu-xxl-start {
        --bs-position: start;
    }
    .dropdown-menu-xxl-start[data-bs-popper] {
        right: auto
        /* rtl:ignore */
    ;
        left: 0
        /* rtl:ignore */
    ;
    }
    .dropdown-menu-xxl-end {
        --bs-position: end;
    }
    .dropdown-menu-xxl-end[data-bs-popper] {
        right: 0
        /* rtl:ignore */
    ;
        left: auto
        /* rtl:ignore */
    ;
    }
}

@media (min-width: 1600px) {
    .dropdown-menu-xxxl-start {
        --bs-position: start;
    }
    .dropdown-menu-xxxl-start[data-bs-popper] {
        right: auto
        /* rtl:ignore */
    ;
        left: 0
        /* rtl:ignore */
    ;
    }
    .dropdown-menu-xxxl-end {
        --bs-position: end;
    }
    .dropdown-menu-xxxl-end[data-bs-popper] {
        right: 0
        /* rtl:ignore */
    ;
        left: auto
        /* rtl:ignore */
    ;
    }
}

.dropup .dropdown-menu[data-bs-popper] {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: 0.125rem;
}

.dropend .dropdown-menu[data-bs-popper] {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: 0.125rem;
}

.dropend .dropdown-toggle::after {
    vertical-align: 0;
}

.dropstart .dropdown-menu[data-bs-popper] {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: 0.125rem;
}

.dropstart .dropdown-toggle::before {
    vertical-align: 0;
}

.dropdown-divider {
    height: 0;
    margin: 0.5rem 0;
    overflow: hidden;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1rem;
    clear: both;
    font-weight: 400;
    color: #cecece;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.dropdown-item:hover,
.dropdown-item:focus {
    color: #b9b9b9;
    background-color: rgba(0, 0, 0, 0.03);
}

.dropdown-item.active,
.dropdown-item:active {
    color: #ffffff;
    text-decoration: none;
    background-color: #8c2837;
}

.dropdown-item.disabled,
.dropdown-item:disabled {
    color: #b1b1b9;
    pointer-events: none;
    background-color: transparent;
}

.dropdown-menu.show {
    display: block;
}

.dropdown-header {
    display: block;
    padding: 0.5rem 1rem;
    margin-bottom: 0;
    font-size: 0.875rem;
    color: #afafb9;
    white-space: nowrap;
}

.dropdown-item-text {
    display: block;
    padding: 0.25rem 1rem;
    color: #cecece;
}

.dropdown-menu-dark {
    color: rgba(0, 0, 0, 0.31);
    background-color: rgba(0, 0, 0, 0.15);
    border-color: rgba(0, 0, 0, 0.15);
}

.dropdown-menu-dark .dropdown-item {
    color: rgba(0, 0, 0, 0.31);
}

.dropdown-menu-dark .dropdown-item:hover,
.dropdown-menu-dark .dropdown-item:focus {
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.15);
}

.dropdown-menu-dark .dropdown-item.active,
.dropdown-menu-dark .dropdown-item:active {
    color: #ffffff;
    background-color: #8c2837;
}

.dropdown-menu-dark .dropdown-item.disabled,
.dropdown-menu-dark .dropdown-item:disabled {
    color: #b1b1b9;
}

.dropdown-menu-dark .dropdown-divider {
    border-color: rgba(0, 0, 0, 0.15);
}

.dropdown-menu-dark .dropdown-item-text {
    color: rgba(0, 0, 0, 0.31);
}

.dropdown-menu-dark .dropdown-header {
    color: #b1b1b9;
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-flex;
    vertical-align: middle;
}

.btn-group>.btn,
.btn-group-vertical>.btn {
    position: relative;
    flex: 1 1 auto;
}



.bx-panel-folded{
    pointer-events: auto;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}

.b24-widget-button-inner-block{
    background-color: black!important;
}

.b24-widget-button-pulse-animate{
    animation: none!important;
}

.b24-widget-button-icon-animation{
    opacity: 0!important;
}

.b24-widget-button-inner-mask{
    background: none!important;


}

ul{
    margin-bottom: 0;
}

h2{
    margin-top: 0;
}

    .visually-hidden, .hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    white-space: nowrap;
    clip-path: inset(100%);
    clip: rect(0 0 0 0);
    overflow: hidden;
}

body{
    font-family: 'Geologica';
    font-weight: 400;
    margin: 0;
    font-size: 1rem;
    line-height: 1.5;
    color: #000000;
    background-color: #ffffff;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);

}

a {
    color: var(--color-black);
    text-decoration: none;
}

.podeli_widget.item{
    max-width: 400px;
}

.b24-widget-button-popup{
    display: none!important;
}
.b24-widget-button-inner-item:last-child{
    opacity: 1!important;
}
.h1{
    font-size: 40px;
    text-transform: uppercase;
    margin-bottom: 0;
}

.search-container{
    max-width: 1240px;
}

.podeli_widget.catalog {
    margin: 10px -1px 0 9px;
    width: calc(93% + 2px);
}

.podeli_widget.catalog{
    border-color: rgba(0, 0, 0, 0.2);
}
.podeli_widget.catalog .price__row{
    line-height: 9px;
}

.tfl__link{
    border-bottom: none!important;
}

.card-new .podeli_widget{
    display: none;
}

.mil-filters .column-block {
    margin-bottom: -20px;
    -webkit-columns: 2 180px;
    -moz-columns: 2 180px;
    columns: 2 180px;
    width: 100%;
    height: 100%;
}

form{
    margin-block-end: 0px;
}

.users-tags-block{
    margin-top: 0px;
}

.users-tags-block__title{
    font-size: 22px;
    text-transform: uppercase;
    margin-bottom: 30px;

    text-align: center;
    font-weight: 700;
}

.js-basket-total-price{
    white-space: nowrap;
}

.container-fluid{
    max-width: 1920px;
    padding: 0px 260px;
}

.referral__container{
    display: flex;
    gap: 20px;
    margin-bottom: 30px;

}

.referral__left{
    max-width: 800px;
}

.referral__right{
    width: 100%;
    display: flex;
    justify-content: center;
}


.referral__img{
    width: 380px;
    height: fit-content;
}

ol{
    margin-bottom: 0px;
}

h1,h2,h3{
    margin-bottom: 0px;
}

html {
    width:100vw;
    overflow-x:hidden;
}

.phone{
    white-space: nowrap;
    font-size: 17px;
    font-weight: 600;
}

.page{
    z-index: -1000;
    position: relative;
}

.page__paddings{
    overflow: hidden;
}

.page__swimming{
    margin-bottom: 60px ;
}

*::-webkit-scrollbar {
    width: 0.3em ;
    background: var(--color-background-white);
    border-radius: 1px;

}

@-moz-document url-prefix() {
    * {
        scrollbar-width: thin;
        scrollbar-color: var(--color-black) var(--color-background-white);
    }
}

.count{
    height: fit-content;

    display: flex;
    align-items: center;
    justify-content: center;
}


.count input{
    width: 40px;
    text-align: center;
    background-color: unset;
}

.container-fluid--disable_right{
    padding-right: 0!important;
}

.count input::-webkit-outer-spin-button,
.count input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

.count__btn{
    cursor: pointer;
    position: relative;

    width: 30px;
    height: 30px;

    border-radius: 5px;
    background-color: white;
    border: none;

    transition: var(--transition);
}

.count__btn--disable{
    cursor: none;
}

.count__btn:before{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    width: 10px;
    height: 2px;

    background-color: var(--color-black);
}

.count__btn--disable.count__btn:before{
    background-color: var(--color-gray);
}

.count__plus:after{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(90deg);

    width: 10px;
    height: 2px;

    background-color: var(--color-black);
}

.count__btn--disable.count__plus:after{
    background-color: var(--color-gray);
}

.count__btn:hover{
    background-color: var(--color-gray-light);
    border-color: var(--color-main);
}


*::-webkit-scrollbar-thumb {
    width: 0.3em;
    height: 1rem;

    background: var(--color-black);
    border-radius: 1px;
}

.favorites-check {
    position: relative;
    top: 0;
    right: 0;
}

.favorites-check-search{
    top: 10px;
    right: -138px;
}


.catalog__items{
    display: flex;
    flex-direction: column;

    gap: 5px;
    row-gap: 20px;
}

/* text-block{ */
.text-section{
    padding: 80px 90px;
}

.text-section__title{
    font-size: 40px;
    margin-bottom: 50px;
}
/* } */

/* title{ */
.title{
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.2;
}

.title__h1{
    margin-top: 0;
    font-size: 50px;
}

.h4{
    font-size: 18px;
}

.title__h2{
    font-size: 33px;
}
/* } */

/* carousel{ */
.slick-dots li button {
    background-color: #ffffff;
    width: 100%;
    height: 100%;
    padding: 0;

    transition: var(--transition);
}

.slick-dots li button:hover {
    background-color: #dbdbdb;

    transition: var(--transition);
}
/* } */

/* location{ */
.location__link{
    display: flex;
    align-items: center;
    gap: 3px;

    font-size: 14px;
}
/* } */

/* link{ */
.link{
    display: inline-block;

    text-decoration: none;
    cursor: pointer;
    transition: var(--transition);
}

.link--theme_link-black{
    border-bottom: 1px solid black;
}

.link--theme_dark{
    color: var(--color-black);
}
.link--theme_dark:hover{
    color: var(--color-main);
}

.link--theme_primary{
    display: inline-block;
    width: fit-content;

    text-decoration: revert;
    color: var(--color-main);
}
.link--theme_primary:hover{
    color: var(--color-black);
}

.link--theme_white{
    color: var(--color-white);
}
.link--theme_white:hover{
    color: var(--color-main);
}
/* } */

/* social{ */
.socials__items{
    display: flex;
    align-items: center;
    gap: 10px;
}
/* } */

/* nav-list{ */
.nav-list__name{
    text-decoration: none;
    color: var(--color-white);

    transition: var(--transition);
}
.footer__nav .nav-list__name:hover{
    color: white;
    opacity: 60%;
}

.nav-list{
    display: flex;
    flex-direction: column;
    gap: 13px;
}
/* } */

/* catalog-list{ */
.catalog-list__name{
    width: 100%;

    color: var(--color-black);
    font-size: 14px;
    margin-bottom: 10px;

    text-decoration: none;

    display: flex;
    align-items: center;
    justify-content: space-between;

    transition: var(--transition);
}

.catalog-list__name--active{
    color: var(--color-main)!important;
}

.catalog-list__name:hover{
    color: var(--color-main);
}

.catalog-list__second{
    padding-left: 20px;
}
/* } */

/* badge{ */
.badge{
    color: var(--color-white);
    background-color: var(--color-black);
    width: 38px;
    transition: all 0.3s ease;
    height: 20px;

    padding: 4px;

    font-size: 10px;
    line-height: 13px;

    transition: var(--transition);

    display: inline-block;
}


.badge:hover{
    color: var(--color-black);

    outline: 1px solid var(--color-main);
    background-color: var(--color-white);
}

.badge--theme-white{
    background-color: var(--color-white);
    color: var(--color-black);
    outline: none;

    transition: all 0.3s ease;
}

.badge--theme_black{
    background-color: var(--color-black);

    color: var(--color-white);

    outline: none;
}
.badge--theme_black:hover{
    outline: 1px solid var(--color-black);
}

.badge--theme-white:hover{
    outline: none;
}

.badge--theme-white:hover{
    color: var(--color-white);

    background-color: var(--color-main);
}
/* } */


.cookie_notice{
    animation: LiftingUp 2s ease;
}

.cookie_notice--down{
    animation: LiftingDown 2s ease;
}

.smartbanner{
    animation: LiftingUp 2s ease;
}

.smartbanner--down{
    animation: LiftingDown 2s ease;
}

.b24-widget-button-popup{
    animation: fadeIn 1s ease;
}
.b24-widget-button-popup--out{
    animation: fadeOut 1s ease;
}

.filter-block__prices__input{
    position: relative;
}

.filter-block__prices__input span{
    position: absolute;
    font-size: 14px;
    font-weight: 300;

    top: 50%;
    left: 30px;
    transform: translateY(-50%);

    color: black;
    z-index: 2;
}

.range-block__to-input, .range-block__from-input{
    padding: 16px 16px 16px 60px!important;
    width: 160px!important;
    border: none!important;
    background: rgba(37, 37, 37, 0.03)!important;
}

.filter-block__prices{
    justify-content: space-between;
}

.filter-block__prices__sep span{
    display: block;
    width: 20px;
    height: 1px;
    background-color: black;
}

.filter-block__range{
    margin: 12px 9px 0px 9px;
}

.filter-block__price__range{
    margin-bottom: 10px;
}

.filter-block__price__range .filter-block__range{
    margin-top: 20px;
}

.filter-block__price__range .ui-slider .ui-slider-handle, .ui-widget-header{
    background-color: black;
}

.ui-slider-horizontal .ui-slider-handle{
    top: -10px;
}

.filter-block__price__range .ui-slider .ui-slider-handle{
    width: 20px;
    height: 20px;
}

.podeli_widget .price__text, .podeli_widget .price__row:nth-child(1) span, .podeli_widget .price__date-title{
    font-family: 'Geologica'!important;
}

.grecaptcha-badge{
    display: none!important;
}

/* bootstrap */
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl, .container-xxxl {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

@keyframes LiftingUp{
    from {
      margin-bottom: -100%;
    }

    to {
        margin-bottom: 0%;
    }
}

@keyframes LiftingDown {
    from {
        margin-bottom: 0%;
    }

    to {
        margin-bottom: -100%;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}
@keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@media(max-width: 767px){
    @keyframes LiftingUp{
        from {
            margin-top: -100%;
        }

        to {
            margin-top: 0%;
        }
    }

    @keyframes LiftingDown {
        from {
            margin-top: 0%;
        }

        to {
            margin-top: -100%;
        }
    }
}

.slick-dots li:only-child {
    display: none;
}

/* sample styles */
.sample__block-title{
    font-size: 33px;
    line-height: 41px;
    font-weight: 700;
    text-transform: uppercase;

    margin-bottom: 30px;
}

.timer, .one-more-time{
    margin-bottom: 10px;
}

.alert-danger{
    background: #ffdfdf;
    padding: 10px 10px;
    margin-bottom: 15px;
}

.nav-list__partners{
    display: flex;
    align-items: center;

    gap: 5px;

    padding-top: 20px;
}

.black_theme_modal.video-block-modal .openModal #video-tag {
    background-color: #000;
}

.fa-times {
    position: absolute;
    right: -50px;
    top: 0;
    width: 37px;
    height: 37px;
    z-index: 999;
}

.black_theme_modal.video-block-modal .openModal {
    width: 860px;
    background: 0 0;
}
.openModal {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-sizing: border-box;
    background: #fff;
    width: 350px;
}

.black_theme_modal {
    display: none;
    background: rgb(0 0 0 / 80%);
    z-index: 9999;
}
.authorization-registration-modal-form, .black_theme_modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    transition: none;
}

.slick-next, .slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: 0 0;
}

.slick-dots button:before, .video-btn.mob-ver {
    display: none;
}

@media (min-width: 768px) {
    .flex-md-row {
        flex-direction: row !important;
    }
}

.flex-column {
    flex-direction: column !important;
}
.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}

.input-group-sm>.btn, .input-group-sm>.form-control, .input-group-sm>.form-select, .input-group-sm>.input-group-text {
    padding: .25rem .5rem;
    font-size: .8125rem;
    border-radius: 0;
}
.input-group>.form-control, .input-group>.form-select {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
}
@media (min-width: 768px) {
    .w-md-auto {
        width: auto !important;
    }
}
@media (min-width: 768px) {
    .mb-md-0 {
        margin-bottom: 0 !important;
    }
}
.bg-light {
    background-color: #f6f6f8 !important;
}
.py-2 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}
.w-100 {
    width: 100% !important;
}
.border-light {
    border-color: #f6f6f8 !important;
}
.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 14px;
    padding: 14px 20px 12px;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    background-color: transparent;
    background-clip: padding-box;
    border: 1px solid transparent;
    appearance: none;
    border-radius: none;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.cookie_notice{
    position: fixed;

    bottom: 0;
    width: 100vw;

    padding: 10px 0px;

    font-size: 12px;
    background-color: white;

    -webkit-box-shadow: 4px 1px 26px 0px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 4px 1px 26px 0px rgba(34, 60, 80, 0.2);
    box-shadow: 4px 1px 26px 0px rgba(34, 60, 80, 0.2);
}

.cookie_notice p{
    display: flex;
    align-items: center;
    justify-content: center;

    margin-bottom: 0;
}


.detail__sizes{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    row-gap: 20px;

    margin-bottom: 40px;
}

.detail__size{
    position: relative;

    width: 38px;
    height: 38px;

    cursor: pointer;
    color: black;

    border: 1px solid #000000;

    display: flex;
    align-items: center;
    justify-content: center;

    transition: var(--transition);
}
.detail__size:hover, .detail__size--selected{
    background-color: var(--color-black);
    color: var(--color-white);
}

.detail__size-length{
    position: absolute;

    left: 50%;
    top: 100%;
    transform: translateX(-50%);

    white-space: nowrap;
    font-size: 10px;
    color: #A4A4A4;
}

.catalog25{
    display: block;

    width: 100%;
}

.catalog25 img{
    width: 100%;
}

.catalog25__wrapp{
    margin-bottom: 60px;
}

.share-modal__title{
    margin-bottom: 5px;

    font-size: 18px;
    font-weight: 700;
}

.share-modal__items{
    display: flex;
    gap: 5px;
}

@media(max-width: 991px){
    .catalog25__wrapp{
        width: 100%;
        padding: 0!important;
    }
}
/* End */


/* Start:/local/templates/milana2024/assets/css/new-styles/fonts.min.css?17265380231150*/
@font-face{font-family:"Geologica";font-style:normal;font-weight:700;src:local("Geologica"),url("/local/templates/milana2024/assets/css/new-styles/./../../fonts/new-fonts/Geologica-Bold.woff2") format("woff2"),url("/local/templates/milana2024/assets/css/new-styles/./../../fonts/new-fonts/Geologica-Bold.woff") format("woff")}@font-face{font-family:"Geologica";font-style:normal;font-weight:400;src:local("Geologica"),url("/local/templates/milana2024/assets/css/new-styles/./../../fonts/new-fonts/Geologica-Regular.woff2") format("woff2"),url("/local/templates/milana2024/assets/css/new-styles/./../../fonts/new-fonts/Geologica-Regular.woff") format("woff")}@font-face{font-family:"Geologica";font-style:normal;font-weight:500;src:local("Geologica"),url("/local/templates/milana2024/assets/css/new-styles/./../../fonts/new-fonts/Geologica-Medium.woff2") format("woff2"),url("/local/templates/milana2024/assets/css/new-styles/./../../fonts/new-fonts/Geologica-Medium.woff") format("woff")}@font-face{font-family:"Geologica";font-style:normal;font-weight:300;src:local("Geologica"),url("/local/templates/milana2024/assets/css/new-styles/./../../fonts/new-fonts/Geologica-Light.woff2") format("woff2"),url("/local/templates/milana2024/assets/css/new-styles/./../../fonts/new-fonts/Geologica-Light.woff") format("woff")}@font-face{font-family:"Geologica";font-style:normal;font-weight:600;src:local("Geologica"),url("/local/templates/milana2024/assets/css/new-styles/./../../fonts/new-fonts/Geologica-SemiBold.woff2") format("woff2"),url("/local/templates/milana2024/assets/css/new-styles/./../../fonts/new-fonts/Geologica-SemiBold.woff") format("woff")}
/* End */


/* Start:/local/templates/milana2024/assets/css/new-styles/blocks/slider/styles.min.css?1721652929706*/
.slider,.slider__wrapper{position:relative;width:100%}.slider{user-select:none}.slider__wrapper{overflow:hidden;z-index:1}.slider__back,.slider__next{z-index:2}.slider__wrapper:active,slider__items:active{cursor:grabbing}.slider__items{touch-action:pan-y;display:flex;position:absolute;top:0;right:0;width:100%}.slider__items *{user-drag:none;-webkit-user-drag:none;user-select:none;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none}.slider__back,.slider__next{cursor:pointer;user-select:none}.slider__disable{display:none!important}.slider--load{display:flex;position:relative;overflow:hidden}.slider--load:after{content:"";position:absolute;width:100%;height:100%;background-color:gray}
/* End */


/* Start:/local/templates/milana2024/assets/css/style.css?1749005065955069*/
/* Slider */

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    /*-ms-touch-action: pan-y;
    touch-action: pan-y; */
    -ms-touch-action: auto;
    touch-action: auto;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.ymaps-layers-pane {
    filter: grayscale(1);
    -ms-filter: grayscale(1);
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
    -o-filter: grayscale(1);
}

[class*="ymaps-2"][class*="-ground-pane"] {
    filter: grayscale(1);
    -ms-filter: grayscale(1);
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
    -o-filter: grayscale(1);
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

@charset 'UTF-8';

/* Slider */

.slick-loading .slick-list {
    background: #fff url(/local/templates/milana2024/assets/css/../images/ajax-loader.gif) center center no-repeat;
}


/* Icons */

@font-face {
    font-family: 'slick';

    font-style: normal;
    src: url(/local/templates/milana2024/assets/css/../fonts/slick.eot);
    src: url(/local/templates/milana2024/assets/css/../fonts/slick.eot?#iefix) format('embedded-opentype'), url(/local/templates/milana2024/assets/css/../fonts/slick.woff) format('woff'), url(/local/templates/milana2024/assets/css/../fonts/slick.ttf) format('truetype'), url(/local/templates/milana2024/assets/css/../images/slick.svg#slick) format('svg');
    font-display: swap;
}


/* Arrows */

.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: .25;
}

.slick-prev:before,
.slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: -25px;
}

[dir='rtl'] .slick-prev {
    right: -25px;
    left: auto;
}

.slick-prev:before {
    content: '←';
}

[dir='rtl'] .slick-prev:before {
    content: '→';
}

[dir='rtl'] .slick-next {
    right: auto;
    left: -25px;
}

.slick-next:before {
    content: '→';
}

[dir='rtl'] .slick-next:before {
    content: '←';
}


/* Dots */

.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: black;
}

.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
}


/*
 * Container style
 */

.ps {
    overflow: hidden !important;
    overflow-anchor: none;
    -ms-overflow-style: none;
    touch-action: auto;
    -ms-touch-action: auto;
}


/*
 * Scrollbar rail styles
 */

.ps__rail-x {
    display: none;
    opacity: 0;
    transition: background-color .2s linear, opacity .2s linear;
    -webkit-transition: background-color .2s linear, opacity .2s linear;
    height: 15px;
    /* there must be 'bottom' or 'top' for ps__rail-x */
    bottom: 0px;
    /* please don't change 'position' */
    position: absolute;
}

.ps__rail-y {
    display: none;
    opacity: 0;
    transition: background-color .2s linear, opacity .2s linear;
    -webkit-transition: background-color .2s linear, opacity .2s linear;
    width: 15px;
    /* there must be 'right' or 'left' for ps__rail-y */
    right: 0;
    /* please don't change 'position' */
    position: absolute;
}

.ps--active-x>.ps__rail-x,
.ps--active-y>.ps__rail-y {
    display: block;
    background-color: transparent;
}

.ps:hover>.ps__rail-x,
.ps:hover>.ps__rail-y,
.ps--focus>.ps__rail-x,
.ps--focus>.ps__rail-y,
.ps--scrolling-x>.ps__rail-x,
.ps--scrolling-y>.ps__rail-y {
    opacity: 0.6;
}

.ps .ps__rail-x:hover,
.ps .ps__rail-y:hover,
.ps .ps__rail-x:focus,
.ps .ps__rail-y:focus,
.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-y.ps--clicking {
    background-color: #eee;
    opacity: 0.9;
}


/*
 * Scrollbar thumb styles
 */

.ps__thumb-x {
    background-color: #aaa;
    border-radius: 6px;
    transition: background-color .2s linear, height .2s ease-in-out;
    -webkit-transition: background-color .2s linear, height .2s ease-in-out;
    height: 6px;
    /* there must be 'bottom' for ps__thumb-x */
    bottom: 2px;
    /* please don't change 'position' */
    position: absolute;
}

.ps__thumb-y {
    background-color: #aaa;
    border-radius: 6px;
    transition: background-color .2s linear, width .2s ease-in-out;
    -webkit-transition: background-color .2s linear, width .2s ease-in-out;
    width: 6px;
    /* there must be 'right' for ps__thumb-y */
    right: 2px;
    /* please don't change 'position' */
    position: absolute;
}

.ps__rail-x:hover>.ps__thumb-x,
.ps__rail-x:focus>.ps__thumb-x,
.ps__rail-x.ps--clicking .ps__thumb-x {
    background-color: #999;
    height: 11px;
}

.ps__rail-y:hover>.ps__thumb-y,
.ps__rail-y:focus>.ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {
    background-color: #999;
    width: 11px;
}


/* MS supports */

@supports (-ms-overflow-style: none) {
    .ps {
        overflow: auto !important;
    }
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    .ps {
        overflow: auto !important;
    }
}


/* required styles */

.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane>svg,
.leaflet-pane>canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
    position: absolute;
    left: 0;
    top: 0;
}

.leaflet-container {
    overflow: hidden;
}

.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
}


/* Prevents IE11 from highlighting tiles in blue */

.leaflet-tile::selection {
    background: transparent;
}


/* Safari renders non-retina tile on retina better with this, but Chrome is worse */

.leaflet-safari .leaflet-tile {
    image-rendering: -webkit-optimize-contrast;
}


/* hack that prevents hw layers "stretching" when loading new tiles */

.leaflet-safari .leaflet-tile-container {
    width: 1600px;
    height: 1600px;
    -webkit-transform-origin: 0 0;
}

.leaflet-marker-icon,
.leaflet-marker-shadow {
    display: block;
}


/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */


/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */

.leaflet-container .leaflet-overlay-pane svg,
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
    max-width: none !important;
    max-height: none !important;
}

.leaflet-container.leaflet-touch-zoom {
    -ms-touch-action: pan-x pan-y;
    touch-action: pan-x pan-y;
}

.leaflet-container.leaflet-touch-drag {
    -ms-touch-action: pinch-zoom;
    /* Fallback for FF which doesn't support pinch-zoom */
    touch-action: none;
    touch-action: pinch-zoom;
}

.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
    -ms-touch-action: none;
    touch-action: none;
}

.leaflet-container {
    -webkit-tap-highlight-color: transparent;
}

.leaflet-container a {
    -webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}

.leaflet-tile {
    filter: inherit;
    visibility: hidden;
}

.leaflet-tile-loaded {
    visibility: inherit;
}

.leaflet-zoom-box {
    width: 0;
    height: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 800;
}


/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */

.leaflet-overlay-pane svg {
    -moz-user-select: none;
}

.leaflet-pane {
    z-index: 400;
}

.leaflet-tile-pane {
    z-index: 200;
}

.leaflet-overlay-pane {
    z-index: 400;
}

.leaflet-shadow-pane {
    z-index: 500;
}

.leaflet-marker-pane {
    z-index: 600;
}

.leaflet-tooltip-pane {
    z-index: 650;
}

.leaflet-popup-pane {
    z-index: 700;
}

.leaflet-map-pane canvas {
    z-index: 100;
}

.leaflet-map-pane svg {
    z-index: 200;
}

.leaflet-vml-shape {
    width: 1px;
    height: 1px;
}

.lvml {
    behavior: url(#default#VML);
    display: inline-block;
    position: absolute;
}


/* control positioning */

.leaflet-control {
    position: relative;
    z-index: 800;
    pointer-events: visiblePainted;
    /* IE 9-10 doesn't have auto */
    pointer-events: auto;
}

.leaflet-top,
.leaflet-bottom {
    position: absolute;
    z-index: 1000;
    pointer-events: none;
}

.leaflet-top {
    top: 0;
}

.leaflet-right {
    right: 0;
}

.leaflet-bottom {
    bottom: 0;
}

.leaflet-left {
    left: 0;
}

.leaflet-control {
    float: left;
    clear: both;
}

.leaflet-right .leaflet-control {
    float: right;
}

.leaflet-top .leaflet-control {
    margin-top: 10px;
}

.leaflet-bottom .leaflet-control {
    margin-bottom: 10px;
}

.leaflet-left .leaflet-control {
    margin-left: 10px;
}

.leaflet-right .leaflet-control {
    margin-right: 10px;
}


/* zoom and fade animations */

.leaflet-fade-anim .leaflet-tile {
    will-change: opacity;
}

.leaflet-fade-anim .leaflet-popup {
    opacity: 0;
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}

.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
    opacity: 1;
}

.leaflet-zoom-animated {
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
}

.leaflet-zoom-anim .leaflet-zoom-animated {
    will-change: transform;
}

.leaflet-zoom-anim .leaflet-zoom-animated {
    -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
    -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
    transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1);
}

.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
}

.leaflet-zoom-anim .leaflet-zoom-hide {
    visibility: hidden;
}


/* cursors */

.leaflet-interactive {
    cursor: pointer;
}

.leaflet-grab {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: grab;
}

.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
    cursor: crosshair;
}

.leaflet-popup-pane,
.leaflet-control {
    cursor: auto;
}

.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: grabbing;
}


/* marker & overlays interactivity */

.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane>svg path,
.leaflet-tile-container {
    pointer-events: none;
}

.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane>svg path.leaflet-interactive,
svg.leaflet-image-layer.leaflet-interactive path {
    pointer-events: visiblePainted;
    /* IE 9-10 doesn't have auto */
    pointer-events: auto;
}


/* visual tweaks */

.leaflet-container {
    background: #ddd;
    outline: 0;
}

.leaflet-container a {
    color: #0078A8;
}

.leaflet-container a.leaflet-active {
    outline: 2px solid orange;
}

.leaflet-zoom-box {
    border: 2px dotted #38f;
    background: rgba(255, 255, 255, 0.5);
}


/* general typography */

.leaflet-container {
    font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
}


/* general toolbar styles */

.leaflet-bar {
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
    border-radius: 4px;
}

.leaflet-bar a,
.leaflet-bar a:hover {
    background-color: #fff;
    border-bottom: 1px solid #ccc;
    width: 26px;
    height: 26px;
    line-height: 26px;
    display: block;
    text-align: center;
    text-decoration: none;
    color: black;
}

.leaflet-bar a,
.leaflet-control-layers-toggle {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    display: block;
}

.leaflet-bar a:hover {
    background-color: #f4f4f4;
}

.leaflet-bar a:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.leaflet-bar a:last-child {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom: none;
}

.leaflet-bar a.leaflet-disabled {
    cursor: default;
    background-color: #f4f4f4;
    color: #bbb;
}

.leaflet-touch .leaflet-bar a {
    width: 30px;
    height: 30px;
    line-height: 30px;
}

.leaflet-touch .leaflet-bar a:first-child {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}

.leaflet-touch .leaflet-bar a:last-child {
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
}


/* zoom control */

.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
    font: bold 18px 'Lucida Console', Monaco, monospace;
    text-indent: 1px;
}

.leaflet-touch .leaflet-control-zoom-in,
.leaflet-touch .leaflet-control-zoom-out {
    font-size: 22px;
}


/* layers control */

.leaflet-control-layers {
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
    background: #fff;
    border-radius: 5px;
}

.leaflet-control-layers-toggle {
    background-image: url(/local/templates/milana2024/assets/css/../images/layers.png);
    width: 36px;
    height: 36px;
}

.leaflet-retina .leaflet-control-layers-toggle {
    background-image: url(/local/templates/milana2024/assets/css/../images/layers-2x.png);
    background-size: 26px 26px;
}

.leaflet-touch .leaflet-control-layers-toggle {
    width: 44px;
    height: 44px;
}

.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
    display: none;
}

.leaflet-control-layers-expanded .leaflet-control-layers-list {
    display: block;
    position: relative;
}

.leaflet-control-layers-expanded {
    padding: 6px 10px 6px 6px;
    color: #333;
    background: #fff;
}

.leaflet-control-layers-scrollbar {
    overflow-y: scroll;
    overflow-x: hidden;
    padding-right: 5px;
}

.leaflet-control-layers-selector {
    margin-top: 2px;
    position: relative;
    top: 1px;
}

.leaflet-control-layers label {
    display: block;
}

.leaflet-control-layers-separator {
    height: 0;
    border-top: 1px solid #ddd;
    margin: 5px -10px 5px -6px;
}


/* Default icon URLs */

.leaflet-default-icon-path {
    background-image: url(/local/templates/milana2024/assets/css/../images/marker-icon.png);
}


/* attribution and scale controls */

.leaflet-container .leaflet-control-attribution {
    background: #fff;
    background: rgba(255, 255, 255, 0.7);
    margin: 0;
}

.leaflet-control-attribution,
.leaflet-control-scale-line {
    padding: 0 5px;
    color: #333;
}

.leaflet-control-attribution a {
    text-decoration: none;
}

.leaflet-control-attribution a:hover {
    text-decoration: underline;
}

.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
    font-size: 11px;
}

.leaflet-left .leaflet-control-scale {
    margin-left: 5px;
}

.leaflet-bottom .leaflet-control-scale {
    margin-bottom: 5px;
}

.leaflet-control-scale-line {
    border: 2px solid #777;
    border-top: none;
    line-height: 1.1;
    padding: 2px 5px 1px;
    font-size: 11px;
    white-space: nowrap;
    overflow: hidden;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    background: rgba(255, 255, 255, 0.5);
}

.leaflet-control-scale-line:not(:first-child) {
    border-top: 2px solid #777;
    border-bottom: none;
    margin-top: -2px;
}

.leaflet-control-scale-line:not(:first-child):not(:last-child) {
    border-bottom: 2px solid #777;
}

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
    box-shadow: none;
}

.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
    border: 2px solid rgba(0, 0, 0, 0.2);
    background-clip: padding-box;
}


/* popup */

.leaflet-popup {
    position: absolute;
    text-align: center;
    margin-bottom: 20px;
}

.leaflet-popup-content-wrapper {
    padding: 1px;
    text-align: left;
    border-radius: 12px;
}

.leaflet-popup-content {
    margin: 13px 19px;
    line-height: 1.4;
}

.leaflet-popup-content p {
    margin: 18px 0;
}

.leaflet-popup-tip-container {
    width: 40px;
    height: 20px;
    position: absolute;
    left: 50%;
    margin-left: -20px;
    overflow: hidden;
    pointer-events: none;
}

.leaflet-popup-tip {
    width: 17px;
    height: 17px;
    padding: 1px;
    margin: -10px auto 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
    background: white;
    color: #333;
    box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4);
}

.leaflet-container a.leaflet-popup-close-button {
    position: absolute;
    top: 0;
    right: 0;
    padding: 4px 4px 0 0;
    border: none;
    text-align: center;
    width: 18px;
    height: 14px;
    font: 16px/14px Tahoma, Verdana, sans-serif;
    color: #c3c3c3;
    text-decoration: none;
    font-weight: bold;
    background: transparent;
}

.leaflet-container a.leaflet-popup-close-button:hover {
    color: #999;
}

.leaflet-popup-scrolled {
    overflow: auto;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
}

.leaflet-oldie .leaflet-popup-content-wrapper {
    -ms-zoom: 1;
}

.leaflet-oldie .leaflet-popup-tip {
    width: 24px;
    margin: 0 auto;
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
    filter: progid: DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
}

.leaflet-oldie .leaflet-popup-tip-container {
    margin-top: -1px;
}

.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
    border: 1px solid #999;
}


/* div icon */

.leaflet-div-icon {
    background: #fff;
    border: 1px solid #666;
}


/* Tooltip */


/* Base styles for the element that has a tooltip */

.leaflet-tooltip {
    position: absolute;
    padding: 6px;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 3px;
    color: #222;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}

.leaflet-tooltip.leaflet-clickable {
    cursor: pointer;
    pointer-events: auto;
}

.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
    position: absolute;
    pointer-events: none;
    border: 6px solid transparent;
    background: transparent;
    content: "";
}


/* Directions */

.leaflet-tooltip-bottom {
    margin-top: 6px;
}

.leaflet-tooltip-top {
    margin-top: -6px;
}

.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
    left: 50%;
    margin-left: -6px;
}

.leaflet-tooltip-top:before {
    bottom: 0;
    margin-bottom: -12px;
    border-top-color: #fff;
}

.leaflet-tooltip-bottom:before {
    top: 0;
    margin-top: -12px;
    margin-left: -6px;
    border-bottom-color: #fff;
}

.leaflet-tooltip-left {
    margin-left: -6px;
}

.leaflet-tooltip-right {
    margin-left: 6px;
}

.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
    top: 50%;
    margin-top: -6px;
}

.leaflet-tooltip-left:before {
    right: 0;
    margin-right: -12px;
    border-left-color: #fff;
}

.leaflet-tooltip-right:before {
    left: 0;
    margin-left: -12px;
    border-right-color: #fff;
}

:root {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-white: #ffffff;
    --bs-gray-light: #a4a4a4;
    --bs-gray: #afafb9;
    --bs-gray-dark: rgba(0, 0, 0, 0.15);
    --bs-primary: #8c2837;
    --bs-secondary: #cbccd4;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f6f6f8;
    --bs-dark: #cecece;
    --bs-gray-light: #a4a4a4;
    --bs-black: #000000;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
}

*,
*::before,
*::after {
    box-sizing: border-box;
}



hr {
    margin: 1rem 0;
    color: inherit;
    background-color: currentColor;
    border: 0;
    opacity: 0.25;
}

hr:not([size]) {
    height: 1px;
}

p {
    margin-top: 0;
}

abbr[title],
abbr[data-bs-original-title] {
    text-decoration: underline dotted;
    cursor: help;
    text-decoration-skip-ink: none;
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}

ol,
ul {
    padding-left: 2rem;
}

ol,
ul,
dl {
    margin-top: 0;
}

ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0;
}

dt {
    font-weight: 700;
}

dd {
    margin-bottom: .5rem;
    margin-left: 0;
}

blockquote {
    margin: 0 0 1rem;
}

b,
strong {
    font-weight: bolder;
}

small,
.small {
    font-size: 0.875em;
}

mark,
.mark {
    padding: 0.2em;
    background-color: #fcf8e3;
}

sub,
sup {
    position: relative;
    font-size: 0.75em;
    line-height: 0;
    vertical-align: baseline;
}

sub {
    bottom: -.25em;
}

sup {
    top: -.5em;
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none;
}

pre,
code,
kbd,
samp {
    font-family: var(--bs-font-monospace);
    font-size: 1em;
    direction: ltr
    /* rtl:ignore */
;
    unicode-bidi: bidi-override;
}

pre {
    display: block;
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    font-size: 0.875em;
}

pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal;
}

code {
    font-size: 0.875em;
    color: #d63384;
    word-wrap: break-word;
}

a>code {
    color: inherit;
}

kbd {
    padding: 0.2rem 0.4rem;
    font-size: 0.875em;
    color: #ffffff;
    background-color: #cecece;
    border-radius: 0.2rem;
}

kbd kbd {
    padding: 0;
    font-size: 1em;
    font-weight: 700;
}

figure {
    margin: 0 0 1rem;
}

img,
svg {
    vertical-align: middle;
}

table {
    caption-side: bottom;
    border-collapse: collapse;
}

caption {
    padding-top: 28px;
    padding-bottom: 28px;
    color: #afafb9;
    text-align: left;
}

th {
    text-align: inherit;
    text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
}

label {
    display: inline-block;
}

button {
    border-radius: 0;
}

button:focus:not(:focus-visible) {
    outline: 0;
}

input,
button,
select,
optgroup,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button,
select {
    text-transform: none;
}

[role="button"] {
    cursor: pointer;
}

select {
    word-wrap: normal;
}

select:disabled {
    opacity: 1;
}

[list]::-webkit-calendar-picker-indicator {
    display: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
    cursor: pointer;
}

::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

textarea {
    resize: vertical;
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

legend {
    float: left;
    width: 100%;
    padding: 0;
    margin-bottom: 0.5rem;
    font-size: calc(1.275rem + 0.3vw);
    line-height: inherit;
}

@media (min-width: 1200px) {
    legend {
        font-size: 1.5rem;
    }
}

legend+* {
    clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
    padding: 0;
}

::-webkit-inner-spin-button {
    height: auto;
}

[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: textfield;
}


/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/

::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
    padding: 0;
}

::file-selector-button {
    font: inherit;
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}

output {
    display: inline-block;
}

iframe {
    border: 0;
}

summary {
    display: list-item;
    cursor: pointer;
}

progress {
    vertical-align: baseline;
}

[hidden] {
    display: none !important;
}

.lead {
    font-size: 1.25rem;
    font-weight: 300;
}

.display-1 {
    font-size: calc(1.625rem + 4.5vw);
    font-weight: 300;
    line-height: 1.2;
}

@media (min-width: 1200px) {
    .display-1 {
        font-size: 5rem;
    }
}

.display-2 {
    font-size: calc(1.575rem + 3.9vw);
    font-weight: 300;
    line-height: 1.2;
}

@media (min-width: 1200px) {
    .display-2 {
        font-size: 4.5rem;
    }
}

.display-3 {
    font-size: calc(1.525rem + 3.3vw);
    font-weight: 300;
    line-height: 1.2;
}

@media (min-width: 1200px) {
    .display-3 {
        font-size: 4rem;
    }
}

.display-4 {
    font-size: calc(1.475rem + 2.7vw);
    font-weight: 300;
    line-height: 1.2;
}

@media (min-width: 1200px) {
    .display-4 {
        font-size: 3.5rem;
    }
}

.display-5 {
    font-size: calc(1.425rem + 2.1vw);
    font-weight: 300;
    line-height: 1.2;
}

@media (min-width: 1200px) {
    .display-5 {
        font-size: 3rem;
    }
}

.display-6 {
    font-size: calc(1.375rem + 1.5vw);
    font-weight: 300;
    line-height: 1.2;
}

@media (min-width: 1200px) {
    .display-6 {
        font-size: 2.5rem;
    }
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-inline {
    padding-left: 0;
    list-style: none;
}

.list-inline-item {
    display: inline-block;
}

.list-inline-item:not(:last-child) {
    margin-right: 0.5rem;
}

.initialism {
    font-size: 0.875em;
    text-transform: uppercase;
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem;
}

.blockquote> :last-child {
    margin-bottom: 0;
}

.blockquote-footer {
    margin-top: -1rem;
    margin-bottom: 1rem;
    font-size: 0.875em;
    color: #afafb9;
}

.blockquote-footer::before {
    content: "\2014\00A0";
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.img-thumbnail {
    padding: 0.25rem;
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.31);
    border-radius: 0.25rem;
    max-width: 100%;
    height: auto;
}

.figure {
    display: inline-block;
}

.figure-img {
    margin-bottom: 0.5rem;
    line-height: 1;
}

.figure-caption {
    font-size: 0.875em;
    color: #afafb9;
}

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl,
.container-xxxl {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container,
    .container-sm {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container,
    .container-sm,
    .container-md {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container,
    .container-sm,
    .container-md,
    .container-lg {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container,
    .container-sm,
    .container-md,
    .container-lg,
    .container-xl {
        max-width: 1140px;
    }
}

@media (min-width: 1400px) {
    .container,
    .container-sm,
    .container-md,
    .container-lg,
    .container-xl,
    .container-xxl {
        max-width: 1320px;
    }
}

@media (min-width: 1600px) {
    .container,
    .container-sm,
    .container-md,
    .container-lg,
    .container-xl,
    .container-xxl,
    .container-xxxl {
        max-width: 1420px;
    }
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) / -2);
    margin-left: calc(var(--bs-gutter-x) / -2);
}

.row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) / 2);
    padding-left: calc(var(--bs-gutter-x) / 2);
    margin-top: var(--bs-gutter-y);
}

.col {
    flex: 1 0 0%;
}

.row-cols-auto>* {
    flex: 0 0 auto;
    width: auto;
}

.row-cols-1>* {
    flex: 0 0 auto;
    width: 100%;
}

.row-cols-2>* {
    flex: 0 0 auto;
    width: 50%;
}

.row-cols-3>* {
    flex: 0 0 auto;
    width: 33.33333%;
}

.row-cols-4>* {
    flex: 0 0 auto;
    width: 25%;
}

.row-cols-5>* {
    flex: 0 0 auto;
    width: 20%;
}

.row-cols-6>* {
    flex: 0 0 auto;
    width: 16.66667%;
}

.col-auto {
    flex: 0 0 auto;
    width: auto;
}

.col-1 {
    flex: 0 0 auto;
    width: 8.33333%;
}

.col-2 {
    flex: 0 0 auto;
    width: 16.66667%;
}

.col-3 {
    flex: 0 0 auto;
    width: 25%;
}

.col-4 {
    flex: 0 0 auto;
    width: 33.33333%;
}

.col-5 {
    flex: 0 0 auto;
    width: 41.66667%;
}

.col-6 {
    flex: 0 0 auto;
    width: 50%;
}

.col-7 {
    flex: 0 0 auto;
    width: 58.33333%;
}

.col-8 {
    flex: 0 0 auto;
    width: 66.66667%;
}

.col-9 {
    flex: 0 0 auto;
    width: 75%;
}

.col-10 {
    flex: 0 0 auto;
    width: 83.33333%;
}

.col-11 {
    flex: 0 0 auto;
    width: 91.66667%;
}

.col-12 {
    flex: 0 0 auto;
    width: 100%;
}

.offset-1 {
    margin-left: 8.33333%;
}

.offset-2 {
    margin-left: 16.66667%;
}

.offset-3 {
    margin-left: 25%;
}

.offset-4 {
    margin-left: 33.33333%;
}

.offset-5 {
    margin-left: 41.66667%;
}

.offset-6 {
    margin-left: 50%;
}

.offset-7 {
    margin-left: 58.33333%;
}

.offset-8 {
    margin-left: 66.66667%;
}

.offset-9 {
    margin-left: 75%;
}

.offset-10 {
    margin-left: 83.33333%;
}

.offset-11 {
    margin-left: 91.66667%;
}

@media (min-width: 576px) {
    .col-sm {
        flex: 1 0 0%;
    }
    .row-cols-sm-auto>* {
        flex: 0 0 auto;
        width: auto;
    }
    .row-cols-sm-1>* {
        flex: 0 0 auto;
        width: 100%;
    }
    .row-cols-sm-2>* {
        flex: 0 0 auto;
        width: 50%;
    }
    .row-cols-sm-3>* {
        flex: 0 0 auto;
        width: 33.33333%;
    }
    .row-cols-sm-4>* {
        flex: 0 0 auto;
        width: 25%;
    }
    .row-cols-sm-5>* {
        flex: 0 0 auto;
        width: 20%;
    }
    .row-cols-sm-6>* {
        flex: 0 0 auto;
        width: 16.66667%;
    }
    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .col-sm-1 {
        flex: 0 0 auto;
        width: 8.33333%;
    }
    .col-sm-2 {
        flex: 0 0 auto;
        width: 16.66667%;
    }
    .col-sm-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-sm-4 {
        flex: 0 0 auto;
        width: 33.33333%;
    }
    .col-sm-5 {
        flex: 0 0 auto;
        width: 41.66667%;
    }
    .col-sm-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-sm-7 {
        flex: 0 0 auto;
        width: 58.33333%;
    }
    .col-sm-8 {
        flex: 0 0 auto;
        width: 66.66667%;
    }
    .col-sm-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-sm-10 {
        flex: 0 0 auto;
        width: 83.33333%;
    }
    .col-sm-11 {
        flex: 0 0 auto;
        width: 91.66667%;
    }
    .col-sm-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    .offset-sm-0 {
        margin-left: 0;
    }
    .offset-sm-1 {
        margin-left: 8.33333%;
    }
    .offset-sm-2 {
        margin-left: 16.66667%;
    }
    .offset-sm-3 {
        margin-left: 25%;
    }
    .offset-sm-4 {
        margin-left: 33.33333%;
    }
    .offset-sm-5 {
        margin-left: 41.66667%;
    }
    .offset-sm-6 {
        margin-left: 50%;
    }
    .offset-sm-7 {
        margin-left: 58.33333%;
    }
    .offset-sm-8 {
        margin-left: 66.66667%;
    }
    .offset-sm-9 {
        margin-left: 75%;
    }
    .offset-sm-10 {
        margin-left: 83.33333%;
    }
    .offset-sm-11 {
        margin-left: 91.66667%;
    }
    .g-sm-0,
    .gx-sm-0 {
        --bs-gutter-x: 0;
    }
    .g-sm-0,
    .gy-sm-0 {
        --bs-gutter-y: 0;
    }
    .g-sm-1,
    .gx-sm-1 {
        --bs-gutter-x: 5px;
    }
    .g-sm-1,
    .gy-sm-1 {
        --bs-gutter-y: 5px;
    }
    .g-sm-2,
    .gx-sm-2 {
        --bs-gutter-x: 10px;
    }
    .g-sm-2,
    .gy-sm-2 {
        --bs-gutter-y: 10px;
    }
    .g-sm-3,
    .gx-sm-3 {
        --bs-gutter-x: 15px;
    }
    .g-sm-3,
    .gy-sm-3 {
        --bs-gutter-y: 15px;
    }
    .g-sm-4,
    .gx-sm-4 {
        --bs-gutter-x: 20px;
    }
    .g-sm-4,
    .gy-sm-4 {
        --bs-gutter-y: 20px;
    }
    .g-sm-5,
    .gx-sm-5 {
        --bs-gutter-x: 25px;
    }
    .g-sm-5,
    .gy-sm-5 {
        --bs-gutter-y: 25px;
    }
    .g-sm-6,
    .gx-sm-6 {
        --bs-gutter-x: 30px;
    }
    .g-sm-6,
    .gy-sm-6 {
        --bs-gutter-y: 30px;
    }
    .g-sm-7,
    .gx-sm-7 {
        --bs-gutter-x: 35px;
    }
    .g-sm-7,
    .gy-sm-7 {
        --bs-gutter-y: 35px;
    }
    .g-sm-8,
    .gx-sm-8 {
        --bs-gutter-x: 40px;
    }
    .g-sm-8,
    .gy-sm-8 {
        --bs-gutter-y: 40px;
    }
    .g-sm-9,
    .gx-sm-9 {
        --bs-gutter-x: 45px;
    }
    .g-sm-9,
    .gy-sm-9 {
        --bs-gutter-y: 45px;
    }
    .g-sm-10,
    .gx-sm-10 {
        --bs-gutter-x: 50px;
    }
    .g-sm-10,
    .gy-sm-10 {
        --bs-gutter-y: 50px;
    }
    .g-sm-11,
    .gx-sm-11 {
        --bs-gutter-x: 55px;
    }
    .g-sm-11,
    .gy-sm-11 {
        --bs-gutter-y: 55px;
    }
    .g-sm-12,
    .gx-sm-12 {
        --bs-gutter-x: 60px;
    }
    .g-sm-12,
    .gy-sm-12 {
        --bs-gutter-y: 60px;
    }
    .g-sm-13,
    .gx-sm-13 {
        --bs-gutter-x: 65px;
    }
    .g-sm-13,
    .gy-sm-13 {
        --bs-gutter-y: 65px;
    }
    .g-sm-14,
    .gx-sm-14 {
        --bs-gutter-x: 70px;
    }
    .g-sm-14,
    .gy-sm-14 {
        --bs-gutter-y: 70px;
    }
    .g-sm-15,
    .gx-sm-15 {
        --bs-gutter-x: 75px;
    }
    .g-sm-15,
    .gy-sm-15 {
        --bs-gutter-y: 75px;
    }
    .g-sm-16,
    .gx-sm-16 {
        --bs-gutter-x: 80px;
    }
    .g-sm-16,
    .gy-sm-16 {
        --bs-gutter-y: 80px;
    }
    .g-sm-17,
    .gx-sm-17 {
        --bs-gutter-x: 85px;
    }
    .g-sm-17,
    .gy-sm-17 {
        --bs-gutter-y: 85px;
    }
    .g-sm-18,
    .gx-sm-18 {
        --bs-gutter-x: 90px;
    }
    .g-sm-18,
    .gy-sm-18 {
        --bs-gutter-y: 90px;
    }
    .g-sm-19,
    .gx-sm-19 {
        --bs-gutter-x: 95px;
    }
    .g-sm-19,
    .gy-sm-19 {
        --bs-gutter-y: 95px;
    }
    .g-sm-20,
    .gx-sm-20 {
        --bs-gutter-x: 100px;
    }
    .g-sm-20,
    .gy-sm-20 {
        --bs-gutter-y: 100px;
    }
    .g-sm-21,
    .gx-sm-21 {
        --bs-gutter-x: 105px;
    }
    .g-sm-21,
    .gy-sm-21 {
        --bs-gutter-y: 105px;
    }
    .g-sm-22,
    .gx-sm-22 {
        --bs-gutter-x: 110px;
    }
    .g-sm-22,
    .gy-sm-22 {
        --bs-gutter-y: 110px;
    }
    .g-sm-23,
    .gx-sm-23 {
        --bs-gutter-x: 115px;
    }
    .g-sm-23,
    .gy-sm-23 {
        --bs-gutter-y: 115px;
    }
    .g-sm-24,
    .gx-sm-24 {
        --bs-gutter-x: 120px;
    }
    .g-sm-24,
    .gy-sm-24 {
        --bs-gutter-y: 120px;
    }
    .g-sm-25,
    .gx-sm-25 {
        --bs-gutter-x: 125px;
    }
    .g-sm-25,
    .gy-sm-25 {
        --bs-gutter-y: 125px;
    }
    .g-sm-26,
    .gx-sm-26 {
        --bs-gutter-x: 130px;
    }
    .g-sm-26,
    .gy-sm-26 {
        --bs-gutter-y: 130px;
    }
    .g-sm-27,
    .gx-sm-27 {
        --bs-gutter-x: 135px;
    }
    .g-sm-27,
    .gy-sm-27 {
        --bs-gutter-y: 135px;
    }
    .g-sm-28,
    .gx-sm-28 {
        --bs-gutter-x: 140px;
    }
    .g-sm-28,
    .gy-sm-28 {
        --bs-gutter-y: 140px;
    }
    .g-sm-29,
    .gx-sm-29 {
        --bs-gutter-x: 145px;
    }
    .g-sm-29,
    .gy-sm-29 {
        --bs-gutter-y: 145px;
    }
    .g-sm-30,
    .gx-sm-30 {
        --bs-gutter-x: 150px;
    }
    .g-sm-30,
    .gy-sm-30 {
        --bs-gutter-y: 150px;
    }
    .g-sm-31,
    .gx-sm-31 {
        --bs-gutter-x: 155px;
    }
    .g-sm-31,
    .gy-sm-31 {
        --bs-gutter-y: 155px;
    }
    .g-sm-32,
    .gx-sm-32 {
        --bs-gutter-x: 160px;
    }
    .g-sm-32,
    .gy-sm-32 {
        --bs-gutter-y: 160px;
    }
    .g-sm-33,
    .gx-sm-33 {
        --bs-gutter-x: 165px;
    }
    .g-sm-33,
    .gy-sm-33 {
        --bs-gutter-y: 165px;
    }
    .g-sm-34,
    .gx-sm-34 {
        --bs-gutter-x: 170px;
    }
    .g-sm-34,
    .gy-sm-34 {
        --bs-gutter-y: 170px;
    }
    .g-sm-35,
    .gx-sm-35 {
        --bs-gutter-x: 175px;
    }
    .g-sm-35,
    .gy-sm-35 {
        --bs-gutter-y: 175px;
    }
    .g-sm-36,
    .gx-sm-36 {
        --bs-gutter-x: 180px;
    }
    .g-sm-36,
    .gy-sm-36 {
        --bs-gutter-y: 180px;
    }
    .g-sm-37,
    .gx-sm-37 {
        --bs-gutter-x: 185px;
    }
    .g-sm-37,
    .gy-sm-37 {
        --bs-gutter-y: 185px;
    }
    .g-sm-38,
    .gx-sm-38 {
        --bs-gutter-x: 190px;
    }
    .g-sm-38,
    .gy-sm-38 {
        --bs-gutter-y: 190px;
    }
    .g-sm-39,
    .gx-sm-39 {
        --bs-gutter-x: 195px;
    }
    .g-sm-39,
    .gy-sm-39 {
        --bs-gutter-y: 195px;
    }
    .g-sm-40,
    .gx-sm-40 {
        --bs-gutter-x: 200px;
    }
    .g-sm-40,
    .gy-sm-40 {
        --bs-gutter-y: 200px;
    }
}

@media (min-width: 768px) {
    .col-md {
        flex: 1 0 0%;
    }
    .row-cols-md-auto>* {
        flex: 0 0 auto;
        width: auto;
    }
    .row-cols-md-1>* {
        flex: 0 0 auto;
        width: 100%;
    }
    .row-cols-md-2>* {
        flex: 0 0 auto;
        width: 50%;
    }
    .row-cols-md-3>* {
        flex: 0 0 auto;
        width: 33.33333%;
    }
    .row-cols-md-4>* {
        flex: 0 0 auto;
        width: 25%;
    }
    .row-cols-md-5>* {
        flex: 0 0 auto;
        width: 20%;
    }
    .row-cols-md-6>* {
        flex: 0 0 auto;
        width: 16.66667%;
    }
    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .col-md-1 {
        flex: 0 0 auto;
        width: 8.33333%;
    }
    .col-md-2 {
        flex: 0 0 auto;
        width: 16.66667%;
    }
    .col-md-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333%;
    }
    .col-md-5 {
        flex: 0 0 auto;
        width: 41.66667%;
    }
    .col-md-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-md-7 {
        flex: 0 0 auto;
        width: 58.33333%;
    }
    .col-md-8 {
        flex: 0 0 auto;
        width: 66.66667%;
    }
    .col-md-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-md-10 {
        flex: 0 0 auto;
        width: 83.33333%;
    }
    .col-md-11 {
        flex: 0 0 auto;
        width: 91.66667%;
    }
    .col-md-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    .offset-md-0 {
        margin-left: 0;
    }
    .offset-md-1 {
        margin-left: 8.33333%;
    }
    .offset-md-2 {
        margin-left: 16.66667%;
    }
    .offset-md-3 {
        margin-left: 25%;
    }
    .offset-md-4 {
        margin-left: 33.33333%;
    }
    .offset-md-5 {
        margin-left: 41.66667%;
    }
    .offset-md-6 {
        margin-left: 50%;
    }
    .offset-md-7 {
        margin-left: 58.33333%;
    }
    .offset-md-8 {
        margin-left: 66.66667%;
    }
    .offset-md-9 {
        margin-left: 75%;
    }
    .offset-md-10 {
        margin-left: 83.33333%;
    }
    .offset-md-11 {
        margin-left: 91.66667%;
    }
    .g-md-0,
    .gx-md-0 {
        --bs-gutter-x: 0;
    }
    .g-md-0,
    .gy-md-0 {
        --bs-gutter-y: 0;
    }
    .g-md-1,
    .gx-md-1 {
        --bs-gutter-x: 5px;
    }
    .g-md-1,
    .gy-md-1 {
        --bs-gutter-y: 5px;
    }
    .g-md-2,
    .gx-md-2 {
        --bs-gutter-x: 10px;
    }
    .g-md-2,
    .gy-md-2 {
        --bs-gutter-y: 10px;
    }
    .g-md-3,
    .gx-md-3 {
        --bs-gutter-x: 15px;
    }
    .g-md-3,
    .gy-md-3 {
        --bs-gutter-y: 15px;
    }
    .g-md-4,
    .gx-md-4 {
        --bs-gutter-x: 20px;
    }
    .g-md-4,
    .gy-md-4 {
        --bs-gutter-y: 20px;
    }
    .g-md-5,
    .gx-md-5 {
        --bs-gutter-x: 25px;
    }
    .g-md-5,
    .gy-md-5 {
        --bs-gutter-y: 25px;
    }
    .g-md-6,
    .gx-md-6 {
        --bs-gutter-x: 30px;
    }
    .g-md-6,
    .gy-md-6 {
        --bs-gutter-y: 30px;
    }
    .g-md-7,
    .gx-md-7 {
        --bs-gutter-x: 35px;
    }
    .g-md-7,
    .gy-md-7 {
        --bs-gutter-y: 35px;
    }
    .g-md-8,
    .gx-md-8 {
        --bs-gutter-x: 40px;
    }
    .g-md-8,
    .gy-md-8 {
        --bs-gutter-y: 40px;
    }
    .g-md-9,
    .gx-md-9 {
        --bs-gutter-x: 45px;
    }
    .g-md-9,
    .gy-md-9 {
        --bs-gutter-y: 45px;
    }
    .g-md-10,
    .gx-md-10 {
        --bs-gutter-x: 50px;
    }
    .g-md-10,
    .gy-md-10 {
        --bs-gutter-y: 50px;
    }
    .g-md-11,
    .gx-md-11 {
        --bs-gutter-x: 55px;
    }
    .g-md-11,
    .gy-md-11 {
        --bs-gutter-y: 55px;
    }
    .g-md-12,
    .gx-md-12 {
        --bs-gutter-x: 60px;
    }
    .g-md-12,
    .gy-md-12 {
        --bs-gutter-y: 60px;
    }
    .g-md-13,
    .gx-md-13 {
        --bs-gutter-x: 65px;
    }
    .g-md-13,
    .gy-md-13 {
        --bs-gutter-y: 65px;
    }
    .g-md-14,
    .gx-md-14 {
        --bs-gutter-x: 70px;
    }
    .g-md-14,
    .gy-md-14 {
        --bs-gutter-y: 70px;
    }
    .g-md-15,
    .gx-md-15 {
        --bs-gutter-x: 75px;
    }
    .g-md-15,
    .gy-md-15 {
        --bs-gutter-y: 75px;
    }
    .g-md-16,
    .gx-md-16 {
        --bs-gutter-x: 80px;
    }
    .g-md-16,
    .gy-md-16 {
        --bs-gutter-y: 80px;
    }
    .g-md-17,
    .gx-md-17 {
        --bs-gutter-x: 85px;
    }
    .g-md-17,
    .gy-md-17 {
        --bs-gutter-y: 85px;
    }
    .g-md-18,
    .gx-md-18 {
        --bs-gutter-x: 90px;
    }
    .g-md-18,
    .gy-md-18 {
        --bs-gutter-y: 90px;
    }
    .g-md-19,
    .gx-md-19 {
        --bs-gutter-x: 95px;
    }
    .g-md-19,
    .gy-md-19 {
        --bs-gutter-y: 95px;
    }
    .g-md-20,
    .gx-md-20 {
        --bs-gutter-x: 100px;
    }
    .g-md-20,
    .gy-md-20 {
        --bs-gutter-y: 100px;
    }
    .g-md-21,
    .gx-md-21 {
        --bs-gutter-x: 105px;
    }
    .g-md-21,
    .gy-md-21 {
        --bs-gutter-y: 105px;
    }
    .g-md-22,
    .gx-md-22 {
        --bs-gutter-x: 110px;
    }
    .g-md-22,
    .gy-md-22 {
        --bs-gutter-y: 110px;
    }
    .g-md-23,
    .gx-md-23 {
        --bs-gutter-x: 115px;
    }
    .g-md-23,
    .gy-md-23 {
        --bs-gutter-y: 115px;
    }
    .g-md-24,
    .gx-md-24 {
        --bs-gutter-x: 120px;
    }
    .g-md-24,
    .gy-md-24 {
        --bs-gutter-y: 120px;
    }
    .g-md-25,
    .gx-md-25 {
        --bs-gutter-x: 125px;
    }
    .g-md-25,
    .gy-md-25 {
        --bs-gutter-y: 125px;
    }
    .g-md-26,
    .gx-md-26 {
        --bs-gutter-x: 130px;
    }
    .g-md-26,
    .gy-md-26 {
        --bs-gutter-y: 130px;
    }
    .g-md-27,
    .gx-md-27 {
        --bs-gutter-x: 135px;
    }
    .g-md-27,
    .gy-md-27 {
        --bs-gutter-y: 135px;
    }
    .g-md-28,
    .gx-md-28 {
        --bs-gutter-x: 140px;
    }
    .g-md-28,
    .gy-md-28 {
        --bs-gutter-y: 140px;
    }
    .g-md-29,
    .gx-md-29 {
        --bs-gutter-x: 145px;
    }
    .g-md-29,
    .gy-md-29 {
        --bs-gutter-y: 145px;
    }
    .g-md-30,
    .gx-md-30 {
        --bs-gutter-x: 150px;
    }
    .g-md-30,
    .gy-md-30 {
        --bs-gutter-y: 150px;
    }
    .g-md-31,
    .gx-md-31 {
        --bs-gutter-x: 155px;
    }
    .g-md-31,
    .gy-md-31 {
        --bs-gutter-y: 155px;
    }
    .g-md-32,
    .gx-md-32 {
        --bs-gutter-x: 160px;
    }
    .g-md-32,
    .gy-md-32 {
        --bs-gutter-y: 160px;
    }
    .g-md-33,
    .gx-md-33 {
        --bs-gutter-x: 165px;
    }
    .g-md-33,
    .gy-md-33 {
        --bs-gutter-y: 165px;
    }
    .g-md-34,
    .gx-md-34 {
        --bs-gutter-x: 170px;
    }
    .g-md-34,
    .gy-md-34 {
        --bs-gutter-y: 170px;
    }
    .g-md-35,
    .gx-md-35 {
        --bs-gutter-x: 175px;
    }
    .g-md-35,
    .gy-md-35 {
        --bs-gutter-y: 175px;
    }
    .g-md-36,
    .gx-md-36 {
        --bs-gutter-x: 180px;
    }
    .g-md-36,
    .gy-md-36 {
        --bs-gutter-y: 180px;
    }
    .g-md-37,
    .gx-md-37 {
        --bs-gutter-x: 185px;
    }
    .g-md-37,
    .gy-md-37 {
        --bs-gutter-y: 185px;
    }
    .g-md-38,
    .gx-md-38 {
        --bs-gutter-x: 190px;
    }
    .g-md-38,
    .gy-md-38 {
        --bs-gutter-y: 190px;
    }
    .g-md-39,
    .gx-md-39 {
        --bs-gutter-x: 195px;
    }
    .g-md-39,
    .gy-md-39 {
        --bs-gutter-y: 195px;
    }
    .g-md-40,
    .gx-md-40 {
        --bs-gutter-x: 200px;
    }
    .g-md-40,
    .gy-md-40 {
        --bs-gutter-y: 200px;
    }
}

@media (min-width: 992px) {
    .col-lg {
        flex: 1 0 0%;
    }
    .row-cols-lg-auto>* {
        flex: 0 0 auto;
        width: auto;
    }
    .row-cols-lg-1>* {
        flex: 0 0 auto;
        width: 100%;
    }
    .row-cols-lg-2>* {
        flex: 0 0 auto;
        width: 50%;
    }
    .row-cols-lg-3>* {
        flex: 0 0 auto;
        width: 33.33333%;
    }
    .row-cols-lg-4>* {
        flex: 0 0 auto;
        width: 25%;
    }
    .row-cols-lg-5>* {
        flex: 0 0 auto;
        width: 20%;
    }
    .row-cols-lg-6>* {
        flex: 0 0 auto;
        width: 16.66667%;
    }
    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .col-lg-1 {
        flex: 0 0 auto;
        width: 8.33333%;
    }
    .col-lg-2 {
        flex: 0 0 auto;
        width: 16.66667%;
    }
    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333%;
    }
    .col-lg-5 {
        flex: 0 0 auto;
        width: 41.66667%;
    }
    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-lg-7 {
        flex: 0 0 auto;
        width: 58.33333%;
    }
    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.66667%;
    }
    .col-lg-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-lg-10 {
        flex: 0 0 auto;
        width: 83.33333%;
    }
    .col-lg-11 {
        flex: 0 0 auto;
        width: 91.66667%;
    }
    .col-lg-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    .offset-lg-0 {
        margin-left: 0;
    }
    .offset-lg-1 {
        margin-left: 8.33333%;
    }
    .offset-lg-2 {
        margin-left: 16.66667%;
    }
    .offset-lg-3 {
        margin-left: 25%;
    }
    .offset-lg-4 {
        margin-left: 33.33333%;
    }
    .offset-lg-5 {
        margin-left: 41.66667%;
    }
    .offset-lg-6 {
        margin-left: 50%;
    }
    .offset-lg-7 {
        margin-left: 58.33333%;
    }
    .offset-lg-8 {
        margin-left: 66.66667%;
    }
    .offset-lg-9 {
        margin-left: 75%;
    }
    .offset-lg-10 {
        margin-left: 83.33333%;
    }
    .offset-lg-11 {
        margin-left: 91.66667%;
    }
    .g-lg-0,
    .gx-lg-0 {
        --bs-gutter-x: 0;
    }
    .g-lg-0,
    .gy-lg-0 {
        --bs-gutter-y: 0;
    }
    .g-lg-1,
    .gx-lg-1 {
        --bs-gutter-x: 5px;
    }
    .g-lg-1,
    .gy-lg-1 {
        --bs-gutter-y: 5px;
    }
    .g-lg-2,
    .gx-lg-2 {
        --bs-gutter-x: 10px;
    }
    .g-lg-2,
    .gy-lg-2 {
        --bs-gutter-y: 10px;
    }
    .g-lg-3,
    .gx-lg-3 {
        --bs-gutter-x: 15px;
    }
    .g-lg-3,
    .gy-lg-3 {
        --bs-gutter-y: 15px;
    }
    .g-lg-4,
    .gx-lg-4 {
        --bs-gutter-x: 20px;
    }
    .g-lg-4,
    .gy-lg-4 {
        --bs-gutter-y: 20px;
    }
    .g-lg-5,
    .gx-lg-5 {
        --bs-gutter-x: 25px;
    }
    .g-lg-5,
    .gy-lg-5 {
        --bs-gutter-y: 25px;
    }
    .g-lg-6,
    .gx-lg-6 {
        --bs-gutter-x: 30px;
    }
    .g-lg-6,
    .gy-lg-6 {
        --bs-gutter-y: 30px;
    }
    .g-lg-7,
    .gx-lg-7 {
        --bs-gutter-x: 35px;
    }
    .g-lg-7,
    .gy-lg-7 {
        --bs-gutter-y: 35px;
    }
    .g-lg-8,
    .gx-lg-8 {
        --bs-gutter-x: 40px;
    }
    .g-lg-8,
    .gy-lg-8 {
        --bs-gutter-y: 40px;
    }
    .g-lg-9,
    .gx-lg-9 {
        --bs-gutter-x: 45px;
    }
    .g-lg-9,
    .gy-lg-9 {
        --bs-gutter-y: 45px;
    }
    .g-lg-10,
    .gx-lg-10 {
        --bs-gutter-x: 50px;
    }
    .g-lg-10,
    .gy-lg-10 {
        --bs-gutter-y: 50px;
    }
    .g-lg-11,
    .gx-lg-11 {
        --bs-gutter-x: 55px;
    }
    .g-lg-11,
    .gy-lg-11 {
        --bs-gutter-y: 55px;
    }
    .g-lg-12,
    .gx-lg-12 {
        --bs-gutter-x: 60px;
    }
    .g-lg-12,
    .gy-lg-12 {
        --bs-gutter-y: 60px;
    }
    .g-lg-13,
    .gx-lg-13 {
        --bs-gutter-x: 65px;
    }
    .g-lg-13,
    .gy-lg-13 {
        --bs-gutter-y: 65px;
    }
    .g-lg-14,
    .gx-lg-14 {
        --bs-gutter-x: 70px;
    }
    .g-lg-14,
    .gy-lg-14 {
        --bs-gutter-y: 70px;
    }
    .g-lg-15,
    .gx-lg-15 {
        --bs-gutter-x: 75px;
    }
    .g-lg-15,
    .gy-lg-15 {
        --bs-gutter-y: 75px;
    }
    .g-lg-16,
    .gx-lg-16 {
        --bs-gutter-x: 80px;
    }
    .g-lg-16,
    .gy-lg-16 {
        --bs-gutter-y: 80px;
    }
    .g-lg-17,
    .gx-lg-17 {
        --bs-gutter-x: 85px;
    }
    .g-lg-17,
    .gy-lg-17 {
        --bs-gutter-y: 85px;
    }
    .g-lg-18,
    .gx-lg-18 {
        --bs-gutter-x: 90px;
    }
    .g-lg-18,
    .gy-lg-18 {
        --bs-gutter-y: 90px;
    }
    .g-lg-19,
    .gx-lg-19 {
        --bs-gutter-x: 95px;
    }
    .g-lg-19,
    .gy-lg-19 {
        --bs-gutter-y: 95px;
    }
    .g-lg-20,
    .gx-lg-20 {
        --bs-gutter-x: 100px;
    }
    .g-lg-20,
    .gy-lg-20 {
        --bs-gutter-y: 100px;
    }
    .g-lg-21,
    .gx-lg-21 {
        --bs-gutter-x: 105px;
    }
    .g-lg-21,
    .gy-lg-21 {
        --bs-gutter-y: 105px;
    }
    .g-lg-22,
    .gx-lg-22 {
        --bs-gutter-x: 110px;
    }
    .g-lg-22,
    .gy-lg-22 {
        --bs-gutter-y: 110px;
    }
    .g-lg-23,
    .gx-lg-23 {
        --bs-gutter-x: 115px;
    }
    .g-lg-23,
    .gy-lg-23 {
        --bs-gutter-y: 115px;
    }
    .g-lg-24,
    .gx-lg-24 {
        --bs-gutter-x: 120px;
    }
    .g-lg-24,
    .gy-lg-24 {
        --bs-gutter-y: 120px;
    }
    .g-lg-25,
    .gx-lg-25 {
        --bs-gutter-x: 125px;
    }
    .g-lg-25,
    .gy-lg-25 {
        --bs-gutter-y: 125px;
    }
    .g-lg-26,
    .gx-lg-26 {
        --bs-gutter-x: 130px;
    }
    .g-lg-26,
    .gy-lg-26 {
        --bs-gutter-y: 130px;
    }
    .g-lg-27,
    .gx-lg-27 {
        --bs-gutter-x: 135px;
    }
    .g-lg-27,
    .gy-lg-27 {
        --bs-gutter-y: 135px;
    }
    .g-lg-28,
    .gx-lg-28 {
        --bs-gutter-x: 140px;
    }
    .g-lg-28,
    .gy-lg-28 {
        --bs-gutter-y: 140px;
    }
    .g-lg-29,
    .gx-lg-29 {
        --bs-gutter-x: 145px;
    }
    .g-lg-29,
    .gy-lg-29 {
        --bs-gutter-y: 145px;
    }
    .g-lg-30,
    .gx-lg-30 {
        --bs-gutter-x: 150px;
    }
    .g-lg-30,
    .gy-lg-30 {
        --bs-gutter-y: 150px;
    }
    .g-lg-31,
    .gx-lg-31 {
        --bs-gutter-x: 155px;
    }
    .g-lg-31,
    .gy-lg-31 {
        --bs-gutter-y: 155px;
    }
    .g-lg-32,
    .gx-lg-32 {
        --bs-gutter-x: 160px;
    }
    .g-lg-32,
    .gy-lg-32 {
        --bs-gutter-y: 160px;
    }
    .g-lg-33,
    .gx-lg-33 {
        --bs-gutter-x: 165px;
    }
    .g-lg-33,
    .gy-lg-33 {
        --bs-gutter-y: 165px;
    }
    .g-lg-34,
    .gx-lg-34 {
        --bs-gutter-x: 170px;
    }
    .g-lg-34,
    .gy-lg-34 {
        --bs-gutter-y: 170px;
    }
    .g-lg-35,
    .gx-lg-35 {
        --bs-gutter-x: 175px;
    }
    .g-lg-35,
    .gy-lg-35 {
        --bs-gutter-y: 175px;
    }
    .g-lg-36,
    .gx-lg-36 {
        --bs-gutter-x: 180px;
    }
    .g-lg-36,
    .gy-lg-36 {
        --bs-gutter-y: 180px;
    }
    .g-lg-37,
    .gx-lg-37 {
        --bs-gutter-x: 185px;
    }
    .g-lg-37,
    .gy-lg-37 {
        --bs-gutter-y: 185px;
    }
    .g-lg-38,
    .gx-lg-38 {
        --bs-gutter-x: 190px;
    }
    .g-lg-38,
    .gy-lg-38 {
        --bs-gutter-y: 190px;
    }
    .g-lg-39,
    .gx-lg-39 {
        --bs-gutter-x: 195px;
    }
    .g-lg-39,
    .gy-lg-39 {
        --bs-gutter-y: 195px;
    }
    .g-lg-40,
    .gx-lg-40 {
        --bs-gutter-x: 200px;
    }
    .g-lg-40,
    .gy-lg-40 {
        --bs-gutter-y: 200px;
    }
}

@media (min-width: 1200px) {
    .col-xl {
        flex: 1 0 0%;
    }
    .row-cols-xl-auto>* {
        flex: 0 0 auto;
        width: auto;
    }
    .row-cols-xl-1>* {
        flex: 0 0 auto;
        width: 100%;
    }
    .row-cols-xl-2>* {
        flex: 0 0 auto;
        width: 50%;
    }
    .row-cols-xl-3>* {
        flex: 0 0 auto;
        width: 33.33333%;
    }
    .row-cols-xl-4>* {
        flex: 0 0 auto;
        width: 25%;
    }
    .row-cols-xl-5>* {
        flex: 0 0 auto;
        width: 20%;
    }
    .row-cols-xl-6>* {
        flex: 0 0 auto;
        width: 16.66667%;
    }
    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .col-xl-1 {
        flex: 0 0 auto;
        width: 8.33333%;
    }
    .col-xl-2 {
        flex: 0 0 auto;
        width: 16.66667%;
    }
    .col-xl-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-xl-4 {
        flex: 0 0 auto;
        width: 33.33333%;
    }
    .col-xl-5 {
        flex: 0 0 auto;
        width: 41.66667%;
    }
    .col-xl-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-xl-7 {
        flex: 0 0 auto;
        width: 58.33333%;
    }
    .col-xl-8 {
        flex: 0 0 auto;
        width: 66.66667%;
    }
    .col-xl-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-xl-10 {
        flex: 0 0 auto;
        width: 83.33333%;
    }
    .col-xl-11 {
        flex: 0 0 auto;
        width: 91.66667%;
    }
    .col-xl-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    .offset-xl-0 {
        margin-left: 0;
    }
    .offset-xl-1 {
        margin-left: 8.33333%;
    }
    .offset-xl-2 {
        margin-left: 16.66667%;
    }
    .offset-xl-3 {
        margin-left: 25%;
    }
    .offset-xl-4 {
        margin-left: 33.33333%;
    }
    .offset-xl-5 {
        margin-left: 41.66667%;
    }
    .offset-xl-6 {
        margin-left: 50%;
    }
    .offset-xl-7 {
        margin-left: 58.33333%;
    }
    .offset-xl-8 {
        margin-left: 66.66667%;
    }
    .offset-xl-9 {
        margin-left: 75%;
    }
    .offset-xl-10 {
        margin-left: 83.33333%;
    }
    .offset-xl-11 {
        margin-left: 91.66667%;
    }
    .g-xl-0,
    .gx-xl-0 {
        --bs-gutter-x: 0;
    }
    .g-xl-0,
    .gy-xl-0 {
        --bs-gutter-y: 0;
    }
    .g-xl-1,
    .gx-xl-1 {
        --bs-gutter-x: 5px;
    }
    .g-xl-1,
    .gy-xl-1 {
        --bs-gutter-y: 5px;
    }
    .g-xl-2,
    .gx-xl-2 {
        --bs-gutter-x: 10px;
    }
    .g-xl-2,
    .gy-xl-2 {
        --bs-gutter-y: 10px;
    }
    .g-xl-3,
    .gx-xl-3 {
        --bs-gutter-x: 15px;
    }
    .g-xl-3,
    .gy-xl-3 {
        --bs-gutter-y: 15px;
    }
    .g-xl-4,
    .gx-xl-4 {
        --bs-gutter-x: 20px;
    }
    .g-xl-4,
    .gy-xl-4 {
        --bs-gutter-y: 20px;
    }
    .g-xl-5,
    .gx-xl-5 {
        --bs-gutter-x: 25px;
    }
    .g-xl-5,
    .gy-xl-5 {
        --bs-gutter-y: 25px;
    }
    .g-xl-6,
    .gx-xl-6 {
        --bs-gutter-x: 30px;
    }
    .g-xl-6,
    .gy-xl-6 {
        --bs-gutter-y: 30px;
    }
    .g-xl-7,
    .gx-xl-7 {
        --bs-gutter-x: 35px;
    }
    .g-xl-7,
    .gy-xl-7 {
        --bs-gutter-y: 35px;
    }
    .g-xl-8,
    .gx-xl-8 {
        --bs-gutter-x: 40px;
    }
    .g-xl-8,
    .gy-xl-8 {
        --bs-gutter-y: 40px;
    }
    .g-xl-9,
    .gx-xl-9 {
        --bs-gutter-x: 45px;
    }
    .g-xl-9,
    .gy-xl-9 {
        --bs-gutter-y: 45px;
    }
    .g-xl-10,
    .gx-xl-10 {
        --bs-gutter-x: 50px;
    }
    .g-xl-10,
    .gy-xl-10 {
        --bs-gutter-y: 50px;
    }
    .g-xl-11,
    .gx-xl-11 {
        --bs-gutter-x: 55px;
    }
    .g-xl-11,
    .gy-xl-11 {
        --bs-gutter-y: 55px;
    }
    .g-xl-12,
    .gx-xl-12 {
        --bs-gutter-x: 60px;
    }
    .g-xl-12,
    .gy-xl-12 {
        --bs-gutter-y: 60px;
    }
    .g-xl-13,
    .gx-xl-13 {
        --bs-gutter-x: 65px;
    }
    .g-xl-13,
    .gy-xl-13 {
        --bs-gutter-y: 65px;
    }
    .g-xl-14,
    .gx-xl-14 {
        --bs-gutter-x: 70px;
    }
    .g-xl-14,
    .gy-xl-14 {
        --bs-gutter-y: 70px;
    }
    .g-xl-15,
    .gx-xl-15 {
        --bs-gutter-x: 75px;
    }
    .g-xl-15,
    .gy-xl-15 {
        --bs-gutter-y: 75px;
    }
    .g-xl-16,
    .gx-xl-16 {
        --bs-gutter-x: 80px;
    }
    .g-xl-16,
    .gy-xl-16 {
        --bs-gutter-y: 80px;
    }
    .g-xl-17,
    .gx-xl-17 {
        --bs-gutter-x: 85px;
    }
    .g-xl-17,
    .gy-xl-17 {
        --bs-gutter-y: 85px;
    }
    .g-xl-18,
    .gx-xl-18 {
        --bs-gutter-x: 90px;
    }
    .g-xl-18,
    .gy-xl-18 {
        --bs-gutter-y: 90px;
    }
    .g-xl-19,
    .gx-xl-19 {
        --bs-gutter-x: 95px;
    }
    .g-xl-19,
    .gy-xl-19 {
        --bs-gutter-y: 95px;
    }
    .g-xl-20,
    .gx-xl-20 {
        --bs-gutter-x: 100px;
    }
    .g-xl-20,
    .gy-xl-20 {
        --bs-gutter-y: 100px;
    }
    .g-xl-21,
    .gx-xl-21 {
        --bs-gutter-x: 105px;
    }
    .g-xl-21,
    .gy-xl-21 {
        --bs-gutter-y: 105px;
    }
    .g-xl-22,
    .gx-xl-22 {
        --bs-gutter-x: 110px;
    }
    .g-xl-22,
    .gy-xl-22 {
        --bs-gutter-y: 110px;
    }
    .g-xl-23,
    .gx-xl-23 {
        --bs-gutter-x: 115px;
    }
    .g-xl-23,
    .gy-xl-23 {
        --bs-gutter-y: 115px;
    }
    .g-xl-24,
    .gx-xl-24 {
        --bs-gutter-x: 120px;
    }
    .g-xl-24,
    .gy-xl-24 {
        --bs-gutter-y: 120px;
    }
    .g-xl-25,
    .gx-xl-25 {
        --bs-gutter-x: 125px;
    }
    .g-xl-25,
    .gy-xl-25 {
        --bs-gutter-y: 125px;
    }
    .g-xl-26,
    .gx-xl-26 {
        --bs-gutter-x: 130px;
    }
    .g-xl-26,
    .gy-xl-26 {
        --bs-gutter-y: 130px;
    }
    .g-xl-27,
    .gx-xl-27 {
        --bs-gutter-x: 135px;
    }
    .g-xl-27,
    .gy-xl-27 {
        --bs-gutter-y: 135px;
    }
    .g-xl-28,
    .gx-xl-28 {
        --bs-gutter-x: 140px;
    }
    .g-xl-28,
    .gy-xl-28 {
        --bs-gutter-y: 140px;
    }
    .g-xl-29,
    .gx-xl-29 {
        --bs-gutter-x: 145px;
    }
    .g-xl-29,
    .gy-xl-29 {
        --bs-gutter-y: 145px;
    }
    .g-xl-30,
    .gx-xl-30 {
        --bs-gutter-x: 150px;
    }
    .g-xl-30,
    .gy-xl-30 {
        --bs-gutter-y: 150px;
    }
    .g-xl-31,
    .gx-xl-31 {
        --bs-gutter-x: 155px;
    }
    .g-xl-31,
    .gy-xl-31 {
        --bs-gutter-y: 155px;
    }
    .g-xl-32,
    .gx-xl-32 {
        --bs-gutter-x: 160px;
    }
    .g-xl-32,
    .gy-xl-32 {
        --bs-gutter-y: 160px;
    }
    .g-xl-33,
    .gx-xl-33 {
        --bs-gutter-x: 165px;
    }
    .g-xl-33,
    .gy-xl-33 {
        --bs-gutter-y: 165px;
    }
    .g-xl-34,
    .gx-xl-34 {
        --bs-gutter-x: 170px;
    }
    .g-xl-34,
    .gy-xl-34 {
        --bs-gutter-y: 170px;
    }
    .g-xl-35,
    .gx-xl-35 {
        --bs-gutter-x: 175px;
    }
    .g-xl-35,
    .gy-xl-35 {
        --bs-gutter-y: 175px;
    }
    .g-xl-36,
    .gx-xl-36 {
        --bs-gutter-x: 180px;
    }
    .g-xl-36,
    .gy-xl-36 {
        --bs-gutter-y: 180px;
    }
    .g-xl-37,
    .gx-xl-37 {
        --bs-gutter-x: 185px;
    }
    .g-xl-37,
    .gy-xl-37 {
        --bs-gutter-y: 185px;
    }
    .g-xl-38,
    .gx-xl-38 {
        --bs-gutter-x: 190px;
    }
    .g-xl-38,
    .gy-xl-38 {
        --bs-gutter-y: 190px;
    }
    .g-xl-39,
    .gx-xl-39 {
        --bs-gutter-x: 195px;
    }
    .g-xl-39,
    .gy-xl-39 {
        --bs-gutter-y: 195px;
    }
    .g-xl-40,
    .gx-xl-40 {
        --bs-gutter-x: 200px;
    }
    .g-xl-40,
    .gy-xl-40 {
        --bs-gutter-y: 200px;
    }
}

@media (min-width: 1400px) {
    .col-xxl {
        flex: 1 0 0%;
    }
    .row-cols-xxl-auto>* {
        flex: 0 0 auto;
        width: auto;
    }
    .row-cols-xxl-1>* {
        flex: 0 0 auto;
        width: 100%;
    }
    .row-cols-xxl-2>* {
        flex: 0 0 auto;
        width: 50%;
    }
    .row-cols-xxl-3>* {
        flex: 0 0 auto;
        width: 33.33333%;
    }
    .row-cols-xxl-4>* {
        flex: 0 0 auto;
        width: 25%;
    }
    .row-cols-xxl-5>* {
        flex: 0 0 auto;
        width: 20%;
    }
    .row-cols-xxl-6>* {
        flex: 0 0 auto;
        width: 16.66667%;
    }
    .col-xxl-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .col-xxl-1 {
        flex: 0 0 auto;
        width: 8.33333%;
    }
    .col-xxl-2 {
        flex: 0 0 auto;
        width: 16.66667%;
    }
    .col-xxl-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-xxl-4 {
        flex: 0 0 auto;
        width: 33.33333%;
    }
    .col-xxl-5 {
        flex: 0 0 auto;
        width: 41.66667%;
    }
    .col-xxl-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-xxl-7 {
        flex: 0 0 auto;
        width: 58.33333%;
    }
    .col-xxl-8 {
        flex: 0 0 auto;
        width: 66.66667%;
    }
    .col-xxl-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-xxl-10 {
        flex: 0 0 auto;
        width: 83.33333%;
    }
    .col-xxl-11 {
        flex: 0 0 auto;
        width: 91.66667%;
    }
    .col-xxl-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    .offset-xxl-0 {
        margin-left: 0;
    }
    .offset-xxl-1 {
        margin-left: 8.33333%;
    }
    .offset-xxl-2 {
        margin-left: 16.66667%;
    }
    .offset-xxl-3 {
        margin-left: 25%;
    }
    .offset-xxl-4 {
        margin-left: 33.33333%;
    }
    .offset-xxl-5 {
        margin-left: 41.66667%;
    }
    .offset-xxl-6 {
        margin-left: 50%;
    }
    .offset-xxl-7 {
        margin-left: 58.33333%;
    }
    .offset-xxl-8 {
        margin-left: 66.66667%;
    }
    .offset-xxl-9 {
        margin-left: 75%;
    }
    .offset-xxl-10 {
        margin-left: 83.33333%;
    }
    .offset-xxl-11 {
        margin-left: 91.66667%;
    }
    .g-xxl-0,
    .gx-xxl-0 {
        --bs-gutter-x: 0;
    }
    .g-xxl-0,
    .gy-xxl-0 {
        --bs-gutter-y: 0;
    }
    .g-xxl-1,
    .gx-xxl-1 {
        --bs-gutter-x: 5px;
    }
    .g-xxl-1,
    .gy-xxl-1 {
        --bs-gutter-y: 5px;
    }
    .g-xxl-2,
    .gx-xxl-2 {
        --bs-gutter-x: 10px;
    }
    .g-xxl-2,
    .gy-xxl-2 {
        --bs-gutter-y: 10px;
    }
    .g-xxl-3,
    .gx-xxl-3 {
        --bs-gutter-x: 15px;
    }
    .g-xxl-3,
    .gy-xxl-3 {
        --bs-gutter-y: 15px;
    }
    .g-xxl-4,
    .gx-xxl-4 {
        --bs-gutter-x: 20px;
    }
    .g-xxl-4,
    .gy-xxl-4 {
        --bs-gutter-y: 20px;
    }
    .g-xxl-5,
    .gx-xxl-5 {
        --bs-gutter-x: 25px;
    }
    .g-xxl-5,
    .gy-xxl-5 {
        --bs-gutter-y: 25px;
    }
    .g-xxl-6,
    .gx-xxl-6 {
        --bs-gutter-x: 30px;
    }
    .g-xxl-6,
    .gy-xxl-6 {
        --bs-gutter-y: 30px;
    }
    .g-xxl-7,
    .gx-xxl-7 {
        --bs-gutter-x: 35px;
    }
    .g-xxl-7,
    .gy-xxl-7 {
        --bs-gutter-y: 35px;
    }
    .g-xxl-8,
    .gx-xxl-8 {
        --bs-gutter-x: 40px;
    }
    .g-xxl-8,
    .gy-xxl-8 {
        --bs-gutter-y: 40px;
    }
    .g-xxl-9,
    .gx-xxl-9 {
        --bs-gutter-x: 45px;
    }
    .g-xxl-9,
    .gy-xxl-9 {
        --bs-gutter-y: 45px;
    }
    .g-xxl-10,
    .gx-xxl-10 {
        --bs-gutter-x: 50px;
    }
    .g-xxl-10,
    .gy-xxl-10 {
        --bs-gutter-y: 50px;
    }
    .g-xxl-11,
    .gx-xxl-11 {
        --bs-gutter-x: 55px;
    }
    .g-xxl-11,
    .gy-xxl-11 {
        --bs-gutter-y: 55px;
    }
    .g-xxl-12,
    .gx-xxl-12 {
        --bs-gutter-x: 60px;
    }
    .g-xxl-12,
    .gy-xxl-12 {
        --bs-gutter-y: 60px;
    }
    .g-xxl-13,
    .gx-xxl-13 {
        --bs-gutter-x: 65px;
    }
    .g-xxl-13,
    .gy-xxl-13 {
        --bs-gutter-y: 65px;
    }
    .g-xxl-14,
    .gx-xxl-14 {
        --bs-gutter-x: 70px;
    }
    .g-xxl-14,
    .gy-xxl-14 {
        --bs-gutter-y: 70px;
    }
    .g-xxl-15,
    .gx-xxl-15 {
        --bs-gutter-x: 75px;
    }
    .g-xxl-15,
    .gy-xxl-15 {
        --bs-gutter-y: 75px;
    }
    .g-xxl-16,
    .gx-xxl-16 {
        --bs-gutter-x: 80px;
    }
    .g-xxl-16,
    .gy-xxl-16 {
        --bs-gutter-y: 80px;
    }
    .g-xxl-17,
    .gx-xxl-17 {
        --bs-gutter-x: 85px;
    }
    .g-xxl-17,
    .gy-xxl-17 {
        --bs-gutter-y: 85px;
    }
    .g-xxl-18,
    .gx-xxl-18 {
        --bs-gutter-x: 90px;
    }
    .g-xxl-18,
    .gy-xxl-18 {
        --bs-gutter-y: 90px;
    }
    .g-xxl-19,
    .gx-xxl-19 {
        --bs-gutter-x: 95px;
    }
    .g-xxl-19,
    .gy-xxl-19 {
        --bs-gutter-y: 95px;
    }
    .g-xxl-20,
    .gx-xxl-20 {
        --bs-gutter-x: 100px;
    }
    .g-xxl-20,
    .gy-xxl-20 {
        --bs-gutter-y: 100px;
    }
    .g-xxl-21,
    .gx-xxl-21 {
        --bs-gutter-x: 105px;
    }
    .g-xxl-21,
    .gy-xxl-21 {
        --bs-gutter-y: 105px;
    }
    .g-xxl-22,
    .gx-xxl-22 {
        --bs-gutter-x: 110px;
    }
    .g-xxl-22,
    .gy-xxl-22 {
        --bs-gutter-y: 110px;
    }
    .g-xxl-23,
    .gx-xxl-23 {
        --bs-gutter-x: 115px;
    }
    .g-xxl-23,
    .gy-xxl-23 {
        --bs-gutter-y: 115px;
    }
    .g-xxl-24,
    .gx-xxl-24 {
        --bs-gutter-x: 120px;
    }
    .g-xxl-24,
    .gy-xxl-24 {
        --bs-gutter-y: 120px;
    }
    .g-xxl-25,
    .gx-xxl-25 {
        --bs-gutter-x: 125px;
    }
    .g-xxl-25,
    .gy-xxl-25 {
        --bs-gutter-y: 125px;
    }
    .g-xxl-26,
    .gx-xxl-26 {
        --bs-gutter-x: 130px;
    }
    .g-xxl-26,
    .gy-xxl-26 {
        --bs-gutter-y: 130px;
    }
    .g-xxl-27,
    .gx-xxl-27 {
        --bs-gutter-x: 135px;
    }
    .g-xxl-27,
    .gy-xxl-27 {
        --bs-gutter-y: 135px;
    }
    .g-xxl-28,
    .gx-xxl-28 {
        --bs-gutter-x: 140px;
    }
    .g-xxl-28,
    .gy-xxl-28 {
        --bs-gutter-y: 140px;
    }
    .g-xxl-29,
    .gx-xxl-29 {
        --bs-gutter-x: 145px;
    }
    .g-xxl-29,
    .gy-xxl-29 {
        --bs-gutter-y: 145px;
    }
    .g-xxl-30,
    .gx-xxl-30 {
        --bs-gutter-x: 150px;
    }
    .g-xxl-30,
    .gy-xxl-30 {
        --bs-gutter-y: 150px;
    }
    .g-xxl-31,
    .gx-xxl-31 {
        --bs-gutter-x: 155px;
    }
    .g-xxl-31,
    .gy-xxl-31 {
        --bs-gutter-y: 155px;
    }
    .g-xxl-32,
    .gx-xxl-32 {
        --bs-gutter-x: 160px;
    }
    .g-xxl-32,
    .gy-xxl-32 {
        --bs-gutter-y: 160px;
    }
    .g-xxl-33,
    .gx-xxl-33 {
        --bs-gutter-x: 165px;
    }
    .g-xxl-33,
    .gy-xxl-33 {
        --bs-gutter-y: 165px;
    }
    .g-xxl-34,
    .gx-xxl-34 {
        --bs-gutter-x: 170px;
    }
    .g-xxl-34,
    .gy-xxl-34 {
        --bs-gutter-y: 170px;
    }
    .g-xxl-35,
    .gx-xxl-35 {
        --bs-gutter-x: 175px;
    }
    .g-xxl-35,
    .gy-xxl-35 {
        --bs-gutter-y: 175px;
    }
    .g-xxl-36,
    .gx-xxl-36 {
        --bs-gutter-x: 180px;
    }
    .g-xxl-36,
    .gy-xxl-36 {
        --bs-gutter-y: 180px;
    }
    .g-xxl-37,
    .gx-xxl-37 {
        --bs-gutter-x: 185px;
    }
    .g-xxl-37,
    .gy-xxl-37 {
        --bs-gutter-y: 185px;
    }
    .g-xxl-38,
    .gx-xxl-38 {
        --bs-gutter-x: 190px;
    }
    .g-xxl-38,
    .gy-xxl-38 {
        --bs-gutter-y: 190px;
    }
    .g-xxl-39,
    .gx-xxl-39 {
        --bs-gutter-x: 195px;
    }
    .g-xxl-39,
    .gy-xxl-39 {
        --bs-gutter-y: 195px;
    }
    .g-xxl-40,
    .gx-xxl-40 {
        --bs-gutter-x: 200px;
    }
    .g-xxl-40,
    .gy-xxl-40 {
        --bs-gutter-y: 200px;
    }
}

@media (min-width: 1600px) {
    .col-xxxl {
        flex: 1 0 0%;
    }
    .row-cols-xxxl-auto>* {
        flex: 0 0 auto;
        width: auto;
    }
    .row-cols-xxxl-1>* {
        flex: 0 0 auto;
        width: 100%;
    }
    .row-cols-xxxl-2>* {
        flex: 0 0 auto;
        width: 50%;
    }
    .row-cols-xxxl-3>* {
        flex: 0 0 auto;
        width: 33.33333%;
    }
    .row-cols-xxxl-4>* {
        flex: 0 0 auto;
        width: 25%;
    }
    .row-cols-xxxl-5>* {
        flex: 0 0 auto;
        width: 20%;
    }
    .row-cols-xxxl-6>* {
        flex: 0 0 auto;
        width: 16.66667%;
    }
    .col-xxxl-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .col-xxxl-1 {
        flex: 0 0 auto;
        width: 8.33333%;
    }
    .col-xxxl-2 {
        flex: 0 0 auto;
        width: 16.66667%;
    }
    .col-xxxl-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-xxxl-4 {
        flex: 0 0 auto;
        width: 33.33333%;
    }
    .col-xxxl-5 {
        flex: 0 0 auto;
        width: 41.66667%;
    }
    .col-xxxl-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-xxxl-7 {
        flex: 0 0 auto;
        width: 58.33333%;
    }
    .col-xxxl-8 {
        flex: 0 0 auto;
        width: 66.66667%;
    }
    .col-xxxl-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-xxxl-10 {
        flex: 0 0 auto;
        width: 83.33333%;
    }
    .col-xxxl-11 {
        flex: 0 0 auto;
        width: 91.66667%;
    }
    .col-xxxl-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    .offset-xxxl-0 {
        margin-left: 0;
    }
    .offset-xxxl-1 {
        margin-left: 8.33333%;
    }
    .offset-xxxl-2 {
        margin-left: 16.66667%;
    }
    .offset-xxxl-3 {
        margin-left: 25%;
    }
    .offset-xxxl-4 {
        margin-left: 33.33333%;
    }
    .offset-xxxl-5 {
        margin-left: 41.66667%;
    }
    .offset-xxxl-6 {
        margin-left: 50%;
    }
    .offset-xxxl-7 {
        margin-left: 58.33333%;
    }
    .offset-xxxl-8 {
        margin-left: 66.66667%;
    }
    .offset-xxxl-9 {
        margin-left: 75%;
    }
    .offset-xxxl-10 {
        margin-left: 83.33333%;
    }
    .offset-xxxl-11 {
        margin-left: 91.66667%;
    }
    .g-xxxl-0,
    .gx-xxxl-0 {
        --bs-gutter-x: 0;
    }
    .g-xxxl-0,
    .gy-xxxl-0 {
        --bs-gutter-y: 0;
    }
    .g-xxxl-1,
    .gx-xxxl-1 {
        --bs-gutter-x: 5px;
    }
    .g-xxxl-1,
    .gy-xxxl-1 {
        --bs-gutter-y: 5px;
    }
    .g-xxxl-2,
    .gx-xxxl-2 {
        --bs-gutter-x: 10px;
    }
    .g-xxxl-2,
    .gy-xxxl-2 {
        --bs-gutter-y: 10px;
    }
    .g-xxxl-3,
    .gx-xxxl-3 {
        --bs-gutter-x: 15px;
    }
    .g-xxxl-3,
    .gy-xxxl-3 {
        --bs-gutter-y: 15px;
    }
    .g-xxxl-4,
    .gx-xxxl-4 {
        --bs-gutter-x: 20px;
    }
    .g-xxxl-4,
    .gy-xxxl-4 {
        --bs-gutter-y: 20px;
    }
    .g-xxxl-5,
    .gx-xxxl-5 {
        --bs-gutter-x: 25px;
    }
    .g-xxxl-5,
    .gy-xxxl-5 {
        --bs-gutter-y: 25px;
    }
    .g-xxxl-6,
    .gx-xxxl-6 {
        --bs-gutter-x: 30px;
    }
    .g-xxxl-6,
    .gy-xxxl-6 {
        --bs-gutter-y: 30px;
    }
    .g-xxxl-7,
    .gx-xxxl-7 {
        --bs-gutter-x: 35px;
    }
    .g-xxxl-7,
    .gy-xxxl-7 {
        --bs-gutter-y: 35px;
    }
    .g-xxxl-8,
    .gx-xxxl-8 {
        --bs-gutter-x: 40px;
    }
    .g-xxxl-8,
    .gy-xxxl-8 {
        --bs-gutter-y: 40px;
    }
    .g-xxxl-9,
    .gx-xxxl-9 {
        --bs-gutter-x: 45px;
    }
    .g-xxxl-9,
    .gy-xxxl-9 {
        --bs-gutter-y: 45px;
    }
    .g-xxxl-10,
    .gx-xxxl-10 {
        --bs-gutter-x: 50px;
    }
    .g-xxxl-10,
    .gy-xxxl-10 {
        --bs-gutter-y: 50px;
    }
    .g-xxxl-11,
    .gx-xxxl-11 {
        --bs-gutter-x: 55px;
    }
    .g-xxxl-11,
    .gy-xxxl-11 {
        --bs-gutter-y: 55px;
    }
    .g-xxxl-12,
    .gx-xxxl-12 {
        --bs-gutter-x: 60px;
    }
    .g-xxxl-12,
    .gy-xxxl-12 {
        --bs-gutter-y: 60px;
    }
    .g-xxxl-13,
    .gx-xxxl-13 {
        --bs-gutter-x: 65px;
    }
    .g-xxxl-13,
    .gy-xxxl-13 {
        --bs-gutter-y: 65px;
    }
    .g-xxxl-14,
    .gx-xxxl-14 {
        --bs-gutter-x: 70px;
    }
    .g-xxxl-14,
    .gy-xxxl-14 {
        --bs-gutter-y: 70px;
    }
    .g-xxxl-15,
    .gx-xxxl-15 {
        --bs-gutter-x: 75px;
    }
    .g-xxxl-15,
    .gy-xxxl-15 {
        --bs-gutter-y: 75px;
    }
    .g-xxxl-16,
    .gx-xxxl-16 {
        --bs-gutter-x: 80px;
    }
    .g-xxxl-16,
    .gy-xxxl-16 {
        --bs-gutter-y: 80px;
    }
    .g-xxxl-17,
    .gx-xxxl-17 {
        --bs-gutter-x: 85px;
    }
    .g-xxxl-17,
    .gy-xxxl-17 {
        --bs-gutter-y: 85px;
    }
    .g-xxxl-18,
    .gx-xxxl-18 {
        --bs-gutter-x: 90px;
    }
    .g-xxxl-18,
    .gy-xxxl-18 {
        --bs-gutter-y: 90px;
    }
    .g-xxxl-19,
    .gx-xxxl-19 {
        --bs-gutter-x: 95px;
    }
    .g-xxxl-19,
    .gy-xxxl-19 {
        --bs-gutter-y: 95px;
    }
    .g-xxxl-20,
    .gx-xxxl-20 {
        --bs-gutter-x: 100px;
    }
    .g-xxxl-20,
    .gy-xxxl-20 {
        --bs-gutter-y: 100px;
    }
    .g-xxxl-21,
    .gx-xxxl-21 {
        --bs-gutter-x: 105px;
    }
    .g-xxxl-21,
    .gy-xxxl-21 {
        --bs-gutter-y: 105px;
    }
    .g-xxxl-22,
    .gx-xxxl-22 {
        --bs-gutter-x: 110px;
    }
    .g-xxxl-22,
    .gy-xxxl-22 {
        --bs-gutter-y: 110px;
    }
    .g-xxxl-23,
    .gx-xxxl-23 {
        --bs-gutter-x: 115px;
    }
    .g-xxxl-23,
    .gy-xxxl-23 {
        --bs-gutter-y: 115px;
    }
    .g-xxxl-24,
    .gx-xxxl-24 {
        --bs-gutter-x: 120px;
    }
    .g-xxxl-24,
    .gy-xxxl-24 {
        --bs-gutter-y: 120px;
    }
    .g-xxxl-25,
    .gx-xxxl-25 {
        --bs-gutter-x: 125px;
    }
    .g-xxxl-25,
    .gy-xxxl-25 {
        --bs-gutter-y: 125px;
    }
    .g-xxxl-26,
    .gx-xxxl-26 {
        --bs-gutter-x: 130px;
    }
    .g-xxxl-26,
    .gy-xxxl-26 {
        --bs-gutter-y: 130px;
    }
    .g-xxxl-27,
    .gx-xxxl-27 {
        --bs-gutter-x: 135px;
    }
    .g-xxxl-27,
    .gy-xxxl-27 {
        --bs-gutter-y: 135px;
    }
    .g-xxxl-28,
    .gx-xxxl-28 {
        --bs-gutter-x: 140px;
    }
    .g-xxxl-28,
    .gy-xxxl-28 {
        --bs-gutter-y: 140px;
    }
    .g-xxxl-29,
    .gx-xxxl-29 {
        --bs-gutter-x: 145px;
    }
    .g-xxxl-29,
    .gy-xxxl-29 {
        --bs-gutter-y: 145px;
    }
    .g-xxxl-30,
    .gx-xxxl-30 {
        --bs-gutter-x: 150px;
    }
    .g-xxxl-30,
    .gy-xxxl-30 {
        --bs-gutter-y: 150px;
    }
    .g-xxxl-31,
    .gx-xxxl-31 {
        --bs-gutter-x: 155px;
    }
    .g-xxxl-31,
    .gy-xxxl-31 {
        --bs-gutter-y: 155px;
    }
    .g-xxxl-32,
    .gx-xxxl-32 {
        --bs-gutter-x: 160px;
    }
    .g-xxxl-32,
    .gy-xxxl-32 {
        --bs-gutter-y: 160px;
    }
    .g-xxxl-33,
    .gx-xxxl-33 {
        --bs-gutter-x: 165px;
    }
    .g-xxxl-33,
    .gy-xxxl-33 {
        --bs-gutter-y: 165px;
    }
    .g-xxxl-34,
    .gx-xxxl-34 {
        --bs-gutter-x: 170px;
    }
    .g-xxxl-34,
    .gy-xxxl-34 {
        --bs-gutter-y: 170px;
    }
    .g-xxxl-35,
    .gx-xxxl-35 {
        --bs-gutter-x: 175px;
    }
    .g-xxxl-35,
    .gy-xxxl-35 {
        --bs-gutter-y: 175px;
    }
    .g-xxxl-36,
    .gx-xxxl-36 {
        --bs-gutter-x: 180px;
    }
    .g-xxxl-36,
    .gy-xxxl-36 {
        --bs-gutter-y: 180px;
    }
    .g-xxxl-37,
    .gx-xxxl-37 {
        --bs-gutter-x: 185px;
    }
    .g-xxxl-37,
    .gy-xxxl-37 {
        --bs-gutter-y: 185px;
    }
    .g-xxxl-38,
    .gx-xxxl-38 {
        --bs-gutter-x: 190px;
    }
    .g-xxxl-38,
    .gy-xxxl-38 {
        --bs-gutter-y: 190px;
    }
    .g-xxxl-39,
    .gx-xxxl-39 {
        --bs-gutter-x: 195px;
    }
    .g-xxxl-39,
    .gy-xxxl-39 {
        --bs-gutter-y: 195px;
    }
    .g-xxxl-40,
    .gx-xxxl-40 {
        --bs-gutter-x: 200px;
    }
    .g-xxxl-40,
    .gy-xxxl-40 {
        --bs-gutter-y: 200px;
    }
}

.table {
    --bs-table-bg: transparent;
    --bs-table-accent-bg: transparent;
    --bs-table-striped-color: #000000;
    --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
    --bs-table-active-color: #000000;
    --bs-table-active-bg: rgba(0, 0, 0, 0.1);
    --bs-table-hover-color: #000000;
    --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
    width: 100%;
    margin-bottom: 1rem;
    color: #000000;
    vertical-align: top;
    border-color: rgba(0, 0, 0, 0.31);
}

.table> :not(caption)>*>* {
    padding: 28px 30px;
    background-color: var(--bs-table-bg);
    border-bottom-width: 1px;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}

.table>tbody {
    vertical-align: inherit;
}

.table>thead {
    vertical-align: bottom;
}

.table> :not(:last-child)> :last-child>* {
    border-bottom-color: currentColor;
}

.caption-top {
    caption-side: top;
}

.table-sm> :not(caption)>*>* {
    padding: 0.25rem 0.25rem;
}

.table-bordered> :not(caption)>* {
    border-width: 1px 0;
}

.table-bordered> :not(caption)>*>* {
    border-width: 0 1px;
}

.table-borderless> :not(caption)>*>* {
    border-bottom-width: 0;
}

.table-striped>tbody>tr:nth-of-type(even) {
    --bs-table-accent-bg: var(--bs-table-striped-bg);
    color: var(--bs-table-striped-color);
}

.table-active {
    --bs-table-accent-bg: var(--bs-table-active-bg);
    color: var(--bs-table-active-color);
}

.table-hover>tbody>tr:hover {
    --bs-table-accent-bg: var(--bs-table-hover-bg);
    color: var(--bs-table-hover-color);
}

.table-primary {
    --bs-table-bg: #e8d4d7;
    --bs-table-striped-bg: #dcc9cc;
    --bs-table-striped-color: #000000;
    --bs-table-active-bg: #d1bfc2;
    --bs-table-active-color: #000000;
    --bs-table-hover-bg: #d7c4c7;
    --bs-table-hover-color: #000000;
    color: #000000;
    border-color: #d1bfc2;
}

.table-secondary {
    --bs-table-bg: #f5f5f6;
    --bs-table-striped-bg: #e9e9ea;
    --bs-table-striped-color: #000000;
    --bs-table-active-bg: #dddddd;
    --bs-table-active-color: #000000;
    --bs-table-hover-bg: #e3e3e4;
    --bs-table-hover-color: #000000;
    color: #000000;
    border-color: #dddddd;
}

.table-success {
    --bs-table-bg: #d1e7dd;
    --bs-table-striped-bg: #c7dbd2;
    --bs-table-striped-color: #000000;
    --bs-table-active-bg: #bcd0c7;
    --bs-table-active-color: #000000;
    --bs-table-hover-bg: #c1d6cc;
    --bs-table-hover-color: #000000;
    color: #000000;
    border-color: #bcd0c7;
}

.table-info {
    --bs-table-bg: #cff4fc;
    --bs-table-striped-bg: #c5e8ef;
    --bs-table-striped-color: #000000;
    --bs-table-active-bg: #badce3;
    --bs-table-active-color: #000000;
    --bs-table-hover-bg: #bfe2e9;
    --bs-table-hover-color: #000000;
    color: #000000;
    border-color: #badce3;
}

.table-warning {
    --bs-table-bg: #fff3cd;
    --bs-table-striped-bg: #f2e7c3;
    --bs-table-striped-color: #000000;
    --bs-table-active-bg: #e6dbb9;
    --bs-table-active-color: #000000;
    --bs-table-hover-bg: #ece1be;
    --bs-table-hover-color: #000000;
    color: #000000;
    border-color: #e6dbb9;
}

.table-danger {
    --bs-table-bg: #f8d7da;
    --bs-table-striped-bg: #eccccf;
    --bs-table-striped-color: #000000;
    --bs-table-active-bg: #dfc2c4;
    --bs-table-active-color: #000000;
    --bs-table-hover-bg: #e5c7ca;
    --bs-table-hover-color: #000000;
    color: #000000;
    border-color: #dfc2c4;
}

.table-light {
    --bs-table-bg: #f6f6f8;
    --bs-table-striped-bg: #eaeaec;
    --bs-table-striped-color: #000000;
    --bs-table-active-bg: #dddddf;
    --bs-table-active-color: #000000;
    --bs-table-hover-bg: #e4e4e5;
    --bs-table-hover-color: #000000;
    color: #000000;
    border-color: #dddddf;
}

.table-dark {
    --bs-table-bg: #000000;
    --bs-table-striped-bg: #0d0d0d;
    --bs-table-striped-color: #ffffff;
    --bs-table-active-bg: #1a1a1a;
    --bs-table-active-color: #ffffff;
    --bs-table-hover-bg: #131313;
    --bs-table-hover-color: #ffffff;
    color: #ffffff;
    border-color: #1a1a1a;
}

.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

@media (max-width: 575.98px) {
    .table-responsive-sm {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}

@media (max-width: 767.98px) {
    .table-responsive-md {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}

@media (max-width: 991.98px) {
    .table-responsive-lg {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}

@media (max-width: 1199.98px) {
    .table-responsive-xl {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}

@media (max-width: 1399.98px) {
    .table-responsive-xxl {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}

@media (max-width: 1599.98px) {
    .table-responsive-xxxl {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}

.form-label {
    margin-bottom: 0.5rem;
}

.col-form-label {
    padding-top: calc(0.375rem + 1px);
    padding-bottom: calc(0.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5;
}

.col-form-label-lg {
    padding-top: calc(0.5rem + 1px);
    padding-bottom: calc(0.5rem + 1px);
    font-size: 1.25rem;
}

.col-form-label-sm {
    padding-top: calc(0.25rem + 1px);
    padding-bottom: calc(0.25rem + 1px);
    font-size: 0.8125rem;
}

.form-text {
    margin-top: 0.25rem;
    font-size: 0.875em;
    color: #afafb9;
}

.mil-basket-container>.flex-grow-1.flex-shrink-1 {
    margin-right: 60px;
}


/* .mil-basket-container .row.align-items-md-center.border-dark > .col-md-auto  {
    width: 85%;
} */

.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;

    font-size: 14px;
    padding: 14px 20px 12px;
    font-weight: 400;
    line-height: 1.5;
    color: #000000;
    background-color: transparent;
    background-clip: padding-box;
    border: 1px solid transparent;
    appearance: none;
    border-radius: none;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .form-control {
        transition: none;
    }
}

.form-control[type="file"] {
    overflow: hidden;
}

.form-control[type="file"]:not(:disabled):not([readonly]) {
    cursor: pointer;
}

/*.form-control:focus {
    color: #000000;
    background-color: transparent;
    border-color: transparent;
    outline: 0;
    box-shadow: none;
}*/

.form-control::-webkit-date-and-time-value {
    height: 1.5em;
}

.form-control::placeholder {
    color: #afafb9;
    opacity: 1;
}

.form-control:disabled,
.form-control[readonly] {
    background-color: rgba(0, 0, 0, 0.03);
    opacity: 1;
}

.form-control::file-selector-button {
    padding: 0.375rem 0.75rem;
    margin: -0.375rem -0.75rem;
    margin-inline-end: 0.75rem;
    color: #000000;
    background-color: rgba(0, 0, 0, 0.03);
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .form-control::file-selector-button {
        transition: none;
    }
}

.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
    background-color: rgba(0, 0, 0, 0.0785);
}

.form-control::-webkit-file-upload-button {
    padding: 0.375rem 0.75rem;
    margin: -0.375rem -0.75rem;
    margin-inline-end: 0.75rem;
    color: #000000;
    background-color: rgba(0, 0, 0, 0.03);
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .form-control::-webkit-file-upload-button {
        transition: none;
    }
}

.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
    background-color: rgba(0, 0, 0, 0.0785);
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding: 0.375rem 0;
    margin-bottom: 0;
    line-height: 1.5;
    color: #000000;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0;
}

.form-control-plaintext.form-control-sm,
.form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0;
}

.form-control-sm {
    min-height: calc(1.5em + 0.5rem + 2px);
    padding: 0px 0.5rem;
    font-size: 0.8125rem;
    border-radius: 0;
}

.form-control-sm::file-selector-button {
    padding: 0.25rem 0.5rem;
    margin: -0.25rem -0.5rem;
    margin-inline-end: 0.5rem;
}

.form-control-sm::-webkit-file-upload-button {
    padding: 0.25rem 0.5rem;
    margin: -0.25rem -0.5rem;
    margin-inline-end: 0.5rem;
}

.form-control-lg {
    min-height: calc(1.5em + 1rem + 2px);
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    border-radius: 0.3rem;
}

.form-control-lg::file-selector-button {
    padding: 0.5rem 1rem;
    margin: -0.5rem -1rem;
    margin-inline-end: 1rem;
}

.form-control-lg::-webkit-file-upload-button {
    padding: 0.5rem 1rem;
    margin: -0.5rem -1rem;
    margin-inline-end: 1rem;
}

textarea.form-control {
    min-height: calc(1.5em + 0.75rem + 2px);
}

textarea.form-control-sm {
    min-height: calc(1.5em + 0.5rem + 2px);
}

textarea.form-control-lg {
    min-height: calc(1.5em + 1rem + 2px);
}

.form-control-color {
    max-width: 3rem;
    height: auto;
    padding: 0.375rem;
}

.form-control-color:not(:disabled):not([readonly]) {
    cursor: pointer;
}

.form-control-color::-moz-color-swatch {
    height: 1.5em;
    border-radius: none;
}

.form-control-color::-webkit-color-swatch {
    height: 1.5em;
    border-radius: none;
}

.form-select {
    display: block;
    width: 100%;
    padding: 14px 20px 12px;

    font-size: 14px;

    line-height: 1.5;
    color: #000000;
    background-color: transparent;
    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='%238c2837' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 18px center;
    background-size: 16px 12px;
    border: 0 solid transparent;
    border-radius: none;
    appearance: none;
}

.form-select:focus {
    border-color: transparent;
    outline: 0;
    box-shadow: none;
}

.form-select[multiple],
.form-select[size]:not([size="1"]) {
    padding-right: 18px;
    background-image: none;
}

.form-select:disabled {
    background-color: rgba(0, 0, 0, 0.03);
}

.form-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000000;
}

.form-select-sm {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 0.5rem;
    font-size: 0.8125rem;
}

.form-select-lg {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    font-size: 1.25rem;
}

.form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5em;
    margin-bottom: 0.125rem;
}

.form-check .form-check-input {
    float: left;
    margin-left: -1.5em;
}

.form-check-input {
    width: 1em;
    height: 1em;
    margin-top: 0.25em;
    vertical-align: top;
    background-color: none;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid #000000;
    appearance: none;
    color-adjust: exact;
}

.form-check-input[type="checkbox"] {
    border-radius: none;
}

.form-check-input[type="radio"] {
    border-radius: none;
}

.form-check-input:active {
    filter: brightness(90%);
}

.form-check-input:focus {
    border-color: #000000;
    outline: 0;
    box-shadow: none;
}

.form-check-input:checked {
    background-color: none;
    border-color: #000000;
}

.form-check-input:checked[type="checkbox"] {
    background-image: url(/local/templates/milana2024/assets/css/../images/checkboxes-sprite.svg#black-checkbox);
}

.form-check-input:checked[type="radio"] {
    background-image: url(/local/templates/milana2024/assets/css/../images/checkboxes-sprite.svg#black-checkbox);
}

.form-check-input[type="checkbox"]:indeterminate {
    background-color: #8c2837;
    border-color: #8c2837;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}

.form-check-input:disabled {
    pointer-events: none;
    filter: none;
    opacity: 0.5;
}

.form-check-input[disabled]~.form-check-label,
.form-check-input:disabled~.form-check-label {
    opacity: 0.5;
}

.form-switch {
    padding-left: 2.5em;
}

.form-switch .form-check-input {
    width: 2em;
    margin-left: -2.5em;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
    background-position: left center;
    border-radius: 2em;
    transition: background-position 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .form-switch .form-check-input {
        transition: none;
    }
}

.form-switch .form-check-input:focus {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='transparent'/%3e%3c/svg%3e");
}

.form-switch .form-check-input:checked {
    background-position: right center;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23ffffff'/%3e%3c/svg%3e");
}

.form-check-inline {
    display: inline-block;
    margin-right: 1rem;
}

.btn-check {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}

.btn-check[disabled]+.btn,
.btn-check:disabled+.btn {
    pointer-events: none;
    filter: none;
    opacity: 1;
}

.form-range {
    width: 100%;
    height: 1.5rem;
    padding: 0;
    background-color: transparent;
    appearance: none;
}

.form-range:focus {
    outline: 0;
}

.form-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #ffffff, none;
}

.form-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #ffffff, none;
}

.form-range::-moz-focus-outer {
    border: 0;
}

.form-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #8c2837;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none;
}

@media (prefers-reduced-motion: reduce) {
    .form-range::-webkit-slider-thumb {
        transition: none;
    }
}

.form-range::-webkit-slider-thumb:active {
    background-color: #ddbfc3;
}

.form-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.31);
    border-color: transparent;
    border-radius: 1rem;
}

.form-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #8c2837;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none;
}

@media (prefers-reduced-motion: reduce) {
    .form-range::-moz-range-thumb {
        transition: none;
    }
}

.form-range::-moz-range-thumb:active {
    background-color: #ddbfc3;
}

.form-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.31);
    border-color: transparent;
    border-radius: 1rem;
}

.form-range:disabled {
    pointer-events: none;
}

.form-range:disabled::-webkit-slider-thumb {
    background-color: #b1b1b9;
}

.form-range:disabled::-moz-range-thumb {
    background-color: #b1b1b9;
}

.form-floating {
    position: relative;
}

.form-floating>.form-control,
.form-floating>.form-select {
    height: calc(3.5rem + 2px);
    padding: 1rem 0.75rem;
}

.form-floating>label {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    padding: 1rem 0.75rem;
    pointer-events: none;
    border: 1px solid transparent;
    transform-origin: 0 0;
    transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .form-floating>label {
        transition: none;
    }
}

.form-floating>.form-control::placeholder {
    color: transparent;
}

.form-floating>.form-control:focus,
.form-floating>.form-control:not(:placeholder-shown) {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem;
}

.form-floating>.form-control:-webkit-autofill {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem;
}

.form-floating>.form-select {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem;
}

.form-floating>.form-control:focus~label,
.form-floating>.form-control:not(:placeholder-shown)~label,
.form-floating>.form-select~label {
    opacity: 0.65;
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.form-floating>.form-control:-webkit-autofill~label {
    opacity: 0.65;
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}

.input-group>.form-control,
.input-group>.form-select {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
}

.input-group>.form-control:focus,
.input-group>.form-select:focus {
    z-index: 3;
}

.input-group .btn {
    position: relative;
    z-index: 2;
}

.input-group .btn:focus {
    z-index: 3;
}

.input-group-text {
    display: flex;
    align-items: center;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #000000;
    text-align: center;
    white-space: nowrap;
    background-color: rgba(0, 0, 0, 0.03);
    border: 1px solid transparent;
    border-radius: none;
}

.input-group-lg>.form-control,
.input-group-lg>.form-select,
.input-group-lg>.input-group-text,
.input-group-lg>.btn {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    border-radius: 0.3rem;
}

.input-group-sm>.form-control,
.input-group-sm>.form-select,
.input-group-sm>.input-group-text,
.input-group-sm>.btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.8125rem;
    border-radius: 0;
}

.input-group-lg>.form-select,
.input-group-sm>.form-select {
    padding-right: 72px;
}

.input-group:not(.has-validation)> :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),
.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group.has-validation> :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu),
.input-group.has-validation>.dropdown-toggle:nth-last-child(n+4) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group> :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: -1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 0.75rem;
    color: #198754;
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: .1rem;
    font-size: 0.875rem;
    color: #ffffff;
    background-color: rgba(25, 135, 84, 0.9);
    border-radius: 0.25rem;
}

.was-validated :valid~.valid-feedback,
.was-validated :valid~.valid-tooltip,
.is-valid~.valid-feedback,
.is-valid~.valid-tooltip {
    display: block;
}

.was-validated .form-control:valid,
.form-control.is-valid {
    border-color: #198754;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:valid:focus,
.form-control.is-valid:focus {
    border-color: #198754;
    box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
    padding-right: calc(1.5em + 0.75rem);
    background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .form-select:valid,
.form-select.is-valid {
    border-color: #198754;
}

.was-validated .form-select:valid:not([multiple]):not([size]),
.was-validated .form-select:valid:not([multiple])[size="1"],
.form-select.is-valid:not([multiple]):not([size]),
.form-select.is-valid:not([multiple])[size="1"] {
    padding-right: 99px;
    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='%238c2837' 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 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-position: right 18px center, center right 54px;
    background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-select:valid:focus,
.form-select.is-valid:focus {
    border-color: #198754;
    box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

.was-validated .form-check-input:valid,
.form-check-input.is-valid {
    border-color: #198754;
}

.was-validated .form-check-input:valid:checked,
.form-check-input.is-valid:checked {
    background-color: #198754;
}

.was-validated .form-check-input:valid:focus,
.form-check-input.is-valid:focus {
    box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

.was-validated .form-check-input:valid~.form-check-label,
.form-check-input.is-valid~.form-check-label {
    color: #198754;
}

.form-check-inline .form-check-input~.valid-feedback {
    margin-left: .5em;
}

.was-validated .input-group .form-control:valid,
.input-group .form-control.is-valid,
.was-validated .input-group .form-select:valid,
.input-group .form-select.is-valid {
    z-index: 1;
}

.was-validated .input-group .form-control:valid:focus,
.input-group .form-control.is-valid:focus,
.was-validated .input-group .form-select:valid:focus,
.input-group .form-select.is-valid:focus {
    z-index: 3;
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 0.75rem;
    color: #8c2837;
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: .1rem;
    font-size: 0.875rem;
    color: #ffffff;
    background-color: rgba(140, 40, 55, 0.9);
    border-radius: 0.25rem;
}

.was-validated :invalid~.invalid-feedback,
.was-validated :invalid~.invalid-tooltip,
.is-invalid~.invalid-feedback,
.is-invalid~.invalid-tooltip {
    display: block;
}

.was-validated .form-control:invalid,
.form-control.is-invalid {
    border-color: #8c2837;
    padding-right: calc(1.5em + 0.75rem);
    background-image: none;
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus {
    border-color: #8c2837;
    box-shadow: 0 0 0 0.25rem rgba(140, 40, 55, 0.25);
}

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
    padding-right: calc(1.5em + 0.75rem);
    background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .form-select:invalid,
.form-select.is-invalid {
    border-color: #8c2837;
}

.was-validated .form-select:invalid:not([multiple]):not([size]),
.was-validated .form-select:invalid:not([multiple])[size="1"],
.form-select.is-invalid:not([multiple]):not([size]),
.form-select.is-invalid:not([multiple])[size="1"] {
    padding-right: 99px;
    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='%238c2837' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), none;
    background-position: right 18px center, center right 54px;
    background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-select:invalid:focus,
.form-select.is-invalid:focus {
    border-color: #8c2837;
    box-shadow: 0 0 0 0.25rem rgba(140, 40, 55, 0.25);
}

.was-validated .form-check-input:invalid,
.form-check-input.is-invalid {
    border-color: #8c2837;
}

.was-validated .form-check-input:invalid:checked,
.form-check-input.is-invalid:checked {
    background-color: #8c2837;
}

.was-validated .form-check-input:invalid:focus,
.form-check-input.is-invalid:focus {
    box-shadow: 0 0 0 0.25rem rgba(140, 40, 55, 0.25);
}

.was-validated .form-check-input:invalid~.form-check-label,
.form-check-input.is-invalid~.form-check-label {
    color: #8c2837;
}

.form-check-inline .form-check-input~.invalid-feedback {
    margin-left: .5em;
}

.was-validated .input-group .form-control:invalid,
.input-group .form-control.is-invalid,
.was-validated .input-group .form-select:invalid,
.input-group .form-select.is-invalid {
    z-index: 2;
}

.was-validated .input-group .form-control:invalid:focus,
.input-group .form-control.is-invalid:focus,
.was-validated .input-group .form-select:invalid:focus,
.input-group .form-select.is-invalid:focus {
    z-index: 3;
}
.btn {
    display: inline-block;


    line-height: 18px;
    color: #000000;
    text-align: center;
    text-decoration: none;
    white-space: 0;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 18px 45px;
    font-size: 0.9375rem;
    border-radius: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .btn {
        transition: none;
    }
}

.btn:hover {
    color: #000000;
}

.btn-check:focus+.btn,
.btn:focus {
    outline: 0;
    box-shadow: none;
}

.btn:disabled,
.btn.disabled,
fieldset:disabled .btn {
    pointer-events: none;
    opacity: 1;
}

.btn-primary {
    color: #ffffff;
    background-color: #8c2837;
    border-color: #8c2837;
}

.btn-primary:hover {
    color: #ffffff;
    background-color: #77222f;
    border-color: #70202c;
}

.btn-check:focus+.btn-primary,
.btn-primary:focus {
    color: #ffffff;
    background-color: #77222f;
    border-color: #70202c;
    box-shadow: 0 0 0 0 rgba(157, 72, 85, 0.5);
}

.btn-check:checked+.btn-primary,
.btn-check:active+.btn-primary,
.btn-primary:active,
.btn-primary.active,
.show>.btn-primary.dropdown-toggle {
    color: #ffffff;
    background-color: #70202c;
    border-color: #691e29;
}

.btn-check:checked+.btn-primary:focus,
.btn-check:active+.btn-primary:focus,
.btn-primary:active:focus,
.btn-primary.active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(157, 72, 85, 0.5);
}

.btn-primary:disabled,
.btn-primary.disabled {
    color: #ffffff;
    background-color: #8c2837;
    border-color: #8c2837;
}

.btn-secondary {
    color: #000000;
    background-color: #cbccd4;
    border-color: #cbccd4;
}

.btn-secondary:hover {
    color: #000000;
    background-color: #d3d4da;
    border-color: #d0d1d8;
}

.btn-check:focus+.btn-secondary,
.btn-secondary:focus {
    color: #000000;
    background-color: #d3d4da;
    border-color: #d0d1d8;
    box-shadow: 0 0 0 0 rgba(173, 173, 180, 0.5);
}

.btn-check:checked+.btn-secondary,
.btn-check:active+.btn-secondary,
.btn-secondary:active,
.btn-secondary.active,
.show>.btn-secondary.dropdown-toggle {
    color: #000000;
    background-color: #d5d6dd;
    border-color: #d0d1d8;
}

.btn-check:checked+.btn-secondary:focus,
.btn-check:active+.btn-secondary:focus,
.btn-secondary:active:focus,
.btn-secondary.active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(173, 173, 180, 0.5);
}

.btn-secondary:disabled,
.btn-secondary.disabled {
    color: #000000;
    background-color: #cbccd4;
    border-color: #cbccd4;
}

.btn-success {
    color: #ffffff;
    background-color: #198754;
    border-color: #198754;
}

.btn-success:hover {
    color: #ffffff;
    background-color: #157347;
    border-color: #146c43;
}

.btn-check:focus+.btn-success,
.btn-success:focus {
    color: #ffffff;
    background-color: #157347;
    border-color: #146c43;
    box-shadow: 0 0 0 0 rgba(60, 153, 110, 0.5);
}

.btn-check:checked+.btn-success,
.btn-check:active+.btn-success,
.btn-success:active,
.btn-success.active,
.show>.btn-success.dropdown-toggle {
    color: #ffffff;
    background-color: #146c43;
    border-color: #13653f;
}

.btn-check:checked+.btn-success:focus,
.btn-check:active+.btn-success:focus,
.btn-success:active:focus,
.btn-success.active:focus,
.show>.btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(60, 153, 110, 0.5);
}

.btn-success:disabled,
.btn-success.disabled {
    color: #ffffff;
    background-color: #198754;
    border-color: #198754;
}

.btn-info {
    color: #000000;
    background-color: #0dcaf0;
    border-color: #0dcaf0;
}

.btn-info:hover {
    color: #000000;
    background-color: #31d2f2;
    border-color: #25cff2;
}

.btn-check:focus+.btn-info,
.btn-info:focus {
    color: #000000;
    background-color: #31d2f2;
    border-color: #25cff2;
    box-shadow: 0 0 0 0 rgba(11, 172, 204, 0.5);
}

.btn-check:checked+.btn-info,
.btn-check:active+.btn-info,
.btn-info:active,
.btn-info.active,
.show>.btn-info.dropdown-toggle {
    color: #000000;
    background-color: #3dd5f3;
    border-color: #25cff2;
}

.btn-check:checked+.btn-info:focus,
.btn-check:active+.btn-info:focus,
.btn-info:active:focus,
.btn-info.active:focus,
.show>.btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(11, 172, 204, 0.5);
}

.btn-info:disabled,
.btn-info.disabled {
    color: #000000;
    background-color: #0dcaf0;
    border-color: #0dcaf0;
}

.btn-warning {
    color: #000000;
    background-color: #ffc107;
    border-color: #ffc107;
}

.btn-warning:hover {
    color: #000000;
    background-color: #ffca2c;
    border-color: #ffc720;
}

.btn-check:focus+.btn-warning,
.btn-warning:focus {
    color: #000000;
    background-color: #ffca2c;
    border-color: #ffc720;
    box-shadow: 0 0 0 0 rgba(217, 164, 6, 0.5);
}

.btn-check:checked+.btn-warning,
.btn-check:active+.btn-warning,
.btn-warning:active,
.btn-warning.active,
.show>.btn-warning.dropdown-toggle {
    color: #000000;
    background-color: #ffcd39;
    border-color: #ffc720;
}

.btn-check:checked+.btn-warning:focus,
.btn-check:active+.btn-warning:focus,
.btn-warning:active:focus,
.btn-warning.active:focus,
.show>.btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(217, 164, 6, 0.5);
}

.btn-warning:disabled,
.btn-warning.disabled {
    color: #000000;
    background-color: #ffc107;
    border-color: #ffc107;
}

.btn-danger {
    color: #ffffff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.btn-danger:hover {
    color: #ffffff;
    background-color: #bb2d3b;
    border-color: #b02a37;
}

.btn-check:focus+.btn-danger,
.btn-danger:focus {
    color: #ffffff;
    background-color: #bb2d3b;
    border-color: #b02a37;
    box-shadow: 0 0 0 0 rgba(225, 83, 97, 0.5);
}

.btn-check:checked+.btn-danger,
.btn-check:active+.btn-danger,
.btn-danger:active,
.btn-danger.active,
.show>.btn-danger.dropdown-toggle {
    color: #ffffff;
    background-color: #b02a37;
    border-color: #a52834;
}

.btn-check:checked+.btn-danger:focus,
.btn-check:active+.btn-danger:focus,
.btn-danger:active:focus,
.btn-danger.active:focus,
.show>.btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(225, 83, 97, 0.5);
}

.btn-danger:disabled,
.btn-danger.disabled {
    color: #ffffff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.btn-light {
    color: #000000;
    background-color: #f6f6f8;
    border-color: #f6f6f8;
}

.btn-light:hover {
    color: #000000;
    background-color: #f7f7f9;
    border-color: #f7f7f9;
}

.btn-check:focus+.btn-light,
.btn-light:focus {
    color: #000000;
    background-color: #f7f7f9;
    border-color: #f7f7f9;
    box-shadow: 0 0 0 0 rgba(209, 209, 211, 0.5);
}

.btn-check:checked+.btn-light,
.btn-check:active+.btn-light,
.btn-light:active,
.btn-light.active,
.show>.btn-light.dropdown-toggle {
    color: #000000;
    background-color: #f8f8f9;
    border-color: #f7f7f9;
}

.btn-check:checked+.btn-light:focus,
.btn-check:active+.btn-light:focus,
.btn-light:active:focus,
.btn-light.active:focus,
.show>.btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(209, 209, 211, 0.5);
}

.btn-light:disabled,
.btn-light.disabled {
    color: #000000;
    background-color: #f6f6f8;
    border-color: #f6f6f8;
}

.btn-dark {
    color: #000000;
    background-color: #cecece;
    border-color: #cecece;
}

.btn-dark:hover {
    color: #000000;
    background-color: #d5d5d5;
    border-color: lightgray;
}

.btn-check:focus+.btn-dark,
.btn-dark:focus {
    color: #000000;
    background-color: #d5d5d5;
    border-color: lightgray;
    box-shadow: 0 0 0 0 rgba(175, 175, 175, 0.5);
}

.btn-check:checked+.btn-dark,
.btn-check:active+.btn-dark,
.btn-dark:active,
.btn-dark.active,
.show>.btn-dark.dropdown-toggle {
    color: #000000;
    background-color: #d8d8d8;
    border-color: lightgray;
}

.btn-check:checked+.btn-dark:focus,
.btn-check:active+.btn-dark:focus,
.btn-dark:active:focus,
.btn-dark.active:focus,
.show>.btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(175, 175, 175, 0.5);
}

.btn-dark:disabled,
.btn-dark.disabled {
    color: #000000;
    background-color: #cecece;
    border-color: #cecece;
}

.btn-gray-light {
    color: #000000;
    background-color: #a4a4a4;
    border-color: #a4a4a4;
}

.btn-gray-light:hover {
    color: #000000;
    background-color: #b2b2b2;
    border-color: #adadad;
}

.btn-check:focus+.btn-gray-light,
.btn-gray-light:focus {
    color: #000000;
    background-color: #b2b2b2;
    border-color: #adadad;
    box-shadow: 0 0 0 0 rgba(139, 139, 139, 0.5);
}

.btn-check:checked+.btn-gray-light,
.btn-check:active+.btn-gray-light,
.btn-gray-light:active,
.btn-gray-light.active,
.show>.btn-gray-light.dropdown-toggle {
    color: #000000;
    background-color: #b6b6b6;
    border-color: #adadad;
}

.btn-check:checked+.btn-gray-light:focus,
.btn-check:active+.btn-gray-light:focus,
.btn-gray-light:active:focus,
.btn-gray-light.active:focus,
.show>.btn-gray-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(139, 139, 139, 0.5);
}

.btn-gray-light:disabled,
.btn-gray-light.disabled {
    color: #000000;
    background-color: #a4a4a4;
    border-color: #a4a4a4;
}

.btn-black {
    color: #ffffff;
    background-color: #000000;
    border-color: #000000;
}

.btn-black:hover {
    color: #ffffff;
    background-color: black;
    border-color: black;
}

.btn-check:focus+.btn-black,
.btn-black:focus {
    color: #ffffff;
    background-color: black;
    border-color: black;
    box-shadow: 0 0 0 0 rgba(38, 38, 38, 0.5);
}

.btn-check:checked+.btn-black,
.btn-check:active+.btn-black,
.btn-black:active,
.btn-black.active,
.show>.btn-black.dropdown-toggle {
    color: #ffffff;
    background-color: black;
    border-color: black;
}

.btn-check:checked+.btn-black:focus,
.btn-check:active+.btn-black:focus,
.btn-black:active:focus,
.btn-black.active:focus,
.show>.btn-black.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(38, 38, 38, 0.5);
}

.btn-black:disabled,
.btn-black.disabled {
    color: #ffffff;
    background-color: #000000;
    border-color: #000000;
}

.btn-outline-primary {
    color: #8c2837;
    border-color: #8c2837;
}

.btn-outline-primary:hover {
    color: #ffffff;
    background-color: #8c2837;
    border-color: #8c2837;
}

.btn-check:focus+.btn-outline-primary,
.btn-outline-primary:focus {
    box-shadow: 0 0 0 0 rgba(140, 40, 55, 0.5);
}

.btn-check:checked+.btn-outline-primary,
.btn-check:active+.btn-outline-primary,
.btn-outline-primary:active,
.btn-outline-primary.active,
.btn-outline-primary.dropdown-toggle.show {
    color: #ffffff;
    background-color: #8c2837;
    border-color: #8c2837;
}

.btn-check:checked+.btn-outline-primary:focus,
.btn-check:active+.btn-outline-primary:focus,
.btn-outline-primary:active:focus,
.btn-outline-primary.active:focus,
.btn-outline-primary.dropdown-toggle.show:focus {
    box-shadow: 0 0 0 0 rgba(140, 40, 55, 0.5);
}

.btn-outline-primary:disabled,
.btn-outline-primary.disabled {
    color: #8c2837;
    background-color: transparent;
}

.btn-outline-secondary {
    color: #cbccd4;
    border-color: #cbccd4;
}

.btn-outline-secondary:hover {
    color: #000000;
    background-color: #cbccd4;
    border-color: #cbccd4;
}

.btn-check:focus+.btn-outline-secondary,
.btn-outline-secondary:focus {
    box-shadow: 0 0 0 0 rgba(203, 204, 212, 0.5);
}

.btn-check:checked+.btn-outline-secondary,
.btn-check:active+.btn-outline-secondary,
.btn-outline-secondary:active,
.btn-outline-secondary.active,
.btn-outline-secondary.dropdown-toggle.show {
    color: #000000;
    background-color: #cbccd4;
    border-color: #cbccd4;
}

.btn-check:checked+.btn-outline-secondary:focus,
.btn-check:active+.btn-outline-secondary:focus,
.btn-outline-secondary:active:focus,
.btn-outline-secondary.active:focus,
.btn-outline-secondary.dropdown-toggle.show:focus {
    box-shadow: 0 0 0 0 rgba(203, 204, 212, 0.5);
}

.btn-outline-secondary:disabled,
.btn-outline-secondary.disabled {
    color: #cbccd4;
    background-color: transparent;
}

.btn-outline-success {
    color: #198754;
    border-color: #198754;
}

.btn-outline-success:hover {
    color: #ffffff;
    background-color: #198754;
    border-color: #198754;
}

.btn-check:focus+.btn-outline-success,
.btn-outline-success:focus {
    box-shadow: 0 0 0 0 rgba(25, 135, 84, 0.5);
}

.btn-check:checked+.btn-outline-success,
.btn-check:active+.btn-outline-success,
.btn-outline-success:active,
.btn-outline-success.active,
.btn-outline-success.dropdown-toggle.show {
    color: #ffffff;
    background-color: #198754;
    border-color: #198754;
}

.btn-check:checked+.btn-outline-success:focus,
.btn-check:active+.btn-outline-success:focus,
.btn-outline-success:active:focus,
.btn-outline-success.active:focus,
.btn-outline-success.dropdown-toggle.show:focus {
    box-shadow: 0 0 0 0 rgba(25, 135, 84, 0.5);
}

.btn-outline-success:disabled,
.btn-outline-success.disabled {
    color: #198754;
    background-color: transparent;
}

.btn-outline-info {
    color: #0dcaf0;
    border-color: #0dcaf0;
}

.btn-outline-info:hover {
    color: #000000;
    background-color: #0dcaf0;
    border-color: #0dcaf0;
}

.btn-check:focus+.btn-outline-info,
.btn-outline-info:focus {
    box-shadow: 0 0 0 0 rgba(13, 202, 240, 0.5);
}

.btn-check:checked+.btn-outline-info,
.btn-check:active+.btn-outline-info,
.btn-outline-info:active,
.btn-outline-info.active,
.btn-outline-info.dropdown-toggle.show {
    color: #000000;
    background-color: #0dcaf0;
    border-color: #0dcaf0;
}

.btn-check:checked+.btn-outline-info:focus,
.btn-check:active+.btn-outline-info:focus,
.btn-outline-info:active:focus,
.btn-outline-info.active:focus,
.btn-outline-info.dropdown-toggle.show:focus {
    box-shadow: 0 0 0 0 rgba(13, 202, 240, 0.5);
}

.btn-outline-info:disabled,
.btn-outline-info.disabled {
    color: #0dcaf0;
    background-color: transparent;
}

.btn-outline-warning {
    color: #ffc107;
    border-color: #ffc107;
}

.btn-outline-warning:hover {
    color: #000000;
    background-color: #ffc107;
    border-color: #ffc107;
}

.btn-check:focus+.btn-outline-warning,
.btn-outline-warning:focus {
    box-shadow: 0 0 0 0 rgba(255, 193, 7, 0.5);
}

.btn-check:checked+.btn-outline-warning,
.btn-check:active+.btn-outline-warning,
.btn-outline-warning:active,
.btn-outline-warning.active,
.btn-outline-warning.dropdown-toggle.show {
    color: #000000;
    background-color: #ffc107;
    border-color: #ffc107;
}

.btn-check:checked+.btn-outline-warning:focus,
.btn-check:active+.btn-outline-warning:focus,
.btn-outline-warning:active:focus,
.btn-outline-warning.active:focus,
.btn-outline-warning.dropdown-toggle.show:focus {
    box-shadow: 0 0 0 0 rgba(255, 193, 7, 0.5);
}

.btn-outline-warning:disabled,
.btn-outline-warning.disabled {
    color: #ffc107;
    background-color: transparent;
}

.btn-outline-danger {
    color: #dc3545;
    border-color: #dc3545;
}

.btn-outline-danger:hover {
    color: #ffffff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.btn-check:focus+.btn-outline-danger,
.btn-outline-danger:focus {
    box-shadow: 0 0 0 0 rgba(220, 53, 69, 0.5);
}

.btn-check:checked+.btn-outline-danger,
.btn-check:active+.btn-outline-danger,
.btn-outline-danger:active,
.btn-outline-danger.active,
.btn-outline-danger.dropdown-toggle.show {
    color: #ffffff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.btn-check:checked+.btn-outline-danger:focus,
.btn-check:active+.btn-outline-danger:focus,
.btn-outline-danger:active:focus,
.btn-outline-danger.active:focus,
.btn-outline-danger.dropdown-toggle.show:focus {
    box-shadow: 0 0 0 0 rgba(220, 53, 69, 0.5);
}

.btn-outline-danger:disabled,
.btn-outline-danger.disabled {
    color: #dc3545;
    background-color: transparent;
}

.btn-outline-light {
    color: #f6f6f8;
    border-color: #f6f6f8;
}

.btn-outline-light:hover {
    color: #000000;
    background-color: #f6f6f8;
    border-color: #f6f6f8;
}

.btn-check:focus+.btn-outline-light,
.btn-outline-light:focus {
    box-shadow: 0 0 0 0 rgba(246, 246, 248, 0.5);
}

.btn-check:checked+.btn-outline-light,
.btn-check:active+.btn-outline-light,
.btn-outline-light:active,
.btn-outline-light.active,
.btn-outline-light.dropdown-toggle.show {
    color: #000000;
    background-color: #f6f6f8;
    border-color: #f6f6f8;
}

.btn-check:checked+.btn-outline-light:focus,
.btn-check:active+.btn-outline-light:focus,
.btn-outline-light:active:focus,
.btn-outline-light.active:focus,
.btn-outline-light.dropdown-toggle.show:focus {
    box-shadow: 0 0 0 0 rgba(246, 246, 248, 0.5);
}

.btn-outline-light:disabled,
.btn-outline-light.disabled {
    color: #f6f6f8;
    background-color: transparent;
}

.btn-outline-dark {
    color: #cecece;
    border-color: #cecece;
}

.btn-outline-dark:hover {
    color: #000000;
    background-color: #cecece;
    border-color: #cecece;
}

.btn-check:focus+.btn-outline-dark,
.btn-outline-dark:focus {
    box-shadow: 0 0 0 0 rgba(206, 206, 206, 0.5);
}

.btn-check:checked+.btn-outline-dark,
.btn-check:active+.btn-outline-dark,
.btn-outline-dark:active,
.btn-outline-dark.active,
.btn-outline-dark.dropdown-toggle.show {
    color: #000000;
    background-color: #cecece;
    border-color: #cecece;
}

.btn-check:checked+.btn-outline-dark:focus,
.btn-check:active+.btn-outline-dark:focus,
.btn-outline-dark:active:focus,
.btn-outline-dark.active:focus,
.btn-outline-dark.dropdown-toggle.show:focus {
    box-shadow: 0 0 0 0 rgba(206, 206, 206, 0.5);
}

.btn-outline-dark:disabled,
.btn-outline-dark.disabled {
    color: #cecece;
    background-color: transparent;
}

.btn-outline-gray-light {
    color: #a4a4a4;
    border-color: #a4a4a4;
}

.btn-outline-gray-light:hover {
    color: #000000;
    background-color: #a4a4a4;
    border-color: #a4a4a4;
}

.btn-check:focus+.btn-outline-gray-light,
.btn-outline-gray-light:focus {
    box-shadow: 0 0 0 0 rgba(164, 164, 164, 0.5);
}

.btn-check:checked+.btn-outline-gray-light,
.btn-check:active+.btn-outline-gray-light,
.btn-outline-gray-light:active,
.btn-outline-gray-light.active,
.btn-outline-gray-light.dropdown-toggle.show {
    color: #000000;
    background-color: #a4a4a4;
    border-color: #a4a4a4;
}

.btn-check:checked+.btn-outline-gray-light:focus,
.btn-check:active+.btn-outline-gray-light:focus,
.btn-outline-gray-light:active:focus,
.btn-outline-gray-light.active:focus,
.btn-outline-gray-light.dropdown-toggle.show:focus {
    box-shadow: 0 0 0 0 rgba(164, 164, 164, 0.5);
}

.btn-outline-gray-light:disabled,
.btn-outline-gray-light.disabled {
    color: #a4a4a4;
    background-color: transparent;
}

.btn-outline-black {
    color: #000000;
    border-color: #000000;
}

.btn-outline-black:hover {
    color: #ffffff;
    background-color: #000000;
    border-color: #000000;
}

.btn-check:focus+.btn-outline-black,
.btn-outline-black:focus {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.5);
}

.btn-check:checked+.btn-outline-black,
.btn-check:active+.btn-outline-black,
.btn-outline-black:active,
.btn-outline-black.active,
.btn-outline-black.dropdown-toggle.show {
    color: #ffffff;
    background-color: #000000;
    border-color: #000000;
}

.btn-check:checked+.btn-outline-black:focus,
.btn-check:active+.btn-outline-black:focus,
.btn-outline-black:active:focus,
.btn-outline-black.active:focus,
.btn-outline-black.dropdown-toggle.show:focus {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.5);
}

.btn-outline-black:disabled,
.btn-outline-black.disabled {
    color: #000000;
    background-color: transparent;
}

.btn-link {
    font-weight: 400;
    color: #8c2837;
    text-decoration: underline;
}

.btn-link:hover {
    color: #70202c;
}

.btn-link:disabled,
.btn-link.disabled {
    color: #afafb9;
}

.btn-lg,
.btn-group-lg>.btn {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    border-radius: 0.3rem;
}

.btn-sm,
.btn-group-sm>.btn {
    padding: 15px 45px;
    font-size: 0.875rem;
    border-radius: none;
}

.fade {
    transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
    .fade {
        transition: none;
    }
}

.fade:not(.show) {
    opacity: 0;
}

.collapse:not(.show) {
    display: none;
}

.collapsing {
    height: 0;
    overflow: hidden;
    transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
    .collapsing {
        transition: none;
    }
}

.dropup,
.dropend,
.dropdown,
.dropstart {
    position: relative;
}

.dropdown-toggle {
    white-space: nowrap;
}

.dropdown-menu {
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    padding: 0.5rem 0.5rem;
    margin: 0;
    font-size: 1rem;
    color: #000000;
    text-align: left;
    list-style: none;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 0 solid rgba(0, 0, 0, 0.15);
    border-radius: 0;
    width: max-content;
    box-shadow: 0 0 17px rgba(0, 0, 0, 0.05);
}

.dropdown-menu[data-bs-popper] {
    top: 100%;
    left: 0;
    margin-top: 0.125rem;
}

.dropdown-menu-start {
    --bs-position: start;
}

.dropdown-menu-start[data-bs-popper] {
    right: auto
    /* rtl:ignore */
;
    left: 0
    /* rtl:ignore */
;
}

.dropdown-menu-end {
    --bs-position: end;
}

.dropdown-menu-end[data-bs-popper] {
    right: 0
    /* rtl:ignore */
;
    left: auto
    /* rtl:ignore */
;
}

@media (min-width: 576px) {
    .dropdown-menu-sm-start {
        --bs-position: start;
    }
    .dropdown-menu-sm-start[data-bs-popper] {
        right: auto
        /* rtl:ignore */
    ;
        left: 0
        /* rtl:ignore */
    ;
    }
    .dropdown-menu-sm-end {
        --bs-position: end;
    }
    .dropdown-menu-sm-end[data-bs-popper] {
        right: 0
        /* rtl:ignore */
    ;
        left: auto
        /* rtl:ignore */
    ;
    }
}

@media (min-width: 768px) {
    .dropdown-menu-md-start {
        --bs-position: start;
    }
    .dropdown-menu-md-start[data-bs-popper] {
        right: auto
        /* rtl:ignore */
    ;
        left: 0
        /* rtl:ignore */
    ;
    }
    .dropdown-menu-md-end {
        --bs-position: end;
    }
    .dropdown-menu-md-end[data-bs-popper] {
        right: 0
        /* rtl:ignore */
    ;
        left: auto
        /* rtl:ignore */
    ;
    }
}

@media (min-width: 992px) {
    .dropdown-menu-lg-start {
        --bs-position: start;
    }
    .dropdown-menu-lg-start[data-bs-popper] {
        right: auto
        /* rtl:ignore */
    ;
        left: 0
        /* rtl:ignore */
    ;
    }
    .dropdown-menu-lg-end {
        --bs-position: end;
    }
    .dropdown-menu-lg-end[data-bs-popper] {
        right: 0
        /* rtl:ignore */
    ;
        left: auto
        /* rtl:ignore */
    ;
    }
}

@media (min-width: 1200px) {
    .dropdown-menu-xl-start {
        --bs-position: start;
    }
    .dropdown-menu-xl-start[data-bs-popper] {
        right: auto
        /* rtl:ignore */
    ;
        left: 0
        /* rtl:ignore */
    ;
    }
    .dropdown-menu-xl-end {
        --bs-position: end;
    }
    .dropdown-menu-xl-end[data-bs-popper] {
        right: 0
        /* rtl:ignore */
    ;
        left: auto
        /* rtl:ignore */
    ;
    }
}

@media (min-width: 1400px) {
    .dropdown-menu-xxl-start {
        --bs-position: start;
    }
    .dropdown-menu-xxl-start[data-bs-popper] {
        right: auto
        /* rtl:ignore */
    ;
        left: 0
        /* rtl:ignore */
    ;
    }
    .dropdown-menu-xxl-end {
        --bs-position: end;
    }
    .dropdown-menu-xxl-end[data-bs-popper] {
        right: 0
        /* rtl:ignore */
    ;
        left: auto
        /* rtl:ignore */
    ;
    }
}

@media (min-width: 1600px) {
    .dropdown-menu-xxxl-start {
        --bs-position: start;
    }
    .dropdown-menu-xxxl-start[data-bs-popper] {
        right: auto
        /* rtl:ignore */
    ;
        left: 0
        /* rtl:ignore */
    ;
    }
    .dropdown-menu-xxxl-end {
        --bs-position: end;
    }
    .dropdown-menu-xxxl-end[data-bs-popper] {
        right: 0
        /* rtl:ignore */
    ;
        left: auto
        /* rtl:ignore */
    ;
    }
}

.dropup .dropdown-menu[data-bs-popper] {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: 0.125rem;
}

.dropend .dropdown-menu[data-bs-popper] {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: 0.125rem;
}

.dropend .dropdown-toggle::after {
    vertical-align: 0;
}

.dropstart .dropdown-menu[data-bs-popper] {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: 0.125rem;
}

.dropstart .dropdown-toggle::before {
    vertical-align: 0;
}

.dropdown-divider {
    height: 0;
    margin: 0.5rem 0;
    overflow: hidden;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1rem;
    clear: both;
    font-weight: 400;
    color: #cecece;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.dropdown-item:hover,
.dropdown-item:focus {
    color: #b9b9b9;
    background-color: rgba(0, 0, 0, 0.03);
}

.dropdown-item.active,
.dropdown-item:active {
    color: #ffffff;
    text-decoration: none;
    background-color: #8c2837;
}

.dropdown-item.disabled,
.dropdown-item:disabled {
    color: #b1b1b9;
    pointer-events: none;
    background-color: transparent;
}

.dropdown-menu.show {
    display: block;
}

.dropdown-header {
    display: block;
    padding: 0.5rem 1rem;
    margin-bottom: 0;
    font-size: 0.875rem;
    color: #afafb9;
    white-space: nowrap;
}

.dropdown-item-text {
    display: block;
    padding: 0.25rem 1rem;
    color: #cecece;
}

.dropdown-menu-dark {
    color: rgba(0, 0, 0, 0.31);
    background-color: rgba(0, 0, 0, 0.15);
    border-color: rgba(0, 0, 0, 0.15);
}

.dropdown-menu-dark .dropdown-item {
    color: rgba(0, 0, 0, 0.31);
}

.dropdown-menu-dark .dropdown-item:hover,
.dropdown-menu-dark .dropdown-item:focus {
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.15);
}

.dropdown-menu-dark .dropdown-item.active,
.dropdown-menu-dark .dropdown-item:active {
    color: #ffffff;
    background-color: #8c2837;
}

.dropdown-menu-dark .dropdown-item.disabled,
.dropdown-menu-dark .dropdown-item:disabled {
    color: #b1b1b9;
}

.dropdown-menu-dark .dropdown-divider {
    border-color: rgba(0, 0, 0, 0.15);
}

.dropdown-menu-dark .dropdown-item-text {
    color: rgba(0, 0, 0, 0.31);
}

.dropdown-menu-dark .dropdown-header {
    color: #b1b1b9;
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-flex;
    vertical-align: middle;
}

.btn-group>.btn,
.btn-group-vertical>.btn {
    position: relative;
    flex: 1 1 auto;
}

.btn-group>.btn-check:checked+.btn,
.btn-group>.btn-check:focus+.btn,
.btn-group>.btn:hover,
.btn-group>.btn:focus,
.btn-group>.btn:active,
.btn-group>.btn.active,
.btn-group-vertical>.btn-check:checked+.btn,
.btn-group-vertical>.btn-check:focus+.btn,
.btn-group-vertical>.btn:hover,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn.active {
    z-index: 1;
}

.btn-toolbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.btn-toolbar .input-group {
    width: auto;
}

.btn-group>.btn:not(:first-child),
.btn-group>.btn-group:not(:first-child) {
    margin-left: -1px;
}

.btn-group>.btn:not(:last-child):not(.dropdown-toggle),
.btn-group>.btn-group:not(:last-child)>.btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.btn-group>.btn:nth-child(n+3),
.btn-group> :not(.btn-check)+.btn,
.btn-group>.btn-group:not(:first-child)>.btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
    padding-right: 33.75px;
    padding-left: 33.75px;
}

.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropend .dropdown-toggle-split::after {
    margin-left: 0;
}

.dropstart .dropdown-toggle-split::before {
    margin-right: 0;
}

.btn-sm+.dropdown-toggle-split,
.btn-group-sm>.btn+.dropdown-toggle-split {
    padding-right: 33.75px;
    padding-left: 33.75px;
}

.btn-lg+.dropdown-toggle-split,
.btn-group-lg>.btn+.dropdown-toggle-split {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
}

.btn-group-vertical {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group {
    width: 100%;
}

.btn-group-vertical>.btn:not(:first-child),
.btn-group-vertical>.btn-group:not(:first-child) {
    margin-top: -1px;
}

.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical>.btn-group:not(:last-child)>.btn {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group-vertical>.btn~.btn,
.btn-group-vertical>.btn-group:not(:first-child)>.btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav-link {
    display: block;
    padding: 0.5rem 1rem;
    text-decoration: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .nav-link {
        transition: none;
    }
}

.nav-link.disabled {
    color: #afafb9;
    pointer-events: none;
    cursor: default;
}

.nav-tabs {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.nav-tabs .nav-link {
    margin-bottom: -1px;
    background: none;
    border: 1px solid transparent;
    border-top-left-radius: none;
    border-top-right-radius: none;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
    border-color: transparent transparent #8c2837;
    isolation: isolate;
}

.nav-tabs .nav-link.disabled {
    color: #afafb9;
    background-color: transparent;
    border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: #8c2837;
    background-color: #ffffff;
    border-color: transparent transparent #8c2837;
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.nav-pills .nav-link {
    background: none;
    border: 0;
    border-radius: 0;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #ffffff;
    background-color: #000000;
}

.nav-fill>.nav-link,
.nav-fill .nav-item {
    flex: 1 1 auto;
    text-align: center;
}

.nav-justified>.nav-link,
.nav-justified .nav-item {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center;
}

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
    width: 100%;
}

.tab-content>.tab-pane {
    display: none;
}

.tab-content>.active {
    display: block;
}

.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.navbar>.container,
.navbar>.container-fluid,
.navbar>.container-sm,
.navbar>.container-md,
.navbar>.container-lg,
.navbar>.container-xl,
.navbar>.container-xxl,
.navbar>.container-xxxl {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between;
}

.navbar-brand {
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    text-decoration: none;
    white-space: nowrap;
}

.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
}

.navbar-nav .dropdown-menu {
    position: static;
}

.navbar-text {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
}

.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    border-radius: none;
    transition: box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .navbar-toggler {
        transition: none;
    }
}

.navbar-toggler:hover {
    text-decoration: none;
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 0;
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

.navbar-nav-scroll {
    max-height: var(--bs-scroll-height, 75vh);
    overflow-y: auto;
}

@media (min-width: 576px) {
    .navbar-expand-sm {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }
    .navbar-expand-sm .navbar-nav {
        flex-direction: row;
    }
    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-sm .navbar-nav-scroll {
        overflow: visible;
    }
    .navbar-expand-sm .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
    .navbar-expand-sm .navbar-toggler {
        display: none;
    }
}

@media (min-width: 768px) {
    .navbar-expand-md {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }
    .navbar-expand-md .navbar-nav {
        flex-direction: row;
    }
    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-md .navbar-nav-scroll {
        overflow: visible;
    }
    .navbar-expand-md .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
    .navbar-expand-md .navbar-toggler {
        display: none;
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }
    .navbar-expand-lg .navbar-nav {
        flex-direction: row;
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-lg .navbar-nav-scroll {
        overflow: visible;
    }
    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
    .navbar-expand-lg .navbar-toggler {
        display: none;
    }
}

@media (min-width: 1200px) {
    .navbar-expand-xl {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }
    .navbar-expand-xl .navbar-nav {
        flex-direction: row;
    }
    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-xl .navbar-nav-scroll {
        overflow: visible;
    }
    .navbar-expand-xl .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
    .navbar-expand-xl .navbar-toggler {
        display: none;
    }
}

@media (min-width: 1400px) {
    .navbar-expand-xxl {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }
    .navbar-expand-xxl .navbar-nav {
        flex-direction: row;
    }
    .navbar-expand-xxl .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-xxl .navbar-nav-scroll {
        overflow: visible;
    }
    .navbar-expand-xxl .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
    .navbar-expand-xxl .navbar-toggler {
        display: none;
    }
}

@media (min-width: 1600px) {
    .navbar-expand-xxxl {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }
    .navbar-expand-xxxl .navbar-nav {
        flex-direction: row;
    }
    .navbar-expand-xxxl .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-xxxl .navbar-nav-scroll {
        overflow: visible;
    }
    .navbar-expand-xxxl .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
    .navbar-expand-xxxl .navbar-toggler {
        display: none;
    }
}

.navbar-expand {
    flex-wrap: nowrap;
    justify-content: flex-start;
}

.navbar-expand .navbar-nav {
    flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute;
}

.navbar-expand .navbar-nav-scroll {
    overflow: visible;
}

.navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
}

.navbar-expand .navbar-toggler {
    display: none;
}

.navbar-light .navbar-brand {
    color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
    color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.55);
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
    color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .show>.nav-link,
.navbar-light .navbar-nav .nav-link.active {
    color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.55);
    border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-light .navbar-text {
    color: rgba(0, 0, 0, 0.55);
}

.navbar-light .navbar-text a,
.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
    color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
    color: #ffffff;
}

.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-brand:focus {
    color: #ffffff;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.55);
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .show>.nav-link,
.navbar-dark .navbar-nav .nav-link.active {
    color: #ffffff;
}

.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, 0.55);
    border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-dark .navbar-text {
    color: rgba(255, 255, 255, 0.55);
}

.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
    color: #ffffff;
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #ffffff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
}

.card>hr {
    margin-right: 0;
    margin-left: 0;
}

.card>.list-group {
    border-top: inherit;
    border-bottom: inherit;
}

.card>.list-group:first-child {
    border-top-width: 0;
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}

.card>.list-group:last-child {
    border-bottom-width: 0;
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
}

.card>.card-header+.list-group,
.card>.list-group+.card-footer {
    border-top: 0;
}

.card-body {
    flex: 1 1 auto;
    padding: 1rem 1rem;
}

.card-title {
    margin-bottom: 0.5rem;
}

.card-subtitle {
    margin-top: -0.25rem;
    margin-bottom: 0;
}

.card-text:last-child {
    margin-bottom: 0;
}

.card-link:hover {
    text-decoration: none;
}

.card-link+.card-link {
    margin-left: 1rem;
}

.card-header {
    padding: 0.5rem 1rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-footer {
    padding: 0.5rem 1rem;
    background-color: rgba(0, 0, 0, 0.03);
    border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
    margin-right: -0.5rem;
    margin-bottom: -0.5rem;
    margin-left: -0.5rem;
    border-bottom: 0;
}

.card-header-pills {
    margin-right: -0.5rem;
    margin-left: -0.5rem;
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1rem;
    border-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-top,
.card-img-bottom {
    width: 100%;
}

.card-img,
.card-img-top {
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-bottom {
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-group>.card {
    margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
    .card-group {
        display: flex;
        flex-flow: row wrap;
    }
    .card-group>.card {
        flex: 1 0 0%;
        margin-bottom: 0;
    }
    .card-group>.card+.card {
        margin-left: 0;
        border-left: 0;
    }
    .card-group>.card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
    .card-group>.card:not(:last-child) .card-img-top,
    .card-group>.card:not(:last-child) .card-header {
        border-top-right-radius: 0;
    }
    .card-group>.card:not(:last-child) .card-img-bottom,
    .card-group>.card:not(:last-child) .card-footer {
        border-bottom-right-radius: 0;
    }
    .card-group>.card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
    .card-group>.card:not(:first-child) .card-img-top,
    .card-group>.card:not(:first-child) .card-header {
        border-top-left-radius: 0;
    }
    .card-group>.card:not(:first-child) .card-img-bottom,
    .card-group>.card:not(:first-child) .card-footer {
        border-bottom-left-radius: 0;
    }
}

.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 32px 0;
    font-size: 1rem;
    color: #000000;
    text-align: left;
    background-color: #ffffff;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
    .accordion-button {
        transition: none;
    }
}

.accordion-button:not(.collapsed) {
    color: #000000;
    background-color: #ffffff;
    box-shadow: inset 0 0 0 transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.accordion-button:not(.collapsed)::after {
    background-image: url(/local/templates/milana2024/assets/css/../images/icon-accordion.svg#open);
    transform: rotate(180deg);
}

.accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url(/local/templates/milana2024/assets/css/../images/icon-accordion.svg#close);
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform 0.2s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .accordion-button::after {
        transition: none;
    }
}

.accordion-button:hover {
    z-index: 2;
}

.accordion-button:focus {
    z-index: 3;
    border-color: transparent;
    outline: 0;
    box-shadow: none;
}

.accordion-header {
    margin-bottom: 0;
}

.accordion-item {
    background-color: #ffffff;
    border: 0 solid transparent;
}

.accordion-item:first-of-type {
    border-top-left-radius: none;
    border-top-right-radius: none;
}

.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: none;
    border-top-right-radius: none;
}

.accordion-item:not(:first-of-type) {
    border-top: 0;
}

.accordion-item:last-of-type {
    border-bottom-right-radius: none;
    border-bottom-left-radius: none;
}

.accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: none;
    border-bottom-left-radius: none;
}

.accordion-item:last-of-type .accordion-collapse {
    border-bottom-right-radius: none;
    border-bottom-left-radius: none;
}

.accordion-body {
    padding: 10px 0;
}

.accordion-flush .accordion-collapse {
    border-width: 0;
}

.accordion-flush .accordion-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0;
}

.accordion-flush .accordion-item:first-child {
    border-top: 0;
}

.accordion-flush .accordion-item:last-child {
    border-bottom: 0;
}

.accordion-flush .accordion-item .accordion-button {
    border-radius: 0;
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0;
    font-size: 0.8125rem;
    list-style: none;
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: 7px;
}

.breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: 7px;
    color: #000000;
    content: var(--bs-breadcrumb-divider, "|");
    /* rtl: var(--bs-breadcrumb-divider, "|") */
}

.breadcrumb-item.active {
    color: #000000;
}

.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
}

.page-link {
    position: relative;
    display: block;
    font-size: 20px;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.5);
    text-decoration: none;
    background-color: #ffffff;
    transition: var(--transition);
}

@media (prefers-reduced-motion: reduce) {
    .page-link {
        transition: none;
    }
}

.page-link:hover {
    color: var(--color-black);
}

.page-link:focus {
    z-index: 3;
    color: #70202c;
    background-color: rgba(0, 0, 0, 0.03);
    outline: 0;
    box-shadow: none;
}

.page-item:not(:first-child) .page-link {
    margin-left: 0;
}

.page-item.active .page-link {
    z-index: 3;
    color: var(--color-black);
}

.page-item.disabled .page-link {
    opacity: 0;
}

.page-link {
    padding: 0 7px;
}

.page-item:first-child .page-link {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.page-item:last-child .page-link {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.pagination-lg .page-link {
    padding: 0.75rem 1.5rem;
    font-size: 1.25rem;
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: 0.2rem;
    border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem;
}

.badge {
    display: inline-block;
    padding: 4px 4px;
    font-size: 0.6875rem;

    line-height: 1;
    color: #ffffff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: none;
}

.badge:empty {
    display: none;
}

.btn .badge {
    position: relative;
    top: -1px;
}

.alert {
    position: relative;
    padding: 1rem 1rem;
    margin-bottom: 0;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.alert-heading {
    color: inherit;
}

.alert-link {
    font-weight: 700;
}

.alert-dismissible {
    padding-right: 3rem;
}

.alert-dismissible .btn-close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: 1.25rem 1rem;
}

.alert-primary {
    color: #541821;
    background-color: #e8d4d7;
    border-color: #ddbfc3;
}

.alert-primary .alert-link {
    color: #43131a;
}

.alert-secondary {
    color: #515255;
    background-color: #f5f5f6;
    border-color: #eff0f2;
}

.alert-secondary .alert-link {
    color: #414244;
}

.alert-success {
    color: #0f5132;
    background-color: #d1e7dd;
    border-color: #badbcc;
}

.alert-success .alert-link {
    color: #0c4128;
}

.alert-info {
    color: #055160;
    background-color: #cff4fc;
    border-color: #b6effb;
}

.alert-info .alert-link {
    color: #04414d;
}

.alert-warning {
    color: #664d03;
    background-color: #fff3cd;
    border-color: #ffecb5;
}

.alert-warning .alert-link {
    color: #523e02;
}

.alert-danger {
    color: #842029;
    background-color: #f8d7da;
    border-color: #f5c2c7;
}

.alert-danger .alert-link {
    color: #6a1a21;
}

.alert-light {
    color: #626263;
    background-color: #fdfdfe;
    border-color: #fcfcfd;
}

.alert-light .alert-link {
    color: #4e4e4f;
}

.alert-dark {
    color: #525252;
    background-color: whitesmoke;
    border-color: #f0f0f0;
}

.alert-dark .alert-link {
    color: #424242;
}

.alert-gray-light {
    color: #626262;
    background-color: #ededed;
    border-color: #e4e4e4;
}

.alert-gray-light .alert-link {
    color: #4e4e4e;
}

.alert-black {
    color: black;
    background-color: #cccccc;
    border-color: #b3b3b3;
}

.alert-black .alert-link {
    color: black;
}

@keyframes progress-bar-stripes {
    0% {
        background-position-x: 1rem;
    }
}

.progress {
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: 0.75rem;
    background-color: rgba(0, 0, 0, 0.03);
    border-radius: 0.25rem;
}

.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: #ffffff;
    text-align: center;
    white-space: nowrap;
    background-color: #8c2837;
    transition: width 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
    .progress-bar {
        transition: none;
    }
}

.progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem;
}

.progress-bar-animated {
    animation: 1s linear infinite progress-bar-stripes;
}

@media (prefers-reduced-motion: reduce) {
    .progress-bar-animated {
        animation: none;
    }
}

.list-group {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: 0.25rem;
}

.list-group-numbered {
    list-style-type: none;
    counter-reset: section;
}

.list-group-numbered>li::before {
    content: counters(section, ".") ". ";
    counter-increment: section;
}

.list-group-item-action {
    width: 100%;
    color: #cbccd4;
    text-align: inherit;
}

.list-group-item-action:hover,
.list-group-item-action:focus {
    z-index: 1;
    color: #cbccd4;
    text-decoration: none;
    background-color: #f6f6f8;
}

.list-group-item-action:active {
    color: #000000;
    background-color: rgba(0, 0, 0, 0.03);
}

.list-group-item {
    position: relative;
    display: block;
    padding: 0.5rem 1rem;
    color: #cecece;
    text-decoration: none;
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}

.list-group-item:last-child {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit;
}

.list-group-item.disabled,
.list-group-item:disabled {
    color: #afafb9;
    pointer-events: none;
    background-color: #ffffff;
}

.list-group-item.active {
    z-index: 2;
    color: #ffffff;
    background-color: #8c2837;
    border-color: #8c2837;
}

.list-group-item+.list-group-item {
    border-top-width: 0;
}

.list-group-item+.list-group-item.active {
    margin-top: -1px;
    border-top-width: 1px;
}

.list-group-horizontal {
    flex-direction: row;
}

.list-group-horizontal>.list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
}

.list-group-horizontal>.list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
}

.list-group-horizontal>.list-group-item.active {
    margin-top: 0;
}

.list-group-horizontal>.list-group-item+.list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
}

.list-group-horizontal>.list-group-item+.list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
}

@media (min-width: 576px) {
    .list-group-horizontal-sm {
        flex-direction: row;
    }
    .list-group-horizontal-sm>.list-group-item:first-child {
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0;
    }
    .list-group-horizontal-sm>.list-group-item:last-child {
        border-top-right-radius: 0.25rem;
        border-bottom-left-radius: 0;
    }
    .list-group-horizontal-sm>.list-group-item.active {
        margin-top: 0;
    }
    .list-group-horizontal-sm>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0;
    }
    .list-group-horizontal-sm>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px;
    }
}

@media (min-width: 768px) {
    .list-group-horizontal-md {
        flex-direction: row;
    }
    .list-group-horizontal-md>.list-group-item:first-child {
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0;
    }
    .list-group-horizontal-md>.list-group-item:last-child {
        border-top-right-radius: 0.25rem;
        border-bottom-left-radius: 0;
    }
    .list-group-horizontal-md>.list-group-item.active {
        margin-top: 0;
    }
    .list-group-horizontal-md>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0;
    }
    .list-group-horizontal-md>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px;
    }
}

@media (min-width: 992px) {
    .list-group-horizontal-lg {
        flex-direction: row;
    }
    .list-group-horizontal-lg>.list-group-item:first-child {
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0;
    }
    .list-group-horizontal-lg>.list-group-item:last-child {
        border-top-right-radius: 0.25rem;
        border-bottom-left-radius: 0;
    }
    .list-group-horizontal-lg>.list-group-item.active {
        margin-top: 0;
    }
    .list-group-horizontal-lg>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0;
    }
    .list-group-horizontal-lg>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px;
    }
}

@media (min-width: 1200px) {
    .list-group-horizontal-xl {
        flex-direction: row;
    }
    .list-group-horizontal-xl>.list-group-item:first-child {
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0;
    }
    .list-group-horizontal-xl>.list-group-item:last-child {
        border-top-right-radius: 0.25rem;
        border-bottom-left-radius: 0;
    }
    .list-group-horizontal-xl>.list-group-item.active {
        margin-top: 0;
    }
    .list-group-horizontal-xl>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0;
    }
    .list-group-horizontal-xl>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px;
    }
}

@media (min-width: 1400px) {
    .list-group-horizontal-xxl {
        flex-direction: row;
    }
    .list-group-horizontal-xxl>.list-group-item:first-child {
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0;
    }
    .list-group-horizontal-xxl>.list-group-item:last-child {
        border-top-right-radius: 0.25rem;
        border-bottom-left-radius: 0;
    }
    .list-group-horizontal-xxl>.list-group-item.active {
        margin-top: 0;
    }
    .list-group-horizontal-xxl>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0;
    }
    .list-group-horizontal-xxl>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px;
    }
}

@media (min-width: 1600px) {
    .list-group-horizontal-xxxl {
        flex-direction: row;
    }
    .list-group-horizontal-xxxl>.list-group-item:first-child {
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0;
    }
    .list-group-horizontal-xxxl>.list-group-item:last-child {
        border-top-right-radius: 0.25rem;
        border-bottom-left-radius: 0;
    }
    .list-group-horizontal-xxxl>.list-group-item.active {
        margin-top: 0;
    }
    .list-group-horizontal-xxxl>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0;
    }
    .list-group-horizontal-xxxl>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px;
    }
}

.list-group-flush {
    border-radius: 0;
}

.list-group-flush>.list-group-item {
    border-width: 0 0 1px;
}

.list-group-flush>.list-group-item:last-child {
    border-bottom-width: 0;
}

.list-group-item-primary {
    color: #541821;
    background-color: #e8d4d7;
}

.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
    color: #541821;
    background-color: #d1bfc2;
}

.list-group-item-primary.list-group-item-action.active {
    color: #ffffff;
    background-color: #541821;
    border-color: #541821;
}

.list-group-item-secondary {
    color: #515255;
    background-color: #f5f5f6;
}

.list-group-item-secondary.list-group-item-action:hover,
.list-group-item-secondary.list-group-item-action:focus {
    color: #515255;
    background-color: #dddddd;
}

.list-group-item-secondary.list-group-item-action.active {
    color: #ffffff;
    background-color: #515255;
    border-color: #515255;
}

.list-group-item-success {
    color: #0f5132;
    background-color: #d1e7dd;
}

.list-group-item-success.list-group-item-action:hover,
.list-group-item-success.list-group-item-action:focus {
    color: #0f5132;
    background-color: #bcd0c7;
}

.list-group-item-success.list-group-item-action.active {
    color: #ffffff;
    background-color: #0f5132;
    border-color: #0f5132;
}

.list-group-item-info {
    color: #055160;
    background-color: #cff4fc;
}

.list-group-item-info.list-group-item-action:hover,
.list-group-item-info.list-group-item-action:focus {
    color: #055160;
    background-color: #badce3;
}

.list-group-item-info.list-group-item-action.active {
    color: #ffffff;
    background-color: #055160;
    border-color: #055160;
}

.list-group-item-warning {
    color: #664d03;
    background-color: #fff3cd;
}

.list-group-item-warning.list-group-item-action:hover,
.list-group-item-warning.list-group-item-action:focus {
    color: #664d03;
    background-color: #e6dbb9;
}

.list-group-item-warning.list-group-item-action.active {
    color: #ffffff;
    background-color: #664d03;
    border-color: #664d03;
}

.list-group-item-danger {
    color: #842029;
    background-color: #f8d7da;
}

.list-group-item-danger.list-group-item-action:hover,
.list-group-item-danger.list-group-item-action:focus {
    color: #842029;
    background-color: #dfc2c4;
}

.list-group-item-danger.list-group-item-action.active {
    color: #ffffff;
    background-color: #842029;
    border-color: #842029;
}

.list-group-item-light {
    color: #626263;
    background-color: #fdfdfe;
}

.list-group-item-light.list-group-item-action:hover,
.list-group-item-light.list-group-item-action:focus {
    color: #626263;
    background-color: #e4e4e5;
}

.list-group-item-light.list-group-item-action.active {
    color: #ffffff;
    background-color: #626263;
    border-color: #626263;
}

.list-group-item-dark {
    color: #525252;
    background-color: whitesmoke;
}

.list-group-item-dark.list-group-item-action:hover,
.list-group-item-dark.list-group-item-action:focus {
    color: #525252;
    background-color: #dddddd;
}

.list-group-item-dark.list-group-item-action.active {
    color: #ffffff;
    background-color: #525252;
    border-color: #525252;
}

.list-group-item-gray-light {
    color: #626262;
    background-color: #ededed;
}

.list-group-item-gray-light.list-group-item-action:hover,
.list-group-item-gray-light.list-group-item-action:focus {
    color: #626262;
    background-color: #d5d5d5;
}

.list-group-item-gray-light.list-group-item-action.active {
    color: #ffffff;
    background-color: #626262;
    border-color: #626262;
}

.list-group-item-black {
    color: black;
    background-color: #cccccc;
}

.list-group-item-black.list-group-item-action:hover,
.list-group-item-black.list-group-item-action:focus {
    color: black;
    background-color: #b8b8b8;
}

.list-group-item-black.list-group-item-action.active {
    color: #ffffff;
    background-color: black;
    border-color: black;
}

.btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: 0.25em 0.25em;
    color: #000000;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    border: 0;
    border-radius: 0.25rem;
    opacity: 0.5;
}

.btn-close:hover {
    color: #000000;
    text-decoration: none;
    opacity: 0.75;
}

.btn-close:focus {
    outline: 0;
    box-shadow: none;
    opacity: 1;
}

.btn-close:disabled,
.btn-close.disabled {
    pointer-events: none;
    user-select: none;
    opacity: 0.25;
}

.btn-close-white {
    filter: invert(1) grayscale(100%) brightness(200%);
}

.toast {
    width: 350px;
    max-width: 100%;
    font-size: 0.875rem;
    pointer-events: auto;
    background-color: rgba(255, 255, 255, 0.85);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}

.toast:not(.showing):not(.show) {
    opacity: 0;
}

.toast.hide {
    display: none;
}

.toast-container {
    width: max-content;
    max-width: 100%;
    pointer-events: none;
}

.toast-container> :not(:last-child) {
    margin-bottom: 0.75rem;
}

.toast-header {
    display: flex;
    align-items: center;
    padding: 0.5rem 0.75rem;
    color: #afafb9;
    background-color: rgba(255, 255, 255, 0.85);
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}

.toast-header .btn-close {
    margin-right: -0.375rem;
    margin-left: 0.75rem;
}

.toast-body {
    padding: 0.75rem;
    word-wrap: break-word;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
}

.modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        transition: none;
    }
}

.modal.show .modal-dialog {
    transform: none;
}

.modal.modal-static .modal-dialog {
    transform: scale(1.02);
}

.modal-dialog-scrollable {
    height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
    max-height: 100%;
    overflow: hidden;
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto;
}

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem);
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1039;
    width: 100vw;
    height: 100vh;
    background-color: #000000;
}

.modal-backdrop.fade {
    opacity: 0;
}

.modal-backdrop.show {
    opacity: 0.5;
}

.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.31);
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}

.modal-header .btn-close {
    padding: 0.5rem 0.5rem;
    margin: -0.5rem -0.5rem -0.5rem auto;
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
}

.modal-footer {
    display: flex;
    flex-wrap: wrap;
    flex-shrink: 0;
    align-items: center;
    justify-content: flex-end;
    padding: 0.75rem;
    border-top: 1px solid rgba(0, 0, 0, 0.31);
    border-bottom-right-radius: calc(0.3rem - 1px);
    border-bottom-left-radius: calc(0.3rem - 1px);
}

.modal-footer>* {
    margin: 0.25rem;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }
    .modal-dialog-scrollable {
        height: calc(100% - 3.5rem);
    }
    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem);
    }
    .modal-sm {
        max-width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-lg,
    .modal-xl {
        max-width: 800px;
    }
}

@media (min-width: 1200px) {
    .modal-xl {
        max-width: 1140px;
    }
}

.modal-fullscreen {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
}

.modal-fullscreen .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
}

.modal-fullscreen .modal-header {
    border-radius: 0;
}

.modal-fullscreen .modal-body {
    overflow-y: auto;
}

.modal-fullscreen .modal-footer {
    border-radius: 0;
}

@media (max-width: 575.98px) {
    .modal-fullscreen-sm-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }
    .modal-fullscreen-sm-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }
    .modal-fullscreen-sm-down .modal-header {
        border-radius: 0;
    }
    .modal-fullscreen-sm-down .modal-body {
        overflow-y: auto;
    }
    .modal-fullscreen-sm-down .modal-footer {
        border-radius: 0;
    }
}

@media (max-width: 767.98px) {
    .modal-fullscreen-md-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }
    .modal-fullscreen-md-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }
    .modal-fullscreen-md-down .modal-header {
        border-radius: 0;
    }
    .modal-fullscreen-md-down .modal-body {
        overflow-y: auto;
    }
    .modal-fullscreen-md-down .modal-footer {
        border-radius: 0;
    }
}

@media (max-width: 991.98px) {
    .modal-fullscreen-lg-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }
    .modal-fullscreen-lg-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }
    .modal-fullscreen-lg-down .modal-header {
        border-radius: 0;
    }
    .modal-fullscreen-lg-down .modal-body {
        overflow-y: auto;
    }
    .modal-fullscreen-lg-down .modal-footer {
        border-radius: 0;
    }
}

@media (max-width: 1199.98px) {
    .modal-fullscreen-xl-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }
    .modal-fullscreen-xl-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }
    .modal-fullscreen-xl-down .modal-header {
        border-radius: 0;
    }
    .modal-fullscreen-xl-down .modal-body {
        overflow-y: auto;
    }
    .modal-fullscreen-xl-down .modal-footer {
        border-radius: 0;
    }
}

@media (max-width: 1399.98px) {
    .modal-fullscreen-xxl-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }
    .modal-fullscreen-xxl-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }
    .modal-fullscreen-xxl-down .modal-header {
        border-radius: 0;
    }
    .modal-fullscreen-xxl-down .modal-body {
        overflow-y: auto;
    }
    .modal-fullscreen-xxl-down .modal-footer {
        border-radius: 0;
    }
}

@media (max-width: 1599.98px) {
    .modal-fullscreen-xxxl-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }
    .modal-fullscreen-xxxl-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }
    .modal-fullscreen-xxxl-down .modal-header {
        border-radius: 0;
    }
    .modal-fullscreen-xxxl-down .modal-body {
        overflow-y: auto;
    }
    .modal-fullscreen-xxxl-down .modal-footer {
        border-radius: 0;
    }
}

.tooltip {
    position: absolute;
    z-index: 1080;
    display: block;
    margin: 0;

    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.875rem;
    word-wrap: break-word;
    opacity: 0;
}

.tooltip.show {
    opacity: 0.9;
}

.tooltip .tooltip-arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem;
}

.tooltip .tooltip-arrow::before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid;
}

.bs-tooltip-top,
.bs-tooltip-auto[data-popper-placement^="top"] {
    padding: 0.4rem 0;
}

.bs-tooltip-top .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow {
    bottom: 0;
}

.bs-tooltip-top .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before {
    top: -1px;
    border-width: 0.4rem 0.4rem 0;
    border-top-color: #000000;
}

.bs-tooltip-end,
.bs-tooltip-auto[data-popper-placement^="right"] {
    padding: 0 0.4rem;
}

.bs-tooltip-end .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem;
}

.bs-tooltip-end .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before {
    right: -1px;
    border-width: 0.4rem 0.4rem 0.4rem 0;
    border-right-color: #000000;
}

.bs-tooltip-bottom,
.bs-tooltip-auto[data-popper-placement^="bottom"] {
    padding: 0.4rem 0;
}

.bs-tooltip-bottom .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow {
    top: 0;
}

.bs-tooltip-bottom .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before {
    bottom: -1px;
    border-width: 0 0.4rem 0.4rem;
    border-bottom-color: #000000;
}

.bs-tooltip-start,
.bs-tooltip-auto[data-popper-placement^="left"] {
    padding: 0 0.4rem;
}

.bs-tooltip-start .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem;
}

.bs-tooltip-start .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before {
    left: -1px;
    border-width: 0.4rem 0 0.4rem 0.4rem;
    border-left-color: #000000;
}

.tooltip-inner {
    max-width: 200px;
    padding: 0.25rem 0.5rem;
    color: #ffffff;
    text-align: center;
    background-color: #000000;
    border-radius: 0.25rem;
}

.popover {
    position: absolute;
    top: 0;
    left: 0
    /* rtl:ignore */
;
    z-index: 1070;
    display: block;
    max-width: 276px;

    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.875rem;
    word-wrap: break-word;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
}

.popover .popover-arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
}

.popover .popover-arrow::before,
.popover .popover-arrow::after {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid;
}

.bs-popover-top>.popover-arrow,
.bs-popover-auto[data-popper-placement^="top"]>.popover-arrow {
    bottom: calc(-0.5rem - 1px);
}

.bs-popover-top>.popover-arrow::before,
.bs-popover-auto[data-popper-placement^="top"]>.popover-arrow::before {
    bottom: 0;
    border-width: 0.5rem 0.5rem 0;
    border-top-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-top>.popover-arrow::after,
.bs-popover-auto[data-popper-placement^="top"]>.popover-arrow::after {
    bottom: 1px;
    border-width: 0.5rem 0.5rem 0;
    border-top-color: #ffffff;
}

.bs-popover-end>.popover-arrow,
.bs-popover-auto[data-popper-placement^="right"]>.popover-arrow {
    left: calc(-0.5rem - 1px);
    width: 0.5rem;
    height: 1rem;
}

.bs-popover-end>.popover-arrow::before,
.bs-popover-auto[data-popper-placement^="right"]>.popover-arrow::before {
    left: 0;
    border-width: 0.5rem 0.5rem 0.5rem 0;
    border-right-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-end>.popover-arrow::after,
.bs-popover-auto[data-popper-placement^="right"]>.popover-arrow::after {
    left: 1px;
    border-width: 0.5rem 0.5rem 0.5rem 0;
    border-right-color: #ffffff;
}

.bs-popover-bottom>.popover-arrow,
.bs-popover-auto[data-popper-placement^="bottom"]>.popover-arrow {
    top: calc(-0.5rem - 1px);
}

.bs-popover-bottom>.popover-arrow::before,
.bs-popover-auto[data-popper-placement^="bottom"]>.popover-arrow::before {
    top: 0;
    border-width: 0 0.5rem 0.5rem 0.5rem;
    border-bottom-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-bottom>.popover-arrow::after,
.bs-popover-auto[data-popper-placement^="bottom"]>.popover-arrow::after {
    top: 1px;
    border-width: 0 0.5rem 0.5rem 0.5rem;
    border-bottom-color: #ffffff;
}

.bs-popover-bottom .popover-header::before,
.bs-popover-auto[data-popper-placement^="bottom"] .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -0.5rem;
    content: "";
    border-bottom: 1px solid #f0f0f0;
}

.bs-popover-start>.popover-arrow,
.bs-popover-auto[data-popper-placement^="left"]>.popover-arrow {
    right: calc(-0.5rem - 1px);
    width: 0.5rem;
    height: 1rem;
}

.bs-popover-start>.popover-arrow::before,
.bs-popover-auto[data-popper-placement^="left"]>.popover-arrow::before {
    right: 0;
    border-width: 0.5rem 0 0.5rem 0.5rem;
    border-left-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-start>.popover-arrow::after,
.bs-popover-auto[data-popper-placement^="left"]>.popover-arrow::after {
    right: 1px;
    border-width: 0.5rem 0 0.5rem 0.5rem;
    border-left-color: #ffffff;
}

.popover-header {
    padding: 0.5rem 1rem;
    margin-bottom: 0;
    font-size: 1rem;
    background-color: #f0f0f0;
    border-bottom: 1px solid #d8d8d8;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}

.popover-header:empty {
    display: none;
}

.popover-body {
    padding: 1rem 1rem;
    color: #000000;
}

.carousel {
    position: relative;
}

.carousel.pointer-event {
    touch-action: pan-y;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.carousel-inner::after {
    display: block;
    clear: both;
    content: "";
}

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    backface-visibility: hidden;
    transition: transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .carousel-item {
        transition: none;
    }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
    display: block;
}


/* rtl:begin:ignore */

.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
    transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
    transform: translateX(-100%);
}


/* rtl:end:ignore */

.carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    transform: none;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
    z-index: 1;
    opacity: 1;
}

.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
    z-index: 0;
    opacity: 0;
    transition: opacity 0s 0.6s;
}

@media (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-start,
    .carousel-fade .active.carousel-item-end {
        transition: none;
    }
}

.carousel-control-prev,
.carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    padding: 0;
    color: #ffffff;
    text-align: center;
    background: none;
    border: 0;
    opacity: 0.5;
    transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
    .carousel-control-prev,
    .carousel-control-next {
        transition: none;
    }
}

.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
    color: #ffffff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9;
}

.carousel-control-prev {
    left: 0;
}

.carousel-control-next {
    right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%;
}


/* rtl:options: {
  "autoRename": true,
  "stringMap":[ {
    "name"    : "prev-next",
    "search"  : "prev",
    "replace" : "next"
  } ]
} */

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 1rem;
    margin-left: 15%;
    list-style: none;
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 0.5;
    transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
    .carousel-indicators [data-bs-target] {
        transition: none;
    }
}

.carousel-indicators .active {
    opacity: 1;
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 1.25rem;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #ffffff;
    text-align: center;
}

.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
    filter: invert(1) grayscale(100);
}

.carousel-dark .carousel-indicators [data-bs-target] {
    background-color: #000000;
}

.carousel-dark .carousel-caption {
    color: #000000;
}

@keyframes spinner-border {
    to {
        transform: rotate(360deg)
        /* rtl:ignore */
    ;
    }
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: -0.125em;
    border: 0.25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    animation: 0.75s linear infinite spinner-border;
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: 0.2em;
}

@keyframes spinner-grow {
    0% {
        transform: scale(0);
    }
    50% {
        opacity: 1;
        transform: none;
    }
}

.spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: -0.125em;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    animation: 0.75s linear infinite spinner-grow;
}

.spinner-grow-sm {
    width: 1rem;
    height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
    .spinner-border,
    .spinner-grow {
        animation-duration: 1.5s;
    }
}

.offcanvas,
.off-canvas {
    position: fixed;
    bottom: 0;
    z-index: 1040;
    display: flex;
    flex-direction: column;
    max-width: 100%;
    visibility: hidden;
    background-color: #ffffff;
    background-clip: padding-box;
    outline: 0;
    transition: transform 0.3s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .offcanvas,
    .off-canvas {
        transition: none;
    }
}

.offcanvas-header,
.off-canvas-header {
    display: flex;
    justify-content: space-between;
    padding: 30px 55px;
}

.offcanvas-header .btn-close,
.off-canvas-header .btn-close {
    padding: 15px 27.5px;
    margin: -15px -27.5px -15px auto;
}

.offcanvas-title,
.off-canvas-title {
    margin-bottom: 0;
    line-height: 1.5;
    font-weight: 700;

    font-size: 20px;
    text-transform: uppercase;
    line-height: 1.3;
}

.offcanvas-body,
.off-canvas-body {
    flex-grow: 1;
    padding: 30px 55px;
    overflow: hidden;
}

.off-canvas-start {
    top: 0;
    left: 0;
    width: 400px;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    transform: translateX(-100%);
}

.offcanvas-end,
.off-canvas-end {
    top: 0;
    right: 0;
    width: 400px;
    border-left: 1px solid rgba(0, 0, 0, 0.2);
    transform: translateX(100%);
}

.off-canvas-bottom {
    right: 0;
    left: 0;
    height: 30vh;
    max-height: 100%;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    transform: translateY(100%);
}

.offcanvas.show,
.off-canvas.show {
    transform: none;
}

.offcanvas-backdrop::before,
.off-canvas-backdrop::before {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1039;
    width: 100vw;
    height: 100vh;
    content: "";
    background-color: rgba(0, 0, 0, 0.5);
}

.clearfix::after {
    display: block;
    clear: both;
    content: "";
}

.link-primary {
    color: #8c2837;
}

.link-primary:hover,
.link-primary:focus {
    color: #70202c;
}

.link-secondary {
    color: #cbccd4;
}

.link-secondary:hover,
.link-secondary:focus {
    color: #d5d6dd;
}

.link-success {
    color: #198754;
}

.link-success:hover,
.link-success:focus {
    color: #146c43;
}

.link-info {
    color: #0dcaf0;
}

.link-info:hover,
.link-info:focus {
    color: #3dd5f3;
}

.link-warning {
    color: #ffc107;
}

.link-warning:hover,
.link-warning:focus {
    color: #ffcd39;
}

.link-danger {
    color: #dc3545;
}

.link-danger:hover,
.link-danger:focus {
    color: #b02a37;
}

.link-light {
    color: #f6f6f8;
}

.link-light:hover,
.link-light:focus {
    color: #f8f8f9;
}

.link-dark {
    color: #cecece;
}

.link-dark:hover,
.link-dark:focus {
    color: #d8d8d8;
}

.link-gray-light {
    color: #a4a4a4;
}

.link-gray-light:hover,
.link-gray-light:focus {
    color: #b6b6b6;
}

.link-black {
    color: #000000;
}

.link-black:hover,
.link-black:focus {
    color: black;
}

.ratio {
    position: relative;
    width: 100%;
}

.ratio::before {
    display: block;
    padding-top: var(--bs-aspect-ratio);
    content: "";
}

.ratio>* {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ratio-1x1 {
    --bs-aspect-ratio: 100%;
}

.ratio-4x3 {
    --bs-aspect-ratio: calc(3 / 4 * 100%);
}

.ratio-16x9 {
    --bs-aspect-ratio: calc(9 / 16 * 100%);
}

.ratio-21x9 {
    --bs-aspect-ratio: calc(9 / 21 * 100%);
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
}

.sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
}

@media (min-width: 576px) {
    .sticky-sm-top {
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}

@media (min-width: 768px) {
    .sticky-md-top {
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}

@media (min-width: 992px) {
    .sticky-lg-top {
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}

@media (min-width: 1200px) {
    .sticky-xl-top {
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}

@media (min-width: 1400px) {
    .sticky-xxl-top {
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}

@media (min-width: 1600px) {
    .sticky-xxxl-top {
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    content: "";
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.align-baseline {
    vertical-align: baseline !important;
}

.align-top {
    vertical-align: top !important;
}

.align-middle {
    vertical-align: middle !important;
}

.align-bottom {
    vertical-align: bottom !important;
}

.align-text-bottom {
    vertical-align: text-bottom !important;
}

.align-text-top {
    vertical-align: text-top !important;
}

.float-start {
    float: left !important;
}

.float-end {
    float: right !important;
}

.float-none {
    float: none !important;
}

.overflow-auto {
    overflow: auto !important;
}

.overflow-hidden {
    overflow: hidden !important;
}

.overflow-visible {
    overflow: visible !important;
}

.overflow-scroll {
    overflow: scroll !important;
}

.d-inline {
    display: inline !important;
}

.d-inline-block {
    display: inline-block !important;
}

.d-block {
    display: block !important;
}

.d-grid {
    display: grid !important;
}

.d-table {
    display: table !important;
}

.d-table-row {
    display: table-row !important;
}

.d-table-cell {
    display: table-cell !important;
}

.d-flex {
    display: flex !important;
}

.d-inline-flex {
    display: inline-flex !important;
}

.d-none {
    display: none !important;
}

.shadow {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-sm {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
    box-shadow: none !important;
}

.position-static {
    position: static !important;
}

.position-relative {
    position: relative !important;
}

.position-absolute {
    position: absolute !important;
}

.position-fixed {
    position: fixed !important;
}

.position-sticky {
    position: sticky !important;
}

.top-0 {
    top: 0 !important;
}

.top-50 {
    top: 50% !important;
}

.top-100 {
    top: 100% !important;
}

.bottom-0 {
    bottom: 0 !important;
}

.bottom-50 {
    bottom: 50% !important;
}

.bottom-100 {
    bottom: 100% !important;
}

.start-0 {
    left: 0 !important;
}

.start-50 {
    left: 50% !important;
}

.start-100 {
    left: 100% !important;
}

.end-0 {
    right: 0 !important;
}

.end-50 {
    right: 50% !important;
}

.end-100 {
    right: 100% !important;
}

.translate-middle {
    transform: translate(-50%, -50%) !important;
}

.translate-middle-x {
    transform: translateX(-50%) !important;
}

.translate-middle-y {
    transform: translateY(-50%) !important;
}

.border {
    border: 1px solid rgba(0, 0, 0, 0.31) !important;
}

.border-0 {
    border: 0 !important;
}

.border-top {
    border-top: 1px solid rgba(0, 0, 0, 0.31) !important;
}

.border-top-0 {
    border-top: 0 !important;
}

.border-end {
    border-right: 1px solid rgba(0, 0, 0, 0.31) !important;
}

.border-end-0 {
    border-right: 0 !important;
}

.border-bottom {
    border-bottom: 1px solid rgba(0, 0, 0, 0.31) !important;
}

.border-bottom-0 {
    border-bottom: 0 !important;
}

.border-start {
    border-left: 1px solid rgba(0, 0, 0, 0.31) !important;
}

.border-start-0 {
    border-left: 0 !important;
}

.border-primary {
    border-color: #8c2837 !important;
}

.border-secondary {
    border-color: #cbccd4 !important;
}

.border-success {
    border-color: #198754 !important;
}

.border-info {
    border-color: #0dcaf0 !important;
}

.border-warning {
    border-color: #ffc107 !important;
}

.border-danger {
    border-color: #dc3545 !important;
}

.border-light {
    border-color: #f6f6f8 !important;
}

.border-dark {
    border-color: #cecece !important;
}

.border-gray-light {
    border-color: #a4a4a4 !important;
}

.border-black {
    border-color: #000000 !important;
}

.border-white {
    border-color: #ffffff !important;
}

.border-1 {
    border-width: 1px !important;
}

.border-2 {
    border-width: 2px !important;
}

.border-3 {
    border-width: 3px !important;
}

.border-4 {
    border-width: 4px !important;
}

.border-5 {
    border-width: 5px !important;
}

.w-25 {
    width: 25% !important;
}

.w-50 {
    width: 50% !important;
}

.w-75 {
    width: 75% !important;
}

.w-100 {
    width: 100% !important;
}

.w-auto {
    width: auto !important;
}

.mw-100 {
    max-width: 100% !important;
}

.vw-100 {
    width: 100vw !important;
}

.min-vw-100 {
    min-width: 100vw !important;
}

.h-25 {
    height: 25% !important;
}

.h-50 {
    height: 50% !important;
}

.h-75 {
    height: 75% !important;
}

.h-100 {
    height: 100% !important;
}

.h-auto {
    height: auto !important;
}

.mh-100 {
    max-height: 100% !important;
}

.vh-100 {
    height: 100vh !important;
}

.min-vh-100 {
    min-height: 100vh !important;
}

.flex-fill {
    flex: 1 1 auto !important;
}

.flex-row {
    flex-direction: row !important;
}

.flex-column {
    flex-direction: column !important;
}

.flex-row-reverse {
    flex-direction: row-reverse !important;
}

.flex-column-reverse {
    flex-direction: column-reverse !important;
}

.flex-grow-0 {
    flex-grow: 0 !important;
}

.flex-grow-1 {
    flex-grow: 1 !important;
}

.flex-shrink-0 {
    flex-shrink: 0 !important;
}

.flex-shrink-1 {
    flex-shrink: 1 !important;
}

.flex-wrap {
    flex-wrap: wrap !important;
}

.flex-nowrap {
    flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
}

.gap-0 {
    gap: 0 !important;
}

.gap-1 {
    gap: 5px !important;
}

.gap-2 {
    gap: 10px !important;
}

.gap-3 {
    gap: 15px !important;
}

.gap-4 {
    gap: 20px !important;
}

.gap-5 {
    gap: 25px !important;
}

.gap-6 {
    gap: 30px !important;
}

.gap-7 {
    gap: 35px !important;
}

.gap-8 {
    gap: 40px !important;
}

.gap-9 {
    gap: 45px !important;
}

.gap-10 {
    gap: 50px !important;
}

.gap-11 {
    gap: 55px !important;
}

.gap-12 {
    gap: 60px !important;
}

.gap-13 {
    gap: 65px !important;
}

.gap-14 {
    gap: 70px !important;
}

.gap-15 {
    gap: 75px !important;
}

.gap-16 {
    gap: 80px !important;
}

.gap-17 {
    gap: 85px !important;
}

.gap-18 {
    gap: 90px !important;
}

.gap-19 {
    gap: 95px !important;
}

.gap-20 {
    gap: 100px !important;
}

.gap-21 {
    gap: 105px !important;
}

.gap-22 {
    gap: 110px !important;
}

.gap-23 {
    gap: 115px !important;
}

.gap-24 {
    gap: 120px !important;
}

.gap-25 {
    gap: 125px !important;
}

.gap-26 {
    gap: 130px !important;
}

.gap-27 {
    gap: 135px !important;
}

.gap-28 {
    gap: 140px !important;
}

.gap-29 {
    gap: 145px !important;
}

.gap-30 {
    gap: 150px !important;
}

.gap-31 {
    gap: 155px !important;
}

.gap-32 {
    gap: 160px !important;
}

.gap-33 {
    gap: 165px !important;
}

.gap-34 {
    gap: 170px !important;
}

.gap-35 {
    gap: 175px !important;
}

.gap-36 {
    gap: 180px !important;
}

.gap-37 {
    gap: 185px !important;
}

.gap-38 {
    gap: 190px !important;
}

.gap-39 {
    gap: 195px !important;
}

.gap-40 {
    gap: 200px !important;
}

.justify-content-start {
    justify-content: flex-start !important;
}

.justify-content-end {
    justify-content: flex-end !important;
}

.justify-content-center {
    justify-content: center !important;
}

.justify-content-between {
    justify-content: space-between !important;
}

.justify-content-around {
    justify-content: space-around !important;
}

.justify-content-evenly {
    justify-content: space-evenly !important;
}

.align-items-start {
    align-items: flex-start !important;
}

.align-items-end {
    align-items: flex-end !important;
}

.align-items-center {
    align-items: center !important;
}

.align-items-baseline {
    align-items: baseline !important;
}

.align-items-stretch {
    align-items: stretch !important;
}

.align-content-start {
    align-content: flex-start !important;
}

.align-content-end {
    align-content: flex-end !important;
}

.align-content-center {
    align-content: center !important;
}

.align-content-between {
    align-content: space-between !important;
}

.align-content-around {
    align-content: space-around !important;
}

.align-content-stretch {
    align-content: stretch !important;
}

.align-self-auto {
    align-self: auto !important;
}

.align-self-start {
    align-self: flex-start !important;
}

.align-self-end {
    align-self: flex-end !important;
}

.align-self-center {
    align-self: center !important;
}

.align-self-baseline {
    align-self: baseline !important;
}

.align-self-stretch {
    align-self: stretch !important;
}

.order-first {
    order: -1 !important;
}

.order-0 {
    order: 0 !important;
}

.order-1 {
    order: 1 !important;
}

.order-2 {
    order: 2 !important;
}

.order-3 {
    order: 3 !important;
}

.order-4 {
    order: 4 !important;
}

.order-5 {
    order: 5 !important;
}

.order-last {
    order: 6 !important;
}

.m-0 {
    margin: 0 !important;
}

.m-1 {
    margin: 5px !important;
}

.m-2 {
    margin: 10px !important;
}

.m-3 {
    margin: 15px !important;
}

.m-4 {
    margin: 20px !important;
}

.m-5 {
    margin: 25px !important;
}

.m-6 {
    margin: 30px !important;
}

.m-7 {
    margin: 35px !important;
}

.m-8 {
    margin: 40px !important;
}

.m-9 {
    margin: 45px !important;
}

.m-10 {
    margin: 50px !important;
}

.m-11 {
    margin: 55px !important;
}

.m-12 {
    margin: 60px !important;
}

.m-13 {
    margin: 65px !important;
}

.m-14 {
    margin: 70px !important;
}

.m-15 {
    margin: 75px !important;
}

.m-16 {
    margin: 80px !important;
}

.m-17 {
    margin: 85px !important;
}

.m-18 {
    margin: 90px !important;
}

.m-19 {
    margin: 95px !important;
}

.m-20 {
    margin: 100px !important;
}

.m-21 {
    margin: 105px !important;
}

.m-22 {
    margin: 110px !important;
}

.m-23 {
    margin: 115px !important;
}

.m-24 {
    margin: 120px !important;
}

.m-25 {
    margin: 125px !important;
}

.m-26 {
    margin: 130px !important;
}

.m-27 {
    margin: 135px !important;
}

.m-28 {
    margin: 140px !important;
}

.m-29 {
    margin: 145px !important;
}

.m-30 {
    margin: 150px !important;
}

.m-31 {
    margin: 155px !important;
}

.m-32 {
    margin: 160px !important;
}

.m-33 {
    margin: 165px !important;
}

.m-34 {
    margin: 170px !important;
}

.m-35 {
    margin: 175px !important;
}

.m-36 {
    margin: 180px !important;
}

.m-37 {
    margin: 185px !important;
}

.m-38 {
    margin: 190px !important;
}

.m-39 {
    margin: 195px !important;
}

.m-40 {
    margin: 200px !important;
}

.m-auto {
    margin: auto !important;
}

.mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.mx-1 {
    margin-right: 5px !important;
    margin-left: 5px !important;
}

.mx-2 {
    margin-right: 10px !important;
    margin-left: 10px !important;
}

.mx-3 {
    margin-right: 15px !important;
    margin-left: 15px !important;
}

.mx-4 {
    margin-right: 20px !important;
    margin-left: 20px !important;
}

.mx-5 {
    margin-right: 25px !important;
    margin-left: 25px !important;
}

.mx-6 {
    margin-right: 30px !important;
    margin-left: 30px !important;
}

.mx-7 {
    margin-right: 35px !important;
    margin-left: 35px !important;
}

.mx-8 {
    margin-right: 40px !important;
    margin-left: 40px !important;
}

.mx-9 {
    margin-right: 45px !important;
    margin-left: 45px !important;
}

.mx-10 {
    margin-right: 50px !important;
    margin-left: 50px !important;
}

.mx-11 {
    margin-right: 55px !important;
    margin-left: 55px !important;
}

.mx-12 {
    margin-right: 60px !important;
    margin-left: 60px !important;
}

.mx-13 {
    margin-right: 65px !important;
    margin-left: 65px !important;
}

.mx-14 {
    margin-right: 70px !important;
    margin-left: 70px !important;
}

.mx-15 {
    margin-right: 75px !important;
    margin-left: 75px !important;
}

.mx-16 {
    margin-right: 80px !important;
    margin-left: 80px !important;
}

.mx-17 {
    margin-right: 85px !important;
    margin-left: 85px !important;
}

.mx-18 {
    margin-right: 90px !important;
    margin-left: 90px !important;
}

.mx-19 {
    margin-right: 95px !important;
    margin-left: 95px !important;
}

.mx-20 {
    margin-right: 100px !important;
    margin-left: 100px !important;
}

.mx-21 {
    margin-right: 105px !important;
    margin-left: 105px !important;
}

.mx-22 {
    margin-right: 110px !important;
    margin-left: 110px !important;
}

.mx-23 {
    margin-right: 115px !important;
    margin-left: 115px !important;
}

.mx-24 {
    margin-right: 120px !important;
    margin-left: 120px !important;
}

.mx-25 {
    margin-right: 125px !important;
    margin-left: 125px !important;
}

.mx-26 {
    margin-right: 130px !important;
    margin-left: 130px !important;
}

.mx-27 {
    margin-right: 135px !important;
    margin-left: 135px !important;
}

.mx-28 {
    margin-right: 140px !important;
    margin-left: 140px !important;
}

.mx-29 {
    margin-right: 145px !important;
    margin-left: 145px !important;
}

.mx-30 {
    margin-right: 150px !important;
    margin-left: 150px !important;
}

.mx-31 {
    margin-right: 155px !important;
    margin-left: 155px !important;
}

.mx-32 {
    margin-right: 160px !important;
    margin-left: 160px !important;
}

.mx-33 {
    margin-right: 165px !important;
    margin-left: 165px !important;
}

.mx-34 {
    margin-right: 170px !important;
    margin-left: 170px !important;
}

.mx-35 {
    margin-right: 175px !important;
    margin-left: 175px !important;
}

.mx-36 {
    margin-right: 180px !important;
    margin-left: 180px !important;
}

.mx-37 {
    margin-right: 185px !important;
    margin-left: 185px !important;
}

.mx-38 {
    margin-right: 190px !important;
    margin-left: 190px !important;
}

.mx-39 {
    margin-right: 195px !important;
    margin-left: 195px !important;
}

.mx-40 {
    margin-right: 200px !important;
    margin-left: 200px !important;
}

.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important;
}

.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.my-1 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}

.my-2 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

.my-3 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
}

.my-4 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

.my-5 {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
}

.my-6 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
}

.my-7 {
    margin-top: 35px !important;
    margin-bottom: 35px !important;
}

.my-8 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
}

.my-9 {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
}

.my-10 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
}

.my-11 {
    margin-top: 55px !important;
    margin-bottom: 55px !important;
}

.my-12 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
}

.my-13 {
    margin-top: 65px !important;
    margin-bottom: 65px !important;
}

.my-14 {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
}

.my-15 {
    margin-top: 75px !important;
    margin-bottom: 75px !important;
}

.my-16 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
}

.my-17 {
    margin-top: 85px !important;
    margin-bottom: 85px !important;
}

.my-18 {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
}

.my-19 {
    margin-top: 95px !important;
    margin-bottom: 95px !important;
}

.my-20 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
}

.my-21 {
    margin-top: 105px !important;
    margin-bottom: 105px !important;
}

.my-22 {
    margin-top: 110px !important;
    margin-bottom: 110px !important;
}

.my-23 {
    margin-top: 115px !important;
    margin-bottom: 115px !important;
}

.my-24 {
    margin-top: 120px !important;
    margin-bottom: 120px !important;
}

.my-25 {
    margin-top: 125px !important;
    margin-bottom: 125px !important;
}

.my-26 {
    margin-top: 130px !important;
    margin-bottom: 130px !important;
}

.my-27 {
    margin-top: 135px !important;
    margin-bottom: 135px !important;
}

.my-28 {
    margin-top: 140px !important;
    margin-bottom: 140px !important;
}

.my-29 {
    margin-top: 145px !important;
    margin-bottom: 145px !important;
}

.my-30 {
    margin-top: 150px !important;
    margin-bottom: 150px !important;
}

.my-31 {
    margin-top: 155px !important;
    margin-bottom: 155px !important;
}

.my-32 {
    margin-top: 160px !important;
    margin-bottom: 160px !important;
}

.my-33 {
    margin-top: 165px !important;
    margin-bottom: 165px !important;
}

.my-34 {
    margin-top: 170px !important;
    margin-bottom: 170px !important;
}

.my-35 {
    margin-top: 175px !important;
    margin-bottom: 175px !important;
}

.my-36 {
    margin-top: 180px !important;
    margin-bottom: 180px !important;
}

.my-37 {
    margin-top: 185px !important;
    margin-bottom: 185px !important;
}

.my-38 {
    margin-top: 190px !important;
    margin-bottom: 190px !important;
}

.my-39 {
    margin-top: 195px !important;
    margin-bottom: 195px !important;
}

.my-40 {
    margin-top: 200px !important;
    margin-bottom: 200px !important;
}

.my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.mt-1 {
    margin-top: 5px !important;
}

.mt-2 {
    margin-top: 10px !important;
}

.mt-3 {
    margin-top: 15px !important;
}

.mt-4 {
    margin-top: 20px !important;
}

.mt-5 {
    margin-top: 25px !important;
}

.mt-6 {
    margin-top: 30px !important;
}

.mt-7 {
    margin-top: 35px !important;
}

.mt-8 {
    margin-top: 40px !important;
}

.mt-9 {
    margin-top: 45px !important;
}

.mt-10 {
    margin-top: 50px !important;
}

.mt-11 {
    margin-top: 55px !important;
}

.mt-12 {
    margin-top: 60px !important;
}

.mt-13 {
    margin-top: 65px !important;
}

.mt-14 {
    margin-top: 70px !important;
}

.mt-15 {
    margin-top: 75px !important;
}

.mt-16 {
    margin-top: 80px !important;
}

.mt-17 {
    margin-top: 85px !important;
}

.mt-18 {
    margin-top: 90px !important;
}

.mt-19 {
    margin-top: 95px !important;
}

.mt-20 {
    margin-top: 100px !important;
}

.mt-21 {
    margin-top: 105px !important;
}

.mt-22 {
    margin-top: 110px !important;
}

.mt-23 {
    margin-top: 115px !important;
}

.mt-24 {
    margin-top: 120px !important;
}

.mt-25 {
    margin-top: 125px !important;
}

.mt-26 {
    margin-top: 130px !important;
}

.mt-27 {
    margin-top: 135px !important;
}

.mt-28 {
    margin-top: 140px !important;
}

.mt-29 {
    margin-top: 145px !important;
}

.mt-30 {
    margin-top: 150px !important;
}

.mt-31 {
    margin-top: 155px !important;
}

.mt-32 {
    margin-top: 160px !important;
}

.mt-33 {
    margin-top: 165px !important;
}

.mt-34 {
    margin-top: 170px !important;
}

.mt-35 {
    margin-top: 175px !important;
}

.mt-36 {
    margin-top: 180px !important;
}

.mt-37 {
    margin-top: 185px !important;
}

.mt-38 {
    margin-top: 190px !important;
}

.mt-39 {
    margin-top: 195px !important;
}

.mt-40 {
    margin-top: 200px !important;
}

.mt-auto {
    margin-top: auto !important;
}

.me-0 {
    margin-right: 0 !important;
}

.me-1 {
    margin-right: 5px !important;
}

.me-2 {
    margin-right: 10px !important;
}

.me-3 {
    margin-right: 15px !important;
}

.me-4 {
    margin-right: 20px !important;
}

.me-5 {
    margin-right: 25px !important;
}

.me-6 {
    margin-right: 30px !important;
}

.me-7 {
    margin-right: 35px !important;
}

.me-8 {
    margin-right: 40px !important;
}

.me-9 {
    margin-right: 45px !important;
}

.me-10 {
    margin-right: 50px !important;
}

.me-11 {
    margin-right: 55px !important;
}

.me-12 {
    margin-right: 60px !important;
}

.me-13 {
    margin-right: 65px !important;
}

.me-14 {
    margin-right: 70px !important;
}

.me-15 {
    margin-right: 75px !important;
}

.me-16 {
    margin-right: 80px !important;
}

.me-17 {
    margin-right: 85px !important;
}

.me-18 {
    margin-right: 90px !important;
}

.me-19 {
    margin-right: 95px !important;
}

.me-20 {
    margin-right: 100px !important;
}

.me-21 {
    margin-right: 105px !important;
}

.me-22 {
    margin-right: 110px !important;
}

.me-23 {
    margin-right: 115px !important;
}

.me-24 {
    margin-right: 120px !important;
}

.me-25 {
    margin-right: 125px !important;
}

.me-26 {
    margin-right: 130px !important;
}

.me-27 {
    margin-right: 135px !important;
}

.me-28 {
    margin-right: 140px !important;
}

.me-29 {
    margin-right: 145px !important;
}

.me-30 {
    margin-right: 150px !important;
}

.me-31 {
    margin-right: 155px !important;
}

.me-32 {
    margin-right: 160px !important;
}

.me-33 {
    margin-right: 165px !important;
}

.me-34 {
    margin-right: 170px !important;
}

.me-35 {
    margin-right: 175px !important;
}

.me-36 {
    margin-right: 180px !important;
}

.me-37 {
    margin-right: 185px !important;
}

.me-38 {
    margin-right: 190px !important;
}

.me-39 {
    margin-right: 195px !important;
}

.me-40 {
    margin-right: 200px !important;
}

.me-auto {
    margin-right: auto !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-1 {
    margin-bottom: 5px !important;
}

.mb-2 {
    margin-bottom: 10px !important;
}

.mb-3 {
    margin-bottom: 15px !important;
}

.mb-4 {
    margin-bottom: 20px !important;
}

.mb-5 {
    margin-bottom: 25px !important;
}

.mb-6 {
    margin-bottom: 30px !important;
}

.mb-7 {
    margin-bottom: 30px !important;
}

.mb-8 {
    margin-bottom: 40px !important;
}

.mb-9 {
    margin-bottom: 45px !important;
}

.mb-10 {
    margin-bottom: 50px !important;
}

.mb-11 {
    margin-bottom: 55px !important;
}

.mb-12 {
    margin-bottom: 60px !important;
}

.mb-13 {
    margin-bottom: 65px !important;
}

.mb-14 {
    margin-bottom: 70px !important;
}

.mb-15 {
    margin-bottom: 75px !important;
}

.mb-16 {
    margin-bottom: 80px !important;
}

.mb-17 {
    margin-bottom: 85px !important;
}

.mb-18 {
    margin-bottom: 90px !important;
}

.mb-19 {
    margin-bottom: 95px !important;
}

.mb-20 {
    margin-bottom: 100px !important;
}

.mb-21 {
    margin-bottom: 105px !important;
}

.mb-22 {
    margin-bottom: 110px !important;
}

.mb-23 {
    margin-bottom: 115px !important;
}

.mb-24 {
    margin-bottom: 120px !important;
}

.mb-25 {
    margin-bottom: 125px !important;
}

.mb-26 {
    margin-bottom: 130px !important;
}

.mb-27 {
    margin-bottom: 135px !important;
}

.mb-28 {
    margin-bottom: 140px !important;
}

.mb-29 {
    margin-bottom: 145px !important;
}

.mb-30 {
    margin-bottom: 150px !important;
}

.mb-31 {
    margin-bottom: 155px !important;
}

.mb-32 {
    margin-bottom: 160px !important;
}

.mb-33 {
    margin-bottom: 165px !important;
}

.mb-34 {
    margin-bottom: 170px !important;
}

.mb-35 {
    margin-bottom: 175px !important;
}

.mb-36 {
    margin-bottom: 180px !important;
}

.mb-37 {
    margin-bottom: 185px !important;
}

.mb-38 {
    margin-bottom: 190px !important;
}

.mb-39 {
    margin-bottom: 195px !important;
}

.mb-40 {
    margin-bottom: 200px !important;
}

.mb-auto {
    margin-bottom: auto !important;
}

.ms-0 {
    margin-left: 0 !important;
}

.ms-1 {
    margin-left: 5px !important;
}

.ms-2 {
    margin-left: 10px !important;
}

.ms-3 {
    margin-left: 15px !important;
}

.ms-4 {
    margin-left: 20px !important;
}

.ms-5 {
    margin-left: 25px !important;
}

.ms-6 {
    margin-left: 30px !important;
}

.ms-7 {
    margin-left: 35px !important;
}

.ms-8 {
    margin-left: 40px !important;
}

.ms-9 {
    margin-left: 45px !important;
}

.ms-10 {
    margin-left: 50px !important;
}

.ms-11 {
    margin-left: 55px !important;
}

.ms-12 {
    margin-left: 60px !important;
}

.ms-13 {
    margin-left: 65px !important;
}

.ms-14 {
    margin-left: 70px !important;
}

.ms-15 {
    margin-left: 75px !important;
}

.ms-16 {
    margin-left: 80px !important;
}

.ms-17 {
    margin-left: 85px !important;
}

.ms-18 {
    margin-left: 90px !important;
}

.ms-19 {
    margin-left: 95px !important;
}

.ms-20 {
    margin-left: 100px !important;
}

.ms-21 {
    margin-left: 105px !important;
}

.ms-22 {
    margin-left: 110px !important;
}

.ms-23 {
    margin-left: 115px !important;
}

.ms-24 {
    margin-left: 120px !important;
}

.ms-25 {
    margin-left: 125px !important;
}

.ms-26 {
    margin-left: 130px !important;
}

.ms-27 {
    margin-left: 135px !important;
}

.ms-28 {
    margin-left: 140px !important;
}

.ms-29 {
    margin-left: 145px !important;
}

.ms-30 {
    margin-left: 150px !important;
}

.ms-31 {
    margin-left: 155px !important;
}

.ms-32 {
    margin-left: 160px !important;
}

.ms-33 {
    margin-left: 165px !important;
}

.ms-34 {
    margin-left: 170px !important;
}

.ms-35 {
    margin-left: 175px !important;
}

.ms-36 {
    margin-left: 180px !important;
}

.ms-37 {
    margin-left: 185px !important;
}

.ms-38 {
    margin-left: 190px !important;
}

.ms-39 {
    margin-left: 195px !important;
}

.ms-40 {
    margin-left: 200px !important;
}

.ms-auto {
    margin-left: auto !important;
}

.p-0 {
    padding: 0 !important;
}

.p-1 {
    padding: 5px !important;
}

.p-2 {
    padding: 10px !important;
}

.p-3 {
    padding: 15px !important;
}

.p-4 {
    padding: 20px !important;
}

.p-5 {
    padding: 25px !important;
}

.p-6 {
    padding: 30px !important;
}

.p-7 {
    padding: 35px !important;
}

.p-8 {
    padding: 40px !important;
}

.p-9 {
    padding: 45px !important;
}

.p-10 {
    padding: 50px !important;
}

.p-11 {
    padding: 55px !important;
}

.p-12 {
    padding: 60px !important;
}

.p-13 {
    padding: 65px !important;
}

.p-14 {
    padding: 70px !important;
}

.p-15 {
    padding: 75px !important;
}

.p-16 {
    padding: 80px !important;
}

.p-17 {
    padding: 85px !important;
}

.p-18 {
    padding: 90px !important;
}

.p-19 {
    padding: 95px !important;
}

.p-20 {
    padding: 100px !important;
}

.p-21 {
    padding: 105px !important;
}

.p-22 {
    padding: 110px !important;
}

.p-23 {
    padding: 115px !important;
}

.p-24 {
    padding: 120px !important;
}

.p-25 {
    padding: 125px !important;
}

.p-26 {
    padding: 130px !important;
}

.p-27 {
    padding: 135px !important;
}

.p-28 {
    padding: 140px !important;
}

.p-29 {
    padding: 145px !important;
}

.p-30 {
    padding: 150px !important;
}

.p-31 {
    padding: 155px !important;
}

.p-32 {
    padding: 160px !important;
}

.p-33 {
    padding: 165px !important;
}

.p-34 {
    padding: 170px !important;
}

.p-35 {
    padding: 175px !important;
}

.p-36 {
    padding: 180px !important;
}

.p-37 {
    padding: 185px !important;
}

.p-38 {
    padding: 190px !important;
}

.p-39 {
    padding: 195px !important;
}

.p-40 {
    padding: 200px !important;
}

.px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.px-1 {
    padding-right: 5px !important;
    padding-left: 5px !important;
}

.px-2 {
    padding-right: 10px !important;
    padding-left: 10px !important;
}

.px-3 {
    padding-right: 15px !important;
    padding-left: 15px !important;
}

.px-4 {
    padding-right: 20px !important;
    padding-left: 20px !important;
}

.px-5 {
    padding-right: 25px !important;
    padding-left: 25px !important;
}

.px-6 {
    padding-right: 30px !important;
    padding-left: 30px !important;
}

.px-7 {
    padding-right: 35px !important;
    padding-left: 35px !important;
}

.px-8 {
    padding-right: 40px !important;
    padding-left: 40px !important;
}

.px-9 {
    padding-right: 45px !important;
    padding-left: 45px !important;
}

.px-10 {
    padding-right: 50px !important;
    padding-left: 50px !important;
}

.px-11 {
    padding-right: 55px !important;
    padding-left: 55px !important;
}

.px-12 {
    padding-right: 60px !important;
    padding-left: 60px !important;
}

.px-13 {
    padding-right: 65px !important;
    padding-left: 65px !important;
}

.px-14 {
    padding-right: 70px !important;
    padding-left: 70px !important;
}

.px-15 {
    padding-right: 75px !important;
    padding-left: 75px !important;
}

.px-16 {
    padding-right: 80px !important;
    padding-left: 80px !important;
}

.px-17 {
    padding-right: 85px !important;
    padding-left: 85px !important;
}

.px-18 {
    padding-right: 90px !important;
    padding-left: 90px !important;
}

.px-19 {
    padding-right: 95px !important;
    padding-left: 95px !important;
}

.px-20 {
    padding-right: 100px !important;
    padding-left: 100px !important;
}

.px-21 {
    padding-right: 105px !important;
    padding-left: 105px !important;
}

.px-22 {
    padding-right: 110px !important;
    padding-left: 110px !important;
}

.px-23 {
    padding-right: 115px !important;
    padding-left: 115px !important;
}

.px-24 {
    padding-right: 120px !important;
    padding-left: 120px !important;
}

.px-25 {
    padding-right: 125px !important;
    padding-left: 125px !important;
}

.px-26 {
    padding-right: 130px !important;
    padding-left: 130px !important;
}

.px-27 {
    padding-right: 135px !important;
    padding-left: 135px !important;
}

.px-28 {
    padding-right: 140px !important;
    padding-left: 140px !important;
}

.px-29 {
    padding-right: 145px !important;
    padding-left: 145px !important;
}

.px-30 {
    padding-right: 150px !important;
    padding-left: 150px !important;
}

.px-31 {
    padding-right: 155px !important;
    padding-left: 155px !important;
}

.px-32 {
    padding-right: 160px !important;
    padding-left: 160px !important;
}

.px-33 {
    padding-right: 165px !important;
    padding-left: 165px !important;
}

.px-34 {
    padding-right: 170px !important;
    padding-left: 170px !important;
}

.px-35 {
    padding-right: 175px !important;
    padding-left: 175px !important;
}

.px-36 {
    padding-right: 180px !important;
    padding-left: 180px !important;
}

.px-37 {
    padding-right: 185px !important;
    padding-left: 185px !important;
}

.px-38 {
    padding-right: 190px !important;
    padding-left: 190px !important;
}

.px-39 {
    padding-right: 195px !important;
    padding-left: 195px !important;
}

.px-40 {
    padding-right: 200px !important;
    padding-left: 200px !important;
}

.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.py-1 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.py-2 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.py-3 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}

.py-4 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

.py-5 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
}

.py-6 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}

.py-7 {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
}

.py-8 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}

.py-9 {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
}

.py-10 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}

.py-11 {
    padding-top: 55px !important;
    padding-bottom: 55px !important;
}

.py-12 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
}

.py-13 {
    padding-top: 65px !important;
    padding-bottom: 65px !important;
}

.py-14 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
}

.py-15 {
    padding-top: 75px !important;
    padding-bottom: 75px !important;
}

.py-16 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
}

.py-17 {
    padding-top: 85px !important;
    padding-bottom: 85px !important;
}

.py-18 {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
}

.py-19 {
    padding-top: 95px !important;
    padding-bottom: 95px !important;
}

.py-20 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
}

.py-21 {
    padding-top: 105px !important;
    padding-bottom: 105px !important;
}

.py-22 {
    padding-top: 110px !important;
    padding-bottom: 110px !important;
}

.py-23 {
    padding-top: 115px !important;
    padding-bottom: 115px !important;
}

.py-24 {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
}

.py-25 {
    padding-top: 125px !important;
    padding-bottom: 125px !important;
}

.py-26 {
    padding-top: 130px !important;
    padding-bottom: 130px !important;
}

.py-27 {
    padding-top: 135px !important;
    padding-bottom: 135px !important;
}

.py-28 {
    padding-top: 140px !important;
    padding-bottom: 140px !important;
}

.py-29 {
    padding-top: 145px !important;
    padding-bottom: 145px !important;
}

.py-30 {
    padding-top: 150px !important;
    padding-bottom: 150px !important;
}

.py-31 {
    padding-top: 155px !important;
    padding-bottom: 155px !important;
}

.py-32 {
    padding-top: 160px !important;
    padding-bottom: 160px !important;
}

.py-33 {
    padding-top: 165px !important;
    padding-bottom: 165px !important;
}

.py-34 {
    padding-top: 170px !important;
    padding-bottom: 170px !important;
}

.py-35 {
    padding-top: 175px !important;
    padding-bottom: 175px !important;
}

.py-36 {
    padding-top: 180px !important;
    padding-bottom: 180px !important;
}

.py-37 {
    padding-top: 185px !important;
    padding-bottom: 185px !important;
}

.py-38 {
    padding-top: 190px !important;
    padding-bottom: 190px !important;
}

.py-39 {
    padding-top: 195px !important;
    padding-bottom: 195px !important;
}

.py-40 {
    padding-top: 200px !important;
    padding-bottom: 200px !important;
}

.pt-0 {
    padding-top: 0 !important;
}

.pt-1 {
    padding-top: 5px !important;
}

.pt-2 {
    padding-top: 10px !important;
}

.pt-3 {
    padding-top: 15px !important;
}

.pt-4 {
    padding-top: 20px !important;
}

.pt-5 {
    padding-top: 25px !important;
}

.pt-6 {
    padding-top: 30px !important;
}

.pt-7 {
    padding-top: 35px !important;
}

.pt-8 {
    padding-top: 40px !important;
}

.pt-9 {
    padding-top: 45px !important;
}

.pt-10 {
    padding-top: 50px !important;
}

.pt-11 {
    padding-top: 55px !important;
}

.pt-12 {
    padding-top: 60px !important;
}

.pt-13 {
    padding-top: 65px !important;
}

.pt-14 {
    padding-top: 70px !important;
}

.pt-15 {
    padding-top: 75px !important;
}

.pt-16 {
    padding-top: 80px !important;
}

.pt-17 {
    padding-top: 85px !important;
}

.pt-18 {
    padding-top: 90px !important;
}

.pt-19 {
    padding-top: 95px !important;
}

.pt-20 {
    padding-top: 100px !important;
}

.pt-21 {
    padding-top: 105px !important;
}

.pt-22 {
    padding-top: 110px !important;
}

.pt-23 {
    padding-top: 115px !important;
}

.pt-24 {
    padding-top: 120px !important;
}

.pt-25 {
    padding-top: 125px !important;
}

.pt-26 {
    padding-top: 130px !important;
}

.pt-27 {
    padding-top: 135px !important;
}

.pt-28 {
    padding-top: 140px !important;
}

.pt-29 {
    padding-top: 145px !important;
}

.pt-30 {
    padding-top: 150px !important;
}

.pt-31 {
    padding-top: 155px !important;
}

.pt-32 {
    padding-top: 160px !important;
}

.pt-33 {
    padding-top: 165px !important;
}

.pt-34 {
    padding-top: 170px !important;
}

.pt-35 {
    padding-top: 175px !important;
}

.pt-36 {
    padding-top: 180px !important;
}

.pt-37 {
    padding-top: 185px !important;
}

.pt-38 {
    padding-top: 190px !important;
}

.pt-39 {
    padding-top: 195px !important;
}

.pt-40 {
    padding-top: 200px !important;
}

.pe-0 {
    padding-right: 0 !important;
}

.pe-1 {
    padding-right: 5px !important;
}

.pe-2 {
    padding-right: 10px !important;
}

.pe-3 {
    padding-right: 15px !important;
}

.pe-4 {
    padding-right: 20px !important;
}

.pe-5 {
    padding-right: 25px !important;
}

.pe-6 {
    padding-right: 30px !important;
}

.pe-7 {
    padding-right: 35px !important;
}

.pe-8 {
    padding-right: 40px !important;
}

.pe-9 {
    padding-right: 45px !important;
}

.pe-10 {
    padding-right: 50px !important;
}

.pe-11 {
    padding-right: 55px !important;
}

.pe-12 {
    padding-right: 60px !important;
}

.pe-13 {
    padding-right: 65px !important;
}

.pe-14 {
    padding-right: 70px !important;
}

.pe-15 {
    padding-right: 75px !important;
}

.pe-16 {
    padding-right: 80px !important;
}

.pe-17 {
    padding-right: 85px !important;
}

.pe-18 {
    padding-right: 90px !important;
}

.pe-19 {
    padding-right: 95px !important;
}

.pe-20 {
    padding-right: 100px !important;
}

.pe-21 {
    padding-right: 105px !important;
}

.pe-22 {
    padding-right: 110px !important;
}

.pe-23 {
    padding-right: 115px !important;
}

.pe-24 {
    padding-right: 120px !important;
}

.pe-25 {
    padding-right: 125px !important;
}

.pe-26 {
    padding-right: 130px !important;
}

.pe-27 {
    padding-right: 135px !important;
}

.pe-28 {
    padding-right: 140px !important;
}

.pe-29 {
    padding-right: 145px !important;
}

.pe-30 {
    padding-right: 150px !important;
}

.pe-31 {
    padding-right: 155px !important;
}

.pe-32 {
    padding-right: 160px !important;
}

.pe-33 {
    padding-right: 165px !important;
}

.pe-34 {
    padding-right: 170px !important;
}

.pe-35 {
    padding-right: 175px !important;
}

.pe-36 {
    padding-right: 180px !important;
}

.pe-37 {
    padding-right: 185px !important;
}

.pe-38 {
    padding-right: 190px !important;
}

.pe-39 {
    padding-right: 195px !important;
}

.pe-40 {
    padding-right: 200px !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.pb-1 {
    padding-bottom: 5px !important;
}

.pb-2 {
    padding-bottom: 10px !important;
}

.pb-3 {
    padding-bottom: 15px !important;
}

.pb-4 {
    padding-bottom: 20px !important;
}

.pb-5 {
    padding-bottom: 25px !important;
}

.pb-6 {
    padding-bottom: 30px !important;
}

.pb-7 {
    padding-bottom: 35px !important;
}

.pb-8 {
    padding-bottom: 40px !important;
}

.pb-9 {
    padding-bottom: 45px !important;
}

.pb-10 {
    padding-bottom: 50px !important;
}

.pb-11 {
    padding-bottom: 55px !important;
}

.pb-12 {
    padding-bottom: 60px !important;
}

.pb-13 {
    padding-bottom: 65px !important;
}

.pb-14 {
    padding-bottom: 70px !important;
}

.pb-15 {
    padding-bottom: 75px !important;
}

.pb-16 {
    padding-bottom: 80px !important;
}

.pb-17 {
    padding-bottom: 85px !important;
}

.pb-18 {
    padding-bottom: 90px !important;
}

.pb-19 {
    padding-bottom: 95px !important;
}

.pb-20 {
    padding-bottom: 100px !important;
}

.pb-21 {
    padding-bottom: 105px !important;
}

.pb-22 {
    padding-bottom: 110px !important;
}

.pb-23 {
    padding-bottom: 115px !important;
}

.pb-24 {
    padding-bottom: 120px !important;
}

.pb-25 {
    padding-bottom: 125px !important;
}

.pb-26 {
    padding-bottom: 130px !important;
}

.pb-27 {
    padding-bottom: 135px !important;
}

.pb-28 {
    padding-bottom: 140px !important;
}

.pb-29 {
    padding-bottom: 145px !important;
}

.pb-30 {
    padding-bottom: 150px !important;
}

.pb-31 {
    padding-bottom: 155px !important;
}

.pb-32 {
    padding-bottom: 160px !important;
}

.pb-33 {
    padding-bottom: 165px !important;
}

.pb-34 {
    padding-bottom: 170px !important;
}

.pb-35 {
    padding-bottom: 175px !important;
}

.pb-36 {
    padding-bottom: 180px !important;
}

.pb-37 {
    padding-bottom: 185px !important;
}

.pb-38 {
    padding-bottom: 190px !important;
}

.pb-39 {
    padding-bottom: 195px !important;
}

.pb-40 {
    padding-bottom: 200px !important;
}

.ps-0 {
    padding-left: 0 !important;
}

.ps-1 {
    padding-left: 5px !important;
}

.ps-2 {
    padding-left: 10px !important;
}

.ps-3 {
    padding-left: 15px !important;
}

.ps-4 {
    padding-left: 20px !important;
}

.ps-5 {
    padding-left: 25px !important;
}

.ps-6 {
    padding-left: 30px !important;
}

.ps-7 {
    padding-left: 35px !important;
}

.ps-8 {
    padding-left: 40px !important;
}

.ps-9 {
    padding-left: 45px !important;
}

.ps-10 {
    padding-left: 50px !important;
}

.ps-11 {
    padding-left: 55px !important;
}

.ps-12 {
    padding-left: 60px !important;
}

.ps-13 {
    padding-left: 65px !important;
}

.ps-14 {
    padding-left: 70px !important;
}

.ps-15 {
    padding-left: 75px !important;
}

.ps-16 {
    padding-left: 80px !important;
}

.ps-17 {
    padding-left: 85px !important;
}

.ps-18 {
    padding-left: 90px !important;
}

.ps-19 {
    padding-left: 95px !important;
}

.ps-20 {
    padding-left: 100px !important;
}

.ps-21 {
    padding-left: 105px !important;
}

.ps-22 {
    padding-left: 110px !important;
}

.ps-23 {
    padding-left: 115px !important;
}

.ps-24 {
    padding-left: 120px !important;
}

.ps-25 {
    padding-left: 125px !important;
}

.ps-26 {
    padding-left: 130px !important;
}

.ps-27 {
    padding-left: 135px !important;
}

.ps-28 {
    padding-left: 140px !important;
}

.ps-29 {
    padding-left: 145px !important;
}

.ps-30 {
    padding-left: 150px !important;
}

.ps-31 {
    padding-left: 155px !important;
}

.ps-32 {
    padding-left: 160px !important;
}

.ps-33 {
    padding-left: 165px !important;
}

.ps-34 {
    padding-left: 170px !important;
}

.ps-35 {
    padding-left: 175px !important;
}

.ps-36 {
    padding-left: 180px !important;
}

.ps-37 {
    padding-left: 185px !important;
}

.ps-38 {
    padding-left: 190px !important;
}

.ps-39 {
    padding-left: 195px !important;
}

.ps-40 {
    padding-left: 200px !important;
}

.font-monospace {
    font-family: var(--bs-font-monospace) !important;
}

.fs-1 {
    font-size: calc(1.56875rem + 3.825vw) !important;
}

.fs-2 {
    font-size: calc(1.5rem + 3vw) !important;
}

.fs-3 {
    font-size: calc(1.375rem + 1.5vw) !important;
}

.fs-4 {
    font-size: calc(1.35rem + 1.2vw) !important;
}

.fs-5 {
    font-size: calc(1.3125rem + 0.75vw) !important;
}

.fs-6 {
    font-size: 0.9375rem !important;
}

.fst-italic {
    font-style: italic !important;
}

.fst-normal {
    font-style: normal !important;
}

.fw-light {
    font-weight: 300 !important;
}

.fw-lighter {
    font-weight: lighter !important;
}

.fw-normal {
    font-weight: 400 !important;
}

.fw-bold {
    font-weight: 700 !important;
}

.fw-bolder {
    font-weight: bolder !important;
}

.lh-1 {
    line-height: 1 !important;
}

.lh-sm {
    line-height: 1.25 !important;
}

.lh-base {
    line-height: 1.5 !important;
}

.lh-lg {
    line-height: 2 !important;
}

.text-start {
    text-align: left !important;
}

.text-end {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}

.text-decoration-none {
    text-decoration: none !important;
}

.text-decoration-underline {
    text-decoration: underline !important;
}

.text-decoration-line-through {
    text-decoration: line-through !important;
}

.text-lowercase {
    text-transform: lowercase !important;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.text-capitalize {
    text-transform: capitalize !important;
}

.text-wrap {
    white-space: normal !important;
}

.text-nowrap {
    white-space: nowrap !important;
}


/* rtl:begin:remove */

.text-break {
    word-wrap: break-word !important;
    word-break: break-word !important;
}


/* rtl:end:remove */

.text-primary {
    color: #8c2837 !important;
}

.text-secondary {
    color: #cbccd4 !important;
}

.text-success {
    color: #198754 !important;
}

.text-info {
    color: #0dcaf0 !important;
}

.text-warning {
    color: #ffc107 !important;
}

.text-danger {
    color: #dc3545 !important;
}

.text-light {
    color: #f6f6f8 !important;
}

.text-dark {
    color: #cecece !important;
}

.text-gray-light {
    color: #a4a4a4 !important;
}

.text-black {
    color: #000000 !important;
}

.text-white {
    color: #ffffff !important;
}

.text-body {
    color: #000000 !important;
}

.text-muted {
    color: #afafb9 !important;
}

.text-black-50 {
    color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
    color: rgba(255, 255, 255, 0.5) !important;
}

.text-reset {
    color: inherit !important;
}

.bg-primary {
    background-color: #8c2837 !important;
}

.bg-secondary {
    background-color: #cbccd4 !important;
}

.bg-success {
    background-color: #198754 !important;
}

.bg-info {
    background-color: #0dcaf0 !important;
}

.bg-warning {
    background-color: #ffc107 !important;
}

.bg-danger {
    background-color: #dc3545 !important;
}

.bg-light {
    background-color: #f6f6f8 !important;
}

.bg-dark {
    background-color: #cecece !important;
}

.bg-gray-light {
    background-color: #a4a4a4 !important;
}

.bg-black {
    background-color: #000000 !important;
}

.bg-body {
    background-color: #ffffff !important;
}

.bg-white {
    background-color: #ffffff !important;
}

.bg-transparent {
    background-color: transparent !important;
}

.bg-gradient {
    background-image: var(--bs-gradient) !important;
}

.user-select-all {
    user-select: all !important;
}

.user-select-auto {
    user-select: auto !important;
}

.user-select-none {
    user-select: none !important;
}

.pe-none {
    pointer-events: none !important;
}

.pe-auto {
    pointer-events: auto !important;
}

.rounded {
    border-radius: 0.25rem !important;
}

.rounded-0 {
    border-radius: 0 !important;
}

.rounded-1 {
    border-radius: 0.2rem !important;
}

.rounded-2 {
    border-radius: 0.25rem !important;
}

.rounded-3 {
    border-radius: 0.3rem !important;
}

.rounded-circle {
    border-radius: 50% !important;
}

.rounded-pill {
    border-radius: 50rem !important;
}

.rounded-top {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
}

.rounded-end {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
}

.rounded-start {
    border-bottom-left-radius: 0.25rem !important;
    border-top-left-radius: 0.25rem !important;
}

.visible {
    visibility: visible !important;
}

.invisible {
    visibility: hidden !important;
}

@media (min-width: 576px) {
    .float-sm-start {
        float: left !important;
    }
    .float-sm-end {
        float: right !important;
    }
    .float-sm-none {
        float: none !important;
    }
    .d-sm-inline {
        display: inline !important;
    }
    .d-sm-inline-block {
        display: inline-block !important;
    }
    .d-sm-block {
        display: block !important;
    }
    .d-sm-grid {
        display: grid !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: flex !important;
    }
    .d-sm-inline-flex {
        display: inline-flex !important;
    }
    .d-sm-none {
        display: none !important;
    }
    .flex-sm-fill {
        flex: 1 1 auto !important;
    }
    .flex-sm-row {
        flex-direction: row !important;
    }
    .flex-sm-column {
        flex-direction: column !important;
    }
    .flex-sm-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-sm-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-sm-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-sm-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-sm-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-sm-shrink-1 {
        flex-shrink: 1 !important;
    }
    .flex-sm-wrap {
        flex-wrap: wrap !important;
    }
    .flex-sm-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .gap-sm-0 {
        gap: 0 !important;
    }
    .gap-sm-1 {
        gap: 5px !important;
    }
    .gap-sm-2 {
        gap: 10px !important;
    }
    .gap-sm-3 {
        gap: 15px !important;
    }
    .gap-sm-4 {
        gap: 20px !important;
    }
    .gap-sm-5 {
        gap: 25px !important;
    }
    .gap-sm-6 {
        gap: 30px !important;
    }
    .gap-sm-7 {
        gap: 35px !important;
    }
    .gap-sm-8 {
        gap: 40px !important;
    }
    .gap-sm-9 {
        gap: 45px !important;
    }
    .gap-sm-10 {
        gap: 50px !important;
    }
    .gap-sm-11 {
        gap: 55px !important;
    }
    .gap-sm-12 {
        gap: 60px !important;
    }
    .gap-sm-13 {
        gap: 65px !important;
    }
    .gap-sm-14 {
        gap: 70px !important;
    }
    .gap-sm-15 {
        gap: 75px !important;
    }
    .gap-sm-16 {
        gap: 80px !important;
    }
    .gap-sm-17 {
        gap: 85px !important;
    }
    .gap-sm-18 {
        gap: 90px !important;
    }
    .gap-sm-19 {
        gap: 95px !important;
    }
    .gap-sm-20 {
        gap: 100px !important;
    }
    .gap-sm-21 {
        gap: 105px !important;
    }
    .gap-sm-22 {
        gap: 110px !important;
    }
    .gap-sm-23 {
        gap: 115px !important;
    }
    .gap-sm-24 {
        gap: 120px !important;
    }
    .gap-sm-25 {
        gap: 125px !important;
    }
    .gap-sm-26 {
        gap: 130px !important;
    }
    .gap-sm-27 {
        gap: 135px !important;
    }
    .gap-sm-28 {
        gap: 140px !important;
    }
    .gap-sm-29 {
        gap: 145px !important;
    }
    .gap-sm-30 {
        gap: 150px !important;
    }
    .gap-sm-31 {
        gap: 155px !important;
    }
    .gap-sm-32 {
        gap: 160px !important;
    }
    .gap-sm-33 {
        gap: 165px !important;
    }
    .gap-sm-34 {
        gap: 170px !important;
    }
    .gap-sm-35 {
        gap: 175px !important;
    }
    .gap-sm-36 {
        gap: 180px !important;
    }
    .gap-sm-37 {
        gap: 185px !important;
    }
    .gap-sm-38 {
        gap: 190px !important;
    }
    .gap-sm-39 {
        gap: 195px !important;
    }
    .gap-sm-40 {
        gap: 200px !important;
    }
    .justify-content-sm-start {
        justify-content: flex-start !important;
    }
    .justify-content-sm-end {
        justify-content: flex-end !important;
    }
    .justify-content-sm-center {
        justify-content: center !important;
    }
    .justify-content-sm-between {
        justify-content: space-between !important;
    }
    .justify-content-sm-around {
        justify-content: space-around !important;
    }
    .justify-content-sm-evenly {
        justify-content: space-evenly !important;
    }
    .align-items-sm-start {
        align-items: flex-start !important;
    }
    .align-items-sm-end {
        align-items: flex-end !important;
    }
    .align-items-sm-center {
        align-items: center !important;
    }
    .align-items-sm-baseline {
        align-items: baseline !important;
    }
    .align-items-sm-stretch {
        align-items: stretch !important;
    }
    .align-content-sm-start {
        align-content: flex-start !important;
    }
    .align-content-sm-end {
        align-content: flex-end !important;
    }
    .align-content-sm-center {
        align-content: center !important;
    }
    .align-content-sm-between {
        align-content: space-between !important;
    }
    .align-content-sm-around {
        align-content: space-around !important;
    }
    .align-content-sm-stretch {
        align-content: stretch !important;
    }
    .align-self-sm-auto {
        align-self: auto !important;
    }
    .align-self-sm-start {
        align-self: flex-start !important;
    }
    .align-self-sm-end {
        align-self: flex-end !important;
    }
    .align-self-sm-center {
        align-self: center !important;
    }
    .align-self-sm-baseline {
        align-self: baseline !important;
    }
    .align-self-sm-stretch {
        align-self: stretch !important;
    }
    .order-sm-first {
        order: -1 !important;
    }
    .order-sm-0 {
        order: 0 !important;
    }
    .order-sm-1 {
        order: 1 !important;
    }
    .order-sm-2 {
        order: 2 !important;
    }
    .order-sm-3 {
        order: 3 !important;
    }
    .order-sm-4 {
        order: 4 !important;
    }
    .order-sm-5 {
        order: 5 !important;
    }
    .order-sm-last {
        order: 6 !important;
    }
    .m-sm-0 {
        margin: 0 !important;
    }
    .m-sm-1 {
        margin: 5px !important;
    }
    .m-sm-2 {
        margin: 10px !important;
    }
    .m-sm-3 {
        margin: 15px !important;
    }
    .m-sm-4 {
        margin: 20px !important;
    }
    .m-sm-5 {
        margin: 25px !important;
    }
    .m-sm-6 {
        margin: 30px !important;
    }
    .m-sm-7 {
        margin: 35px !important;
    }
    .m-sm-8 {
        margin: 40px !important;
    }
    .m-sm-9 {
        margin: 45px !important;
    }
    .m-sm-10 {
        margin: 50px !important;
    }
    .m-sm-11 {
        margin: 55px !important;
    }
    .m-sm-12 {
        margin: 60px !important;
    }
    .m-sm-13 {
        margin: 65px !important;
    }
    .m-sm-14 {
        margin: 70px !important;
    }
    .m-sm-15 {
        margin: 75px !important;
    }
    .m-sm-16 {
        margin: 80px !important;
    }
    .m-sm-17 {
        margin: 85px !important;
    }
    .m-sm-18 {
        margin: 90px !important;
    }
    .m-sm-19 {
        margin: 95px !important;
    }
    .m-sm-20 {
        margin: 100px !important;
    }
    .m-sm-21 {
        margin: 105px !important;
    }
    .m-sm-22 {
        margin: 110px !important;
    }
    .m-sm-23 {
        margin: 115px !important;
    }
    .m-sm-24 {
        margin: 120px !important;
    }
    .m-sm-25 {
        margin: 125px !important;
    }
    .m-sm-26 {
        margin: 130px !important;
    }
    .m-sm-27 {
        margin: 135px !important;
    }
    .m-sm-28 {
        margin: 140px !important;
    }
    .m-sm-29 {
        margin: 145px !important;
    }
    .m-sm-30 {
        margin: 150px !important;
    }
    .m-sm-31 {
        margin: 155px !important;
    }
    .m-sm-32 {
        margin: 160px !important;
    }
    .m-sm-33 {
        margin: 165px !important;
    }
    .m-sm-34 {
        margin: 170px !important;
    }
    .m-sm-35 {
        margin: 175px !important;
    }
    .m-sm-36 {
        margin: 180px !important;
    }
    .m-sm-37 {
        margin: 185px !important;
    }
    .m-sm-38 {
        margin: 190px !important;
    }
    .m-sm-39 {
        margin: 195px !important;
    }
    .m-sm-40 {
        margin: 200px !important;
    }
    .m-sm-auto {
        margin: auto !important;
    }
    .mx-sm-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .mx-sm-1 {
        margin-right: 5px !important;
        margin-left: 5px !important;
    }
    .mx-sm-2 {
        margin-right: 10px !important;
        margin-left: 10px !important;
    }
    .mx-sm-3 {
        margin-right: 15px !important;
        margin-left: 15px !important;
    }
    .mx-sm-4 {
        margin-right: 20px !important;
        margin-left: 20px !important;
    }
    .mx-sm-5 {
        margin-right: 25px !important;
        margin-left: 25px !important;
    }
    .mx-sm-6 {
        margin-right: 30px !important;
        margin-left: 30px !important;
    }
    .mx-sm-7 {
        margin-right: 35px !important;
        margin-left: 35px !important;
    }
    .mx-sm-8 {
        margin-right: 40px !important;
        margin-left: 40px !important;
    }
    .mx-sm-9 {
        margin-right: 45px !important;
        margin-left: 45px !important;
    }
    .mx-sm-10 {
        margin-right: 50px !important;
        margin-left: 50px !important;
    }
    .mx-sm-11 {
        margin-right: 55px !important;
        margin-left: 55px !important;
    }
    .mx-sm-12 {
        margin-right: 60px !important;
        margin-left: 60px !important;
    }
    .mx-sm-13 {
        margin-right: 65px !important;
        margin-left: 65px !important;
    }
    .mx-sm-14 {
        margin-right: 70px !important;
        margin-left: 70px !important;
    }
    .mx-sm-15 {
        margin-right: 75px !important;
        margin-left: 75px !important;
    }
    .mx-sm-16 {
        margin-right: 80px !important;
        margin-left: 80px !important;
    }
    .mx-sm-17 {
        margin-right: 85px !important;
        margin-left: 85px !important;
    }
    .mx-sm-18 {
        margin-right: 90px !important;
        margin-left: 90px !important;
    }
    .mx-sm-19 {
        margin-right: 95px !important;
        margin-left: 95px !important;
    }
    .mx-sm-20 {
        margin-right: 100px !important;
        margin-left: 100px !important;
    }
    .mx-sm-21 {
        margin-right: 105px !important;
        margin-left: 105px !important;
    }
    .mx-sm-22 {
        margin-right: 110px !important;
        margin-left: 110px !important;
    }
    .mx-sm-23 {
        margin-right: 115px !important;
        margin-left: 115px !important;
    }
    .mx-sm-24 {
        margin-right: 120px !important;
        margin-left: 120px !important;
    }
    .mx-sm-25 {
        margin-right: 125px !important;
        margin-left: 125px !important;
    }
    .mx-sm-26 {
        margin-right: 130px !important;
        margin-left: 130px !important;
    }
    .mx-sm-27 {
        margin-right: 135px !important;
        margin-left: 135px !important;
    }
    .mx-sm-28 {
        margin-right: 140px !important;
        margin-left: 140px !important;
    }
    .mx-sm-29 {
        margin-right: 145px !important;
        margin-left: 145px !important;
    }
    .mx-sm-30 {
        margin-right: 150px !important;
        margin-left: 150px !important;
    }
    .mx-sm-31 {
        margin-right: 155px !important;
        margin-left: 155px !important;
    }
    .mx-sm-32 {
        margin-right: 160px !important;
        margin-left: 160px !important;
    }
    .mx-sm-33 {
        margin-right: 165px !important;
        margin-left: 165px !important;
    }
    .mx-sm-34 {
        margin-right: 170px !important;
        margin-left: 170px !important;
    }
    .mx-sm-35 {
        margin-right: 175px !important;
        margin-left: 175px !important;
    }
    .mx-sm-36 {
        margin-right: 180px !important;
        margin-left: 180px !important;
    }
    .mx-sm-37 {
        margin-right: 185px !important;
        margin-left: 185px !important;
    }
    .mx-sm-38 {
        margin-right: 190px !important;
        margin-left: 190px !important;
    }
    .mx-sm-39 {
        margin-right: 195px !important;
        margin-left: 195px !important;
    }
    .mx-sm-40 {
        margin-right: 200px !important;
        margin-left: 200px !important;
    }
    .mx-sm-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }
    .my-sm-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .my-sm-1 {
        margin-top: 5px !important;
        margin-bottom: 5px !important;
    }
    .my-sm-2 {
        margin-top: 10px !important;
        margin-bottom: 10px !important;
    }
    .my-sm-3 {
        margin-top: 15px !important;
        margin-bottom: 15px !important;
    }
    .my-sm-4 {
        margin-top: 20px !important;
        margin-bottom: 20px !important;
    }
    .my-sm-5 {
        margin-top: 25px !important;
        margin-bottom: 25px !important;
    }
    .my-sm-6 {
        margin-top: 30px !important;
        margin-bottom: 30px !important;
    }
    .my-sm-7 {
        margin-top: 35px !important;
        margin-bottom: 35px !important;
    }
    .my-sm-8 {
        margin-top: 40px !important;
        margin-bottom: 40px !important;
    }
    .my-sm-9 {
        margin-top: 45px !important;
        margin-bottom: 45px !important;
    }
    .my-sm-10 {
        margin-top: 50px !important;
        margin-bottom: 50px !important;
    }
    .my-sm-11 {
        margin-top: 55px !important;
        margin-bottom: 55px !important;
    }
    .my-sm-12 {
        margin-top: 60px !important;
        margin-bottom: 60px !important;
    }
    .my-sm-13 {
        margin-top: 65px !important;
        margin-bottom: 65px !important;
    }
    .my-sm-14 {
        margin-top: 70px !important;
        margin-bottom: 70px !important;
    }
    .my-sm-15 {
        margin-top: 75px !important;
        margin-bottom: 75px !important;
    }
    .my-sm-16 {
        margin-top: 80px !important;
        margin-bottom: 80px !important;
    }
    .my-sm-17 {
        margin-top: 85px !important;
        margin-bottom: 85px !important;
    }
    .my-sm-18 {
        margin-top: 90px !important;
        margin-bottom: 90px !important;
    }
    .my-sm-19 {
        margin-top: 95px !important;
        margin-bottom: 95px !important;
    }
    .my-sm-20 {
        margin-top: 100px !important;
        margin-bottom: 100px !important;
    }
    .my-sm-21 {
        margin-top: 105px !important;
        margin-bottom: 105px !important;
    }
    .my-sm-22 {
        margin-top: 110px !important;
        margin-bottom: 110px !important;
    }
    .my-sm-23 {
        margin-top: 115px !important;
        margin-bottom: 115px !important;
    }
    .my-sm-24 {
        margin-top: 120px !important;
        margin-bottom: 120px !important;
    }
    .my-sm-25 {
        margin-top: 125px !important;
        margin-bottom: 125px !important;
    }
    .my-sm-26 {
        margin-top: 130px !important;
        margin-bottom: 130px !important;
    }
    .my-sm-27 {
        margin-top: 135px !important;
        margin-bottom: 135px !important;
    }
    .my-sm-28 {
        margin-top: 140px !important;
        margin-bottom: 140px !important;
    }
    .my-sm-29 {
        margin-top: 145px !important;
        margin-bottom: 145px !important;
    }
    .my-sm-30 {
        margin-top: 150px !important;
        margin-bottom: 150px !important;
    }
    .my-sm-31 {
        margin-top: 155px !important;
        margin-bottom: 155px !important;
    }
    .my-sm-32 {
        margin-top: 160px !important;
        margin-bottom: 160px !important;
    }
    .my-sm-33 {
        margin-top: 165px !important;
        margin-bottom: 165px !important;
    }
    .my-sm-34 {
        margin-top: 170px !important;
        margin-bottom: 170px !important;
    }
    .my-sm-35 {
        margin-top: 175px !important;
        margin-bottom: 175px !important;
    }
    .my-sm-36 {
        margin-top: 180px !important;
        margin-bottom: 180px !important;
    }
    .my-sm-37 {
        margin-top: 185px !important;
        margin-bottom: 185px !important;
    }
    .my-sm-38 {
        margin-top: 190px !important;
        margin-bottom: 190px !important;
    }
    .my-sm-39 {
        margin-top: 195px !important;
        margin-bottom: 195px !important;
    }
    .my-sm-40 {
        margin-top: 200px !important;
        margin-bottom: 200px !important;
    }
    .my-sm-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }
    .mt-sm-0 {
        margin-top: 0 !important;
    }
    .mt-sm-1 {
        margin-top: 5px !important;
    }
    .mt-sm-2 {
        margin-top: 10px !important;
    }
    .mt-sm-3 {
        margin-top: 15px !important;
    }
    .mt-sm-4 {
        margin-top: 20px !important;
    }
    .mt-sm-5 {
        margin-top: 25px !important;
    }
    .mt-sm-6 {
        margin-top: 30px !important;
    }
    .mt-sm-7 {
        margin-top: 35px !important;
    }
    .mt-sm-8 {
        margin-top: 40px !important;
    }
    .mt-sm-9 {
        margin-top: 45px !important;
    }
    .mt-sm-10 {
        margin-top: 50px !important;
    }
    .mt-sm-11 {
        margin-top: 55px !important;
    }
    .mt-sm-12 {
        margin-top: 60px !important;
    }
    .mt-sm-13 {
        margin-top: 65px !important;
    }
    .mt-sm-14 {
        margin-top: 70px !important;
    }
    .mt-sm-15 {
        margin-top: 75px !important;
    }
    .mt-sm-16 {
        margin-top: 80px !important;
    }
    .mt-sm-17 {
        margin-top: 85px !important;
    }
    .mt-sm-18 {
        margin-top: 90px !important;
    }
    .mt-sm-19 {
        margin-top: 95px !important;
    }
    .mt-sm-20 {
        margin-top: 100px !important;
    }
    .mt-sm-21 {
        margin-top: 105px !important;
    }
    .mt-sm-22 {
        margin-top: 110px !important;
    }
    .mt-sm-23 {
        margin-top: 115px !important;
    }
    .mt-sm-24 {
        margin-top: 120px !important;
    }
    .mt-sm-25 {
        margin-top: 125px !important;
    }
    .mt-sm-26 {
        margin-top: 130px !important;
    }
    .mt-sm-27 {
        margin-top: 135px !important;
    }
    .mt-sm-28 {
        margin-top: 140px !important;
    }
    .mt-sm-29 {
        margin-top: 145px !important;
    }
    .mt-sm-30 {
        margin-top: 150px !important;
    }
    .mt-sm-31 {
        margin-top: 155px !important;
    }
    .mt-sm-32 {
        margin-top: 160px !important;
    }
    .mt-sm-33 {
        margin-top: 165px !important;
    }
    .mt-sm-34 {
        margin-top: 170px !important;
    }
    .mt-sm-35 {
        margin-top: 175px !important;
    }
    .mt-sm-36 {
        margin-top: 180px !important;
    }
    .mt-sm-37 {
        margin-top: 185px !important;
    }
    .mt-sm-38 {
        margin-top: 190px !important;
    }
    .mt-sm-39 {
        margin-top: 195px !important;
    }
    .mt-sm-40 {
        margin-top: 200px !important;
    }
    .mt-sm-auto {
        margin-top: auto !important;
    }
    .me-sm-0 {
        margin-right: 0 !important;
    }
    .me-sm-1 {
        margin-right: 5px !important;
    }
    .me-sm-2 {
        margin-right: 10px !important;
    }
    .me-sm-3 {
        margin-right: 15px !important;
    }
    .me-sm-4 {
        margin-right: 20px !important;
    }
    .me-sm-5 {
        margin-right: 25px !important;
    }
    .me-sm-6 {
        margin-right: 30px !important;
    }
    .me-sm-7 {
        margin-right: 35px !important;
    }
    .me-sm-8 {
        margin-right: 40px !important;
    }
    .me-sm-9 {
        margin-right: 45px !important;
    }
    .me-sm-10 {
        margin-right: 50px !important;
    }
    .me-sm-11 {
        margin-right: 55px !important;
    }
    .me-sm-12 {
        margin-right: 60px !important;
    }
    .me-sm-13 {
        margin-right: 65px !important;
    }
    .me-sm-14 {
        margin-right: 70px !important;
    }
    .me-sm-15 {
        margin-right: 75px !important;
    }
    .me-sm-16 {
        margin-right: 80px !important;
    }
    .me-sm-17 {
        margin-right: 85px !important;
    }
    .me-sm-18 {
        margin-right: 90px !important;
    }
    .me-sm-19 {
        margin-right: 95px !important;
    }
    .me-sm-20 {
        margin-right: 100px !important;
    }
    .me-sm-21 {
        margin-right: 105px !important;
    }
    .me-sm-22 {
        margin-right: 110px !important;
    }
    .me-sm-23 {
        margin-right: 115px !important;
    }
    .me-sm-24 {
        margin-right: 120px !important;
    }
    .me-sm-25 {
        margin-right: 125px !important;
    }
    .me-sm-26 {
        margin-right: 130px !important;
    }
    .me-sm-27 {
        margin-right: 135px !important;
    }
    .me-sm-28 {
        margin-right: 140px !important;
    }
    .me-sm-29 {
        margin-right: 145px !important;
    }
    .me-sm-30 {
        margin-right: 150px !important;
    }
    .me-sm-31 {
        margin-right: 155px !important;
    }
    .me-sm-32 {
        margin-right: 160px !important;
    }
    .me-sm-33 {
        margin-right: 165px !important;
    }
    .me-sm-34 {
        margin-right: 170px !important;
    }
    .me-sm-35 {
        margin-right: 175px !important;
    }
    .me-sm-36 {
        margin-right: 180px !important;
    }
    .me-sm-37 {
        margin-right: 185px !important;
    }
    .me-sm-38 {
        margin-right: 190px !important;
    }
    .me-sm-39 {
        margin-right: 195px !important;
    }
    .me-sm-40 {
        margin-right: 200px !important;
    }
    .me-sm-auto {
        margin-right: auto !important;
    }
    .mb-sm-0 {
        margin-bottom: 0 !important;
    }
    .mb-sm-1 {
        margin-bottom: 5px !important;
    }
    .mb-sm-2 {
        margin-bottom: 10px !important;
    }
    .mb-sm-3 {
        margin-bottom: 15px !important;
    }
    .mb-sm-4 {
        margin-bottom: 20px !important;
    }
    .mb-sm-5 {
        margin-bottom: 25px !important;
    }
    .mb-sm-6 {
        margin-bottom: 30px !important;
    }
    .mb-sm-7 {
        margin-bottom: 35px !important;
    }
    .mb-sm-8 {
        margin-bottom: 40px !important;
    }
    .mb-sm-9 {
        margin-bottom: 45px !important;
    }
    .mb-sm-10 {
        margin-bottom: 50px !important;
    }
    .mb-sm-11 {
        margin-bottom: 55px !important;
    }
    .mb-sm-12 {
        margin-bottom: 60px !important;
    }
    .mb-sm-13 {
        margin-bottom: 65px !important;
    }
    .mb-sm-14 {
        margin-bottom: 70px !important;
    }
    .mb-sm-15 {
        margin-bottom: 75px !important;
    }
    .mb-sm-16 {
        margin-bottom: 80px !important;
    }
    .mb-sm-17 {
        margin-bottom: 85px !important;
    }
    .mb-sm-18 {
        margin-bottom: 90px !important;
    }
    .mb-sm-19 {
        margin-bottom: 95px !important;
    }
    .mb-sm-20 {
        margin-bottom: 100px !important;
    }
    .mb-sm-21 {
        margin-bottom: 105px !important;
    }
    .mb-sm-22 {
        margin-bottom: 110px !important;
    }
    .mb-sm-23 {
        margin-bottom: 115px !important;
    }
    .mb-sm-24 {
        margin-bottom: 120px !important;
    }
    .mb-sm-25 {
        margin-bottom: 125px !important;
    }
    .mb-sm-26 {
        margin-bottom: 130px !important;
    }
    .mb-sm-27 {
        margin-bottom: 135px !important;
    }
    .mb-sm-28 {
        margin-bottom: 140px !important;
    }
    .mb-sm-29 {
        margin-bottom: 145px !important;
    }
    .mb-sm-30 {
        margin-bottom: 150px !important;
    }
    .mb-sm-31 {
        margin-bottom: 155px !important;
    }
    .mb-sm-32 {
        margin-bottom: 160px !important;
    }
    .mb-sm-33 {
        margin-bottom: 165px !important;
    }
    .mb-sm-34 {
        margin-bottom: 170px !important;
    }
    .mb-sm-35 {
        margin-bottom: 175px !important;
    }
    .mb-sm-36 {
        margin-bottom: 180px !important;
    }
    .mb-sm-37 {
        margin-bottom: 185px !important;
    }
    .mb-sm-38 {
        margin-bottom: 190px !important;
    }
    .mb-sm-39 {
        margin-bottom: 195px !important;
    }
    .mb-sm-40 {
        margin-bottom: 200px !important;
    }
    .mb-sm-auto {
        margin-bottom: auto !important;
    }
    .ms-sm-0 {
        margin-left: 0 !important;
    }
    .ms-sm-1 {
        margin-left: 5px !important;
    }
    .ms-sm-2 {
        margin-left: 10px !important;
    }
    .ms-sm-3 {
        margin-left: 15px !important;
    }
    .ms-sm-4 {
        margin-left: 20px !important;
    }
    .ms-sm-5 {
        margin-left: 25px !important;
    }
    .ms-sm-6 {
        margin-left: 30px !important;
    }
    .ms-sm-7 {
        margin-left: 35px !important;
    }
    .ms-sm-8 {
        margin-left: 40px !important;
    }
    .ms-sm-9 {
        margin-left: 45px !important;
    }
    .ms-sm-10 {
        margin-left: 50px !important;
    }
    .ms-sm-11 {
        margin-left: 55px !important;
    }
    .ms-sm-12 {
        margin-left: 60px !important;
    }
    .ms-sm-13 {
        margin-left: 65px !important;
    }
    .ms-sm-14 {
        margin-left: 70px !important;
    }
    .ms-sm-15 {
        margin-left: 75px !important;
    }
    .ms-sm-16 {
        margin-left: 80px !important;
    }
    .ms-sm-17 {
        margin-left: 85px !important;
    }
    .ms-sm-18 {
        margin-left: 90px !important;
    }
    .ms-sm-19 {
        margin-left: 95px !important;
    }
    .ms-sm-20 {
        margin-left: 100px !important;
    }
    .ms-sm-21 {
        margin-left: 105px !important;
    }
    .ms-sm-22 {
        margin-left: 110px !important;
    }
    .ms-sm-23 {
        margin-left: 115px !important;
    }
    .ms-sm-24 {
        margin-left: 120px !important;
    }
    .ms-sm-25 {
        margin-left: 125px !important;
    }
    .ms-sm-26 {
        margin-left: 130px !important;
    }
    .ms-sm-27 {
        margin-left: 135px !important;
    }
    .ms-sm-28 {
        margin-left: 140px !important;
    }
    .ms-sm-29 {
        margin-left: 145px !important;
    }
    .ms-sm-30 {
        margin-left: 150px !important;
    }
    .ms-sm-31 {
        margin-left: 155px !important;
    }
    .ms-sm-32 {
        margin-left: 160px !important;
    }
    .ms-sm-33 {
        margin-left: 165px !important;
    }
    .ms-sm-34 {
        margin-left: 170px !important;
    }
    .ms-sm-35 {
        margin-left: 175px !important;
    }
    .ms-sm-36 {
        margin-left: 180px !important;
    }
    .ms-sm-37 {
        margin-left: 185px !important;
    }
    .ms-sm-38 {
        margin-left: 190px !important;
    }
    .ms-sm-39 {
        margin-left: 195px !important;
    }
    .ms-sm-40 {
        margin-left: 200px !important;
    }
    .ms-sm-auto {
        margin-left: auto !important;
    }
    .p-sm-0 {
        padding: 0 !important;
    }
    .p-sm-1 {
        padding: 5px !important;
    }
    .p-sm-2 {
        padding: 10px !important;
    }
    .p-sm-3 {
        padding: 15px !important;
    }
    .p-sm-4 {
        padding: 20px !important;
    }
    .p-sm-5 {
        padding: 25px !important;
    }
    .p-sm-6 {
        padding: 30px !important;
    }
    .p-sm-7 {
        padding: 35px !important;
    }
    .p-sm-8 {
        padding: 40px !important;
    }
    .p-sm-9 {
        padding: 45px !important;
    }
    .p-sm-10 {
        padding: 50px !important;
    }
    .p-sm-11 {
        padding: 55px !important;
    }
    .p-sm-12 {
        padding: 60px !important;
    }
    .p-sm-13 {
        padding: 65px !important;
    }
    .p-sm-14 {
        padding: 70px !important;
    }
    .p-sm-15 {
        padding: 75px !important;
    }
    .p-sm-16 {
        padding: 80px !important;
    }
    .p-sm-17 {
        padding: 85px !important;
    }
    .p-sm-18 {
        padding: 90px !important;
    }
    .p-sm-19 {
        padding: 95px !important;
    }
    .p-sm-20 {
        padding: 100px !important;
    }
    .p-sm-21 {
        padding: 105px !important;
    }
    .p-sm-22 {
        padding: 110px !important;
    }
    .p-sm-23 {
        padding: 115px !important;
    }
    .p-sm-24 {
        padding: 120px !important;
    }
    .p-sm-25 {
        padding: 125px !important;
    }
    .p-sm-26 {
        padding: 130px !important;
    }
    .p-sm-27 {
        padding: 135px !important;
    }
    .p-sm-28 {
        padding: 140px !important;
    }
    .p-sm-29 {
        padding: 145px !important;
    }
    .p-sm-30 {
        padding: 150px !important;
    }
    .p-sm-31 {
        padding: 155px !important;
    }
    .p-sm-32 {
        padding: 160px !important;
    }
    .p-sm-33 {
        padding: 165px !important;
    }
    .p-sm-34 {
        padding: 170px !important;
    }
    .p-sm-35 {
        padding: 175px !important;
    }
    .p-sm-36 {
        padding: 180px !important;
    }
    .p-sm-37 {
        padding: 185px !important;
    }
    .p-sm-38 {
        padding: 190px !important;
    }
    .p-sm-39 {
        padding: 195px !important;
    }
    .p-sm-40 {
        padding: 200px !important;
    }
    .px-sm-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .px-sm-1 {
        padding-right: 5px !important;
        padding-left: 5px !important;
    }
    .px-sm-2 {
        padding-right: 10px !important;
        padding-left: 10px !important;
    }
    .px-sm-3 {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }
    .px-sm-4 {
        padding-right: 20px !important;
        padding-left: 20px !important;
    }
    .px-sm-5 {
        padding-right: 25px !important;
        padding-left: 25px !important;
    }
    .px-sm-6 {
        padding-right: 30px !important;
        padding-left: 30px !important;
    }
    .px-sm-7 {
        padding-right: 35px !important;
        padding-left: 35px !important;
    }
    .px-sm-8 {
        padding-right: 40px !important;
        padding-left: 40px !important;
    }
    .px-sm-9 {
        padding-right: 45px !important;
        padding-left: 45px !important;
    }
    .px-sm-10 {
        padding-right: 50px !important;
        padding-left: 50px !important;
    }
    .px-sm-11 {
        padding-right: 55px !important;
        padding-left: 55px !important;
    }
    .px-sm-12 {
        padding-right: 60px !important;
        padding-left: 60px !important;
    }
    .px-sm-13 {
        padding-right: 65px !important;
        padding-left: 65px !important;
    }
    .px-sm-14 {
        padding-right: 70px !important;
        padding-left: 70px !important;
    }
    .px-sm-15 {
        padding-right: 75px !important;
        padding-left: 75px !important;
    }
    .px-sm-16 {
        padding-right: 80px !important;
        padding-left: 80px !important;
    }
    .px-sm-17 {
        padding-right: 85px !important;
        padding-left: 85px !important;
    }
    .px-sm-18 {
        padding-right: 90px !important;
        padding-left: 90px !important;
    }
    .px-sm-19 {
        padding-right: 95px !important;
        padding-left: 95px !important;
    }
    .px-sm-20 {
        padding-right: 100px !important;
        padding-left: 100px !important;
    }
    .px-sm-21 {
        padding-right: 105px !important;
        padding-left: 105px !important;
    }
    .px-sm-22 {
        padding-right: 110px !important;
        padding-left: 110px !important;
    }
    .px-sm-23 {
        padding-right: 115px !important;
        padding-left: 115px !important;
    }
    .px-sm-24 {
        padding-right: 120px !important;
        padding-left: 120px !important;
    }
    .px-sm-25 {
        padding-right: 125px !important;
        padding-left: 125px !important;
    }
    .px-sm-26 {
        padding-right: 130px !important;
        padding-left: 130px !important;
    }
    .px-sm-27 {
        padding-right: 135px !important;
        padding-left: 135px !important;
    }
    .px-sm-28 {
        padding-right: 140px !important;
        padding-left: 140px !important;
    }
    .px-sm-29 {
        padding-right: 145px !important;
        padding-left: 145px !important;
    }
    .px-sm-30 {
        padding-right: 150px !important;
        padding-left: 150px !important;
    }
    .px-sm-31 {
        padding-right: 155px !important;
        padding-left: 155px !important;
    }
    .px-sm-32 {
        padding-right: 160px !important;
        padding-left: 160px !important;
    }
    .px-sm-33 {
        padding-right: 165px !important;
        padding-left: 165px !important;
    }
    .px-sm-34 {
        padding-right: 170px !important;
        padding-left: 170px !important;
    }
    .px-sm-35 {
        padding-right: 175px !important;
        padding-left: 175px !important;
    }
    .px-sm-36 {
        padding-right: 180px !important;
        padding-left: 180px !important;
    }
    .px-sm-37 {
        padding-right: 185px !important;
        padding-left: 185px !important;
    }
    .px-sm-38 {
        padding-right: 190px !important;
        padding-left: 190px !important;
    }
    .px-sm-39 {
        padding-right: 195px !important;
        padding-left: 195px !important;
    }
    .px-sm-40 {
        padding-right: 200px !important;
        padding-left: 200px !important;
    }
    .py-sm-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .py-sm-1 {
        padding-top: 5px !important;
        padding-bottom: 5px !important;
    }
    .py-sm-2 {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }
    .py-sm-3 {
        padding-top: 15px !important;
        padding-bottom: 15px !important;
    }
    .py-sm-4 {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }
    .py-sm-5 {
        padding-top: 25px !important;
        padding-bottom: 25px !important;
    }
    .py-sm-6 {
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }
    .py-sm-7 {
        padding-top: 35px !important;
        padding-bottom: 35px !important;
    }
    .py-sm-8 {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }
    .py-sm-9 {
        padding-top: 45px !important;
        padding-bottom: 45px !important;
    }
    .py-sm-10 {
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }
    .py-sm-11 {
        padding-top: 55px !important;
        padding-bottom: 55px !important;
    }
    .py-sm-12 {
        padding-top: 60px !important;
        padding-bottom: 60px !important;
    }
    .py-sm-13 {
        padding-top: 65px !important;
        padding-bottom: 65px !important;
    }
    .py-sm-14 {
        padding-top: 70px !important;
        padding-bottom: 70px !important;
    }
    .py-sm-15 {
        padding-top: 75px !important;
        padding-bottom: 75px !important;
    }
    .py-sm-16 {
        padding-top: 80px !important;
        padding-bottom: 80px !important;
    }
    .py-sm-17 {
        padding-top: 85px !important;
        padding-bottom: 85px !important;
    }
    .py-sm-18 {
        padding-top: 90px !important;
        padding-bottom: 90px !important;
    }
    .py-sm-19 {
        padding-top: 95px !important;
        padding-bottom: 95px !important;
    }
    .py-sm-20 {
        padding-top: 100px !important;
        padding-bottom: 100px !important;
    }
    .py-sm-21 {
        padding-top: 105px !important;
        padding-bottom: 105px !important;
    }
    .py-sm-22 {
        padding-top: 110px !important;
        padding-bottom: 110px !important;
    }
    .py-sm-23 {
        padding-top: 115px !important;
        padding-bottom: 115px !important;
    }
    .py-sm-24 {
        padding-top: 120px !important;
        padding-bottom: 120px !important;
    }
    .py-sm-25 {
        padding-top: 125px !important;
        padding-bottom: 125px !important;
    }
    .py-sm-26 {
        padding-top: 130px !important;
        padding-bottom: 130px !important;
    }
    .py-sm-27 {
        padding-top: 135px !important;
        padding-bottom: 135px !important;
    }
    .py-sm-28 {
        padding-top: 140px !important;
        padding-bottom: 140px !important;
    }
    .py-sm-29 {
        padding-top: 145px !important;
        padding-bottom: 145px !important;
    }
    .py-sm-30 {
        padding-top: 150px !important;
        padding-bottom: 150px !important;
    }
    .py-sm-31 {
        padding-top: 155px !important;
        padding-bottom: 155px !important;
    }
    .py-sm-32 {
        padding-top: 160px !important;
        padding-bottom: 160px !important;
    }
    .py-sm-33 {
        padding-top: 165px !important;
        padding-bottom: 165px !important;
    }
    .py-sm-34 {
        padding-top: 170px !important;
        padding-bottom: 170px !important;
    }
    .py-sm-35 {
        padding-top: 175px !important;
        padding-bottom: 175px !important;
    }
    .py-sm-36 {
        padding-top: 180px !important;
        padding-bottom: 180px !important;
    }
    .py-sm-37 {
        padding-top: 185px !important;
        padding-bottom: 185px !important;
    }
    .py-sm-38 {
        padding-top: 190px !important;
        padding-bottom: 190px !important;
    }
    .py-sm-39 {
        padding-top: 195px !important;
        padding-bottom: 195px !important;
    }
    .py-sm-40 {
        padding-top: 200px !important;
        padding-bottom: 200px !important;
    }
    .pt-sm-0 {
        padding-top: 0 !important;
    }
    .pt-sm-1 {
        padding-top: 5px !important;
    }
    .pt-sm-2 {
        padding-top: 10px !important;
    }
    .pt-sm-3 {
        padding-top: 15px !important;
    }
    .pt-sm-4 {
        padding-top: 20px !important;
    }
    .pt-sm-5 {
        padding-top: 25px !important;
    }
    .pt-sm-6 {
        padding-top: 30px !important;
    }
    .pt-sm-7 {
        padding-top: 35px !important;
    }
    .pt-sm-8 {
        padding-top: 40px !important;
    }
    .pt-sm-9 {
        padding-top: 45px !important;
    }
    .pt-sm-10 {
        padding-top: 50px !important;
    }
    .pt-sm-11 {
        padding-top: 55px !important;
    }
    .pt-sm-12 {
        padding-top: 60px !important;
    }
    .pt-sm-13 {
        padding-top: 65px !important;
    }
    .pt-sm-14 {
        padding-top: 70px !important;
    }
    .pt-sm-15 {
        padding-top: 75px !important;
    }
    .pt-sm-16 {
        padding-top: 80px !important;
    }
    .pt-sm-17 {
        padding-top: 85px !important;
    }
    .pt-sm-18 {
        padding-top: 90px !important;
    }
    .pt-sm-19 {
        padding-top: 95px !important;
    }
    .pt-sm-20 {
        padding-top: 100px !important;
    }
    .pt-sm-21 {
        padding-top: 105px !important;
    }
    .pt-sm-22 {
        padding-top: 110px !important;
    }
    .pt-sm-23 {
        padding-top: 115px !important;
    }
    .pt-sm-24 {
        padding-top: 120px !important;
    }
    .pt-sm-25 {
        padding-top: 125px !important;
    }
    .pt-sm-26 {
        padding-top: 130px !important;
    }
    .pt-sm-27 {
        padding-top: 135px !important;
    }
    .pt-sm-28 {
        padding-top: 140px !important;
    }
    .pt-sm-29 {
        padding-top: 145px !important;
    }
    .pt-sm-30 {
        padding-top: 150px !important;
    }
    .pt-sm-31 {
        padding-top: 155px !important;
    }
    .pt-sm-32 {
        padding-top: 160px !important;
    }
    .pt-sm-33 {
        padding-top: 165px !important;
    }
    .pt-sm-34 {
        padding-top: 170px !important;
    }
    .pt-sm-35 {
        padding-top: 175px !important;
    }
    .pt-sm-36 {
        padding-top: 180px !important;
    }
    .pt-sm-37 {
        padding-top: 185px !important;
    }
    .pt-sm-38 {
        padding-top: 190px !important;
    }
    .pt-sm-39 {
        padding-top: 195px !important;
    }
    .pt-sm-40 {
        padding-top: 200px !important;
    }
    .pe-sm-0 {
        padding-right: 0 !important;
    }
    .pe-sm-1 {
        padding-right: 5px !important;
    }
    .pe-sm-2 {
        padding-right: 10px !important;
    }
    .pe-sm-3 {
        padding-right: 15px !important;
    }
    .pe-sm-4 {
        padding-right: 20px !important;
    }
    .pe-sm-5 {
        padding-right: 25px !important;
    }
    .pe-sm-6 {
        padding-right: 30px !important;
    }
    .pe-sm-7 {
        padding-right: 35px !important;
    }
    .pe-sm-8 {
        padding-right: 40px !important;
    }
    .pe-sm-9 {
        padding-right: 45px !important;
    }
    .pe-sm-10 {
        padding-right: 50px !important;
    }
    .pe-sm-11 {
        padding-right: 55px !important;
    }
    .pe-sm-12 {
        padding-right: 60px !important;
    }
    .pe-sm-13 {
        padding-right: 65px !important;
    }
    .pe-sm-14 {
        padding-right: 70px !important;
    }
    .pe-sm-15 {
        padding-right: 75px !important;
    }
    .pe-sm-16 {
        padding-right: 80px !important;
    }
    .pe-sm-17 {
        padding-right: 85px !important;
    }
    .pe-sm-18 {
        padding-right: 90px !important;
    }
    .pe-sm-19 {
        padding-right: 95px !important;
    }
    .pe-sm-20 {
        padding-right: 100px !important;
    }
    .pe-sm-21 {
        padding-right: 105px !important;
    }
    .pe-sm-22 {
        padding-right: 110px !important;
    }
    .pe-sm-23 {
        padding-right: 115px !important;
    }
    .pe-sm-24 {
        padding-right: 120px !important;
    }
    .pe-sm-25 {
        padding-right: 125px !important;
    }
    .pe-sm-26 {
        padding-right: 130px !important;
    }
    .pe-sm-27 {
        padding-right: 135px !important;
    }
    .pe-sm-28 {
        padding-right: 140px !important;
    }
    .pe-sm-29 {
        padding-right: 145px !important;
    }
    .pe-sm-30 {
        padding-right: 150px !important;
    }
    .pe-sm-31 {
        padding-right: 155px !important;
    }
    .pe-sm-32 {
        padding-right: 160px !important;
    }
    .pe-sm-33 {
        padding-right: 165px !important;
    }
    .pe-sm-34 {
        padding-right: 170px !important;
    }
    .pe-sm-35 {
        padding-right: 175px !important;
    }
    .pe-sm-36 {
        padding-right: 180px !important;
    }
    .pe-sm-37 {
        padding-right: 185px !important;
    }
    .pe-sm-38 {
        padding-right: 190px !important;
    }
    .pe-sm-39 {
        padding-right: 195px !important;
    }
    .pe-sm-40 {
        padding-right: 200px !important;
    }
    .pb-sm-0 {
        padding-bottom: 0 !important;
    }
    .pb-sm-1 {
        padding-bottom: 5px !important;
    }
    .pb-sm-2 {
        padding-bottom: 10px !important;
    }
    .pb-sm-3 {
        padding-bottom: 15px !important;
    }
    .pb-sm-4 {
        padding-bottom: 20px !important;
    }
    .pb-sm-5 {
        padding-bottom: 25px !important;
    }
    .pb-sm-6 {
        padding-bottom: 30px !important;
    }
    .pb-sm-7 {
        padding-bottom: 35px !important;
    }
    .pb-sm-8 {
        padding-bottom: 40px !important;
    }
    .pb-sm-9 {
        padding-bottom: 45px !important;
    }
    .pb-sm-10 {
        padding-bottom: 50px !important;
    }
    .pb-sm-11 {
        padding-bottom: 55px !important;
    }
    .pb-sm-12 {
        padding-bottom: 60px !important;
    }
    .pb-sm-13 {
        padding-bottom: 65px !important;
    }
    .pb-sm-14 {
        padding-bottom: 70px !important;
    }
    .pb-sm-15 {
        padding-bottom: 75px !important;
    }
    .pb-sm-16 {
        padding-bottom: 80px !important;
    }
    .pb-sm-17 {
        padding-bottom: 85px !important;
    }
    .pb-sm-18 {
        padding-bottom: 90px !important;
    }
    .pb-sm-19 {
        padding-bottom: 95px !important;
    }
    .pb-sm-20 {
        padding-bottom: 100px !important;
    }
    .pb-sm-21 {
        padding-bottom: 105px !important;
    }
    .pb-sm-22 {
        padding-bottom: 110px !important;
    }
    .pb-sm-23 {
        padding-bottom: 115px !important;
    }
    .pb-sm-24 {
        padding-bottom: 120px !important;
    }
    .pb-sm-25 {
        padding-bottom: 125px !important;
    }
    .pb-sm-26 {
        padding-bottom: 130px !important;
    }
    .pb-sm-27 {
        padding-bottom: 135px !important;
    }
    .pb-sm-28 {
        padding-bottom: 140px !important;
    }
    .pb-sm-29 {
        padding-bottom: 145px !important;
    }
    .pb-sm-30 {
        padding-bottom: 150px !important;
    }
    .pb-sm-31 {
        padding-bottom: 155px !important;
    }
    .pb-sm-32 {
        padding-bottom: 160px !important;
    }
    .pb-sm-33 {
        padding-bottom: 165px !important;
    }
    .pb-sm-34 {
        padding-bottom: 170px !important;
    }
    .pb-sm-35 {
        padding-bottom: 175px !important;
    }
    .pb-sm-36 {
        padding-bottom: 180px !important;
    }
    .pb-sm-37 {
        padding-bottom: 185px !important;
    }
    .pb-sm-38 {
        padding-bottom: 190px !important;
    }
    .pb-sm-39 {
        padding-bottom: 195px !important;
    }
    .pb-sm-40 {
        padding-bottom: 200px !important;
    }
    .ps-sm-0 {
        padding-left: 0 !important;
    }
    .ps-sm-1 {
        padding-left: 5px !important;
    }
    .ps-sm-2 {
        padding-left: 10px !important;
    }
    .ps-sm-3 {
        padding-left: 15px !important;
    }
    .ps-sm-4 {
        padding-left: 20px !important;
    }
    .ps-sm-5 {
        padding-left: 25px !important;
    }
    .ps-sm-6 {
        padding-left: 30px !important;
    }
    .ps-sm-7 {
        padding-left: 35px !important;
    }
    .ps-sm-8 {
        padding-left: 40px !important;
    }
    .ps-sm-9 {
        padding-left: 45px !important;
    }
    .ps-sm-10 {
        padding-left: 50px !important;
    }
    .ps-sm-11 {
        padding-left: 55px !important;
    }
    .ps-sm-12 {
        padding-left: 60px !important;
    }
    .ps-sm-13 {
        padding-left: 65px !important;
    }
    .ps-sm-14 {
        padding-left: 70px !important;
    }
    .ps-sm-15 {
        padding-left: 75px !important;
    }
    .ps-sm-16 {
        padding-left: 80px !important;
    }
    .ps-sm-17 {
        padding-left: 85px !important;
    }
    .ps-sm-18 {
        padding-left: 90px !important;
    }
    .ps-sm-19 {
        padding-left: 95px !important;
    }
    .ps-sm-20 {
        padding-left: 100px !important;
    }
    .ps-sm-21 {
        padding-left: 105px !important;
    }
    .ps-sm-22 {
        padding-left: 110px !important;
    }
    .ps-sm-23 {
        padding-left: 115px !important;
    }
    .ps-sm-24 {
        padding-left: 120px !important;
    }
    .ps-sm-25 {
        padding-left: 125px !important;
    }
    .ps-sm-26 {
        padding-left: 130px !important;
    }
    .ps-sm-27 {
        padding-left: 135px !important;
    }
    .ps-sm-28 {
        padding-left: 140px !important;
    }
    .ps-sm-29 {
        padding-left: 145px !important;
    }
    .ps-sm-30 {
        padding-left: 150px !important;
    }
    .ps-sm-31 {
        padding-left: 155px !important;
    }
    .ps-sm-32 {
        padding-left: 160px !important;
    }
    .ps-sm-33 {
        padding-left: 165px !important;
    }
    .ps-sm-34 {
        padding-left: 170px !important;
    }
    .ps-sm-35 {
        padding-left: 175px !important;
    }
    .ps-sm-36 {
        padding-left: 180px !important;
    }
    .ps-sm-37 {
        padding-left: 185px !important;
    }
    .ps-sm-38 {
        padding-left: 190px !important;
    }
    .ps-sm-39 {
        padding-left: 195px !important;
    }
    .ps-sm-40 {
        padding-left: 200px !important;
    }
    .text-sm-start {
        text-align: left !important;
    }
    .text-sm-end {
        text-align: right !important;
    }
    .text-sm-center {
        text-align: center !important;
    }
}

@media (min-width: 768px) {
    .float-md-start {
        float: left !important;
    }
    .float-md-end {
        float: right !important;
    }
    .float-md-none {
        float: none !important;
    }
    .d-md-inline {
        display: inline !important;
    }
    .d-md-inline-block {
        display: inline-block !important;
    }
    .d-md-block {
        display: block !important;
    }
    .d-md-grid {
        display: grid !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: flex !important;
    }
    .d-md-inline-flex {
        display: inline-flex !important;
    }
    .d-md-none {
        display: none !important;
    }
    .flex-md-fill {
        flex: 1 1 auto !important;
    }
    .flex-md-row {
        flex-direction: row !important;
    }
    .flex-md-column {
        flex-direction: column !important;
    }
    .flex-md-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-md-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-md-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-md-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-md-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-md-shrink-1 {
        flex-shrink: 1 !important;
    }
    .flex-md-wrap {
        flex-wrap: wrap !important;
    }
    .flex-md-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .gap-md-0 {
        gap: 0 !important;
    }
    .gap-md-1 {
        gap: 5px !important;
    }
    .gap-md-2 {
        gap: 10px !important;
    }
    .gap-md-3 {
        gap: 15px !important;
    }
    .gap-md-4 {
        gap: 20px !important;
    }
    .gap-md-5 {
        gap: 25px !important;
    }
    .gap-md-6 {
        gap: 30px !important;
    }
    .gap-md-7 {
        gap: 35px !important;
    }
    .gap-md-8 {
        gap: 40px !important;
    }
    .gap-md-9 {
        gap: 45px !important;
    }
    .gap-md-10 {
        gap: 50px !important;
    }
    .gap-md-11 {
        gap: 55px !important;
    }
    .gap-md-12 {
        gap: 60px !important;
    }
    .gap-md-13 {
        gap: 65px !important;
    }
    .gap-md-14 {
        gap: 70px !important;
    }
    .gap-md-15 {
        gap: 75px !important;
    }
    .gap-md-16 {
        gap: 80px !important;
    }
    .gap-md-17 {
        gap: 85px !important;
    }
    .gap-md-18 {
        gap: 90px !important;
    }
    .gap-md-19 {
        gap: 95px !important;
    }
    .gap-md-20 {
        gap: 100px !important;
    }
    .gap-md-21 {
        gap: 105px !important;
    }
    .gap-md-22 {
        gap: 110px !important;
    }
    .gap-md-23 {
        gap: 115px !important;
    }
    .gap-md-24 {
        gap: 120px !important;
    }
    .gap-md-25 {
        gap: 125px !important;
    }
    .gap-md-26 {
        gap: 130px !important;
    }
    .gap-md-27 {
        gap: 135px !important;
    }
    .gap-md-28 {
        gap: 140px !important;
    }
    .gap-md-29 {
        gap: 145px !important;
    }
    .gap-md-30 {
        gap: 150px !important;
    }
    .gap-md-31 {
        gap: 155px !important;
    }
    .gap-md-32 {
        gap: 160px !important;
    }
    .gap-md-33 {
        gap: 165px !important;
    }
    .gap-md-34 {
        gap: 170px !important;
    }
    .gap-md-35 {
        gap: 175px !important;
    }
    .gap-md-36 {
        gap: 180px !important;
    }
    .gap-md-37 {
        gap: 185px !important;
    }
    .gap-md-38 {
        gap: 190px !important;
    }
    .gap-md-39 {
        gap: 195px !important;
    }
    .gap-md-40 {
        gap: 200px !important;
    }
    .justify-content-md-start {
        justify-content: flex-start !important;
    }
    .justify-content-md-end {
        justify-content: flex-end !important;
    }
    .justify-content-md-center {
        justify-content: center !important;
    }
    .justify-content-md-between {
        justify-content: space-between !important;
    }
    .justify-content-md-around {
        justify-content: space-around !important;
    }
    .justify-content-md-evenly {
        justify-content: space-evenly !important;
    }
    .align-items-md-start {
        align-items: flex-start !important;
    }
    .align-items-md-end {
        align-items: flex-end !important;
    }
    .align-items-md-center {
        align-items: center !important;
    }
    .align-items-md-baseline {
        align-items: baseline !important;
    }
    .align-items-md-stretch {
        align-items: stretch !important;
    }
    .align-content-md-start {
        align-content: flex-start !important;
    }
    .align-content-md-end {
        align-content: flex-end !important;
    }
    .align-content-md-center {
        align-content: center !important;
    }
    .align-content-md-between {
        align-content: space-between !important;
    }
    .align-content-md-around {
        align-content: space-around !important;
    }
    .align-content-md-stretch {
        align-content: stretch !important;
    }
    .align-self-md-auto {
        align-self: auto !important;
    }
    .align-self-md-start {
        align-self: flex-start !important;
    }
    .align-self-md-end {
        align-self: flex-end !important;
    }
    .align-self-md-center {
        align-self: center !important;
    }
    .align-self-md-baseline {
        align-self: baseline !important;
    }
    .align-self-md-stretch {
        align-self: stretch !important;
    }
    .order-md-first {
        order: -1 !important;
    }
    .order-md-0 {
        order: 0 !important;
    }
    .order-md-1 {
        order: 1 !important;
    }
    .order-md-2 {
        order: 2 !important;
    }
    .order-md-3 {
        order: 3 !important;
    }
    .order-md-4 {
        order: 4 !important;
    }
    .order-md-5 {
        order: 5 !important;
    }
    .order-md-last {
        order: 6 !important;
    }
    .m-md-0 {
        margin: 0 !important;
    }
    .m-md-1 {
        margin: 5px !important;
    }
    .m-md-2 {
        margin: 10px !important;
    }
    .m-md-3 {
        margin: 15px !important;
    }
    .m-md-4 {
        margin: 20px !important;
    }
    .m-md-5 {
        margin: 25px !important;
    }
    .m-md-6 {
        margin: 30px !important;
    }
    .m-md-7 {
        margin: 35px !important;
    }
    .m-md-8 {
        margin: 40px !important;
    }
    .m-md-9 {
        margin: 45px !important;
    }
    .m-md-10 {
        margin: 50px !important;
    }
    .m-md-11 {
        margin: 55px !important;
    }
    .m-md-12 {
        margin: 60px !important;
    }
    .m-md-13 {
        margin: 65px !important;
    }
    .m-md-14 {
        margin: 70px !important;
    }
    .m-md-15 {
        margin: 75px !important;
    }
    .m-md-16 {
        margin: 80px !important;
    }
    .m-md-17 {
        margin: 85px !important;
    }
    .m-md-18 {
        margin: 90px !important;
    }
    .m-md-19 {
        margin: 95px !important;
    }
    .m-md-20 {
        margin: 100px !important;
    }
    .m-md-21 {
        margin: 105px !important;
    }
    .m-md-22 {
        margin: 110px !important;
    }
    .m-md-23 {
        margin: 115px !important;
    }
    .m-md-24 {
        margin: 120px !important;
    }
    .m-md-25 {
        margin: 125px !important;
    }
    .m-md-26 {
        margin: 130px !important;
    }
    .m-md-27 {
        margin: 135px !important;
    }
    .m-md-28 {
        margin: 140px !important;
    }
    .m-md-29 {
        margin: 145px !important;
    }
    .m-md-30 {
        margin: 150px !important;
    }
    .m-md-31 {
        margin: 155px !important;
    }
    .m-md-32 {
        margin: 160px !important;
    }
    .m-md-33 {
        margin: 165px !important;
    }
    .m-md-34 {
        margin: 170px !important;
    }
    .m-md-35 {
        margin: 175px !important;
    }
    .m-md-36 {
        margin: 180px !important;
    }
    .m-md-37 {
        margin: 185px !important;
    }
    .m-md-38 {
        margin: 190px !important;
    }
    .m-md-39 {
        margin: 195px !important;
    }
    .m-md-40 {
        margin: 200px !important;
    }
    .m-md-auto {
        margin: auto !important;
    }
    .mx-md-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .mx-md-1 {
        margin-right: 5px !important;
        margin-left: 5px !important;
    }
    .mx-md-2 {
        margin-right: 10px !important;
        margin-left: 10px !important;
    }
    .mx-md-3 {
        margin-right: 15px !important;
        margin-left: 15px !important;
    }
    .mx-md-4 {
        margin-right: 20px !important;
        margin-left: 20px !important;
    }
    .mx-md-5 {
        margin-right: 25px !important;
        margin-left: 25px !important;
    }
    .mx-md-6 {
        margin-right: 30px !important;
        margin-left: 30px !important;
    }
    .mx-md-7 {
        margin-right: 35px !important;
        margin-left: 35px !important;
    }
    .mx-md-8 {
        margin-right: 40px !important;
        margin-left: 40px !important;
    }
    .mx-md-9 {
        margin-right: 45px !important;
        margin-left: 45px !important;
    }
    .mx-md-10 {
        margin-right: 50px !important;
        margin-left: 50px !important;
    }
    .mx-md-11 {
        margin-right: 55px !important;
        margin-left: 55px !important;
    }
    .mx-md-12 {
        margin-right: 60px !important;
        margin-left: 60px !important;
    }
    .mx-md-13 {
        margin-right: 65px !important;
        margin-left: 65px !important;
    }
    .mx-md-14 {
        margin-right: 70px !important;
        margin-left: 70px !important;
    }
    .mx-md-15 {
        margin-right: 75px !important;
        margin-left: 75px !important;
    }
    .mx-md-16 {
        margin-right: 80px !important;
        margin-left: 80px !important;
    }
    .mx-md-17 {
        margin-right: 85px !important;
        margin-left: 85px !important;
    }
    .mx-md-18 {
        margin-right: 90px !important;
        margin-left: 90px !important;
    }
    .mx-md-19 {
        margin-right: 95px !important;
        margin-left: 95px !important;
    }
    .mx-md-20 {
        margin-right: 100px !important;
        margin-left: 100px !important;
    }
    .mx-md-21 {
        margin-right: 105px !important;
        margin-left: 105px !important;
    }
    .mx-md-22 {
        margin-right: 110px !important;
        margin-left: 110px !important;
    }
    .mx-md-23 {
        margin-right: 115px !important;
        margin-left: 115px !important;
    }
    .mx-md-24 {
        margin-right: 120px !important;
        margin-left: 120px !important;
    }
    .mx-md-25 {
        margin-right: 125px !important;
        margin-left: 125px !important;
    }
    .mx-md-26 {
        margin-right: 130px !important;
        margin-left: 130px !important;
    }
    .mx-md-27 {
        margin-right: 135px !important;
        margin-left: 135px !important;
    }
    .mx-md-28 {
        margin-right: 140px !important;
        margin-left: 140px !important;
    }
    .mx-md-29 {
        margin-right: 145px !important;
        margin-left: 145px !important;
    }
    .mx-md-30 {
        margin-right: 150px !important;
        margin-left: 150px !important;
    }
    .mx-md-31 {
        margin-right: 155px !important;
        margin-left: 155px !important;
    }
    .mx-md-32 {
        margin-right: 160px !important;
        margin-left: 160px !important;
    }
    .mx-md-33 {
        margin-right: 165px !important;
        margin-left: 165px !important;
    }
    .mx-md-34 {
        margin-right: 170px !important;
        margin-left: 170px !important;
    }
    .mx-md-35 {
        margin-right: 175px !important;
        margin-left: 175px !important;
    }
    .mx-md-36 {
        margin-right: 180px !important;
        margin-left: 180px !important;
    }
    .mx-md-37 {
        margin-right: 185px !important;
        margin-left: 185px !important;
    }
    .mx-md-38 {
        margin-right: 190px !important;
        margin-left: 190px !important;
    }
    .mx-md-39 {
        margin-right: 195px !important;
        margin-left: 195px !important;
    }
    .mx-md-40 {
        margin-right: 200px !important;
        margin-left: 200px !important;
    }
    .mx-md-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }
    .my-md-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .my-md-1 {
        margin-top: 5px !important;
        margin-bottom: 5px !important;
    }
    .my-md-2 {
        margin-top: 10px !important;
        margin-bottom: 10px !important;
    }
    .my-md-3 {
        margin-top: 15px !important;
        margin-bottom: 15px !important;
    }
    .my-md-4 {
        margin-top: 20px !important;
        margin-bottom: 20px !important;
    }
    .my-md-5 {
        margin-top: 25px !important;
        margin-bottom: 25px !important;
    }
    .my-md-6 {
        margin-top: 30px !important;
        margin-bottom: 30px !important;
    }
    .my-md-7 {
        margin-top: 35px !important;
        margin-bottom: 35px !important;
    }
    .my-md-8 {
        margin-top: 40px !important;
        margin-bottom: 40px !important;
    }
    .my-md-9 {
        margin-top: 45px !important;
        margin-bottom: 45px !important;
    }
    .my-md-10 {
        margin-top: 50px !important;
        margin-bottom: 50px !important;
    }
    .my-md-11 {
        margin-top: 55px !important;
        margin-bottom: 55px !important;
    }
    .my-md-12 {
        margin-top: 60px !important;
        margin-bottom: 60px !important;
    }
    .my-md-13 {
        margin-top: 65px !important;
        margin-bottom: 65px !important;
    }
    .my-md-14 {
        margin-top: 70px !important;
        margin-bottom: 70px !important;
    }
    .my-md-15 {
        margin-top: 75px !important;
        margin-bottom: 75px !important;
    }
    .my-md-16 {
        margin-top: 80px !important;
        margin-bottom: 80px !important;
    }
    .my-md-17 {
        margin-top: 85px !important;
        margin-bottom: 85px !important;
    }
    .my-md-18 {
        margin-top: 90px !important;
        margin-bottom: 90px !important;
    }
    .my-md-19 {
        margin-top: 95px !important;
        margin-bottom: 95px !important;
    }
    .my-md-20 {
        margin-top: 100px !important;
        margin-bottom: 100px !important;
    }
    .my-md-21 {
        margin-top: 105px !important;
        margin-bottom: 105px !important;
    }
    .my-md-22 {
        margin-top: 110px !important;
        margin-bottom: 110px !important;
    }
    .my-md-23 {
        margin-top: 115px !important;
        margin-bottom: 115px !important;
    }
    .my-md-24 {
        margin-top: 120px !important;
        margin-bottom: 120px !important;
    }
    .my-md-25 {
        margin-top: 125px !important;
        margin-bottom: 125px !important;
    }
    .my-md-26 {
        margin-top: 130px !important;
        margin-bottom: 130px !important;
    }
    .my-md-27 {
        margin-top: 135px !important;
        margin-bottom: 135px !important;
    }
    .my-md-28 {
        margin-top: 140px !important;
        margin-bottom: 140px !important;
    }
    .my-md-29 {
        margin-top: 145px !important;
        margin-bottom: 145px !important;
    }
    .my-md-30 {
        margin-top: 150px !important;
        margin-bottom: 150px !important;
    }
    .my-md-31 {
        margin-top: 155px !important;
        margin-bottom: 155px !important;
    }
    .my-md-32 {
        margin-top: 160px !important;
        margin-bottom: 160px !important;
    }
    .my-md-33 {
        margin-top: 165px !important;
        margin-bottom: 165px !important;
    }
    .my-md-34 {
        margin-top: 170px !important;
        margin-bottom: 170px !important;
    }
    .my-md-35 {
        margin-top: 175px !important;
        margin-bottom: 175px !important;
    }
    .my-md-36 {
        margin-top: 180px !important;
        margin-bottom: 180px !important;
    }
    .my-md-37 {
        margin-top: 185px !important;
        margin-bottom: 185px !important;
    }
    .my-md-38 {
        margin-top: 190px !important;
        margin-bottom: 190px !important;
    }
    .my-md-39 {
        margin-top: 195px !important;
        margin-bottom: 195px !important;
    }
    .my-md-40 {
        margin-top: 200px !important;
        margin-bottom: 200px !important;
    }
    .my-md-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }
    .mt-md-0 {
        margin-top: 0 !important;
    }
    .mt-md-1 {
        margin-top: 5px !important;
    }
    .mt-md-2 {
        margin-top: 10px !important;
    }
    .mt-md-3 {
        margin-top: 15px !important;
    }
    .mt-md-4 {
        margin-top: 20px !important;
    }
    .mt-md-5 {
        margin-top: 25px !important;
    }
    .mt-md-6 {
        margin-top: 30px !important;
    }
    .mt-md-7 {
        margin-top: 35px !important;
    }
    .mt-md-8 {
        margin-top: 40px !important;
    }
    .mt-md-9 {
        margin-top: 45px !important;
    }
    .mt-md-10 {
        margin-top: 50px !important;
    }
    .mt-md-11 {
        margin-top: 55px !important;
    }
    .mt-md-12 {
        margin-top: 60px !important;
    }
    .mt-md-13 {
        margin-top: 65px !important;
    }
    .mt-md-14 {
        margin-top: 70px !important;
    }
    .mt-md-15 {
        margin-top: 75px !important;
    }
    .mt-md-16 {
        margin-top: 80px !important;
    }
    .mt-md-17 {
        margin-top: 85px !important;
    }
    .mt-md-18 {
        margin-top: 90px !important;
    }
    .mt-md-19 {
        margin-top: 95px !important;
    }
    .mt-md-20 {
        margin-top: 100px !important;
    }
    .mt-md-21 {
        margin-top: 105px !important;
    }
    .mt-md-22 {
        margin-top: 110px !important;
    }
    .mt-md-23 {
        margin-top: 115px !important;
    }
    .mt-md-24 {
        margin-top: 120px !important;
    }
    .mt-md-25 {
        margin-top: 125px !important;
    }
    .mt-md-26 {
        margin-top: 130px !important;
    }
    .mt-md-27 {
        margin-top: 135px !important;
    }
    .mt-md-28 {
        margin-top: 140px !important;
    }
    .mt-md-29 {
        margin-top: 145px !important;
    }
    .mt-md-30 {
        margin-top: 150px !important;
    }
    .mt-md-31 {
        margin-top: 155px !important;
    }
    .mt-md-32 {
        margin-top: 160px !important;
    }
    .mt-md-33 {
        margin-top: 165px !important;
    }
    .mt-md-34 {
        margin-top: 170px !important;
    }
    .mt-md-35 {
        margin-top: 175px !important;
    }
    .mt-md-36 {
        margin-top: 180px !important;
    }
    .mt-md-37 {
        margin-top: 185px !important;
    }
    .mt-md-38 {
        margin-top: 190px !important;
    }
    .mt-md-39 {
        margin-top: 195px !important;
    }
    .mt-md-40 {
        margin-top: 200px !important;
    }
    .mt-md-auto {
        margin-top: auto !important;
    }
    .me-md-0 {
        margin-right: 0 !important;
    }
    .me-md-1 {
        margin-right: 5px !important;
    }
    .me-md-2 {
        margin-right: 10px !important;
    }
    .me-md-3 {
        margin-right: 15px !important;
    }
    .me-md-4 {
        margin-right: 20px !important;
    }
    .me-md-5 {
        margin-right: 25px !important;
    }
    .me-md-6 {
        margin-right: 30px !important;
    }
    .me-md-7 {
        margin-right: 35px !important;
    }
    .me-md-8 {
        margin-right: 40px !important;
    }
    .me-md-9 {
        margin-right: 45px !important;
    }
    .me-md-10 {
        margin-right: 50px !important;
    }
    .me-md-11 {
        margin-right: 55px !important;
    }
    .me-md-12 {
        margin-right: 60px !important;
    }
    .me-md-13 {
        margin-right: 65px !important;
    }
    .me-md-14 {
        margin-right: 70px !important;
    }
    .me-md-15 {
        margin-right: 75px !important;
    }
    .me-md-16 {
        margin-right: 80px !important;
    }
    .me-md-17 {
        margin-right: 85px !important;
    }
    .me-md-18 {
        margin-right: 90px !important;
    }
    .me-md-19 {
        margin-right: 95px !important;
    }
    .me-md-20 {
        margin-right: 100px !important;
    }
    .me-md-21 {
        margin-right: 105px !important;
    }
    .me-md-22 {
        margin-right: 110px !important;
    }
    .me-md-23 {
        margin-right: 115px !important;
    }
    .me-md-24 {
        margin-right: 120px !important;
    }
    .me-md-25 {
        margin-right: 125px !important;
    }
    .me-md-26 {
        margin-right: 130px !important;
    }
    .me-md-27 {
        margin-right: 135px !important;
    }
    .me-md-28 {
        margin-right: 140px !important;
    }
    .me-md-29 {
        margin-right: 145px !important;
    }
    .me-md-30 {
        margin-right: 150px !important;
    }
    .me-md-31 {
        margin-right: 155px !important;
    }
    .me-md-32 {
        margin-right: 160px !important;
    }
    .me-md-33 {
        margin-right: 165px !important;
    }
    .me-md-34 {
        margin-right: 170px !important;
    }
    .me-md-35 {
        margin-right: 175px !important;
    }
    .me-md-36 {
        margin-right: 180px !important;
    }
    .me-md-37 {
        margin-right: 185px !important;
    }
    .me-md-38 {
        margin-right: 190px !important;
    }
    .me-md-39 {
        margin-right: 195px !important;
    }
    .me-md-40 {
        margin-right: 200px !important;
    }
    .me-md-auto {
        margin-right: auto !important;
    }
    .mb-md-0 {
        margin-bottom: 0 !important;
    }
    .mb-md-1 {
        margin-bottom: 5px !important;
    }
    .mb-md-2 {
        margin-bottom: 10px !important;
    }
    .mb-md-3 {
        margin-bottom: 15px !important;
    }
    .mb-md-4 {
        margin-bottom: 20px !important;
    }
    .mb-md-5 {
        margin-bottom: 25px !important;
    }
    .mb-md-6 {
        margin-bottom: 30px !important;
    }
    .mb-md-7 {
        margin-bottom: 35px !important;
    }
    .mb-md-8 {
        margin-bottom: 40px !important;
    }
    .mb-md-9 {
        margin-bottom: 45px !important;
    }
    .mb-md-10 {
        margin-bottom: 50px !important;
    }
    .mb-md-11 {
        margin-bottom: 55px !important;
    }
    .mb-md-12 {
        margin-bottom: 60px !important;
    }
    .mb-md-13 {
        margin-bottom: 65px !important;
    }
    .mb-md-14 {
        margin-bottom: 70px !important;
    }
    .mb-md-15 {
        margin-bottom: 75px !important;
    }
    .mb-md-16 {
        margin-bottom: 80px !important;
    }
    .mb-md-17 {
        margin-bottom: 85px !important;
    }
    .mb-md-18 {
        margin-bottom: 90px !important;
    }
    .mb-md-19 {
        margin-bottom: 95px !important;
    }
    .mb-md-20 {
        margin-bottom: 100px !important;
    }
    .mb-md-21 {
        margin-bottom: 105px !important;
    }
    .mb-md-22 {
        margin-bottom: 110px !important;
    }
    .mb-md-23 {
        margin-bottom: 115px !important;
    }
    .mb-md-24 {
        margin-bottom: 120px !important;
    }
    .mb-md-25 {
        margin-bottom: 125px !important;
    }
    .mb-md-26 {
        margin-bottom: 130px !important;
    }
    .mb-md-27 {
        margin-bottom: 135px !important;
    }
    .mb-md-28 {
        margin-bottom: 140px !important;
    }
    .mb-md-29 {
        margin-bottom: 145px !important;
    }
    .mb-md-30 {
        margin-bottom: 150px !important;
    }
    .mb-md-31 {
        margin-bottom: 155px !important;
    }
    .mb-md-32 {
        margin-bottom: 160px !important;
    }
    .mb-md-33 {
        margin-bottom: 165px !important;
    }
    .mb-md-34 {
        margin-bottom: 170px !important;
    }
    .mb-md-35 {
        margin-bottom: 175px !important;
    }
    .mb-md-36 {
        margin-bottom: 180px !important;
    }
    .mb-md-37 {
        margin-bottom: 185px !important;
    }
    .mb-md-38 {
        margin-bottom: 190px !important;
    }
    .mb-md-39 {
        margin-bottom: 195px !important;
    }
    .mb-md-40 {
        margin-bottom: 200px !important;
    }
    .mb-md-auto {
        margin-bottom: auto !important;
    }
    .ms-md-0 {
        margin-left: 0 !important;
    }
    .ms-md-1 {
        margin-left: 5px !important;
    }
    .ms-md-2 {
        margin-left: 10px !important;
    }
    .ms-md-3 {
        margin-left: 15px !important;
    }
    .ms-md-4 {
        margin-left: 20px !important;
    }
    .ms-md-5 {
        margin-left: 25px !important;
    }
    .ms-md-6 {
        margin-left: 30px !important;
    }
    .ms-md-7 {
        margin-left: 35px !important;
    }
    .ms-md-8 {
        margin-left: 40px !important;
    }
    .ms-md-9 {
        margin-left: 45px !important;
    }
    .ms-md-10 {
        margin-left: 50px !important;
    }
    .ms-md-11 {
        margin-left: 55px !important;
    }
    .ms-md-12 {
        margin-left: 60px !important;
    }
    .ms-md-13 {
        margin-left: 65px !important;
    }
    .ms-md-14 {
        margin-left: 70px !important;
    }
    .ms-md-15 {
        margin-left: 75px !important;
    }
    .ms-md-16 {
        margin-left: 80px !important;
    }
    .ms-md-17 {
        margin-left: 85px !important;
    }
    .ms-md-18 {
        margin-left: 90px !important;
    }
    .ms-md-19 {
        margin-left: 95px !important;
    }
    .ms-md-20 {
        margin-left: 100px !important;
    }
    .ms-md-21 {
        margin-left: 105px !important;
    }
    .ms-md-22 {
        margin-left: 110px !important;
    }
    .ms-md-23 {
        margin-left: 115px !important;
    }
    .ms-md-24 {
        margin-left: 120px !important;
    }
    .ms-md-25 {
        margin-left: 125px !important;
    }
    .ms-md-26 {
        margin-left: 130px !important;
    }
    .ms-md-27 {
        margin-left: 135px !important;
    }
    .ms-md-28 {
        margin-left: 140px !important;
    }
    .ms-md-29 {
        margin-left: 145px !important;
    }
    .ms-md-30 {
        margin-left: 150px !important;
    }
    .ms-md-31 {
        margin-left: 155px !important;
    }
    .ms-md-32 {
        margin-left: 160px !important;
    }
    .ms-md-33 {
        margin-left: 165px !important;
    }
    .ms-md-34 {
        margin-left: 170px !important;
    }
    .ms-md-35 {
        margin-left: 175px !important;
    }
    .ms-md-36 {
        margin-left: 180px !important;
    }
    .ms-md-37 {
        margin-left: 185px !important;
    }
    .ms-md-38 {
        margin-left: 190px !important;
    }
    .ms-md-39 {
        margin-left: 195px !important;
    }
    .ms-md-40 {
        margin-left: 200px !important;
    }
    .ms-md-auto {
        margin-left: auto !important;
    }
    .p-md-0 {
        padding: 0 !important;
    }
    .p-md-1 {
        padding: 5px !important;
    }
    .p-md-2 {
        padding: 10px !important;
    }
    .p-md-3 {
        padding: 15px !important;
    }
    .p-md-4 {
        padding: 20px !important;
    }
    .p-md-5 {
        padding: 25px !important;
    }
    .p-md-6 {
        padding: 30px !important;
    }
    .p-md-7 {
        padding: 35px !important;
    }
    .p-md-8 {
        padding: 40px !important;
    }
    .p-md-9 {
        padding: 45px !important;
    }
    .p-md-10 {
        padding: 50px !important;
    }
    .p-md-11 {
        padding: 55px !important;
    }
    .p-md-12 {
        padding: 60px !important;
    }
    .p-md-13 {
        padding: 65px !important;
    }
    .p-md-14 {
        padding: 70px !important;
    }
    .p-md-15 {
        padding: 75px !important;
    }
    .p-md-16 {
        padding: 80px !important;
    }
    .p-md-17 {
        padding: 85px !important;
    }
    .p-md-18 {
        padding: 90px !important;
    }
    .p-md-19 {
        padding: 95px !important;
    }
    .p-md-20 {
        padding: 100px !important;
    }
    .p-md-21 {
        padding: 105px !important;
    }
    .p-md-22 {
        padding: 110px !important;
    }
    .p-md-23 {
        padding: 115px !important;
    }
    .p-md-24 {
        padding: 120px !important;
    }
    .p-md-25 {
        padding: 125px !important;
    }
    .p-md-26 {
        padding: 130px !important;
    }
    .p-md-27 {
        padding: 135px !important;
    }
    .p-md-28 {
        padding: 140px !important;
    }
    .p-md-29 {
        padding: 145px !important;
    }
    .p-md-30 {
        padding: 150px !important;
    }
    .p-md-31 {
        padding: 155px !important;
    }
    .p-md-32 {
        padding: 160px !important;
    }
    .p-md-33 {
        padding: 165px !important;
    }
    .p-md-34 {
        padding: 170px !important;
    }
    .p-md-35 {
        padding: 175px !important;
    }
    .p-md-36 {
        padding: 180px !important;
    }
    .p-md-37 {
        padding: 185px !important;
    }
    .p-md-38 {
        padding: 190px !important;
    }
    .p-md-39 {
        padding: 195px !important;
    }
    .p-md-40 {
        padding: 200px !important;
    }
    .px-md-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .px-md-1 {
        padding-right: 5px !important;
        padding-left: 5px !important;
    }
    .px-md-2 {
        padding-right: 10px !important;
        padding-left: 10px !important;
    }
    .px-md-3 {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }
    .px-md-4 {
        padding-right: 20px !important;
        padding-left: 20px !important;
    }
    .px-md-5 {
        padding-right: 25px !important;
        padding-left: 25px !important;
    }
    .px-md-6 {
        padding-right: 30px !important;
        padding-left: 30px !important;
    }
    .px-md-7 {
        padding-right: 35px !important;
        padding-left: 35px !important;
    }
    .px-md-8 {
        padding-right: 40px !important;
        padding-left: 40px !important;
    }
    .px-md-9 {
        padding-right: 45px !important;
        padding-left: 45px !important;
    }
    .px-md-10 {
        padding-right: 50px !important;
        padding-left: 50px !important;
    }
    .px-md-11 {
        padding-right: 55px !important;
        padding-left: 55px !important;
    }
    .px-md-12 {
        padding-right: 60px !important;
        padding-left: 60px !important;
    }
    .px-md-13 {
        padding-right: 65px !important;
        padding-left: 65px !important;
    }
    .px-md-14 {
        padding-right: 70px !important;
        padding-left: 70px !important;
    }
    .px-md-15 {
        padding-right: 75px !important;
        padding-left: 75px !important;
    }
    .px-md-16 {
        padding-right: 80px !important;
        padding-left: 80px !important;
    }
    .px-md-17 {
        padding-right: 85px !important;
        padding-left: 85px !important;
    }
    .px-md-18 {
        padding-right: 90px !important;
        padding-left: 90px !important;
    }
    .px-md-19 {
        padding-right: 95px !important;
        padding-left: 95px !important;
    }
    .px-md-20 {
        padding-right: 100px !important;
        padding-left: 100px !important;
    }
    .px-md-21 {
        padding-right: 105px !important;
        padding-left: 105px !important;
    }
    .px-md-22 {
        padding-right: 110px !important;
        padding-left: 110px !important;
    }
    .px-md-23 {
        padding-right: 115px !important;
        padding-left: 115px !important;
    }
    .px-md-24 {
        padding-right: 120px !important;
        padding-left: 120px !important;
    }
    .px-md-25 {
        padding-right: 125px !important;
        padding-left: 125px !important;
    }
    .px-md-26 {
        padding-right: 130px !important;
        padding-left: 130px !important;
    }
    .px-md-27 {
        padding-right: 135px !important;
        padding-left: 135px !important;
    }
    .px-md-28 {
        padding-right: 140px !important;
        padding-left: 140px !important;
    }
    .px-md-29 {
        padding-right: 145px !important;
        padding-left: 145px !important;
    }
    .px-md-30 {
        padding-right: 150px !important;
        padding-left: 150px !important;
    }
    .px-md-31 {
        padding-right: 155px !important;
        padding-left: 155px !important;
    }
    .px-md-32 {
        padding-right: 160px !important;
        padding-left: 160px !important;
    }
    .px-md-33 {
        padding-right: 165px !important;
        padding-left: 165px !important;
    }
    .px-md-34 {
        padding-right: 170px !important;
        padding-left: 170px !important;
    }
    .px-md-35 {
        padding-right: 175px !important;
        padding-left: 175px !important;
    }
    .px-md-36 {
        padding-right: 180px !important;
        padding-left: 180px !important;
    }
    .px-md-37 {
        padding-right: 185px !important;
        padding-left: 185px !important;
    }
    .px-md-38 {
        padding-right: 190px !important;
        padding-left: 190px !important;
    }
    .px-md-39 {
        padding-right: 195px !important;
        padding-left: 195px !important;
    }
    .px-md-40 {
        padding-right: 200px !important;
        padding-left: 200px !important;
    }
    .py-md-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .py-md-1 {
        padding-top: 5px !important;
        padding-bottom: 5px !important;
    }
    .py-md-2 {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }
    .py-md-3 {
        padding-top: 15px !important;
        padding-bottom: 15px !important;
    }
    .py-md-4 {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }
    .py-md-5 {
        padding-top: 25px !important;
        padding-bottom: 25px !important;
    }
    .py-md-6 {
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }
    .py-md-7 {
        padding-top: 35px !important;
        padding-bottom: 35px !important;
    }
    .py-md-8 {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }
    .py-md-9 {
        padding-top: 45px !important;
        padding-bottom: 45px !important;
    }
    .py-md-10 {
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }
    .py-md-11 {
        padding-top: 55px !important;
        padding-bottom: 55px !important;
    }
    .py-md-12 {
        padding-top: 60px !important;
        padding-bottom: 60px !important;
    }
    .py-md-13 {
        padding-top: 65px !important;
        padding-bottom: 65px !important;
    }
    .py-md-14 {
        padding-top: 70px !important;
        padding-bottom: 70px !important;
    }
    .py-md-15 {
        padding-top: 75px !important;
        padding-bottom: 75px !important;
    }
    .py-md-16 {
        padding-top: 80px !important;
        padding-bottom: 80px !important;
    }
    .py-md-17 {
        padding-top: 85px !important;
        padding-bottom: 85px !important;
    }
    .py-md-18 {
        padding-top: 90px !important;
        padding-bottom: 90px !important;
    }
    .py-md-19 {
        padding-top: 95px !important;
        padding-bottom: 95px !important;
    }
    .py-md-20 {
        padding-top: 100px !important;
        padding-bottom: 100px !important;
    }
    .py-md-21 {
        padding-top: 105px !important;
        padding-bottom: 105px !important;
    }
    .py-md-22 {
        padding-top: 110px !important;
        padding-bottom: 110px !important;
    }
    .py-md-23 {
        padding-top: 115px !important;
        padding-bottom: 115px !important;
    }
    .py-md-24 {
        padding-top: 120px !important;
        padding-bottom: 120px !important;
    }
    .py-md-25 {
        padding-top: 125px !important;
        padding-bottom: 125px !important;
    }
    .py-md-26 {
        padding-top: 130px !important;
        padding-bottom: 130px !important;
    }
    .py-md-27 {
        padding-top: 135px !important;
        padding-bottom: 135px !important;
    }
    .py-md-28 {
        padding-top: 140px !important;
        padding-bottom: 140px !important;
    }
    .py-md-29 {
        padding-top: 145px !important;
        padding-bottom: 145px !important;
    }
    .py-md-30 {
        padding-top: 150px !important;
        padding-bottom: 150px !important;
    }
    .py-md-31 {
        padding-top: 155px !important;
        padding-bottom: 155px !important;
    }
    .py-md-32 {
        padding-top: 160px !important;
        padding-bottom: 160px !important;
    }
    .py-md-33 {
        padding-top: 165px !important;
        padding-bottom: 165px !important;
    }
    .py-md-34 {
        padding-top: 170px !important;
        padding-bottom: 170px !important;
    }
    .py-md-35 {
        padding-top: 175px !important;
        padding-bottom: 175px !important;
    }
    .py-md-36 {
        padding-top: 180px !important;
        padding-bottom: 180px !important;
    }
    .py-md-37 {
        padding-top: 185px !important;
        padding-bottom: 185px !important;
    }
    .py-md-38 {
        padding-top: 190px !important;
        padding-bottom: 190px !important;
    }
    .py-md-39 {
        padding-top: 195px !important;
        padding-bottom: 195px !important;
    }
    .py-md-40 {
        padding-top: 200px !important;
        padding-bottom: 200px !important;
    }
    .pt-md-0 {
        padding-top: 0 !important;
    }
    .pt-md-1 {
        padding-top: 5px !important;
    }
    .pt-md-2 {
        padding-top: 10px !important;
    }
    .pt-md-3 {
        padding-top: 15px !important;
    }
    .pt-md-4 {
        padding-top: 20px !important;
    }
    .pt-md-5 {
        padding-top: 25px !important;
    }
    .pt-md-6 {
        padding-top: 30px !important;
    }
    .pt-md-7 {
        padding-top: 35px !important;
    }
    .pt-md-8 {
        padding-top: 40px !important;
    }
    .pt-md-9 {
        padding-top: 45px !important;
    }
    .pt-md-10 {
        padding-top: 50px !important;
    }
    .pt-md-11 {
        padding-top: 55px !important;
    }
    .pt-md-12 {
        padding-top: 60px !important;
    }
    .pt-md-13 {
        padding-top: 65px !important;
    }
    .pt-md-14 {
        padding-top: 70px !important;
    }
    .pt-md-15 {
        padding-top: 75px !important;
    }
    .pt-md-16 {
        padding-top: 80px !important;
    }
    .pt-md-17 {
        padding-top: 85px !important;
    }
    .pt-md-18 {
        padding-top: 90px !important;
    }
    .pt-md-19 {
        padding-top: 95px !important;
    }
    .pt-md-20 {
        padding-top: 100px !important;
    }
    .pt-md-21 {
        padding-top: 105px !important;
    }
    .pt-md-22 {
        padding-top: 110px !important;
    }
    .pt-md-23 {
        padding-top: 115px !important;
    }
    .pt-md-24 {
        padding-top: 120px !important;
    }
    .pt-md-25 {
        padding-top: 125px !important;
    }
    .pt-md-26 {
        padding-top: 130px !important;
    }
    .pt-md-27 {
        padding-top: 135px !important;
    }
    .pt-md-28 {
        padding-top: 140px !important;
    }
    .pt-md-29 {
        padding-top: 145px !important;
    }
    .pt-md-30 {
        padding-top: 150px !important;
    }
    .pt-md-31 {
        padding-top: 155px !important;
    }
    .pt-md-32 {
        padding-top: 160px !important;
    }
    .pt-md-33 {
        padding-top: 165px !important;
    }
    .pt-md-34 {
        padding-top: 170px !important;
    }
    .pt-md-35 {
        padding-top: 175px !important;
    }
    .pt-md-36 {
        padding-top: 180px !important;
    }
    .pt-md-37 {
        padding-top: 185px !important;
    }
    .pt-md-38 {
        padding-top: 190px !important;
    }
    .pt-md-39 {
        padding-top: 195px !important;
    }
    .pt-md-40 {
        padding-top: 200px !important;
    }
    .pe-md-0 {
        padding-right: 0 !important;
    }
    .pe-md-1 {
        padding-right: 5px !important;
    }
    .pe-md-2 {
        padding-right: 10px !important;
    }
    .pe-md-3 {
        padding-right: 15px !important;
    }
    .pe-md-4 {
        padding-right: 20px !important;
    }
    .pe-md-5 {
        padding-right: 25px !important;
    }
    .pe-md-6 {
        padding-right: 30px !important;
    }
    .pe-md-7 {
        padding-right: 35px !important;
    }
    .pe-md-8 {
        padding-right: 40px !important;
    }
    .pe-md-9 {
        padding-right: 45px !important;
    }
    .pe-md-10 {
        padding-right: 50px !important;
    }
    .pe-md-11 {
        padding-right: 55px !important;
    }
    .pe-md-12 {
        padding-right: 60px !important;
    }
    .pe-md-13 {
        padding-right: 65px !important;
    }
    .pe-md-14 {
        padding-right: 70px !important;
    }
    .pe-md-15 {
        padding-right: 75px !important;
    }
    .pe-md-16 {
        padding-right: 80px !important;
    }
    .pe-md-17 {
        padding-right: 85px !important;
    }
    .pe-md-18 {
        padding-right: 90px !important;
    }
    .pe-md-19 {
        padding-right: 95px !important;
    }
    .pe-md-20 {
        padding-right: 100px !important;
    }
    .pe-md-21 {
        padding-right: 105px !important;
    }
    .pe-md-22 {
        padding-right: 110px !important;
    }
    .pe-md-23 {
        padding-right: 115px !important;
    }
    .pe-md-24 {
        padding-right: 120px !important;
    }
    .pe-md-25 {
        padding-right: 125px !important;
    }
    .pe-md-26 {
        padding-right: 130px !important;
    }
    .pe-md-27 {
        padding-right: 135px !important;
    }
    .pe-md-28 {
        padding-right: 140px !important;
    }
    .pe-md-29 {
        padding-right: 145px !important;
    }
    .pe-md-30 {
        padding-right: 150px !important;
    }
    .pe-md-31 {
        padding-right: 155px !important;
    }
    .pe-md-32 {
        padding-right: 160px !important;
    }
    .pe-md-33 {
        padding-right: 165px !important;
    }
    .pe-md-34 {
        padding-right: 170px !important;
    }
    .pe-md-35 {
        padding-right: 175px !important;
    }
    .pe-md-36 {
        padding-right: 180px !important;
    }
    .pe-md-37 {
        padding-right: 185px !important;
    }
    .pe-md-38 {
        padding-right: 190px !important;
    }
    .pe-md-39 {
        padding-right: 195px !important;
    }
    .pe-md-40 {
        padding-right: 200px !important;
    }
    .pb-md-0 {
        padding-bottom: 0 !important;
    }
    .pb-md-1 {
        padding-bottom: 5px !important;
    }
    .pb-md-2 {
        padding-bottom: 10px !important;
    }
    .pb-md-3 {
        padding-bottom: 15px !important;
    }
    .pb-md-4 {
        padding-bottom: 20px !important;
    }
    .pb-md-5 {
        padding-bottom: 25px !important;
    }
    .pb-md-6 {
        padding-bottom: 30px !important;
    }
    .pb-md-7 {
        padding-bottom: 35px !important;
    }
    .pb-md-8 {
        padding-bottom: 40px !important;
    }
    .pb-md-9 {
        padding-bottom: 45px !important;
    }
    .pb-md-10 {
        padding-bottom: 50px !important;
    }
    .pb-md-11 {
        padding-bottom: 55px !important;
    }
    .pb-md-12 {
        padding-bottom: 60px !important;
    }
    .pb-md-13 {
        padding-bottom: 65px !important;
    }
    .pb-md-14 {
        padding-bottom: 70px !important;
    }
    .pb-md-15 {
        padding-bottom: 75px !important;
    }
    .pb-md-16 {
        padding-bottom: 80px !important;
    }
    .pb-md-17 {
        padding-bottom: 85px !important;
    }
    .pb-md-18 {
        padding-bottom: 90px !important;
    }
    .pb-md-19 {
        padding-bottom: 95px !important;
    }
    .pb-md-20 {
        padding-bottom: 100px !important;
    }
    .pb-md-21 {
        padding-bottom: 105px !important;
    }
    .pb-md-22 {
        padding-bottom: 110px !important;
    }
    .pb-md-23 {
        padding-bottom: 115px !important;
    }
    .pb-md-24 {
        padding-bottom: 120px !important;
    }
    .pb-md-25 {
        padding-bottom: 125px !important;
    }
    .pb-md-26 {
        padding-bottom: 130px !important;
    }
    .pb-md-27 {
        padding-bottom: 135px !important;
    }
    .pb-md-28 {
        padding-bottom: 140px !important;
    }
    .pb-md-29 {
        padding-bottom: 145px !important;
    }
    .pb-md-30 {
        padding-bottom: 150px !important;
    }
    .pb-md-31 {
        padding-bottom: 155px !important;
    }
    .pb-md-32 {
        padding-bottom: 160px !important;
    }
    .pb-md-33 {
        padding-bottom: 165px !important;
    }
    .pb-md-34 {
        padding-bottom: 170px !important;
    }
    .pb-md-35 {
        padding-bottom: 175px !important;
    }
    .pb-md-36 {
        padding-bottom: 180px !important;
    }
    .pb-md-37 {
        padding-bottom: 185px !important;
    }
    .pb-md-38 {
        padding-bottom: 190px !important;
    }
    .pb-md-39 {
        padding-bottom: 195px !important;
    }
    .pb-md-40 {
        padding-bottom: 200px !important;
    }
    .ps-md-0 {
        padding-left: 0 !important;
    }
    .ps-md-1 {
        padding-left: 5px !important;
    }
    .ps-md-2 {
        padding-left: 10px !important;
    }
    .ps-md-3 {
        padding-left: 15px !important;
    }
    .ps-md-4 {
        padding-left: 20px !important;
    }
    .ps-md-5 {
        padding-left: 25px !important;
    }
    .ps-md-6 {
        padding-left: 30px !important;
    }
    .ps-md-7 {
        padding-left: 35px !important;
    }
    .ps-md-8 {
        padding-left: 40px !important;
    }
    .ps-md-9 {
        padding-left: 45px !important;
    }
    .ps-md-10 {
        padding-left: 50px !important;
    }
    .ps-md-11 {
        padding-left: 55px !important;
    }
    .ps-md-12 {
        padding-left: 60px !important;
    }
    .ps-md-13 {
        padding-left: 65px !important;
    }
    .ps-md-14 {
        padding-left: 70px !important;
    }
    .ps-md-15 {
        padding-left: 75px !important;
    }
    .ps-md-16 {
        padding-left: 80px !important;
    }
    .ps-md-17 {
        padding-left: 85px !important;
    }
    .ps-md-18 {
        padding-left: 90px !important;
    }
    .ps-md-19 {
        padding-left: 95px !important;
    }
    .ps-md-20 {
        padding-left: 100px !important;
    }
    .ps-md-21 {
        padding-left: 105px !important;
    }
    .ps-md-22 {
        padding-left: 110px !important;
    }
    .ps-md-23 {
        padding-left: 115px !important;
    }
    .ps-md-24 {
        padding-left: 120px !important;
    }
    .ps-md-25 {
        padding-left: 125px !important;
    }
    .ps-md-26 {
        padding-left: 130px !important;
    }
    .ps-md-27 {
        padding-left: 135px !important;
    }
    .ps-md-28 {
        padding-left: 140px !important;
    }
    .ps-md-29 {
        padding-left: 145px !important;
    }
    .ps-md-30 {
        padding-left: 150px !important;
    }
    .ps-md-31 {
        padding-left: 155px !important;
    }
    .ps-md-32 {
        padding-left: 160px !important;
    }
    .ps-md-33 {
        padding-left: 165px !important;
    }
    .ps-md-34 {
        padding-left: 170px !important;
    }
    .ps-md-35 {
        padding-left: 175px !important;
    }
    .ps-md-36 {
        padding-left: 180px !important;
    }
    .ps-md-37 {
        padding-left: 185px !important;
    }
    .ps-md-38 {
        padding-left: 190px !important;
    }
    .ps-md-39 {
        padding-left: 195px !important;
    }
    .ps-md-40 {
        padding-left: 200px !important;
    }
    .text-md-start {
        text-align: left !important;
    }
    .text-md-end {
        text-align: right !important;
    }
    .text-md-center {
        text-align: center !important;
    }
}

@media (min-width: 992px) {
    .float-lg-start {
        float: left !important;
    }
    .float-lg-end {
        float: right !important;
    }
    .float-lg-none {
        float: none !important;
    }
    .d-lg-inline {
        display: inline !important;
    }
    .d-lg-inline-block {
        display: inline-block !important;
    }
    .d-lg-block {
        display: block !important;
    }
    .d-lg-grid {
        display: grid !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: flex !important;
    }
    .d-lg-inline-flex {
        display: inline-flex !important;
    }
    .d-lg-none {
        display: none !important;
    }
    .flex-lg-fill {
        flex: 1 1 auto !important;
    }
    .flex-lg-row {
        flex-direction: row !important;
    }
    .flex-lg-column {
        flex-direction: column !important;
    }
    .flex-lg-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-lg-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-lg-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-lg-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-lg-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-lg-shrink-1 {
        flex-shrink: 1 !important;
    }
    .flex-lg-wrap {
        flex-wrap: wrap !important;
    }
    .flex-lg-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .gap-lg-0 {
        gap: 0 !important;
    }
    .gap-lg-1 {
        gap: 5px !important;
    }
    .gap-lg-2 {
        gap: 10px !important;
    }
    .gap-lg-3 {
        gap: 15px !important;
    }
    .gap-lg-4 {
        gap: 20px !important;
    }
    .gap-lg-5 {
        gap: 25px !important;
    }
    .gap-lg-6 {
        gap: 30px !important;
    }
    .gap-lg-7 {
        gap: 35px !important;
    }
    .gap-lg-8 {
        gap: 40px !important;
    }
    .gap-lg-9 {
        gap: 45px !important;
    }
    .gap-lg-10 {
        gap: 50px !important;
    }
    .gap-lg-11 {
        gap: 55px !important;
    }
    .gap-lg-12 {
        gap: 60px !important;
    }
    .gap-lg-13 {
        gap: 65px !important;
    }
    .gap-lg-14 {
        gap: 70px !important;
    }
    .gap-lg-15 {
        gap: 75px !important;
    }
    .gap-lg-16 {
        gap: 80px !important;
    }
    .gap-lg-17 {
        gap: 85px !important;
    }
    .gap-lg-18 {
        gap: 90px !important;
    }
    .gap-lg-19 {
        gap: 95px !important;
    }
    .gap-lg-20 {
        gap: 100px !important;
    }
    .gap-lg-21 {
        gap: 105px !important;
    }
    .gap-lg-22 {
        gap: 110px !important;
    }
    .gap-lg-23 {
        gap: 115px !important;
    }
    .gap-lg-24 {
        gap: 120px !important;
    }
    .gap-lg-25 {
        gap: 125px !important;
    }
    .gap-lg-26 {
        gap: 130px !important;
    }
    .gap-lg-27 {
        gap: 135px !important;
    }
    .gap-lg-28 {
        gap: 140px !important;
    }
    .gap-lg-29 {
        gap: 145px !important;
    }
    .gap-lg-30 {
        gap: 150px !important;
    }
    .gap-lg-31 {
        gap: 155px !important;
    }
    .gap-lg-32 {
        gap: 160px !important;
    }
    .gap-lg-33 {
        gap: 165px !important;
    }
    .gap-lg-34 {
        gap: 170px !important;
    }
    .gap-lg-35 {
        gap: 175px !important;
    }
    .gap-lg-36 {
        gap: 180px !important;
    }
    .gap-lg-37 {
        gap: 185px !important;
    }
    .gap-lg-38 {
        gap: 190px !important;
    }
    .gap-lg-39 {
        gap: 195px !important;
    }
    .gap-lg-40 {
        gap: 200px !important;
    }
    .justify-content-lg-start {
        justify-content: flex-start !important;
    }
    .justify-content-lg-end {
        justify-content: flex-end !important;
    }
    .justify-content-lg-center {
        justify-content: center !important;
    }
    .justify-content-lg-between {
        justify-content: space-between !important;
    }
    .justify-content-lg-around {
        justify-content: space-around !important;
    }
    .justify-content-lg-evenly {
        justify-content: space-evenly !important;
    }
    .align-items-lg-start {
        align-items: flex-start !important;
    }
    .align-items-lg-end {
        align-items: flex-end !important;
    }
    .align-items-lg-center {
        align-items: center !important;
    }
    .align-items-lg-baseline {
        align-items: baseline !important;
    }
    .align-items-lg-stretch {
        align-items: stretch !important;
    }
    .align-content-lg-start {
        align-content: flex-start !important;
    }
    .align-content-lg-end {
        align-content: flex-end !important;
    }
    .align-content-lg-center {
        align-content: center !important;
    }
    .align-content-lg-between {
        align-content: space-between !important;
    }
    .align-content-lg-around {
        align-content: space-around !important;
    }
    .align-content-lg-stretch {
        align-content: stretch !important;
    }
    .align-self-lg-auto {
        align-self: auto !important;
    }
    .align-self-lg-start {
        align-self: flex-start !important;
    }
    .align-self-lg-end {
        align-self: flex-end !important;
    }
    .align-self-lg-center {
        align-self: center !important;
    }
    .align-self-lg-baseline {
        align-self: baseline !important;
    }
    .align-self-lg-stretch {
        align-self: stretch !important;
    }
    .order-lg-first {
        order: -1 !important;
    }
    .order-lg-0 {
        order: 0 !important;
    }
    .order-lg-1 {
        order: 1 !important;
    }
    .order-lg-2 {
        order: 2 !important;
    }
    .order-lg-3 {
        order: 3 !important;
    }
    .order-lg-4 {
        order: 4 !important;
    }
    .order-lg-5 {
        order: 5 !important;
    }
    .order-lg-last {
        order: 6 !important;
    }
    .m-lg-0 {
        margin: 0 !important;
    }
    .m-lg-1 {
        margin: 5px !important;
    }
    .m-lg-2 {
        margin: 10px !important;
    }
    .m-lg-3 {
        margin: 15px !important;
    }
    .m-lg-4 {
        margin: 20px !important;
    }
    .m-lg-5 {
        margin: 25px !important;
    }
    .m-lg-6 {
        margin: 30px !important;
    }
    .m-lg-7 {
        margin: 35px !important;
    }
    .m-lg-8 {
        margin: 40px !important;
    }
    .m-lg-9 {
        margin: 45px !important;
    }
    .m-lg-10 {
        margin: 50px !important;
    }
    .m-lg-11 {
        margin: 55px !important;
    }
    .m-lg-12 {
        margin: 60px !important;
    }
    .m-lg-13 {
        margin: 65px !important;
    }
    .m-lg-14 {
        margin: 70px !important;
    }
    .m-lg-15 {
        margin: 75px !important;
    }
    .m-lg-16 {
        margin: 80px !important;
    }
    .m-lg-17 {
        margin: 85px !important;
    }
    .m-lg-18 {
        margin: 90px !important;
    }
    .m-lg-19 {
        margin: 95px !important;
    }
    .m-lg-20 {
        margin: 100px !important;
    }
    .m-lg-21 {
        margin: 105px !important;
    }
    .m-lg-22 {
        margin: 110px !important;
    }
    .m-lg-23 {
        margin: 115px !important;
    }
    .m-lg-24 {
        margin: 120px !important;
    }
    .m-lg-25 {
        margin: 125px !important;
    }
    .m-lg-26 {
        margin: 130px !important;
    }
    .m-lg-27 {
        margin: 135px !important;
    }
    .m-lg-28 {
        margin: 140px !important;
    }
    .m-lg-29 {
        margin: 145px !important;
    }
    .m-lg-30 {
        margin: 150px !important;
    }
    .m-lg-31 {
        margin: 155px !important;
    }
    .m-lg-32 {
        margin: 160px !important;
    }
    .m-lg-33 {
        margin: 165px !important;
    }
    .m-lg-34 {
        margin: 170px !important;
    }
    .m-lg-35 {
        margin: 175px !important;
    }
    .m-lg-36 {
        margin: 180px !important;
    }
    .m-lg-37 {
        margin: 185px !important;
    }
    .m-lg-38 {
        margin: 190px !important;
    }
    .m-lg-39 {
        margin: 195px !important;
    }
    .m-lg-40 {
        margin: 200px !important;
    }
    .m-lg-auto {
        margin: auto !important;
    }
    .mx-lg-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .mx-lg-1 {
        margin-right: 5px !important;
        margin-left: 5px !important;
    }
    .mx-lg-2 {
        margin-right: 10px !important;
        margin-left: 10px !important;
    }
    .mx-lg-3 {
        margin-right: 15px !important;
        margin-left: 15px !important;
    }
    .mx-lg-4 {
        margin-right: 20px !important;
        margin-left: 20px !important;
    }
    .mx-lg-5 {
        margin-right: 25px !important;
        margin-left: 25px !important;
    }
    .mx-lg-6 {
        margin-right: 30px !important;
        margin-left: 30px !important;
    }
    .mx-lg-7 {
        margin-right: 35px !important;
        margin-left: 35px !important;
    }
    .mx-lg-8 {
        margin-right: 40px !important;
        margin-left: 40px !important;
    }
    .mx-lg-9 {
        margin-right: 45px !important;
        margin-left: 45px !important;
    }
    .mx-lg-10 {
        margin-right: 50px !important;
        margin-left: 50px !important;
    }
    .mx-lg-11 {
        margin-right: 55px !important;
        margin-left: 55px !important;
    }
    .mx-lg-12 {
        margin-right: 60px !important;
        margin-left: 60px !important;
    }
    .mx-lg-13 {
        margin-right: 65px !important;
        margin-left: 65px !important;
    }
    .mx-lg-14 {
        margin-right: 70px !important;
        margin-left: 70px !important;
    }
    .mx-lg-15 {
        margin-right: 75px !important;
        margin-left: 75px !important;
    }
    .mx-lg-16 {
        margin-right: 80px !important;
        margin-left: 80px !important;
    }
    .mx-lg-17 {
        margin-right: 85px !important;
        margin-left: 85px !important;
    }
    .mx-lg-18 {
        margin-right: 90px !important;
        margin-left: 90px !important;
    }
    .mx-lg-19 {
        margin-right: 95px !important;
        margin-left: 95px !important;
    }
    .mx-lg-20 {
        margin-right: 100px !important;
        margin-left: 100px !important;
    }
    .mx-lg-21 {
        margin-right: 105px !important;
        margin-left: 105px !important;
    }
    .mx-lg-22 {
        margin-right: 110px !important;
        margin-left: 110px !important;
    }
    .mx-lg-23 {
        margin-right: 115px !important;
        margin-left: 115px !important;
    }
    .mx-lg-24 {
        margin-right: 120px !important;
        margin-left: 120px !important;
    }
    .mx-lg-25 {
        margin-right: 125px !important;
        margin-left: 125px !important;
    }
    .mx-lg-26 {
        margin-right: 130px !important;
        margin-left: 130px !important;
    }
    .mx-lg-27 {
        margin-right: 135px !important;
        margin-left: 135px !important;
    }
    .mx-lg-28 {
        margin-right: 140px !important;
        margin-left: 140px !important;
    }
    .mx-lg-29 {
        margin-right: 145px !important;
        margin-left: 145px !important;
    }
    .mx-lg-30 {
        margin-right: 150px !important;
        margin-left: 150px !important;
    }
    .mx-lg-31 {
        margin-right: 155px !important;
        margin-left: 155px !important;
    }
    .mx-lg-32 {
        margin-right: 160px !important;
        margin-left: 160px !important;
    }
    .mx-lg-33 {
        margin-right: 165px !important;
        margin-left: 165px !important;
    }
    .mx-lg-34 {
        margin-right: 170px !important;
        margin-left: 170px !important;
    }
    .mx-lg-35 {
        margin-right: 175px !important;
        margin-left: 175px !important;
    }
    .mx-lg-36 {
        margin-right: 180px !important;
        margin-left: 180px !important;
    }
    .mx-lg-37 {
        margin-right: 185px !important;
        margin-left: 185px !important;
    }
    .mx-lg-38 {
        margin-right: 190px !important;
        margin-left: 190px !important;
    }
    .mx-lg-39 {
        margin-right: 195px !important;
        margin-left: 195px !important;
    }
    .mx-lg-40 {
        margin-right: 200px !important;
        margin-left: 200px !important;
    }
    .mx-lg-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }
    .my-lg-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .my-lg-1 {
        margin-top: 5px !important;
        margin-bottom: 5px !important;
    }
    .my-lg-2 {
        margin-top: 10px !important;
        margin-bottom: 10px !important;
    }
    .my-lg-3 {
        margin-top: 15px !important;
        margin-bottom: 15px !important;
    }
    .my-lg-4 {
        margin-top: 20px !important;
        margin-bottom: 20px !important;
    }
    .my-lg-5 {
        margin-top: 25px !important;
        margin-bottom: 25px !important;
    }
    .my-lg-6 {
        margin-top: 30px !important;
        margin-bottom: 30px !important;
    }
    .my-lg-7 {
        margin-top: 35px !important;
        margin-bottom: 35px !important;
    }
    .my-lg-8 {
        margin-top: 40px !important;
        margin-bottom: 40px !important;
    }
    .my-lg-9 {
        margin-top: 45px !important;
        margin-bottom: 45px !important;
    }
    .my-lg-10 {
        margin-top: 50px !important;
        margin-bottom: 50px !important;
    }
    .my-lg-11 {
        margin-top: 55px !important;
        margin-bottom: 55px !important;
    }
    .my-lg-12 {
        margin-top: 60px !important;
        margin-bottom: 60px !important;
    }
    .my-lg-13 {
        margin-top: 65px !important;
        margin-bottom: 65px !important;
    }
    .my-lg-14 {
        margin-top: 70px !important;
        margin-bottom: 70px !important;
    }
    .my-lg-15 {
        margin-top: 75px !important;
        margin-bottom: 75px !important;
    }
    .my-lg-16 {
        margin-top: 80px !important;
        margin-bottom: 80px !important;
    }
    .my-lg-17 {
        margin-top: 85px !important;
        margin-bottom: 85px !important;
    }
    .my-lg-18 {
        margin-top: 90px !important;
        margin-bottom: 90px !important;
    }
    .my-lg-19 {
        margin-top: 95px !important;
        margin-bottom: 95px !important;
    }
    .my-lg-20 {
        margin-top: 100px !important;
        margin-bottom: 100px !important;
    }
    .my-lg-21 {
        margin-top: 105px !important;
        margin-bottom: 105px !important;
    }
    .my-lg-22 {
        margin-top: 110px !important;
        margin-bottom: 110px !important;
    }
    .my-lg-23 {
        margin-top: 115px !important;
        margin-bottom: 115px !important;
    }
    .my-lg-24 {
        margin-top: 120px !important;
        margin-bottom: 120px !important;
    }
    .my-lg-25 {
        margin-top: 125px !important;
        margin-bottom: 125px !important;
    }
    .my-lg-26 {
        margin-top: 130px !important;
        margin-bottom: 130px !important;
    }
    .my-lg-27 {
        margin-top: 135px !important;
        margin-bottom: 135px !important;
    }
    .my-lg-28 {
        margin-top: 140px !important;
        margin-bottom: 140px !important;
    }
    .my-lg-29 {
        margin-top: 145px !important;
        margin-bottom: 145px !important;
    }
    .my-lg-30 {
        margin-top: 150px !important;
        margin-bottom: 150px !important;
    }
    .my-lg-31 {
        margin-top: 155px !important;
        margin-bottom: 155px !important;
    }
    .my-lg-32 {
        margin-top: 160px !important;
        margin-bottom: 160px !important;
    }
    .my-lg-33 {
        margin-top: 165px !important;
        margin-bottom: 165px !important;
    }
    .my-lg-34 {
        margin-top: 170px !important;
        margin-bottom: 170px !important;
    }
    .my-lg-35 {
        margin-top: 175px !important;
        margin-bottom: 175px !important;
    }
    .my-lg-36 {
        margin-top: 180px !important;
        margin-bottom: 180px !important;
    }
    .my-lg-37 {
        margin-top: 185px !important;
        margin-bottom: 185px !important;
    }
    .my-lg-38 {
        margin-top: 190px !important;
        margin-bottom: 190px !important;
    }
    .my-lg-39 {
        margin-top: 195px !important;
        margin-bottom: 195px !important;
    }
    .my-lg-40 {
        margin-top: 200px !important;
        margin-bottom: 200px !important;
    }
    .my-lg-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }
    .mt-lg-0 {
        margin-top: 0 !important;
    }
    .mt-lg-1 {
        margin-top: 5px !important;
    }
    .mt-lg-2 {
        margin-top: 10px !important;
    }
    .mt-lg-3 {
        margin-top: 15px !important;
    }
    .mt-lg-4 {
        margin-top: 20px !important;
    }
    .mt-lg-5 {
        margin-top: 25px !important;
    }
    .mt-lg-6 {
        margin-top: 30px !important;
    }
    .mt-lg-7 {
        margin-top: 35px !important;
    }
    .mt-lg-8 {
        margin-top: 40px !important;
    }
    .mt-lg-9 {
        margin-top: 45px !important;
    }
    .mt-lg-10 {
        margin-top: 50px !important;
    }
    .mt-lg-11 {
        margin-top: 55px !important;
    }
    .mt-lg-12 {
        margin-top: 60px !important;
    }
    .mt-lg-13 {
        margin-top: 65px !important;
    }
    .mt-lg-14 {
        margin-top: 70px !important;
    }
    .mt-lg-15 {
        margin-top: 75px !important;
    }
    .mt-lg-16 {
        margin-top: 80px !important;
    }
    .mt-lg-17 {
        margin-top: 85px !important;
    }
    .mt-lg-18 {
        margin-top: 90px !important;
    }
    .mt-lg-19 {
        margin-top: 95px !important;
    }
    .mt-lg-20 {
        margin-top: 100px !important;
    }
    .mt-lg-21 {
        margin-top: 105px !important;
    }
    .mt-lg-22 {
        margin-top: 110px !important;
    }
    .mt-lg-23 {
        margin-top: 115px !important;
    }
    .mt-lg-24 {
        margin-top: 120px !important;
    }
    .mt-lg-25 {
        margin-top: 125px !important;
    }
    .mt-lg-26 {
        margin-top: 130px !important;
    }
    .mt-lg-27 {
        margin-top: 135px !important;
    }
    .mt-lg-28 {
        margin-top: 140px !important;
    }
    .mt-lg-29 {
        margin-top: 145px !important;
    }
    .mt-lg-30 {
        margin-top: 150px !important;
    }
    .mt-lg-31 {
        margin-top: 155px !important;
    }
    .mt-lg-32 {
        margin-top: 160px !important;
    }
    .mt-lg-33 {
        margin-top: 165px !important;
    }
    .mt-lg-34 {
        margin-top: 170px !important;
    }
    .mt-lg-35 {
        margin-top: 175px !important;
    }
    .mt-lg-36 {
        margin-top: 180px !important;
    }
    .mt-lg-37 {
        margin-top: 185px !important;
    }
    .mt-lg-38 {
        margin-top: 190px !important;
    }
    .mt-lg-39 {
        margin-top: 195px !important;
    }
    .mt-lg-40 {
        margin-top: 200px !important;
    }
    .mt-lg-auto {
        margin-top: auto !important;
    }
    .me-lg-0 {
        margin-right: 0 !important;
    }
    .me-lg-1 {
        margin-right: 5px !important;
    }
    .me-lg-2 {
        margin-right: 10px !important;
    }
    .me-lg-3 {
        margin-right: 15px !important;
    }
    .me-lg-4 {
        margin-right: 20px !important;
    }
    .me-lg-5 {
        margin-right: 25px !important;
    }
    .me-lg-6 {
        margin-right: 30px !important;
    }
    .me-lg-7 {
        margin-right: 35px !important;
    }
    .me-lg-8 {
        margin-right: 40px !important;
    }
    .me-lg-9 {
        margin-right: 45px !important;
    }
    .me-lg-10 {
        margin-right: 50px !important;
    }
    .me-lg-11 {
        margin-right: 55px !important;
    }
    .me-lg-12 {
        margin-right: 60px !important;
    }
    .me-lg-13 {
        margin-right: 65px !important;
    }
    .me-lg-14 {
        margin-right: 70px !important;
    }
    .me-lg-15 {
        margin-right: 75px !important;
    }
    .me-lg-16 {
        margin-right: 80px !important;
    }
    .me-lg-17 {
        margin-right: 85px !important;
    }
    .me-lg-18 {
        margin-right: 90px !important;
    }
    .me-lg-19 {
        margin-right: 95px !important;
    }
    .me-lg-20 {
        margin-right: 100px !important;
    }
    .me-lg-21 {
        margin-right: 105px !important;
    }
    .me-lg-22 {
        margin-right: 110px !important;
    }
    .me-lg-23 {
        margin-right: 115px !important;
    }
    .me-lg-24 {
        margin-right: 120px !important;
    }
    .me-lg-25 {
        margin-right: 125px !important;
    }
    .me-lg-26 {
        margin-right: 130px !important;
    }
    .me-lg-27 {
        margin-right: 135px !important;
    }
    .me-lg-28 {
        margin-right: 140px !important;
    }
    .me-lg-29 {
        margin-right: 145px !important;
    }
    .me-lg-30 {
        margin-right: 150px !important;
    }
    .me-lg-31 {
        margin-right: 155px !important;
    }
    .me-lg-32 {
        margin-right: 160px !important;
    }
    .me-lg-33 {
        margin-right: 165px !important;
    }
    .me-lg-34 {
        margin-right: 170px !important;
    }
    .me-lg-35 {
        margin-right: 175px !important;
    }
    .me-lg-36 {
        margin-right: 180px !important;
    }
    .me-lg-37 {
        margin-right: 185px !important;
    }
    .me-lg-38 {
        margin-right: 190px !important;
    }
    .me-lg-39 {
        margin-right: 195px !important;
    }
    .me-lg-40 {
        margin-right: 200px !important;
    }
    .me-lg-auto {
        margin-right: auto !important;
    }
    .mb-lg-0 {
        margin-bottom: 0 !important;
    }
    .mb-lg-1 {
        margin-bottom: 5px !important;
    }
    .mb-lg-2 {
        margin-bottom: 10px !important;
    }
    .mb-lg-3 {
        margin-bottom: 15px !important;
    }
    .mb-lg-4 {
        margin-bottom: 20px !important;
    }
    .mb-lg-5 {
        margin-bottom: 25px !important;
    }
    .mb-lg-6 {
        margin-bottom: 30px !important;
    }
    .mb-lg-7 {
        margin-bottom: 35px !important;
    }
    .mb-lg-8 {
        margin-bottom: 40px !important;
    }
    .mb-lg-9 {
        margin-bottom: 45px !important;
    }
    .mb-lg-10 {
        margin-bottom: 50px !important;
    }
    .mb-lg-11 {
        margin-bottom: 55px !important;
    }
    .mb-lg-12 {
        margin-bottom: 60px !important;
    }
    .mb-lg-13 {
        margin-bottom: 65px !important;
    }
    .mb-lg-14 {
        margin-bottom: 70px !important;
    }
    .mb-lg-15 {
        margin-bottom: 75px !important;
    }
    .mb-lg-16 {
        margin-bottom: 80px !important;
    }
    .mb-lg-17 {
        margin-bottom: 85px !important;
    }
    .mb-lg-18 {
        margin-bottom: 90px !important;
    }
    .mb-lg-19 {
        margin-bottom: 95px !important;
    }
    .mb-lg-20 {
        margin-bottom: 100px !important;
    }
    .mb-lg-21 {
        margin-bottom: 105px !important;
    }
    .mb-lg-22 {
        margin-bottom: 110px !important;
    }
    .mb-lg-23 {
        margin-bottom: 115px !important;
    }
    .mb-lg-24 {
        margin-bottom: 120px !important;
    }
    .mb-lg-25 {
        margin-bottom: 125px !important;
    }
    .mb-lg-26 {
        margin-bottom: 130px !important;
    }
    .mb-lg-27 {
        margin-bottom: 135px !important;
    }
    .mb-lg-28 {
        margin-bottom: 140px !important;
    }
    .mb-lg-29 {
        margin-bottom: 145px !important;
    }
    .mb-lg-30 {
        margin-bottom: 150px !important;
    }
    .mb-lg-31 {
        margin-bottom: 155px !important;
    }
    .mb-lg-32 {
        margin-bottom: 160px !important;
    }
    .mb-lg-33 {
        margin-bottom: 165px !important;
    }
    .mb-lg-34 {
        margin-bottom: 170px !important;
    }
    .mb-lg-35 {
        margin-bottom: 175px !important;
    }
    .mb-lg-36 {
        margin-bottom: 180px !important;
    }
    .mb-lg-37 {
        margin-bottom: 185px !important;
    }
    .mb-lg-38 {
        margin-bottom: 190px !important;
    }
    .mb-lg-39 {
        margin-bottom: 195px !important;
    }
    .mb-lg-40 {
        margin-bottom: 200px !important;
    }
    .mb-lg-auto {
        margin-bottom: auto !important;
    }
    .ms-lg-0 {
        margin-left: 0 !important;
    }
    .ms-lg-1 {
        margin-left: 5px !important;
    }
    .ms-lg-2 {
        margin-left: 10px !important;
    }
    .ms-lg-3 {
        margin-left: 15px !important;
    }
    .ms-lg-4 {
        margin-left: 20px !important;
    }
    .ms-lg-5 {
        margin-left: 25px !important;
    }
    .ms-lg-6 {
        margin-left: 30px !important;
    }
    .ms-lg-7 {
        margin-left: 35px !important;
    }
    .ms-lg-8 {
        margin-left: 40px !important;
    }
    .ms-lg-9 {
        margin-left: 45px !important;
    }
    .ms-lg-10 {
        margin-left: 50px !important;
    }
    .ms-lg-11 {
        margin-left: 55px !important;
    }
    .ms-lg-12 {
        margin-left: 60px !important;
    }
    .ms-lg-13 {
        margin-left: 65px !important;
    }
    .ms-lg-14 {
        margin-left: 70px !important;
    }
    .ms-lg-15 {
        margin-left: 75px !important;
    }
    .ms-lg-16 {
        margin-left: 80px !important;
    }
    .ms-lg-17 {
        margin-left: 85px !important;
    }
    .ms-lg-18 {
        margin-left: 90px !important;
    }
    .ms-lg-19 {
        margin-left: 95px !important;
    }
    .ms-lg-20 {
        margin-left: 100px !important;
    }
    .ms-lg-21 {
        margin-left: 105px !important;
    }
    .ms-lg-22 {
        margin-left: 110px !important;
    }
    .ms-lg-23 {
        margin-left: 115px !important;
    }
    .ms-lg-24 {
        margin-left: 120px !important;
    }
    .ms-lg-25 {
        margin-left: 125px !important;
    }
    .ms-lg-26 {
        margin-left: 130px !important;
    }
    .ms-lg-27 {
        margin-left: 135px !important;
    }
    .ms-lg-28 {
        margin-left: 140px !important;
    }
    .ms-lg-29 {
        margin-left: 145px !important;
    }
    .ms-lg-30 {
        margin-left: 150px !important;
    }
    .ms-lg-31 {
        margin-left: 155px !important;
    }
    .ms-lg-32 {
        margin-left: 160px !important;
    }
    .ms-lg-33 {
        margin-left: 165px !important;
    }
    .ms-lg-34 {
        margin-left: 170px !important;
    }
    .ms-lg-35 {
        margin-left: 175px !important;
    }
    .ms-lg-36 {
        margin-left: 180px !important;
    }
    .ms-lg-37 {
        margin-left: 185px !important;
    }
    .ms-lg-38 {
        margin-left: 190px !important;
    }
    .ms-lg-39 {
        margin-left: 195px !important;
    }
    .ms-lg-40 {
        margin-left: 200px !important;
    }
    .ms-lg-auto {
        margin-left: auto !important;
    }
    .p-lg-0 {
        padding: 0 !important;
    }
    .p-lg-1 {
        padding: 5px !important;
    }
    .p-lg-2 {
        padding: 10px !important;
    }
    .p-lg-3 {
        padding: 15px !important;
    }
    .p-lg-4 {
        padding: 20px !important;
    }
    .p-lg-5 {
        padding: 25px !important;
    }
    .p-lg-6 {
        padding: 30px !important;
    }
    .p-lg-7 {
        padding: 35px !important;
    }
    .p-lg-8 {
        padding: 40px !important;
    }
    .p-lg-9 {
        padding: 45px !important;
    }
    .p-lg-10 {
        padding: 50px !important;
    }
    .p-lg-11 {
        padding: 55px !important;
    }
    .p-lg-12 {
        padding: 60px !important;
    }
    .p-lg-13 {
        padding: 65px !important;
    }
    .p-lg-14 {
        padding: 70px !important;
    }
    .p-lg-15 {
        padding: 75px !important;
    }
    .p-lg-16 {
        padding: 80px !important;
    }
    .p-lg-17 {
        padding: 85px !important;
    }
    .p-lg-18 {
        padding: 90px !important;
    }
    .p-lg-19 {
        padding: 95px !important;
    }
    .p-lg-20 {
        padding: 100px !important;
    }
    .p-lg-21 {
        padding: 105px !important;
    }
    .p-lg-22 {
        padding: 110px !important;
    }
    .p-lg-23 {
        padding: 115px !important;
    }
    .p-lg-24 {
        padding: 120px !important;
    }
    .p-lg-25 {
        padding: 125px !important;
    }
    .p-lg-26 {
        padding: 130px !important;
    }
    .p-lg-27 {
        padding: 135px !important;
    }
    .p-lg-28 {
        padding: 140px !important;
    }
    .p-lg-29 {
        padding: 145px !important;
    }
    .p-lg-30 {
        padding: 150px !important;
    }
    .p-lg-31 {
        padding: 155px !important;
    }
    .p-lg-32 {
        padding: 160px !important;
    }
    .p-lg-33 {
        padding: 165px !important;
    }
    .p-lg-34 {
        padding: 170px !important;
    }
    .p-lg-35 {
        padding: 175px !important;
    }
    .p-lg-36 {
        padding: 180px !important;
    }
    .p-lg-37 {
        padding: 185px !important;
    }
    .p-lg-38 {
        padding: 190px !important;
    }
    .p-lg-39 {
        padding: 195px !important;
    }
    .p-lg-40 {
        padding: 200px !important;
    }
    .px-lg-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .px-lg-1 {
        padding-right: 5px !important;
        padding-left: 5px !important;
    }
    .px-lg-2 {
        padding-right: 10px !important;
        padding-left: 10px !important;
    }
    .px-lg-3 {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }
    .px-lg-4 {
        padding-right: 20px !important;
        padding-left: 20px !important;
    }
    .px-lg-5 {
        padding-right: 25px !important;
        padding-left: 25px !important;
    }
    .px-lg-6 {
        padding-right: 30px !important;
        padding-left: 30px !important;
    }
    .px-lg-7 {
        padding-right: 35px !important;
        padding-left: 35px !important;
    }
    .px-lg-8 {
        padding-right: 40px !important;
        padding-left: 40px !important;
    }
    .px-lg-9 {
        padding-right: 45px !important;
        padding-left: 45px !important;
    }
    .px-lg-10 {
        padding-right: 50px !important;
        padding-left: 50px !important;
    }
    .px-lg-11 {
        padding-right: 55px !important;
        padding-left: 55px !important;
    }
    .px-lg-12 {
        padding-right: 60px !important;
        padding-left: 60px !important;
    }
    .px-lg-13 {
        padding-right: 65px !important;
        padding-left: 65px !important;
    }
    .px-lg-14 {
        padding-right: 70px !important;
        padding-left: 70px !important;
    }
    .px-lg-15 {
        padding-right: 75px !important;
        padding-left: 75px !important;
    }
    .px-lg-16 {
        padding-right: 80px !important;
        padding-left: 80px !important;
    }
    .px-lg-17 {
        padding-right: 85px !important;
        padding-left: 85px !important;
    }
    .px-lg-18 {
        padding-right: 90px !important;
        padding-left: 90px !important;
    }
    .px-lg-19 {
        padding-right: 95px !important;
        padding-left: 95px !important;
    }
    .px-lg-20 {
        padding-right: 100px !important;
        padding-left: 100px !important;
    }
    .px-lg-21 {
        padding-right: 105px !important;
        padding-left: 105px !important;
    }
    .px-lg-22 {
        padding-right: 110px !important;
        padding-left: 110px !important;
    }
    .px-lg-23 {
        padding-right: 115px !important;
        padding-left: 115px !important;
    }
    .px-lg-24 {
        padding-right: 120px !important;
        padding-left: 120px !important;
    }
    .px-lg-25 {
        padding-right: 125px !important;
        padding-left: 125px !important;
    }
    .px-lg-26 {
        padding-right: 130px !important;
        padding-left: 130px !important;
    }
    .px-lg-27 {
        padding-right: 135px !important;
        padding-left: 135px !important;
    }
    .px-lg-28 {
        padding-right: 140px !important;
        padding-left: 140px !important;
    }
    .px-lg-29 {
        padding-right: 145px !important;
        padding-left: 145px !important;
    }
    .px-lg-30 {
        padding-right: 150px !important;
        padding-left: 150px !important;
    }
    .px-lg-31 {
        padding-right: 155px !important;
        padding-left: 155px !important;
    }
    .px-lg-32 {
        padding-right: 160px !important;
        padding-left: 160px !important;
    }
    .px-lg-33 {
        padding-right: 165px !important;
        padding-left: 165px !important;
    }
    .px-lg-34 {
        padding-right: 170px !important;
        padding-left: 170px !important;
    }
    .px-lg-35 {
        padding-right: 175px !important;
        padding-left: 175px !important;
    }
    .px-lg-36 {
        padding-right: 180px !important;
        padding-left: 180px !important;
    }
    .px-lg-37 {
        padding-right: 185px !important;
        padding-left: 185px !important;
    }
    .px-lg-38 {
        padding-right: 190px !important;
        padding-left: 190px !important;
    }
    .px-lg-39 {
        padding-right: 195px !important;
        padding-left: 195px !important;
    }
    .px-lg-40 {
        padding-right: 200px !important;
        padding-left: 200px !important;
    }
    .py-lg-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .py-lg-1 {
        padding-top: 5px !important;
        padding-bottom: 5px !important;
    }
    .py-lg-2 {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }
    .py-lg-3 {
        padding-top: 15px !important;
        padding-bottom: 15px !important;
    }
    .py-lg-4 {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }
    .py-lg-5 {
        padding-top: 25px !important;
        padding-bottom: 25px !important;
    }
    .py-lg-6 {
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }
    .py-lg-7 {
        padding-top: 35px !important;
        padding-bottom: 35px !important;
    }
    .py-lg-8 {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }
    .py-lg-9 {
        padding-top: 45px !important;
        padding-bottom: 45px !important;
    }
    .py-lg-10 {
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }
    .py-lg-11 {
        padding-top: 55px !important;
        padding-bottom: 55px !important;
    }
    .py-lg-12 {
        padding-top: 60px !important;
        padding-bottom: 60px !important;
    }
    .py-lg-13 {
        padding-top: 65px !important;
        padding-bottom: 65px !important;
    }
    .py-lg-14 {
        padding-top: 70px !important;
        padding-bottom: 70px !important;
    }
    .py-lg-15 {
        padding-top: 75px !important;
        padding-bottom: 75px !important;
    }
    .py-lg-16 {
        padding-top: 80px !important;
        padding-bottom: 80px !important;
    }
    .py-lg-17 {
        padding-top: 85px !important;
        padding-bottom: 85px !important;
    }
    .py-lg-18 {
        padding-top: 90px !important;
        padding-bottom: 90px !important;
    }
    .py-lg-19 {
        padding-top: 95px !important;
        padding-bottom: 95px !important;
    }
    .py-lg-20 {
        padding-top: 100px !important;
        padding-bottom: 100px !important;
    }
    .py-lg-21 {
        padding-top: 105px !important;
        padding-bottom: 105px !important;
    }
    .py-lg-22 {
        padding-top: 110px !important;
        padding-bottom: 110px !important;
    }
    .py-lg-23 {
        padding-top: 115px !important;
        padding-bottom: 115px !important;
    }
    .py-lg-24 {
        padding-top: 120px !important;
        padding-bottom: 120px !important;
    }
    .py-lg-25 {
        padding-top: 125px !important;
        padding-bottom: 125px !important;
    }
    .py-lg-26 {
        padding-top: 130px !important;
        padding-bottom: 130px !important;
    }
    .py-lg-27 {
        padding-top: 135px !important;
        padding-bottom: 135px !important;
    }
    .py-lg-28 {
        padding-top: 140px !important;
        padding-bottom: 140px !important;
    }
    .py-lg-29 {
        padding-top: 145px !important;
        padding-bottom: 145px !important;
    }
    .py-lg-30 {
        padding-top: 150px !important;
        padding-bottom: 150px !important;
    }
    .py-lg-31 {
        padding-top: 155px !important;
        padding-bottom: 155px !important;
    }
    .py-lg-32 {
        padding-top: 160px !important;
        padding-bottom: 160px !important;
    }
    .py-lg-33 {
        padding-top: 165px !important;
        padding-bottom: 165px !important;
    }
    .py-lg-34 {
        padding-top: 170px !important;
        padding-bottom: 170px !important;
    }
    .py-lg-35 {
        padding-top: 175px !important;
        padding-bottom: 175px !important;
    }
    .py-lg-36 {
        padding-top: 180px !important;
        padding-bottom: 180px !important;
    }
    .py-lg-37 {
        padding-top: 185px !important;
        padding-bottom: 185px !important;
    }
    .py-lg-38 {
        padding-top: 190px !important;
        padding-bottom: 190px !important;
    }
    .py-lg-39 {
        padding-top: 195px !important;
        padding-bottom: 195px !important;
    }
    .py-lg-40 {
        padding-top: 200px !important;
        padding-bottom: 200px !important;
    }
    .pt-lg-0 {
        padding-top: 0 !important;
    }
    .pt-lg-1 {
        padding-top: 5px !important;
    }
    .pt-lg-2 {
        padding-top: 10px !important;
    }
    .pt-lg-3 {
        padding-top: 15px !important;
    }
    .pt-lg-4 {
        padding-top: 20px !important;
    }
    .pt-lg-5 {
        padding-top: 25px !important;
    }
    .pt-lg-6 {
        padding-top: 30px !important;
    }
    .pt-lg-7 {
        padding-top: 35px !important;
    }
    .pt-lg-8 {
        padding-top: 40px !important;
    }
    .pt-lg-9 {
        padding-top: 45px !important;
    }
    .pt-lg-10 {
        padding-top: 50px !important;
    }
    .pt-lg-11 {
        padding-top: 55px !important;
    }
    .pt-lg-12 {
        padding-top: 60px !important;
    }
    .pt-lg-13 {
        padding-top: 65px !important;
    }
    .pt-lg-14 {
        padding-top: 70px !important;
    }
    .pt-lg-15 {
        padding-top: 75px !important;
    }
    .pt-lg-16 {
        padding-top: 80px !important;
    }
    .pt-lg-17 {
        padding-top: 85px !important;
    }
    .pt-lg-18 {
        padding-top: 90px !important;
    }
    .pt-lg-19 {
        padding-top: 95px !important;
    }
    .pt-lg-20 {
        padding-top: 100px !important;
    }
    .pt-lg-21 {
        padding-top: 105px !important;
    }
    .pt-lg-22 {
        padding-top: 110px !important;
    }
    .pt-lg-23 {
        padding-top: 115px !important;
    }
    .pt-lg-24 {
        padding-top: 120px !important;
    }
    .pt-lg-25 {
        padding-top: 125px !important;
    }
    .pt-lg-26 {
        padding-top: 130px !important;
    }
    .pt-lg-27 {
        padding-top: 135px !important;
    }
    .pt-lg-28 {
        padding-top: 140px !important;
    }
    .pt-lg-29 {
        padding-top: 145px !important;
    }
    .pt-lg-30 {
        padding-top: 150px !important;
    }
    .pt-lg-31 {
        padding-top: 155px !important;
    }
    .pt-lg-32 {
        padding-top: 160px !important;
    }
    .pt-lg-33 {
        padding-top: 165px !important;
    }
    .pt-lg-34 {
        padding-top: 170px !important;
    }
    .pt-lg-35 {
        padding-top: 175px !important;
    }
    .pt-lg-36 {
        padding-top: 180px !important;
    }
    .pt-lg-37 {
        padding-top: 185px !important;
    }
    .pt-lg-38 {
        padding-top: 190px !important;
    }
    .pt-lg-39 {
        padding-top: 195px !important;
    }
    .pt-lg-40 {
        padding-top: 200px !important;
    }
    .pe-lg-0 {
        padding-right: 0 !important;
    }
    .pe-lg-1 {
        padding-right: 5px !important;
    }
    .pe-lg-2 {
        padding-right: 10px !important;
    }
    .pe-lg-3 {
        padding-right: 15px !important;
    }
    .pe-lg-4 {
        padding-right: 20px !important;
    }
    .pe-lg-5 {
        padding-right: 25px !important;
    }
    .pe-lg-6 {
        padding-right: 30px !important;
    }
    .pe-lg-7 {
        padding-right: 35px !important;
    }
    .pe-lg-8 {
        padding-right: 40px !important;
    }
    .pe-lg-9 {
        padding-right: 45px !important;
    }
    .pe-lg-10 {
        padding-right: 50px !important;
    }
    .pe-lg-11 {
        padding-right: 55px !important;
    }
    .pe-lg-12 {
        padding-right: 60px !important;
    }
    .pe-lg-13 {
        padding-right: 65px !important;
    }
    .pe-lg-14 {
        padding-right: 70px !important;
    }
    .pe-lg-15 {
        padding-right: 75px !important;
    }
    .pe-lg-16 {
        padding-right: 80px !important;
    }
    .pe-lg-17 {
        padding-right: 85px !important;
    }
    .pe-lg-18 {
        padding-right: 90px !important;
    }
    .pe-lg-19 {
        padding-right: 95px !important;
    }
    .pe-lg-20 {
        padding-right: 100px !important;
    }
    .pe-lg-21 {
        padding-right: 105px !important;
    }
    .pe-lg-22 {
        padding-right: 110px !important;
    }
    .pe-lg-23 {
        padding-right: 115px !important;
    }
    .pe-lg-24 {
        padding-right: 120px !important;
    }
    .pe-lg-25 {
        padding-right: 125px !important;
    }
    .pe-lg-26 {
        padding-right: 130px !important;
    }
    .pe-lg-27 {
        padding-right: 135px !important;
    }
    .pe-lg-28 {
        padding-right: 140px !important;
    }
    .pe-lg-29 {
        padding-right: 145px !important;
    }
    .pe-lg-30 {
        padding-right: 150px !important;
    }
    .pe-lg-31 {
        padding-right: 155px !important;
    }
    .pe-lg-32 {
        padding-right: 160px !important;
    }
    .pe-lg-33 {
        padding-right: 165px !important;
    }
    .pe-lg-34 {
        padding-right: 170px !important;
    }
    .pe-lg-35 {
        padding-right: 175px !important;
    }
    .pe-lg-36 {
        padding-right: 180px !important;
    }
    .pe-lg-37 {
        padding-right: 185px !important;
    }
    .pe-lg-38 {
        padding-right: 190px !important;
    }
    .pe-lg-39 {
        padding-right: 195px !important;
    }
    .pe-lg-40 {
        padding-right: 200px !important;
    }
    .pb-lg-0 {
        padding-bottom: 0 !important;
    }
    .pb-lg-1 {
        padding-bottom: 5px !important;
    }
    .pb-lg-2 {
        padding-bottom: 10px !important;
    }
    .pb-lg-3 {
        padding-bottom: 15px !important;
    }
    .pb-lg-4 {
        padding-bottom: 20px !important;
    }
    .pb-lg-5 {
        padding-bottom: 25px !important;
    }
    .pb-lg-6 {
        padding-bottom: 30px !important;
    }
    .pb-lg-7 {
        padding-bottom: 35px !important;
    }
    .pb-lg-8 {
        padding-bottom: 40px !important;
    }
    .pb-lg-9 {
        padding-bottom: 45px !important;
    }
    .pb-lg-10 {
        padding-bottom: 50px !important;
    }
    .pb-lg-11 {
        padding-bottom: 55px !important;
    }
    .pb-lg-12 {
        padding-bottom: 60px !important;
    }
    .pb-lg-13 {
        padding-bottom: 65px !important;
    }
    .pb-lg-14 {
        padding-bottom: 70px !important;
    }
    .pb-lg-15 {
        padding-bottom: 75px !important;
    }
    .pb-lg-16 {
        padding-bottom: 80px !important;
    }
    .pb-lg-17 {
        padding-bottom: 85px !important;
    }
    .pb-lg-18 {
        padding-bottom: 90px !important;
    }
    .pb-lg-19 {
        padding-bottom: 95px !important;
    }
    .pb-lg-20 {
        padding-bottom: 100px !important;
    }
    .pb-lg-21 {
        padding-bottom: 105px !important;
    }
    .pb-lg-22 {
        padding-bottom: 110px !important;
    }
    .pb-lg-23 {
        padding-bottom: 115px !important;
    }
    .pb-lg-24 {
        padding-bottom: 120px !important;
    }
    .pb-lg-25 {
        padding-bottom: 125px !important;
    }
    .pb-lg-26 {
        padding-bottom: 130px !important;
    }
    .pb-lg-27 {
        padding-bottom: 135px !important;
    }
    .pb-lg-28 {
        padding-bottom: 140px !important;
    }
    .pb-lg-29 {
        padding-bottom: 145px !important;
    }
    .pb-lg-30 {
        padding-bottom: 150px !important;
    }
    .pb-lg-31 {
        padding-bottom: 155px !important;
    }
    .pb-lg-32 {
        padding-bottom: 160px !important;
    }
    .pb-lg-33 {
        padding-bottom: 165px !important;
    }
    .pb-lg-34 {
        padding-bottom: 170px !important;
    }
    .pb-lg-35 {
        padding-bottom: 175px !important;
    }
    .pb-lg-36 {
        padding-bottom: 180px !important;
    }
    .pb-lg-37 {
        padding-bottom: 185px !important;
    }
    .pb-lg-38 {
        padding-bottom: 190px !important;
    }
    .pb-lg-39 {
        padding-bottom: 195px !important;
    }
    .pb-lg-40 {
        padding-bottom: 200px !important;
    }
    .ps-lg-0 {
        padding-left: 0 !important;
    }
    .ps-lg-1 {
        padding-left: 5px !important;
    }
    .ps-lg-2 {
        padding-left: 10px !important;
    }
    .ps-lg-3 {
        padding-left: 15px !important;
    }
    .ps-lg-4 {
        padding-left: 20px !important;
    }
    .ps-lg-5 {
        padding-left: 25px !important;
    }
    .ps-lg-6 {
        padding-left: 30px !important;
    }
    .ps-lg-7 {
        padding-left: 35px !important;
    }
    .ps-lg-8 {
        padding-left: 40px !important;
    }
    .ps-lg-9 {
        padding-left: 45px !important;
    }
    .ps-lg-10 {
        padding-left: 50px !important;
    }
    .ps-lg-11 {
        padding-left: 55px !important;
    }
    .ps-lg-12 {
        padding-left: 60px !important;
    }
    .ps-lg-13 {
        padding-left: 65px !important;
    }
    .ps-lg-14 {
        padding-left: 70px !important;
    }
    .ps-lg-15 {
        padding-left: 75px !important;
    }
    .ps-lg-16 {
        padding-left: 80px !important;
    }
    .ps-lg-17 {
        padding-left: 85px !important;
    }
    .ps-lg-18 {
        padding-left: 90px !important;
    }
    .ps-lg-19 {
        padding-left: 95px !important;
    }
    .ps-lg-20 {
        padding-left: 100px !important;
    }
    .ps-lg-21 {
        padding-left: 105px !important;
    }
    .ps-lg-22 {
        padding-left: 110px !important;
    }
    .ps-lg-23 {
        padding-left: 115px !important;
    }
    .ps-lg-24 {
        padding-left: 120px !important;
    }
    .ps-lg-25 {
        padding-left: 125px !important;
    }
    .ps-lg-26 {
        padding-left: 130px !important;
    }
    .ps-lg-27 {
        padding-left: 135px !important;
    }
    .ps-lg-28 {
        padding-left: 140px !important;
    }
    .ps-lg-29 {
        padding-left: 145px !important;
    }
    .ps-lg-30 {
        padding-left: 150px !important;
    }
    .ps-lg-31 {
        padding-left: 155px !important;
    }
    .ps-lg-32 {
        padding-left: 160px !important;
    }
    .ps-lg-33 {
        padding-left: 165px !important;
    }
    .ps-lg-34 {
        padding-left: 170px !important;
    }
    .ps-lg-35 {
        padding-left: 175px !important;
    }
    .ps-lg-36 {
        padding-left: 180px !important;
    }
    .ps-lg-37 {
        padding-left: 185px !important;
    }
    .ps-lg-38 {
        padding-left: 190px !important;
    }
    .ps-lg-39 {
        padding-left: 195px !important;
    }
    .ps-lg-40 {
        padding-left: 200px !important;
    }
    .text-lg-start {
        text-align: left !important;
    }
    .text-lg-end {
        text-align: right !important;
    }
    .text-lg-center {
        text-align: center !important;
    }
}

@media (min-width: 1200px) {
    .float-xl-start {
        float: left !important;
    }
    .float-xl-end {
        float: right !important;
    }
    .float-xl-none {
        float: none !important;
    }
    .d-xl-inline {
        display: inline !important;
    }
    .d-xl-inline-block {
        display: inline-block !important;
    }
    .d-xl-block {
        display: block !important;
    }
    .d-xl-grid {
        display: grid !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: flex !important;
    }
    .d-xl-inline-flex {
        display: inline-flex !important;
    }
    .d-xl-none {
        display: none !important;
    }
    .flex-xl-fill {
        flex: 1 1 auto !important;
    }
    .flex-xl-row {
        flex-direction: row !important;
    }
    .flex-xl-column {
        flex-direction: column !important;
    }
    .flex-xl-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-xl-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-xl-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-xl-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-xl-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-xl-shrink-1 {
        flex-shrink: 1 !important;
    }
    .flex-xl-wrap {
        flex-wrap: wrap !important;
    }
    .flex-xl-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .gap-xl-0 {
        gap: 0 !important;
    }
    .gap-xl-1 {
        gap: 5px !important;
    }
    .gap-xl-2 {
        gap: 10px !important;
    }
    .gap-xl-3 {
        gap: 15px !important;
    }
    .gap-xl-4 {
        gap: 20px !important;
    }
    .gap-xl-5 {
        gap: 25px !important;
    }
    .gap-xl-6 {
        gap: 30px !important;
    }
    .gap-xl-7 {
        gap: 35px !important;
    }
    .gap-xl-8 {
        gap: 40px !important;
    }
    .gap-xl-9 {
        gap: 45px !important;
    }
    .gap-xl-10 {
        gap: 50px !important;
    }
    .gap-xl-11 {
        gap: 55px !important;
    }
    .gap-xl-12 {
        gap: 60px !important;
    }
    .gap-xl-13 {
        gap: 65px !important;
    }
    .gap-xl-14 {
        gap: 70px !important;
    }
    .gap-xl-15 {
        gap: 75px !important;
    }
    .gap-xl-16 {
        gap: 80px !important;
    }
    .gap-xl-17 {
        gap: 85px !important;
    }
    .gap-xl-18 {
        gap: 90px !important;
    }
    .gap-xl-19 {
        gap: 95px !important;
    }
    .gap-xl-20 {
        gap: 100px !important;
    }
    .gap-xl-21 {
        gap: 105px !important;
    }
    .gap-xl-22 {
        gap: 110px !important;
    }
    .gap-xl-23 {
        gap: 115px !important;
    }
    .gap-xl-24 {
        gap: 120px !important;
    }
    .gap-xl-25 {
        gap: 125px !important;
    }
    .gap-xl-26 {
        gap: 130px !important;
    }
    .gap-xl-27 {
        gap: 135px !important;
    }
    .gap-xl-28 {
        gap: 140px !important;
    }
    .gap-xl-29 {
        gap: 145px !important;
    }
    .gap-xl-30 {
        gap: 150px !important;
    }
    .gap-xl-31 {
        gap: 155px !important;
    }
    .gap-xl-32 {
        gap: 160px !important;
    }
    .gap-xl-33 {
        gap: 165px !important;
    }
    .gap-xl-34 {
        gap: 170px !important;
    }
    .gap-xl-35 {
        gap: 175px !important;
    }
    .gap-xl-36 {
        gap: 180px !important;
    }
    .gap-xl-37 {
        gap: 185px !important;
    }
    .gap-xl-38 {
        gap: 190px !important;
    }
    .gap-xl-39 {
        gap: 195px !important;
    }
    .gap-xl-40 {
        gap: 200px !important;
    }
    .justify-content-xl-start {
        justify-content: flex-start !important;
    }
    .justify-content-xl-end {
        justify-content: flex-end !important;
    }
    .justify-content-xl-center {
        justify-content: center !important;
    }
    .justify-content-xl-between {
        justify-content: space-between !important;
    }
    .justify-content-xl-around {
        justify-content: space-around !important;
    }
    .justify-content-xl-evenly {
        justify-content: space-evenly !important;
    }
    .align-items-xl-start {
        align-items: flex-start !important;
    }
    .align-items-xl-end {
        align-items: flex-end !important;
    }
    .align-items-xl-center {
        align-items: center !important;
    }
    .align-items-xl-baseline {
        align-items: baseline !important;
    }
    .align-items-xl-stretch {
        align-items: stretch !important;
    }
    .align-content-xl-start {
        align-content: flex-start !important;
    }
    .align-content-xl-end {
        align-content: flex-end !important;
    }
    .align-content-xl-center {
        align-content: center !important;
    }
    .align-content-xl-between {
        align-content: space-between !important;
    }
    .align-content-xl-around {
        align-content: space-around !important;
    }
    .align-content-xl-stretch {
        align-content: stretch !important;
    }
    .align-self-xl-auto {
        align-self: auto !important;
    }
    .align-self-xl-start {
        align-self: flex-start !important;
    }
    .align-self-xl-end {
        align-self: flex-end !important;
    }
    .align-self-xl-center {
        align-self: center !important;
    }
    .align-self-xl-baseline {
        align-self: baseline !important;
    }
    .align-self-xl-stretch {
        align-self: stretch !important;
    }
    .order-xl-first {
        order: -1 !important;
    }
    .order-xl-0 {
        order: 0 !important;
    }
    .order-xl-1 {
        order: 1 !important;
    }
    .order-xl-2 {
        order: 2 !important;
    }
    .order-xl-3 {
        order: 3 !important;
    }
    .order-xl-4 {
        order: 4 !important;
    }
    .order-xl-5 {
        order: 5 !important;
    }
    .order-xl-last {
        order: 6 !important;
    }
    .m-xl-0 {
        margin: 0 !important;
    }
    .m-xl-1 {
        margin: 5px !important;
    }
    .m-xl-2 {
        margin: 10px !important;
    }
    .m-xl-3 {
        margin: 15px !important;
    }
    .m-xl-4 {
        margin: 20px !important;
    }
    .m-xl-5 {
        margin: 25px !important;
    }
    .m-xl-6 {
        margin: 30px !important;
    }
    .m-xl-7 {
        margin: 35px !important;
    }
    .m-xl-8 {
        margin: 40px !important;
    }
    .m-xl-9 {
        margin: 45px !important;
    }
    .m-xl-10 {
        margin: 50px !important;
    }
    .m-xl-11 {
        margin: 55px !important;
    }
    .m-xl-12 {
        margin: 60px !important;
    }
    .m-xl-13 {
        margin: 65px !important;
    }
    .m-xl-14 {
        margin: 70px !important;
    }
    .m-xl-15 {
        margin: 75px !important;
    }
    .m-xl-16 {
        margin: 80px !important;
    }
    .m-xl-17 {
        margin: 85px !important;
    }
    .m-xl-18 {
        margin: 90px !important;
    }
    .m-xl-19 {
        margin: 95px !important;
    }
    .m-xl-20 {
        margin: 100px !important;
    }
    .m-xl-21 {
        margin: 105px !important;
    }
    .m-xl-22 {
        margin: 110px !important;
    }
    .m-xl-23 {
        margin: 115px !important;
    }
    .m-xl-24 {
        margin: 120px !important;
    }
    .m-xl-25 {
        margin: 125px !important;
    }
    .m-xl-26 {
        margin: 130px !important;
    }
    .m-xl-27 {
        margin: 135px !important;
    }
    .m-xl-28 {
        margin: 140px !important;
    }
    .m-xl-29 {
        margin: 145px !important;
    }
    .m-xl-30 {
        margin: 150px !important;
    }
    .m-xl-31 {
        margin: 155px !important;
    }
    .m-xl-32 {
        margin: 160px !important;
    }
    .m-xl-33 {
        margin: 165px !important;
    }
    .m-xl-34 {
        margin: 170px !important;
    }
    .m-xl-35 {
        margin: 175px !important;
    }
    .m-xl-36 {
        margin: 180px !important;
    }
    .m-xl-37 {
        margin: 185px !important;
    }
    .m-xl-38 {
        margin: 190px !important;
    }
    .m-xl-39 {
        margin: 195px !important;
    }
    .m-xl-40 {
        margin: 200px !important;
    }
    .m-xl-auto {
        margin: auto !important;
    }
    .mx-xl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .mx-xl-1 {
        margin-right: 5px !important;
        margin-left: 5px !important;
    }
    .mx-xl-2 {
        margin-right: 10px !important;
        margin-left: 10px !important;
    }
    .mx-xl-3 {
        margin-right: 15px !important;
        margin-left: 15px !important;
    }
    .mx-xl-4 {
        margin-right: 20px !important;
        margin-left: 20px !important;
    }
    .mx-xl-5 {
        margin-right: 25px !important;
        margin-left: 25px !important;
    }
    .mx-xl-6 {
        margin-right: 30px !important;
        margin-left: 30px !important;
    }
    .mx-xl-7 {
        margin-right: 35px !important;
        margin-left: 35px !important;
    }
    .mx-xl-8 {
        margin-right: 40px !important;
        margin-left: 40px !important;
    }
    .mx-xl-9 {
        margin-right: 45px !important;
        margin-left: 45px !important;
    }
    .mx-xl-10 {
        margin-right: 50px !important;
        margin-left: 50px !important;
    }
    .mx-xl-11 {
        margin-right: 55px !important;
        margin-left: 55px !important;
    }
    .mx-xl-12 {
        margin-right: 60px !important;
        margin-left: 60px !important;
    }
    .mx-xl-13 {
        margin-right: 65px !important;
        margin-left: 65px !important;
    }
    .mx-xl-14 {
        margin-right: 70px !important;
        margin-left: 70px !important;
    }
    .mx-xl-15 {
        margin-right: 75px !important;
        margin-left: 75px !important;
    }
    .mx-xl-16 {
        margin-right: 80px !important;
        margin-left: 80px !important;
    }
    .mx-xl-17 {
        margin-right: 85px !important;
        margin-left: 85px !important;
    }
    .mx-xl-18 {
        margin-right: 90px !important;
        margin-left: 90px !important;
    }
    .mx-xl-19 {
        margin-right: 95px !important;
        margin-left: 95px !important;
    }
    .mx-xl-20 {
        margin-right: 100px !important;
        margin-left: 100px !important;
    }
    .mx-xl-21 {
        margin-right: 105px !important;
        margin-left: 105px !important;
    }
    .mx-xl-22 {
        margin-right: 110px !important;
        margin-left: 110px !important;
    }
    .mx-xl-23 {
        margin-right: 115px !important;
        margin-left: 115px !important;
    }
    .mx-xl-24 {
        margin-right: 120px !important;
        margin-left: 120px !important;
    }
    .mx-xl-25 {
        margin-right: 125px !important;
        margin-left: 125px !important;
    }
    .mx-xl-26 {
        margin-right: 130px !important;
        margin-left: 130px !important;
    }
    .mx-xl-27 {
        margin-right: 135px !important;
        margin-left: 135px !important;
    }
    .mx-xl-28 {
        margin-right: 140px !important;
        margin-left: 140px !important;
    }
    .mx-xl-29 {
        margin-right: 145px !important;
        margin-left: 145px !important;
    }
    .mx-xl-30 {
        margin-right: 150px !important;
        margin-left: 150px !important;
    }
    .mx-xl-31 {
        margin-right: 155px !important;
        margin-left: 155px !important;
    }
    .mx-xl-32 {
        margin-right: 160px !important;
        margin-left: 160px !important;
    }
    .mx-xl-33 {
        margin-right: 165px !important;
        margin-left: 165px !important;
    }
    .mx-xl-34 {
        margin-right: 170px !important;
        margin-left: 170px !important;
    }
    .mx-xl-35 {
        margin-right: 175px !important;
        margin-left: 175px !important;
    }
    .mx-xl-36 {
        margin-right: 180px !important;
        margin-left: 180px !important;
    }
    .mx-xl-37 {
        margin-right: 185px !important;
        margin-left: 185px !important;
    }
    .mx-xl-38 {
        margin-right: 190px !important;
        margin-left: 190px !important;
    }
    .mx-xl-39 {
        margin-right: 195px !important;
        margin-left: 195px !important;
    }
    .mx-xl-40 {
        margin-right: 200px !important;
        margin-left: 200px !important;
    }
    .mx-xl-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }
    .my-xl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .my-xl-1 {
        margin-top: 5px !important;
        margin-bottom: 5px !important;
    }
    .my-xl-2 {
        margin-top: 10px !important;
        margin-bottom: 10px !important;
    }
    .my-xl-3 {
        margin-top: 15px !important;
        margin-bottom: 15px !important;
    }
    .my-xl-4 {
        margin-top: 20px !important;
        margin-bottom: 20px !important;
    }
    .my-xl-5 {
        margin-top: 25px !important;
        margin-bottom: 25px !important;
    }
    .my-xl-6 {
        margin-top: 30px !important;
        margin-bottom: 30px !important;
    }
    .my-xl-7 {
        margin-top: 35px !important;
        margin-bottom: 35px !important;
    }
    .my-xl-8 {
        margin-top: 40px !important;
        margin-bottom: 40px !important;
    }
    .my-xl-9 {
        margin-top: 45px !important;
        margin-bottom: 45px !important;
    }
    .my-xl-10 {
        margin-top: 50px !important;
        margin-bottom: 50px !important;
    }
    .my-xl-11 {
        margin-top: 55px !important;
        margin-bottom: 55px !important;
    }
    .my-xl-12 {
        margin-top: 60px !important;
        margin-bottom: 60px !important;
    }
    .my-xl-13 {
        margin-top: 65px !important;
        margin-bottom: 65px !important;
    }
    .my-xl-14 {
        margin-top: 70px !important;
        margin-bottom: 70px !important;
    }
    .my-xl-15 {
        margin-top: 75px !important;
        margin-bottom: 75px !important;
    }
    .my-xl-16 {
        margin-top: 80px !important;
        margin-bottom: 80px !important;
    }
    .my-xl-17 {
        margin-top: 85px !important;
        margin-bottom: 85px !important;
    }
    .my-xl-18 {
        margin-top: 90px !important;
        margin-bottom: 90px !important;
    }
    .my-xl-19 {
        margin-top: 95px !important;
        margin-bottom: 95px !important;
    }
    .my-xl-20 {
        margin-top: 100px !important;
        margin-bottom: 100px !important;
    }
    .my-xl-21 {
        margin-top: 105px !important;
        margin-bottom: 105px !important;
    }
    .my-xl-22 {
        margin-top: 110px !important;
        margin-bottom: 110px !important;
    }
    .my-xl-23 {
        margin-top: 115px !important;
        margin-bottom: 115px !important;
    }
    .my-xl-24 {
        margin-top: 120px !important;
        margin-bottom: 120px !important;
    }
    .my-xl-25 {
        margin-top: 125px !important;
        margin-bottom: 125px !important;
    }
    .my-xl-26 {
        margin-top: 130px !important;
        margin-bottom: 130px !important;
    }
    .my-xl-27 {
        margin-top: 135px !important;
        margin-bottom: 135px !important;
    }
    .my-xl-28 {
        margin-top: 140px !important;
        margin-bottom: 140px !important;
    }
    .my-xl-29 {
        margin-top: 145px !important;
        margin-bottom: 145px !important;
    }
    .my-xl-30 {
        margin-top: 150px !important;
        margin-bottom: 150px !important;
    }
    .my-xl-31 {
        margin-top: 155px !important;
        margin-bottom: 155px !important;
    }
    .my-xl-32 {
        margin-top: 160px !important;
        margin-bottom: 160px !important;
    }
    .my-xl-33 {
        margin-top: 165px !important;
        margin-bottom: 165px !important;
    }
    .my-xl-34 {
        margin-top: 170px !important;
        margin-bottom: 170px !important;
    }
    .my-xl-35 {
        margin-top: 175px !important;
        margin-bottom: 175px !important;
    }
    .my-xl-36 {
        margin-top: 180px !important;
        margin-bottom: 180px !important;
    }
    .my-xl-37 {
        margin-top: 185px !important;
        margin-bottom: 185px !important;
    }
    .my-xl-38 {
        margin-top: 190px !important;
        margin-bottom: 190px !important;
    }
    .my-xl-39 {
        margin-top: 195px !important;
        margin-bottom: 195px !important;
    }
    .my-xl-40 {
        margin-top: 200px !important;
        margin-bottom: 200px !important;
    }
    .my-xl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }
    .mt-xl-0 {
        margin-top: 0 !important;
    }
    .mt-xl-1 {
        margin-top: 5px !important;
    }
    .mt-xl-2 {
        margin-top: 10px !important;
    }
    .mt-xl-3 {
        margin-top: 15px !important;
    }
    .mt-xl-4 {
        margin-top: 20px !important;
    }
    .mt-xl-5 {
        margin-top: 25px !important;
    }
    .mt-xl-6 {
        margin-top: 30px !important;
    }
    .mt-xl-7 {
        margin-top: 35px !important;
    }
    .mt-xl-8 {
        margin-top: 40px !important;
    }
    .mt-xl-9 {
        margin-top: 45px !important;
    }
    .mt-xl-10 {
        margin-top: 50px !important;
    }
    .mt-xl-11 {
        margin-top: 55px !important;
    }
    .mt-xl-12 {
        margin-top: 60px !important;
    }
    .mt-xl-13 {
        margin-top: 65px !important;
    }
    .mt-xl-14 {
        margin-top: 70px !important;
    }
    .mt-xl-15 {
        margin-top: 75px !important;
    }
    .mt-xl-16 {
        margin-top: 80px !important;
    }
    .mt-xl-17 {
        margin-top: 85px !important;
    }
    .mt-xl-18 {
        margin-top: 90px !important;
    }
    .mt-xl-19 {
        margin-top: 95px !important;
    }
    .mt-xl-20 {
        margin-top: 100px !important;
    }
    .mt-xl-21 {
        margin-top: 105px !important;
    }
    .mt-xl-22 {
        margin-top: 110px !important;
    }
    .mt-xl-23 {
        margin-top: 115px !important;
    }
    .mt-xl-24 {
        margin-top: 120px !important;
    }
    .mt-xl-25 {
        margin-top: 125px !important;
    }
    .mt-xl-26 {
        margin-top: 130px !important;
    }
    .mt-xl-27 {
        margin-top: 135px !important;
    }
    .mt-xl-28 {
        margin-top: 140px !important;
    }
    .mt-xl-29 {
        margin-top: 145px !important;
    }
    .mt-xl-30 {
        margin-top: 150px !important;
    }
    .mt-xl-31 {
        margin-top: 155px !important;
    }
    .mt-xl-32 {
        margin-top: 160px !important;
    }
    .mt-xl-33 {
        margin-top: 165px !important;
    }
    .mt-xl-34 {
        margin-top: 170px !important;
    }
    .mt-xl-35 {
        margin-top: 175px !important;
    }
    .mt-xl-36 {
        margin-top: 180px !important;
    }
    .mt-xl-37 {
        margin-top: 185px !important;
    }
    .mt-xl-38 {
        margin-top: 190px !important;
    }
    .mt-xl-39 {
        margin-top: 195px !important;
    }
    .mt-xl-40 {
        margin-top: 200px !important;
    }
    .mt-xl-auto {
        margin-top: auto !important;
    }
    .me-xl-0 {
        margin-right: 0 !important;
    }
    .me-xl-1 {
        margin-right: 5px !important;
    }
    .me-xl-2 {
        margin-right: 10px !important;
    }
    .me-xl-3 {
        margin-right: 15px !important;
    }
    .me-xl-4 {
        margin-right: 20px !important;
    }
    .me-xl-5 {
        margin-right: 25px !important;
    }
    .me-xl-6 {
        margin-right: 30px !important;
    }
    .me-xl-7 {
        margin-right: 35px !important;
    }
    .me-xl-8 {
        margin-right: 40px !important;
    }
    .me-xl-9 {
        margin-right: 45px !important;
    }
    .me-xl-10 {
        margin-right: 50px !important;
    }
    .me-xl-11 {
        margin-right: 55px !important;
    }
    .me-xl-12 {
        margin-right: 60px !important;
    }
    .me-xl-13 {
        margin-right: 65px !important;
    }
    .me-xl-14 {
        margin-right: 70px !important;
    }
    .me-xl-15 {
        margin-right: 75px !important;
    }
    .me-xl-16 {
        margin-right: 80px !important;
    }
    .me-xl-17 {
        margin-right: 85px !important;
    }
    .me-xl-18 {
        margin-right: 90px !important;
    }
    .me-xl-19 {
        margin-right: 95px !important;
    }
    .me-xl-20 {
        margin-right: 100px !important;
    }
    .me-xl-21 {
        margin-right: 105px !important;
    }
    .me-xl-22 {
        margin-right: 110px !important;
    }
    .me-xl-23 {
        margin-right: 115px !important;
    }
    .me-xl-24 {
        margin-right: 120px !important;
    }
    .me-xl-25 {
        margin-right: 125px !important;
    }
    .me-xl-26 {
        margin-right: 130px !important;
    }
    .me-xl-27 {
        margin-right: 135px !important;
    }
    .me-xl-28 {
        margin-right: 140px !important;
    }
    .me-xl-29 {
        margin-right: 145px !important;
    }
    .me-xl-30 {
        margin-right: 150px !important;
    }
    .me-xl-31 {
        margin-right: 155px !important;
    }
    .me-xl-32 {
        margin-right: 160px !important;
    }
    .me-xl-33 {
        margin-right: 165px !important;
    }
    .me-xl-34 {
        margin-right: 170px !important;
    }
    .me-xl-35 {
        margin-right: 175px !important;
    }
    .me-xl-36 {
        margin-right: 180px !important;
    }
    .me-xl-37 {
        margin-right: 185px !important;
    }
    .me-xl-38 {
        margin-right: 190px !important;
    }
    .me-xl-39 {
        margin-right: 195px !important;
    }
    .me-xl-40 {
        margin-right: 200px !important;
    }
    .me-xl-auto {
        margin-right: auto !important;
    }
    .mb-xl-0 {
        margin-bottom: 0 !important;
    }
    .mb-xl-1 {
        margin-bottom: 5px !important;
    }
    .mb-xl-2 {
        margin-bottom: 10px !important;
    }
    .mb-xl-3 {
        margin-bottom: 15px !important;
    }
    .mb-xl-4 {
        margin-bottom: 20px !important;
    }
    .mb-xl-5 {
        margin-bottom: 25px !important;
    }
    .mb-xl-6 {
        margin-bottom: 30px !important;
    }
    .mb-xl-7 {
        margin-bottom: 35px !important;
    }
    .mb-xl-8 {
        margin-bottom: 40px !important;
    }
    .mb-xl-9 {
        margin-bottom: 45px !important;
    }
    .mb-xl-10 {
        margin-bottom: 50px !important;
    }
    .mb-xl-11 {
        margin-bottom: 55px !important;
    }
    .mb-xl-12 {
        margin-bottom: 60px !important;
    }
    .mb-xl-13 {
        margin-bottom: 65px !important;
    }
    .mb-xl-14 {
        margin-bottom: 70px !important;
    }
    .mb-xl-15 {
        margin-bottom: 75px !important;
    }
    .mb-xl-16 {
        margin-bottom: 80px !important;
    }
    .mb-xl-17 {
        margin-bottom: 85px !important;
    }
    .mb-xl-18 {
        margin-bottom: 90px !important;
    }
    .mb-xl-19 {
        margin-bottom: 95px !important;
    }
    .mb-xl-20 {
        margin-bottom: 100px !important;
    }
    .mb-xl-21 {
        margin-bottom: 105px !important;
    }
    .mb-xl-22 {
        margin-bottom: 110px !important;
    }
    .mb-xl-23 {
        margin-bottom: 115px !important;
    }
    .mb-xl-24 {
        margin-bottom: 120px !important;
    }
    .mb-xl-25 {
        margin-bottom: 125px !important;
    }
    .mb-xl-26 {
        margin-bottom: 130px !important;
    }
    .mb-xl-27 {
        margin-bottom: 135px !important;
    }
    .mb-xl-28 {
        margin-bottom: 140px !important;
    }
    .mb-xl-29 {
        margin-bottom: 145px !important;
    }
    .mb-xl-30 {
        margin-bottom: 150px !important;
    }
    .mb-xl-31 {
        margin-bottom: 155px !important;
    }
    .mb-xl-32 {
        margin-bottom: 160px !important;
    }
    .mb-xl-33 {
        margin-bottom: 165px !important;
    }
    .mb-xl-34 {
        margin-bottom: 170px !important;
    }
    .mb-xl-35 {
        margin-bottom: 175px !important;
    }
    .mb-xl-36 {
        margin-bottom: 180px !important;
    }
    .mb-xl-37 {
        margin-bottom: 185px !important;
    }
    .mb-xl-38 {
        margin-bottom: 190px !important;
    }
    .mb-xl-39 {
        margin-bottom: 195px !important;
    }
    .mb-xl-40 {
        margin-bottom: 200px !important;
    }
    .mb-xl-auto {
        margin-bottom: auto !important;
    }
    .ms-xl-0 {
        margin-left: 0 !important;
    }
    .ms-xl-1 {
        margin-left: 5px !important;
    }
    .ms-xl-2 {
        margin-left: 10px !important;
    }
    .ms-xl-3 {
        margin-left: 15px !important;
    }
    .ms-xl-4 {
        margin-left: 20px !important;
    }
    .ms-xl-5 {
        margin-left: 25px !important;
    }
    .ms-xl-6 {
        margin-left: 30px !important;
    }
    .ms-xl-7 {
        margin-left: 35px !important;
    }
    .ms-xl-8 {
        margin-left: 40px !important;
    }
    .ms-xl-9 {
        margin-left: 45px !important;
    }
    .ms-xl-10 {
        margin-left: 50px !important;
    }
    .ms-xl-11 {
        margin-left: 55px !important;
    }
    .ms-xl-12 {
        margin-left: 60px !important;
    }
    .ms-xl-13 {
        margin-left: 65px !important;
    }
    .ms-xl-14 {
        margin-left: 70px !important;
    }
    .ms-xl-15 {
        margin-left: 75px !important;
    }
    .ms-xl-16 {
        margin-left: 80px !important;
    }
    .ms-xl-17 {
        margin-left: 85px !important;
    }
    .ms-xl-18 {
        margin-left: 90px !important;
    }
    .ms-xl-19 {
        margin-left: 95px !important;
    }
    .ms-xl-20 {
        margin-left: 100px !important;
    }
    .ms-xl-21 {
        margin-left: 105px !important;
    }
    .ms-xl-22 {
        margin-left: 110px !important;
    }
    .ms-xl-23 {
        margin-left: 115px !important;
    }
    .ms-xl-24 {
        margin-left: 120px !important;
    }
    .ms-xl-25 {
        margin-left: 125px !important;
    }
    .ms-xl-26 {
        margin-left: 130px !important;
    }
    .ms-xl-27 {
        margin-left: 135px !important;
    }
    .ms-xl-28 {
        margin-left: 140px !important;
    }
    .ms-xl-29 {
        margin-left: 145px !important;
    }
    .ms-xl-30 {
        margin-left: 150px !important;
    }
    .ms-xl-31 {
        margin-left: 155px !important;
    }
    .ms-xl-32 {
        margin-left: 160px !important;
    }
    .ms-xl-33 {
        margin-left: 165px !important;
    }
    .ms-xl-34 {
        margin-left: 170px !important;
    }
    .ms-xl-35 {
        margin-left: 175px !important;
    }
    .ms-xl-36 {
        margin-left: 180px !important;
    }
    .ms-xl-37 {
        margin-left: 185px !important;
    }
    .ms-xl-38 {
        margin-left: 190px !important;
    }
    .ms-xl-39 {
        margin-left: 195px !important;
    }
    .ms-xl-40 {
        margin-left: 200px !important;
    }
    .ms-xl-auto {
        margin-left: auto !important;
    }
    .p-xl-0 {
        padding: 0 !important;
    }
    .p-xl-1 {
        padding: 5px !important;
    }
    .p-xl-2 {
        padding: 10px !important;
    }
    .p-xl-3 {
        padding: 15px !important;
    }
    .p-xl-4 {
        padding: 20px !important;
    }
    .p-xl-5 {
        padding: 25px !important;
    }
    .p-xl-6 {
        padding: 30px !important;
    }
    .p-xl-7 {
        padding: 35px !important;
    }
    .p-xl-8 {
        padding: 40px !important;
    }
    .p-xl-9 {
        padding: 45px !important;
    }
    .p-xl-10 {
        padding: 50px !important;
    }
    .p-xl-11 {
        padding: 55px !important;
    }
    .p-xl-12 {
        padding: 60px !important;
    }
    .p-xl-13 {
        padding: 65px !important;
    }
    .p-xl-14 {
        padding: 70px !important;
    }
    .p-xl-15 {
        padding: 75px !important;
    }
    .p-xl-16 {
        padding: 80px !important;
    }
    .p-xl-17 {
        padding: 85px !important;
    }
    .p-xl-18 {
        padding: 90px !important;
    }
    .p-xl-19 {
        padding: 95px !important;
    }
    .p-xl-20 {
        padding: 100px !important;
    }
    .p-xl-21 {
        padding: 105px !important;
    }
    .p-xl-22 {
        padding: 110px !important;
    }
    .p-xl-23 {
        padding: 115px !important;
    }
    .p-xl-24 {
        padding: 120px !important;
    }
    .p-xl-25 {
        padding: 125px !important;
    }
    .p-xl-26 {
        padding: 130px !important;
    }
    .p-xl-27 {
        padding: 135px !important;
    }
    .p-xl-28 {
        padding: 140px !important;
    }
    .p-xl-29 {
        padding: 145px !important;
    }
    .p-xl-30 {
        padding: 150px !important;
    }
    .p-xl-31 {
        padding: 155px !important;
    }
    .p-xl-32 {
        padding: 160px !important;
    }
    .p-xl-33 {
        padding: 165px !important;
    }
    .p-xl-34 {
        padding: 170px !important;
    }
    .p-xl-35 {
        padding: 175px !important;
    }
    .p-xl-36 {
        padding: 180px !important;
    }
    .p-xl-37 {
        padding: 185px !important;
    }
    .p-xl-38 {
        padding: 190px !important;
    }
    .p-xl-39 {
        padding: 195px !important;
    }
    .p-xl-40 {
        padding: 200px !important;
    }
    .px-xl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .px-xl-1 {
        padding-right: 5px !important;
        padding-left: 5px !important;
    }
    .px-xl-2 {
        padding-right: 10px !important;
        padding-left: 10px !important;
    }
    .px-xl-3 {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }
    .px-xl-4 {
        padding-right: 20px !important;
        padding-left: 20px !important;
    }
    .px-xl-5 {
        padding-right: 25px !important;
        padding-left: 25px !important;
    }
    .px-xl-6 {
        padding-right: 30px !important;
        padding-left: 30px !important;
    }
    .px-xl-7 {
        padding-right: 35px !important;
        padding-left: 35px !important;
    }
    .px-xl-8 {
        padding-right: 40px !important;
        padding-left: 40px !important;
    }
    .px-xl-9 {
        padding-right: 45px !important;
        padding-left: 45px !important;
    }
    .px-xl-10 {
        padding-right: 50px !important;
        padding-left: 50px !important;
    }
    .px-xl-11 {
        padding-right: 55px !important;
        padding-left: 55px !important;
    }
    .px-xl-12 {
        padding-right: 60px !important;
        padding-left: 60px !important;
    }
    .px-xl-13 {
        padding-right: 65px !important;
        padding-left: 65px !important;
    }
    .px-xl-14 {
        padding-right: 70px !important;
        padding-left: 70px !important;
    }
    .px-xl-15 {
        padding-right: 75px !important;
        padding-left: 75px !important;
    }
    .px-xl-16 {
        padding-right: 80px !important;
        padding-left: 80px !important;
    }
    .px-xl-17 {
        padding-right: 85px !important;
        padding-left: 85px !important;
    }
    .px-xl-18 {
        padding-right: 90px !important;
        padding-left: 90px !important;
    }
    .px-xl-19 {
        padding-right: 95px !important;
        padding-left: 95px !important;
    }
    .px-xl-20 {
        padding-right: 100px !important;
        padding-left: 100px !important;
    }
    .px-xl-21 {
        padding-right: 105px !important;
        padding-left: 105px !important;
    }
    .px-xl-22 {
        padding-right: 110px !important;
        padding-left: 110px !important;
    }
    .px-xl-23 {
        padding-right: 115px !important;
        padding-left: 115px !important;
    }
    .px-xl-24 {
        padding-right: 120px !important;
        padding-left: 120px !important;
    }
    .px-xl-25 {
        padding-right: 125px !important;
        padding-left: 125px !important;
    }
    .px-xl-26 {
        padding-right: 130px !important;
        padding-left: 130px !important;
    }
    .px-xl-27 {
        padding-right: 135px !important;
        padding-left: 135px !important;
    }
    .px-xl-28 {
        padding-right: 140px !important;
        padding-left: 140px !important;
    }
    .px-xl-29 {
        padding-right: 145px !important;
        padding-left: 145px !important;
    }
    .px-xl-30 {
        padding-right: 150px !important;
        padding-left: 150px !important;
    }
    .px-xl-31 {
        padding-right: 155px !important;
        padding-left: 155px !important;
    }
    .px-xl-32 {
        padding-right: 160px !important;
        padding-left: 160px !important;
    }
    .px-xl-33 {
        padding-right: 165px !important;
        padding-left: 165px !important;
    }
    .px-xl-34 {
        padding-right: 170px !important;
        padding-left: 170px !important;
    }
    .px-xl-35 {
        padding-right: 175px !important;
        padding-left: 175px !important;
    }
    .px-xl-36 {
        padding-right: 180px !important;
        padding-left: 180px !important;
    }
    .px-xl-37 {
        padding-right: 185px !important;
        padding-left: 185px !important;
    }
    .px-xl-38 {
        padding-right: 190px !important;
        padding-left: 190px !important;
    }
    .px-xl-39 {
        padding-right: 195px !important;
        padding-left: 195px !important;
    }
    .px-xl-40 {
        padding-right: 200px !important;
        padding-left: 200px !important;
    }
    .py-xl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .py-xl-1 {
        padding-top: 5px !important;
        padding-bottom: 5px !important;
    }
    .py-xl-2 {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }
    .py-xl-3 {
        padding-top: 15px !important;
        padding-bottom: 15px !important;
    }
    .py-xl-4 {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }
    .py-xl-5 {
        padding-top: 25px !important;
        padding-bottom: 25px !important;
    }
    .py-xl-6 {
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }
    .py-xl-7 {
        padding-top: 35px !important;
        padding-bottom: 35px !important;
    }
    .py-xl-8 {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }
    .py-xl-9 {
        padding-top: 45px !important;
        padding-bottom: 45px !important;
    }
    .py-xl-10 {
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }
    .py-xl-11 {
        padding-top: 55px !important;
        padding-bottom: 55px !important;
    }
    .py-xl-12 {
        padding-top: 60px !important;
        padding-bottom: 60px !important;
    }
    .py-xl-13 {
        padding-top: 65px !important;
        padding-bottom: 65px !important;
    }
    .py-xl-14 {
        padding-top: 70px !important;
        padding-bottom: 70px !important;
    }
    .py-xl-15 {
        padding-top: 75px !important;
        padding-bottom: 75px !important;
    }
    .py-xl-16 {
        padding-top: 80px !important;
        padding-bottom: 80px !important;
    }
    .py-xl-17 {
        padding-top: 85px !important;
        padding-bottom: 85px !important;
    }
    .py-xl-18 {
        padding-top: 90px !important;
        padding-bottom: 90px !important;
    }
    .py-xl-19 {
        padding-top: 95px !important;
        padding-bottom: 95px !important;
    }
    .py-xl-20 {
        padding-top: 100px !important;
        padding-bottom: 100px !important;
    }
    .py-xl-21 {
        padding-top: 105px !important;
        padding-bottom: 105px !important;
    }
    .py-xl-22 {
        padding-top: 110px !important;
        padding-bottom: 110px !important;
    }
    .py-xl-23 {
        padding-top: 115px !important;
        padding-bottom: 115px !important;
    }
    .py-xl-24 {
        padding-top: 120px !important;
        padding-bottom: 120px !important;
    }
    .py-xl-25 {
        padding-top: 125px !important;
        padding-bottom: 125px !important;
    }
    .py-xl-26 {
        padding-top: 130px !important;
        padding-bottom: 130px !important;
    }
    .py-xl-27 {
        padding-top: 135px !important;
        padding-bottom: 135px !important;
    }
    .py-xl-28 {
        padding-top: 140px !important;
        padding-bottom: 140px !important;
    }
    .py-xl-29 {
        padding-top: 145px !important;
        padding-bottom: 145px !important;
    }
    .py-xl-30 {
        padding-top: 150px !important;
        padding-bottom: 150px !important;
    }
    .py-xl-31 {
        padding-top: 155px !important;
        padding-bottom: 155px !important;
    }
    .py-xl-32 {
        padding-top: 160px !important;
        padding-bottom: 160px !important;
    }
    .py-xl-33 {
        padding-top: 165px !important;
        padding-bottom: 165px !important;
    }
    .py-xl-34 {
        padding-top: 170px !important;
        padding-bottom: 170px !important;
    }
    .py-xl-35 {
        padding-top: 175px !important;
        padding-bottom: 175px !important;
    }
    .py-xl-36 {
        padding-top: 180px !important;
        padding-bottom: 180px !important;
    }
    .py-xl-37 {
        padding-top: 185px !important;
        padding-bottom: 185px !important;
    }
    .py-xl-38 {
        padding-top: 190px !important;
        padding-bottom: 190px !important;
    }
    .py-xl-39 {
        padding-top: 195px !important;
        padding-bottom: 195px !important;
    }
    .py-xl-40 {
        padding-top: 200px !important;
        padding-bottom: 200px !important;
    }
    .pt-xl-0 {
        padding-top: 0 !important;
    }
    .pt-xl-1 {
        padding-top: 5px !important;
    }
    .pt-xl-2 {
        padding-top: 10px !important;
    }
    .pt-xl-3 {
        padding-top: 15px !important;
    }
    .pt-xl-4 {
        padding-top: 20px !important;
    }
    .pt-xl-5 {
        padding-top: 25px !important;
    }
    .pt-xl-6 {
        padding-top: 30px !important;
    }
    .pt-xl-7 {
        padding-top: 35px !important;
    }
    .pt-xl-8 {
        padding-top: 40px !important;
    }
    .pt-xl-9 {
        padding-top: 45px !important;
    }
    .pt-xl-10 {
        padding-top: 50px !important;
    }
    .pt-xl-11 {
        padding-top: 55px !important;
    }
    .pt-xl-12 {
        padding-top: 60px !important;
    }
    .pt-xl-13 {
        padding-top: 65px !important;
    }
    .pt-xl-14 {
        padding-top: 70px !important;
    }
    .pt-xl-15 {
        padding-top: 75px !important;
    }
    .pt-xl-16 {
        padding-top: 80px !important;
    }
    .pt-xl-17 {
        padding-top: 85px !important;
    }
    .pt-xl-18 {
        padding-top: 90px !important;
    }
    .pt-xl-19 {
        padding-top: 95px !important;
    }
    .pt-xl-20 {
        padding-top: 100px !important;
    }
    .pt-xl-21 {
        padding-top: 105px !important;
    }
    .pt-xl-22 {
        padding-top: 110px !important;
    }
    .pt-xl-23 {
        padding-top: 115px !important;
    }
    .pt-xl-24 {
        padding-top: 120px !important;
    }
    .pt-xl-25 {
        padding-top: 125px !important;
    }
    .pt-xl-26 {
        padding-top: 130px !important;
    }
    .pt-xl-27 {
        padding-top: 135px !important;
    }
    .pt-xl-28 {
        padding-top: 140px !important;
    }
    .pt-xl-29 {
        padding-top: 145px !important;
    }
    .pt-xl-30 {
        padding-top: 150px !important;
    }
    .pt-xl-31 {
        padding-top: 155px !important;
    }
    .pt-xl-32 {
        padding-top: 160px !important;
    }
    .pt-xl-33 {
        padding-top: 165px !important;
    }
    .pt-xl-34 {
        padding-top: 170px !important;
    }
    .pt-xl-35 {
        padding-top: 175px !important;
    }
    .pt-xl-36 {
        padding-top: 180px !important;
    }
    .pt-xl-37 {
        padding-top: 185px !important;
    }
    .pt-xl-38 {
        padding-top: 190px !important;
    }
    .pt-xl-39 {
        padding-top: 195px !important;
    }
    .pt-xl-40 {
        padding-top: 200px !important;
    }
    .pe-xl-0 {
        padding-right: 0 !important;
    }
    .pe-xl-1 {
        padding-right: 5px !important;
    }
    .pe-xl-2 {
        padding-right: 10px !important;
    }
    .pe-xl-3 {
        padding-right: 15px !important;
    }
    .pe-xl-4 {
        padding-right: 20px !important;
    }
    .pe-xl-5 {
        padding-right: 25px !important;
    }
    .pe-xl-6 {
        padding-right: 30px !important;
    }
    .pe-xl-7 {
        padding-right: 35px !important;
    }
    .pe-xl-8 {
        padding-right: 40px !important;
    }
    .pe-xl-9 {
        padding-right: 45px !important;
    }
    .pe-xl-10 {
        padding-right: 50px !important;
    }
    .pe-xl-11 {
        padding-right: 55px !important;
    }
    .pe-xl-12 {
        padding-right: 60px !important;
    }
    .pe-xl-13 {
        padding-right: 65px !important;
    }
    .pe-xl-14 {
        padding-right: 70px !important;
    }
    .pe-xl-15 {
        padding-right: 75px !important;
    }
    .pe-xl-16 {
        padding-right: 80px !important;
    }
    .pe-xl-17 {
        padding-right: 85px !important;
    }
    .pe-xl-18 {
        padding-right: 90px !important;
    }
    .pe-xl-19 {
        padding-right: 95px !important;
    }
    .pe-xl-20 {
        padding-right: 100px !important;
    }
    .pe-xl-21 {
        padding-right: 105px !important;
    }
    .pe-xl-22 {
        padding-right: 110px !important;
    }
    .pe-xl-23 {
        padding-right: 115px !important;
    }
    .pe-xl-24 {
        padding-right: 120px !important;
    }
    .pe-xl-25 {
        padding-right: 125px !important;
    }
    .pe-xl-26 {
        padding-right: 130px !important;
    }
    .pe-xl-27 {
        padding-right: 135px !important;
    }
    .pe-xl-28 {
        padding-right: 140px !important;
    }
    .pe-xl-29 {
        padding-right: 145px !important;
    }
    .pe-xl-30 {
        padding-right: 150px !important;
    }
    .pe-xl-31 {
        padding-right: 155px !important;
    }
    .pe-xl-32 {
        padding-right: 160px !important;
    }
    .pe-xl-33 {
        padding-right: 165px !important;
    }
    .pe-xl-34 {
        padding-right: 170px !important;
    }
    .pe-xl-35 {
        padding-right: 175px !important;
    }
    .pe-xl-36 {
        padding-right: 180px !important;
    }
    .pe-xl-37 {
        padding-right: 185px !important;
    }
    .pe-xl-38 {
        padding-right: 190px !important;
    }
    .pe-xl-39 {
        padding-right: 195px !important;
    }
    .pe-xl-40 {
        padding-right: 200px !important;
    }
    .pb-xl-0 {
        padding-bottom: 0 !important;
    }
    .pb-xl-1 {
        padding-bottom: 5px !important;
    }
    .pb-xl-2 {
        padding-bottom: 10px !important;
    }
    .pb-xl-3 {
        padding-bottom: 15px !important;
    }
    .pb-xl-4 {
        padding-bottom: 20px !important;
    }
    .pb-xl-5 {
        padding-bottom: 25px !important;
    }
    .pb-xl-6 {
        padding-bottom: 30px !important;
    }
    .pb-xl-7 {
        padding-bottom: 35px !important;
    }
    .pb-xl-8 {
        padding-bottom: 40px !important;
    }
    .pb-xl-9 {
        padding-bottom: 45px !important;
    }
    .pb-xl-10 {
        padding-bottom: 50px !important;
    }
    .pb-xl-11 {
        padding-bottom: 55px !important;
    }
    .pb-xl-12 {
        padding-bottom: 60px !important;
    }
    .pb-xl-13 {
        padding-bottom: 65px !important;
    }
    .pb-xl-14 {
        padding-bottom: 70px !important;
    }
    .pb-xl-15 {
        padding-bottom: 75px !important;
    }
    .pb-xl-16 {
        padding-bottom: 80px !important;
    }
    .pb-xl-17 {
        padding-bottom: 85px !important;
    }
    .pb-xl-18 {
        padding-bottom: 90px !important;
    }
    .pb-xl-19 {
        padding-bottom: 95px !important;
    }
    .pb-xl-20 {
        padding-bottom: 100px !important;
    }
    .pb-xl-21 {
        padding-bottom: 105px !important;
    }
    .pb-xl-22 {
        padding-bottom: 110px !important;
    }
    .pb-xl-23 {
        padding-bottom: 115px !important;
    }
    .pb-xl-24 {
        padding-bottom: 120px !important;
    }
    .pb-xl-25 {
        padding-bottom: 125px !important;
    }
    .pb-xl-26 {
        padding-bottom: 130px !important;
    }
    .pb-xl-27 {
        padding-bottom: 135px !important;
    }
    .pb-xl-28 {
        padding-bottom: 140px !important;
    }
    .pb-xl-29 {
        padding-bottom: 145px !important;
    }
    .pb-xl-30 {
        padding-bottom: 150px !important;
    }
    .pb-xl-31 {
        padding-bottom: 155px !important;
    }
    .pb-xl-32 {
        padding-bottom: 160px !important;
    }
    .pb-xl-33 {
        padding-bottom: 165px !important;
    }
    .pb-xl-34 {
        padding-bottom: 170px !important;
    }
    .pb-xl-35 {
        padding-bottom: 175px !important;
    }
    .pb-xl-36 {
        padding-bottom: 180px !important;
    }
    .pb-xl-37 {
        padding-bottom: 185px !important;
    }
    .pb-xl-38 {
        padding-bottom: 190px !important;
    }
    .pb-xl-39 {
        padding-bottom: 195px !important;
    }
    .pb-xl-40 {
        padding-bottom: 200px !important;
    }
    .ps-xl-0 {
        padding-left: 0 !important;
    }
    .ps-xl-1 {
        padding-left: 5px !important;
    }
    .ps-xl-2 {
        padding-left: 10px !important;
    }
    .ps-xl-3 {
        padding-left: 15px !important;
    }
    .ps-xl-4 {
        padding-left: 20px !important;
    }
    .ps-xl-5 {
        padding-left: 25px !important;
    }
    .ps-xl-6 {
        padding-left: 30px !important;
    }
    .ps-xl-7 {
        padding-left: 35px !important;
    }
    .ps-xl-8 {
        padding-left: 40px !important;
    }
    .ps-xl-9 {
        padding-left: 45px !important;
    }
    .ps-xl-10 {
        padding-left: 50px !important;
    }
    .ps-xl-11 {
        padding-left: 55px !important;
    }
    .ps-xl-12 {
        padding-left: 60px !important;
    }
    .ps-xl-13 {
        padding-left: 65px !important;
    }
    .ps-xl-14 {
        padding-left: 70px !important;
    }
    .ps-xl-15 {
        padding-left: 75px !important;
    }
    .ps-xl-16 {
        padding-left: 80px !important;
    }
    .ps-xl-17 {
        padding-left: 85px !important;
    }
    .ps-xl-18 {
        padding-left: 90px !important;
    }
    .ps-xl-19 {
        padding-left: 95px !important;
    }
    .ps-xl-20 {
        padding-left: 100px !important;
    }
    .ps-xl-21 {
        padding-left: 105px !important;
    }
    .ps-xl-22 {
        padding-left: 110px !important;
    }
    .ps-xl-23 {
        padding-left: 115px !important;
    }
    .ps-xl-24 {
        padding-left: 120px !important;
    }
    .ps-xl-25 {
        padding-left: 125px !important;
    }
    .ps-xl-26 {
        padding-left: 130px !important;
    }
    .ps-xl-27 {
        padding-left: 135px !important;
    }
    .ps-xl-28 {
        padding-left: 140px !important;
    }
    .ps-xl-29 {
        padding-left: 145px !important;
    }
    .ps-xl-30 {
        padding-left: 150px !important;
    }
    .ps-xl-31 {
        padding-left: 155px !important;
    }
    .ps-xl-32 {
        padding-left: 160px !important;
    }
    .ps-xl-33 {
        padding-left: 165px !important;
    }
    .ps-xl-34 {
        padding-left: 170px !important;
    }
    .ps-xl-35 {
        padding-left: 175px !important;
    }
    .ps-xl-36 {
        padding-left: 180px !important;
    }
    .ps-xl-37 {
        padding-left: 185px !important;
    }
    .ps-xl-38 {
        padding-left: 190px !important;
    }
    .ps-xl-39 {
        padding-left: 195px !important;
    }
    .ps-xl-40 {
        padding-left: 200px !important;
    }
    .text-xl-start {
        text-align: left !important;
    }
    .text-xl-end {
        text-align: right !important;
    }
    .text-xl-center {
        text-align: center !important;
    }
}

@media (min-width: 1400px) {
    .float-xxl-start {
        float: left !important;
    }
    .float-xxl-end {
        float: right !important;
    }
    .float-xxl-none {
        float: none !important;
    }
    .d-xxl-inline {
        display: inline !important;
    }
    .d-xxl-inline-block {
        display: inline-block !important;
    }
    .d-xxl-block {
        display: block !important;
    }
    .d-xxl-grid {
        display: grid !important;
    }
    .d-xxl-table {
        display: table !important;
    }
    .d-xxl-table-row {
        display: table-row !important;
    }
    .d-xxl-table-cell {
        display: table-cell !important;
    }
    .d-xxl-flex {
        display: flex !important;
    }
    .d-xxl-inline-flex {
        display: inline-flex !important;
    }
    .d-xxl-none {
        display: none !important;
    }
    .flex-xxl-fill {
        flex: 1 1 auto !important;
    }
    .flex-xxl-row {
        flex-direction: row !important;
    }
    .flex-xxl-column {
        flex-direction: column !important;
    }
    .flex-xxl-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-xxl-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-xxl-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-xxl-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-xxl-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-xxl-shrink-1 {
        flex-shrink: 1 !important;
    }
    .flex-xxl-wrap {
        flex-wrap: wrap !important;
    }
    .flex-xxl-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-xxl-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .gap-xxl-0 {
        gap: 0 !important;
    }
    .gap-xxl-1 {
        gap: 5px !important;
    }
    .gap-xxl-2 {
        gap: 10px !important;
    }
    .gap-xxl-3 {
        gap: 15px !important;
    }
    .gap-xxl-4 {
        gap: 20px !important;
    }
    .gap-xxl-5 {
        gap: 25px !important;
    }
    .gap-xxl-6 {
        gap: 30px !important;
    }
    .gap-xxl-7 {
        gap: 35px !important;
    }
    .gap-xxl-8 {
        gap: 40px !important;
    }
    .gap-xxl-9 {
        gap: 45px !important;
    }
    .gap-xxl-10 {
        gap: 50px !important;
    }
    .gap-xxl-11 {
        gap: 55px !important;
    }
    .gap-xxl-12 {
        gap: 60px !important;
    }
    .gap-xxl-13 {
        gap: 65px !important;
    }
    .gap-xxl-14 {
        gap: 70px !important;
    }
    .gap-xxl-15 {
        gap: 75px !important;
    }
    .gap-xxl-16 {
        gap: 80px !important;
    }
    .gap-xxl-17 {
        gap: 85px !important;
    }
    .gap-xxl-18 {
        gap: 90px !important;
    }
    .gap-xxl-19 {
        gap: 95px !important;
    }
    .gap-xxl-20 {
        gap: 100px !important;
    }
    .gap-xxl-21 {
        gap: 105px !important;
    }
    .gap-xxl-22 {
        gap: 110px !important;
    }
    .gap-xxl-23 {
        gap: 115px !important;
    }
    .gap-xxl-24 {
        gap: 120px !important;
    }
    .gap-xxl-25 {
        gap: 125px !important;
    }
    .gap-xxl-26 {
        gap: 130px !important;
    }
    .gap-xxl-27 {
        gap: 135px !important;
    }
    .gap-xxl-28 {
        gap: 140px !important;
    }
    .gap-xxl-29 {
        gap: 145px !important;
    }
    .gap-xxl-30 {
        gap: 150px !important;
    }
    .gap-xxl-31 {
        gap: 155px !important;
    }
    .gap-xxl-32 {
        gap: 160px !important;
    }
    .gap-xxl-33 {
        gap: 165px !important;
    }
    .gap-xxl-34 {
        gap: 170px !important;
    }
    .gap-xxl-35 {
        gap: 175px !important;
    }
    .gap-xxl-36 {
        gap: 180px !important;
    }
    .gap-xxl-37 {
        gap: 185px !important;
    }
    .gap-xxl-38 {
        gap: 190px !important;
    }
    .gap-xxl-39 {
        gap: 195px !important;
    }
    .gap-xxl-40 {
        gap: 200px !important;
    }
    .justify-content-xxl-start {
        justify-content: flex-start !important;
    }
    .justify-content-xxl-end {
        justify-content: flex-end !important;
    }
    .justify-content-xxl-center {
        justify-content: center !important;
    }
    .justify-content-xxl-between {
        justify-content: space-between !important;
    }
    .justify-content-xxl-around {
        justify-content: space-around !important;
    }
    .justify-content-xxl-evenly {
        justify-content: space-evenly !important;
    }
    .align-items-xxl-start {
        align-items: flex-start !important;
    }
    .align-items-xxl-end {
        align-items: flex-end !important;
    }
    .align-items-xxl-center {
        align-items: center !important;
    }
    .align-items-xxl-baseline {
        align-items: baseline !important;
    }
    .align-items-xxl-stretch {
        align-items: stretch !important;
    }
    .align-content-xxl-start {
        align-content: flex-start !important;
    }
    .align-content-xxl-end {
        align-content: flex-end !important;
    }
    .align-content-xxl-center {
        align-content: center !important;
    }
    .align-content-xxl-between {
        align-content: space-between !important;
    }
    .align-content-xxl-around {
        align-content: space-around !important;
    }
    .align-content-xxl-stretch {
        align-content: stretch !important;
    }
    .align-self-xxl-auto {
        align-self: auto !important;
    }
    .align-self-xxl-start {
        align-self: flex-start !important;
    }
    .align-self-xxl-end {
        align-self: flex-end !important;
    }
    .align-self-xxl-center {
        align-self: center !important;
    }
    .align-self-xxl-baseline {
        align-self: baseline !important;
    }
    .align-self-xxl-stretch {
        align-self: stretch !important;
    }
    .order-xxl-first {
        order: -1 !important;
    }
    .order-xxl-0 {
        order: 0 !important;
    }
    .order-xxl-1 {
        order: 1 !important;
    }
    .order-xxl-2 {
        order: 2 !important;
    }
    .order-xxl-3 {
        order: 3 !important;
    }
    .order-xxl-4 {
        order: 4 !important;
    }
    .order-xxl-5 {
        order: 5 !important;
    }
    .order-xxl-last {
        order: 6 !important;
    }
    .m-xxl-0 {
        margin: 0 !important;
    }
    .m-xxl-1 {
        margin: 5px !important;
    }
    .m-xxl-2 {
        margin: 10px !important;
    }
    .m-xxl-3 {
        margin: 15px !important;
    }
    .m-xxl-4 {
        margin: 20px !important;
    }
    .m-xxl-5 {
        margin: 25px !important;
    }
    .m-xxl-6 {
        margin: 30px !important;
    }
    .m-xxl-7 {
        margin: 35px !important;
    }
    .m-xxl-8 {
        margin: 40px !important;
    }
    .m-xxl-9 {
        margin: 45px !important;
    }
    .m-xxl-10 {
        margin: 50px !important;
    }
    .m-xxl-11 {
        margin: 55px !important;
    }
    .m-xxl-12 {
        margin: 60px !important;
    }
    .m-xxl-13 {
        margin: 65px !important;
    }
    .m-xxl-14 {
        margin: 70px !important;
    }
    .m-xxl-15 {
        margin: 75px !important;
    }
    .m-xxl-16 {
        margin: 80px !important;
    }
    .m-xxl-17 {
        margin: 85px !important;
    }
    .m-xxl-18 {
        margin: 90px !important;
    }
    .m-xxl-19 {
        margin: 95px !important;
    }
    .m-xxl-20 {
        margin: 100px !important;
    }
    .m-xxl-21 {
        margin: 105px !important;
    }
    .m-xxl-22 {
        margin: 110px !important;
    }
    .m-xxl-23 {
        margin: 115px !important;
    }
    .m-xxl-24 {
        margin: 120px !important;
    }
    .m-xxl-25 {
        margin: 125px !important;
    }
    .m-xxl-26 {
        margin: 130px !important;
    }
    .m-xxl-27 {
        margin: 135px !important;
    }
    .m-xxl-28 {
        margin: 140px !important;
    }
    .m-xxl-29 {
        margin: 145px !important;
    }
    .m-xxl-30 {
        margin: 150px !important;
    }
    .m-xxl-31 {
        margin: 155px !important;
    }
    .m-xxl-32 {
        margin: 160px !important;
    }
    .m-xxl-33 {
        margin: 165px !important;
    }
    .m-xxl-34 {
        margin: 170px !important;
    }
    .m-xxl-35 {
        margin: 175px !important;
    }
    .m-xxl-36 {
        margin: 180px !important;
    }
    .m-xxl-37 {
        margin: 185px !important;
    }
    .m-xxl-38 {
        margin: 190px !important;
    }
    .m-xxl-39 {
        margin: 195px !important;
    }
    .m-xxl-40 {
        margin: 200px !important;
    }
    .m-xxl-auto {
        margin: auto !important;
    }
    .mx-xxl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .mx-xxl-1 {
        margin-right: 5px !important;
        margin-left: 5px !important;
    }
    .mx-xxl-2 {
        margin-right: 10px !important;
        margin-left: 10px !important;
    }
    .mx-xxl-3 {
        margin-right: 15px !important;
        margin-left: 15px !important;
    }
    .mx-xxl-4 {
        margin-right: 20px !important;
        margin-left: 20px !important;
    }
    .mx-xxl-5 {
        margin-right: 25px !important;
        margin-left: 25px !important;
    }
    .mx-xxl-6 {
        margin-right: 30px !important;
        margin-left: 30px !important;
    }
    .mx-xxl-7 {
        margin-right: 35px !important;
        margin-left: 35px !important;
    }
    .mx-xxl-8 {
        margin-right: 40px !important;
        margin-left: 40px !important;
    }
    .mx-xxl-9 {
        margin-right: 45px !important;
        margin-left: 45px !important;
    }
    .mx-xxl-10 {
        margin-right: 50px !important;
        margin-left: 50px !important;
    }
    .mx-xxl-11 {
        margin-right: 55px !important;
        margin-left: 55px !important;
    }
    .mx-xxl-12 {
        margin-right: 60px !important;
        margin-left: 60px !important;
    }
    .mx-xxl-13 {
        margin-right: 65px !important;
        margin-left: 65px !important;
    }
    .mx-xxl-14 {
        margin-right: 70px !important;
        margin-left: 70px !important;
    }
    .mx-xxl-15 {
        margin-right: 75px !important;
        margin-left: 75px !important;
    }
    .mx-xxl-16 {
        margin-right: 80px !important;
        margin-left: 80px !important;
    }
    .mx-xxl-17 {
        margin-right: 85px !important;
        margin-left: 85px !important;
    }
    .mx-xxl-18 {
        margin-right: 90px !important;
        margin-left: 90px !important;
    }
    .mx-xxl-19 {
        margin-right: 95px !important;
        margin-left: 95px !important;
    }
    .mx-xxl-20 {
        margin-right: 100px !important;
        margin-left: 100px !important;
    }
    .mx-xxl-21 {
        margin-right: 105px !important;
        margin-left: 105px !important;
    }
    .mx-xxl-22 {
        margin-right: 110px !important;
        margin-left: 110px !important;
    }
    .mx-xxl-23 {
        margin-right: 115px !important;
        margin-left: 115px !important;
    }
    .mx-xxl-24 {
        margin-right: 120px !important;
        margin-left: 120px !important;
    }
    .mx-xxl-25 {
        margin-right: 125px !important;
        margin-left: 125px !important;
    }
    .mx-xxl-26 {
        margin-right: 130px !important;
        margin-left: 130px !important;
    }
    .mx-xxl-27 {
        margin-right: 135px !important;
        margin-left: 135px !important;
    }
    .mx-xxl-28 {
        margin-right: 140px !important;
        margin-left: 140px !important;
    }
    .mx-xxl-29 {
        margin-right: 145px !important;
        margin-left: 145px !important;
    }
    .mx-xxl-30 {
        margin-right: 150px !important;
        margin-left: 150px !important;
    }
    .mx-xxl-31 {
        margin-right: 155px !important;
        margin-left: 155px !important;
    }
    .mx-xxl-32 {
        margin-right: 160px !important;
        margin-left: 160px !important;
    }
    .mx-xxl-33 {
        margin-right: 165px !important;
        margin-left: 165px !important;
    }
    .mx-xxl-34 {
        margin-right: 170px !important;
        margin-left: 170px !important;
    }
    .mx-xxl-35 {
        margin-right: 175px !important;
        margin-left: 175px !important;
    }
    .mx-xxl-36 {
        margin-right: 180px !important;
        margin-left: 180px !important;
    }
    .mx-xxl-37 {
        margin-right: 185px !important;
        margin-left: 185px !important;
    }
    .mx-xxl-38 {
        margin-right: 190px !important;
        margin-left: 190px !important;
    }
    .mx-xxl-39 {
        margin-right: 195px !important;
        margin-left: 195px !important;
    }
    .mx-xxl-40 {
        margin-right: 200px !important;
        margin-left: 200px !important;
    }
    .mx-xxl-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }
    .my-xxl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .my-xxl-1 {
        margin-top: 5px !important;
        margin-bottom: 5px !important;
    }
    .my-xxl-2 {
        margin-top: 10px !important;
        margin-bottom: 10px !important;
    }
    .my-xxl-3 {
        margin-top: 15px !important;
        margin-bottom: 15px !important;
    }
    .my-xxl-4 {
        margin-top: 20px !important;
        margin-bottom: 20px !important;
    }
    .my-xxl-5 {
        margin-top: 25px !important;
        margin-bottom: 25px !important;
    }
    .my-xxl-6 {
        margin-top: 30px !important;
        margin-bottom: 30px !important;
    }
    .my-xxl-7 {
        margin-top: 35px !important;
        margin-bottom: 35px !important;
    }
    .my-xxl-8 {
        margin-top: 40px !important;
        margin-bottom: 40px !important;
    }
    .my-xxl-9 {
        margin-top: 45px !important;
        margin-bottom: 45px !important;
    }
    .my-xxl-10 {
        margin-top: 50px !important;
        margin-bottom: 50px !important;
    }
    .my-xxl-11 {
        margin-top: 55px !important;
        margin-bottom: 55px !important;
    }
    .my-xxl-12 {
        margin-top: 60px !important;
        margin-bottom: 60px !important;
    }
    .my-xxl-13 {
        margin-top: 65px !important;
        margin-bottom: 65px !important;
    }
    .my-xxl-14 {
        margin-top: 70px !important;
        margin-bottom: 70px !important;
    }
    .my-xxl-15 {
        margin-top: 75px !important;
        margin-bottom: 75px !important;
    }
    .my-xxl-16 {
        margin-top: 80px !important;
        margin-bottom: 80px !important;
    }
    .my-xxl-17 {
        margin-top: 85px !important;
        margin-bottom: 85px !important;
    }
    .my-xxl-18 {
        margin-top: 90px !important;
        margin-bottom: 90px !important;
    }
    .my-xxl-19 {
        margin-top: 95px !important;
        margin-bottom: 95px !important;
    }
    .my-xxl-20 {
        margin-top: 100px !important;
        margin-bottom: 100px !important;
    }
    .my-xxl-21 {
        margin-top: 105px !important;
        margin-bottom: 105px !important;
    }
    .my-xxl-22 {
        margin-top: 110px !important;
        margin-bottom: 110px !important;
    }
    .my-xxl-23 {
        margin-top: 115px !important;
        margin-bottom: 115px !important;
    }
    .my-xxl-24 {
        margin-top: 120px !important;
        margin-bottom: 120px !important;
    }
    .my-xxl-25 {
        margin-top: 125px !important;
        margin-bottom: 125px !important;
    }
    .my-xxl-26 {
        margin-top: 130px !important;
        margin-bottom: 130px !important;
    }
    .my-xxl-27 {
        margin-top: 135px !important;
        margin-bottom: 135px !important;
    }
    .my-xxl-28 {
        margin-top: 140px !important;
        margin-bottom: 140px !important;
    }
    .my-xxl-29 {
        margin-top: 145px !important;
        margin-bottom: 145px !important;
    }
    .my-xxl-30 {
        margin-top: 150px !important;
        margin-bottom: 150px !important;
    }
    .my-xxl-31 {
        margin-top: 155px !important;
        margin-bottom: 155px !important;
    }
    .my-xxl-32 {
        margin-top: 160px !important;
        margin-bottom: 160px !important;
    }
    .my-xxl-33 {
        margin-top: 165px !important;
        margin-bottom: 165px !important;
    }
    .my-xxl-34 {
        margin-top: 170px !important;
        margin-bottom: 170px !important;
    }
    .my-xxl-35 {
        margin-top: 175px !important;
        margin-bottom: 175px !important;
    }
    .my-xxl-36 {
        margin-top: 180px !important;
        margin-bottom: 180px !important;
    }
    .my-xxl-37 {
        margin-top: 185px !important;
        margin-bottom: 185px !important;
    }
    .my-xxl-38 {
        margin-top: 190px !important;
        margin-bottom: 190px !important;
    }
    .my-xxl-39 {
        margin-top: 195px !important;
        margin-bottom: 195px !important;
    }
    .my-xxl-40 {
        margin-top: 200px !important;
        margin-bottom: 200px !important;
    }
    .my-xxl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }
    .mt-xxl-0 {
        margin-top: 0 !important;
    }
    .mt-xxl-1 {
        margin-top: 5px !important;
    }
    .mt-xxl-2 {
        margin-top: 10px !important;
    }
    .mt-xxl-3 {
        margin-top: 15px !important;
    }
    .mt-xxl-4 {
        margin-top: 20px !important;
    }
    .mt-xxl-5 {
        margin-top: 25px !important;
    }
    .mt-xxl-6 {
        margin-top: 30px !important;
    }
    .mt-xxl-7 {
        margin-top: 35px !important;
    }
    .mt-xxl-8 {
        margin-top: 40px !important;
    }
    .mt-xxl-9 {
        margin-top: 45px !important;
    }
    .mt-xxl-10 {
        margin-top: 50px !important;
    }
    .mt-xxl-11 {
        margin-top: 55px !important;
    }
    .mt-xxl-12 {
        margin-top: 60px !important;
    }
    .mt-xxl-13 {
        margin-top: 65px !important;
    }
    .mt-xxl-14 {
        margin-top: 70px !important;
    }
    .mt-xxl-15 {
        margin-top: 75px !important;
    }
    .mt-xxl-16 {
        margin-top: 80px !important;
    }
    .mt-xxl-17 {
        margin-top: 85px !important;
    }
    .mt-xxl-18 {
        margin-top: 90px !important;
    }
    .mt-xxl-19 {
        margin-top: 95px !important;
    }
    .mt-xxl-20 {
        margin-top: 100px !important;
    }
    .mt-xxl-21 {
        margin-top: 105px !important;
    }
    .mt-xxl-22 {
        margin-top: 110px !important;
    }
    .mt-xxl-23 {
        margin-top: 115px !important;
    }
    .mt-xxl-24 {
        margin-top: 120px !important;
    }
    .mt-xxl-25 {
        margin-top: 125px !important;
    }
    .mt-xxl-26 {
        margin-top: 130px !important;
    }
    .mt-xxl-27 {
        margin-top: 135px !important;
    }
    .mt-xxl-28 {
        margin-top: 140px !important;
    }
    .mt-xxl-29 {
        margin-top: 145px !important;
    }
    .mt-xxl-30 {
        margin-top: 150px !important;
    }
    .mt-xxl-31 {
        margin-top: 155px !important;
    }
    .mt-xxl-32 {
        margin-top: 160px !important;
    }
    .mt-xxl-33 {
        margin-top: 165px !important;
    }
    .mt-xxl-34 {
        margin-top: 170px !important;
    }
    .mt-xxl-35 {
        margin-top: 175px !important;
    }
    .mt-xxl-36 {
        margin-top: 180px !important;
    }
    .mt-xxl-37 {
        margin-top: 185px !important;
    }
    .mt-xxl-38 {
        margin-top: 190px !important;
    }
    .mt-xxl-39 {
        margin-top: 195px !important;
    }
    .mt-xxl-40 {
        margin-top: 200px !important;
    }
    .mt-xxl-auto {
        margin-top: auto !important;
    }
    .me-xxl-0 {
        margin-right: 0 !important;
    }
    .me-xxl-1 {
        margin-right: 5px !important;
    }
    .me-xxl-2 {
        margin-right: 10px !important;
    }
    .me-xxl-3 {
        margin-right: 15px !important;
    }
    .me-xxl-4 {
        margin-right: 20px !important;
    }
    .me-xxl-5 {
        margin-right: 25px !important;
    }
    .me-xxl-6 {
        margin-right: 30px !important;
    }
    .me-xxl-7 {
        margin-right: 35px !important;
    }
    .me-xxl-8 {
        margin-right: 40px !important;
    }
    .me-xxl-9 {
        margin-right: 45px !important;
    }
    .me-xxl-10 {
        margin-right: 50px !important;
    }
    .me-xxl-11 {
        margin-right: 55px !important;
    }
    .me-xxl-12 {
        margin-right: 60px !important;
    }
    .me-xxl-13 {
        margin-right: 65px !important;
    }
    .me-xxl-14 {
        margin-right: 70px !important;
    }
    .me-xxl-15 {
        margin-right: 75px !important;
    }
    .me-xxl-16 {
        margin-right: 80px !important;
    }
    .me-xxl-17 {
        margin-right: 85px !important;
    }
    .me-xxl-18 {
        margin-right: 90px !important;
    }
    .me-xxl-19 {
        margin-right: 95px !important;
    }
    .me-xxl-20 {
        margin-right: 100px !important;
    }
    .me-xxl-21 {
        margin-right: 105px !important;
    }
    .me-xxl-22 {
        margin-right: 110px !important;
    }
    .me-xxl-23 {
        margin-right: 115px !important;
    }
    .me-xxl-24 {
        margin-right: 120px !important;
    }
    .me-xxl-25 {
        margin-right: 125px !important;
    }
    .me-xxl-26 {
        margin-right: 130px !important;
    }
    .me-xxl-27 {
        margin-right: 135px !important;
    }
    .me-xxl-28 {
        margin-right: 140px !important;
    }
    .me-xxl-29 {
        margin-right: 145px !important;
    }
    .me-xxl-30 {
        margin-right: 150px !important;
    }
    .me-xxl-31 {
        margin-right: 155px !important;
    }
    .me-xxl-32 {
        margin-right: 160px !important;
    }
    .me-xxl-33 {
        margin-right: 165px !important;
    }
    .me-xxl-34 {
        margin-right: 170px !important;
    }
    .me-xxl-35 {
        margin-right: 175px !important;
    }
    .me-xxl-36 {
        margin-right: 180px !important;
    }
    .me-xxl-37 {
        margin-right: 185px !important;
    }
    .me-xxl-38 {
        margin-right: 190px !important;
    }
    .me-xxl-39 {
        margin-right: 195px !important;
    }
    .me-xxl-40 {
        margin-right: 200px !important;
    }
    .me-xxl-auto {
        margin-right: auto !important;
    }
    .mb-xxl-0 {
        margin-bottom: 0 !important;
    }
    .mb-xxl-1 {
        margin-bottom: 5px !important;
    }
    .mb-xxl-2 {
        margin-bottom: 10px !important;
    }
    .mb-xxl-3 {
        margin-bottom: 15px !important;
    }
    .mb-xxl-4 {
        margin-bottom: 20px !important;
    }
    .mb-xxl-5 {
        margin-bottom: 25px !important;
    }
    .mb-xxl-6 {
        margin-bottom: 30px !important;
    }
    .mb-xxl-7 {
        margin-bottom: 35px !important;
    }
    .mb-xxl-8 {
        margin-bottom: 40px !important;
    }
    .mb-xxl-9 {
        margin-bottom: 45px !important;
    }
    .mb-xxl-10 {
        margin-bottom: 50px !important;
    }
    .mb-xxl-11 {
        margin-bottom: 55px !important;
    }
    .mb-xxl-12 {
        margin-bottom: 60px !important;
    }
    .mb-xxl-13 {
        margin-bottom: 65px !important;
    }
    .mb-xxl-14 {
        margin-bottom: 70px !important;
    }
    .mb-xxl-15 {
        margin-bottom: 75px !important;
    }
    .mb-xxl-16 {
        margin-bottom: 80px !important;
    }
    .mb-xxl-17 {
        margin-bottom: 85px !important;
    }
    .mb-xxl-18 {
        margin-bottom: 90px !important;
    }
    .mb-xxl-19 {
        margin-bottom: 95px !important;
    }
    .mb-xxl-20 {
        margin-bottom: 100px !important;
    }
    .mb-xxl-21 {
        margin-bottom: 105px !important;
    }
    .mb-xxl-22 {
        margin-bottom: 110px !important;
    }
    .mb-xxl-23 {
        margin-bottom: 115px !important;
    }
    .mb-xxl-24 {
        margin-bottom: 120px !important;
    }
    .mb-xxl-25 {
        margin-bottom: 125px !important;
    }
    .mb-xxl-26 {
        margin-bottom: 130px !important;
    }
    .mb-xxl-27 {
        margin-bottom: 135px !important;
    }
    .mb-xxl-28 {
        margin-bottom: 140px !important;
    }
    .mb-xxl-29 {
        margin-bottom: 145px !important;
    }
    .mb-xxl-30 {
        margin-bottom: 150px !important;
    }
    .mb-xxl-31 {
        margin-bottom: 155px !important;
    }
    .mb-xxl-32 {
        margin-bottom: 160px !important;
    }
    .mb-xxl-33 {
        margin-bottom: 165px !important;
    }
    .mb-xxl-34 {
        margin-bottom: 170px !important;
    }
    .mb-xxl-35 {
        margin-bottom: 175px !important;
    }
    .mb-xxl-36 {
        margin-bottom: 180px !important;
    }
    .mb-xxl-37 {
        margin-bottom: 185px !important;
    }
    .mb-xxl-38 {
        margin-bottom: 190px !important;
    }
    .mb-xxl-39 {
        margin-bottom: 195px !important;
    }
    .mb-xxl-40 {
        margin-bottom: 200px !important;
    }
    .mb-xxl-auto {
        margin-bottom: auto !important;
    }
    .ms-xxl-0 {
        margin-left: 0 !important;
    }
    .ms-xxl-1 {
        margin-left: 5px !important;
    }
    .ms-xxl-2 {
        margin-left: 10px !important;
    }
    .ms-xxl-3 {
        margin-left: 15px !important;
    }
    .ms-xxl-4 {
        margin-left: 20px !important;
    }
    .ms-xxl-5 {
        margin-left: 25px !important;
    }
    .ms-xxl-6 {
        margin-left: 30px !important;
    }
    .ms-xxl-7 {
        margin-left: 35px !important;
    }
    .ms-xxl-8 {
        margin-left: 40px !important;
    }
    .ms-xxl-9 {
        margin-left: 45px !important;
    }
    .ms-xxl-10 {
        margin-left: 50px !important;
    }
    .ms-xxl-11 {
        margin-left: 55px !important;
    }
    .ms-xxl-12 {
        margin-left: 60px !important;
    }
    .ms-xxl-13 {
        margin-left: 65px !important;
    }
    .ms-xxl-14 {
        margin-left: 70px !important;
    }
    .ms-xxl-15 {
        margin-left: 75px !important;
    }
    .ms-xxl-16 {
        margin-left: 80px !important;
    }
    .ms-xxl-17 {
        margin-left: 85px !important;
    }
    .ms-xxl-18 {
        margin-left: 90px !important;
    }
    .ms-xxl-19 {
        margin-left: 95px !important;
    }
    .ms-xxl-20 {
        margin-left: 100px !important;
    }
    .ms-xxl-21 {
        margin-left: 105px !important;
    }
    .ms-xxl-22 {
        margin-left: 110px !important;
    }
    .ms-xxl-23 {
        margin-left: 115px !important;
    }
    .ms-xxl-24 {
        margin-left: 120px !important;
    }
    .ms-xxl-25 {
        margin-left: 125px !important;
    }
    .ms-xxl-26 {
        margin-left: 130px !important;
    }
    .ms-xxl-27 {
        margin-left: 135px !important;
    }
    .ms-xxl-28 {
        margin-left: 140px !important;
    }
    .ms-xxl-29 {
        margin-left: 145px !important;
    }
    .ms-xxl-30 {
        margin-left: 150px !important;
    }
    .ms-xxl-31 {
        margin-left: 155px !important;
    }
    .ms-xxl-32 {
        margin-left: 160px !important;
    }
    .ms-xxl-33 {
        margin-left: 165px !important;
    }
    .ms-xxl-34 {
        margin-left: 170px !important;
    }
    .ms-xxl-35 {
        margin-left: 175px !important;
    }
    .ms-xxl-36 {
        margin-left: 180px !important;
    }
    .ms-xxl-37 {
        margin-left: 185px !important;
    }
    .ms-xxl-38 {
        margin-left: 190px !important;
    }
    .ms-xxl-39 {
        margin-left: 195px !important;
    }
    .ms-xxl-40 {
        margin-left: 200px !important;
    }
    .ms-xxl-auto {
        margin-left: auto !important;
    }
    .p-xxl-0 {
        padding: 0 !important;
    }
    .p-xxl-1 {
        padding: 5px !important;
    }
    .p-xxl-2 {
        padding: 10px !important;
    }
    .p-xxl-3 {
        padding: 15px !important;
    }
    .p-xxl-4 {
        padding: 20px !important;
    }
    .p-xxl-5 {
        padding: 25px !important;
    }
    .p-xxl-6 {
        padding: 30px !important;
    }
    .p-xxl-7 {
        padding: 35px !important;
    }
    .p-xxl-8 {
        padding: 40px !important;
    }
    .p-xxl-9 {
        padding: 45px !important;
    }
    .p-xxl-10 {
        padding: 50px !important;
    }
    .p-xxl-11 {
        padding: 55px !important;
    }
    .p-xxl-12 {
        padding: 60px !important;
    }
    .p-xxl-13 {
        padding: 65px !important;
    }
    .p-xxl-14 {
        padding: 70px !important;
    }
    .p-xxl-15 {
        padding: 75px !important;
    }
    .p-xxl-16 {
        padding: 80px !important;
    }
    .p-xxl-17 {
        padding: 85px !important;
    }
    .p-xxl-18 {
        padding: 90px !important;
    }
    .p-xxl-19 {
        padding: 95px !important;
    }
    .p-xxl-20 {
        padding: 100px !important;
    }
    .p-xxl-21 {
        padding: 105px !important;
    }
    .p-xxl-22 {
        padding: 110px !important;
    }
    .p-xxl-23 {
        padding: 115px !important;
    }
    .p-xxl-24 {
        padding: 120px !important;
    }
    .p-xxl-25 {
        padding: 125px !important;
    }
    .p-xxl-26 {
        padding: 130px !important;
    }
    .p-xxl-27 {
        padding: 135px !important;
    }
    .p-xxl-28 {
        padding: 140px !important;
    }
    .p-xxl-29 {
        padding: 145px !important;
    }
    .p-xxl-30 {
        padding: 150px !important;
    }
    .p-xxl-31 {
        padding: 155px !important;
    }
    .p-xxl-32 {
        padding: 160px !important;
    }
    .p-xxl-33 {
        padding: 165px !important;
    }
    .p-xxl-34 {
        padding: 170px !important;
    }
    .p-xxl-35 {
        padding: 175px !important;
    }
    .p-xxl-36 {
        padding: 180px !important;
    }
    .p-xxl-37 {
        padding: 185px !important;
    }
    .p-xxl-38 {
        padding: 190px !important;
    }
    .p-xxl-39 {
        padding: 195px !important;
    }
    .p-xxl-40 {
        padding: 200px !important;
    }
    .px-xxl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .px-xxl-1 {
        padding-right: 5px !important;
        padding-left: 5px !important;
    }
    .px-xxl-2 {
        padding-right: 10px !important;
        padding-left: 10px !important;
    }
    .px-xxl-3 {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }
    .px-xxl-4 {
        padding-right: 20px !important;
        padding-left: 20px !important;
    }
    .px-xxl-5 {
        padding-right: 25px !important;
        padding-left: 25px !important;
    }
    .px-xxl-6 {
        padding-right: 30px !important;
        padding-left: 30px !important;
    }
    .px-xxl-7 {
        padding-right: 35px !important;
        padding-left: 35px !important;
    }
    .px-xxl-8 {
        padding-right: 40px !important;
        padding-left: 40px !important;
    }
    .px-xxl-9 {
        padding-right: 45px !important;
        padding-left: 45px !important;
    }
    .px-xxl-10 {
        padding-right: 50px !important;
        padding-left: 50px !important;
    }
    .px-xxl-11 {
        padding-right: 55px !important;
        padding-left: 55px !important;
    }
    .px-xxl-12 {
        padding-right: 60px !important;
        padding-left: 60px !important;
    }
    .px-xxl-13 {
        padding-right: 65px !important;
        padding-left: 65px !important;
    }
    .px-xxl-14 {
        padding-right: 70px !important;
        padding-left: 70px !important;
    }
    .px-xxl-15 {
        padding-right: 75px !important;
        padding-left: 75px !important;
    }
    .px-xxl-16 {
        padding-right: 80px !important;
        padding-left: 80px !important;
    }
    .px-xxl-17 {
        padding-right: 85px !important;
        padding-left: 85px !important;
    }
    .px-xxl-18 {
        padding-right: 90px !important;
        padding-left: 90px !important;
    }
    .px-xxl-19 {
        padding-right: 95px !important;
        padding-left: 95px !important;
    }
    .px-xxl-20 {
        padding-right: 100px !important;
        padding-left: 100px !important;
    }
    .px-xxl-21 {
        padding-right: 105px !important;
        padding-left: 105px !important;
    }
    .px-xxl-22 {
        padding-right: 110px !important;
        padding-left: 110px !important;
    }
    .px-xxl-23 {
        padding-right: 115px !important;
        padding-left: 115px !important;
    }
    .px-xxl-24 {
        padding-right: 120px !important;
        padding-left: 120px !important;
    }
    .px-xxl-25 {
        padding-right: 125px !important;
        padding-left: 125px !important;
    }
    .px-xxl-26 {
        padding-right: 130px !important;
        padding-left: 130px !important;
    }
    .px-xxl-27 {
        padding-right: 135px !important;
        padding-left: 135px !important;
    }
    .px-xxl-28 {
        padding-right: 140px !important;
        padding-left: 140px !important;
    }
    .px-xxl-29 {
        padding-right: 145px !important;
        padding-left: 145px !important;
    }
    .px-xxl-30 {
        padding-right: 150px !important;
        padding-left: 150px !important;
    }
    .px-xxl-31 {
        padding-right: 155px !important;
        padding-left: 155px !important;
    }
    .px-xxl-32 {
        padding-right: 160px !important;
        padding-left: 160px !important;
    }
    .px-xxl-33 {
        padding-right: 165px !important;
        padding-left: 165px !important;
    }
    .px-xxl-34 {
        padding-right: 170px !important;
        padding-left: 170px !important;
    }
    .px-xxl-35 {
        padding-right: 175px !important;
        padding-left: 175px !important;
    }
    .px-xxl-36 {
        padding-right: 180px !important;
        padding-left: 180px !important;
    }
    .px-xxl-37 {
        padding-right: 185px !important;
        padding-left: 185px !important;
    }
    .px-xxl-38 {
        padding-right: 190px !important;
        padding-left: 190px !important;
    }
    .px-xxl-39 {
        padding-right: 195px !important;
        padding-left: 195px !important;
    }
    .px-xxl-40 {
        padding-right: 200px !important;
        padding-left: 200px !important;
    }
    .py-xxl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .py-xxl-1 {
        padding-top: 5px !important;
        padding-bottom: 5px !important;
    }
    .py-xxl-2 {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }
    .py-xxl-3 {
        padding-top: 15px !important;
        padding-bottom: 15px !important;
    }
    .py-xxl-4 {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }
    .py-xxl-5 {
        padding-top: 25px !important;
        padding-bottom: 25px !important;
    }
    .py-xxl-6 {
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }
    .py-xxl-7 {
        padding-top: 35px !important;
        padding-bottom: 35px !important;
    }
    .py-xxl-8 {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }
    .py-xxl-9 {
        padding-top: 45px !important;
        padding-bottom: 45px !important;
    }
    .py-xxl-10 {
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }
    .py-xxl-11 {
        padding-top: 55px !important;
        padding-bottom: 55px !important;
    }
    .py-xxl-12 {
        padding-top: 60px !important;
        padding-bottom: 60px !important;
    }
    .py-xxl-13 {
        padding-top: 65px !important;
        padding-bottom: 65px !important;
    }
    .py-xxl-14 {
        padding-top: 70px !important;
        padding-bottom: 70px !important;
    }
    .py-xxl-15 {
        padding-top: 75px !important;
        padding-bottom: 75px !important;
    }
    .py-xxl-16 {
        padding-top: 80px !important;
        padding-bottom: 80px !important;
    }
    .py-xxl-17 {
        padding-top: 85px !important;
        padding-bottom: 85px !important;
    }
    .py-xxl-18 {
        padding-top: 90px !important;
        padding-bottom: 90px !important;
    }
    .py-xxl-19 {
        padding-top: 95px !important;
        padding-bottom: 95px !important;
    }
    .py-xxl-20 {
        padding-top: 100px !important;
        padding-bottom: 100px !important;
    }
    .py-xxl-21 {
        padding-top: 105px !important;
        padding-bottom: 105px !important;
    }
    .py-xxl-22 {
        padding-top: 110px !important;
        padding-bottom: 110px !important;
    }
    .py-xxl-23 {
        padding-top: 115px !important;
        padding-bottom: 115px !important;
    }
    .py-xxl-24 {
        padding-top: 120px !important;
        padding-bottom: 120px !important;
    }
    .py-xxl-25 {
        padding-top: 125px !important;
        padding-bottom: 125px !important;
    }
    .py-xxl-26 {
        padding-top: 130px !important;
        padding-bottom: 130px !important;
    }
    .py-xxl-27 {
        padding-top: 135px !important;
        padding-bottom: 135px !important;
    }
    .py-xxl-28 {
        padding-top: 140px !important;
        padding-bottom: 140px !important;
    }
    .py-xxl-29 {
        padding-top: 145px !important;
        padding-bottom: 145px !important;
    }
    .py-xxl-30 {
        padding-top: 150px !important;
        padding-bottom: 150px !important;
    }
    .py-xxl-31 {
        padding-top: 155px !important;
        padding-bottom: 155px !important;
    }
    .py-xxl-32 {
        padding-top: 160px !important;
        padding-bottom: 160px !important;
    }
    .py-xxl-33 {
        padding-top: 165px !important;
        padding-bottom: 165px !important;
    }
    .py-xxl-34 {
        padding-top: 170px !important;
        padding-bottom: 170px !important;
    }
    .py-xxl-35 {
        padding-top: 175px !important;
        padding-bottom: 175px !important;
    }
    .py-xxl-36 {
        padding-top: 180px !important;
        padding-bottom: 180px !important;
    }
    .py-xxl-37 {
        padding-top: 185px !important;
        padding-bottom: 185px !important;
    }
    .py-xxl-38 {
        padding-top: 190px !important;
        padding-bottom: 190px !important;
    }
    .py-xxl-39 {
        padding-top: 195px !important;
        padding-bottom: 195px !important;
    }
    .py-xxl-40 {
        padding-top: 200px !important;
        padding-bottom: 200px !important;
    }
    .pt-xxl-0 {
        padding-top: 0 !important;
    }
    .pt-xxl-1 {
        padding-top: 5px !important;
    }
    .pt-xxl-2 {
        padding-top: 10px !important;
    }
    .pt-xxl-3 {
        padding-top: 15px !important;
    }
    .pt-xxl-4 {
        padding-top: 20px !important;
    }
    .pt-xxl-5 {
        padding-top: 25px !important;
    }
    .pt-xxl-6 {
        padding-top: 30px !important;
    }
    .pt-xxl-7 {
        padding-top: 35px !important;
    }
    .pt-xxl-8 {
        padding-top: 40px !important;
    }
    .pt-xxl-9 {
        padding-top: 45px !important;
    }
    .pt-xxl-10 {
        padding-top: 50px !important;
    }
    .pt-xxl-11 {
        padding-top: 55px !important;
    }
    .pt-xxl-12 {
        padding-top: 60px !important;
    }
    .pt-xxl-13 {
        padding-top: 65px !important;
    }
    .pt-xxl-14 {
        padding-top: 70px !important;
    }
    .pt-xxl-15 {
        padding-top: 75px !important;
    }
    .pt-xxl-16 {
        padding-top: 80px !important;
    }
    .pt-xxl-17 {
        padding-top: 85px !important;
    }
    .pt-xxl-18 {
        padding-top: 90px !important;
    }
    .pt-xxl-19 {
        padding-top: 95px !important;
    }
    .pt-xxl-20 {
        padding-top: 100px !important;
    }
    .pt-xxl-21 {
        padding-top: 105px !important;
    }
    .pt-xxl-22 {
        padding-top: 110px !important;
    }
    .pt-xxl-23 {
        padding-top: 115px !important;
    }
    .pt-xxl-24 {
        padding-top: 120px !important;
    }
    .pt-xxl-25 {
        padding-top: 125px !important;
    }
    .pt-xxl-26 {
        padding-top: 130px !important;
    }
    .pt-xxl-27 {
        padding-top: 135px !important;
    }
    .pt-xxl-28 {
        padding-top: 140px !important;
    }
    .pt-xxl-29 {
        padding-top: 145px !important;
    }
    .pt-xxl-30 {
        padding-top: 150px !important;
    }
    .pt-xxl-31 {
        padding-top: 155px !important;
    }
    .pt-xxl-32 {
        padding-top: 160px !important;
    }
    .pt-xxl-33 {
        padding-top: 165px !important;
    }
    .pt-xxl-34 {
        padding-top: 170px !important;
    }
    .pt-xxl-35 {
        padding-top: 175px !important;
    }
    .pt-xxl-36 {
        padding-top: 180px !important;
    }
    .pt-xxl-37 {
        padding-top: 185px !important;
    }
    .pt-xxl-38 {
        padding-top: 190px !important;
    }
    .pt-xxl-39 {
        padding-top: 195px !important;
    }
    .pt-xxl-40 {
        padding-top: 200px !important;
    }
    .pe-xxl-0 {
        padding-right: 0 !important;
    }
    .pe-xxl-1 {
        padding-right: 5px !important;
    }
    .pe-xxl-2 {
        padding-right: 10px !important;
    }
    .pe-xxl-3 {
        padding-right: 15px !important;
    }
    .pe-xxl-4 {
        padding-right: 20px !important;
    }
    .pe-xxl-5 {
        padding-right: 25px !important;
    }
    .pe-xxl-6 {
        padding-right: 30px !important;
    }
    .pe-xxl-7 {
        padding-right: 35px !important;
    }
    .pe-xxl-8 {
        padding-right: 40px !important;
    }
    .pe-xxl-9 {
        padding-right: 45px !important;
    }
    .pe-xxl-10 {
        padding-right: 50px !important;
    }
    .pe-xxl-11 {
        padding-right: 55px !important;
    }
    .pe-xxl-12 {
        padding-right: 60px !important;
    }
    .pe-xxl-13 {
        padding-right: 65px !important;
    }
    .pe-xxl-14 {
        padding-right: 70px !important;
    }
    .pe-xxl-15 {
        padding-right: 75px !important;
    }
    .pe-xxl-16 {
        padding-right: 80px !important;
    }
    .pe-xxl-17 {
        padding-right: 85px !important;
    }
    .pe-xxl-18 {
        padding-right: 90px !important;
    }
    .pe-xxl-19 {
        padding-right: 95px !important;
    }
    .pe-xxl-20 {
        padding-right: 100px !important;
    }
    .pe-xxl-21 {
        padding-right: 105px !important;
    }
    .pe-xxl-22 {
        padding-right: 110px !important;
    }
    .pe-xxl-23 {
        padding-right: 115px !important;
    }
    .pe-xxl-24 {
        padding-right: 120px !important;
    }
    .pe-xxl-25 {
        padding-right: 125px !important;
    }
    .pe-xxl-26 {
        padding-right: 130px !important;
    }
    .pe-xxl-27 {
        padding-right: 135px !important;
    }
    .pe-xxl-28 {
        padding-right: 140px !important;
    }
    .pe-xxl-29 {
        padding-right: 145px !important;
    }
    .pe-xxl-30 {
        padding-right: 150px !important;
    }
    .pe-xxl-31 {
        padding-right: 155px !important;
    }
    .pe-xxl-32 {
        padding-right: 160px !important;
    }
    .pe-xxl-33 {
        padding-right: 165px !important;
    }
    .pe-xxl-34 {
        padding-right: 170px !important;
    }
    .pe-xxl-35 {
        padding-right: 175px !important;
    }
    .pe-xxl-36 {
        padding-right: 180px !important;
    }
    .pe-xxl-37 {
        padding-right: 185px !important;
    }
    .pe-xxl-38 {
        padding-right: 190px !important;
    }
    .pe-xxl-39 {
        padding-right: 195px !important;
    }
    .pe-xxl-40 {
        padding-right: 200px !important;
    }
    .pb-xxl-0 {
        padding-bottom: 0 !important;
    }
    .pb-xxl-1 {
        padding-bottom: 5px !important;
    }
    .pb-xxl-2 {
        padding-bottom: 10px !important;
    }
    .pb-xxl-3 {
        padding-bottom: 15px !important;
    }
    .pb-xxl-4 {
        padding-bottom: 20px !important;
    }
    .pb-xxl-5 {
        padding-bottom: 25px !important;
    }
    .pb-xxl-6 {
        padding-bottom: 30px !important;
    }
    .pb-xxl-7 {
        padding-bottom: 35px !important;
    }
    .pb-xxl-8 {
        padding-bottom: 40px !important;
    }
    .pb-xxl-9 {
        padding-bottom: 45px !important;
    }
    .pb-xxl-10 {
        padding-bottom: 50px !important;
    }
    .pb-xxl-11 {
        padding-bottom: 55px !important;
    }
    .pb-xxl-12 {
        padding-bottom: 60px !important;
    }
    .pb-xxl-13 {
        padding-bottom: 65px !important;
    }
    .pb-xxl-14 {
        padding-bottom: 70px !important;
    }
    .pb-xxl-15 {
        padding-bottom: 75px !important;
    }
    .pb-xxl-16 {
        padding-bottom: 80px !important;
    }
    .pb-xxl-17 {
        padding-bottom: 85px !important;
    }
    .pb-xxl-18 {
        padding-bottom: 90px !important;
    }
    .pb-xxl-19 {
        padding-bottom: 95px !important;
    }
    .pb-xxl-20 {
        padding-bottom: 100px !important;
    }
    .pb-xxl-21 {
        padding-bottom: 105px !important;
    }
    .pb-xxl-22 {
        padding-bottom: 110px !important;
    }
    .pb-xxl-23 {
        padding-bottom: 115px !important;
    }
    .pb-xxl-24 {
        padding-bottom: 120px !important;
    }
    .pb-xxl-25 {
        padding-bottom: 125px !important;
    }
    .pb-xxl-26 {
        padding-bottom: 130px !important;
    }
    .pb-xxl-27 {
        padding-bottom: 135px !important;
    }
    .pb-xxl-28 {
        padding-bottom: 140px !important;
    }
    .pb-xxl-29 {
        padding-bottom: 145px !important;
    }
    .pb-xxl-30 {
        padding-bottom: 150px !important;
    }
    .pb-xxl-31 {
        padding-bottom: 155px !important;
    }
    .pb-xxl-32 {
        padding-bottom: 160px !important;
    }
    .pb-xxl-33 {
        padding-bottom: 165px !important;
    }
    .pb-xxl-34 {
        padding-bottom: 170px !important;
    }
    .pb-xxl-35 {
        padding-bottom: 175px !important;
    }
    .pb-xxl-36 {
        padding-bottom: 180px !important;
    }
    .pb-xxl-37 {
        padding-bottom: 185px !important;
    }
    .pb-xxl-38 {
        padding-bottom: 190px !important;
    }
    .pb-xxl-39 {
        padding-bottom: 195px !important;
    }
    .pb-xxl-40 {
        padding-bottom: 200px !important;
    }
    .ps-xxl-0 {
        padding-left: 0 !important;
    }
    .ps-xxl-1 {
        padding-left: 5px !important;
    }
    .ps-xxl-2 {
        padding-left: 10px !important;
    }
    .ps-xxl-3 {
        padding-left: 15px !important;
    }
    .ps-xxl-4 {
        padding-left: 20px !important;
    }
    .ps-xxl-5 {
        padding-left: 25px !important;
    }
    .ps-xxl-6 {
        padding-left: 30px !important;
    }
    .ps-xxl-7 {
        padding-left: 35px !important;
    }
    .ps-xxl-8 {
        padding-left: 40px !important;
    }
    .ps-xxl-9 {
        padding-left: 45px !important;
    }
    .ps-xxl-10 {
        padding-left: 50px !important;
    }
    .ps-xxl-11 {
        padding-left: 55px !important;
    }
    .ps-xxl-12 {
        padding-left: 60px !important;
    }
    .ps-xxl-13 {
        padding-left: 65px !important;
    }
    .ps-xxl-14 {
        padding-left: 70px !important;
    }
    .ps-xxl-15 {
        padding-left: 75px !important;
    }
    .ps-xxl-16 {
        padding-left: 80px !important;
    }
    .ps-xxl-17 {
        padding-left: 85px !important;
    }
    .ps-xxl-18 {
        padding-left: 90px !important;
    }
    .ps-xxl-19 {
        padding-left: 95px !important;
    }
    .ps-xxl-20 {
        padding-left: 100px !important;
    }
    .ps-xxl-21 {
        padding-left: 105px !important;
    }
    .ps-xxl-22 {
        padding-left: 110px !important;
    }
    .ps-xxl-23 {
        padding-left: 115px !important;
    }
    .ps-xxl-24 {
        padding-left: 120px !important;
    }
    .ps-xxl-25 {
        padding-left: 125px !important;
    }
    .ps-xxl-26 {
        padding-left: 130px !important;
    }
    .ps-xxl-27 {
        padding-left: 135px !important;
    }
    .ps-xxl-28 {
        padding-left: 140px !important;
    }
    .ps-xxl-29 {
        padding-left: 145px !important;
    }
    .ps-xxl-30 {
        padding-left: 150px !important;
    }
    .ps-xxl-31 {
        padding-left: 155px !important;
    }
    .ps-xxl-32 {
        padding-left: 160px !important;
    }
    .ps-xxl-33 {
        padding-left: 165px !important;
    }
    .ps-xxl-34 {
        padding-left: 170px !important;
    }
    .ps-xxl-35 {
        padding-left: 175px !important;
    }
    .ps-xxl-36 {
        padding-left: 180px !important;
    }
    .ps-xxl-37 {
        padding-left: 185px !important;
    }
    .ps-xxl-38 {
        padding-left: 190px !important;
    }
    .ps-xxl-39 {
        padding-left: 195px !important;
    }
    .ps-xxl-40 {
        padding-left: 200px !important;
    }
    .text-xxl-start {
        text-align: left !important;
    }
    .text-xxl-end {
        text-align: right !important;
    }
    .text-xxl-center {
        text-align: center !important;
    }
}

@media (min-width: 1600px) {
    .float-xxxl-start {
        float: left !important;
    }
    .float-xxxl-end {
        float: right !important;
    }
    .float-xxxl-none {
        float: none !important;
    }
    .d-xxxl-inline {
        display: inline !important;
    }
    .d-xxxl-inline-block {
        display: inline-block !important;
    }
    .d-xxxl-block {
        display: block !important;
    }
    .d-xxxl-grid {
        display: grid !important;
    }
    .d-xxxl-table {
        display: table !important;
    }
    .d-xxxl-table-row {
        display: table-row !important;
    }
    .d-xxxl-table-cell {
        display: table-cell !important;
    }
    .d-xxxl-flex {
        display: flex !important;
    }
    .d-xxxl-inline-flex {
        display: inline-flex !important;
    }
    .d-xxxl-none {
        display: none !important;
    }
    .flex-xxxl-fill {
        flex: 1 1 auto !important;
    }
    .flex-xxxl-row {
        flex-direction: row !important;
    }
    .flex-xxxl-column {
        flex-direction: column !important;
    }
    .flex-xxxl-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-xxxl-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-xxxl-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-xxxl-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-xxxl-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-xxxl-shrink-1 {
        flex-shrink: 1 !important;
    }
    .flex-xxxl-wrap {
        flex-wrap: wrap !important;
    }
    .flex-xxxl-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-xxxl-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .gap-xxxl-0 {
        gap: 0 !important;
    }
    .gap-xxxl-1 {
        gap: 5px !important;
    }
    .gap-xxxl-2 {
        gap: 10px !important;
    }
    .gap-xxxl-3 {
        gap: 15px !important;
    }
    .gap-xxxl-4 {
        gap: 20px !important;
    }
    .gap-xxxl-5 {
        gap: 25px !important;
    }
    .gap-xxxl-6 {
        gap: 30px !important;
    }
    .gap-xxxl-7 {
        gap: 35px !important;
    }
    .gap-xxxl-8 {
        gap: 40px !important;
    }
    .gap-xxxl-9 {
        gap: 45px !important;
    }
    .gap-xxxl-10 {
        gap: 50px !important;
    }
    .gap-xxxl-11 {
        gap: 55px !important;
    }
    .gap-xxxl-12 {
        gap: 60px !important;
    }
    .gap-xxxl-13 {
        gap: 65px !important;
    }
    .gap-xxxl-14 {
        gap: 70px !important;
    }
    .gap-xxxl-15 {
        gap: 75px !important;
    }
    .gap-xxxl-16 {
        gap: 80px !important;
    }
    .gap-xxxl-17 {
        gap: 85px !important;
    }
    .gap-xxxl-18 {
        gap: 90px !important;
    }
    .gap-xxxl-19 {
        gap: 95px !important;
    }
    .gap-xxxl-20 {
        gap: 100px !important;
    }
    .gap-xxxl-21 {
        gap: 105px !important;
    }
    .gap-xxxl-22 {
        gap: 110px !important;
    }
    .gap-xxxl-23 {
        gap: 115px !important;
    }
    .gap-xxxl-24 {
        gap: 120px !important;
    }
    .gap-xxxl-25 {
        gap: 125px !important;
    }
    .gap-xxxl-26 {
        gap: 130px !important;
    }
    .gap-xxxl-27 {
        gap: 135px !important;
    }
    .gap-xxxl-28 {
        gap: 140px !important;
    }
    .gap-xxxl-29 {
        gap: 145px !important;
    }
    .gap-xxxl-30 {
        gap: 150px !important;
    }
    .gap-xxxl-31 {
        gap: 155px !important;
    }
    .gap-xxxl-32 {
        gap: 160px !important;
    }
    .gap-xxxl-33 {
        gap: 165px !important;
    }
    .gap-xxxl-34 {
        gap: 170px !important;
    }
    .gap-xxxl-35 {
        gap: 175px !important;
    }
    .gap-xxxl-36 {
        gap: 180px !important;
    }
    .gap-xxxl-37 {
        gap: 185px !important;
    }
    .gap-xxxl-38 {
        gap: 190px !important;
    }
    .gap-xxxl-39 {
        gap: 195px !important;
    }
    .gap-xxxl-40 {
        gap: 200px !important;
    }
    .justify-content-xxxl-start {
        justify-content: flex-start !important;
    }
    .justify-content-xxxl-end {
        justify-content: flex-end !important;
    }
    .justify-content-xxxl-center {
        justify-content: center !important;
    }
    .justify-content-xxxl-between {
        justify-content: space-between !important;
    }
    .justify-content-xxxl-around {
        justify-content: space-around !important;
    }
    .justify-content-xxxl-evenly {
        justify-content: space-evenly !important;
    }
    .align-items-xxxl-start {
        align-items: flex-start !important;
    }
    .align-items-xxxl-end {
        align-items: flex-end !important;
    }
    .align-items-xxxl-center {
        align-items: center !important;
    }
    .align-items-xxxl-baseline {
        align-items: baseline !important;
    }
    .align-items-xxxl-stretch {
        align-items: stretch !important;
    }
    .align-content-xxxl-start {
        align-content: flex-start !important;
    }
    .align-content-xxxl-end {
        align-content: flex-end !important;
    }
    .align-content-xxxl-center {
        align-content: center !important;
    }
    .align-content-xxxl-between {
        align-content: space-between !important;
    }
    .align-content-xxxl-around {
        align-content: space-around !important;
    }
    .align-content-xxxl-stretch {
        align-content: stretch !important;
    }
    .align-self-xxxl-auto {
        align-self: auto !important;
    }
    .align-self-xxxl-start {
        align-self: flex-start !important;
    }
    .align-self-xxxl-end {
        align-self: flex-end !important;
    }
    .align-self-xxxl-center {
        align-self: center !important;
    }
    .align-self-xxxl-baseline {
        align-self: baseline !important;
    }
    .align-self-xxxl-stretch {
        align-self: stretch !important;
    }
    .order-xxxl-first {
        order: -1 !important;
    }
    .order-xxxl-0 {
        order: 0 !important;
    }
    .order-xxxl-1 {
        order: 1 !important;
    }
    .order-xxxl-2 {
        order: 2 !important;
    }
    .order-xxxl-3 {
        order: 3 !important;
    }
    .order-xxxl-4 {
        order: 4 !important;
    }
    .order-xxxl-5 {
        order: 5 !important;
    }
    .order-xxxl-last {
        order: 6 !important;
    }
    .m-xxxl-0 {
        margin: 0 !important;
    }
    .m-xxxl-1 {
        margin: 5px !important;
    }
    .m-xxxl-2 {
        margin: 10px !important;
    }
    .m-xxxl-3 {
        margin: 15px !important;
    }
    .m-xxxl-4 {
        margin: 20px !important;
    }
    .m-xxxl-5 {
        margin: 25px !important;
    }
    .m-xxxl-6 {
        margin: 30px !important;
    }
    .m-xxxl-7 {
        margin: 35px !important;
    }
    .m-xxxl-8 {
        margin: 40px !important;
    }
    .m-xxxl-9 {
        margin: 45px !important;
    }
    .m-xxxl-10 {
        margin: 50px !important;
    }
    .m-xxxl-11 {
        margin: 55px !important;
    }
    .m-xxxl-12 {
        margin: 60px !important;
    }
    .m-xxxl-13 {
        margin: 65px !important;
    }
    .m-xxxl-14 {
        margin: 70px !important;
    }
    .m-xxxl-15 {
        margin: 75px !important;
    }
    .m-xxxl-16 {
        margin: 80px !important;
    }
    .m-xxxl-17 {
        margin: 85px !important;
    }
    .m-xxxl-18 {
        margin: 90px !important;
    }
    .m-xxxl-19 {
        margin: 95px !important;
    }
    .m-xxxl-20 {
        margin: 100px !important;
    }
    .m-xxxl-21 {
        margin: 105px !important;
    }
    .m-xxxl-22 {
        margin: 110px !important;
    }
    .m-xxxl-23 {
        margin: 115px !important;
    }
    .m-xxxl-24 {
        margin: 120px !important;
    }
    .m-xxxl-25 {
        margin: 125px !important;
    }
    .m-xxxl-26 {
        margin: 130px !important;
    }
    .m-xxxl-27 {
        margin: 135px !important;
    }
    .m-xxxl-28 {
        margin: 140px !important;
    }
    .m-xxxl-29 {
        margin: 145px !important;
    }
    .m-xxxl-30 {
        margin: 150px !important;
    }
    .m-xxxl-31 {
        margin: 155px !important;
    }
    .m-xxxl-32 {
        margin: 160px !important;
    }
    .m-xxxl-33 {
        margin: 165px !important;
    }
    .m-xxxl-34 {
        margin: 170px !important;
    }
    .m-xxxl-35 {
        margin: 175px !important;
    }
    .m-xxxl-36 {
        margin: 180px !important;
    }
    .m-xxxl-37 {
        margin: 185px !important;
    }
    .m-xxxl-38 {
        margin: 190px !important;
    }
    .m-xxxl-39 {
        margin: 195px !important;
    }
    .m-xxxl-40 {
        margin: 200px !important;
    }
    .m-xxxl-auto {
        margin: auto !important;
    }
    .mx-xxxl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .mx-xxxl-1 {
        margin-right: 5px !important;
        margin-left: 5px !important;
    }
    .mx-xxxl-2 {
        margin-right: 10px !important;
        margin-left: 10px !important;
    }
    .mx-xxxl-3 {
        margin-right: 15px !important;
        margin-left: 15px !important;
    }
    .mx-xxxl-4 {
        margin-right: 20px !important;
        margin-left: 20px !important;
    }
    .mx-xxxl-5 {
        margin-right: 25px !important;
        margin-left: 25px !important;
    }
    .mx-xxxl-6 {
        margin-right: 30px !important;
        margin-left: 30px !important;
    }
    .mx-xxxl-7 {
        margin-right: 35px !important;
        margin-left: 35px !important;
    }
    .mx-xxxl-8 {
        margin-right: 40px !important;
        margin-left: 40px !important;
    }
    .mx-xxxl-9 {
        margin-right: 45px !important;
        margin-left: 45px !important;
    }
    .mx-xxxl-10 {
        margin-right: 50px !important;
        margin-left: 50px !important;
    }
    .mx-xxxl-11 {
        margin-right: 55px !important;
        margin-left: 55px !important;
    }
    .mx-xxxl-12 {
        margin-right: 60px !important;
        margin-left: 60px !important;
    }
    .mx-xxxl-13 {
        margin-right: 65px !important;
        margin-left: 65px !important;
    }
    .mx-xxxl-14 {
        margin-right: 70px !important;
        margin-left: 70px !important;
    }
    .mx-xxxl-15 {
        margin-right: 75px !important;
        margin-left: 75px !important;
    }
    .mx-xxxl-16 {
        margin-right: 80px !important;
        margin-left: 80px !important;
    }
    .mx-xxxl-17 {
        margin-right: 85px !important;
        margin-left: 85px !important;
    }
    .mx-xxxl-18 {
        margin-right: 90px !important;
        margin-left: 90px !important;
    }
    .mx-xxxl-19 {
        margin-right: 95px !important;
        margin-left: 95px !important;
    }
    .mx-xxxl-20 {
        margin-right: 100px !important;
        margin-left: 100px !important;
    }
    .mx-xxxl-21 {
        margin-right: 105px !important;
        margin-left: 105px !important;
    }
    .mx-xxxl-22 {
        margin-right: 110px !important;
        margin-left: 110px !important;
    }
    .mx-xxxl-23 {
        margin-right: 115px !important;
        margin-left: 115px !important;
    }
    .mx-xxxl-24 {
        margin-right: 120px !important;
        margin-left: 120px !important;
    }
    .mx-xxxl-25 {
        margin-right: 125px !important;
        margin-left: 125px !important;
    }
    .mx-xxxl-26 {
        margin-right: 130px !important;
        margin-left: 130px !important;
    }
    .mx-xxxl-27 {
        margin-right: 135px !important;
        margin-left: 135px !important;
    }
    .mx-xxxl-28 {
        margin-right: 140px !important;
        margin-left: 140px !important;
    }
    .mx-xxxl-29 {
        margin-right: 145px !important;
        margin-left: 145px !important;
    }
    .mx-xxxl-30 {
        margin-right: 150px !important;
        margin-left: 150px !important;
    }
    .mx-xxxl-31 {
        margin-right: 155px !important;
        margin-left: 155px !important;
    }
    .mx-xxxl-32 {
        margin-right: 160px !important;
        margin-left: 160px !important;
    }
    .mx-xxxl-33 {
        margin-right: 165px !important;
        margin-left: 165px !important;
    }
    .mx-xxxl-34 {
        margin-right: 170px !important;
        margin-left: 170px !important;
    }
    .mx-xxxl-35 {
        margin-right: 175px !important;
        margin-left: 175px !important;
    }
    .mx-xxxl-36 {
        margin-right: 180px !important;
        margin-left: 180px !important;
    }
    .mx-xxxl-37 {
        margin-right: 185px !important;
        margin-left: 185px !important;
    }
    .mx-xxxl-38 {
        margin-right: 190px !important;
        margin-left: 190px !important;
    }
    .mx-xxxl-39 {
        margin-right: 195px !important;
        margin-left: 195px !important;
    }
    .mx-xxxl-40 {
        margin-right: 200px !important;
        margin-left: 200px !important;
    }
    .mx-xxxl-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }
    .my-xxxl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .my-xxxl-1 {
        margin-top: 5px !important;
        margin-bottom: 5px !important;
    }
    .my-xxxl-2 {
        margin-top: 10px !important;
        margin-bottom: 10px !important;
    }
    .my-xxxl-3 {
        margin-top: 15px !important;
        margin-bottom: 15px !important;
    }
    .my-xxxl-4 {
        margin-top: 20px !important;
        margin-bottom: 20px !important;
    }
    .my-xxxl-5 {
        margin-top: 25px !important;
        margin-bottom: 25px !important;
    }
    .my-xxxl-6 {
        margin-top: 30px !important;
        margin-bottom: 30px !important;
    }
    .my-xxxl-7 {
        margin-top: 35px !important;
        margin-bottom: 35px !important;
    }
    .my-xxxl-8 {
        margin-top: 40px !important;
        margin-bottom: 40px !important;
    }
    .my-xxxl-9 {
        margin-top: 45px !important;
        margin-bottom: 45px !important;
    }
    .my-xxxl-10 {
        margin-top: 50px !important;
        margin-bottom: 50px !important;
    }
    .my-xxxl-11 {
        margin-top: 55px !important;
        margin-bottom: 55px !important;
    }
    .my-xxxl-12 {
        margin-top: 60px !important;
        margin-bottom: 60px !important;
    }
    .my-xxxl-13 {
        margin-top: 65px !important;
        margin-bottom: 65px !important;
    }
    .my-xxxl-14 {
        margin-top: 70px !important;
        margin-bottom: 70px !important;
    }
    .my-xxxl-15 {
        margin-top: 75px !important;
        margin-bottom: 75px !important;
    }
    .my-xxxl-16 {
        margin-top: 80px !important;
        margin-bottom: 80px !important;
    }
    .my-xxxl-17 {
        margin-top: 85px !important;
        margin-bottom: 85px !important;
    }
    .my-xxxl-18 {
        margin-top: 90px !important;
        margin-bottom: 90px !important;
    }
    .my-xxxl-19 {
        margin-top: 95px !important;
        margin-bottom: 95px !important;
    }
    .my-xxxl-20 {
        margin-top: 100px !important;
        margin-bottom: 100px !important;
    }
    .my-xxxl-21 {
        margin-top: 105px !important;
        margin-bottom: 105px !important;
    }
    .my-xxxl-22 {
        margin-top: 110px !important;
        margin-bottom: 110px !important;
    }
    .my-xxxl-23 {
        margin-top: 115px !important;
        margin-bottom: 115px !important;
    }
    .my-xxxl-24 {
        margin-top: 120px !important;
        margin-bottom: 120px !important;
    }
    .my-xxxl-25 {
        margin-top: 125px !important;
        margin-bottom: 125px !important;
    }
    .my-xxxl-26 {
        margin-top: 130px !important;
        margin-bottom: 130px !important;
    }
    .my-xxxl-27 {
        margin-top: 135px !important;
        margin-bottom: 135px !important;
    }
    .my-xxxl-28 {
        margin-top: 140px !important;
        margin-bottom: 140px !important;
    }
    .my-xxxl-29 {
        margin-top: 145px !important;
        margin-bottom: 145px !important;
    }
    .my-xxxl-30 {
        margin-top: 150px !important;
        margin-bottom: 150px !important;
    }
    .my-xxxl-31 {
        margin-top: 155px !important;
        margin-bottom: 155px !important;
    }
    .my-xxxl-32 {
        margin-top: 160px !important;
        margin-bottom: 160px !important;
    }
    .my-xxxl-33 {
        margin-top: 165px !important;
        margin-bottom: 165px !important;
    }
    .my-xxxl-34 {
        margin-top: 170px !important;
        margin-bottom: 170px !important;
    }
    .my-xxxl-35 {
        margin-top: 175px !important;
        margin-bottom: 175px !important;
    }
    .my-xxxl-36 {
        margin-top: 180px !important;
        margin-bottom: 180px !important;
    }
    .my-xxxl-37 {
        margin-top: 185px !important;
        margin-bottom: 185px !important;
    }
    .my-xxxl-38 {
        margin-top: 190px !important;
        margin-bottom: 190px !important;
    }
    .my-xxxl-39 {
        margin-top: 195px !important;
        margin-bottom: 195px !important;
    }
    .my-xxxl-40 {
        margin-top: 200px !important;
        margin-bottom: 200px !important;
    }
    .my-xxxl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }
    .mt-xxxl-0 {
        margin-top: 0 !important;
    }
    .mt-xxxl-1 {
        margin-top: 5px !important;
    }
    .mt-xxxl-2 {
        margin-top: 10px !important;
    }
    .mt-xxxl-3 {
        margin-top: 15px !important;
    }
    .mt-xxxl-4 {
        margin-top: 20px !important;
    }
    .mt-xxxl-5 {
        margin-top: 25px !important;
    }
    .mt-xxxl-6 {
        margin-top: 30px !important;
    }
    .mt-xxxl-7 {
        margin-top: 35px !important;
    }
    .mt-xxxl-8 {
        margin-top: 40px !important;
    }
    .mt-xxxl-9 {
        margin-top: 45px !important;
    }
    .mt-xxxl-10 {
        margin-top: 50px !important;
    }
    .mt-xxxl-11 {
        margin-top: 55px !important;
    }
    .mt-xxxl-12 {
        margin-top: 60px !important;
    }
    .mt-xxxl-13 {
        margin-top: 65px !important;
    }
    .mt-xxxl-14 {
        margin-top: 70px !important;
    }
    .mt-xxxl-15 {
        margin-top: 75px !important;
    }
    .mt-xxxl-16 {
        margin-top: 80px !important;
    }
    .mt-xxxl-17 {
        margin-top: 85px !important;
    }
    .mt-xxxl-18 {
        margin-top: 90px !important;
    }
    .mt-xxxl-19 {
        margin-top: 95px !important;
    }
    .mt-xxxl-20 {
        margin-top: 100px !important;
    }
    .mt-xxxl-21 {
        margin-top: 105px !important;
    }
    .mt-xxxl-22 {
        margin-top: 110px !important;
    }
    .mt-xxxl-23 {
        margin-top: 115px !important;
    }
    .mt-xxxl-24 {
        margin-top: 120px !important;
    }
    .mt-xxxl-25 {
        margin-top: 125px !important;
    }
    .mt-xxxl-26 {
        margin-top: 130px !important;
    }
    .mt-xxxl-27 {
        margin-top: 135px !important;
    }
    .mt-xxxl-28 {
        margin-top: 140px !important;
    }
    .mt-xxxl-29 {
        margin-top: 145px !important;
    }
    .mt-xxxl-30 {
        margin-top: 150px !important;
    }
    .mt-xxxl-31 {
        margin-top: 155px !important;
    }
    .mt-xxxl-32 {
        margin-top: 160px !important;
    }
    .mt-xxxl-33 {
        margin-top: 165px !important;
    }
    .mt-xxxl-34 {
        margin-top: 170px !important;
    }
    .mt-xxxl-35 {
        margin-top: 175px !important;
    }
    .mt-xxxl-36 {
        margin-top: 180px !important;
    }
    .mt-xxxl-37 {
        margin-top: 185px !important;
    }
    .mt-xxxl-38 {
        margin-top: 190px !important;
    }
    .mt-xxxl-39 {
        margin-top: 195px !important;
    }
    .mt-xxxl-40 {
        margin-top: 200px !important;
    }
    .mt-xxxl-auto {
        margin-top: auto !important;
    }
    .me-xxxl-0 {
        margin-right: 0 !important;
    }
    .me-xxxl-1 {
        margin-right: 5px !important;
    }
    .me-xxxl-2 {
        margin-right: 10px !important;
    }
    .me-xxxl-3 {
        margin-right: 15px !important;
    }
    .me-xxxl-4 {
        margin-right: 20px !important;
    }
    .me-xxxl-5 {
        margin-right: 25px !important;
    }
    .me-xxxl-6 {
        margin-right: 30px !important;
    }
    .me-xxxl-7 {
        margin-right: 35px !important;
    }
    .me-xxxl-8 {
        margin-right: 40px !important;
    }
    .me-xxxl-9 {
        margin-right: 45px !important;
    }
    .me-xxxl-10 {
        margin-right: 50px !important;
    }
    .me-xxxl-11 {
        margin-right: 55px !important;
    }
    .me-xxxl-12 {
        margin-right: 60px !important;
    }
    .me-xxxl-13 {
        margin-right: 65px !important;
    }
    .me-xxxl-14 {
        margin-right: 70px !important;
    }
    .me-xxxl-15 {
        margin-right: 75px !important;
    }
    .me-xxxl-16 {
        margin-right: 80px !important;
    }
    .me-xxxl-17 {
        margin-right: 85px !important;
    }
    .me-xxxl-18 {
        margin-right: 90px !important;
    }
    .me-xxxl-19 {
        margin-right: 95px !important;
    }
    .me-xxxl-20 {
        margin-right: 100px !important;
    }
    .me-xxxl-21 {
        margin-right: 105px !important;
    }
    .me-xxxl-22 {
        margin-right: 110px !important;
    }
    .me-xxxl-23 {
        margin-right: 115px !important;
    }
    .me-xxxl-24 {
        margin-right: 120px !important;
    }
    .me-xxxl-25 {
        margin-right: 125px !important;
    }
    .me-xxxl-26 {
        margin-right: 130px !important;
    }
    .me-xxxl-27 {
        margin-right: 135px !important;
    }
    .me-xxxl-28 {
        margin-right: 140px !important;
    }
    .me-xxxl-29 {
        margin-right: 145px !important;
    }
    .me-xxxl-30 {
        margin-right: 150px !important;
    }
    .me-xxxl-31 {
        margin-right: 155px !important;
    }
    .me-xxxl-32 {
        margin-right: 160px !important;
    }
    .me-xxxl-33 {
        margin-right: 165px !important;
    }
    .me-xxxl-34 {
        margin-right: 170px !important;
    }
    .me-xxxl-35 {
        margin-right: 175px !important;
    }
    .me-xxxl-36 {
        margin-right: 180px !important;
    }
    .me-xxxl-37 {
        margin-right: 185px !important;
    }
    .me-xxxl-38 {
        margin-right: 190px !important;
    }
    .me-xxxl-39 {
        margin-right: 195px !important;
    }
    .me-xxxl-40 {
        margin-right: 200px !important;
    }
    .me-xxxl-auto {
        margin-right: auto !important;
    }
    .mb-xxxl-0 {
        margin-bottom: 0 !important;
    }
    .mb-xxxl-1 {
        margin-bottom: 5px !important;
    }
    .mb-xxxl-2 {
        margin-bottom: 10px !important;
    }
    .mb-xxxl-3 {
        margin-bottom: 15px !important;
    }
    .mb-xxxl-4 {
        margin-bottom: 20px !important;
    }
    .mb-xxxl-5 {
        margin-bottom: 25px !important;
    }
    .mb-xxxl-6 {
        margin-bottom: 30px !important;
    }
    .mb-xxxl-7 {
        margin-bottom: 35px !important;
    }
    .mb-xxxl-8 {
        margin-bottom: 40px !important;
    }
    .mb-xxxl-9 {
        margin-bottom: 45px !important;
    }
    .mb-xxxl-10 {
        margin-bottom: 50px !important;
    }
    .mb-xxxl-11 {
        margin-bottom: 55px !important;
    }
    .mb-xxxl-12 {
        margin-bottom: 60px !important;
    }
    .mb-xxxl-13 {
        margin-bottom: 65px !important;
    }
    .mb-xxxl-14 {
        margin-bottom: 70px !important;
    }
    .mb-xxxl-15 {
        margin-bottom: 75px !important;
    }
    .mb-xxxl-16 {
        margin-bottom: 80px !important;
    }
    .mb-xxxl-17 {
        margin-bottom: 85px !important;
    }
    .mb-xxxl-18 {
        margin-bottom: 90px !important;
    }
    .mb-xxxl-19 {
        margin-bottom: 95px !important;
    }
    .mb-xxxl-20 {
        margin-bottom: 100px !important;
    }
    .mb-xxxl-21 {
        margin-bottom: 105px !important;
    }
    .mb-xxxl-22 {
        margin-bottom: 110px !important;
    }
    .mb-xxxl-23 {
        margin-bottom: 115px !important;
    }
    .mb-xxxl-24 {
        margin-bottom: 120px !important;
    }
    .mb-xxxl-25 {
        margin-bottom: 125px !important;
    }
    .mb-xxxl-26 {
        margin-bottom: 130px !important;
    }
    .mb-xxxl-27 {
        margin-bottom: 135px !important;
    }
    .mb-xxxl-28 {
        margin-bottom: 140px !important;
    }
    .mb-xxxl-29 {
        margin-bottom: 145px !important;
    }
    .mb-xxxl-30 {
        margin-bottom: 150px !important;
    }
    .mb-xxxl-31 {
        margin-bottom: 155px !important;
    }
    .mb-xxxl-32 {
        margin-bottom: 160px !important;
    }
    .mb-xxxl-33 {
        margin-bottom: 165px !important;
    }
    .mb-xxxl-34 {
        margin-bottom: 170px !important;
    }
    .mb-xxxl-35 {
        margin-bottom: 175px !important;
    }
    .mb-xxxl-36 {
        margin-bottom: 180px !important;
    }
    .mb-xxxl-37 {
        margin-bottom: 185px !important;
    }
    .mb-xxxl-38 {
        margin-bottom: 190px !important;
    }
    .mb-xxxl-39 {
        margin-bottom: 195px !important;
    }
    .mb-xxxl-40 {
        margin-bottom: 200px !important;
    }
    .mb-xxxl-auto {
        margin-bottom: auto !important;
    }
    .ms-xxxl-0 {
        margin-left: 0 !important;
    }
    .ms-xxxl-1 {
        margin-left: 5px !important;
    }
    .ms-xxxl-2 {
        margin-left: 10px !important;
    }
    .ms-xxxl-3 {
        margin-left: 15px !important;
    }
    .ms-xxxl-4 {
        margin-left: 20px !important;
    }
    .ms-xxxl-5 {
        margin-left: 25px !important;
    }
    .ms-xxxl-6 {
        margin-left: 30px !important;
    }
    .ms-xxxl-7 {
        margin-left: 35px !important;
    }
    .ms-xxxl-8 {
        margin-left: 40px !important;
    }
    .ms-xxxl-9 {
        margin-left: 45px !important;
    }
    .ms-xxxl-10 {
        margin-left: 50px !important;
    }
    .ms-xxxl-11 {
        margin-left: 55px !important;
    }
    .ms-xxxl-12 {
        margin-left: 60px !important;
    }
    .ms-xxxl-13 {
        margin-left: 65px !important;
    }
    .ms-xxxl-14 {
        margin-left: 70px !important;
    }
    .ms-xxxl-15 {
        margin-left: 75px !important;
    }
    .ms-xxxl-16 {
        margin-left: 80px !important;
    }
    .ms-xxxl-17 {
        margin-left: 85px !important;
    }
    .ms-xxxl-18 {
        margin-left: 90px !important;
    }
    .ms-xxxl-19 {
        margin-left: 95px !important;
    }
    .ms-xxxl-20 {
        margin-left: 100px !important;
    }
    .ms-xxxl-21 {
        margin-left: 105px !important;
    }
    .ms-xxxl-22 {
        margin-left: 110px !important;
    }
    .ms-xxxl-23 {
        margin-left: 115px !important;
    }
    .ms-xxxl-24 {
        margin-left: 120px !important;
    }
    .ms-xxxl-25 {
        margin-left: 125px !important;
    }
    .ms-xxxl-26 {
        margin-left: 130px !important;
    }
    .ms-xxxl-27 {
        margin-left: 135px !important;
    }
    .ms-xxxl-28 {
        margin-left: 140px !important;
    }
    .ms-xxxl-29 {
        margin-left: 145px !important;
    }
    .ms-xxxl-30 {
        margin-left: 150px !important;
    }
    .ms-xxxl-31 {
        margin-left: 155px !important;
    }
    .ms-xxxl-32 {
        margin-left: 160px !important;
    }
    .ms-xxxl-33 {
        margin-left: 165px !important;
    }
    .ms-xxxl-34 {
        margin-left: 170px !important;
    }
    .ms-xxxl-35 {
        margin-left: 175px !important;
    }
    .ms-xxxl-36 {
        margin-left: 180px !important;
    }
    .ms-xxxl-37 {
        margin-left: 185px !important;
    }
    .ms-xxxl-38 {
        margin-left: 190px !important;
    }
    .ms-xxxl-39 {
        margin-left: 195px !important;
    }
    .ms-xxxl-40 {
        margin-left: 200px !important;
    }
    .ms-xxxl-auto {
        margin-left: auto !important;
    }
    .p-xxxl-0 {
        padding: 0 !important;
    }
    .p-xxxl-1 {
        padding: 5px !important;
    }
    .p-xxxl-2 {
        padding: 10px !important;
    }
    .p-xxxl-3 {
        padding: 15px !important;
    }
    .p-xxxl-4 {
        padding: 20px !important;
    }
    .p-xxxl-5 {
        padding: 25px !important;
    }
    .p-xxxl-6 {
        padding: 30px !important;
    }
    .p-xxxl-7 {
        padding: 35px !important;
    }
    .p-xxxl-8 {
        padding: 40px !important;
    }
    .p-xxxl-9 {
        padding: 45px !important;
    }
    .p-xxxl-10 {
        padding: 50px !important;
    }
    .p-xxxl-11 {
        padding: 55px !important;
    }
    .p-xxxl-12 {
        padding: 60px !important;
    }
    .p-xxxl-13 {
        padding: 65px !important;
    }
    .p-xxxl-14 {
        padding: 70px !important;
    }
    .p-xxxl-15 {
        padding: 75px !important;
    }
    .p-xxxl-16 {
        padding: 80px !important;
    }
    .p-xxxl-17 {
        padding: 85px !important;
    }
    .p-xxxl-18 {
        padding: 90px !important;
    }
    .p-xxxl-19 {
        padding: 95px !important;
    }
    .p-xxxl-20 {
        padding: 100px !important;
    }
    .p-xxxl-21 {
        padding: 105px !important;
    }
    .p-xxxl-22 {
        padding: 110px !important;
    }
    .p-xxxl-23 {
        padding: 115px !important;
    }
    .p-xxxl-24 {
        padding: 120px !important;
    }
    .p-xxxl-25 {
        padding: 125px !important;
    }
    .p-xxxl-26 {
        padding: 130px !important;
    }
    .p-xxxl-27 {
        padding: 135px !important;
    }
    .p-xxxl-28 {
        padding: 140px !important;
    }
    .p-xxxl-29 {
        padding: 145px !important;
    }
    .p-xxxl-30 {
        padding: 150px !important;
    }
    .p-xxxl-31 {
        padding: 155px !important;
    }
    .p-xxxl-32 {
        padding: 160px !important;
    }
    .p-xxxl-33 {
        padding: 165px !important;
    }
    .p-xxxl-34 {
        padding: 170px !important;
    }
    .p-xxxl-35 {
        padding: 175px !important;
    }
    .p-xxxl-36 {
        padding: 180px !important;
    }
    .p-xxxl-37 {
        padding: 185px !important;
    }
    .p-xxxl-38 {
        padding: 190px !important;
    }
    .p-xxxl-39 {
        padding: 195px !important;
    }
    .p-xxxl-40 {
        padding: 200px !important;
    }
    .px-xxxl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .px-xxxl-1 {
        padding-right: 5px !important;
        padding-left: 5px !important;
    }
    .px-xxxl-2 {
        padding-right: 10px !important;
        padding-left: 10px !important;
    }
    .px-xxxl-3 {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }
    .px-xxxl-4 {
        padding-right: 20px !important;
        padding-left: 20px !important;
    }
    .px-xxxl-5 {
        padding-right: 25px !important;
        padding-left: 25px !important;
    }
    .px-xxxl-6 {
        padding-right: 30px !important;
        padding-left: 30px !important;
    }
    .px-xxxl-7 {
        padding-right: 35px !important;
        padding-left: 35px !important;
    }
    .px-xxxl-8 {
        padding-right: 40px !important;
        padding-left: 40px !important;
    }
    .px-xxxl-9 {
        padding-right: 45px !important;
        padding-left: 45px !important;
    }
    .px-xxxl-10 {
        padding-right: 50px !important;
        padding-left: 50px !important;
    }
    .px-xxxl-11 {
        padding-right: 55px !important;
        padding-left: 55px !important;
    }
    .px-xxxl-12 {
        padding-right: 60px !important;
        padding-left: 60px !important;
    }
    .px-xxxl-13 {
        padding-right: 65px !important;
        padding-left: 65px !important;
    }
    .px-xxxl-14 {
        padding-right: 70px !important;
        padding-left: 70px !important;
    }
    .px-xxxl-15 {
        padding-right: 75px !important;
        padding-left: 75px !important;
    }
    .px-xxxl-16 {
        padding-right: 80px !important;
        padding-left: 80px !important;
    }
    .px-xxxl-17 {
        padding-right: 85px !important;
        padding-left: 85px !important;
    }
    .px-xxxl-18 {
        padding-right: 90px !important;
        padding-left: 90px !important;
    }
    .px-xxxl-19 {
        padding-right: 95px !important;
        padding-left: 95px !important;
    }
    .px-xxxl-20 {
        padding-right: 100px !important;
        padding-left: 100px !important;
    }
    .px-xxxl-21 {
        padding-right: 105px !important;
        padding-left: 105px !important;
    }
    .px-xxxl-22 {
        padding-right: 110px !important;
        padding-left: 110px !important;
    }
    .px-xxxl-23 {
        padding-right: 115px !important;
        padding-left: 115px !important;
    }
    .px-xxxl-24 {
        padding-right: 120px !important;
        padding-left: 120px !important;
    }
    .px-xxxl-25 {
        padding-right: 125px !important;
        padding-left: 125px !important;
    }
    .px-xxxl-26 {
        padding-right: 130px !important;
        padding-left: 130px !important;
    }
    .px-xxxl-27 {
        padding-right: 135px !important;
        padding-left: 135px !important;
    }
    .px-xxxl-28 {
        padding-right: 140px !important;
        padding-left: 140px !important;
    }
    .px-xxxl-29 {
        padding-right: 145px !important;
        padding-left: 145px !important;
    }
    .px-xxxl-30 {
        padding-right: 150px !important;
        padding-left: 150px !important;
    }
    .px-xxxl-31 {
        padding-right: 155px !important;
        padding-left: 155px !important;
    }
    .px-xxxl-32 {
        padding-right: 160px !important;
        padding-left: 160px !important;
    }
    .px-xxxl-33 {
        padding-right: 165px !important;
        padding-left: 165px !important;
    }
    .px-xxxl-34 {
        padding-right: 170px !important;
        padding-left: 170px !important;
    }
    .px-xxxl-35 {
        padding-right: 175px !important;
        padding-left: 175px !important;
    }
    .px-xxxl-36 {
        padding-right: 180px !important;
        padding-left: 180px !important;
    }
    .px-xxxl-37 {
        padding-right: 185px !important;
        padding-left: 185px !important;
    }
    .px-xxxl-38 {
        padding-right: 190px !important;
        padding-left: 190px !important;
    }
    .px-xxxl-39 {
        padding-right: 195px !important;
        padding-left: 195px !important;
    }
    .px-xxxl-40 {
        padding-right: 200px !important;
        padding-left: 200px !important;
    }
    .py-xxxl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .py-xxxl-1 {
        padding-top: 5px !important;
        padding-bottom: 5px !important;
    }
    .py-xxxl-2 {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }
    .py-xxxl-3 {
        padding-top: 15px !important;
        padding-bottom: 15px !important;
    }
    .py-xxxl-4 {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }
    .py-xxxl-5 {
        padding-top: 25px !important;
        padding-bottom: 25px !important;
    }
    .py-xxxl-6 {
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }
    .py-xxxl-7 {
        padding-top: 35px !important;
        padding-bottom: 35px !important;
    }
    .py-xxxl-8 {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }
    .py-xxxl-9 {
        padding-top: 45px !important;
        padding-bottom: 45px !important;
    }
    .py-xxxl-10 {
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }
    .py-xxxl-11 {
        padding-top: 55px !important;
        padding-bottom: 55px !important;
    }
    .py-xxxl-12 {
        padding-top: 60px !important;
        padding-bottom: 60px !important;
    }
    .py-xxxl-13 {
        padding-top: 65px !important;
        padding-bottom: 65px !important;
    }
    .py-xxxl-14 {
        padding-top: 70px !important;
        padding-bottom: 70px !important;
    }
    .py-xxxl-15 {
        padding-top: 75px !important;
        padding-bottom: 75px !important;
    }
    .py-xxxl-16 {
        padding-top: 80px !important;
        padding-bottom: 80px !important;
    }
    .py-xxxl-17 {
        padding-top: 85px !important;
        padding-bottom: 85px !important;
    }
    .py-xxxl-18 {
        padding-top: 90px !important;
        padding-bottom: 90px !important;
    }
    .py-xxxl-19 {
        padding-top: 95px !important;
        padding-bottom: 95px !important;
    }
    .py-xxxl-20 {
        padding-top: 100px !important;
        padding-bottom: 100px !important;
    }
    .py-xxxl-21 {
        padding-top: 105px !important;
        padding-bottom: 105px !important;
    }
    .py-xxxl-22 {
        padding-top: 110px !important;
        padding-bottom: 110px !important;
    }
    .py-xxxl-23 {
        padding-top: 115px !important;
        padding-bottom: 115px !important;
    }
    .py-xxxl-24 {
        padding-top: 120px !important;
        padding-bottom: 120px !important;
    }
    .py-xxxl-25 {
        padding-top: 125px !important;
        padding-bottom: 125px !important;
    }
    .py-xxxl-26 {
        padding-top: 130px !important;
        padding-bottom: 130px !important;
    }
    .py-xxxl-27 {
        padding-top: 135px !important;
        padding-bottom: 135px !important;
    }
    .py-xxxl-28 {
        padding-top: 140px !important;
        padding-bottom: 140px !important;
    }
    .py-xxxl-29 {
        padding-top: 145px !important;
        padding-bottom: 145px !important;
    }
    .py-xxxl-30 {
        padding-top: 150px !important;
        padding-bottom: 150px !important;
    }
    .py-xxxl-31 {
        padding-top: 155px !important;
        padding-bottom: 155px !important;
    }
    .py-xxxl-32 {
        padding-top: 160px !important;
        padding-bottom: 160px !important;
    }
    .py-xxxl-33 {
        padding-top: 165px !important;
        padding-bottom: 165px !important;
    }
    .py-xxxl-34 {
        padding-top: 170px !important;
        padding-bottom: 170px !important;
    }
    .py-xxxl-35 {
        padding-top: 175px !important;
        padding-bottom: 175px !important;
    }
    .py-xxxl-36 {
        padding-top: 180px !important;
        padding-bottom: 180px !important;
    }
    .py-xxxl-37 {
        padding-top: 185px !important;
        padding-bottom: 185px !important;
    }
    .py-xxxl-38 {
        padding-top: 190px !important;
        padding-bottom: 190px !important;
    }
    .py-xxxl-39 {
        padding-top: 195px !important;
        padding-bottom: 195px !important;
    }
    .py-xxxl-40 {
        padding-top: 200px !important;
        padding-bottom: 200px !important;
    }
    .pt-xxxl-0 {
        padding-top: 0 !important;
    }
    .pt-xxxl-1 {
        padding-top: 5px !important;
    }
    .pt-xxxl-2 {
        padding-top: 10px !important;
    }
    .pt-xxxl-3 {
        padding-top: 15px !important;
    }
    .pt-xxxl-4 {
        padding-top: 20px !important;
    }
    .pt-xxxl-5 {
        padding-top: 25px !important;
    }
    .pt-xxxl-6 {
        padding-top: 30px !important;
    }
    .pt-xxxl-7 {
        padding-top: 35px !important;
    }
    .pt-xxxl-8 {
        padding-top: 40px !important;
    }
    .pt-xxxl-9 {
        padding-top: 45px !important;
    }
    .pt-xxxl-10 {
        padding-top: 50px !important;
    }
    .pt-xxxl-11 {
        padding-top: 55px !important;
    }
    .pt-xxxl-12 {
        padding-top: 60px !important;
    }
    .pt-xxxl-13 {
        padding-top: 65px !important;
    }
    .pt-xxxl-14 {
        padding-top: 70px !important;
    }
    .pt-xxxl-15 {
        padding-top: 75px !important;
    }
    .pt-xxxl-16 {
        padding-top: 80px !important;
    }
    .pt-xxxl-17 {
        padding-top: 85px !important;
    }
    .pt-xxxl-18 {
        padding-top: 90px !important;
    }
    .pt-xxxl-19 {
        padding-top: 95px !important;
    }
    .pt-xxxl-20 {
        padding-top: 100px !important;
    }
    .pt-xxxl-21 {
        padding-top: 105px !important;
    }
    .pt-xxxl-22 {
        padding-top: 110px !important;
    }
    .pt-xxxl-23 {
        padding-top: 115px !important;
    }
    .pt-xxxl-24 {
        padding-top: 120px !important;
    }
    .pt-xxxl-25 {
        padding-top: 125px !important;
    }
    .pt-xxxl-26 {
        padding-top: 130px !important;
    }
    .pt-xxxl-27 {
        padding-top: 135px !important;
    }
    .pt-xxxl-28 {
        padding-top: 140px !important;
    }
    .pt-xxxl-29 {
        padding-top: 145px !important;
    }
    .pt-xxxl-30 {
        padding-top: 150px !important;
    }
    .pt-xxxl-31 {
        padding-top: 155px !important;
    }
    .pt-xxxl-32 {
        padding-top: 160px !important;
    }
    .pt-xxxl-33 {
        padding-top: 165px !important;
    }
    .pt-xxxl-34 {
        padding-top: 170px !important;
    }
    .pt-xxxl-35 {
        padding-top: 175px !important;
    }
    .pt-xxxl-36 {
        padding-top: 180px !important;
    }
    .pt-xxxl-37 {
        padding-top: 185px !important;
    }
    .pt-xxxl-38 {
        padding-top: 190px !important;
    }
    .pt-xxxl-39 {
        padding-top: 195px !important;
    }
    .pt-xxxl-40 {
        padding-top: 200px !important;
    }
    .pe-xxxl-0 {
        padding-right: 0 !important;
    }
    .pe-xxxl-1 {
        padding-right: 5px !important;
    }
    .pe-xxxl-2 {
        padding-right: 10px !important;
    }
    .pe-xxxl-3 {
        padding-right: 15px !important;
    }
    .pe-xxxl-4 {
        padding-right: 20px !important;
    }
    .pe-xxxl-5 {
        padding-right: 25px !important;
    }
    .pe-xxxl-6 {
        padding-right: 30px !important;
    }
    .pe-xxxl-7 {
        padding-right: 35px !important;
    }
    .pe-xxxl-8 {
        padding-right: 40px !important;
    }
    .pe-xxxl-9 {
        padding-right: 45px !important;
    }
    .pe-xxxl-10 {
        padding-right: 50px !important;
    }
    .pe-xxxl-11 {
        padding-right: 55px !important;
    }
    .pe-xxxl-12 {
        padding-right: 60px !important;
    }
    .pe-xxxl-13 {
        padding-right: 65px !important;
    }
    .pe-xxxl-14 {
        padding-right: 70px !important;
    }
    .pe-xxxl-15 {
        padding-right: 75px !important;
    }
    .pe-xxxl-16 {
        padding-right: 80px !important;
    }
    .pe-xxxl-17 {
        padding-right: 85px !important;
    }
    .pe-xxxl-18 {
        padding-right: 90px !important;
    }
    .pe-xxxl-19 {
        padding-right: 95px !important;
    }
    .pe-xxxl-20 {
        padding-right: 100px !important;
    }
    .pe-xxxl-21 {
        padding-right: 105px !important;
    }
    .pe-xxxl-22 {
        padding-right: 110px !important;
    }
    .pe-xxxl-23 {
        padding-right: 115px !important;
    }
    .pe-xxxl-24 {
        padding-right: 120px !important;
    }
    .pe-xxxl-25 {
        padding-right: 125px !important;
    }
    .pe-xxxl-26 {
        padding-right: 130px !important;
    }
    .pe-xxxl-27 {
        padding-right: 135px !important;
    }
    .pe-xxxl-28 {
        padding-right: 140px !important;
    }
    .pe-xxxl-29 {
        padding-right: 145px !important;
    }
    .pe-xxxl-30 {
        padding-right: 150px !important;
    }
    .pe-xxxl-31 {
        padding-right: 155px !important;
    }
    .pe-xxxl-32 {
        padding-right: 160px !important;
    }
    .pe-xxxl-33 {
        padding-right: 165px !important;
    }
    .pe-xxxl-34 {
        padding-right: 170px !important;
    }
    .pe-xxxl-35 {
        padding-right: 175px !important;
    }
    .pe-xxxl-36 {
        padding-right: 180px !important;
    }
    .pe-xxxl-37 {
        padding-right: 185px !important;
    }
    .pe-xxxl-38 {
        padding-right: 190px !important;
    }
    .pe-xxxl-39 {
        padding-right: 195px !important;
    }
    .pe-xxxl-40 {
        padding-right: 200px !important;
    }
    .pb-xxxl-0 {
        padding-bottom: 0 !important;
    }
    .pb-xxxl-1 {
        padding-bottom: 5px !important;
    }
    .pb-xxxl-2 {
        padding-bottom: 10px !important;
    }
    .pb-xxxl-3 {
        padding-bottom: 15px !important;
    }
    .pb-xxxl-4 {
        padding-bottom: 20px !important;
    }
    .pb-xxxl-5 {
        padding-bottom: 25px !important;
    }
    .pb-xxxl-6 {
        padding-bottom: 30px !important;
    }
    .pb-xxxl-7 {
        padding-bottom: 35px !important;
    }
    .pb-xxxl-8 {
        padding-bottom: 40px !important;
    }
    .pb-xxxl-9 {
        padding-bottom: 45px !important;
    }
    .pb-xxxl-10 {
        padding-bottom: 50px !important;
    }
    .pb-xxxl-11 {
        padding-bottom: 55px !important;
    }
    .pb-xxxl-12 {
        padding-bottom: 60px !important;
    }
    .pb-xxxl-13 {
        padding-bottom: 65px !important;
    }
    .pb-xxxl-14 {
        padding-bottom: 70px !important;
    }
    .pb-xxxl-15 {
        padding-bottom: 75px !important;
    }
    .pb-xxxl-16 {
        padding-bottom: 80px !important;
    }
    .pb-xxxl-17 {
        padding-bottom: 85px !important;
    }
    .pb-xxxl-18 {
        padding-bottom: 90px !important;
    }
    .pb-xxxl-19 {
        padding-bottom: 95px !important;
    }
    .pb-xxxl-20 {
        padding-bottom: 100px !important;
    }
    .pb-xxxl-21 {
        padding-bottom: 105px !important;
    }
    .pb-xxxl-22 {
        padding-bottom: 110px !important;
    }
    .pb-xxxl-23 {
        padding-bottom: 115px !important;
    }
    .pb-xxxl-24 {
        padding-bottom: 120px !important;
    }
    .pb-xxxl-25 {
        padding-bottom: 125px !important;
    }
    .pb-xxxl-26 {
        padding-bottom: 130px !important;
    }
    .pb-xxxl-27 {
        padding-bottom: 135px !important;
    }
    .pb-xxxl-28 {
        padding-bottom: 140px !important;
    }
    .pb-xxxl-29 {
        padding-bottom: 145px !important;
    }
    .pb-xxxl-30 {
        padding-bottom: 150px !important;
    }
    .pb-xxxl-31 {
        padding-bottom: 155px !important;
    }
    .pb-xxxl-32 {
        padding-bottom: 160px !important;
    }
    .pb-xxxl-33 {
        padding-bottom: 165px !important;
    }
    .pb-xxxl-34 {
        padding-bottom: 170px !important;
    }
    .pb-xxxl-35 {
        padding-bottom: 175px !important;
    }
    .pb-xxxl-36 {
        padding-bottom: 180px !important;
    }
    .pb-xxxl-37 {
        padding-bottom: 185px !important;
    }
    .pb-xxxl-38 {
        padding-bottom: 190px !important;
    }
    .pb-xxxl-39 {
        padding-bottom: 195px !important;
    }
    .pb-xxxl-40 {
        padding-bottom: 200px !important;
    }
    .ps-xxxl-0 {
        padding-left: 0 !important;
    }
    .ps-xxxl-1 {
        padding-left: 5px !important;
    }
    .ps-xxxl-2 {
        padding-left: 10px !important;
    }
    .ps-xxxl-3 {
        padding-left: 15px !important;
    }
    .ps-xxxl-4 {
        padding-left: 20px !important;
    }
    .ps-xxxl-5 {
        padding-left: 25px !important;
    }
    .ps-xxxl-6 {
        padding-left: 30px !important;
    }
    .ps-xxxl-7 {
        padding-left: 35px !important;
    }
    .ps-xxxl-8 {
        padding-left: 40px !important;
    }
    .ps-xxxl-9 {
        padding-left: 45px !important;
    }
    .ps-xxxl-10 {
        padding-left: 50px !important;
    }
    .ps-xxxl-11 {
        padding-left: 55px !important;
    }
    .ps-xxxl-12 {
        padding-left: 60px !important;
    }
    .ps-xxxl-13 {
        padding-left: 65px !important;
    }
    .ps-xxxl-14 {
        padding-left: 70px !important;
    }
    .ps-xxxl-15 {
        padding-left: 75px !important;
    }
    .ps-xxxl-16 {
        padding-left: 80px !important;
    }
    .ps-xxxl-17 {
        padding-left: 85px !important;
    }
    .ps-xxxl-18 {
        padding-left: 90px !important;
    }
    .ps-xxxl-19 {
        padding-left: 95px !important;
    }
    .ps-xxxl-20 {
        padding-left: 100px !important;
    }
    .ps-xxxl-21 {
        padding-left: 105px !important;
    }
    .ps-xxxl-22 {
        padding-left: 110px !important;
    }
    .ps-xxxl-23 {
        padding-left: 115px !important;
    }
    .ps-xxxl-24 {
        padding-left: 120px !important;
    }
    .ps-xxxl-25 {
        padding-left: 125px !important;
    }
    .ps-xxxl-26 {
        padding-left: 130px !important;
    }
    .ps-xxxl-27 {
        padding-left: 135px !important;
    }
    .ps-xxxl-28 {
        padding-left: 140px !important;
    }
    .ps-xxxl-29 {
        padding-left: 145px !important;
    }
    .ps-xxxl-30 {
        padding-left: 150px !important;
    }
    .ps-xxxl-31 {
        padding-left: 155px !important;
    }
    .ps-xxxl-32 {
        padding-left: 160px !important;
    }
    .ps-xxxl-33 {
        padding-left: 165px !important;
    }
    .ps-xxxl-34 {
        padding-left: 170px !important;
    }
    .ps-xxxl-35 {
        padding-left: 175px !important;
    }
    .ps-xxxl-36 {
        padding-left: 180px !important;
    }
    .ps-xxxl-37 {
        padding-left: 185px !important;
    }
    .ps-xxxl-38 {
        padding-left: 190px !important;
    }
    .ps-xxxl-39 {
        padding-left: 195px !important;
    }
    .ps-xxxl-40 {
        padding-left: 200px !important;
    }
    .text-xxxl-start {
        text-align: left !important;
    }
    .text-xxxl-end {
        text-align: right !important;
    }
    .text-xxxl-center {
        text-align: center !important;
    }
}

@media (min-width: 1200px) {
    .fs-1 {
        font-size: 4.4375rem !important;
    }
    .fs-2 {
        font-size: 3.75rem !important;
    }
    .fs-3 {
        font-size: 2.5rem !important;
    }
    .fs-4 {
        font-size: 2.25rem !important;
    }
    .fs-5 {
        font-size: 1.875rem !important;
    }
}

@media print {
    .d-print-inline {
        display: inline !important;
    }
    .d-print-inline-block {
        display: inline-block !important;
    }
    .d-print-block {
        display: block !important;
    }
    .d-print-grid {
        display: grid !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: flex !important;
    }
    .d-print-inline-flex {
        display: inline-flex !important;
    }
    .d-print-none {
        display: none !important;
    }
}

header .row {
    height: 82px;
}

header .dropdown-city a {
    font-size: 13px !important;
}

header .mil-offcanvas-btn.open .i-menu {
    background-image: url(/local/templates/milana2024/assets/css/../images/icon-menu.svg#open);
}

.mil-top-side-menu {
    padding-right: 20px;
    background-color: #8c2837;
    height: 100%;
}

.mil-top-side-menu a {
    display: flex;
    align-items: center;
    text-decoration: none;
    margin-right: 15px;
    position: relative;


    font-size: 9px;
    color: #ffffff;
}

.mil-top-side-menu a span {
    display: inline-block;
    border-radius: 100%;
    background-color: #000000;
    line-height: 15px;
    min-width: 15px;
    min-height: 15px;
    text-align: center;
    position: absolute;
    top: 14px;
    left: 12px;
    padding: 0 5px;
}

.mil-top-side-menu a .i {
    filter: invert(1);
    width: 24px;
    height: 24px;
}

.mil-top-side-menu a .i-menu {
    width: 24px;
    height: 24px;
}

.mil-top-side-menu a .i-profile+span {
    display: none;
}

.mil-top-side-menu a.mil-offcanvas-btn {
    margin-right: 0;
}

.mil-header-logo {
    background: url(/local/templates/milana2024/assets/css/../images/logo.svg#logo-white) no-repeat center center;
    background-size: contain;
    width: 102px;
    height: 82px;
    display: block;
}

@media (max-width: 525px) {
    header .row {
        height: 50px;
    }
    .mil-header-logo {
        height: 50px;
    }
}

@media (min-width: 768px) {
    header .row {
        height: 91px;
    }
    header .row .mil-offcanvas-btn {
        margin-right: 35px;
    }
    header .row .mil-offcanvas-btn .i-menu {
        filter: invert(1);
        width: 32px;
        height: 32px;
    }
    .mil-top-side-menu {
        padding-left: 40px;
        background-color: #f6f6f8;
    }
    .mil-top-side-menu a {
        display: flex;
        align-items: center;
        margin-right: 35px;


        font-size: 15px;
        line-height: 18px;
        color: #000000;
    }
    .mil-top-side-menu a.authorized {
        margin-right: 0;
    }
    .mil-top-side-menu a span {
        line-height: 20px;
        height: 18px;
        background-color: transparent;
        position: relative;
        top: auto;
        left: auto;
        padding: 0;
    }
    .mil-top-side-menu a .i {
        filter: invert(0);
        width: 20px;
        height: 20px;
    }
    .mil-top-side-menu a .i-profile+span {
        display: inline-block;
    }
    .mil-top-side-menu a .i+span {
        margin-left: 10px;
    }
    .mil-header-logo {
        width: 132px;
        height: 91px;
    }
}

@media (min-width: 992px) {
    .mil-header-logo {
        width: 132px;
        height: 91px;
    }
}

@media (min-width: 1200px) {
    header .row {
        height: 91px;
    }
    .mil-header-logo {
        width: 132px;
        height: 91px;
    }
}

@media (min-width: 1400px) {
    header .row {
        height: 75px;
    }
    .mil-header-logo {
        width: 141px;
        height: 75px;
    }
}

@media (min-width: 1600px) {
    .mil-header-logo {
        width: 141px;
        height: 75px;
    }
}
footer .i-social {
    width: 41px;
    height: 41px;
}

footer .i-social:last-child {
    margin-right: 0 !important;
}

footer .nav {
    line-height: 34px;
}

footer .nav-link {
    padding: 5px 20px;
    color: #000000;
}

footer .nav-link:hover {
    color: #8c2837;
}

footer .icon-card-payments {
    height: 16px;
}

footer .accordion-item {
    background-color: transparent;
    border: none;
    margin-bottom: initial;
    border-bottom: 1px solid #707070;
}

footer .accordion-item:last-of-type {
    border-radius: 0;
}

footer .accordion-button {


    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    background: none;
    box-shadow: none;
    padding: 15px 20px;
}

footer .accordion-button:not(.collapsed) {
    background: none;
    box-shadow: none;
}

footer .accordion-button:not(.collapsed):after {
    background-image: url(/local/templates/milana2024/assets/css/../images/nav-open.svg);
}

footer .accordion-button:after {
    width: 11px;
    height: 11px;
    background-image: url(/local/templates/milana2024/assets/css/../images/nav-close.svg);
    background-size: contain;
}

footer .mil-footer-title-menu {


    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
}

footer .mil-footer-phones {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 22px;
}

footer .mil-footer-phones b {
    font-weight: 700;

}

.mil-socials-container {
    width: 80%;
}

.mil-footer-bottom-block {


    font-size: 12px;
    line-height: 14px;
}

.mil-footer-bottom-block p {
    margin-bottom: 0;
}

.mil-margin-top-header {
    margin-top: 82px;
}

.mil-margin-left-side-menu {
    margin-left: 0;
}

@media (min-width: 768px) {
    .mil-socials-container {
        width: 100%;
    }
    .mil-margin-top-header {
        margin-top: 91px;
    }
    .mil-margin-left-side-menu {
        margin-left: 0;
    }
}

@media (min-width: 992px) {
    .mil-margin-top-header {
        margin-top: 91px;
    }
    .mil-margin-left-side-menu {
        margin-left: 0;
    }
}

@media (min-width: 1200px) {
    .nav {
        line-height: 37px;
    }
    .mil-margin-top-header {
        margin-top: 91px;
    }
    .mil-margin-left-side-menu {
        margin-left: 261px;
    }
}

@media (min-width: 1400px) {

    .mil-socials-container {
        width: 60%;
    }
    .mil-margin-top-header {
        margin-top: 75px;
    }
    .mil-margin-left-side-menu {
        margin-left: 230px;
    }
}

@media (min-width: 1600px) {
    .nav {
        line-height: 30px;
    }
    .mil-socials-container {
        width: 80%;
    }
    .mil-margin-top-header {
        margin-top: 75px;
    }
    .mil-margin-left-side-menu {
        margin-left: 310px;
    }
}

.breadcrumb-item a {
    color: #000000;
    text-decoration: none;
}

.breadcrumb-item.active a {
    cursor: default;
}

.off-canvas {
    z-index: 1035;
}

.off-canvas .ps__rail-y {
    top: 0 !important;
    right: 0 !important;
    left: auto !important;
}

.off-canvas-search {
    margin-left: -20px;
    margin-right: -20px;
}

.off-canvas-phone {


    font-size: 15px;
    text-decoration: none;
    color: #000000;
}

.off-canvas-contacts {
    line-height: 1;
}

.off-canvas-start {
    width: calc(100% - 20px);
    top: 50px;
    border-right: none;
}

.off-canvas-backdrop:before {
    top: 50px;
    backdrop-filter: blur(7px);
    background: none;
    z-index: 1034;
}

.off-canvas-body {
    padding: 50px 20px;
    overflow: hidden;

    font-size: 13px;
    line-height: 29px;
}

.off-canvas-body .nav-badge {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.off-canvas-body .nav-badge:after {
    content: attr(data-badge);
}

.off-canvas-body .nav-link {

    padding: 0;
    color: #b1b1b9;
    line-height: 1.2;
    margin-bottom: 14px;
}

.off-canvas-body .nav-link:hover {
    color: #8c2837;
}

.off-canvas-body .nav-item>.nav {
    margin-bottom: 20px;
}

.off-canvas-body .nav-item>.nav>.nav-item>.nav {
    margin: 10px 0 10px 20px;
}

.off-canvas-body .nav-item.active>.nav-link {
    color: #8c2837;
}

.off-canvas-body>.nav>.nav-item>.nav-link {

    text-transform: uppercase;
    padding: 0 0 20px 0;
    color: #000000;
}

.off-canvas-body>.nav>.nav-sub-item:not(.active) .nav {
    display: none;
}

.off-canvas-body>.nav>.nav-sub-item>.nav-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.off-canvas-body>.nav>.nav-sub-item>.nav-link:after {
    content: "";
    display: inline-block;
    background: url(/local/templates/milana2024/assets/css/../images/left-side-menu-close.svg) no-repeat center center;
    background-size: contain;
    width: 14px;
    height: 11px;
}

.off-canvas-body>.nav>.nav-sub-item.active>.nav-link {
    color: #8c2837;
}

.off-canvas-body>.nav>.nav-sub-item.active>.nav-link:after {
    background-image: url(/local/templates/milana2024/assets/css/../images/left-side-menu-open.svg);
}

.off-canvas-review-edit textarea.form-control {
    padding: 24px 18px;
}

.off-canvas-review-edit .form-check label {
    line-height: 23px;
}

.off-canvas-review-edit .form-check input {
    margin-top: 6px;
}

.offcanvas-header {
    padding: 20px;
}

.offcanvas-body {
    padding: 20px;
}

.offcanvas-scroll-bar {
    position: relative;
    width: 100%;
    height: 100%;
}

@media (min-width: 768px) {
    .offcanvas-header {
        padding: 30px 55px;
    }
    .offcanvas-body {
        padding: 30px 55px;
    }
    .off-canvas-review-edit {
        width: 735px;
    }
    .offcanvas-container-product-size.off-canvas-review-edit {
        width: 640px;
    }
    .off-canvas-backdrop:before {
        top: 92px;
    }
    .off-canvas-start {
        width: 303px;
        top: 91px;
    }
}

@media (min-width: 992px) {
    .off-canvas-body {
        padding: 55px 45px;
    }
    .off-canvas-backdrop:before {
        top: 92px;
    }
    .off-canvas-start {
        width: 303px;
        top: 91px;
    }
}

@media (min-width: 1200px) {
    .off-canvas-body {
        padding: 55px 30px;
    }
    .off-canvas-backdrop:before {
        backdrop-filter: none;
        display: none;
    }
    .off-canvas-start {
        width: 261px;
        top: 91px;
    }
}

@media (min-width: 1400px) {
    .off-canvas-body {
        padding: 55px 30px;
    }
    .off-canvas-backdrop:before {
        top: 75px;
    }
    .off-canvas-start {
        width: 230px;
        top: 75px;
    }
}

@media (min-width: 1600px) {
    .off-canvas-body {
        padding: 55px 50px;
    }
    .off-canvas-backdrop:before {
        top: 75px;
    }
    .off-canvas-start {
        width: 310px;
        top: 75px;
    }
}

.mil-product-preview-item {
    position: relative;
    width: 100%;
    min-height: 292px;
    color: initial;
}

.mil-product-preview-item a {
    text-decoration: none;
    color: #000000;
}

.mil-product-preview-item-sizes {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    font-size: 13px;
    line-height: 28px;
    transition: opacity linear 300ms;
}

.mil-product-preview-item-sizes li {
    width: 28px;
    height: 28px;
    border: 1px solid #000000;
    text-align: center;
    margin-right: 3px;
    margin-bottom: 3px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    color: #000;
    transition: .5s;
}

.col-infos .mil-product-preview-item-sizes li {
    width: 38px;
    height: 38px;
    margin-right: 10px;
}

/*.col-infos .mil-product-preview-item-sizes li.disable:before {
    height: 50px;
    top: -8px;
    left: 17px;
}

.col-infos .mil-product-preview-item-sizes li.disable:after {
    height: 50px;
    top: -7px;
    left: 17px;
}*/

.mil-product-preview-item-sizes li.disable {
    border-color: #b1b1b9;
    color: #b1b1b9;
    position: relative;
}

/*.mil-product-preview-item-sizes li.disable:before {
    content: "";
    display: block;
    width: 1px;
    height: 37px;
    background-color: #b1b1b9;
    position: absolute;
    top: -5px;
    left: 13px;
    transform: rotate(-45deg);
}

.mil-product-preview-item-sizes li.disable:after {
    content: "";
    display: block;
    width: 1px;
    height: 37px;
    background-color: #b1b1b9;
    position: absolute;
    top: -5px;
    left: 12px;
    transform: rotate(45deg);
}*/

.mil-product-preview-item.show-sizes .mil-product-preview-item-sizes,
.mil-product-preview-item:hover .mil-product-preview-item-sizes {
    opacity: 1;
}

.mil-product-preview-item-img {
    position: relative;
    background: no-repeat center bottom;
    background-size: contain;
    width: 100%;
    height: 195px;
    margin-bottom: 25px;
}

.mil-product-preview-item-img:before {
    content: "";
    display: block;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    background-color: rgba(141, 139, 143, 0.11);
    z-index: 2;
}

.mil-product-preview-item-img .badge {
    display: block;
    padding: 5px 10px;
    color: #000000;
    border-radius: 0;


    font-size: 13px;
    margin-bottom: 5px;
}

.mil-product-preview-item-img .badge-container {
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
}

.mil-product-preview-item-img .badge.hit:first-child {
    margin-top: 30px;
}

.mil-product-preview-item p {


    font-size: 13px;
    line-height: 1;
    margin-bottom: 15px;
}

@media (min-width: 768px) {
    .mil-product-preview-item p {
        font-size: 14px;
    }
}

.mil-product-preview-item .mil-product-preview-item-price {
    margin-bottom: 30px;
    height: 28px;
    color: #000000;
    align-items: center;
}

.mil-product-preview-item .mil-product-preview-item-price * {
    margin-right: 15px;
}

.mil-product-preview-item .mil-product-preview-item-price span {


    font-size: 17px;
    line-height: 20px;
}

.mil-product-preview-item .mil-product-preview-item-price s {


    font-size: 14px;
    line-height: 18px;
}

.mil-product-preview-item .mil-product-preview-item-price .badge {
    border-radius: 0;


    font-size: 12px;
    line-height: 1;
    padding: 5px 10px;
    height: 24px;
}

.mil-product-preview-item .i-close {
    position: absolute;
    width: 12px;
    height: 12px;
    top: 20px;
    right: 20px;
    cursor: pointer;
    z-index: 3;
}


/* .favorites-check {
    -webkit-appearance: none;
    appearance: none;
    border: none;
    position: absolute;
    top: 20px;
    right: 15px;
    background: url(/local/templates/milana2024/assets/css/../images/favorites-sprite.svg#off) no-repeat 0 0;
    background-size: contain;
    width: 23px;
    height: 23px;
    z-index: 5;
    cursor: pointer;
} */

.favorites-check {
    -webkit-appearance: none;
    appearance: none;
    border: none;
    position: absolute;
    top: 20px;
    right: 15px;
    background: url(/local/templates/milana2024/assets/css/../images/fav-red-spr.svg) no-repeat 0 0;
    background-size: contain;
    width: 23px;
    height: 23px;
    z-index: 5;
    cursor: pointer;
}

.favorites-check:hover {
    background: url(/local/templates/milana2024/assets/css/../images/fav-red-hover.svg) no-repeat 0 0;
}

.favorites-check:checked {
    background-image: url(/local/templates/milana2024/assets/css/../images/fav-red-chekd.svg);
}

input[type="radio"],
input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
}

@media (min-width: 768px) {
    .mil-product-preview-item {
        height: 520px;
    }
    .mil-product-preview-item .mil-product-preview-item-price {
        display: flex;
    }
    .mil-product-preview-item-img {
        height: 361px;
        margin-bottom: 45px;
    }
}

@media (min-width: 992px) {
    .mil-product-preview-item {
        height: 520px;
    }
    .mil-product-preview-item-sizes {
        opacity: 0;
    }
    .mil-product-preview-item-img {
        margin-bottom: 45px;
    }
}

@media (min-width: 1200px) {
    .mil-product-preview-item {
        height: 520px;
    }
    .mil-product-preview-item-img {
        margin-bottom: 45px;
    }
}

@media (min-width: 1400px) {
    .mil-product-preview-item {
        height: 520px;
    }
    .mil-product-preview-item-img {
        margin-bottom: 45px;
    }
}

@media (min-width: 1600px) {
    .mil-product-preview-item {
        height: 520px;
    }
    .mil-product-preview-item-img {
        margin-bottom: 45px;
    }
}

.mil-carousel-arrows {
    position: absolute;
    width: 72px;
    z-index: 5;
}

.mil-carousel-arrows .slick-arrow {
    width: 30px;
    height: 13px;
    margin: 0;
    padding: 0;
    background: no-repeat 0 0;
    background-size: contain;
}

.mil-carousel-arrows .slick-arrow:before {
    display: none;
}

.mil-carousel-arrows .slick-arrow.slick-prev {
    background-image: url(/local/templates/milana2024/assets/css/../images/slick-arrows.svg#arrow-left-white);
    left: 0;
}

.mil-carousel-arrows .slick-arrow.slick-next {
    background-image: url(/local/templates/milana2024/assets/css/../images/slick-arrows.svg#arrow-right-black);
    right: 0;
}

.slick-dots {
    position: absolute;
    display: flex;
    justify-content: space-between;
}

.slick-dots li {
    width: auto;
    height: 5px;
    margin: 0;
    flex: 1 0 auto;
    transition: 0.2s;
}
.slick-dots:hover li {
    height: 13px;
}
.slick-dots li button {
    background-color: #ffffff;
    width: 100%;
    height: 100%;
    padding: 0;
}

.slick-dots li.slick-active button {
    background-color: var(--color-black);
}

.mil-carousel {
    position: relative;
    z-index: 1;
}

.mil-carousel-slide-img {
    display: block;
}

.mil-carousel-slide-img:nth-child(1) {
    display: none;
}

.slick-initialized .mil-carousel-slide-img {
    display: block;
}

.mil-product-carousel-slick {
    display: none;
}

.mil-product-carousel-slick.slick-initialized {
    display: block;
}

.city-block-item-delivery-slider {
    display: none;
}

.city-block-item-delivery-slider.slick-initialized {
    display: block;
}

.mil-carousel-slide-img {
    width: 100%;
    height: 240px;
    background: no-repeat center center;
    background-size: cover;
}

.mil-carousel .mil-carousel-arrows {
    height: 13px;
    bottom: 49px;
    left: 245px;
}

.mil-carousel-item {
    position: relative;
}

.mil-carousel-content {
    position: absolute;
    background-color: #8c2837;
    color: #ffffff;
    transition: height linear 300ms;
    width: 280px;
    min-height: 144px;
    left: 0;
    bottom: -89px;
    padding: 26px 52px 30px 20px;
}

.mil-carousel-title {
    font-weight: 700;

    font-size: 20px;
    line-height: 22px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.mil-carousel-description {


    font-size: 13px;
    line-height: 16px;
}

.mil-carousel .slick-list {
    padding-bottom: 94px;
}

.mil-carousel .slick-slide {
    margin-bottom: -6px;
}

.mil-carousel .slick-dots {
    width: 280px;
    bottom: 0;
}

@media (min-width: 768px) {
    .mil-carousel-title {
        font-size: 33px;
        line-height: 38px;
        margin-bottom: 38px;
    }
    .mil-carousel-description {
        font-size: 14px;
        line-height: 24px;
    }
    .mil-carousel-slide-img {
        height: 677px;
    }
    .mil-carousel .mil-carousel-arrows {
        width: 72px;
        height: 13px;
        bottom: 202px;
        right: -477px;
        left: 0;
        margin: auto;
    }
    .mil-carousel .mil-carousel-arrows .slick-arrow.slick-next {
        background-image: url(/local/templates/milana2024/assets/css/../images/slick-arrows.svg#arrow-right-white);
    }
    .mil-carousel-content {
        padding: 55px 71px 55px 42px;
        width: 475px;
        right: 0;
        left: 0;
        margin: auto;
        bottom: 123px;
        min-height: 266px;
    }
    .mil-carousel .slick-list {
        padding-bottom: 0;
    }
    .mil-carousel .slick-dots {
        width: 475px;
        right: 0;
        left: 0;
        margin: auto;
        bottom: 118px;
    }
}

@media (min-width: 992px) {
    .mil-carousel-title {
        font-size: 33px;
        line-height: 38px;
        margin-bottom: 38px;
    }
    .mil-carousel-description {
        font-size: 14px;
        line-height: 24px;
    }
    .mil-carousel-slide-img {
        height: 677px;
    }
    .mil-carousel .mil-carousel-arrows {
        width: 72px;
        height: 13px;
        bottom: 191px;
        left: auto;
        right: 40px;
    }
    .mil-carousel-content {
        padding: 55px 71px 55px 42px;
        width: 475px;
        right: 78px;
        bottom: 109px;
        left: auto;
        min-height: 266px;
    }
    .mil-carousel .slick-dots {
        width: 475px;
        right: 78px;
        left: auto;
        bottom: 104px;
    }
}

@media (min-width: 1200px) {
    .mil-carousel-title {
        font-size: 33px;
        line-height: 38px;
        margin-bottom: 38px;
    }
    .mil-carousel-description {
        font-size: 14px;
        line-height: 24px;
    }
    .mil-carousel-slide-img {
        height: 709px;
    }
    .mil-carousel .mil-carousel-arrows {
        width: 72px;
        height: 13px;
        bottom: 206px;
        right: 40px;
    }
    .mil-carousel-content {
        padding: 55px 71px 55px 42px;
        width: 475px;
        right: 78px;
        bottom: 124px;
        min-height: 266px;
    }
    .mil-carousel .slick-dots {
        width: 475px;
        right: 78px;
        bottom: 119px;
    }
}

@media (min-width: 1400px) {
    .mil-carousel-title {
        font-size: 40px;
        line-height: 43px;
        margin-bottom: 42px;
    }
    .mil-carousel-description {
        font-size: 16px;
        line-height: 29px;
    }
    .mil-carousel-slide-img {
        height: 900px;
    }
    .mil-carousel .mil-carousel-arrows {
        width: 72px;
        height: 13px;
        bottom: 284px;
        right: 45px;
    }
    .mil-carousel-content {
        padding: 59px 45px 59px 45px;
        width: 532px;
        right: 81px;
        bottom: 195px;
        min-height: 298px;
    }
    .mil-carousel .slick-dots {
        width: 532px;
        right: 81px;
        bottom: 190px;
    }
}

@media (min-width: 1600px) {
    .mil-carousel-title {
        font-size: 40px;
        line-height: 43px;
        margin-bottom: 42px;
    }
    .mil-carousel-description {
        font-size: 16px;
        line-height: 29px;
    }
    .mil-carousel-slide-img {
        height: 900px;
    }
    .mil-carousel .mil-carousel-arrows {
        width: 72px;
        height: 13px;
        bottom: 284px;
        right: 81px;
    }
    .mil-carousel-content {
        padding: 59px 45px 59px 45px;
        width: 532px;
        right: 118px;
        bottom: 195px;
        min-height: 298px;
    }
    .mil-carousel .slick-dots {
        width: 532px;
        right: 118px;
        bottom: 190px;
    }
}

.mil-product-carousel-position-right {
    padding-top: 80px;
    background-color: #f6f6f8;
    position: relative;
    overflow: hidden;
    margin-top: -130px;
}

.mil-product-carousel-position-right .mil-carousel-arrows {
    display: none;
}

.mil-product-carousel-position-right .mil-carousel-arrows .slick-arrow.slick-prev {
    background-image: url(/local/templates/milana2024/assets/css/../images/slick-arrows.svg#arrow-left-black);
}

.mil-product-carousel-position-right .mil-carousel-arrows .slick-arrow.slick-prev:hover {
    background-image: url(/local/templates/milana2024/assets/css/../images/slick-arrows.svg#arrow-left-primary);
}

.mil-product-carousel-position-right .mil-carousel-arrows .slick-arrow.slick-next {
    background-image: url(/local/templates/milana2024/assets/css/../images/slick-arrows.svg#arrow-right-black);
}

.mil-product-carousel-position-right .mil-carousel-arrows .slick-arrow.slick-next:hover {
    background-image: url(/local/templates/milana2024/assets/css/../images/slick-arrows.svg#arrow-right-primary);
}

.mil-product-carousel-position-right .mil-product-carousel-slick .slick-slide {
    margin-right: 5px;
}

.mil-product-carousel-position-right .mil-product-carousel-container {
    background-color: #ffffff;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    padding: 30px 0 70px 20px;
}

.mil-product-carousel-position-right .mil-product-carousel-bg {
    position: relative;
    width: 100%;
    height: 586px;
    background: no-repeat center center;
    background-size: cover;
}

.mil-product-carousel-position-right .mil-product-carousel-bg .title {
    position: absolute;
    top: 109px;
    left: 0;
    right: 0;
    text-align: center;
}

.mil-previously-you-watched .mil-product-carousel-position-right {
    margin-top: 0;
    padding-top: 0;
    background-color: #ffffff;
}

.mil-previously-you-watched .mil-product-carousel-position-right .mil-carousel-arrows {
    top: 94px;
}

.mil-previously-you-watched .mil-product-carousel-position-right .mil-product-carousel-container {
    width: calc(100% - 20px);
    padding: 35px 0 45px 30px;
}

.mil-previously-you-watched .mil-product-carousel-position-right .mil-product-carousel-bg {
    background-image: url(/local/templates/milana2024/assets/css/../images/carousel-woman.jpg);
    width: 100%;
    height: 311px;
    margin-bottom: 220px;
    margin-right: 0;
}

.mil-previously-you-watched .mil-product-carousel-position-right .mil-product-carousel-bg .title {
    left: 19px;
    top: 62px;
    text-align: left;
}

.mil-previously-you-watched .mil-product-carousel-position-right .mil-product-carousel-bg .title-h {
    font-size: 20px;
}

@media (min-width: 768px) {
    .mil-product-carousel-position-right {
        padding-top: 0;
        margin-top: 0;
    }
    .mil-product-carousel-position-right .mil-carousel-arrows {
        display: block;
        top: 193px;
        right: 40px;
    }
    .mil-product-carousel-position-right .mil-product-carousel-container {
        padding: 75px 40px 15px;
        width: 670px;
    }
    .mil-product-carousel-position-right .mil-product-carousel-bg {
        height: 765px;
        margin-bottom: 0;
        margin-right: 0;
    }
    .mil-product-carousel-position-right .mil-product-carousel-bg .title {
        left: 40px;
        right: auto;
        margin: initial;
        top: 101px;
    }
    .mil-previously-you-watched .mil-product-carousel-position-right .mil-carousel-arrows {
        top: 94px;
    }
    .mil-previously-you-watched .mil-product-carousel-position-right .mil-product-carousel-container {
        width: calc(100% - 40px);
        padding: 50px 0 80px 75px;
    }
    .mil-previously-you-watched .mil-product-carousel-position-right .mil-product-carousel-bg {
        background-image: url(/local/templates/milana2024/assets/css/../images/carousel-woman.jpg);
        width: calc(100% - 230px);
        height: 495px;
        margin-bottom: 255px;
        margin-right: 230px;
    }
    .mil-previously-you-watched .mil-product-carousel-position-right .mil-product-carousel-bg .title {
        left: 116px;
        top: 72px;
    }
    .mil-previously-you-watched .mil-product-carousel-position-right .mil-product-carousel-bg .title-h {
        font-size: 31px;
    }
}

@media (min-width: 992px) {
    .mil-product-carousel-position-right {
        padding-top: 60px;
    }
    .mil-product-carousel-position-right .mil-carousel-arrows {
        top: 300px;
        right: 45px;
    }
    .mil-product-carousel-position-right .mil-product-carousel-container {
        /*width: calc(100% - 140px);*/
        width: 965px;
        padding: 65px 40px 30px;
    }
    .mil-product-carousel-position-right .mil-product-carousel-bg {
        width: calc(100% - 300px);
        height: 545px;
        margin-bottom: 280px;
        margin-right: 300px;
    }
    .mil-product-carousel-position-right .mil-product-carousel-bg .title {
        left: 222px;
        top: 164px;
    }
    .mil-previously-you-watched .mil-product-carousel-position-right {
        padding-top: 0;
    }
    .mil-previously-you-watched .mil-product-carousel-position-right .mil-carousel-arrows {
        top: 106px;
    }
    .mil-previously-you-watched .mil-product-carousel-position-right .mil-product-carousel-container {
        width: calc(100% - 315px);
        padding: 50px 0 0 55px;
    }
    .mil-previously-you-watched .mil-product-carousel-position-right .mil-product-carousel-bg {
        background-image: url(/local/templates/milana2024/assets/css/../images/carousel-woman.jpg);
        width: calc(100% - 250px);
        height: 495px;
        margin-bottom: 187px;
        margin-right: 250px;
    }
    .mil-previously-you-watched .mil-product-carousel-position-right .mil-product-carousel-bg .title {
        left: 367px;
        top: 84px;
    }
    .mil-previously-you-watched .mil-product-carousel-position-right .mil-product-carousel-bg .title-h {
        font-size: 31px;
    }
}

@media (min-width: 1200px) {
    .mil-product-carousel-position-right {
        padding-top: 115px;
    }
    .mil-product-carousel-position-right .mil-carousel-arrows {
        top: 270px;
        right: 45px;
    }
    .mil-product-carousel-position-right .mil-product-carousel-container {
        width: 965px;
        padding: 75px 0 50px 80px;
    }
    .mil-product-carousel-position-right .mil-product-carousel-bg {
        width: calc(100% - 180px);
        height: 630px;
        margin-bottom: 210px;
        margin-right: 180px;
    }
    .mil-product-carousel-position-right .mil-product-carousel-bg .title {
        left: 260px;
        top: 140px;
    }
}

@media (min-width: 1400px) {
    .mil-product-carousel-position-right {
        padding-top: 80px;
    }
    .mil-product-carousel-position-right .mil-carousel-arrows {
        top: 400px;
        right: 45px;
    }
    .mil-product-carousel-position-right .mil-product-carousel-container {
        width: 965px;
        padding: 90px 0 75px 80px;
    }
    .mil-product-carousel-position-right .mil-product-carousel-bg {
        width: calc(100% - 210px);
        height: 755px;
        margin-bottom: 200px;
        margin-right: 210px;
    }
    .mil-product-carousel-position-right .mil-product-carousel-bg .title {
        left: 345px;
        top: 206px;
    }
    .mil-previously-you-watched .mil-product-carousel-position-right .mil-carousel-arrows {
        top: 123px;
    }
    .mil-previously-you-watched .mil-product-carousel-position-right .mil-product-carousel-container {
        width: calc(100% - 315px);
        padding: 50px 0 0 55px;
    }
    .mil-previously-you-watched .mil-product-carousel-position-right .mil-product-carousel-bg {
        background-image: url(/local/templates/milana2024/assets/css/../images/carousel-woman.jpg);
        width: calc(100% - 315px);
        height: 570px;
        margin-bottom: 129px;
        margin-right: 315px;
    }
    .mil-previously-you-watched .mil-product-carousel-position-right .mil-product-carousel-bg .title {
        left: 367px;
        top: 93px;
    }
    .mil-previously-you-watched .mil-product-carousel-position-right .mil-product-carousel-bg .title-h {
        font-size: 40px;
    }
}

@media (min-width: 1600px) {
    .mil-product-carousel-position-right {
        padding-top: 80px;
    }
    .mil-product-carousel-position-right .mil-carousel-arrows {
        top: 400px;
        right: 45px;
    }
    .mil-product-carousel-position-right .mil-product-carousel-container {
        width: 1260px;
        padding: 90px 0 75px 80px;
    }
    .mil-product-carousel-position-right .mil-product-carousel-bg {
        width: calc(100% - 485px);
        height: 755px;
        margin-bottom: 200px;
        margin-right: 485px;
    }
    .mil-product-carousel-position-right .mil-product-carousel-bg .title {
        left: 345px;
        top: 206px;
    }
    .mil-previously-you-watched .mil-product-carousel-position-right .mil-carousel-arrows {
        top: 123px;
    }
    .mil-previously-you-watched .mil-product-carousel-position-right .mil-product-carousel-container {
        width: calc(100% - 315px);
        padding: 50px 0 60px 60px;
    }
    .mil-previously-you-watched .mil-product-carousel-position-right .mil-product-carousel-bg {
        background-image: url(/local/templates/milana2024/assets/css/../images/carousel-woman.jpg);
        width: calc(100% - 715px);
        height: 570px;
        margin-bottom: 190px;
        margin-right: 715px;
    }
    .mil-previously-you-watched .mil-product-carousel-position-right .mil-product-carousel-bg .title {
        left: 367px;
        top: 94px;
    }
    .mil-previously-you-watched .mil-product-carousel-position-right .mil-product-carousel-bg .title-h {
        font-size: 40px;
    }
}

.mil-product-carousel-position-left {
    padding-top: 80px;
    background-color: #f6f6f8;
    position: relative;
    overflow: hidden;
    margin-top: -163px;
}

.mil-product-carousel-position-left .mil-carousel-arrows {
    display: none;
}

.mil-product-carousel-position-left .mil-carousel-arrows .slick-arrow.slick-prev {
    background-image: url(/local/templates/milana2024/assets/css/../images/slick-arrows.svg#arrow-left-black);
}

.mil-product-carousel-position-left .mil-carousel-arrows .slick-arrow.slick-prev:hover {
    background-image: url(/local/templates/milana2024/assets/css/../images/slick-arrows.svg#arrow-left-primary);
}

.mil-product-carousel-position-left .mil-carousel-arrows .slick-arrow.slick-next {
    background-image: url(/local/templates/milana2024/assets/css/../images/slick-arrows.svg#arrow-right-black);
}

.mil-product-carousel-position-left .mil-carousel-arrows .slick-arrow.slick-next:hover {
    background-image: url(/local/templates/milana2024/assets/css/../images/slick-arrows.svg#arrow-right-primary);
}

.mil-product-carousel-position-left .mil-product-carousel-slick .slick-slide {
    margin-left: 5px;
}

.mil-product-carousel-position-left .mil-product-carousel-container {
    background-color: #ffffff;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 30px 0 70px 20px;
}

.mil-product-carousel-position-left .mil-product-carousel-bg {
    position: relative;
    width: 100%;
    height: 586px;
    background: no-repeat center center;
    background-size: cover;
}

.mil-product-carousel-position-left .mil-product-carousel-bg .title {
    position: absolute;
    top: 109px;
    left: 0;
    right: 0;
    text-align: center;
}

@media (min-width: 768px) {
    .mil-product-carousel-position-left {
        padding-top: 0;
        margin-top: 0;
    }
    .mil-product-carousel-position-left .mil-carousel-arrows {
        display: block;
        top: 193px;
        left: 40px;
    }
    .mil-product-carousel-position-left .mil-product-carousel-container {
        padding: 75px 40px 15px;
        width: 670px;
    }
    .mil-product-carousel-position-left .mil-product-carousel-bg {
        height: 765px;
        margin-bottom: 0;
        margin-left: 0;
    }
    .mil-product-carousel-position-left .mil-product-carousel-bg .title {
        right: 40px;
        left: auto;
        margin: initial;
        top: 101px;
    }
}

@media (min-width: 992px) {
    .mil-product-carousel-position-left {
        padding-top: 60px;
    }
    .mil-product-carousel-position-left .mil-carousel-arrows {
        top: 300px;
        right: auto;
        left: 45px;
    }
    .mil-product-carousel-position-left .mil-product-carousel-container {
        /*width: calc(100% - 140px);*/
        width: 965px;
        padding: 65px 40px 30px;
    }
    .mil-product-carousel-position-left .mil-product-carousel-container .slick-track {
        /*left: 80px;*/
    }
    .mil-product-carousel-position-left .mil-product-carousel-bg {
        width: calc(100% - 300px);
        height: 545px;
        margin-bottom: 280px;
        margin-left: 300px;
    }
    .mil-product-carousel-position-left .mil-product-carousel-bg .title {
        right: 222px;
        top: 164px;
    }
}

@media (min-width: 1200px) {
    .mil-product-carousel-position-left {
        padding-top: 115px;
    }
    .mil-product-carousel-position-left .mil-carousel-arrows {
        top: 350px;
        left: 45px;
    }
    .mil-product-carousel-position-left .mil-product-carousel-container {
        width: 965px;
        padding: 75px 80px 50px 0;
    }
    .mil-product-carousel-position-left .mil-product-carousel-container .slick-track {
        /*left: 80px;*/
    }
    .mil-product-carousel-position-left .mil-product-carousel-bg {
        width: calc(100% - 180px);
        height: 630px;
        margin-bottom: 210px;
        margin-left: 180px;
    }
    .mil-product-carousel-position-left .mil-product-carousel-bg .title {
        right: 260px;
        top: 140px;
    }
}

@media (min-width: 1400px) {
    .mil-product-carousel-position-left {
        padding-top: 80px;
    }
    .mil-product-carousel-position-left .mil-carousel-arrows {
        top: 395px;
        left: 45px;
    }
    .mil-product-carousel-position-left .mil-product-carousel-container {
        width: 965px;
        padding: 90px 80px 75px 0;
    }
    .mil-product-carousel-position-left .mil-product-carousel-container .slick-track {
        /*left: 80px;*/
    }
    .mil-product-carousel-position-left .mil-product-carousel-bg {
        width: calc(100% - 210px);
        height: 755px;
        margin-bottom: 200px;
        margin-left: 210px;
    }
    .mil-product-carousel-position-left .mil-product-carousel-bg .title {
        right: 345px;
        top: 206px;
    }
}

@media (min-width: 1600px) {
    .mil-product-carousel-position-left {
        padding-top: 80px;
    }
    .mil-product-carousel-position-left .mil-carousel-arrows {
        top: 400px;
        left: 45px;
    }
    .mil-product-carousel-position-left .mil-product-carousel-container {
        width: 1260px;
        padding: 90px 80px 75px 0;
    }
    .mil-product-carousel-position-left .mil-product-carousel-container .slick-track {
        /*left: 80px;*/
    }
    .mil-product-carousel-position-left .mil-product-carousel-bg {
        width: calc(100% - 485px);
        height: 755px;
        margin-bottom: 200px;
        margin-left: 485px;
    }
    .mil-product-carousel-position-left .mil-product-carousel-bg .title {
        right: 345px;
        top: 206px;
    }
}

.mil-product-carousel-slick .mil-product-preview-item {
    width: 183px;
    max-width: 183px;
    min-width: 183px;
    min-height: 292px;
}

.mil-product-carousel-slick .mil-product-preview-item-img {
    width: 100%;
    height: 227px;
}

.mil-previously-you-watched .mil-product-preview-item {
    width: 146px;
    max-width: 146px;
    min-width: 146px;
}

.mil-previously-you-watched .mil-product-preview-item-img {
    width: 100%;
    height: 195px;
}

@media (min-width: 768px) {
    .mil-product-carousel-slick .mil-product-preview-item {
        width: 290px;
        max-width: 290px;
        height: 520px;
    }
    .mil-product-carousel-slick .mil-product-preview-item-img {
        width: 290px;
        height: 361px;
        margin-bottom: 45px;
    }
}

@media (min-width: 992px) {
    .mil-product-carousel-slick .mil-product-preview-item {
        width: 290px;
        height: 520px;
    }
    .mil-product-carousel-slick .mil-product-preview-item-img {
        width: 290px;
        height: 361px;
        margin-bottom: 45px;
    }
}

@media (min-width: 1200px) {
    .mil-product-carousel-slick .mil-product-preview-item {
        width: 290px;
        height: 520px;
    }
    .mil-product-carousel-slick .mil-product-preview-item-img {
        width: 290px;
        height: 361px;
        margin-bottom: 45px;
    }
}

@media (min-width: 1400px) {
    .mil-product-carousel-slick .mil-product-preview-item {
        width: 290px;
        height: 520px;
    }
    .mil-product-carousel-slick .mil-product-preview-item-img {
        width: 290px;
        height: 361px;
        margin-bottom: 45px;
    }
}

@media (min-width: 1600px) {
    .mil-product-carousel-slick .mil-product-preview-item {
        width: 290px;
        height: 520px;
    }
    .mil-product-carousel-slick .mil-product-preview-item-img {
        width: 290px;
        height: 361px;
        margin-bottom: 45px;
    }
}

.mil-main-center-carousel-section {
    background-color: #f6f6f8;
    padding-bottom: 60px;
    position: relative;
    z-index: 1;
}

.mil-main-center-carousel-section .btn {
    padding: 9px;
}

.mil-main-center-carousel-section .slick-dots {
    right: 0;
    left: 0;
    bottom: -30px;
    margin: auto;
    width: 241px;
}

.mil-main-center-carousel-section .slick-dots li.slick-active button {
    background-color: #000000;
}

.mil-main-center-carousel-section .slick-dots li:not(.slick-active):hover button {
    background-color: #8c2837;
}

.mil-main-center-carousel-item {
    padding: 50px 0 60px 0;
    text-align: center;
    background: no-repeat center center;
    background-size: cover;
    min-height: 257px;
    color: #ffffff;
    position: relative;


    font-size: 13px;
    line-height: 16px;
}

.mil-main-center-carousel-item:before {
    content: "";
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.31);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.mil-main-center-carousel-item-content {
    position: relative;
    z-index: 2;
}

.mil-main-center-carousel-item .h2 {
    width: 280px;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 768px) {
    .mil-main-center-carousel-item {
        font-size: 25px;
        line-height: 34px;
        min-height: 531px;
        padding: 140px 0 145px 0;
    }
    .mil-main-center-carousel-item .h2 {
        width: auto;
    }
    .mil-main-center-carousel-section {
        padding-bottom: 100px;
    }
    .mil-main-center-carousel-section .btn {
        padding: 18px;
    }
    .mil-main-center-carousel-section .slick-dots {
        width: 615px;
        bottom: -55px;
    }
}

@media (min-width: 992px) {
    .mil-main-center-carousel-item {
        font-size: 30px;
        line-height: 34px;
        min-height: 531px;
        padding: 130px 0 145px 0;
    }
    .mil-main-center-carousel-section .slick-dots {
        width: 615px;
        bottom: -55px;
    }
}

@media (min-width: 1200px) {
    .mil-main-center-carousel-item {
        font-size: 25px;
        line-height: 34px;
        min-height: 531px;
        padding: 145px 0 150px 0;
    }
    .mil-main-center-carousel-section .slick-dots {
        bottom: -65px;
        width: 552px;
    }
}

@media (min-width: 1400px) {
    .mil-main-center-carousel-item {
        font-size: 30px;
        line-height: 34px;
        min-height: 531px;
        padding: 140px 0 145px 0;
    }
    .mil-main-center-carousel-section .slick-dots {
        width: 615px;
        bottom: -70px;
    }
}

@media (min-width: 1600px) {
    .mil-main-center-carousel-item {
        font-size: 30px;
        line-height: 34px;
        min-height: 531px;
    }
    .mil-main-center-carousel-section .slick-dots {
        width: 615px;
        bottom: -70px;
    }
}

.btn {
    min-width: 121px;
    font-size: 13px;
    line-height: 15px;
    padding: 14px;
}

.btn-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-outline-primary {
    border-color: #000000;
    color: #000000;
}

.btn-outline-black:hover,
.btn-outline-black:focus,
.btn-outline-black:active {
    border-color: #8c2837;
    color: #ffffff;
    background-color: #8c2837;
}

.btn-primary .i-filters {
    background-image: url(/local/templates/milana2024/assets/css/../images/icon-filters.svg#filter-white);
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    border-color: #ffffff;
    color: #8c2837;
    background-color: #ffffff;
}

.btn-primary:hover .i-filters,
.btn-primary:focus .i-filters,
.btn-primary:active .i-filters {
    background-image: url(/local/templates/milana2024/assets/css/../images/icon-filters.svg#filter-primary);
}

.btn-black:hover,
.btn-black:focus,
.btn-black:active {
    border-color: #8c2837;
    color: #ffffff;
    background-color: #8c2837;
}

.btn .i {
    margin-right: 10px;
    width: 16px;
    height: 16px;
}

@media (min-width: 768px) {
    .btn:not(.btn-sm) {
        min-width: 195px;
        font-size: 15px;
        line-height: 18px;
        padding: 18px;
    }
}

@media (min-width: 992px) {
    .btn {
        min-width: 195px;
    }
}

@media (min-width: 1200px) {
    .btn {
        min-width: 195px;
    }
}

@media (min-width: 1400px) {
    .btn {
        min-width: 195px;
    }
}

@media (min-width: 1600px) {
    .btn {
        min-width: 195px;
    }
}

.mil-instagram-section {
    background-color: #f6f6f8;
    padding-top: 20px;
    position: relative;
    direction: rtl;
    overflow: hidden;
    font-size: 13px;
}

.mil-instagram-right-container-top,
.mil-instagram-right-container-bottom {
    text-align: center;
    display: flex;
    direction: ltr;
    justify-content: center;
    width: 100%;
}

.mil-instagram-right-container-top {
    padding-bottom: 35px;
}

.mil-instagram-right-container-bottom {
    background-color: #ffffff;
    padding: 45px 20px 55px 20px;
}

.mil-instagram-right-container-bottom .btn {
    width: 100%;
}

.mil-instagram-images-container {
    width: 433px;
    height: 212px;
}

.mil-instagram-images-container img {
    float: right;
    margin-left: 5px;
    margin-bottom: 5px;
    width: 103px;
}

.mil-instagram-images-container img:first-child {
    width: 212px;
}

@media (min-width: 768px) {
    .mil-instagram-section {
        padding-top: 50px;
        font-size: 14px;
    }
    .mil-instagram-images-container {
        position: absolute;
        right: 346px;
        bottom: 112px;
        width: 860px;
        height: 422px;
    }
    .mil-instagram-images-container img {
        width: 208px;
    }
    .mil-instagram-images-container img:first-child {
        width: 422px;
    }
    .mil-instagram-right-container-top {
        background-color: #ffffff;
        height: 323px;
        width: 727px;
        padding-bottom: 50px;
        padding-left: 381px;
    }
    .mil-instagram-right-container-bottom {
        height: calc(602px - 323px);
        width: 727px;
        padding: 0 0 0 381px;
    }
    .mil-instagram-right-container-bottom .btn {
        width: auto;
    }
}

@media (min-width: 992px) {
    .mil-instagram-images-container {
        right: 350px;
        bottom: 127px;
        width: 920px;
        height: 447px;
    }
    .mil-instagram-images-container img {
        width: 220px;
    }
    .mil-instagram-images-container img:first-child {
        width: 447px;
    }
    .mil-instagram-right-container-top {
        height: 337px;
        width: 723px;
        padding-left: 373px;
    }
    .mil-instagram-right-container-bottom {
        height: calc(668px - 337px);
        width: 723px;
        padding: 0 0 0 373px;
    }
}

@media (min-width: 1200px) {
    .mil-instagram-images-container {
        right: 418px;
        bottom: 112px;
        width: 810px;
        height: 399px;
    }
    .mil-instagram-images-container img {
        width: 196px;
    }
    .mil-instagram-images-container img:first-child {
        width: 399px;
    }
    .mil-instagram-right-container-top {
        height: 340px;
        width: 737px;
        padding-bottom: 75px;
        padding-left: 319px;
    }
    .mil-instagram-right-container-bottom {
        height: calc(597px - 340px);
        width: 737px;
        padding: 0 0 0 319px;
    }
}

@media (min-width: 1400px) {
    .mil-instagram-images-container {
        right: 431px;
        bottom: 133px;
        width: 1100px;
        height: 517px;
    }
    .mil-instagram-images-container img {
        width: 255px;
    }
    .mil-instagram-images-container img:first-child {
        width: 517px;
    }
    .mil-instagram-right-container-top {
        height: 410px;
        width: 862px;
        padding-left: 431px;
    }
    .mil-instagram-right-container-bottom {
        height: 397px;
        width: 862px;
        padding: 0 0 0 431px;
    }
}

@media (min-width: 1600px) {
    .mil-instagram-images-container {
        right: 469px;
        bottom: 148px;
        width: 1200px;
        height: 569px;
    }
    .mil-instagram-images-container img {
        width: 281px;
    }
    .mil-instagram-images-container img:first-child {
        width: 509px;
    }
    .mil-instagram-right-container-top {
        height: 410px;
        width: 862px;
        padding-left: 431px;
    }
    .mil-instagram-right-container-bottom {
        height: 397px;
        width: 862px;
        padding: 0 0 0 431px;
    }
}

.tabs-personal-area .nav-tabs-personal-area .badge {
    margin-left: 5px;
}

.mil-feedback-section {
    height: 376px;
    background: url(/local/templates/milana2024/assets/css/../images/feedback-bg.webp) no-repeat bottom center;
    background-size: cover;
}

.mil-feedback-section button {
    width: 100%;
}

.mil-feedback-row>* {
    max-width: initial !important;
    width: auto !important;
}

.mil-feedback-input {
    width: 100%;
}

.mil-feedback-input::placeholder {
    color: #ffffff;
}

@media (min-width: 768px) {
    .mil-feedback-section {
        height: 413px;
    }
    .mil-feedback-section button {
        width: auto;
    }
    .mil-feedback-input {
        width: 337px;
        margin-bottom: 4px;
    }
    .mil-feedback-title {
        width: 80%;
    }
}

@media (min-width: 992px) {
    .mil-feedback-section {
        height: 270px;
    }
    .mil-feedback-input {
        width: 337px;
        margin-bottom: 4px;
    }
    .mil-feedback-title {
        width: 209px;
    }
}

@media (min-width: 1200px) {
    .mil-feedback-section {
        height: 270px;
    }
    .mil-feedback-input {
        width: 337px;
        margin-bottom: 4px;
    }
    .mil-feedback-title {
        width: 209px;
    }
}

@media (min-width: 1400px) {
    .mil-feedback-section {
        height: 270px;
    }
    .mil-feedback-input {
        width: 337px;
        margin-bottom: 4px;
    }
    .mil-feedback-title {
        width: 259px;
    }
}

@media (min-width: 1600px) {
    .mil-feedback-section {
        height: 270px;
    }
    .mil-feedback-input {
        width: 337px;
        margin-bottom: 4px;
    }
    .mil-feedback-title {
        width: 452px;
    }
}

.form-check {
    display: flex;
    align-items: center;
    color: #000000;
}

.form-check .form-check-mark {
    border-color: #000000;
    border-radius: 0 !important;
}

.form-check .form-check-mark:checked {
    border-color: #000000;
    background-image: url(/local/templates/milana2024/assets/css/../images/checkboxes-sprite.svg#black-checkmark);
}

.form-check .form-check-input {
    border-color: #000000;
    border-radius: 0 !important;
}

.form-check .form-check-input:checked {
    border-color: #000000;
    background-image: url(/local/templates/milana2024/assets/css/../images/checkboxes-sprite.svg#black-checkbox);
}

.form-check-mark {
    margin-top: initial;
    margin-right: 15px;
    border: 1px solid #000000;
    width: 1em;
    height: 1em;
    min-width: 1em;
    vertical-align: top;
    background-color: none;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    float: left;
    margin-left: -1.5em;
}

.form-check-input {
    margin-top: initial;
    margin-right: 15px;
    min-width: 1em;
}

.form-check-label {
    line-height: 1;
    margin-top: 2px;
    cursor: pointer;
}

.form-check-white {
    color: #ffffff;
}

.form-check-white .form-check-mark {
    border-color: #ffffff;
    border-radius: 0 !important;
}

.form-check-white .form-check-mark:checked {
    border-color: #ffffff;
    background-image: url(/local/templates/milana2024/assets/css/../images/checkboxes-sprite.svg#white-checkmark);
}

.form-check-white .form-check-input {
    border-color: #ffffff;
    border-radius: 0 !important;
}

.form-check-white .form-check-input:checked {
    border-color: #ffffff;
    background-image: url(/local/templates/milana2024/assets/css/../images/checkboxes-sprite.svg#white-checkbox);
}

.form-check-primary {
    color: #8c2837;
}

.form-check-primary .form-check-mark {
    border-color: #8c2837;
    border-radius: 0 !important;
}

.form-check-primary .form-check-mark:checked {
    border-color: #8c2837;
    background-image: url(/local/templates/milana2024/assets/css/../images/checkboxes-sprite.svg#primary-checkmark);
}

.form-check-primary .form-check-input {
    border-color: #8c2837;
    border-radius: 0 !important;
}

.form-check-primary .form-check-input:checked {
    border-color: #8c2837;
    background-image: url(/local/templates/milana2024/assets/css/../images/checkboxes-sprite.svg#primary-checkbox);
}

.form-check-secondary {
    color: #cbccd4;
}

.form-check-secondary .form-check-mark {
    border-color: #cbccd4;
    border-radius: 0 !important;
}

.form-check-secondary .form-check-mark:checked {
    border-color: #cbccd4;
    background-image: url(/local/templates/milana2024/assets/css/../images/checkboxes-sprite.svg#secondary-checkmark);
}

.form-check-secondary .form-check-input {
    border-color: #cbccd4;
    border-radius: 0 !important;
}

.form-check-secondary .form-check-input:checked {
    border-color: #cbccd4;
    background-image: url(/local/templates/milana2024/assets/css/../images/checkboxes-sprite.svg#secondary-checkbox);
}

.form-check-black {
    color: #000000;
}

.form-check-black .form-check-mark {
    border-color: #000000;
    border-radius: 0 !important;
}

.form-check-black .form-check-mark:checked {
    border-color: #000000;
    background-image: url(/local/templates/milana2024/assets/css/../images/checkboxes-sprite.svg#black-checkmark);
}

.form-check-black .form-check-input {
    border-color: #000000;
    border-radius: 0 !important;
}

.form-check-black .form-check-input:checked {
    border-color: #000000;
    background-image: url(/local/templates/milana2024/assets/css/../images/checkboxes-sprite.svg#black-checkbox);
}

.mil-filters {
    position: fixed;
    background-color: #ffffff;
    width: 100vw;
    height: 100vh;
    z-index: 1040;
    top: 0;
    left: 0;
    right: 0;
    overflow: hidden;
}

.mil-filters .toggle-title-nav-link {
    line-height: 1;
    cursor: pointer;
}

.mil-filters .title-nav-link {
    line-height: 1;
}

.mil-filters .navbar-nav {
    flex: auto;
}

.mil-filters .navbar-nav .nav-item {
    padding-left: 20px;
    padding-right: 20px;
}

.mil-filters .navbar-nav .nav-item .nav-link {
    font-size: 14px;
    color: #000000;
    padding-top: 25px;
    padding-bottom: 25px;
    line-height: 1;
}

.mil-filters .navbar-nav .nav-item .nav-link[href]:hover {
    color: #8c2837;
}

.mil-filters .navbar-nav .nav-item .nav-link.active {
    color: #8c2837;
}

.mil-filters .dropdown-column-2 {
    width: 250px;
    margin-right: 40px;
}

.mil-filters .dropdown-column-2 span {
    display: inline-block;
    width: 50%;
}

.mil-filters .dropdown-column-2 .form-check {
    margin-right: 0 !important;
}

.mil-filters .dropdown-column-2 .form-check-label {
    width: 100%;
}

.mil-filters .dropdown-column-2 .form-check-label span:last-child {
    margin-left: -10px;
}

.mil-filters .dropdown-col {
    min-width: 230px;
}

.mil-filters .dropdown-col.w-auto {
    min-width: auto;
}

.mil-filters .dropdown-scrollbar {
    --mil-dropdown-height: 310px;
    max-height: calc(var(--mil-dropdown-height) - 90px);
    overflow: hidden;
    position: relative;
}

.mil-filters .dropdown-title {
    font-size: 13px;
    margin-right: 40px;
    color: #8a8a8a;
}

.mil-filters .dropdown-menu {
    font-size: inherit;
    max-height: 400px;
    width: 100%;
}

.mil-filters .dropdown-menu .column-block {
    margin-bottom: -20px;
    -webkit-columns: 2 180px;
    -moz-columns: 2 180px;
    columns: 2 180px;
    width: 100%;
    height: 100%;
}

.mil-filters .dropdown-menu .slider-range {
    width: 200px;
}

.mil-filters .dropdown-menu .slider-range,
.mil-filters .dropdown-menu .form-check {
    margin-bottom: 10px;
    margin-right: 40px;
}

.mil-filters .dropdown-menu .slider-range:last-child,
.mil-filters .dropdown-menu .form-check:last-child {
    margin-bottom: 0;
}

.dropdown-input {
    width: 100%;
}

.dropdown-input input {
    width: 100%;
    max-width: 130px;
    height: 40px;
    background: #F2F2F3;
    border: 0;
    padding: 10px 15px;
    outline: none;
}

.dropdown-toggle {
    display: flex;
}

.dropdown-toggle:after {
    display: inline-block;
    vertical-align: 0.255em;
    content: "";
    width: 9px;
    height: 9px;
    background: url(/local/templates/milana2024/assets/css/../images/caret-filter-sprite.svg#down) no-repeat center center;
    margin: auto 0 auto 10px;
    transform: rotateX(0);
    transition: transform linear 300ms;
}

.dropdown-toggle.show:after {
    transform: rotateX(180deg);
}

.dropdown-menu {
    z-index: 1029;
}

.irs--round {
    height: 27px;
}

.irs--round .irs-bar {
    top: 4px;
    height: 4px;
    background-color: #8c2837;
}

.irs--round .irs-handle {
    top: 0;
    width: 12px;
    height: 12px;
    background-color: #8c2837 !important;
    border-color: #8c2837 !important;
    box-shadow: none;
}

.irs--round .irs-handle:hover {
    background-color: #8c2837;
}

.irs--round .irs-line {
    height: 4px;
    top: 4px;
    background-color: #f6f6f8;
}

@media (min-width: 768px) {
    .mil-filters .dropdown-menu {
        width: calc(100% + 40px);
    }
}

@media (max-width: 1199px) {
    .mil-filters {
        padding-bottom: 56px;
    }
    .mil-filters .filters-container-scroll {
        position: relative;
        height: calc(100vh - 125px);
    }
    .mil-filters .form-check {
        padding: 0;
        font-size: 14px;
        justify-content: space-between;
        margin-right: 0 !important;
        margin-bottom: 0 !important;
    }
    .mil-filters .form-check:last-child {
        border-bottom: 0;
    }
    .mil-filters .form-check input {
        order: 1;
        margin-left: 0;
        margin-right: 0;
    }
    .mil-filters .form-check label {
        padding: 15px 0;
        order: 0;
        width: 100%;
    }
    .mil-filters .toggle-title-nav-link:before {
        content: "";
        display: inline-block;
        width: 10px;
        height: 16px;
        left: 0;
        background: url(/local/templates/milana2024/assets/css/../images/filters-arrow-back.svg) no-repeat 0 0;
        margin-right: 20px;
    }
    .mil-filters .dropdown-title {
        color: #8a8a8a;
        font-size: 14px;
    }
    .mil-filters .dropdown-column-2 {
        width: 100%;
    }
    .mil-filters .dropdown-column-2 span {
        display: inline-block;
        margin-right: 35px;
        width: auto;
    }
    .mil-filters .dropdown-column-2 span:first-child {
        width: 51px;
    }
    .mil-filters .dropdown-column-2 span:last-child {
        margin-left: 0 !important;
    }
    .mil-filters .dropdown-scrollbar {
        max-height: initial;
    }
    .mil-filters .dropdown-menu {
        padding: 0;
        max-height: initial;
        box-shadow: none;
    }
    .mil-filters .dropdown-menu .column-block {
        columns: 1;
        margin-bottom: 0;
    }
    .mil-filters .dropdown-menu .slider-range {
        width: 100%;
    }
    .mil-filters .dropdown-col {
        min-width: inherit;
    }
    .mil-filters .dropdown-toggle {
        position: relative;

    }
    .mil-filters .dropdown-toggle:after {
        position: absolute;
        width: 10px;
        height: 16px;
        right: 0;
        background-image: url(/local/templates/milana2024/assets/css/../images/filters-arrow.svg);
    }
}

@media (min-width: 768px) {
    .mil-filters {
        width: 655px;
        left: initial;
    }
    .mil-filters .form-check {
        padding: 0 20px;
    }
    .mil-filters .dropdown-menu {
        margin-left: -20px;
        margin-right: -20px;
    }
    .mil-filters .dropdown-title {
        margin-left: 20px;
    }
}

@media (min-width: 1200px) {
    .dropdown-menu-shop {
        left: -120% !important;
    }
    .dropdown-menu-other-filters {
        left: -580% !important;
    }
    .mil-filters {
        width: auto;
        height: auto;
        position: static;
        overflow: initial;
        z-index: 1028;
    }
    .mil-filters .hide-checked .form-check-input {
        display: none;
    }
    .mil-filters .form-check {
        padding: 0;
    }
    .mil-filters .form-check-input {
        margin-left: 0;
    }
    .mil-filters .filters-container-scroll {
        width: 100%;
    }
    .mil-filters .dropdown-title {
        margin-left: 0;
    }
    .mil-filters .dropdown-menu {
        margin-left: 0;
        margin-right: 0;
        width: max-content;
        box-shadow: 0 0 17px rgba(0, 0, 0, 0.05);
        top: 30px;
    }
    .mil-filters .navbar-nav .nav-item {
        padding-left: 0;
        padding-right: 0;
        border-bottom: none;
    }
    .mil-filters .navbar-nav .nav-item .nav-link {
        font-size: 13px;
        padding-top: 0;
        padding-bottom: 0;
    }
}

@media (min-width: 1400px) {
    .dropdown-menu-shop {
        left: 0 !important;
    }
    .dropdown-menu-other-filters {
        left: -440% !important;
    }
}

@media (min-width: 1600px) {
    .dropdown-menu-other-filters {
        left: -350% !important;
    }
}

.news-preview-item {
    display: flex;
    align-items: end;
    height: 488px;
    width: 100%;
    background: #8c2837 no-repeat center center;
    background-size: cover;
    color: #000000;
    text-decoration: none;
}

.news-preview-item-title {
    font-weight: 700;

    font-size: 15px;
    line-height: 16px;
    text-transform: uppercase;
    display: flex;
    align-content: end;
    background-color: #ffffff;
    margin: auto 50px 40px 50px;
    width: 100%;
    min-height: 125px;
    padding: 30px 20px;
}

.news-preview-item-title>* {
    margin-top: auto;
}

.page-arrow .page-link:hover {
    background-color: #ffffff;
}

.page-link {
    min-width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    margin: 0 2px;
}

.page-link:hover .i-page-prev {
    background-image: url(/local/templates/milana2024/assets/css/../images/icon-page.svg#prev-primary);
}

.page-link:hover .i-page-next {
    background-image: url(/local/templates/milana2024/assets/css/../images/icon-page.svg#next-primary);
}

.page-item.disabled .i-page-prev {
    background-image: url(/local/templates/milana2024/assets/css/../images/icon-page.svg#prev-secondary);
}

.page-item.disabled .i-page-next {
    background-image: url(/local/templates/milana2024/assets/css/../images/icon-page.svg#next-secondary);
}

.promotion-badge-date {
    position: absolute;
    bottom: 284px;
    left: 50%;
    transform: translate(-50%, 0);
}

.promotion-badge-tags .badge {
    text-decoration: none;
    color: #ffffff;
    margin-right: 15px;
    line-height: 25px;
}

.promotion-title-image {
    height: 296px;
    margin-left: -20px;
    width: calc(100% + 40px);
    background: no-repeat center center;
    background-size: cover;
    position: relative;
}

.promotion-title-image:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
}

.promotion-title-image-container {
    position: relative;
    margin-left: -20px;
    width: calc(100% + 40px);
    color: #000000;
}

.promotion-preview-item {
    margin-bottom: 5px;
}

.promotion-preview-item-image {
    background: no-repeat center center;
    background-size: cover;
    margin-right: 5px;
    min-height: 190px;
    width: 100%;
}

.promotion-preview-item-text {
    width: 100%;
    padding: 50px 20px;
    font-size: 14px;
    display: flex;
    flex-direction: column;
    margin-right: 5px;
}

.promotion-preview-item-text-white {
    color: white;
}

.promotion-preview-item-text.bg-primary {
    color: #ffffff;
}

.promotion-preview-item-text.bg-primary a {
    color: #ffffff;
}

.promotion-preview-item-text.bg-primary a:after {
    background-image: url(/local/templates/milana2024/assets/css/../images/slick-arrows.svg#arrow-right-white);
}

.promotion-preview-item-text a {
    margin-top: auto;
    text-decoration: none;
    color: #000000;


}

.promotion-preview-item-text a:after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 8px;
    margin-left: 9px;
    margin-bottom: 1px;
    background: url(/local/templates/milana2024/assets/css/../images/slick-arrows.svg#arrow-right-black) no-repeat center center;
    background-size: contain;
    transition: margin-left linear 300ms;
}

.promotion-preview-item-text a:hover:after {
    margin-left: 14px;
}

@media (min-width: 768px) {
    .promotion-title-image {
        height: 452px;
        margin-left: -40px;
        width: calc(100% + 75px);
    }
    .promotion-title-image-container {
        color: #ffffff;
        margin-left: -40px;
        width: calc(100% + 75px);
    }
    .promotion-title-image-container .promotion-title {
        position: absolute;
        z-index: 2;
        bottom: 110px;
    }
    .promotion-preview-item-image {
        margin-right: 5px;
    }
    .promotion-preview-item-text {
        min-width: 420px;
        max-width: 4200px;
        min-height: 550px;
        padding: 100px 55px 100px 55px;
    }
    .promotion-badge-date {
        position: absolute;
        bottom: -11px;
        left: 40px;
        transform: none;
    }
    .promotion-badge-tags {
        position: absolute;
        bottom: -11px;
        right: 20px;
    }
    .promotion-badge-tags .badge {
        line-height: 1;
    }
}

@media (min-width: 992px) {
    .promotion-badge-date {
        left: 45px;
    }
    .promotion-badge-tags {
        right: 0;
    }
    .promotion-title-image {
        margin-left: -45px;
        width: calc(100% + 85px);
    }
    .promotion-title-image-container {
        margin-left: -45px;
        width: calc(100% + 65px);
    }
    .promotion-preview-item-image {
        margin-right: 5px;
    }
    .promotion-preview-item-text {
        min-width: 550px;
        max-width: 550px;
        min-height: 550px;
        padding: 110px 100px 110px 70px;
        font-size: 14px;
        margin-right: 5px;
    }
}

@media (min-width: 1200px) {
    .promotion-badge-date {
        left: 60px;
    }
    .promotion-title-image {
        margin-left: -60px;
        width: calc(100% + 100px);
    }
    .promotion-title-image-container {
        margin-left: -60px;
        width: calc(100% + 80px);
    }
}

@media (min-width: 1400px) {
    .promotion-badge-date {
        left: 70px;
    }
    .promotion-title-image {
        margin-left: -70px;
        width: calc(100% + 110px);
    }
    .promotion-title-image-container {
        margin-left: -70px;
        width: calc(100% + 90px);
    }
}

@media (min-width: 1600px) {
    .promotion-badge-date {
        left: 90px;
    }
    .promotion-title-image {
        margin-left: -90px;
        width: calc(100% + 130px);
    }
    .promotion-title-image-container {
        margin-left: -90px;
        width: calc(100% + 110px);
    }
}


.tabs-personal-area .nav-tabs {


    font-size: 16px;
    border-bottom: none;
    line-height: 19px;
    flex-wrap: nowrap;
    padding-bottom: 1px;
    position: relative;
    background-color: #ffffff;
}

.tabs-personal-area .nav-tabs .nav-link {
    min-width: calc(100vw - 40px);
    padding: 18px 0;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: -2px;
    color: #000000;
    border-bottom: 3px solid transparent;
    white-space: nowrap;
    text-align: center;
}

.tabs-personal-area .nav-tabs .nav-link.active,
.tabs-personal-area .nav-tabs .nav-link:hover {
    border-bottom: none;
    color: #8c2837;
}

.tabs-personal-area .nav-tabs .nav-item:first-child .nav-link {
    margin-left: 0;
}

.tabs-personal-area .nav-tabs .nav-item:last-child .nav-link {
    margin-right: 0;
}

.tabs-personal-area .nav-tabs.nav-tabs-personal-area .ps__rail-x {
    display: none;
    bottom: 0 !important;
    top: auto !important;
}

.sticky-nav-tabs {
    height: 59px;
    margin-bottom: 60px;
}

.nav-tabs-personal-area .slick-arrow {
    display: inline-block;
    width: 10px;
    z-index: 100;
}

.nav-tabs-personal-area .slick-arrow:before {
    content: "";
    display: block;
    width: 10px;
    height: 17px;
    background: no-repeat center center;
    background-size: contain;
}

.nav-tabs-personal-area .slick-prev {
    left: 0;
}

.nav-tabs-personal-area .slick-prev:before {
    background-image: url(/local/templates/milana2024/assets/css/../images/nav-tabs-personal-area-arrow.svg#prev);
}

.nav-tabs-personal-area .slick-next {
    right: 0;
}

.nav-tabs-personal-area .slick-next:before {
    background-image: url(/local/templates/milana2024/assets/css/../images/nav-tabs-personal-area-arrow.svg#next);
}

@media (min-width: 768px) {
    .sticky-nav-tabs {
        margin-bottom: 80px;
    }
    .tabs-personal-area .nav-tabs {
        font-size: 13px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    }
    .tabs-personal-area .nav-tabs .nav-link {
        margin-left: 15px;
        margin-right: 15px;
        text-align: left;
        min-width: auto;
    }
    .tabs-personal-area .nav-tabs .nav-link.active,
    .tabs-personal-area .nav-tabs .nav-link:hover {
        border-bottom: 3px solid #8c2837;
        color: #8c2837;
    }
}

@media (min-width: 992px) {
    .tabs-personal-area .nav-tabs .nav-link {
        margin-left: 17px;
        margin-right: 17px;
    }
    #offcanvasScrolling .off-canvas-search {
        display: none;
    }
}

@media (min-width: 1200px) {
    .tabs-personal-area .nav-tabs .nav-link {
        margin-left: 17px;
        margin-right: 17px;
    }
}

@media (min-width: 1400px) {
    .tabs-personal-area .nav-tabs .nav-link {
        margin-left: 25px;
        margin-right: 25px;
    }
}

@media (min-width: 1600px) {
    .tabs-personal-area .nav-tabs .nav-link {
        margin-left: 30px;
        margin-right: 30px;
    }
}

.personal-area-form {
    font-size: 14px;
}

.personal-area-form .accordion-button {
    font-size: 15px;
}

.personal-area-form .col-form-label {
    font-weight: 700;

    font-size: 14px;
    text-transform: uppercase;
    padding-top: 0;
    padding-bottom: 0;
}

.personal-area-form .form-control {
    color: #000000;
    font-size: 14px;


    padding: 14px 20px 12px;
    line-height: 1.5;
    position: relative;
}


.personal-area-form .form-select {
    font-size: 14px;
    padding: 14px 20px 12px;
    line-height: 1.5;
}

.personal-area-form .form-control::placeholder {
    color: #afafb9;
    font-size: 14px;


}

.personal-area-form .form-control-input:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto 0;
    width: 25px;
    height: 25px;
    background: url("https://cdn0.iconfinder.com/data/icons/ThemeShock-credit-cards-icons/64/mastercard.png") no-repeat;
    background-size: cover;
}

.personal-area-form input+.small small,
.personal-area-form input+.small .small {
    font-size: 12px;
    line-height: 16px;
}

.personal-area-form .btn {
    font-size: 14px;
}

.personal-area-form .order-link, .link-far {
    position: relative;
    display: inline-block;
    width: 21px;
    height: 16px;
}

.personal-area-form .order-link:before, .link-far:before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 16px;
    height: 16px;
    background: url(/local/templates/milana2024/assets/css/../images/slick-arrows.svg#arrow-right-black) no-repeat center center;
    background-size: contain;
    transition: margin-left linear 300ms;
    left: 0;
    top: 0;
}

.personal-area-form .order-link:hover:before {
    margin-left: 5px;
}

.personal-area-form .order-true {
    display: inline-block;
    width: 8px;
    height: 8px;
    background: url(/local/templates/milana2024/assets/css/../images/icons-order-info.svg#true) no-repeat center center;
    background-size: contain;
}

.personal-area-form .order-false {
    display: inline-block;
    width: 8px;
    height: 8px;
    background: url(/local/templates/milana2024/assets/css/../images/icons-order-info.svg#false) no-repeat center center;
    background-size: contain;
}

.personal-area-form .review-menu {
    display: inline-block;
    width: 21px;
    height: 21px;
    cursor: pointer;
    position: relative;
    top: -1px;
    margin-left: 5px;
}

.personal-area-form .review-menu:before {
    content: "...";
    font-weight: 700;
    font-size: 12px;
    transform: rotate(-90deg);
    display: inline-block;
    letter-spacing: 0;
}

.personal-area-form .review-menu:after {
    display: none !important;
}

.personal-area-my-reviews .col-12:nth-last-child(-n+1) .personal-area-review-item {
    margin-bottom: 0;
}

.personal-area-review-item {
    margin-bottom: 85px;
}

.personal-area-review-item .dropdown-menu {
    background-color: #f6f6f8;
    box-shadow: none;
    min-width: auto;
}

.personal-area-review-item .dropdown-menu .dropdown-item {
    color: #000000;
    font-size: 13px;
    padding-left: 18px;
    padding-right: 18px;
}

.sales-info-container {
    min-height: 310px;
    width: 100%;
}

.sales-logo {
    background: url(/local/templates/milana2024/assets/css/../images/logo.svg#logo-black) no-repeat center center;
    background-size: contain;
    width: 122px;
    height: 38px;
    display: inline-block;
}

.sales-number {


    font-size: 22px;
    line-height: 1;
}

.sales-percent {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 5px;


    line-height: 0;
}

.sales-percent span {
    font-size: 179px;
}

.sales-percent small,
.sales-percent .small {
    font-size: 131px;
}

.sales-percent-bg {
    background: url(/local/templates/milana2024/assets/css/../images/sales-percent-bg.png) no-repeat 0 0;
    background-size: contain;
    width: 177px;
    height: 386px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

@media (min-width: 768px) {
    .personal-area-form .accordion-button {
        font-size: 16px;
    }
}

@media (min-width: 992px) {
    .sales-percent {
        text-align: center;
    }
    .sales-percent span {
        font-size: 257px;
    }
    .sales-percent small,
    .sales-percent .small {
        font-size: 189px;
    }
    .personal-area-form input+.small small,
    .personal-area-form input+.small .small {
        width: 205px;
    }
    .personal-area-form .accordion-button:after {
        margin-right: 40px;
    }
    .personal-area-my-reviews .col-12:nth-last-child(-n+2) .personal-area-review-item {
        margin-bottom: 0;
    }
    .personal-area-my-reviews>*:nth-child(odd) {
        padding-right: 70px;
    }
    .personal-area-my-reviews>*:nth-child(even) {
        padding-left: 70px;
    }
}

@media (min-width: 1200px) {
    .personal-area-form .accordion-button {
        font-size: 18px;
    }
}

@media (min-width: 1600px) {
    .personal-area-form .accordion-button {
        font-size: 20px;
    }
}

.table {

    font-size: 14px;
}

.table thead {

    vertical-align: top;
}

.table tbody td {

}

.table tbody th {

}

.catalog-title {
    display: flex;
}

.catalog-title sup {


    font-size: 14px;
    color: #8c2837;
    top: 11px;
    margin-left: 10px;
}

.catalog-title-container .btn {
    width: 100%;
}

@media (min-width: 768px) {
    .mil-previously-you-watched {
        bottom: -18px;
    }
    .catalog-title sup {
        top: 14px;
    }
    .catalog-title-container .btn {
        width: auto;
    }
}

@media (min-width: 992px) {
    .mil-previously-you-watched {
        bottom: -10px;
    }
}

@media (min-width: 1200px) {
    .mil-previously-you-watched {
        bottom: -19px;
    }
}

@media (min-width: 1400px) {
    .mil-previously-you-watched {
        bottom: -28px;
    }
}

@media (min-width: 1600px) {
    .mil-previously-you-watched {
        bottom: -28px;
    }
}

.contacts-image {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    overflow: hidden;
    text-align: left;
    display: none;
}

.contacts-phones {
    position: relative;
    z-index: 2;
}

.contacts-item {
    background-color: #f6f6f8;
    padding: 45px 0 45px 45px;
    height: 100%;
    min-height: 275px;
    display: flex;
    flex-direction: column;
}

.contacts-col {
    padding-bottom: 20px;
}

.manager-avatar {
    width: 127px;
    height: 127px;
    background: url(/local/templates/milana2024/assets/css/../images/no-avatar-manager.svg) no-repeat center center;
}

@media (min-width: 768px) {
    .contacts-image {
        top: -212px;
        right: -35px;
        left: 420px;
        display: block;
    }
    .contacts-col {
        padding-bottom: 70px;
    }
}

@media (min-width: 992px) {
    .contacts-image {
        top: -212px;
        right: -40px;
        left: 430px;
    }
}

@media (min-width: 1200px) {
    .contacts-image {
        top: -212px;
        right: -40px;
    }
}

@media (min-width: 1400px) {
    .contacts-image {
        top: -227px;
        right: -40px;
        left: 570px;
    }
    .contacts-col:nth-child(3n+1) {
        padding-right: 72px;
    }
    .contacts-col:nth-child(3n+2) {
        padding-left: 41px;
        padding-right: 41px;
    }
    .contacts-col:nth-child(3n+3) {
        padding-left: 72px;
    }
}


/*
@media (min-width: 1600px) {
    .contacts-image {
        text-align: right;
    }
    .contacts-col:nth-child(3n+1) {
        padding-right: 0;
    }
    .contacts-col:nth-child(3n+2) {
        padding-left: 0;
        padding-right: 0;
    }
    .contacts-col:nth-child(3n+3) {
        padding-left: 0;
    }
    .contacts-col:nth-child(4n+1) {
        padding-right: 76px;
    }
    .contacts-col:nth-child(4n+2) {
        padding-left: 34px;
        padding-right: 55px;
    }
    .contacts-col:nth-child(4n+3) {
        padding-left: 55px;
        padding-right: 34px;
    }
    .contacts-col:nth-child(4n+4) {
        padding-left: 76px;
    }
}*/

.mil-basket-container .col-form-label {
    text-transform: uppercase;
    font-size: 14px;

    font-weight: 700;
}

.mil-basket-product-item-img {
    background: no-repeat center bottom;
    background-size: contain;
    position: relative;
    width: 146px;
    height: 180px;
    text-align: right;
    padding-top: 5px;
}

.mil-basket-product-item-img-width {
    width: 146px;
}

.mil-basket-product-item-img:before {
    content: "";
    display: block;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    background-color: rgba(141, 139, 143, 0.11);
    z-index: 2;
}

@media (min-width: 768px) {
    .mil-basket-product-item-img {
        width: 130px;
        height: 160px;
    }
    .mil-basket-product-item-img-width {
        width: 130px;
    }
}

@media (min-width: 1400px) {
    .mil-basket-product-item-img {
        width: 130px;
        height: 160px;
    }
    .mil-basket-product-item-img-width {
        width: 130px;
    }
    .mil-basket-your-order {
        width: 340px;
        background-color: #f6f6f8;
    }
    .mil-basket-your-order.mt--5 {
        margin-top: -25px;
    }
    .mil-basket-footer-col {
        padding-right: 375px;
    }
}

@media (min-width: 1600px) {
    .mil-basket-your-order {
        width: 430px;
    }
    .mil-basket-footer-col {
        padding-right: 695px;
    }
}

.mil-card-history {
    min-height: 375px;
    height: 100%;
    background-color: #f6f6f8;
    border-color: #ffffff;
    padding: 55px 25px 20px 25px;
    border-radius: 0;
}

.mil-card-history p {
    margin-bottom: 30px;
}

.mil-card-history .card-title {
    position: relative;
    margin-bottom: 55px;
    font-size: 40px;
    font-weight: 700;
}

.mil-card-history .card-title:after {
    content: "";
    width: 40px;
    height: 7px;
    display: block;
    position: absolute;
    bottom: -3px;
    left: 0;
    background-color: #8c2837;
}

.history-col {
    padding: 3px 0;
}

@media (min-width: 768px) {
    .mil-card-history {
        padding: 55px 55px 20px 55px;
    }
    .history-col {
        padding: 3px;
    }
}

.shops-scroll {
    max-height: 660px;
    margin-bottom: 165px;
    margin-right: 15px;
    overflow-x: hidden !important;
}

.shops-column-icon {
    flex-direction: column;
}

.margin-shop-icon {
    margin: 0;
}

.icon-w-shop {
    max-width: 85px;
}

.shops-mb {
    margin-bottom: 55px;
}

@media (max-width: 1440px) {
    .shops-mb {
        margin-bottom: 145px;
    }
    .shop-address-minh {
        min-height: 75px;
    }
}

@media (max-width: 576px) {
    .shops-scroll {
        margin-bottom: 0px;
    }
    .shops-mb {
        margin-bottom: 0px !important;
    }
    .shops-column {
        flex-direction: column;
        margin-bottom: 25px !important;
    }
    .shops-scroll {
        margin-bottom: 0 !important;
        max-height: initial !important;
    }
    .shops-scroll .row>div:last-child {
        margin-bottom: 0 !important;
    }
    .map-shop-page {
        display: none !important;
    }
    .shops-city-mb {
        margin-bottom: 40px;
    }
    /*.dropdown-toggle {
        display: inline-block;
    }*/
    .d-none-shop-mobile {
        display: none;
    }
    .d-flex-shop-mobile {
        display: flex;
    }
    .drop-menu-shop {
        position: relative;
        width: 100%;
        padding: 10px 15px;
        background-color: #F6F6F8;
    }
    .drop-menu-shop::after {
        position: absolute;
        right: 2%;
        top: 35%;
    }
    .shop-mb-toggle {
        margin-bottom: 15px;
    }
}

.mil-shop-title {
    color: #CBCBCB !important;
}

.fff1 {
    flex-direction: column;
}

.press-title {
    font-weight: 700;

    font-size: 20px;
    line-height: 25px;
    text-transform: uppercase;
}

@media (min-width: 768px) {
    .press-section {
        position: relative;
        /* margin-bottom: 220px; */
    }
    .press-bg-image {
        background: url(/local/templates/milana2024/assets/css/../images/press-bg.jpg) no-repeat center center;
        background-size: cover;
        height: 495px;
    }
    .press-title {
        color: #f6f6f8;
        font-size: 50px;
        position: absolute;
        top: -27px;
        text-align: center;
        width: 100%;
        left: 0;
        right: 0;
    }
    /*
  .press-content-container {
    padding: 70px 40px;
    position: absolute;
    background-color: #f6f6f8;
    top: 230px;
    left: 0;
    right: 0;
    margin: auto;
    line-height: 27px;
  } */
}

@media (min-width: 992px) {
    /* .press-content-container {
    padding: 90px 45px;
    width: 785px;
  } */
}

@media (min-width: 1200px) {}

@media (min-width: 1400px) {
    .press-bg-image {
        height: 550px;
    }
    .press-title {
        font-size: 57px;
    }
    /* .press-content-container {
    padding: 75px 115px;
    width: 925px;
  } */
}

@media (min-width: 1600px) {
    /*
  .press-content-container {
    padding: 105px 170px;
    width: 1040px;
  } */
}

.form-style-image {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
}

.form-style-image-top {
    background-image: url(/local/templates/milana2024/assets/css/../images/form-style-image-01.png);
}

.form-style-image-bottom {
    background-image: url(/local/templates/milana2024/assets/css/../images/form-style-image-02.png);
}

.form-style-buttons {
    height: 326px;
    width: 621px;
    position: absolute;
    background-color: #ffffff;
}

.form-style-title {
    max-width: 365px;
}

.form-style-btn {
    background-color: #ffffff;
    color: #8c2837;
    border: 1.5px solid #8c2837;
}

.advertisment-block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.advertisment-block .advertisment-card {
    width: 451px;
}

.advertisment-block .advertisment-card img {
    background-size: contain;
    width: 451px;
    height: 227px;
}

.advertisment-block .advertisment-card p {
    color: #000000;
    padding: 34px 0;
    font-weight: 700;
    font-size: 28px;
}

.advertisment-one .advertisment-title {
    font-weight: 700;
    font-size: 28px;
    margin-bottom: 35px;
}

.advertisment-one .advertisment-block>a {
    margin-top: 35px;
}

@media (max-width: 1440px) {
    .advertisment-block .advertisment-card {
        width: 357px;
    }
    .advertisment-block .advertisment-card img {
        width: 357px;
    }
}

@media (max-width: 1280px) {
    .advertisment-block .advertisment-card {
        width: 451px;
    }
    .advertisment-block .advertisment-card img {
        width: 451px;
    }
}

@media (max-width: 768px) {
    .video-btn {
        width: 15%;
    }
    .advertisment-block .advertisment-card {
        width: 332px;
    }
    .advertisment-block .advertisment-card img {
        width: 332px;
    }
    .advertisment-block .advertisment-card p {
        font-size: 25px;
    }
}

.video-btn.mob-ver {
    display: none;
}

@media (max-width: 767px) {
    .slider-catalog-container .video-btn, .video-btn::before, .video-btn::after {
        display: none;
    }

    .video-btn.mob-ver {
        display: block;
        position: relative;

        width: 100%;
        max-width: 100%;
        margin-top: 25px;
        font-size: 16px;
        height: auto;

        text-align: center;
        padding: 11px 0 10px;
    }

    .video-btn.mob-ver:hover {
        background: #000;
    }

    .black_theme_modal.video-block-modal .openModal iframe,
    .black_theme_modal.video-block-modal .openModal #video-tag
    {
        height: 270px !important;
    }
}

@media (max-width: 425px) {
    .advertisment-block {
        justify-content: center;
    }
}

.shop-photo-block .shop-photo-h1 {
    font-size: 28px;
}

.shop-photo-block .shop-photo-data {
    font-size: 13px;
}

.shop-photo-block .shop-photo-gallery img {
    margin-right: 25px;
    width: 162px;
    height: 162px;
    background-size: cover;
}

.shop-photo-block .shop-photo-gallery .button-yet {
    width: 162px;
    height: 162px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #8c2837;
    color: #ffffff;
    cursor: pointer;
}

html {
    height: 100%;
}

body {
    height: 100%;
}

main {
    flex: 1 0 auto;
}

.mil-menu-width {
    width: 142px;
}

b,
strong {
    font-weight: 700;

}

.ps__rail-x,
.ps__rail-y {
    opacity: 1 !important;
}

.offcanvas-end .ps__rail-y:before {
    left: 0;
    margin: 0 auto;
}

.offcanvas-end .ps__thumb-y {
    left: 0;
}

.ps__thumb-y {
    background-color: #000000;
    border-radius: 0;
    right: 0;
    margin: 0 auto;
    width: 5px;
}

.ps__rail-y:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: #f6f6f8;
    width: 5px;
    z-index: 0;
}

.bg-light .ps__rail-y:before {
    background-color: #ffffff;
}

.ps__rail-y:hover>.ps__thumb-y,
.ps__rail-y:focus>.ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {
    background-color: #000000;
    width: 100%;
}

.ps .ps__rail-x:hover,
.ps .ps__rail-y:hover,
.ps .ps__rail-x:focus,
.ps .ps__rail-y:focus,
.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-y.ps--clicking {
    background-color: #f6f6f8;
}

.mil-search-input {
    padding-left: 30px;
    background: url(/local/templates/milana2024/assets/css/../images/icon-search.svg) no-repeat left center;
}

.slick-dotted.slick-slider {
    margin-bottom: 0;
}

.slick-dots button {
    font-size: 0;
}

.slick-dots button:before {
    display: none;
}

.full-image {
    margin-left: -20px;
    max-width: 100vw;
}

.dropdown-city {
    color: #000000;


    font-size: 14px;
}

.dropdown-city a:before {
    display: inline-block;
    content: "";
    width: 11px;
    height: 17px;
    background: url(/local/templates/milana2024/assets/css/../images/map-point.svg) no-repeat center center;
    margin: -2px 10px 0 0;
}

.dropdown-city .dropdown-toggle:after {
    display: inline-block;
    content: "";
    width: 9px;
    height: 9px;
    background: url(/local/templates/milana2024/assets/css/../images/caret-filter-sprite.svg#black-down) no-repeat center center;
    margin: auto 0 auto 10px;
    transform: rotateX(0);
    transition: transform linear 300ms;
}

.dropdown-city .dropdown-toggle.show:after {
    transform: rotateX(180deg);
}

.dropdown-city a {
    color: #000000;
    text-decoration: none;
}

.text-justify {
    text-align: justify;
}

.sticky-container {
    z-index: 1010;
}

.small .form-check-input {
    margin-top: 0.15rem;
}

.accordion-item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.31);
}

.accordion-button {
    font-weight: 700;

    font-size: 20px;
}

.accordion-body {
    padding-bottom: 100px;
}

.px-0-1 {
    padding-left: 2px;
    padding-right: 2px;
}

.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus {
    box-shadow: none;
    border: 1px solid #8c2837;
}

.was-validated .form-control:invalid,
.form-control.is-invalid {
    border: 1px solid #8c2837;
}

.was-validated :invalid~.invalid-feedback,
.was-validated :invalid~.invalid-tooltip,
.is-invalid~.invalid-feedback,
.is-invalid~.invalid-tooltip {
    margin-top: -20px;
}

.mil-agreement-check label {
    line-height: 23px;
}

.mil-agreement-check input {
    margin-top: 4px;
}

.nav-pills .nav-link {
    border: 1px solid #000000;
    font-size: 13px;
    padding: 13px;
    line-height: 1;
}

.min-width-auto {
    min-width: auto;
}

.after-none:after {
    display: none;
}

.opacity-10 {
    opacity: calc(10 * 0.01);
}

.opacity-20 {
    opacity: calc(20 * 0.01);
}

.opacity-30 {
    opacity: calc(30 * 0.01);
}

.opacity-40 {
    opacity: calc(40 * 0.01);
}

.opacity-50 {
    opacity: calc(50 * 0.01);
}

.opacity-60 {
    opacity: calc(60 * 0.01);
}

.opacity-70 {
    opacity: calc(70 * 0.01);
}

.opacity-80 {
    opacity: calc(80 * 0.01);
}

.opacity-90 {
    opacity: calc(90 * 0.01);
}

.opacity-100 {
    opacity: calc(100 * 0.01);
}

@media (min-width: 768px) {
    .bg-md-light {
        background-color: #f6f6f8;
    }
    .w-md-auto {
        width: auto !important;
    }
    .mil-menu-width {
        width: 303px;
    }
    .full-image {
        margin-left: 0;
        max-width: 100%;
    }
}

@media (min-width: 992px) {
    .mil-search-input {
        width: 301px;
    }
    .mil-menu-width {
        width: 303px;
    }
}

@media (min-width: 1200px) {
    .mil-search-input {
        width: 386px;
    }
    .mil-menu-width {
        width: 261px;
    }
}

@media (min-width: 1400px) {
    .mil-search-input {
        width: 307px;
    }
    .mil-menu-width {
        width: 230px;
    }
}

@media (min-width: 1600px) {
    .mil-search-input {
        width: 337px;
    }
    .mil-menu-width {
        width: 310px;
    }
}

.i {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: no-repeat center center;
    background-size: contain;
}

.i-social {
    width: 28px;
    height: 28px;
}

.i-menu {
    background-image: url(/local/templates/milana2024/assets/css/../images/icon-menu.svg#close);
}

.i-search {
    background-image: url(/local/templates/milana2024/assets/css/../images/icon-search.svg);
}

.i-shop-route {
    background-image: url(/local/templates/milana2024/assets/css/../images/icon-shop-route.svg);
}

.i-shop-info {
    background-image: url(/local/templates/milana2024/assets/css/../images/icon-shop-info.svg);
}

.i-page {
    width: 28px;
    height: 28px;
}

.i-page-prev {
    background-image: url(/local/templates/milana2024/assets/css/../images/icon-page.svg#prev-black);
}

.i-page-next {
    background-image: url(/local/templates/milana2024/assets/css/../images/icon-page.svg#next-black);
}

.i-close {
    background-image: url(/local/templates/milana2024/assets/css/../images/icon-close.svg);
}

.i-filters {
    background-image: url(/local/templates/milana2024/assets/css/../images/icon-filters.svg#filter-black);
}

.i-reset {
    background-image: url(/local/templates/milana2024/assets/css/../images/icon-filters.svg#reset-primary);
}

.i-sm {
    width: 16px;
    height: 16px;
}

a[href]:hover .i-filters {
    background-image: url(/local/templates/milana2024/assets/css/../images/icon-filters.svg#filter-white);
}

.i-whatsapp {
    background-image: url(/local/templates/milana2024/assets/css/../images/icons-sprite.svg#whatsapp-black);
}

.i-whatsapp.i-black {
    background-image: url(/local/templates/milana2024/assets/css/../images/icons-sprite.svg#whatsapp-black);
}

.i-whatsapp.i-secondary {
    background-image: url(/local/templates/milana2024/assets/css/../images/icons-sprite.svg#whatsapp-secondary);
}

.i-whatsapp.i-white {
    background-image: url(/local/templates/milana2024/assets/css/../images/icons-sprite.svg#whatsapp-white);
}

.i-whatsapp.i-primary,
.i-whatsapp.active,
.i-whatsapp[href]:hover {
    background-image: url(/local/templates/milana2024/assets/css/../images/icons-sprite.svg#whatsapp-primary);
}

a[href] .i-whatsapp:hover {
    background-image: url(/local/templates/milana2024/assets/css/../images/icons-sprite.svg#whatsapp-primary);
}

.i-telegram {
    background-image: url(/local/templates/milana2024/assets/css/../images/icons-sprite.svg#telegram-black);
}

.i-telegram.i-black {
    background-image: url(/local/templates/milana2024/assets/css/../images/icons-sprite.svg#telegram-black);
}

.i-telegram.i-secondary {
    background-image: url(/local/templates/milana2024/assets/css/../images/icons-sprite.svg#telegram-secondary);
}

.i-telegram.i-white {
    background-image: url(/local/templates/milana2024/assets/css/../images/icons-sprite.svg#telegram-white);
}

.i-telegram.i-primary,
.i-telegram.active,
.i-telegram[href]:hover {
    background-image: url(/local/templates/milana2024/assets/css/../images/icons-sprite.svg#telegram-primary);
}

a[href] .i-telegram:hover {
    background-image: url(/local/templates/milana2024/assets/css/../images/icons-sprite.svg#telegram-primary);
}

.i-basket {
    background-image: url(/local/templates/milana2024/assets/css/../images/icons-sprite.svg#basket-black);
}

.i-basket.i-black {
    background-image: url(/local/templates/milana2024/assets/css/../images/icons-sprite.svg#basket-black);
}

.i-basket.i-secondary {
    background-image: url(/local/templates/milana2024/assets/css/../images/icons-sprite.svg#basket-secondary);
}

.i-basket.i-white {
    background-image: url(/local/templates/milana2024/assets/css/../images/icons-sprite.svg#basket-white);
}

.i-basket.i-primary,
.i-basket.active,
.i-basket[href]:hover {
    background-image: url(/local/templates/milana2024/assets/css/../images/icons-sprite.svg#basket-primary);
}

a[href] .i-basket:hover {
    background-image: url(/local/templates/milana2024/assets/css/../images/icons-sprite.svg#basket-primary);
}

.i-favorite {
    background-image: url(/local/templates/milana2024/assets/css/../images/icons-sprite.svg#favorite-black);
}

.i-favorite.i-black {
    background-image: url(/local/templates/milana2024/assets/css/../images/icons-sprite.svg#favorite-black);
}

.i-favorite.i-secondary {
    background-image: url(/local/templates/milana2024/assets/css/../images/icons-sprite.svg#favorite-secondary);
}

.i-favorite.i-white {
    background-image: url(/local/templates/milana2024/assets/css/../images/icons-sprite.svg#favorite-white);
}

.i-favorite.i-primary,
.i-favorite.active,
.i-favorite[href]:hover {
    background-image: url(/local/templates/milana2024/assets/css/../images/icons-sprite.svg#favorite-primary);
}

a[href] .i-favorite:hover {
    background-image: url(/local/templates/milana2024/assets/css/../images/icons-sprite.svg#favorite-primary);
}

.i-profile {
    background-image: url(/local/templates/milana2024/assets/css/../images/icons-sprite.svg#profile-black);
}

.i-profile.i-black {
    background-image: url(/local/templates/milana2024/assets/css/../images/icons-sprite.svg#profile-black);
}

.i-profile.i-secondary {
    background-image: url(/local/templates/milana2024/assets/css/../images/icons-sprite.svg#profile-secondary);
}

.i-profile.i-white {
    background-image: url(/local/templates/milana2024/assets/css/../images/icons-sprite.svg#profile-white);
}

.i-profile.i-primary,
.i-profile.active,
.i-profile[href]:hover {
    background-image: url(/local/templates/milana2024/assets/css/../images/icons-sprite.svg?v=1#profile-primary);
}

a[href] .i-profile:hover {
    background-image: url(/local/templates/milana2024/assets/css/../images/icons-sprite.svg?v=1#profile-primary);
}

.i-gift {
    background-image: url(/local/templates/milana2024/assets/css/../images/icons-sprite.svg#gift-black);
}

.i-gift.i-black {
    background-image: url(/local/templates/milana2024/assets/css/../images/icons-sprite.svg#gift-black);
}

.i-gift.i-secondary {
    background-image: url(/local/templates/milana2024/assets/css/../images/icons-sprite.svg#gift-secondary);
}

.i-gift.i-white {
    background-image: url(/local/templates/milana2024/assets/css/../images/icons-sprite.svg#gift-white);
}

.i-gift.i-primary,
.i-gift.active,
.i-gift[href]:hover {
    background-image: url(/local/templates/milana2024/assets/css/../images/icons-sprite.svg#gift-primary);
}

a[href] .i-gift:hover {
    background-image: url(/local/templates/milana2024/assets/css/../images/icons-sprite.svg#gift-primary);
}

.i-instagram {
    background-image: url(/local/templates/milana2024/assets/css/../images/icons-social-sprite.svg#instagram-secondary);
}

.i-instagram.i-black {
    background-image: url(/local/templates/milana2024/assets/css/../images/icons-social-sprite.svg#instagram-black);
}

.i-instagram.i-secondary {
    background-image: url(/local/templates/milana2024/assets/css/../images/icons-social-sprite.svg#instagram-secondary);
}

.i-instagram.i-white {
    background-image: url(/local/templates/milana2024/assets/css/../images/icons-social-sprite.svg#instagram-white);
}

.i-instagram.i-primary,
.i-instagram.active,
.i-instagram[href]:hover {
    background-image: url(/local/templates/milana2024/assets/css/../images/icons-social-sprite.svg#instagram-primary);
}

a[href] .i-instagram:hover {
    background-image: url(/local/templates/milana2024/assets/css/../images/icons-social-sprite.svg#instagram-primary);
}

.i-fb {
    background-image: url(/local/templates/milana2024/assets/css/../images/icons-social-sprite.svg#fb-secondary);
}

.i-fb.i-black {
    background-image: url(/local/templates/milana2024/assets/css/../images/icons-social-sprite.svg#fb-black);
}

.i-fb.i-secondary {
    background-image: url(/local/templates/milana2024/assets/css/../images/icons-social-sprite.svg#fb-secondary);
}

.i-fb.i-white {
    background-image: url(/local/templates/milana2024/assets/css/../images/icons-social-sprite.svg#fb-white);
}

.i-fb.i-primary,
.i-fb.active,
.i-fb[href]:hover {
    background-image: url(/local/templates/milana2024/assets/css/../images/icons-social-sprite.svg#fb-primary);
}

a[href] .i-fb:hover {
    background-image: url(/local/templates/milana2024/assets/css/../images/icons-social-sprite.svg#fb-primary);
}

.i-vk {
    background-image: url(/local/templates/milana2024/assets/css/../images/icons-social-sprite.svg#vk-secondary);
}

.i-vk.i-black {
    background-image: url(/local/templates/milana2024/assets/css/../images/icons-social-sprite.svg#vk-black);
}

.i-vk.i-secondary {
    background-image: url(/local/templates/milana2024/assets/css/../images/icons-social-sprite.svg#vk-secondary);
}

.i-vk.i-white {
    background-image: url(/local/templates/milana2024/assets/css/../images/icons-social-sprite.svg#vk-white);
}

.i-vk.i-primary,
.i-vk.active,
.i-vk[href]:hover {
    background-image: url(/local/templates/milana2024/assets/css/../images/icons-social-sprite.svg#vk-primary);
}

a[href] .i-vk:hover {
    background-image: url(/local/templates/milana2024/assets/css/../images/icons-social-sprite.svg#vk-primary);
}

.i-ok {
    background-image: url(/local/templates/milana2024/assets/css/../images/icons-social-sprite.svg#ok-secondary);
}

.i-skype {
    background-image: url(/local/templates/milana2024/assets/css/../images/foot-ic-skype.svg);
}

.i-viber {
    background-image: url(/local/templates/milana2024/assets/css/../images/foot-ic-viber.svg);
}

.i-telega {
    background-image: url(/local/templates/milana2024/assets/css/../images/foot-ic-tg.svg);
}

.i-wa {
    background-image: url(/local/templates/milana2024/assets/css/../images/foot-ic-wa.svg);
}
.i-tiktok {
    background-image: url(/local/templates/milana2024/assets/css/../images/tiktok.svg);
}
.i-tiktok:hover {
    background-image: url(/local/templates/milana2024/assets/css/../images/tiktok_hover.svg);
}
.i-rutube {
    background-image: url(/local/templates/milana2024/assets/css/../images/rutube.svg);
}
.i-rutube:hover {
    background-image: url(/local/templates/milana2024/assets/css/../images/rutube-hover.svg);
}
.i-yandex-zen {
    background-image: url(/local/templates/milana2024/assets/css/../images/yandex-zen.svg);
}
.i-yandex-zen:hover {
    background-image: url(/local/templates/milana2024/assets/css/../images/yandex-zen-hover.svg);
}
.i-yandex-messenger {
    background-image: url(/local/templates/milana2024/assets/css/../images/yandex-messenger.svg);
}
.i-yandex-messenger:hover {
    background-image: url(/local/templates/milana2024/assets/css/../images/yandex-messenger-hover.svg);
}
.i-wechat {
    background-image: url(/local/templates/milana2024/assets/css/../images/wechat.svg);
}
.i-wechat:hover {
    background-image: url(/local/templates/milana2024/assets/css/../images/wechat-hover.svg);
}

.i-facebook-messenger {
    background-image: url(/local/templates/milana2024/assets/css/../images/facebook-messenger.svg);
}
.i-facebook-messenger:hover {
    background-image: url(/local/templates/milana2024/assets/css/../images/facebook-messenger-hover.svg);
}
.i-skype:hover {
    background-image: url(/local/templates/milana2024/assets/css/../images/foot-ic-skype_hover.svg);
}

.i-viber:hover {
    background-image: url(/local/templates/milana2024/assets/css/../images/foot-ic-viber_hover.svg);
}

.i-telega:hover {
    background-image: url(/local/templates/milana2024/assets/css/../images/foot-ic-tg_hover.svg);
}

.i-wa:hover {
    background-image: url(/local/templates/milana2024/assets/css/../images/foot-ic-wa_hover.svg);
}

.i-ok.i-black {
    background-image: url(/local/templates/milana2024/assets/css/../images/icons-social-sprite.svg#ok-black);
}

.i-ok.i-secondary {
    background-image: url(/local/templates/milana2024/assets/css/../images/icons-social-sprite.svg#ok-secondary);
}

.i-ok.i-white {
    background-image: url(/local/templates/milana2024/assets/css/../images/icons-social-sprite.svg#ok-white);
}

.i-ok.i-primary,
.i-ok.active,
.i-ok[href]:hover {
    background-image: url(/local/templates/milana2024/assets/css/../images/icons-social-sprite.svg#ok-primary);
}

a[href] .i-ok:hover {
    background-image: url(/local/templates/milana2024/assets/css/../images/icons-social-sprite.svg#ok-primary);
}

.i-twitter {
    background-image: url(/local/templates/milana2024/assets/css/../images/icons-social-sprite.svg#twitter-secondary);
}

.i-twitter.i-black {
    background-image: url(/local/templates/milana2024/assets/css/../images/icons-social-sprite.svg#twitter-black);
}

.i-twitter.i-secondary {
    background-image: url(/local/templates/milana2024/assets/css/../images/icons-social-sprite.svg#twitter-secondary);
}

.i-twitter.i-white {
    background-image: url(/local/templates/milana2024/assets/css/../images/icons-social-sprite.svg#twitter-white);
}

.i-twitter.i-primary,
.i-twitter.active,
.i-twitter[href]:hover {
    background-image: url(/local/templates/milana2024/assets/css/../images/icons-social-sprite.svg#twitter-primary);
}

a[href] .i-twitter:hover {
    background-image: url(/local/templates/milana2024/assets/css/../images/icons-social-sprite.svg#twitter-primary);
}

.i-pinterest {
    background-image: url(/local/templates/milana2024/assets/css/../images/icons-social-sprite.svg#pinterest-secondary);
}

.i-pinterest.i-black {
    background-image: url(/local/templates/milana2024/assets/css/../images/icons-social-sprite.svg#pinterest-black);
}

.i-pinterest.i-secondary {
    background-image: url(/local/templates/milana2024/assets/css/../images/icons-social-sprite.svg#pinterest-secondary);
}

.i-pinterest.i-white {
    background-image: url(/local/templates/milana2024/assets/css/../images/icons-social-sprite.svg#pinterest-white);
}

.i-pinterest.i-primary,
.i-pinterest.active,
.i-pinterest[href]:hover {
    background-image: url(/local/templates/milana2024/assets/css/../images/icons-social-sprite.svg#pinterest-primary);
}

a[href] .i-pinterest:hover {
    background-image: url(/local/templates/milana2024/assets/css/../images/icons-social-sprite.svg#pinterest-primary);
}

.i-youtube {
    background-image: url(/local/templates/milana2024/assets/css/../images/icons-social-sprite.svg#youtobe-secondary);
}

.i-youtube.i-black {
    background-image: url(/local/templates/milana2024/assets/css/../images/icons-social-sprite.svg#youtobe-black);
}

.i-youtube.i-secondary {
    background-image: url(/local/templates/milana2024/assets/css/../images/icons-social-sprite.svg#youtobe-secondary);
}

.i-youtube.i-white {
    background-image: url(/local/templates/milana2024/assets/css/../images/icons-social-sprite.svg#youtobe-white);
}

.i-youtube.i-primary,
.i-youtube.active,
.i-youtube[href]:hover {
    background-image: url(/local/templates/milana2024/assets/css/../images/icons-social-sprite.svg#youtobe-primary);
}

a[href] .i-youtube:hover {
    background-image: url(/local/templates/milana2024/assets/css/../images/icons-social-sprite.svg#youtobe-primary);
}

.i-star {
    background-image: url(/local/templates/milana2024/assets/css/../images/icon-star.svg#secondary);
    background-size: contain;
    width: 11px;
    height: 11px;
}

.rating-stars-container {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 5px;
}

.rating-stars-container[data-rating="1"] .i:nth-child(-n+1) {
    background-image: url(/local/templates/milana2024/assets/css/../images/icon-star.svg#primary);
}

.rating-stars-container[data-rating="2"] .i:nth-child(-n+2) {
    background-image: url(/local/templates/milana2024/assets/css/../images/icon-star.svg#primary);
}

.rating-stars-container[data-rating="3"] .i:nth-child(-n+3) {
    background-image: url(/local/templates/milana2024/assets/css/../images/icon-star.svg#primary);
}

.rating-stars-container[data-rating="4"] .i:nth-child(-n+4) {
    background-image: url(/local/templates/milana2024/assets/css/../images/icon-star.svg#primary);
}

.rating-stars-container[data-rating="5"] .i:nth-child(-n+5) {
    background-image: url(/local/templates/milana2024/assets/css/../images/icon-star.svg#primary);
}

.rating-stars[value="1"]+.rating-stars-container .i {
    cursor: pointer;
}

.rating-stars[value="1"]+.rating-stars-container .i:nth-child(-n+1) {
    background-image: url(/local/templates/milana2024/assets/css/../images/icon-star.svg#primary);
}

.rating-stars[value="2"]+.rating-stars-container .i {
    cursor: pointer;
}

.rating-stars[value="2"]+.rating-stars-container .i:nth-child(-n+2) {
    background-image: url(/local/templates/milana2024/assets/css/../images/icon-star.svg#primary);
}

.rating-stars[value="3"]+.rating-stars-container .i {
    cursor: pointer;
}

.rating-stars[value="3"]+.rating-stars-container .i:nth-child(-n+3) {
    background-image: url(/local/templates/milana2024/assets/css/../images/icon-star.svg#primary);
}

.rating-stars[value="4"]+.rating-stars-container .i {
    cursor: pointer;
}

.rating-stars[value="4"]+.rating-stars-container .i:nth-child(-n+4) {
    background-image: url(/local/templates/milana2024/assets/css/../images/icon-star.svg#primary);
}

.rating-stars[value="5"]+.rating-stars-container .i {
    cursor: pointer;
}

.rating-stars[value="5"]+.rating-stars-container .i:nth-child(-n+5) {
    background-image: url(/local/templates/milana2024/assets/css/../images/icon-star.svg#primary);
}

.leaflet-choose-shop {
    height: 280px;
}

.line-height-1 {
    line-height: 1;
}

@media (min-width: 576px) {
    .f-sm-10px {
        font-size: 10px !important;
    }
    .f-sm-11px {
        font-size: 11px !important;
    }
    .f-sm-12px {
        font-size: 12px !important;
    }
    .f-sm-13px {
        font-size: 13px !important;
    }
    .f-sm-14px {
        font-size: 14px !important;
    }
    .f-sm-15px {
        font-size: 15px !important;
    }
    .f-sm-18px {
        font-size: 18px !important;
    }
    .f-sm-20px {
        font-size: 20px !important;
    }
    .f-sm-21px {
        font-size: 21px !important;
    }
    .f-sm-22px {
        font-size: 22px !important;
    }
    .f-sm-25px {
        font-size: 25px !important;
    }
    .f-sm-26px {
        font-size: 26px !important;
    }
    .f-sm-27px {
        font-size: 27px !important;
    }
    .f-sm-33px {
        font-size: 33px !important;
    }
    .f-sm-40px {
        font-size: 40px !important;
    }
}

@media (min-width: 768px) {
    .f-md-10px {
        font-size: 10px !important;
    }
    .f-md-11px {
        font-size: 11px !important;
    }
    .f-md-12px {
        font-size: 12px !important;
    }
    .f-md-13px {
        font-size: 13px !important;
    }
    .f-md-14px {
        font-size: 14px !important;
    }
    .f-md-15px {
        font-size: 15px !important;
    }
    .f-md-18px {
        font-size: 18px !important;
    }
    .f-md-20px {
        font-size: 20px !important;
    }
    .f-md-21px {
        font-size: 21px !important;
    }
    .f-md-22px {
        font-size: 22px !important;
    }
    .f-md-25px {
        font-size: 25px !important;
    }
    .f-md-26px {
        font-size: 26px !important;
    }
    .f-md-27px {
        font-size: 27px !important;
    }
    .f-md-33px {
        font-size: 33px !important;
    }
    .f-md-40px {
        font-size: 40px !important;
    }
}

@media (min-width: 992px) {
    .f-lg-10px {
        font-size: 10px !important;
    }
    .f-lg-11px {
        font-size: 11px !important;
    }
    .f-lg-12px {
        font-size: 12px !important;
    }
    .f-lg-13px {
        font-size: 13px !important;
    }
    .f-lg-14px {
        font-size: 14px !important;
    }
    .f-lg-15px {
        font-size: 15px !important;
    }
    .f-lg-18px {
        font-size: 18px !important;
    }
    .f-lg-20px {
        font-size: 20px !important;
    }
    .f-lg-21px {
        font-size: 21px !important;
    }
    .f-lg-22px {
        font-size: 22px !important;
    }
    .f-lg-25px {
        font-size: 25px !important;
    }
    .f-lg-26px {
        font-size: 26px !important;
    }
    .f-lg-27px {
        font-size: 27px !important;
    }
    .f-lg-33px {
        font-size: 33px !important;
    }
    .f-lg-40px {
        font-size: 40px !important;
    }
}

@media (min-width: 1200px) {
    .f-xl-10px {
        font-size: 10px !important;
    }
    .f-xl-11px {
        font-size: 11px !important;
    }
    .f-xl-12px {
        font-size: 12px !important;
    }
    .f-xl-13px {
        font-size: 13px !important;
    }
    .f-xl-14px {
        font-size: 14px !important;
    }
    .f-xl-15px {
        font-size: 15px !important;
    }
    .f-xl-18px {
        font-size: 18px !important;
    }
    .f-xl-20px {
        font-size: 20px !important;
    }
    .f-xl-21px {
        font-size: 21px !important;
    }
    .f-xl-22px {
        font-size: 22px !important;
    }
    .f-xl-25px {
        font-size: 25px !important;
    }
    .f-xl-26px {
        font-size: 26px !important;
    }
    .f-xl-27px {
        font-size: 27px !important;
    }
    .f-xl-33px {
        font-size: 33px !important;
    }
    .f-xl-40px {
        font-size: 40px !important;
    }
}

@media (min-width: 1400px) {
    .f-xxl-10px {
        font-size: 10px !important;
    }
    .f-xxl-11px {
        font-size: 11px !important;
    }
    .f-xxl-12px {
        font-size: 12px !important;
    }
    .f-xxl-13px {
        font-size: 13px !important;
    }
    .f-xxl-14px {
        font-size: 14px !important;
    }
    .f-xxl-15px {
        font-size: 15px !important;
    }
    .f-xxl-18px {
        font-size: 18px !important;
    }
    .f-xxl-20px {
        font-size: 20px !important;
    }
    .f-xxl-21px {
        font-size: 21px !important;
    }
    .f-xxl-22px {
        font-size: 22px !important;
    }
    .f-xxl-25px {
        font-size: 25px !important;
    }
    .f-xxl-26px {
        font-size: 26px !important;
    }
    .f-xxl-27px {
        font-size: 27px !important;
    }
    .f-xxl-33px {
        font-size: 33px !important;
    }
    .f-xxl-40px {
        font-size: 40px !important;
    }
}

@media (min-width: 1600px) {
    .f-xxxl-10px {
        font-size: 10px !important;
    }
    .f-xxxl-11px {
        font-size: 11px !important;
    }
    .f-xxxl-12px {
        font-size: 12px !important;
    }
    .f-xxxl-13px {
        font-size: 13px !important;
    }
    .f-xxxl-14px {
        font-size: 14px !important;
    }
    .f-xxxl-15px {
        font-size: 15px !important;
    }
    .f-xxxl-18px {
        font-size: 18px !important;
    }
    .f-xxxl-20px {
        font-size: 20px !important;
    }
    .f-xxxl-21px {
        font-size: 21px !important;
    }
    .f-xxxl-22px {
        font-size: 22px !important;
    }
    .f-xxxl-25px {
        font-size: 25px !important;
    }
    .f-xxxl-26px {
        font-size: 26px !important;
    }
    .f-xxxl-27px {
        font-size: 27px !important;
    }
    .f-xxxl-33px {
        font-size: 33px !important;
    }
    .f-xxxl-40px {
        font-size: 40px !important;
    }
}

.f-10px {
    font-size: 10px !important;
}

.f-11px {
    font-size: 11px !important;
}

.f-12px {
    font-size: 12px !important;
}

.f-13px {
    font-size: 13px !important;
}

.f-14px {
    font-size: 14px !important;
}

.f-15px {
    font-size: 15px !important;
}

.f-18px {
    font-size: 18px !important;
}

.f-20px {
    font-size: 20px !important;
}

.f-30px {
    font-size: 30px !important;
}

.f-33px {
    font-size: 33px !important;
}

.f-21px {
    font-size: 21px !important;
}

.f-22px {
    font-size: 22px !important;
}

.f-25px {
    font-size: 25px !important;
}

.f-26px {
    font-size: 26px !important;
}

.f-27px {
    font-size: 27px !important;
}

.f-33px {
    font-size: 33px !important;
}

.f-40px {
    font-size: 40px !important;
}

@media (min-width: 576px) {
    .lh-sm-10px {
        line-height: 10px !important;
    }
    .lh-sm-11px {
        line-height: 11px !important;
    }
    .lh-sm-12px {
        line-height: 12px !important;
    }
    .lh-sm-13px {
        line-height: 13px !important;
    }
    .lh-sm-14px {
        line-height: 14px !important;
    }
    .lh-sm-15px {
        line-height: 15px !important;
    }
    .lh-sm-18px {
        line-height: 18px !important;
    }
    .lh-sm-20px {
        line-height: 20px !important;
    }
    .lh-sm-21px {
        line-height: 21px !important;
    }
    .lh-sm-22px {
        line-height: 22px !important;
    }
    .lh-sm-25px {
        line-height: 25px !important;
    }
    .lh-sm-26px {
        line-height: 26px !important;
    }
    .lh-sm-27px {
        line-height: 27px !important;
    }
    .lh-sm-33px {
        line-height: 33px !important;
    }
    .lh-sm-40px {
        line-height: 40px !important;
    }
}

@media (min-width: 768px) {
    .lh-md-10px {
        line-height: 10px !important;
    }
    .lh-md-11px {
        line-height: 11px !important;
    }
    .lh-md-12px {
        line-height: 12px !important;
    }
    .lh-md-13px {
        line-height: 13px !important;
    }
    .lh-md-14px {
        line-height: 14px !important;
    }
    .lh-md-15px {
        line-height: 15px !important;
    }
    .lh-md-18px {
        line-height: 18px !important;
    }
    .lh-md-20px {
        line-height: 20px !important;
    }
    .lh-md-21px {
        line-height: 21px !important;
    }
    .lh-md-22px {
        line-height: 22px !important;
    }
    .lh-md-25px {
        line-height: 25px !important;
    }
    .lh-md-26px {
        line-height: 26px !important;
    }
    .lh-md-27px {
        line-height: 27px !important;
    }
    .lh-md-33px {
        line-height: 33px !important;
    }
    .lh-md-40px {
        line-height: 40px !important;
    }
}

@media (min-width: 992px) {
    .lh-lg-10px {
        line-height: 10px !important;
    }
    .lh-lg-11px {
        line-height: 11px !important;
    }
    .lh-lg-12px {
        line-height: 12px !important;
    }
    .lh-lg-13px {
        line-height: 13px !important;
    }
    .lh-lg-14px {
        line-height: 14px !important;
    }
    .lh-lg-15px {
        line-height: 15px !important;
    }
    .lh-lg-18px {
        line-height: 18px !important;
    }
    .lh-lg-20px {
        line-height: 20px !important;
    }
    .lh-lg-21px {
        line-height: 21px !important;
    }
    .lh-lg-22px {
        line-height: 22px !important;
    }
    .lh-lg-25px {
        line-height: 25px !important;
    }
    .lh-lg-26px {
        line-height: 26px !important;
    }
    .lh-lg-27px {
        line-height: 27px !important;
    }
    .lh-lg-33px {
        line-height: 33px !important;
    }
    .lh-lg-40px {
        line-height: 40px !important;
    }
}

@media (min-width: 1200px) {
    .lh-xl-10px {
        line-height: 10px !important;
    }
    .lh-xl-11px {
        line-height: 11px !important;
    }
    .lh-xl-12px {
        line-height: 12px !important;
    }
    .lh-xl-13px {
        line-height: 13px !important;
    }
    .lh-xl-14px {
        line-height: 14px !important;
    }
    .lh-xl-15px {
        line-height: 15px !important;
    }
    .lh-xl-18px {
        line-height: 18px !important;
    }
    .lh-xl-20px {
        line-height: 20px !important;
    }
    .lh-xl-21px {
        line-height: 21px !important;
    }
    .lh-xl-22px {
        line-height: 22px !important;
    }
    .lh-xl-25px {
        line-height: 25px !important;
    }
    .lh-xl-26px {
        line-height: 26px !important;
    }
    .lh-xl-27px {
        line-height: 27px !important;
    }
    .lh-xl-33px {
        line-height: 33px !important;
    }
    .lh-xl-40px {
        line-height: 40px !important;
    }
}

@media (min-width: 1400px) {
    .lh-xxl-10px {
        line-height: 10px !important;
    }
    .lh-xxl-11px {
        line-height: 11px !important;
    }
    .lh-xxl-12px {
        line-height: 12px !important;
    }
    .lh-xxl-13px {
        line-height: 13px !important;
    }
    .lh-xxl-14px {
        line-height: 14px !important;
    }
    .lh-xxl-15px {
        line-height: 15px !important;
    }
    .lh-xxl-18px {
        line-height: 18px !important;
    }
    .lh-xxl-20px {
        line-height: 20px !important;
    }
    .lh-xxl-21px {
        line-height: 21px !important;
    }
    .lh-xxl-22px {
        line-height: 22px !important;
    }
    .lh-xxl-25px {
        line-height: 25px !important;
    }
    .lh-xxl-26px {
        line-height: 26px !important;
    }
    .lh-xxl-27px {
        line-height: 27px !important;
    }
    .lh-xxl-33px {
        line-height: 33px !important;
    }
    .lh-xxl-40px {
        line-height: 40px !important;
    }
}

@media (min-width: 1600px) {
    .lh-xxxl-10px {
        line-height: 10px !important;
    }
    .lh-xxxl-11px {
        line-height: 11px !important;
    }
    .lh-xxxl-12px {
        line-height: 12px !important;
    }
    .lh-xxxl-13px {
        line-height: 13px !important;
    }
    .lh-xxxl-14px {
        line-height: 14px !important;
    }
    .lh-xxxl-15px {
        line-height: 15px !important;
    }
    .lh-xxxl-18px {
        line-height: 18px !important;
    }
    .lh-xxxl-20px {
        line-height: 20px !important;
    }
    .lh-xxxl-21px {
        line-height: 21px !important;
    }
    .lh-xxxl-22px {
        line-height: 22px !important;
    }
    .lh-xxxl-25px {
        line-height: 25px !important;
    }
    .lh-xxxl-26px {
        line-height: 26px !important;
    }
    .lh-xxxl-27px {
        line-height: 27px !important;
    }
    .lh-xxxl-33px {
        line-height: 33px !important;
    }
    .lh-xxxl-40px {
        line-height: 40px !important;
    }
}

.lh-10px {
    line-height: 10px !important;
}

.lh-11px {
    line-height: 11px !important;
}

.lh-12px {
    line-height: 12px !important;
}

.lh-13px {
    line-height: 13px !important;
}

.lh-14px {
    line-height: 14px !important;
}

.lh-15px {
    line-height: 15px !important;
}

.lh-18px {
    line-height: 18px !important;
}

.lh-20px {
    line-height: 20px !important;
}

.lh-21px {
    line-height: 21px !important;
}

.lh-22px {
    line-height: 22px !important;
}

.lh-25px {
    line-height: 25px !important;
}

.lh-26px {
    line-height: 26px !important;
}

.lh-27px {
    line-height: 27px !important;
}

.lh-33px {
    line-height: 33px !important;
}

.lh-40px {
    line-height: 40px !important;
}

.invalid-feedback {
    font-size: 12px;
}

.destination-city .form-control {
    padding-left: 47px;
}

.destination-city>.flex-column {
    position: relative;
}

.destination-city>.flex-column::before {
    content: '';
    background: url(/local/templates/milana2024/assets/css/../images/ios-search.svg);
    width: 17px;
    height: 17px;
    position: absolute;
    left: 17px;
    top: 50%;
    transform: translateY(-50%);
}

.destination-city>.flex-column label {
    position: absolute;
    z-index: 2;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    height: 9px;
    width: 9px;
    background: url(/local/templates/milana2024/assets/css/../images/remove.svg);
    text-align: center;
    cursor: pointer;
}

.leaflet-choose-shop-maps>span {

    font-size: 13px;
    display: block;
    margin-bottom: 20px;
}

.leaflet-choose-shop-maps {
    margin-top: 50px;
}

.basket-delivery-check-container .f-13px {
    margin-left: 30px;
}

.leaflet-choose-shop.shop-page-shop {
    height: 560px;
    margin-bottom: 60px;
}

.shops-column-icon .icon-w-shop {
    margin-right: 35px;
}

.shops-column-icon .margin-shop-icon a {
    display: flex;
    align-items: center;
}

.shops-column-icon .margin-shop-icon a img {
    margin-right: 15px;
}

.detail__main-slider-good {
    display: flex;
}

.slider-catalog-container {
    display: flex;
    justify-content: space-around;
}

.col-slider {
    width: 52%;
    padding: 0;
    overflow-y: hidden;
}

.col-infos {
    width: 45%;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
}

.col-infos .rating-stars[value="2"]+.rating-stars-container .i:nth-child(-n+2) {
    background-image: url(/local/templates/milana2024/assets/css/../images/icon-star-black.svg#primary);
}

.col-infos .mil-product-preview-item-sizes li span {
    position: absolute;
    bottom: -20px;
    display: block;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
    white-space: nowrap;
    font-size: 10px;
    color: #A4A4A4;
}

.col-infos .mil-product-preview-item-sizes {
    margin-top: 25px;
    margin-bottom: 45px;
    position: relative;
    display: inline-flex;
}

.price-inform {
    margin-left: 15px;
    position: relative;
}

.price-inform::before {
    content: '';
    width: 14px;
    height: 11px;
    background: url(/local/templates/milana2024/assets/css/../images/mail.svg);
    position: absolute;
    left: -23px;
    top: 50%;
    transform: translateY(-50%);
}


/* .col-infos .mil-product-preview-item-sizes::before {
  content: '';
  width: 17px;
  height: 17px;
  background: url(/local/templates/milana2024/assets/css/../images/size.svg);
  position: absolute;
  right: -26px;
  top: 50%;
  transform: translateY(-50%);
} */

.last-product-preview-item-sizes {
    border: none !important;
    background: url(/local/templates/milana2024/assets/css/../images/size.svg) no-repeat center;
}

.col-infos .mil-product-preview-item-sizes li:hover {
    cursor: pointer;
}

.product-preview-item-wishlist {
    width: 23px;
    height: 22px;
    transition: .5s;
    background: url(/local/templates/milana2024/assets/css/../images/wishlist.svg#off) no-repeat 0 0;
}

.product-preview-item-wishlist:hover {
    cursor: pointer;
    background: url(/local/templates/milana2024/assets/css/../images/in-wishlist.svg#off) no-repeat 0 0;
}

.product-preview-item-container-top {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.product-preview-item-btn {
    cursor: pointer;
    border: 1px solid #8C2837;
    padding: 10px 57px;
    font-size: 13px;
    margin-right: 22px;
    transition: .5s;
    color: #fff;
    background: #8C2837;
    text-decoration: none;
}

.product-preview-item-btn:hover {
    background: none;
    border-color: #000;
    color: #000;
}

.old-price-sale {
    display: inline-block;
    margin-right: 31px;
    background: #8c2837;
    color: #fff;
    padding: 3px 8px;
}

.price-header-block .old-price {
    text-decoration: line-through;
}

.price-header-block .old-price+.f-semibold {
    color: #8c2837;
}

.product-preview-item-btn.card-product-unavailable {
    border: 1px solid;
    padding: 10px 25px;
    font-size: 13px;
    margin-right: 22px;
    transition: .5s;
    background: none;
    color: #000;
}

.product-preview-item-btn.btn-in-shop {
    border: 1px solid;
    padding: 10px 25px;
    font-size: 13px;
    margin-right: 22px;
    transition: .5s;
    background: none;
    color: #000;
}

.product-preview-item-btn.btn-in-shop:hover {
    color: #fff;
    background: #8C2837;
    border-color: #8C2837;
}

.product-preview-item-btn.btn-in-shop.ozon {
    color: #fff;
    background: #005bff;
    border-color: #005bff;
    display: inline-block;
    min-width: 249px;
    text-align: center;
}

.product-preview-item-btn.card-product-unavailable:hover {
    cursor: pointer;
    color: #000;
    background: #fff;
    border-color: #000;
    display: inline-block;
}

.product-preview-item-delivery {
    font-size: 13px;
    margin-top: 27px;

    display: flex;
    align-items: flex-start;
}

.product-preview-item-delivery>p {
    margin: 10px 65px 0 0;
    white-space: nowrap;
}

.marketplace-list {
    display: flex;
    flex-wrap: wrap;
}
.marketplace-list>a {
    display: block;
    width: 31px;
    height: 31px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-right: 7px;
    margin-bottom: 5px;
}

.detail__markets-container .Wildberries {
    background-image: url(/local/templates/milana2024/assets/css/../images/wb.svg);
}

.detail__markets-container .Ozon {
    background-image: url(/local/templates/milana2024/assets/css/../images/ozon.svg);
}

.detail__markets-container .Lamoda {
    background-image: url(/local/templates/milana2024/assets/css/../images/lamoda.svg);
}

.detail__markets-container .yandexmarket {
    background-image: url(/local/templates/milana2024/assets/css/../images/yandexm.svg);
}

.detail__markets-container .sbermarket {
    background-image: url(/local/templates/milana2024/assets/css/../images/sber.svg);
}

.detail__markets-container .aliexpress {
    background-image: url(/local/templates/milana2024/assets/css/../images/ali.svg);
}

.detail__markets-container .kazan {
    background-image: url(/local/templates/milana2024/assets/css/../images/kazan.svg);
}

.city-block-item-delivery {
    display: flex;
    font-size: 13px;

    margin-bottom: 25px;
    margin-top: 35px;
}


.city-block-item-delivery p {
    margin: 0 17px 0 0;
}

.city-block-item-delivery-slid p {
    margin: 0;
    white-space: nowrap;
}

.city-block-item-delivery-slid span {
    color: #A4A4A4;
    margin-right: 14px;
}

.city-block-item-delivery-slid .city-block-header span {
    color: #000;
}

.city-block-item-delivery-slid {
    font-size: 13px;
}

.city-block-header img {
    max-height: 18px;
    margin-right: 6px;
}

.city-block-header {
    margin-bottom: 11px;
    display: flex;
    align-items: center;
}

.city-block-item-delivery-slid>div {
    margin-right: 25px;
}

.city-block-item-delivery-slider {
    width: 100%;
    max-width: 585px;
    margin-bottom: 40px;
    padding: 0 30px;
}

.city-block-item-delivery-slider .slick-prev::before,
.city-block-item-delivery-slider .slick-next::before {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    transform: rotate(45deg);
    border-left: 1px solid #8C2837;
    border-bottom: 1px solid #8C2837;
    position: absolute;
    top: 7px;
    transition: .5s;
    right: 2px;
}

.city-block-item-delivery-slider .slick-next::before {
    transform: rotate(-135deg);
}

.city-block-item-delivery-slider .slick-prev {
    left: -5px;
}

.city-block-item-delivery-slider .slick-next {
    right: 10px;
}

.product-preview-item-icons .item-icons {
    display: flex;
    align-items: center;
    margin-right: 25px;
}

.product-preview-item-icons img {
    height: 40px;
}

.product-preview-item-icons .item-icons p {
    line-height: 1.2;
    margin: 0 0 0 15px;
    font-size: 13px;
}

.product-preview-item-icons {
    display: flex;
    margin-top: 75px;
    margin-top: auto;
}


.item-card-arrows-container {
    display: flex;
    justify-content: space-between;
    margin-top: -94px;
    margin-bottom: 100px;
}

.item-card-arrows-container .item-card-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 94px;
    width: 7.3%;
    max-width: 108px;
    position: relative;
}

.item-card-arrows-container .item-card-arrow img {
    width: auto;
    max-width: 100%;
    height: 65%;
}

.item-card-arrows-container .item-card-arrow::before {
    content: "";
    display: block;
    top: 0;
    left: 0;
    bottom: 0;
    transition: .5s;
    right: 0;
    position: absolute;
    background-color: rgb(33 33 33 / 45%);
    background-image: url(/local/templates/milana2024/assets/css/../images/slick-arrows.svg#arrow-right-white);
    background-position: center;
    z-index: 2;
    background-repeat: no-repeat;
}

.item-card-arrows-container .item-card-arrow.item-card-arrow-prev::before {
    background-image: url(/local/templates/milana2024/assets/css/../images/slick-arrows.svg#arrow-left-white);
}

.item-card-arrows-container .item-card-arrow:hover::before {
    background-color: rgb(33 33 33 / 35%);
}

.other-products-slider .mil-product-preview-item {
    width: 290px;
    height: 520px;
    margin-right: 6px;
}

.accordion-item.accordion-item-user-product {
    border-bottom: none;
    font-size: 13px;
}

.other-products-header p {
    margin: 0 25px 0 0;
}

.other-products-header {
    font-size: 13px;
    display: flex;
    align-items: center;
    margin-bottom: 40px;
    position: relative;
}

.other-products-tabs {
    display: flex;
    align-items: center;
}

.other-products-tabs>div {
    padding: 10px 20px 9px;
    transition: .5s;
}

.other-products-tabs>div:hover {
    color: #8C2837;
    cursor: pointer;
}

.other-products-tabs>div.other-products-active {
    background: #8C2837;
    color: #fff;
}

.other-products-tabs>div.other-products-active:hover {
    color: #fff;
}

.other-products-tabs-container,
.other-products .mil-product-carousel-slick-arrows {
    display: none;
}

.other-products-tabs-container.other-products-tabs-container-active,
.other-products .mil-product-carousel-slick-arrows.slider-arrows-active {
    display: block;
}

.product-preview-item-reviews {
    position: relative;
}

.other-products .mil-product-carousel-slick-arrows .slick-arrow.slick-prev,
.product-preview-item-reviews .mil-product-carousel-slick-arrows .slick-arrow.slick-prev {
    background-image: url(/local/templates/milana2024/assets/css/../images/slick-arrows.svg#arrow-left-black);
}

.product-preview-item-reviews .mil-carousel-arrows {
    right: 0;
    top: 0;
}

.other-products .mil-product-carousel-slick-arrows {
    right: 0;
}

.mil-carousel-arrows.products-tabs-slider-arrows .slick-arrow.slick-hidden {
    display: block;
}

.item-reviews-container .personal-area-review-item {
    width: 440px;
    margin-right: 60px;
    margin-bottom: 70px;
}

.other-products {
    margin-bottom: 65px;
}

.item-reviews-header .title {
    font-size: 25px;
    font-weight: 700;

    position: relative;
    display: inline-block;
    margin-right: 80px;
}

.item-reviews-header .title span {

    font-size: 14px;
    color: #8c2837;
    position: absolute;
    top: 7px;
    right: -22px;
}

.item-reviews-header {
    display: flex;
    align-items: center;
}

.item-reviews-header {
    display: flex;
    align-items: center;
    margin-bottom: 55px;
}

.item-reviews-container {
    margin-bottom: 110px;
}

.item-reviews-header .add-item-reviews {
    position: relative;
    font-size: 14px;
    padding-right: 28px;
    transition: .5s;
}

.item-reviews-header .add-item-reviews:hover {
    cursor: pointer;
    color: #8c2837;
}

.item-reviews-header .add-item-reviews::before {
    content: '';
    background: url(/local/templates/milana2024/assets/css/../images/rew.svg);
    width: 15px;
    height: 15px;
    position: absolute;
    right: 0;
    top: 47%;
    transform: translateY(-50%);
}

.item-reviews-container ul.slick-dots {
    list-style: none;
    text-align: center;
    position: relative;
    display: block;
    margin: 0 auto 120px;
    justify-content: space-between;
}

.item-reviews-container ul.slick-dots li {
    display: inline-block;
}

.item-reviews-container ul.slick-dots li button {
    border: 0;
    outline: none;
    text-indent: -20000px;
    display: block;
    width: 60px;
    height: 5px;
    background: #F6F6F8;
    cursor: pointer;
    transition: .5s;
    position: relative;
    font-size: 0;
}

.item-reviews-container ul.slick-dots li.slick-active button {
    background: #000;
    height: 5px;
}

.cardProduct4 {
    pointer-events: none;
}


.offcanvas-container-product-size .offcanvas-scroll-bar {
    overflow-y: scroll !important;
}
/*#offcanvasReviewEdit2 .offcanvas-body.pt-0 .offcanvas-scroll-bar {
    overflow-y: hidden !important;
}*/

#margin-top-addres-text {
    margin-top: -20px;
}

.offcanvas-container-product-size .table> :not(caption)>*>* {
    padding: 12px 30px;
    text-align: center;
}

.offcanvas-container-product-size .personal-area-form {
    margin-top: 57px;
}

.offcanvas-container-product-size.table-dark .table thead td {

    text-transform: uppercase;
    font-size: 11px;
    line-height: 2;
}

.offcanvas-container-product-size .table-responsive {
    margin-bottom: 50px;
}

.offcanvas-container-product-size.off-canvas-review-edit .offcanvas-title {
    margin-bottom: 25px !important;
}

.offcanvas-container-product-size.off-canvas-review-edit p {
    font-size: 13px;
}

.col-infos .mil-product-preview-item-sizes li.last-product-preview-item-sizes span {
    position: absolute;
    background: #000;
    color: #fff;
    display: block;
    width: 140px;
    padding: 10px 0;
    right: -152px;
    pointer-events: none;
    opacity: 0;
    transition: .5s;
    font-size: 10px;
    top: 4px;
    height: 30px;
    left: initial;
    transform: translate(0, 0);
}

.col-infos .mil-product-preview-item-sizes li.last-product-preview-item-sizes:hover span {
    opacity: 1;
}

.col-infos .mil-product-preview-item-sizes li.last-product-preview-item-sizes span::after {
    content: '';
    position: absolute;
    left: -15px;
    top: 50%;
    transform: translate(0, -50%) rotate(90deg);
    border: 8px solid transparent;
    border-top: 8px solid black;
}

.mil-product-preview-item-sizes li.selected-size {
    background: #000;
    color: #fff;
}

#offcanvasReviewEdit3 .tab-pane>.row {
    flex-direction: column;
}

#offcanvasReviewEdit3 .tab-pane>.row>div {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

#offcanvasReviewEdit3 .tab-pane>.row>div>div {
    width: 100%
}

#offcanvasReviewEdit3 .pe-md-20 {
    padding-right: 25px !important;
}

.item-sizes-reserved,
.product-reserved>div:last-child {
    width: 54%;
    padding: 0 !important;
}

#pillsMap .item-sizes-reserved {
    margin-bottom: 20px;
}

.product-reserved .dropdown-city .dropdown-toggle:before {
    display: none;
}

.product-reserved {
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    margin: 40px 0 40px;
}

.product-reserved .mil-product-preview-item-sizes li:hover {
    background: #000;
    color: #fff;
    cursor: pointer;
}

.product-reserved .dropdown-city a {
    justify-content: left !important;
    font-size: 13px;
}

.product-reserved span {

    display: block;
    margin-bottom: 25px;
}

.product-booking-info .image-booking-info {
    width: 105px;
    height: 125px;
    position: relative;
    margin-right: 25px;
}

.product-booking-info .image-booking-info img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-booking-info {
    display: flex;
    margin-bottom: 45px;
    align-items: center;
}

.product-booking-info .col-md-auto .text-dark {
    font-size: 12px;
}

.product-booking-info .col-md-auto .f-semibold {
    font-size: 17px;
    margin-top: 8px;
}

.booking-user-product {
    margin-bottom: 40px;
}

.booking-user-form-input .form-control {
    background-color: transparent !important;
    border: none;
    border-bottom: 1px solid #d4d4d4;
    position: relative;
    transition: .5s;
    margin: 0 !important;
    padding: 10px 0;
}

.booking-user-form-input .flex-column label.active {
    opacity: 0;
}

.tab-user-product-size-name {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.tab-user-product-size-name p,
.shop-tab-user-product .shop-address-minh {
    width: 46%;
}

.tab-user-product-size-name p a {
    flex-shrink: 0;
}

.booking-user-form-input .flex-column::before {
    content: '';
    width: 44px;
    height: 2px;
    background: #000;
    position: absolute;
    transition: .5s;
    left: 0;
    bottom: -1px;
    z-index: 1;
}

.booking-user-form-input .flex-column.error::before {
    background: #8c2837;
    width: 94px;
}

.booking-user-form-input .flex-column.error label {
    bottom: -30px;
    font-size: 11px;
}

.booking-user-form-input {
    margin-bottom: 23px;
}

.booking-user-form-input .flex-column label {
    position: absolute;
    bottom: 4px;
    margin: 0 !important;
    font-size: 13px;
    width: 100%;
    transition: .5s;
}

.booking-user-form-check-input input.form-check-input {
    width: 17px !important;
    height: 17px !important;
}

.booking-user-form-input .flex-column label span {
    color: #8C2837;
}

.booking-user-form-input .flex-column {
    position: relative;
}

.booking-user-form-check-input {
    margin-top: 20px;
}

.booking-user-form-check-input .form-check {
    margin-bottom: 25px;
}

.booking-user-form-submit button {
    width: 100%;
}

.booking-user-form-input .form-control:focus {
    box-shadow: none;
    border: none;
    border-bottom: 1px solid #d4d4d4 !important;
}

.shoe-size-table {
    display: flex;
}

.shoe-size-table>div {
    width: 50%;
}

.shoe-size-table-body tr {
    border-bottom: 1px solid #e0e0e0;
}

.shoe-size-table-body tr td {
    padding: 20px 9px;
    text-align: center;
}

.shoe-size-table-body tr td:first-child {
    padding: 20px 50px 20px 0;
    text-align: left;
}

.btn-back {
    background: 10px center transparent url(/local/templates/milana2024/assets/css/../images/back.svg) no-repeat;
    background-color: rgb(240, 240, 240);
}

.shoe-size-info {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 150px;
}

.shoe-size-info>div {
    width: 50%;
}

.shoe-size-info>div.shoe-size-manual {
    width: 44%;
}

.shoe-size-image img:last-child {
    margin-left: -24px;
}

.shoe-size-image img {
    max-width: 305px;
}

.shoe-size-manual ul {
    list-style: none;
    padding: 0;
    margin: 30px 0 0 0;
}

.shoe-size-manual ul li {
    padding-left: 50px;
    margin-bottom: 60px;
    position: relative;
}

.shoe-size-manual ul li span {
    font-weight: 700;
    font-size: 50px;
    color: #DFDFDF;
    line-height: 1;
    display: block;
    position: absolute;
    top: -10px;
    left: 0;
}

.fullness-shoe-container ul {
    list-style: none;
    padding: 0;
    margin: 0 145px 0 0;
    width: 50%;
}

.fullness-shoe-container ul li {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}

.fullness-shoe-container {
    display: flex;
    align-items: flex-start;
}

.fullness-shoe-container img {
    max-width: 455px;
}

.fullness-shoe-container ul li span {
    font-weight: 700;
    font-size: 33px;
    color: #fff;
    line-height: 1.2;
    background: #8c2837;
    padding: 12px 0 11px;
    display: block;
    margin-right: 40px;
    flex-shrink: 0;
    text-align: center;
    width: 47px;
}

.different-sizes-area div img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: bottom;
}

.different-sizes-area div p {
    font-size: 24px;
    line-height: 1.2;
}

.different-sizes-area {
    display: grid;
    grid-gap: 0.33%;
    grid-template-columns: 24.75% 24.75% 24.75% 24.75%;
    grid-template-rows: 430px 51px 137px 21px 462px;
}

.different-sizes-area .tipe-1 {
    grid-column: 1 / 2;
    grid-row: 1 / 4;
}

.different-sizes-area .tipe-2 {
    grid-column: 2 / 3;
    grid-row: 1 / 3;
}

.different-sizes-area .tipe-3 {
    grid-column: 3 / 4;
    grid-row: 1 / 5;
}

.different-sizes-area .tipe-4 {
    grid-column: 4 / 5;
    grid-row: 1 / 2;
}

.different-sizes-area .tipe-5 {
    grid-column: 1 / 2;
    grid-row: 4 / 6;
}

.different-sizes-area .tipe-6 {
    grid-column: 2 / 3;
    grid-row: 3 / 6;
}

.different-sizes-area .tipe-7 {
    grid-column: 3 / 4;
    grid-row: 5 / 6;
}

.different-sizes-area .tipe-8 {
    grid-column: 4 / 5;
    grid-row: 2 / 6;
}

.different-sizes-area>div {
    background: #F6F6F8;
    position: relative;
}

.different-sizes-area>div a {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 99;
}

.different-sizes-area>div.tipe-2 .different-sizes-text-block,
.different-sizes-area>div.tipe-3 .different-sizes-text-block,
.different-sizes-area>div.tipe-4 .different-sizes-text-block,
.different-sizes-area>div.tipe-5 .different-sizes-text-block,
.different-sizes-area>div.tipe-7 .different-sizes-text-block {
    position: absolute;
    color: #fff;
    bottom: 60px;
    width: 85%;
    left: 50%;
    transform: translate(-50%, 0);
}

.different-sizes-area>div.tipe-3 .different-sizes-text-block,
.different-sizes-area>div.tipe-5 .different-sizes-text-block,
.different-sizes-area>div.tipe-7 .different-sizes-text-block {
    top: 50%;
    left: 50%;
    bottom: initial;
    transform: translate(-50%, -50%);
    text-align: center;
}

.different-sizes-area>div.tipe-1 .different-sizes-text-block,
.different-sizes-area>div.tipe-6 .different-sizes-text-block,
.different-sizes-area>div.tipe-8 .different-sizes-text-block {
    width: 85%;
    margin: 60px auto 0;
}

.different-sizes-area>div.tipe-2::before,
.different-sizes-area>div.tipe-3::before,
.different-sizes-area>div.tipe-4::before,
.different-sizes-area>div.tipe-5::before,
.different-sizes-area>div.tipe-7::before {
    content: '';
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.3;
    transition: .5s;
    pointer-events: none;
    position: absolute;
}

.different-sizes-area>div.tipe-2:hover::before,
.different-sizes-area>div.tipe-3:hover::before,
.different-sizes-area>div.tipe-4:hover::before,
.different-sizes-area>div.tipe-5:hover::before,
.different-sizes-area>div.tipe-7:hover::before {
    opacity: 0.1;
}

.different-sizes-area>div p {
    transition: .5s;
}

.different-sizes-area>div.tipe-1:hover p,
.different-sizes-area>div.tipe-6:hover p,
.different-sizes-area>div.tipe-8:hover p {
    color: #8c2837;
}

.different-sizes-area div.tipe-1 img {
    height: 320px;
}

.different-sizes-area div.tipe-1 img,
.different-sizes-area div.tipe-6 img,
.different-sizes-area div.tipe-8 img {
    height: 320px;
}

.contacts-image {
    position: absolute;
    top: 75px !important;
    right: 0 !important;
    left: auto !important;
    width: 55% !important;
    height: 645px;
}

.contacts-image img,
.brand-image img {
    width: 100% !important;
    object-fit: cover;
}

.brand-flex-header-text-parth .h3 {
    font-size: 33px !important;
}

.brand-flex-header .brand-image {
    position: absolute;
    right: -40px;
    height: 100%;
    bottom: 0;
    z-index: -1;
    width: 60%;
}

.brand-flex-header {
    position: relative;
}

.brand-text {
    background: #fff;
    width: 53%;
    padding: 40px 85px 55px 0;
    margin-top: 80px;
    line-height: 1.9;
    margin-bottom: 0px !important;
}

.brand-text p {
    margin-bottom: 30px;
}

.brand-area-title {
    font-size: 56px;
}

.brand-container {
    background: #EFEFF2;
    text-align: center;
    color: #fff;
    padding: 145px 0 220px;
}

.brand-philosophy {
    padding: 0 115px 100px;
    background: #fff;
    color: #fff;
    width: 1135px;
    margin: -246px auto 0;
    display: flex;
    justify-content: space-between;
}

.brand-philosophy>div {
    text-align: left;
    width: 32%;
}

.brand-philosophy>div img {
    width: 100%;
    height: 297px;
    object-fit: cover;
}

.brand-philosophy>div p {
    margin-top: -27px;
    margin-left: -3px;
}

.brand-philosophy>div span {
    color: #000;
}

.brand-history .brand-history-title {
    font-size: 30px
}

.brand-history {
    display: flex;
    justify-content: space-between;
}

.brand-history .brand-history-text {
    width: 67%;
    line-height: 1.8;
}

.brand-history .brand-history-text p {
    margin-bottom: 45px;
}

.brand-history .brand-history-text span {
    color: #8C2837;
    font-size: 16px;
}

.authorization-registration-modal-form {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 99999;
    overflow: auto;
    transition: none;
}

.black_theme_modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 80%);
    z-index: 9999;
    overflow: auto;
    transition: none;
}

.black_theme_modal.video-block-modal .openModal {
    width: 860px;
    background: none;
}

.openModal {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-sizing: border-box;
    background: #fff;
    width: 350px;
}

.openModal-form {
    max-height: 95vh;
    overflow-y: scroll;
}


/* хром, сафари */


/* ie 10+ */

.openModal-form {
    -ms-overflow-style: none;
}


/* фф (свойство больше не работает, других способов тоже нет)*/

.openModal-form {
    overflow: -moz-scrollbars-none;
}

.authorization-registration-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;

    text-transform: uppercase;
    font-size: 13px;
    background: #8C2837;
    color: #fff;
}

.authorization-registration-btn>div {
    padding: 30px 0;
    width: 50%;
    text-align: center;
    background: #8C2837;
    color: #fff;
}

.authorization-registration-btn>div:hover {
    cursor: pointer;
}

.authorization-registration-btn>div.active-authorization-registration-tab {
    background: #fff;
    color: #8C2837;
}

/*.authorization-modal-form>div,
.authorization-modal-form,
.registration-modal-form {
    display: none;
}*/

.authorization-modal-form>div.active-modal-form,
.authorization-modal-form>div.bx-authform-social,
.authorization-modal-form.active-modal,
.registration-modal-form.active-modal {
    display: block;
}

.authorization-modal-form .bx-authform-social {
    margin: -40px 33px 0 33px;
}

.authorization-registration-modal-form form {
    padding: 44px 33px 60px;
    margin-top: -1px;
    background: #fff;
    margin-bottom: 0;
}

.authorization-registration-modal-form form label {
    font-size: 12px;
    margin-bottom: 8px;
}

.authorization-registration-modal-form form input {
    margin-bottom: 18px;
}

.authorization-registration-modal-form form button {
    font-size: 15px;
    margin-top: 10px;
    transition: .5s;
}

.forgotpasswd-change {
    margin-top: 23px;
    font-size: 12px;
    display: flex;
    justify-content: space-between;
}

.forgotpasswd-change a {
    color: #000;
    text-decoration: none;
    transition: .5s;
}

.forgotpasswd-change a:hover {
    color: #8C2837;
}

.authorization-registration-modal-form form .sex-input {
    margin-bottom: 18px;
    margin-top: 28px;
}

.authorization-registration-modal-form #sex_man,
.authorization-registration-modal-form #sex_woman,
.authorization-registration-modal-form form .sex-input label {
    margin-bottom: 0;
}

.authorization-form-input-form-check .form-check {
    align-items: flex-start;
}

.authorization-form-input-form-check .form-check-mark {
    margin-top: 4px;
}

.authorization-form-input-form-check .form-check-label p {
    font-size: 10px;
    display: block;
    line-height: 1.5;
}

.authorization-form-input-form-check .form-check-label p a {

    text-decoration: none;
    transition: .5s;
}

.authorization-form-input-form-check .form-check-mark {
    margin-right: 12px;
}

.authorization-form-input-form-check .form-check-label p a:hover {
    color: #8C2837;
}

.authorization-registration-modal-form form input.authorization-error {
    color: #8C2837;
    border-color: #8C2837;
    border: 1px solid #8C2837;
}

.win-for-error p {
    color: #8C2837;
    font-size: 12px;
}

.win-for-error {
    margin-top: 25px;
}

.close-authorization-registration-modal {
    position: absolute;
    right: -40px;
    top: 0;
    cursor: pointer;
    font-size: 0px !important;
    background: url(/local/templates/milana2024/assets/css/../images/white-close.svg) no-repeat center;
    color: #fff;
    width: 20px;
    height: 20px;
}

.usual-none {
    display: none;
}

.come-back-to-authorization {
    position: relative;
    width: 25px;
    height: 25px;
    margin-right: 8px;
}

.come-back-to-authorization:hover {
    cursor: pointer;
}

.come-back-to-authorization::before {
    content: "";
    display: block;
    width: 9px;
    height: 9px;
    border-bottom: 2px solid #8C2837;
    border-right: 2px solid #8C2837;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(135deg);
}

.forgotpasswd-mail-modal-form>div {
    display: none;
}

.forgotpasswd-zag {
    display: flex;
    align-items: center;
    margin: 28px 33px;

    font-size: 13px;
    text-transform: uppercase;
    color: #8c2837;
}

.forgotpasswd-choice {
    margin: 0 33px 33px;
    display: flex;
    justify-content: space-between;
}

.forgotpasswd-choice a {

    color: #fff;
    background: #000;
    text-decoration: none;
    padding: 10px 14px;
    font-size: 13px;
    width: 47%;
    text-align: center;
    transition: .5s;
}

.forgotpasswd-choice a:hover {
    background: #8c2837;
}

.forgotpasswd-form.authorization-registration-modal-form form,
.forgotpasswd-form-code.authorization-registration-modal-form form {
    padding-top: 0;
}

.principles-in-design {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.principles-in-design-flex {
    display: flex;
    justify-content: space-between;
    width: 64%;
}

.principles-in-design-flex>div {
    width: 32%;
}

.principles-in-design-flex>div img {
    width: 100%;
    height: auto;
}

.brand-history-title {
    font-size: 30px;
    width: 28%;
    min-width: 404px;
    flex-shrink: 0;
    line-height: 1.2;
    flex-shrink: 0;
}

.principles-in-design .principles-in-design {
    margin-top: -100px;
}

.principles-in-design-flex>div>div {
    background: #8C2837;
    width: 180px;
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    z-index: 9;
    position: relative;
    margin: -63px auto 0;
}

.principles-in-design-flex>div>div p {
    position: relative;
}

.principles-in-design-flex>div>div p::before {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    width: 20px;
    height: 2.5px;
    background: #fff;
}

.production-milana-products .flex {
    display: flex;
    justify-content: space-between;
    margin-bottom: 90px;
}

.production-milana-products .flex div {
    line-height: 1.2;
}

.production-milana-products img {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 120px;
}

.production-milana-products .flex p {
    width: 66%;
}

.discover-milana {
    width: calc(100% + 130px);
    margin-left: -90px;
    background: url(/local/templates/milana2024/assets/css/../images/bgbrand.jpg);
    margin-bottom: 150px;
}

.discover-milana>div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 114px 40px 114px 90px;
    color: #fff;
}

.discover-milana a {
    color: #000;
    background: #fff;
    text-decoration: none;
    transition: .5s;
    padding: 14px 71px;
    font-size: 15px;

}

.discover-milana a:hover {
    background: #8C2837;
    color: #fff;
}

.flex-footer-bottom {
    width: 53%;
    justify-content: space-between;
    align-items: center;
}

.flex-footer-bottom>a {
    text-decoration: none;
    color: #000;
    transition: .5s;
}

.flex-footer-bottom>a:hover {
    color: #8c2837;
}

.gift-cards-container-images img {
    width: 32.5%;
}

.gift-cards-container-images {
    margin-bottom: 17px;
}

.gift-cards-info {
    background: #F6F6F8;
    padding: 75px 90px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 115px;
}

.gift-cards-info input[type="text"] {
    width: 450px;
    padding: 15px 20px 14px;
    border: none;
    outline: none;
    line-height: 1.2;

    margin-right: 17px;
}

.gift-cards-info input[type="submit"] {
    background: #000;
    color: #fff;

    font-size: 14px;
    padding: 15px 55px 14px;
    line-height: 1.2;
    outline: none;
    border: none;
}

.gift-cards-info form {
    display: flex;
}

.gift-cards-right-info p {
    font-size: 20px;
    text-transform: uppercase;
    line-height: 1.3;
    margin-bottom: 7px;
}

.gift-cards-right-info span {
    font-size: 14px;
    line-height: 1.3;
    display: block;
}

.gift-cards-right-info {
    margin-right: 50px;
}

.news-detail-question .question-content {
    display: none;
    margin-bottom: 35px;
}

.news-detail-question .question-zag {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 25px;
    position: relative;
}

.detail-question {
    border-bottom: 1px solid #DDDDDD;
    padding-top: 25px;
}

.news-detail-question .question-zag::before {
    content: '';
    display: block;
    width: 18px;
    height: 2px;
    background: #000;
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    transition: .5s;
    right: 2px;
}

.news-detail-question .question-zag::after {
    content: '';
    display: block;
    width: 18px;
    height: 2px;
    background: #000;
    transform: translateY(-50%) rotate(90deg);
    position: absolute;
    top: 50%;
    transition: .5s;
    right: 2px;
}

.news-detail-question .question-zag.close-question::after {
    transform: translateY(-50%) rotate(0deg);
}

.news-detail-question .question-content.active-question {
    display: block;
}

.gift-cards-question-parth {
    margin-bottom: 160px;
}

.question-content ul li {
    margin-bottom: 6px;
}

.question-content ul {
    list-style: none;
    padding: 0;
    line-height: 1.8;
}

.question-content{
    margin-bottom: 40px;
}

.zag {
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 38px;
}

.gift-cards-text-parth .zag {
    width: 35%;
}

.gift-cards-text-parth {
    margin-bottom: 45px;
}

.gift-cards-text-parth p {
    line-height: 1.8;
}

.news-detail-question .question-zag:hover {
    cursor: pointer;
}

input {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    outline: none;
    border-radius: 0;
    border: none;
}

.company-image-top {
    height: 510px;
}

.company-image-top img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.company-container-content {
    margin-top: -295px;
}

.company-icons {
    background: #fff;
}

.company-container-content .zag {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 54px;
    color: #fff;
    margin: 0;
    line-height: 0.5;
    text-align: center;
}

.company-icons {
    padding: 100px 135px 80px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.company-icons>.icon {
    width: 250px;
    text-align: center;
    margin-bottom: 70px;
}

.company-icons>.icon img {
    margin-bottom: 28px;
}

.company-icons>.icon p span {

}

.company-icons>.icon p {
    line-height: 1.3;
}

.man-woman-company-area.shoes .man-woman-company-image {
    background: url(/local/templates/milana2024/assets/css/../images/comp-man.jpg) no-repeat center;
    background-size: cover;
}

.man-woman-company-area.accessories .man-woman-company-image {
    background: url(/local/templates/milana2024/assets/css/../images/comp-woman.jpg) no-repeat center;
    background-size: cover;
}

.man-woman-company-text {
    display: flex;
    justify-content: space-between;
    margin-bottom: 130px;
}

.man-woman-company-area>p {
    line-height: 1.7;
    margin-top: 65px;
}

.man-woman-company-area .man-woman-company-image {
    height: 218px;
    position: relative;
}

.man-woman-company-area {
    width: 44%;
}

.man-woman-company-area .man-woman-company-image p {
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    font-size: 31px;
    position: absolute;
    bottom: -6px;
    line-height: 1;
    left: -3px;
    margin: 0;
}

.company-zag {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 30px;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.company-zag p{
    margin-bottom: 0;
}

.slider-company-doc .gallery-img {
    height: 390px;
    display: block;
    border: 1px solid #efefef;
    margin-right: 45px;
}

.slider-company-doc .gallery-img img {
    height: 100%;
}


.shop-photo {
    width: 450px;
    height: 240px;
}

.mil-product-carousel-slick-arrows .slick-prev, .mil-product-carousel-slick-arrows .slick-next {
    display: none;
}

.shop-block-map-info {
    display: flex;
    margin-bottom: 70px;
    position: relative;
}

.shop-block-map-info::before {
    content: '';
    width: 52%;
    height: 470px;
    position: absolute;
    top: -190px;
    z-index: -1;
    right: -40px;
    background: #F6F6F8;
}

.shop-title-flex {
    display: flex;
    align-items: center;
}

.shop-title-flex span {
    font-size: 14px;

    background: #000;
    color: #fff;
    padding: 10px;
    margin-left: 30px;
    display: inline-block;
}

.shop-block-info {
    margin-right: 100px;
}

.col-slidershop,
.shop-block-map {
    width: 61.5%;
    flex-shrink: 0;
}

.shop-mini-info {
    max-width: 350px;
    margin: 0 95px 0 35px;
}


.company-slider-block .mil-carousel-arrows .slick-arrow {
    width: 29px;
}

.company-slider-block .mil-carousel-arrows {
    position: relative;
}

.slider-company-doc {
    margin-bottom: 78px;
}

.company-managers-departments {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}

.company-managers-departments .zag {
    font-weight: 700;
    font-size: 24px;
    max-width: 280px;
    line-height: 1.4;
    margin-top: 90px;
}

.company-managers-department {
    width: 76%;
    display: flex;
    flex-wrap: wrap;
}

.company-managers-department>div {
    background: #F6F6F8;
    display: flex;
    width: 49.5%;
    margin-right: 1%;
    padding: 0 55px;
    max-width: 560px;
    height: 318px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.managers-images {
    width: 127px;
    height: 127px;
    margin-right: 35px;
}

.managers-text>div {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.managers-text>p {

    margin-bottom: 20px;
}

.managers-text>div p {
    font-weight: 700;
    font-size: 14px;
    margin: 0 30px 0 0;
    text-transform: uppercase;
}

.managers-social a {
    text-decoration: none;
    display: block;
    margin-right: 7px;
}

.managers-text>a {
    display: block;
    text-decoration: none;
    color: #000;
}

.managers-text>a.manager-tel {
    pointer-events: none;
}

.managers-text>a.manager-email {
    margin-top: 10px;
}

.managers-social {
    display: flex;
}

.managers-social a svg path {
    transition: .5s;
}

.managers-social a:hover svg path {
    fill: #000;
}

.company-managers-department>div:nth-child(2n+2) {
    margin-right: 0;
}

.photogallery-zag {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 28px;
}

.photogallery-block>p {
    margin: 20px 0 55px;
    font-size: 13px;
}

.more-photo a {
    font-size: 13px;
    text-decoration: none;
    background: #F6F6F8;
    width: 162px;
    height: 162px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    line-height: 1;
    color: #000;
}

.photogallery {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 60px;
}

.photogallery-container-area>.photogallery-block:last-child .photogallery {
    margin-bottom: 0px;
}

.photogallery>* {
    margin-right: 23px;
}

.photogallery>*:last-child {
    margin-right: 0;
}

.photogallery>* {
    margin-right: 1.7%;
    width: 11%;
}

.more-photo a,
.photogallery img {
    width: 100%;
}

.photogallery-page-container .photogallery>*:nth-child(8n+8) {
    margin-right: 0;
}

.photogallery-page-container .photogallery>* {
    margin-bottom: 25px;
}

.photogallery-container-area.photogallery-page-container {
    margin-bottom: 90px !important;
}

.back-to-photogallery a {
    text-decoration: none;
}

.press-content-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.press-title-new {
    font-weight: 700;
    font-size: 33px;
    text-transform: uppercase;
    margin-bottom: 65px;
}

.press-content-media p {
    margin-bottom: 0;
}

.press-content-container img {
    width: 53%;
    margin-left: 45px;
}

.contact-us-title {
    font-weight: 700;
    font-size: 33px;
    text-transform: uppercase;
    margin-bottom: 45px;
    line-height: 1.3;
    width: 20%;
}

.contact-us {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* margin-top: 110px;*/
}

.contact-us .company-managers-department {
    width: 70%;
}

.contact-us .company-managers-department>div {
    width: 100%;
    height: 375px;
    max-width: 100%;
    margin: 0;
    justify-content: flex-start;
    padding-left: 100px;
}

.contact-us .managers-text {
    width: 100%;
}

.form-style-content-area {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}

.form-style-content-area img {
    width: 815px;
    height: 475px;
    object-fit: cover;
}

.press-content .title {
    font-weight: 700;
    font-size: 33px;
    margin-bottom: 35px;
    text-transform: uppercase;
    line-height: 1.2;
}

.press-content {
    padding: 75px 85px;
    background: #fff;
    margin-left: -170px;
    width: 645px;
}

.form-style-content-container {
    margin-bottom: 180px;
}

.press-content div a:first-child {
    background: #8C2837;
    border: 1px solid #8C2837;
    color: #fff;
    padding: 14px 0 13px;
    width: 48%;
    transition: .5s;
    font-size: 15px;
    text-decoration: none;
    display: block;
    text-align: center;
}

.press-content div a:last-child {
    background: #fff;
    border: 1px solid #8C2837;
    color: #8C2837;
    transition: .5s;
    padding: 14px 0 13px;
    width: 48%;
    font-size: 15px;
    text-decoration: none;
    display: block;
    text-align: center;
}

.press-content div a:hover {
    cursor: pointer;
}

.h8 {
    line-height: 1.3;
}

.press-content div a:last-child:hover {
    background: #8C2837;
    border: 1px solid #8C2837;
    color: #fff;
}

.press-content div a:first-child:hover {
    background: #fff;
    border: 1px solid #8C2837;
    color: #8C2837;
}

.form-style {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.fashion-publications-table-header,
.fashion-publications-table-tr {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.fashion-publications-table-header>p:first-child {
    width: 29%;
    background: #F6F6F8;
    padding: 17px 13px 14px 22px;
    font-size: 13px;
    margin: 0;
}

.fashion-publications-table-tr {
    border-bottom: 1px solid #efefef;
}

.fashion-publications-table-tr>p:first-child {
    width: 29%;
    padding: 17px 13px 14px 22px;
    font-size: 13px;
    margin: 0;
}

.fashion-publications-table {
    margin-bottom: 135px;
}

.fashion-publications-table-tr>p:last-child {
    width: 70%;
    padding: 47px 13px 47px 22px;
    font-size: 13px;
    margin: 0;
}

.fashion-publications-table-header>p:last-child {
    width: 70%;
    background: #F6F6F8;
    padding: 17px 13px 14px 22px;
    font-size: 13px;
    margin: 0;
}

.discount-cards-container-images {
    margin-bottom: 17px;
}

.discount-cards-container-images img:first-child {
    width: 38%;
}

.discount-cards-container-images img:last-child {
    width: 61%;
}

.discount-cards-question-parth {
    margin-bottom: 160px;
}

.discount-cards-question-parth .question-zag {
    padding: 0 44% 0 0;
}

.discount-cards-info.gift-cards-info input[type="text"] {
    width: 255px;
}

.discount-cards-info.gift-cards-info .gift-cards-right-info {
    margin-right: 250px;
}

.shop-info {
    color: #000;
    text-decoration: none;
}

.shop-map {
    height: 415px;
    width: calc(100% + 40px);
    margin-right: -40px;
}

.job-openings>div {
    align-items: flex-end;
}

.job-openings>div h5 {
    margin: 0;
}

.job-openings-title {
    display: flex;
    align-items: flex-end;
}

.milana-work-main-image img {
    width: 100%;
    height: 430px;
    object-fit: cover;
}

.milana-work-main-image .milana-work-text-parth {
    background: #F6F6F8;
    width: 38%;
    padding: 90px 90px 0 90px;
    text-align: center;
    margin: -190px auto 0px;
    z-index: 9;
    position: relative;
    font-size: 14px;
}

.milana-work-main-image .milana-work-text-parth p {
    padding-bottom: 70px;
    margin: 0;
}

.milana-work-main-image a {
    text-decoration: none;
    color: #fff;
    background: #8C2837;
    border: 1px solid #8C2837;
    display: block;
    width: 310px;
    padding: 15px 0;
    text-transform: uppercase;
    text-align: center;
    margin: -30px auto 0;
    transition: .5s;
    z-index: 9;
    position: relative;
    margin-bottom: 90px;
}

.work-area-to-the-questionnaire>div>a {
    text-decoration: none;
    color: #fff;
    background: #8C2837;
    border: 1px solid #8C2837;
    text-transform: uppercase;
    display: block;
    width: 340px;
    padding: 15px 0;
    text-align: center;
    transition: .5s;
    z-index: 9;
    position: relative;
}

.milana-work-main-image a:hover,
.work-area-to-the-questionnaire>div>a:hover {
    background: #fff;
    color: #8C2837;
}

.milana-work-content-job-openings-area .zag {
    font-size: 33px;
}

.milana-work-content-job-openings {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.milana-work-content-job-openings p {
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    color: #8C2837;
    border: 2px solid;
    width: 290px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 75px;
    text-align: center;
    line-height: 1.2;
}

.milana-work-content-job-openings-area {
    margin-bottom: 127px;
}

.slider-worker-slid {
    display: flex;
    align-items: center;
}

.slider-worker-slid-img {
    width: 560px;
    height: 670px;
    flex-shrink: 0;
}

.slider-worker-slid-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slider-worker-text-parth {
    background: #F6F6F8;
    padding: 105px 150px 125px;
}

.slider-worker-text-parth p {
    color: #8C2837;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 17px;
}

.slider-worker-text-parth span {
    font-style: italic;
    display: block;
    width: 55%;
    margin-bottom: 40px;
    font-size: 13px;
}

.slider-worker-text-parth div {
    font-size: 14px;
}

.slider-worker-area .slick-dots {
    width: 40%;
    bottom: 65px;
    right: 12%;
}

.slider-worker-area .slick-dots li button {
    background: #f6f6f8;
}

.slider-worker-area .slick-dots li.slick-active button {
    background-color: #000;
}

.slider-worker-area {
    margin-bottom: 180px;
}

.work-area-to-the-questionnaire {
    background-image: url(/local/templates/milana2024/assets/css/../images/4887.jpg);
    color: #fff;
    padding: 94px 0;
    background-size: cover;
}

.work-area-to-the-questionnaire>div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.work-area-to-the-questionnaire>div .zag {
    font-size: 30px;
    line-height: 1.3;
    margin-bottom: 30px;
}

.work-area-to-the-questionnaire>div>div {
    width: 57%;
}

.vacancies-on-job-search-sites {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 140px 0;
}

.vacancies-on-job-search-sites-text-parth {
    width: 40%;
    font-size: 14px;
    line-height: 1.9;
}

.vacancies-on-job-search-sites .zag {
    font-size: 33px;
    line-height: 1.3;
    margin-bottom: 20px;
}


/*.vacancies-on-job-search-sites-image a:last-child {
    margin-left: 55px;
}*/

.vacancies-on-job-search-sites-image a img {
    max-width: 266px;
}

.jobs-in-cities {
    display: flex;
    justify-content: space-between;
    margin-bottom: 95px;
}

.jobs-in-cities-table {
    width: 75%;
}

.jobs-in-cities-table-header,
.jobs-in-cities-table-body .jobs-in-cities-table-body-tr {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 13px;
}

.jobs-in-cities-table-header>div {
    background: #F6F6F8;
    padding: 16px 19px;
    height: 50px;
}

.jobs-in-cities-table-header>div:nth-child(1),
.jobs-in-cities-table-body-tr>div:nth-child(1) {
    width: 19%;
}

.jobs-in-cities-table-header>div:nth-child(2),
.jobs-in-cities-table-body-tr>div:nth-child(2) {
    width: 24%;
}

.jobs-in-cities-table-header>div:nth-child(3),
.jobs-in-cities-table-body-tr>div:nth-child(3) {
    width: 16%;
}

.jobs-in-cities-table-header>div:nth-child(4),
.jobs-in-cities-table-body-tr>div:nth-child(4) {
    width: 24%;
}

.jobs-in-cities-table-header>div:nth-child(5),
.jobs-in-cities-table-body-tr>div:nth-child(5) {
    width: 15%;
}

.jobs-in-cities-table-body-tr>div {
    padding: 50px 19px;
}

.jobs-in-cities-table-body-tr p {
    margin: 0;
}

.jobs-in-cities-table-body-tr {
    border-bottom: 1px solid #e6e6e6;
}

.jobs-in-cities-table-body-tr span {
    display: none;
}

.jobs-in-cities .dropdown.dropdown-city a::before {
    display: none;
}

.jobs-in-cities-toggle {
    font-size: 13px;
}

.jobs-in-cities-toggle>span {

    display: block;
    margin-bottom: 12px;
}

.jobs-in-cities .jobs-in-cities-toggle .dropdown-menu p {
    font-size: 13px;
}

.jobs-in-cities-table-body-tr>div.email a {
    color: #000;
}

.jobs-in-cities-table-body-tr>div a {
    text-decoration: none;
}

.content {
    flex: 1 1 auto;
}

#title-main {
    font-weight: 700;
    font-size: 40px;
    text-transform: uppercase;
    margin-bottom: 0;
}

#title {
    font-weight: 700;
    font-size: 33px;
    text-transform: uppercase;
    width: 700px;
    line-height: 38px;
}

#button-more-mob {
    display: none;
}

#button-more-mob p {

    font-size: 13px;
    color: #8C2837;
}

.text-block {

    font-size: 14px;
    line-height: 27px;
    max-width: 90%;
}

.text-block {
    padding: 54px 0 0;
}

.text-block-third {
    padding: 54px 0 27px;
}

.text-block-third-add {
    padding: 0 0 64px 0;
}

.text-block-fourth {
    margin-bottom: 58px;
}

.banner-block {
    display: flex;
    padding-top: 54px;
}

.banner-block-first {
    background-image: url(/local/templates/milana2024/assets/css/../images/banner-first.jpg);
    background-position: center;
    background-repeat: no-repeat;
    width: 707px;
    height: 255px;
    margin-right: 54px;
}

.banner-block-second {
    background-image: url(/local/templates/milana2024/assets/css/../images/banner-second.jpg);
    background-position: center;
    background-repeat: no-repeat;
    width: 707px;
    height: 255px;
}

.banner-text {
    display: block;
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
    color: white;
    text-align: center;
    margin: auto;
    margin-top: 101px;
}

.banner-text-1 {
    width: 372px;
}

.banner-text-2 {
    width: 419px;
}

.block-first-edit {
    margin: 37px 0 0 0;
}

.block-second-edit {
    margin: 95px 0 0 0;
}

.block-thrid-edit {
    margin: 80px 0 0 0;
}

.block-fourth-edit {
    margin: 40px 0 0 0;
}

.block-fifth-edit {
    margin: 52px 0 0 0;
}

.text-block-second {
    margin: 0;
}

.icon-block {
    display: flex;
    flex-wrap: wrap;
}

.icon {
    align-items: center;
    margin-right: 34px;
    margin-bottom: 43px;
}

.icon-img {
    height: 100px;
}

.icon-img img {
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    margin-left: auto;
    margin-right: auto;
}

.icon-img-2 {
    padding-top: 12px;
}

.icon-img-5 {
    padding-top: 8px;
}

.icon-text {
    width: 142px;

    font-size: 14px;
    text-align: center;
    line-height: 27px;
}

.icon-text-1 {
    width: 133px;
}

.icon-text-3 {
    width: 107px;
}

.icon-text-5 {
    width: 111px;
}

.icon-text-6 {
    width: 89px;
}

.icon-text-9 {
    width: 152px;
}

.advantages-block {
    display: flex;
    flex-wrap: wrap;
}

.advantage {
    margin: 0 57px 39px 0;
}

.adv-title {
    font-weight: 700;
    font-size: 16px;
    margin: 0 0 28px 0;
    text-transform: uppercase;
}

.adv-text {
    width: 310px;

    font-size: 14px;
    line-height: 27px;
}

.adv-text-294 {
    width: 294px;
}

.text-block-fifth p {
    margin: 0 0 30px 0;
}

.text-block-fifth {
    padding: 54px 0 10px 0;
}

.main-top {
    margin-top: 37px;
}

.main-top__title {
    font-size: 40px;
    line-height: 34px;
    text-transform: uppercase;
}

.main-top__descr {
    margin-top: 45px;
    font-size: 14px;
    line-height: 27px;
    width: 1002px;
}

.main-goods {
    margin-top: 87px;
}

.main-goods__title {
    font-size: 20px;
    line-height: 34px;
    font-weight: 700;
    text-transform: uppercase;
}

.main-goods__list {
    padding: 0;
    margin-bottom: 100px;
}

.main-goods__list:last-child {
    margin-bottom: 0;
}

.main-goods__items {
    margin-top: 87px;
    font-size: 14px;
    line-height: 27px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
}

.main-goods__item {
    width: 481px;
}

.main-form {
    padding-top: 170px;
    padding-bottom: 138px;
}

.main-form__heading {
    display: flex;
    align-items: center;
}

.main-form__title {
    font-size: 33px;
    line-height: 38px;
    max-width: 419px;
}

.main-form__descr {
    font-size: 14px;
    margin-left: 78px;
}

.main-form__form {
    margin-top: 60px;
}

.main-form__top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.main-form__input {
    width: 458px;
    height: 38px;
    background-color: transparent;
    border: none;
    outline: none;
    border-bottom: 1px solid #000;
    margin-left: 47px;
}

.main-form__input:first-child {
    margin-left: 0;
}

.main-form__input::placeholder,
.main-form__textarea::placeholder {
    font-size: 14px;
    line-height: 33px;
}

.main-form__bottom {
    display: flex;
    justify-content: space-between;
}

li {
    list-style-type: none;
}

.main-form__textarea {
    margin-top: 66px;
    width: 1093px;
    height: 38px;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #000;
    overflow: hidden;
    resize: none;
    outline: none;
}

.main-form__btn {
    margin-top: 54px;
    width: 341px;
    height: 51px;
    background-color: #8C2837;
    color: #fff;
    font-size: 15px;
    line-height: 23px;
    text-transform: uppercase;
    margin-left: 36px;
    border: none;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    cursor: pointer;
}

.main-form__btn:hover {
    background-color: #fff;
    border: 1px solid #8C2837;
    color: #8C2837;
}

.main-form__footer {
    margin-top: 26px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.main-form__checkbox_text {
    margin-left: 17px;
    font-size: 13px;
    line-height: 16px;
    position: relative;
    display: block;
}

.main-form__checkbox {
    border-color: #000;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    border-radius: 0px !important;
    border: 1px solid #000;
    width: 17px;
    height: 17px;
    background-image: none;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
}

.main-form__checkbox:checked {
    background-image: url(/local/templates/milana2024/assets/css/../images/checkbox-black.svg);
}

.rent-of-space__demand-line {
    display: flex;
    margin-bottom: 105px;
    align-items: center;
}

.rent-of-space__demand-line:last-child {
    margin-bottom: 0;
}

.rent-of-space__demand-img {
    width: 45%;
    height: 309px;
}

.rent-of-space__demand-img img {
    width: 100%;
    height: 309px;
    object-fit: cover;
}

.rent-of-space__demand-title {
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
}

.rent-of-space__demand-item {
    font-size: 14px;
    line-height: 23px;
    margin-top: 10px;
    position: relative;
    margin-top: 14px;
}

.rent-of-space__demand-item:first-child {
    margin-top: 0;
}

.rent-of-space__demand-item::before {
    content: url('/local/templates/milana2024/assets/css/../images/line.svg');
    position: absolute;
    top: 0;
    left: -28px;
}

.rent-of-space__demand-list {
    margin: 0;
    width: 75%;
    margin-top: 17px;
}

.rent-of-space__demand-descr {
    margin-left: 87px;
    width: 45%;
}

.rent-of-space__demand-descr_right {
    margin-left: 0;
}

.rent-of-space__offer {
    display: flex;
}

.rent-of-space__offer-title {
    width: 290px;
    font-size: 33px;
    line-height: 38px;
    margin: 0;
    text-transform: uppercase;
    font-weight: 700;
}

.rent-of-space__offer-text {
    font-size: 14px;
    line-height: 27px;
    margin: 0;
    margin-top: 39px;
}

.rent-of-space__offer-list {
    margin: 0;
    width: 35%;
    margin-left: 193px;
}

.rent-of-space__offer-item {
    margin-bottom: 43px;
    font-size: 14px;
    line-height: 24px;
    position: relative;
}

.rent-of-space__offer-item:last-child {
    margin-bottom: 0;
}

.rent-of-space__offer {
    padding-top: 145px;
}

.rent-of-space__offer-item::before {
    content: url('/local/templates/milana2024/assets/css/../images/clip.svg');
    position: absolute;
    top: 0;
    left: -31px;
}

.rent-of-space__form {
    padding-top: 122px;
}

.rent-of-space__form-heading {
    display: flex;
    align-items: center;
}

.rent-of-space__form-title {
    font-size: 33px;
    line-height: 38px;
    margin: 0;
    text-transform: uppercase;
    font-weight: 700;
}

.rent-of-space__form-text {
    font-size: 14px;
    line-height: 23px;
    margin: 0;
    margin-top: auto;
    margin-left: 54px;
}

.rent-of-space__form-form {
    margin-top: 58px;
}

.rent-of-space__form-top {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.rent-of-space__form-top input, .wholesale-trade__form-form input {
    width: 23%;
    height: 43px;
    outline: none;
    border: none;
    border-bottom: 1px solid #000;
    padding: 12.5px 0;
}

.rent-of-space__form-form select, .wholesale-trade__form-form select {
    width: 23%;
    height: 43px;
    outline: none;
    border: none;
    border-bottom: 1px solid #000;
    padding: 12.5px 0;
}

.rent-of-space__form-form .full-phone-number, .wholesale-trade__form-form .full-phone-number {
    border-bottom: 1px solid #000 !important;
}

.rent-of-space__form-form .bg-light, .wholesale-trade__form-form .bg-light {
    background-color: #ffffff !important;
}

.rent-of-space__form-form textarea {
    margin-top: 5px;
    width: 74%;
    height: 43px;
    outline: none;
    resize: none;
    border: none;
    border-bottom: 1px solid #000;
    padding: 12.5px 0;
    overflow: hidden;
}

.rent-of-space__form-bottom {
    display: flex;
    justify-content: space-between;
    margin-top: 36px;
}

.rent-of-space__form-btn {
    margin-top: 0;
    width: 23%;
}

.rent-of-space__contact {
    display: flex;
    padding-left: 87px;
}

.rent-of-space__contact-img {
    margin-left: 150px;
    width: 142px;
    height: 142px;
}

.rent-of-space__contact-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.rent-of-space__contact-title {
    text-transform: uppercase;
    font-size: 33px;
    line-height: 38px;
    width: 228px;
    align-self: center;
    font-weight: 700;
}

.rent-of-space__contact-card {
    margin-left: 80px;
    background-color: #F6F6F8;
    display: flex;
    align-items: center;
    height: 425px;
    width: 100%;
}

.rent-of-space__contact-info {
    margin-left: 45px;
    width: 234px;
}

.rent-of-space__contact-top {
    display: flex;
    align-items: center;
}

.rent-of-space__contact-heading {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 700;
}

.rent-of-space__contact-socials {
    display: flex;
    margin-left: 25px;
    margin-top: -10px;
}

.rent-of-space__contact-link {
    display: block;
    text-decoration: none;
}

.rent-of-space__contact-link:nth-child(2) {
    margin-left: 7px;
}

.rent-of-space__contact-text {
    margin-top: 19px;
    font-size: 14px;
    line-height: 18px;
    font-family: "Optima-Cyritalic";
}

.rent-of-space__contacts-tel {
    display: block;
    text-decoration: none;
    font-size: 14px;
    line-height: 18px;
    color: #000;

}

.rent-of-space__contacts-tel_top {
    margin-top: 19px;
}

.rent-of-space__contacts-email {
    display: block;
    text-decoration: none;
    color: #000;
    margin-top: 12px;
    font-size: 14px;
    line-height: 18px;

}

.content-history-of-orders-inside {
    flex: 1 1 auto;
}

.history-of-orders-inside {
    padding-top: 0 !important;
}

.history-of-orders-inside p {
    margin: 0;
}

.block-head-order-inside {
    display: flex;
    padding-bottom: 56px;
    align-items: center;
}

.number-order-inside {
    padding: 0 132px 0 0;
}

.number-order-inside p {
    font-size: 20px;
    font-weight: 700;
}

.date-order-inside {
    padding: 0 47px 0 0;
}

.date-order-inside p,
.status-order-inside p {
    font-size: 14px;

    color: gray;
}

#date-order-bold {
    font-weight: 700;
    color: black;
    padding-left: 2px;
}

#status-order-green {
    font-weight: 700;
    color: #639B77;
    padding-left: 2px;
}

.block-order-list-inside {
    padding-bottom: 37px;
}

.block-order-list-inside p {

    font-size: 14px;
}

.block-header-tabel-inside {
    display: flex;
    justify-content: space-between;
    background-color: black;
    color: white;
    font-size: 14px;

    height: 70px;
    padding-top: 26px;
}

.block-product-tabel-inside {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
}

.block-header-tabel-inside,
.block-product-tabel-inside {
    padding-right: 96px;
    text-align: center;
}

.tabel-size-block-1 {
    width: 151px;
}

.tabel-size-block-2 {
    width: 190px;
    text-align: left;
}

.tabel-size-block-3 {
    width: 92px;
}

.tabel-size-block-4 {
    width: 60px;
}

.tabel-size-block-5 {
    width: 65px;
}

.block-product-tabel-inside-1 {
    margin-top: 60px;
    margin-bottom: 70px;
}

.block-product-tabel-inside-2 {
    margin-top: 72px;
    margin-bottom: 104px;
}

.block-additional-information-inside {
    display: flex;
    justify-content: space-between;
}

.additional-information-section {
    display: flex;
}

.delivery-method-content {
    width: 266px;
}

.additional-information-all-sum {
    background-color: #f2f2f3;
    padding: 44px 32px;
    width: 243px;
}

.additional-information-all-sum-section-2 {
    display: flex;
    justify-content: space-between;
}

.additional-information-delivery-method {
    padding: 0 107px 0 117px;
}

.all-sum-total-number {
    display: flex;
}

.block-order-comment-inside {
    padding-top: 29px;
    padding-bottom: 45px;
}

.order-comment-title {
    padding-bottom: 18px;

    font-size: 14px;
}

.order-comment-content {

    font-size: 13px;
    line-height: 21px;
    letter-spacing: 0.3px;
}

.additional-information-title {
    padding-bottom: 20px;

    font-size: 14px;
}

.additional-information-content {

    font-size: 13px;
    line-height: 21px;
    letter-spacing: 0.3px;
}

.delivery-method-content p:nth-child(2) {
    padding: 18px 0 14px;
}

.payment-method-content::before {
    content: '';
    width: 10px;
    height: 8px;
    background-image: url(/local/templates/milana2024/assets/css/../images/icon-feather-check.svg);
    background-position: center;
    background-repeat: no-repeat;
}

.delivery-method-content p:last-child {

    font-size: 14px;
}

.additional-information-all-sum-section-1 {

    font-size: 13px;
    line-height: 19px;
    letter-spacing: 0.3px;
    padding-bottom: 71px;
    display: flex;
    justify-content: space-between;
}

#middle-padding-all-sum {
    padding: 12px 0;
}

.additional-information-all-sum-section-2 {

    font-size: 14px;
    letter-spacing: 0.3px;
}

.sum-total-number-old {

    font-size: 12px;
    letter-spacing: 0.3px;
    text-decoration: line-through;
}

.sum-total-number-new {
    padding-left: 5px;
}

.payment-method-content {
    display: flex;
    align-items: baseline;
}

.payment-method-content p {
    padding-left: 10px;
}

.tabel-name-content {

    font-size: 13px;
    color: #B9B9B9;
    letter-spacing: 0.3px;
}

.tabel-name-label,
.product-tabel-amount,
.product-tabel-price,
.product-tabel-sum {

    font-size: 14px;
    letter-spacing: 0.3px;
}

.block-button-inside {
    display: flex;
    align-items: center;
    margin-bottom: 144px;
}

.button-all-order::before {
    content: '🠔';
}

.block-button-inside a,
.block-button-inside a:visited {

    font-size: 13px;
    color: black;
    letter-spacing: 0.3px;
    text-decoration: none;
}

.button-all-order {
    display: flex;
    align-items: center;
}

.button-all-order a {
    margin-left: 16px;
}

.button-return-order {
    padding: 0 13px 0 47px;
}

.button-return-order a,
.button-return-order a:visited {
    width: 311px;
    height: 45px;
    text-align: center;
    display: inline-block;
    color: white;
    background-color: black;
    line-height: 45px;
}

.button-return-order a:hover {
    color: black;
    background-color: white;
    outline: 1px solid black;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.button-cancel-order a,
.button-cancel-order a:visited {
    width: 202px;
    height: 45px;
    text-align: center;
    display: inline-block;
    outline: 1px solid black;
    line-height: 45px;
}

.button-cancel-order a:hover {
    color: white;
    background-color: black;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.joint-purchases .ps-xxxl-18 {
    padding-top: 0px !important;
}

.joint-purchases__text {
    font-size: 14px;
    line-height: 27px;
    margin: 0;
}

.joint-purchases__title {
    margin: 0 0 37px 0;
}

.joint-purchases__title h1 {
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
}

.first-block__text {
    max-width: 987px;
    margin-bottom: 103px;
}

.second-block__three-reasons {
    margin-bottom: 56px;
}

.second-block__three-reasons_text {
    max-width: 944px;
}

.third-block__profitable-terms_text {
    max-width: 987px;
}

.third-block__profitable-terms {
    margin-bottom: 124px;
}

.fifth-block__wholesaler-registration {
    background-image: url(/local/templates/milana2024/assets/css/../images/bg-wholesaler-registration.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 348px;
}

.fifth-block__wholesaler-registration_content {
    color: white;
}

.fifth-block__wholesaler-registration_title {
    margin: 0;
}

.fifth-block__wholesaler-registration_title h1 {
    font-weight: 700;
    font-size: 40px;
    line-height: 38px;
}

.fifth-block__wholesaler-registration {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: calc(100% + 130px);
    margin-left: -90px;
    padding: 0 40px 0 90px;
}

.fifth-block__wholesaler-registration_button button {
    padding: 16px 50px;
    background-color: #8C2837;
    border: 0;
    color: white;
    text-transform: uppercase;
    font-size: 15px;
}

.fifth-block__wholesaler-registration_button button:hover {
    color: #8C2837;
    background: white;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.joint-purchases .contact-us {
    margin-top: 0;
    width: calc(100% + 130px);
    margin-left: -90px;
}

.shoe-salon-franchise__accordeon {
    display: none;
}


/*
.shoe-salon-franchise {
  padding-top: 0px !important;
} */

.shoe-salon-franchise-nav .sticky-nav-tabs {
    margin-bottom: 0 !important;
}


/* первый блок с картинками */

.block-first-about-brand-franchise {
    margin-bottom: 126px;
}

.about-brand-1 {
    background-image: url(/local/templates/milana2024/assets/css/../images/bg-about-brand-1.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 348px;
    position: relative;
}

.about-brand-1-gallery {
    background-color: white;
    width: 1127px;
    height: 204px;
    display: flex;
    align-items: center;
    position: absolute;
    top: 220px;
    left: 50%;
    margin-left: -563px;
    z-index: 1;
}

.about-brand-1-gallery a {
    padding: 0 20px 0 0;
}

.about-brand-1-gallery a:first-child {
    padding-left: 19px;
}

.about-brand-1-gallery img {
    width: 257px;
}

.about-brand-2 {
    background-color: #F6F6F8;
    width: 80%;
    height: auto;
    position: relative;
    margin-left: 10%;
    z-index: 0;
}

.about-brand-2-text p {

    font-size: 14px;
    line-height: 27px;
    text-align: center;
    max-width: 100%;
    margin: 0;
    padding: 0 131px 70px;
}

.about-brand-2-text p:first-child {
    padding-top: 168px;
    padding-bottom: 50px;
}

.btm-more-text-mob {
    display: none;
}


/* второй блок философия бренда */

.block-second-brand-philosophy-franchise {
    display: flex;
    justify-content: space-between;
    margin-bottom: 116px;
}

.brand-philosophy-1 {
    width: 248px;
}

.brand-philosophy-1 h2 {
    font-size: 33px;
    font-weight: 700;
    line-height: 38px;
    text-transform: uppercase;
    margin-top: 35px;
}

.brand-philosophy-2 {
    display: flex;
    justify-content: right;
}

.brand-philosophy-2-block {
    margin: 0 0 0 24px;
    position: relative;
}

.block-photo-title {
    font-weight: 700;
    font-size: 23px;
    line-height: 35px;
    text-transform: uppercase;
    margin-top: -7%;
    margin-left: -1%;
    color: white;
}

.block-photo-content {
    max-width: 285px;
    margin-top: 34px;

    font-size: 14px;
    line-height: 26px;
}


/* третий блок почему милана */

.block-thrid-why-milana {
    display: flex;
    justify-content: space-between;
    margin-bottom: 100px;
}

.why-milana-1 {
    display: flex;
    width: 60%;
}

.why-milana-main-img {
    width: 100%;
    background-image: url(/local/templates/milana2024/assets/css/../images/block-why-milana.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.why-milana-icon-block {
    display: flex;
    justify-content: space-between;
    width: 615px;
    flex-wrap: wrap;
    padding-top: 113px;
}

.why-milana-icon {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 62px;
    width: 178px;
}

.why-milana-icon-text p {
    width: 178px;
    text-align: center;
    font-size: 14px;
    margin-top: 22px;
    margin-bottom: 0;

}

#why-milana-icon-text-w-138 {
    width: 138px;
}

#why-milana-icon-text-w-128 {
    width: 128px;
}

#why-milana-icon-text-w-144 {
    width: 144px;
}

#why-milana-icon-text-semibold {

}


/* четвертый блок цифры */

.block-fourth-numbers-speak-for-everything,
.block-thirteenth-contacts {
    width: calc(100% + 130px);
    margin-left: -90px;
    padding: 0 0 0 90px;
}

.numbers-speak-title h2 {
    padding: 100px 0 0 0;
}

.numbers-speak-item-big-num {
    color: #DFDFDF;
    font-size: 70px;
    font-weight: 700;
    line-height: 86px;
}

.numbers-speak-for-everything-1 {
    display: flex;
    justify-content: space-between;
}

.numbers-speak-content {
    background-color: #F6F6F8;
    padding: 78px 53px 513px 134px;
    width: 73%;
}

.numbers-speak-content-main-block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.numbers-speak-item-text {
    width: 200px;
    margin-left: -20px;
}

.numbers-speak-item-text p {
    margin: 0;
    font-size: 14px;
}

.numbers-speak-item {
    display: flex;
    align-items: flex-end;
    width: 280px;
    padding-bottom: 69px;
}

.numbers-speak-item-text-6 {
    width: 230px;
    margin-left: -90px;
}

.numbers-speak-item-text-5 {
    width: 220px;
}

.numbers-speak-item-text-3 {
    width: 220px;
}

.who-franchise-for-title {
    width: 30%;
}

.numbers-speak-for-everything-2 {
    margin-top: -400px;
    margin-bottom: 108px;
}

.who-franchise-for-title h2 {
    margin-bottom: 59px;
}

.who-franchise-for-content {
    display: flex;
    justify-content: space-between;
    z-index: 2;
    width: 100%;
}

.who-franchise-for-content-begginer {
    margin-right: 10%;
}

.who-franchise-for-content-experienced {
    padding-right: 37px;
}

.block-who-franchise-title {
    font-weight: 700;
    font-size: 38px;
    line-height: 51px;
    max-width: 520px;
    text-transform: uppercase;
    margin-top: -86px;
    margin-left: -3px;
    color: white;
}

.block-who-franchise-content {

    font-size: 14px;
    line-height: 27px;
    width: 590px;
    padding-top: 54px;
}

.who-franchise-for-content .block-who-franchise-content {
    width: 100%;
}

.who-franchise-for-content-begginer .block-who-franchise-photo {
    background-image: url(/local/templates/milana2024/assets/css/../images/block-who-franchise-photo-1.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 340px;
    width: 90%;
}

.who-franchise-for-content-experienced .block-who-franchise-photo {
    background-image: url(/local/templates/milana2024/assets/css/../images/block-who-franchise-photo-2.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 340px;
    width: 90%;
}


/* пятый блок ответственная франшиза */

#title-block-for-franchise {
    font-weight: 700;
    font-size: 33px;
    line-height: 38px;
    text-transform: uppercase;
}

.block-fifth-responsible-franchise {
    margin-bottom: 94px;
}

.responsible-franchise-1 {
    width: 554px;
}

.responsible-franchise-2 {
    display: flex;
    justify-content: space-between;
    margin-top: 82px;
}

.responsible-franchise-item {
    display: flex;
    padding-right: 20px;
}

.responsible-franchise-item-img {
    width: 100px;
}

.responsible-franchise-item-text {

    font-size: 14px;
    line-height: 24px;
    margin-left: 20px;
}

.responsible-franchise-item {
    width: 360px;
}

.responsible-franchise-item-text-1 {
    margin-left: 30px;
}

.responsible-franchise-item-text-1 {
    max-width: 201px;
}

.responsible-franchise-item-text-2 {
    max-width: 213px;
}

.responsible-franchise-item-text-3 {
    max-width: 206px;
}

.responsible-franchise-item-text-4 {
    max-width: 149px;
}


/* шестрой блок форматы открытия */

.block-sixth-opening-formats {
    margin-bottom: 134px;
}

.opening-formats-all {
    display: flex;
    justify-content: space-between;
    padding-right: 20%;
}

.opening-formats-1,
.opening-formats-2 {
    width: 50%;
}

.opening-formats-img-1 {
    background-image: url(/local/templates/milana2024/assets/css/../images/opening-formats-main-img-1.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.opening-formats-img-2 {
    background-image: url(/local/templates/milana2024/assets/css/../images/opening-formats-main-img-2.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.opening-formats-img {
    height: 313px;
    width: 80%
}

.opening-formats-text {
    margin: 39px 0 47px 0;
    font-size: 14px;
    width: 80%;
}

.block-sixth-opening-formats-title {
    margin-bottom: 59px;
}

.opening-formats-add-img {
    padding-left: 87%;
    padding-top: 15px;
}

.opening-formats-about-size {
    display: flex;
    font-size: 14px;
}

.opening-formats-about-size-title {
    font-weight: 700;
    text-transform: uppercase;
    padding-right: 18px;
}


/**/

.block-seventh-banner-remainder {
    background-image: url(/local/templates/milana2024/assets/css/../images/block-seventh-banner-remainder.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 264px;
    width: calc(100% + 130px);
    margin-left: -90px;
    margin-bottom: 112px;
    padding: 93px 0 0 88px;
}

.block-seventh-banner-remainder h2 {
    color: white;
    width: 60%;
}


/* восьмой блок слайдер бизнес под ключ */

.block-eigth-turnkey-business {
    margin-bottom: 235px;
}

.turnkey-business-title h2 {
    margin: 0;
}

.turnkey-business-content {
    margin-top: 27px;

    font-size: 14px;
    line-height: 21px;
    max-width: 725px;
}

.turnkey-business-text {
    margin-bottom: 76px;
}

.turnkey-business-slider {
    height: 557px;
}

.turnkey-business-slider-item {
    width: 428px;
    margin-right: 93px;
}

.slider-item-title {
    background-color: #8C2837;
    height: 105px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.slider-item-title-1 h2 {
    max-width: 228px;
}

.slider-item-title-3 h2 {
    max-width: 340px;
}

.slider-item-title-4 h2 {
    max-width: 280px;
}

.slider-item-title h2 {
    color: white;
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    margin-right: auto;
    margin-left: auto;
}

.slider-item-content {
    background-color: #F6F6F8;
    height: 452px;
}

.slider-item-content p {

    font-size: 14px;
    line-height: 27px;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    max-width: 356px;
}

.slider-item-content p:first-child {
    padding-top: 51px;
}


/* настройки для слайдера */

.shoe-salon-franchise .slick-dots {
    width: 370px !important;
}

.about-brand-1-gallery .slick-dots li.slick-active button {
    background-color: #000000 !important;
}

.about-brand-1-gallery .slick-list {
    margin-bottom: 108px;
}

.about-brand-1-gallery .slick-dots li button {
    background-color: #F6F6F8 !important;
}

.turnkey-business-slider .slick-dots,
.completed-projects-slider .slick-dots,
.feedback-from-our-partners-slider .slick-dots {
    left: 50%;
    transform: translate(-50%, 0);
    bottom: -120px;
}


/* девятый блок карта */

.block-ninth-brand-geography {
    margin-bottom: 95px;
}

.block-ninth-brand-geography h2 {
    margin-bottom: 61px;
}

.brand-geography-map {
    height: 606px;
}


/* десятый блок реализованные проекты */

.block-tenth-completed-projects {
    margin-bottom: 216px;
}

.block-tenth-completed-projects h2 {
    margin-bottom: 66px;
}

.completed-projects-slider-item {
    width: 417px;
    margin-right: 118px;
}

.completed-projects-title {
    font-weight: 700;
    font-size: 30px;
    line-height: 37px;
    text-transform: uppercase;
    margin-top: -26px;
    margin-left: -3px;
    color: white;
}

.completed-projects-sub-title {
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    margin-top: 24px;
    margin-bottom: 49px;
}

.completed-projects-content {

    font-size: 14px;
    line-height: 27px;
}

.completed-projects-content p {
    margin: 0;
}


/* одиннадцатый блок отзывы */

.block-eleventh-feedback-from-our-partners {
    margin-bottom: 233px;
}

.feedback-from-our-partners-slider-item {
    margin-right: 150px;
}

.feedback-from-our-partners-slider-item {
    display: flex;
    flex-direction: column;
}

.block-eleventh-feedback-from-our-partners h2 {
    margin-bottom: 68px;
}

.review-card-text {
    background-image: url(/local/templates/milana2024/assets/css/../images/bg-review-card.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 376px;
    height: 223px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.review-card-text p {

    font-size: 14px;
    line-height: 23px;
    width: 284px;
    margin-left: auto;
    margin-right: auto;
}

.review-card-text p:first-child {
    font-weight: 700;
    font-size: 14px;
    line-height: 38px;
    text-transform: uppercase;
    color: #8C2837;
}

.slider-item-text-content {

    font-size: 14px;
    line-height: 27px;
    max-width: 639px;
    margin-top: 49px;
}

.slider-item-text-content-1 {
    max-width: 600px;
}

.block-photo-philosophy img {
    width: 100%;
}


/* 12 блок */

.block-twelfth-cooperation-form {
    background-image: url(/local/templates/milana2024/assets/css/../images/block-twelfth-cooperation-form.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}


/* слайдер ира */

.slider-item-title-second h2 {
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    margin: 0;
    text-align: center;
}

.slider-item-title-second {
    background: #8C2837;
    height: 105px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 25px;
}

.turnkey-business-slider-item-second>div {
    width: 428px;
    margin-right: 95px;
}

.turnkey-business-slider-second .slick-dots {
    left: 50%;
    transform: translate(-50%, 0);
    bottom: -120px;
}

.slider-item-content-second {
    background: #F6F6F8;
    font-size: 14px;
    padding: 40px 45px 65px;
    text-align: center;
    height: 450px;
}

.slider-item-content-second p {
    margin-bottom: 35px;
}


/*  */

.block-twelfth-cooperation-form {
    width: calc(100% + 130px);
    margin-left: -90px;
    padding: 115px 40px 100px 90px;
    display: flex;
    flex-direction: column;
}

.cooperation-form-title {
    color: white;
    display: flex;
    align-items: center;
    padding-bottom: 80px;
}

.cooperation-form-title h2 {
    margin: 0 30px 0 0;
}

.cooperation-form-title p {
    margin: 0;
    font-size: 14px;
}

.form-cooperation {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.form-bottom-input {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.form-cooperation-btn {
    margin-bottom: 23px;
}

.form-cooperation-item {
    height: 51px;
    width: 22%;
}

.form-cooperation-comment {
    width: 74%;
}

.form-cooperation-item input {
    width: 100%;
}

.form-cooperation-item input,
.form-cooperation-item-bottom input {
    background: transparent;
    border-bottom: 1px solid white;
}

.form-cooperation-btn button {
    width: 100%;
    height: 51px;
    text-align: center;
    background-color: #8C2837;
    color: white;
    text-transform: uppercase;
    border: 0;

    font-size: 15px;
}

.form-bottom-input {
    width: 22%;
}

.form-cooperation-chek {
    font-size: 13px;

    line-height: 16px;
    display: flex;
}

.form-cooperation-btn button:hover {
    color: #8C2837;
    background: white;
    transition: background-color 0.2s, color 0.2s;
}

.form-cooperation-input::-webkit-input-placeholder {
    color: #ffffff;
    font-size: 14px;

    line-height: 31px;
}

.form-cooperation-input:-ms-input-placeholder {
    color: #ffffff;
    font-size: 14px;

    line-height: 31px;
}

.form-cooperation-input::-ms-input-placeholder {
    color: #ffffff;
    font-size: 14px;

    line-height: 31px;
}

.form-cooperation-input::placeholder {
    color: #ffffff;
    font-size: 14px;

    line-height: 31px;
}

.form-cooperation-chek .form-check-input:checked {
    border-color: #ffffff;
    background-image: url(/local/templates/milana2024/assets/css/../images/checkboxes-sprite.svg#white-checkbox);
}


/* четырнадцатый блок */

.block-fourteenth-franchise-presentation {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 105px;
    margin-top: 97px;
}

.franchise-presentation-title {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
}

.franchise-presentation-title h2 {
    width: 500px;
    margin-right: 30px;
}

.franchise-presentation-title p {
    margin-left: 40px;
    width: 442px;
    font-size: 14px;
    margin-left: 0;
    width: 442px;
}

.franchise-presentation-btn button {
    width: 350px;
    height: 51px;
    padding: 16px 85px;
    text-align: center;
    background-color: #8C2837;
    color: white;
    border: 0;

    font-size: 15px;
}

.franchise-presentation-btn button:hover {
    color: #8C2837;
    background: white;
    outline: 1px solid #8C2837;
    transition: background-color 0.2s, outline-color 0.2s, color 0.2s;
}

.form-bottom-input .form-check-white .form-check-input:checked {
    border-color: #ffffff;
    background-image: url(/local/templates/milana2024/assets/css/../images/checkboxes-sprite.svg#white-checkbox);
    background-position: center;
    width: 19px;
    height: 17px;
}

.form-cooperation-btn button {
    text-transform: uppercase;
}

button.shoe-salon-franchise__accordeon.shoe-salon-franchise__accordeon-last.active {
    border-bottom: 0;
}

.shoe-salon-franchise .slick-dots li button {
    background-color: #F6F6F8 !important;
}

.shoe-salon-franchise .slick-dots li.slick-active button {
    background-color: #000000 !important;
}

.wholesale-trade-subtitle {
    font-size: 33px;
    line-height: 38px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 0;
}

.wholesale-trade__accordeon {
    display: none;
}

.wholesale-trade__goods-descr {
    font-size: 14px;
    line-height: 27px;
    width: 1214px;
}

.wholesale-trade__goods-catalog {
    margin-top: 65px;
}

.wholesale-trade__goods-cards {
    margin-top: 52px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.wholesale-trade__goods-card {
    width: 30%;
    margin-bottom: 81px;
}

.wholesale-trade__goods-img {
    height: 243px;
    width: 100%;
}

.wholesale-trade__goods-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.wholesale-trade__goods-card-title {
    font-size: 25px;
    line-height: 61px;
    color: #fff;
    margin-top: -38px;
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 700;
}

.wholesale-trade__goods-card-text {
    display: block;
    font-size: 14px;
    line-height: 26px;
    margin-top: 8px;
    width: 354px;
    margin-bottom: 0;
}

.wholesale-trade__accordeon-title {
    display: none;
}

.wholesale-trade__order {
    padding-top: 35px;
}

.wholesale-trade__order-descr {
    margin: 0;
    margin-top: 40px;
    font-size: 14px;
    line-height: 26px;
    width: 635px;
}

.wholesale-trade__order-steps {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.wholesale-trade__order-step {
    width: 29%;
    margin-top: 59px;
    display: flex;
}

.wholesale-trade__order-step:last-child {
    margin-right: 0;
}

.wholesale-trade__order-number {
    font-size: 50px;
    line-height: 50px;
    font-weight: 700;
    color: #8C2837;
}

.wholesale-trade__order-text {
    font-size: 14px;
    line-height: 24px;
    width: 369px;
    margin-left: 35px;
}

.wholesale-trade__preorder {
    margin-top: 127px;
}

.wholesale-trade__preorder-info {
    margin-top: 41px;
    display: flex;
}

.wholesale-trade__preorder-text {
    width: 480px;
}

.wholesale-trade__preorder-text:nth-child(2) {
    margin-left: 155px;
    width: 615px;
}

.wholesale-trade__preorder-text span {

}

.wholesale-trade__sum {
    padding-top: 108px;
}

.wholesale-trade__sum-text {
    margin-bottom: 0;
    margin-top: 41px;
    font-size: 14px;
    line-height: 24px;
}

.wholesale-trade__sum-text span {
    font-weight: 700;
    font-size: 16px;
    line-height: 30px;
    color: #8C2837;
    margin-left: 20px;
}

.wholesale-trade__payment {
    padding-top: 108px;
}

.wholesale-trade__payment-ways {
    margin-top: 64px;
    display: flex;
    justify-content: space-between;
}

.wholesale-trade__payments-item {
    display: flex;
    height: 288px;
    width: 49%;
}

.wholesale-trade__payments-item-1 {
    background-image: url("/local/templates/milana2024/assets/css/../images/wholesalecash.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.wholesale-trade__payments-item-2 {
    background-image: url("/local/templates/milana2024/assets/css/../images/wholesalecard.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.wholesale-trade__payments-item-2::after {
    content: url("/local/templates/milana2024/assets/css/../images/wsgroup.png");
    position: absolute;
    bottom: 0;
    left: 42%;
    width: 100px;
    height: 34px;
}

.wholesale-trade__payments-text {
    display: block;
    margin: auto;
    font-size: 16px;
    line-height: 30px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
}

.wholesale-trade__term {
    padding-top: 127px;
}

.wholesale-trade__term-cards {
    margin-top: 100px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.wholesale-trade__term-card {
    width: 30%;
}

.wholesale-trade__term-img {
    width: 100%;
    height: 316px;
}

.wholesale-trade__term-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.wholesale-trade__term-name {
    margin-top: 32px;
    font-size: 35px;
    line-height: 47px;
    font-weight: 700;
    text-transform: uppercase;
    color: #EFEFF3;
    text-align: center;
}

.wholesale-trade__term-listgroup {
    margin-top: 106px;
    display: flex;
}

.wholesale-trade__term-groupname {
    writing-mode: vertical-lr;
    transform: rotate(180deg);
    font-size: 35px;
    line-height: 36px;
    font-weight: 700;
    align-self: flex-start;
    color: #EFEFF3;
}

.wholesale-trade__term-list {
    font-size: 14px;
    line-height: 27px;
    padding-left: 0;
    margin-left: 13px;
    width: 386px;
}

.wholesale-trade__term-listitem {
    margin-top: 10px;
}

.wholesale-trade__term-listitem:first-child {
    margin-top: 0;
}

.wholesale-trade__term-listitem span {

}

.wholesale-trade__term-delivery {
    padding-top: 120px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.wholesale-trade__term-delivery-item {
    display: flex;
    height: 277px;
    width: 48%;
    background-color: #EFEFF3;
}

.wholesale-trade__term-delivery-text {
    font-size: 14px;
    line-height: 27px;
    display: block;
    margin: auto;
    width: 437px;
    text-align: center;
}

.wholesale-trade__term-delivery-item:first-child {
    position: relative;
}

.wholesale-trade__form-input::placeholder {
    color: #000;
}

.wholesale-trade__term-delivery-item:first-child::before {
    content: url(/local/templates/milana2024/assets/css/../images/wsfree.svg);
    top: 0px;
    left: -25px;
    position: absolute;
}

.wholesale-trade__term-delivery-text span {

}

.wholesale-trade__return {
    padding-top: 117px;
    display: flex;
}

.wholesale-trade__return-list {
    margin-left: 193px;
    width: 572px;
}

.wholesale-trade__return-item {
    list-style-image: url("/local/templates/milana2024/assets/css/../images/wssquare.svg");
    font-size: 14px;
    line-height: 27px;
    margin-bottom: 32px;
    padding-left: 5px;
}

.wholesale-trade__return-item:last-child {
    margin-bottom: 0;
}

.wholesale-trade__warranty {
    padding-top: 81px;
}

.wholesale-trade__warranty-descr {
    margin-bottom: 0;
    margin-top: 40px;
}

.wholesale-trade__warranity-text {
    width: 380px;
}

.wholesale-trade__warranity-title {
    width: 360px;
}

.wholesale-trade__form {
    padding-top: 142px;
}

.wholesale-trade__form-heading {
    display: flex;
    align-items: center;
}

.wholesale-trade__form-text {
    margin-left: 52px;
    margin-bottom: 0;
}

.wholesale-trade__form-subtitle {
    width: 378px;
}

.wholesale-trade__form-form {
    margin-top: 67px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.wholesale-trade__form-input {
    width: 17%;
    height: 47px;
    border: none;
    border-bottom: 1px solid #000;
}

.wholesale-trade__form-btn {
    width: 310px;
    margin-left: 0;
    margin-top: 66px;
}

.wholesale-trade__registration {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-image: url("/local/templates/milana2024/assets/css/../images/regibg.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 348px;
    padding-left: 87px;
    padding-right: 53px;
}

.wholesale-trade__registration-title {
    font-size: 40px;
    line-height: 38px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
}

.wholesale-trade__registration-text {
    font-size: 14px;
    line-height: 27px;
    color: #fff;
    margin-top: 13px;
    margin-bottom: 0;
}

.wholesale-trade__registration-btn {
    width: 269px;
    height: 51px;
    border: none;
    color: #fff;
    background-color: #8C2837;
    text-transform: uppercase;
    transition: .3s;
}

.wholesale-trade__registration-btn:hover {
    color: #8C2837;
    background-color: #fff;
    border: 1px solid #8C2837;
}

.wholesale-trade__contact-us {
    margin-top: 0;
}

.footwear__card-img,
.bags__card-img {
    background-image: url("/local/templates/milana2024/assets/css/../images/wt-footwearbg.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 373px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footwear__card-img_man {
    background-image: url("/local/templates/milana2024/assets/css/../images/wt-footwearbgman.jpg");
}

.footwear__card-title,
.bags__card-title {
    display: block;
    margin: auto;
    font-size: 50px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
}

.footwear__card,
.bags__card {
    margin-top: 90px;
}

.footwear__card:last-child,
.bags__card:last-child {
    margin-bottom: 80px;
}

.footwear__card-characteristics,
.bags__card-characteristics {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-self: center;
    margin-top: 68px;
}

.footwear__card-item,
.bags__card-item {
    display: flex;
    width: 24%;
    margin-bottom: 40px;
}

.footwear__card-item-img {
    width: 82px;
    height: 53px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.footwear__card-item-text,
.bags__card-item-text {
    width: 235px;
    margin-left: 20px;
    font-size: 14px;
    line-height: 22px;
}

.footwear__card-descr,
.bags__card-descr {
    margin-top: 35px;
    font-size: 14px;
    line-height: 27px;
}

.bags__card-img {
    background-image: url("/local/templates/milana2024/assets/css/../images/wt-bagsbg.jpg");
    position: relative;
}

.bags__card-img_man {
    background-image: url("/local/templates/milana2024/assets/css/../images/wt-bagsbgman.jpg");
}

.bags__card-img_clutch {
    background-image: url("/local/templates/milana2024/assets/css/../images/wt-bagsbgclutch.jpg");
}

.belts__card-img {
    background-image: url("/local/templates/milana2024/assets/css/../images/wt-beltsbg.jpg");
}

.belts__card-img_man {
    background-image: url("/local/templates/milana2024/assets/css/../images/wt-beltsbgman.jpg");
}

.belts__card-characteristics {
    justify-content: flex-start;
}

.belts__card-item {
    width: 28%;
}

.belts__card-item:first-child {
    margin-right: 20px;
}

.belts__card-item-text {
    width: 383px;
}

.bags__card-block {
    position: absolute;
    bottom: -23px;
}

.bags__card-btn {
    background-color: #8C2837;
    width: 269px;
    height: 51px;
    border: none;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 23px;
    text-align: center;
    color: #fff;
    transition: 0.5s;
}

.bags__card-btn:hover {
    border: 1px solid #8C2837;
    background-color: #fff;
    color: #8C2837;
}

.wt-sales__card {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.wt-sales__card:last-child {
    margin-top: 162px;
    position: relative;
}

.wt-sales__card:last-child::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    top: -81px;
    background-color: #D9D9D9;
}

.wt-sales__img {
    width: 400px;
    height: 145px;
}

.wt-sales__img img {
    width: 100%;
    height: 100%;
}

.wt-sales__place {
    width: 50%;
}

.wt-sales__descr {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
    line-height: 23px;
}

.wt-sales__descr span {
    font-size: 14px;

    text-transform: none;
}

.wt-sales__btn {
    margin-top: 33px;
    width: 337px;
    height: 51px;
    background-color: #8C2837;
    border: none;
    text-transform: uppercase;
    color: #fff;
    font-size: 15px;
    line-height: 23px;

    transition: 0.5s;
}

.wt-sales__btn:hover {
    background-color: #fff;
    color: #8C2837;
    border: 1px solid #8C2837;
}

.request__form-item {
    display: flex;
    margin-bottom: 40px;
    align-items: center;
}

.request__form-item:last-child {
    margin-bottom: 0;
    margin-top: 40px;
}

.request__form {
    display: flex;
    justify-content: space-between;
    margin-top: 92px;
}

.request__form-input {
    width: 67%;
    height: 40px;
    font-size: 14px;
    border: none;
    background-color: #F6F6F8;
    margin-left: 32px;
    padding: 11px 0 11px 20px;
    outline: none;
    cursor: pointer;
}

#request__form-who {
    background-image: url('/local/templates/milana2024/assets/css/../images/select-wt.png');
    background-position: top 19px right 20px;
    background-repeat: no-repeat;
    appearance: none !important;
    border: none;
}

#request__form-who:focus {
    color: #000;
}

.request__form-left,
.request__form-right {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.request__form-label {
    font-size: 14px;
    width: 23%;
    text-transform: uppercase;
    font-weight: 700;
}

.request__form-textarea {
    width: 67%;
    height: 115px;
    border: none;
    background-color: #F6F6F8;
    margin-left: 32px;
    padding: 11px 0 11px 20px;
    resize: none;
    overflow: hidden;
    outline: none;
    cursor: pointer;
}

.request__form-btn {
    width: 100%;
    height: 45px;
    color: #fff;
    background-color: #000;
    font-size: 14px;
    line-height: 18px;
    margin-top: 78px;
    transition: 0.5s;
}

.request__form-btn:hover {
    background-color: #8C2837;
    border: none;
    color: #fff;
}

.request__form-pref {
    display: flex;
    flex-direction: column;
    margin-left: 35px;
}

.request__form-label-pref {
    align-self: flex-start;
}

.request__form-pref-btn {
    border-color: #000;
    appearance: none;
    outline: none;
    border-radius: 0px !important;
    border: 1px solid #000;
    width: 17px;
    height: 17px;
    background-image: none;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
    margin-right: 16px;
}

.request__form-pref-text {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}

.request__form-pref-text:last-child {
    margin-bottom: 0;
}

.request__form-pref-btn:checked {
    background-image: url(/local/templates/milana2024/assets/css/../images/checkbox-black.svg);
}

.request__descr {
    width: 85%;
}

.wt-subscription__sub-title {
    font-size: 20px;
    line-height: 34px;
    font-weight: 700;
    text-transform: uppercase;
}

.wt-subscription__sub-text {
    margin-top: 14.5px;
    width: 83%;
}

.wt-subscription__sub-text a {
    color: #000;
}

.wt-subscription__sub-form {
    margin-top: 45px;
    width: 416px;
    height: 40px;
    background-color: #F6F6F8;
    outline: none;
    border: none;
    padding: 10px 27px 10px 27px;
    display: block;
}

.wt-subscription__sub-form::placeholder {
    color: #000;
}

.wt-subscription__sub-btn,
.wt-subscription__unsub-btn {
    margin-top: 52px;
    width: 416px;
    height: 45px;
    background-color: #000;
    color: #fff;
    line-height: 19px;
    border: none;
    transition: 0.3s;
    cursor: pointer;
}

.wt-subscription__sub-btn:hover {
    background-color: #8C2837;
    border: none;
    color: #fff;
}

.wt-subscription__sub-descr {
    margin-top: 37px;
    font-size: 12px;
    line-height: 17px;
    color: #C7C7C7;
    width: 586px;
}

.wt-subscription__unsub-btn {
    background-color: #8C2837;
    border: none;
    color: #fff;
}

.wt-subscription__unsub-btn:hover {
    background-color: #fff;
    border: 1px solid #8C2837;
    color: #8C2837;
}

.wt-subscription_sub:last-child {
    position: relative;
    margin-top: 145px;
}

.wt-subscription_sub:last-child::before {
    content: '';
    position: absolute;
    height: 0.6px;
    width: 100%;
    background-color: #D9D9D9;
    top: -72px;
}

.wt-subscription {
    margin-bottom: 170px !important;
}

.wt-purses__descr {
    font-size: 14px;
    line-height: 27px;
    width: 94%;
}

.wt-purses__title {
    font-weight: 700;
    font-size: 40px;
    line-height: 30px;
    margin-top: 80px;
    text-transform: uppercase;
}

.wt-purses__items {
    margin-top: 31px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.wt-purses__items_bottom {
    margin-top: 93px;
}

.wt-purses__item {
    width: 24%;
    display: flex;
    flex-direction: column;
}

.wt-purses__item-img {
    width: 100%;
    height: 216px;
}

.wt-purses__item-img_man {
    height: 238px;
}

.wt-purses__item-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.wt-purses__item-descr {
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    margin-top: 34px;
    text-transform: uppercase;
    width: 60%;
    align-self: center;
    text-align: center;
}

.wt-purses__card-descr {
    line-height: 27px;
    margin-top: 98px;
}

.wt-purses__char {
    margin-top: 71px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.wt-purses__char-item {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom: 25px;
}

.wt-purses__char-img {
    width: 65px;
    height: 62px;
}

.wt-purses__char-img img {
    object-fit: cover;
}

.wt-purses__char-descr {
    margin-left: 31px;
    width: 219px;
}

.wt-purses__char-descr:first-child {
    margin-left: 0;
}

.wt-purses__card:last-child {
    margin-top: 67px;
}

.wt-purses__aftertext {
    margin-top: 77px;
    margin-bottom: 60px;
}

.help-purchase__title {
    font-size: 33px;
    line-height: 34px;
    text-transform: uppercase;
    font-weight: 700;
}

.help-purchase__cards {
    margin-top: 75px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.help-purchase__instruction-card {
    height: 404px;
    width: 49%;
    background-color: #EFEFF3;
    position: relative;
}

.help-purchase__instruction-card:first-child::before {
    content: url("/local/templates/milana2024/assets/css/../images/hp-registration.svg");
    position: absolute;
    top: 0;
    left: -26px;
}

.help-purchase__card-title {
    font-size: 20px;
    line-height: 25px;
    margin-top: 57px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
}

.help-purchase__card-text {
    text-align: center;
    display: block;
    margin: 0 auto;
    margin-top: 37px;
    width: 90%;
    font-size: 14px;
    line-height: 27px;
}

.help-purchase__buy-title {
    width: 460px;
    margin-top: 109px;
}

.help-purchase__info-item {
    margin-top: 99px;
    display: flex;
}

.help-purchase__info-title {
    width: 300px;
    text-align: start;
    margin-top: 0;
    display: block;
}

.help-purchase__info-descr {
    display: block;
    margin: 0;
    width: 74%;
    margin-left: 100px;
    line-height: 27px;
}

.help-payment__title {
    font-size: 33px;
    line-height: 34px;
    text-transform: uppercase;
    font-weight: 700;
}

.help-payment__text {
    margin-top: 37px;
    font-size: 14px;
    line-height: 27px;
}

.help-payment__cards {
    margin-top: 77px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.help-payment__cards-title {
    font-size: 20px;
    line-height: 25px;
    text-transform: uppercase;
    font-weight: 700;
    width: 291px;
}

.help-payment__cards-text {
    margin-top: 21px;
    font-size: 14px;
    line-height: 27px;
    width: 390px;
}

.help-payment__cards-pay {
    display: flex;
    justify-content: space-between;
    margin-left: 129px;
}

.help-payment__ways {
    margin-top: 117px;
}

.help-payment__items {
    margin-top: 85px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    width: 82%;
}

.help-payment__item {
    width: 47%;
    height: 331px;
    padding: 43px 56px 0 51px;
    background-color: #F6F6F8;
    margin-bottom: 252px;
    position: relative;
}

.help-payment__item::before {
    content: '';
    position: absolute;
    bottom: -118px;
    background-image: url("/local/templates/milana2024/assets/css/../images/helpsovcombank.png");
;
    width: 410px;
    height: 257px;
    background-size: contain;
    background-repeat: no-repeat;
}

.help-payment__item_sovkom::before {
    background-image: url("/local/templates/milana2024/assets/css/../images/helpsovcombank.png");
}

.help-payment__item_plati_chastyami::before {
    background-image: url("/local/templates/milana2024/assets/css/../images/helpplati_chastyami.png");
}

.help-payment__item_tinkoff::before {
    background-image: url("/local/templates/milana2024/assets/css/../images/helptinkoff.png");
}

.help-payment__item_home::before {
    background-image: url("/local/templates/milana2024/assets/css/../images/helphomebank.png");
}

.help-payment__item_alfa::before {
    background-image: url("/local/templates/milana2024/assets/css/../images/helpalfa.png");
}

.help-payment__item_sovest::before {
    background-image: url("/local/templates/milana2024/assets/css/../images/helpsovest.png");
}

.help-payment__item_sber::before {
    background-image: url("/local/templates/milana2024/assets/css/../images/helpsber.png");
}

.help-payment__item_sber_pokupai::before {
    background-image: url("/local/templates/milana2024/assets/css/../images/pokupai_so_sberom.png");
}

.help-payment__ways-title {
    font-size: 20px;
    line-height: 25px;
    text-transform: uppercase;
    font-weight: 700;
}

.help-payment__ways-descr {
    line-height: 27px;
}

.help-payment__jur {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.help-payment__jur-descr {
    line-height: 27px;
    width: 60%;
}

.help-payment__ways-desr {
    margin: 0;
    margin-top: 25px;
}

.info-partners>* {
    background-color: #f6f6f8;
    padding: 15px;
}

.info-partners>*:last-child {
    margin-bottom: 25px !important;
}
.label-adress-icon-edit {
    position: relative;
}
.label-adress-all-edit {
    position: relative;
}
.hover-edit-adres:hover  .edit-adres-link,
.hover-edit-adres:hover  .delete-adres-link{
    opacity: 1;
}
.edit-adres-link {
    display: block;
    position: absolute;
    background-image: url(/local/templates/milana2024/assets/css/../images/edit_pencil_icon_grey.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
    top: 32px;
    left: 10px;
    opacity: 0;
    cursor: pointer;
    transition: 0.3s;
}

.delete-adres-link {
    position: absolute;
    width: 17px;
    height: 17px;
    top: 31px;
    left: 33px;
    background-image: url(/local/templates/milana2024/assets/css/../images/trash-can-black-symbol_grey.svg);
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0;
    cursor: pointer;
    transition: 0.3s;
}

.edit-adres-link:hover {
    background-image: url(/local/templates/milana2024/assets/css/../images/edit_pencil_icon_124980_hover.svg);

}

.delete-adres-link:hover {
    background-image: url(/local/templates/milana2024/assets/css/../images/trash-can-black-symbol_72914_hover.svg);
    left: 33px;
}

.mil-main-center-carousel-item__image-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
}
@media (min-width: 1921px) {
    .company-icons>.icon {
        margin: 0 80px 70px;
    }
    .company-managers-department>div {
        margin-bottom: 20px;
    }
    /* .discount-cards-container-images img:first-child {
    width: 38%;
  }

  .discount-cards-container-images img:last-child {
    width: 61%;
  } */
    .gift-cards-info input[type="text"] {
        width: 764px;
    }
    .gift-cards-container-images img {
        width: 21.5%;
    }
}

@media (max-width: 1840px) {
    .product-preview-item-icons .item-icons {
        flex-direction: column;
        text-align: center;
    }
    .product-preview-item-icons .item-icons p {
        margin: 14px 0 0 0;
    }
    .product-preview-item-icons {
        margin-top: auto;
    }
    .milana-work-content-job-openings p {
        width: 263px;
    }
    .shoe-size-info {
        justify-content: space-between;
    }
    .company-managers-department>div {
        padding: 0 30px;
    }
    .milana-work-content-job-openings {
        flex-wrap: wrap;
    }
    .jobs-in-cities {
        flex-direction: column;
    }
    .jobs-in-cities-table {
        width: 100%;
    }
    .jobs-in-cities-toggle {
        display: flex !important;
        margin-bottom: 45px;
    }
    .jobs-in-cities-toggle>span {
        margin-right: 15px;
    }
}

@media (max-width: 1600px) {
    .map-shop-page {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .col-slidershop,
    .shop-block-map {
        width: 54.5%;
    }
    .gift-cards-text-parth .zag {
        width: 50%;
    }
    .mil-product-slider-slick .mil-product-preview-slider-item-img {
        margin-right: 31px;
    }
    .job-openings .mb-34 {
        margin-bottom: 95px !important;
    }
    .slider-worker-area .slick-dots {
        width: 32%;
        bottom: 25px;
        right: 9%;
    }
    .milana-work-content-job-openings p {
        width: 280px;
        margin-bottom: 10px;
    }
    .shop-block-map-info::before {
        width: 38%;
    }
    .slider-worker-slid-img {
        width: 460px;
        height: 545px;
        flex-shrink: 0;
    }
    .slider-worker-text-parth {
        padding: 90px 80px;
    }
    .shop-block-map {
        width: 55.5%;
    }
    .managers-text {
        width: 260px;
    }
    .photogallery>* {
        margin-right: 1%;
        width: 11.6%;
    }
    .photogallery img,
    .more-photo a {
        height: 140px;
    }
    .press-content {
        padding: 75px 0 75px 85px;
    }
    .discount-cards-info.gift-cards-info .gift-cards-right-info {
        margin-right: 105px;
    }
    .company-managers-department>div,
    .company-managers-department>div:nth-child(2n+2) {
        padding: 0 30px;
        margin: 0 auto 11px auto;
        justify-content: space-between;
        width: 60%;
        padding: 0 50px;
    }
    .company-managers-department {
        flex-direction: column;
    }
    .company-icons {
        padding: 90px 70px 80px;
    }
    .gift-cards-info {
        margin-bottom: 70px;
    }
    .man-woman-company-area {
        width: 46%;
    }
    .gift-cards-info {
        padding: 75px 48px;
    }
    .brand-history-title {
        width: 19%;
        min-width: 220px;
    }
    .principles-in-design-flex {
        width: 70%;
    }
    .production-milana-products .flex p {
        width: 60%;
    }
    .map-shop-page .margin-shop-icon {
        margin: 0 10px 25px !important;
    }
    .shoe-size-info>div.shoe-size-manual {
        width: 40%;
    }
    .shoe-size-info>div {
        width: 60%;
    }
    .shops-scroll {
        margin-bottom: 60px;
    }
    .map-shop-page .shops-column-icon {
        flex-direction: column !important;
        text-align: left;
        align-items: flex-start !important;
    }
    .shops-column-icon .icon-w-shop {
        margin-right: 0;
    }
    .map-shop-page .leaflet-choose-shop.shop-page-shop.leaflet-choose-shop.shop-page-shop {
        position: relative;
        width: 86%;
    }
    .col-infos .mil-product-preview-item-sizes li.last-product-preview-item-sizes span {
        width: 130px;
        right: -140px;
    }
}

@media (max-width: 1440px) {
    .video-btn {
        width: 17%;
    }
    .col-form-texterea-comment.col-md-6 {
        width: 66%;
    }
    .milana-work-main-image .milana-work-text-parth {
        width: 52%;
    }
    .wholesale-trade {
        margin-bottom: 98px !important;
    }
    .help-purchase__cards {
        margin-top: 54px;
    }
    .help-purchase__info-descr {
        width: 66%;
    }
    .help-payment__cards {
        margin-top: 83px;
    }
    .help-payment__ways {
        margin-top: 101px;
    }
    .help-payment__items {
        width: 100%;
    }
    .help-payment__item {
        margin-bottom: 230px;
    }
    .help-payment__jur {
        align-items: start;
    }
    .help-payment__jur-descr {
        width: 53%;
    }
    .wholesale-trade__goods-descr {
        width: 100%;
    }
    .wholesale-trade__goods-card {
        width: 49%;
        margin-bottom: 45px;
    }
    .wholesale-trade__order-descr {
        margin-top: 45px;
    }
    .wholesale-trade__order-step {
        margin-top: 59px;
        width: 50%;
    }
    .wholesale-trade__preorder-text:nth-child(2) {
        margin-left: 70px;
    }
    .wholesale-trade__preorder-text {
        width: 500px;
    }
    .wholesale-trade__sum {
        padding-top: 69px;
    }
    .wholesale-trade__payment {
        padding-top: 69px;
    }
    .wholesale-trade__payment-ways {
        margin-top: 49px;
    }
    .wholesale-trade__term {
        padding-top: 100px;
    }
    .wholesale-trade__term-name {
        margin-top: 50px;
    }
    .wholesale-trade__term-delivery-item {
        width: 49%;
    }
    .wholesale-trade__return {
        padding-top: 111px;
    }
    .wholesale-trade__return-list {
        margin-left: 124px;
        width: 537px;
    }
    .wholesale-trade__warranty {
        padding-top: 71px;
    }
    .wholesale-trade__order-step {
        margin-top: 40px;
    }
    .wholesale-trade__form {
        padding-top: 76px;
        display: flex;
        justify-content: space-between;
    }
    .wholesale-trade__form-heading {
        flex-direction: column;
        align-items: flex-start;
    }
    .wholesale-trade__form-text {
        margin-top: 29px;
        margin-left: 0;
        width: 301px;
    }
    .wholesale-trade__form-btn {
        width: 100%;
        margin-top: 40px;
    }
    .wholesale-trade__form-form {
        width: 543px;
    }
    .wholesale-trade__form-input {
        margin-top: 0;
        margin-bottom: 27px;
        width: 46%;
    }
    .wholesale-trade__registration {
        padding-left: 37px;
        padding-right: 51px;
    }
    .footwear__card,
    .bags__card {
        margin-top: 80px;
    }
    .footwear__card-characteristics,
    .bags__card-characteristics {
        margin-top: 88px;
    }
    .footwear__card-item,
    .bags__card-item {
        width: 33%;
        margin-bottom: 36px;
    }
    .footwear__card-descr,
    .bags__card-descr {
        margin-top: 48px;
    }
    .footwear__card:last-child,
    .bags__card:last-child {
        margin-bottom: 70px;
        margin-top: 103px;
    }
    .bags__card-characteristics {
        justify-content: flex-start;
    }
    .request__form {
        margin-top: 69px;
        flex-direction: column;
    }
    .request__form-left,
    .request__form-right {
        width: 62%;
    }
    .request__form-right {
        margin-top: 43px;
    }
    .request__form-btn {
        margin-top: 40px;
    }
    .request__form-item:last-child {
        margin-top: 29px;
    }
    .request__descr {
        width: 100%;
    }
    .wt-subscription {
        margin-bottom: 130px !important;
    }
    .wt-subscription__sub-text {
        width: 90%;
    }
    .wt-purses__title {
        margin-top: 85px;
    }
    .wt-purses__item-img {
        height: 165px;
    }
    .wt-purses__item-img_man {
        height: 189px;
    }
    .wt-purses__items {
        margin-top: 30px;
    }
    .wt-purses__item-descr {
        margin-top: 40px;
        width: 83%;
    }
    .wt-purses__card-descr {
        margin-top: 50px;
    }
    .wt-purses__char-item {
        margin-bottom: 25px;
    }
    .wt-purses__items_bottom {
        margin-top: 70px;
    }
    .wt-purses__aftertext {
        margin-top: 68px;
        margin-bottom: 60px;
    }
    .block-product-tabel-inside-line img {
        width: 1003px;
    }
    .additional-information-delivery-method {
        padding: 0 50px 0 60px;
    }
    .delivery-method-content {
        width: 200px;
    }
    .tabs-personal-area .nav-tabs .nav-link-franchise {
        margin-left: 10px !important;
        margin-right: 10px !important;
    }
    .about-brand-1-gallery {
        width: 945px;
        height: 171px;
        left: 50%;
        margin-left: -472px;
    }
    .about-brand-1-gallery img {
        width: 216px;
    }
    .about-brand-1-gallery a {
        padding: 0 17px 0 0;
    }
    .about-brand-2 {
        width: 1035px;
        height: 633px;
        left: 50%;
        margin-left: -517px;
        width: 100%;
        left: 0;
        margin-left: 0;
    }
    .about-brand-2-text p:first-child {
        padding-top: 147px;
        padding-bottom: 50px;
    }
    .about-brand-2-text p {

        font-size: 14px;
        line-height: 27px;
        text-align: center;
        max-width: 100%;
        margin: 0;
        padding: 0 5%;
    }
    .about-brand-1-gallery {
        top: 250px;
    }
    .block-photo-philosophy img {
        width: 100%;
    }
    #title-block-for-franchise {
        font-size: 28px;
    }
    .brand-philosophy-2-block {
        margin: 0 0 0 18px;
    }
    .block-photo-title {
        font-size: 23px;
    }
    .why-milana-add-text img {
        height: 378px;
    }
    .why-milana-icon-block {
        padding-top: 0;
    }
    #why-milana-icon-text-w-144 {
        width: 145px;
    }
    .why-milana-icon {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-bottom: 62px;
        width: 165px;
    }
    .why-milana-icon-block {
        width: 95%;
    }
    .why-milana-main-img {
        max-width: 541px;
    }
    .block-who-franchise-title {
        font-size: 35px;
        max-width: 300px;
        margin-top: -87px;
    }
    .who-franchise-for-content-experienced {
        padding-right: 0;
    }
    .who-franchise-for-content-begginer {
        margin-right: 10%;
    }
    .who-franchise-for-content-begginer .block-who-franchise-photo,
    .who-franchise-for-content-experienced .block-who-franchise-photo {
        width: 100%;
        height: 313px;
    }
    .responsible-franchise-2 {
        flex-wrap: wrap;
    }
    .responsible-franchise-item:first-child {
        padding-bottom: 0;
    }
    .responsible-franchise-item {
        height: 150px;
    }
    .turnkey-business-slider-item {
        margin-right: 71px;
    }
    .turnkey-business-slider .slick-dots,
    .completed-projects-slider .slick-dots,
    .feedback-from-our-partners-slider .slick-dots {
        left: 50%;
        transform: translate(-50%, 0);
        bottom: -95px;
    }
    .completed-projects-slider-item {
        margin-right: 73px;
    }
    .slider-item-text-content {
        max-width: 525px;
    }
    .slider-item-text-content-1 {
        max-width: 511px;
    }
    .feedback-from-our-partners-slider-item {
        margin-right: 68px;
    }
    .franchise-presentation-title {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        flex-wrap: wrap;
    }
    .franchise-presentation-title p {
        margin-left: 0;
        width: 438px;
    }
    .franchise-presentation-title h2 {
        width: 632px;
    }
    .block-fourteenth-franchise-presentation {
        align-items: flex-start;
        flex-wrap: wrap;
    }
    .block-photo-title {
        margin-top: -8%;
    }
    .block-fourth-numbers-speak-for-everything,
    .block-thirteenth-contacts {
        width: calc(100% + 110px);
        margin-left: -70px;
        padding: 0 0 0 70px;
    }
    .numbers-speak-content {
        padding: 91px 45px 363px 67px;
        width: 90%;
    }
    .numbers-speak-item {
        width: 230px;
    }
    .numbers-speak-item:nth-child(3),
    .numbers-speak-item:nth-child(6) {
        width: 250px;
    }
    .block-twelfth-cooperation-form {
        width: calc(100% + 110px);
        margin-left: -70px;
        padding: 78px 45px 74px 30px;
    }
    .form-bottom-input {
        align-items: center;
        flex-direction: row;
        justify-content: right;
    }
    .form-cooperation-btn {
        order: 2;
        margin-left: 30px;
        margin-bottom: 0;
    }
    .form-cooperation-item-bottom {
        order: 1;
    }
    .form-cooperation-item {
        width: 30%;
    }
    .form-cooperation-comment {
        width: 65%;
    }
    .form-bottom-input {
        width: 100%;
    }
    .form-cooperation-item-bottom {
        width: 35%;
    }
    .form-cooperation-btn {
        margin-left: 0;
    }
    .form-cooperation-btn {
        width: 30%;
    }
    .form-cooperation-item-bottom {
        display: flex;
    }
    .block-seventh-banner-remainder {
        width: calc(100% + 110px);
        margin-left: -70px;
        padding: 100px 0 0 37px;
    }
    .opening-formats-all {
        padding-right: 0;
    }
    .numbers-speak-for-everything-2 {
        margin-top: -300px;
    }
    .block-seventh-banner-remainder h2 {
        color: white;
        width: 70%;
    }
    .numbers-speak-for-everything-2 {
        margin-top: -350px;
    }
    .numbers-speak-for-everything-2 {
        margin-top: -350px;
    }
    .rent-of-space__demand-line {
        margin-bottom: 88px;
    }
    .rent-of-space__offer {
        padding-top: 118px;
    }
    .rent-of-space__offer-list {
        margin-left: 162px;
    }
    .rent-of-space__form {
        padding-top: 115px;
    }
    .rent-of-space__contact {
        padding-left: 36px;
    }
    .rent-of-space__contact-socials {
        margin-top: 0px;
    }
    .rent-of-space__form-btn {
        width: 262px;
    }
    .vacancies-on-job-search-sites {
        margin: 110px 0;
    }
    .milana-work-content-job-openings {
        justify-content: flex-start;
    }
    .milana-work-content-job-openings p {
        width: 267px;
        margin-right: 8px;
        margin-bottom: 10px;
    }
    .text-block {
        max-width: 1128px;
    }
    .banner-block-first {
        width: 558px;
        margin-right: 12px;
    }
    .banner-block-second {
        width: 558px;
    }
    .block-thrid-edit {
        margin: 70px 0 0 0;
    }
    .block-fourth-edit {
        margin: 40px 0 0 0;
    }
    .block-fifth-edit {
        margin: 52px 0 0 0;
    }
    .fifth-block__wholesaler-registration_title h1 {
        font-size: 38px;
    }
    .joint-purchases .contact-us-title {
        font-size: 28px;
    }
    .joint-purchases .contact-us {
        width: calc(100% + 110px);
        margin-left: -70px;
    }
    .fifth-block__wholesaler-registration {
        width: calc(100% + 110px);
        margin-left: -70px;
        padding: 0 40px 0 70px;
    }
    .main-form {
        padding-top: 129px;
        padding-bottom: 124px;
    }
    .main-form__input {
        width: 340px;
    }
    .main-form__textarea {
        width: 100%;
    }
    .main-top__descr {
        width: 100%;
    }
    .main-goods {
        margin-top: 64px;
    }
    .main-goods__items {
        margin-top: 70px;
    }
    .main-form__descr {
        margin-left: 56px;
    }
    .main-form__bottom {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .main-form__btn {
        -ms-flex-item-align: end;
        align-self: flex-end;
    }
    .adv-4 {
        margin: 0 42px 39px 0;
    }
    .shoe-size-image img {
        width: 50%;
    }
    .contacts-image {
        width: 50% !important;
    }
    .mil-product-slider-slick .mil-product-preview-slider-item-img {
        margin-right: 13px;
    }
    .shop-block-info {
        margin-right: 32px;
    }
    .brand-text {
        width: 73%;
    }
    .brand-history-title {
        width: 27%;
    }
    .form-style-content-area img {
        width: 710px;
        height: 415px;
    }
    .brand-history-title {
        width: 220px;
    }
    .brand-philosophy {
        padding: 0 60px 100px;
        width: 1035px;
    }
    .brand-top-header .ps-xxl-14 {
        padding-left: 30px !important;
    }
    .different-sizes-area {
        grid-template-columns: 33% 33% 33%;
        grid-template-rows: 425px 100px 90px 395px 35px 610px;
    }
    .different-sizes-area .tipe-1 {
        grid-column: 1 / 2;
        grid-row: 1 / 4;
    }
    .different-sizes-area .tipe-2 {
        grid-column: 2 / 3;
        grid-row: 1 / 3;
    }
    .different-sizes-area .tipe-3 {
        grid-column: 3 / 4;
        grid-row: 1 / 2;
    }
    .different-sizes-area .tipe-4 {
        grid-column: 1 / 2;
        grid-row: 4 / 6;
    }
    .different-sizes-area .tipe-5 {
        grid-column: 2 / 3;
        grid-row: 3 / 6;
    }
    .different-sizes-area .tipe-6 {
        grid-column: 3 / 4;
        grid-row: 2 / 6;
    }
    .different-sizes-area .tipe-7 {
        grid-column: 1 / 3;
        grid-row: 6 / 7;
    }
    .different-sizes-area .tipe-8 {
        grid-column: 3 / 4;
        grid-row: 6/ 7;
    }
    .different-sizes-area div.tipe-1 img,
    .different-sizes-area div.tipe-6 img,
    .different-sizes-area div.tipe-8 img {
        height: 295px;
    }
    .shoe-size-info>div {
        width: 57%;
    }
    .col-infos .mil-product-preview-item-sizes li.last-product-preview-item-sizes span {
        right: 46px;
    }
    .col-infos .mil-product-preview-item-sizes li.last-product-preview-item-sizes span::after {
        right: -15px;
        left: inherit;
        transform: translate(0, -50%) rotate(-90deg);
    }
    .fullness-shoe-container ul {
        margin: 0 95px 0 0;
    }
    .item-reviews-container .personal-area-review-item {
        width: 340px;
        margin-right: 35px;
    }
    .item-card-arrows-container {
        margin-top: -106px;
    }
    .map-shop-page .leaflet-choose-shop.shop-page-shop.leaflet-choose-shop.shop-page-shop {
        width: 82%;
    }
    .mil-basket-footer-col {
        padding-right: 430px;
    }
    .item-card-arrows-container .item-card-arrow {
        width: 8.8%;
    }
    .item-card-arrows-container {
        width: calc(100% + 40px);
    }
    .product-preview-item-icons .item-icons {
        margin-right: 15px;
    }
    .product-preview-item-icons .item-icons {
        max-width: 110px;
        margin-right: 15px;
    }
    .product-preview-item-icons {
        margin-top: 50px;
    }
    .brand-history .brand-history-title {
        width: auto;
    }
    .justify-content-between-footer-left.col-xxl-4 {
        width: 24.33333%;
    }
    footer .justify-content-between-footer-right.col-footer-accordion {
        width: 73.11%;
    }
}

@media (max-width: 1400px) {
    .col-12.mil-basket-footer-col {
        width: 80%;
    }
    .mil-basket-container>.flex-grow-1.flex-shrink-1 {
        margin-right: 0;
    }
    .contact-us-double-block>div:first-child {
        padding-bottom: 30px !important;
        padding-left: 100px !important;
        padding-top: 100px !important;
    }
    .contact-us-double-block>div:last-child {
        padding-top: 30px !important;
        padding-left: 100px !important;
        padding-bottom: 100px !important;
    }
    .price-header-block.price-header-block-with-old-price {
        position: relative;
        margin-top: 35px;
    }
    .price-header-block .old-price {
        position: absolute;
        top: -20px;
    }
    .justify-content-between-footer-left.col-xxl-4 {
        width: 100%;
    }
    footer .justify-content-between-footer-right.col-footer-accordion {
        width: 100%;
    }
}

@media (max-width: 1366px) {
    .mil-basket-footer-col {
        padding-right: 0;
    }
    .col-12.mil-basket-footer-col {
        width: 100%;
        padding: 0 16px;
    }
    .company-managers-department>div,
    .company-managers-department>div:nth-child(2n+2) {
        width: 70%;
    }
    .man-woman-company-area {
        width: 47%;
    }
    .map-shop-page .leaflet-choose-shop.shop-page-shop.leaflet-choose-shop.shop-page-shop {
        width: 100%;
    }
    .fullness-shoe-container ul {
        margin: 0 70px 0 0;
    }
    .map-shop-page .shops-column-icon {
        flex-direction: row !important;
    }
    .map-shop-page {
        flex-direction: column;
        align-items: flex-start;
    }
    .photogallery-container-area {
        margin-bottom: 40px !important;
    }
    .col-slidershop,
    .shop-block-map {
        width: 45%;
    }
    .work-form {
        width: 95%;
    }
    .work-form>div {
        width: 100%;
    }
    .product-preview-item-btn {
        padding: 10px 22px;
        margin-right: 10px;
    }
}

@media (max-width: 1280px) {
    #mil-basket-your-order .mb-3>.col-md-5 {
        flex: 0 0 auto;
        width: 26.66667%;
    }
    #mil-basket-your-order .col-md-3 {
        flex: 0 0 auto;
        width: 18%;
    }
    .help-purchase__cards {
        margin-top: 60px;
    }
    .help-purchase__instruction-card {
        height: 404px;
        width: 100%;
        margin-bottom: 25px;
    }
    .help-purchase__card-title {
        margin-top: 68px;
    }
    .help-purchase__card-text {
        margin-top: 60px;
    }
    .help-purchase__buy-title {
        margin-top: 102px;
    }
    .help-purchase__info-title {
        margin-top: 0;
    }
    .help-purchase__info-item {
        margin-top: 53px;
    }
    .help-purchase__info {
        margin-top: 23px;
    }
    .help-payment__cards {
        margin-top: 89px;
        align-items: start;
    }
    .help-payment__cards-pay {
        margin-left: 34px;
    }
    .help-payment__items {
        margin-top: 65px;
        align-items: flex-start;
        flex-direction: column;
    }
    .help-payment__item {
        width: 479px;
        margin-bottom: 47px;
        padding: 89px 63px 0 35px;
    }
    .help-payment__item::before {
        bottom: 41px;
        right: -376px;
    }
    .help-payment__jur {
        flex-direction: column;
        justify-content: flex-start;
        margin-top: 60px;
    }
    .help-payment__jur-descr {
        width: 100%;
        margin-top: 43px;
    }
    .milana-work-content-job-openings p {
        width: 291px;
    }
    .wholesale-trade__goods-cards {
        margin-top: 37px;
    }
    .wholesale-trade__order-descr {
        margin-top: 40px;
    }
    .wholesale-trade__order-step {
        margin-top: 59px;
    }
    .wholesale-trade__preorder {
        margin-top: 74px;
    }
    .wholesale-trade__preorder-text {
        width: 362px;
    }
    .wholesale-trade__preorder-text:nth-child(2) {
        margin-left: 62px;
        width: 386px;
    }
    .wholesale-trade__sum {
        padding-top: 75px;
    }
    .wholesale-trade__payment {
        padding-top: 75px;
    }
    .wholesale-trade__payments-text {
        text-align: center;
        width: 278px;
        line-height: 23px;
    }
    .wholesale-trade__term {
        padding-top: 97px;
    }
    .wholesale-trade__term-card {
        width: 45%;
    }
    .wholesale-trade__term-listgroup {
        margin-top: 51px;
    }
    .wholesale-trade__term-card:last-child {
        margin-top: 65px;
    }
    .wholesale-trade__term-delivery {
        padding-top: 67px;
    }
    .wholesale-trade__term-delivery-text {
        width: 290px;
    }
    .wholesale-trade__return {
        padding-top: 100px;
    }
    .wholesale-trade__return-list {
        margin-left: 89px;
        width: 497px;
    }
    .wholesale-trade__warranty {
        padding-top: 51px;
    }
    .wholesale-trade__form-subtitle {
        width: 223px;
    }
    .wholesale-trade__form-text {
        margin-top: 22px;
        margin-left: 0;
        width: 301px;
    }
    .wholesale-trade__registration-title {
        font-size: 33px;
        line-height: 39px;
    }
    .footwear__card,
    .bags__card {
        margin-top: 70px;
    }
    .footwear__card-title,
    .bags__card-title {
        font-size: 40px;
    }
    .footwear__card-characteristics,
    .bags__card-characteristics {
        margin-top: 91px;
    }
    .footwear__card-item {
        width: 50%;
        margin-bottom: 60px;
    }
    .footwear__card-item-text,
    .bags__card-item-text {
        width: 68%;
        margin-left: 30px;
    }
    .footwear__card:last-child,
    .bags__card:last-child {
        margin-bottom: 81px;
        margin-top: 51px;
    }
    .footwear__card-descrm .bags__card-descr {
        margin-top: 0;
    }
    .bags__card-item {
        width: 33%;
        margin-bottom: 39px;
    }
    .belts__card-item-text {
        width: 76%;
    }
    .belts__card-item {
        width: 48%;
    }
    .wt-sales__img {
        width: 320px;
        height: 116px;
    }
    .request__form-input,
    .request__form-textarea {
        width: 78%;
    }
    .request__form-label {
        width: 33%;
    }
    .request__form-left,
    .request__form-right {
        width: 68%;
    }
    .request__form-pref {
        margin-left: 2px;
    }
    .wt-purses__char-item {
        width: 50%;
        margin-bottom: 30px;
    }
    .wt-purses__item-descr {
        width: 100%;
    }
    .wt-purses__aftertext {
        margin-top: 44px;
        margin-bottom: 44px;
    }
    .block-product-tabel-inside-line img {
        width: 919px;
        height: 1px;
    }
    .about-brand-1-gallery {
        width: 812px;
        height: 147px;
        left: 50%;
        margin-left: -406px;
    }
    .about-brand-1-gallery img {
        width: 185px;
        /* width: 100%; */
    }
    .about-brand-1-gallery a {
        padding: 0 15px 0 0;
    }
    .about-brand-1-gallery a:first-child {
        padding-left: 14px;
    }
    .about-brand-2-text p:first-child {
        padding-top: 110px;
        padding-bottom: 30px;
    }
    .about-brand-2 {
        width: 920px;
        height: 607px;
        left: 50%;
        margin-left: -461px;
        width: 100%;
        height: 607px;
        left: 0;
        margin-left: 0;
    }
    .about-brand-2-text {
        width: 100%;
    }
    .block-second-brand-philosophy-franchise {
        flex-direction: column;
    }
    .brand-philosophy-2 {
        justify-content: left;
    }
    .brand-philosophy-2-block {
        margin: 0 41px 0 0;
    }
    .brand-philosophy-2-block:last-child {
        margin: 0 0 0 0;
    }
    .why-milana-main-img {
        max-width: 346px;
        height: 380px;
    }
    .block-who-franchise-photo img {
        width: 439px;
    }
    .who-franchise-for-content-begginer {
        margin-right: 40px;
    }
    .block-first-about-brand-franchise {
        margin-bottom: 74px;
    }
    .block-second-brand-philosophy-franchise {
        margin-bottom: 83px;
    }
    .why-milana-icon:nth-child(4),
    .why-milana-icon:nth-child(5),
    .why-milana-icon:nth-child(6) {
        padding-bottom: 0;
    }
    .responsible-franchise-item {
        width: 350px;
    }
    .responsible-franchise-item:nth-child(2),
    .responsible-franchise-item:nth-child(4) {
        margin-right: 80px;
    }
    .responsible-franchise-1 {
        width: 470px;
    }
    .block-fifth-responsible-franchise {
        margin-bottom: 90px;
    }
    .block-sixth-opening-formats {
        margin-bottom: 101px;
    }
    .block-seventh-banner-remainder {
        width: calc(100% + 95px);
        margin-left: -60px;
        padding: 100px 0 0 60px;
        margin-bottom: 98px;
    }
    .slider-item-text-content-1 {
        max-width: 413px;
    }
    .slider-item-text-content {
        max-width: 404px;
    }
    .block-tenth-completed-projects {
        margin-bottom: 196px;
    }
    .turnkey-business-slider .slick-dots,
    .completed-projects-slider .slick-dots,
    .feedback-from-our-partners-slider .slick-dots {
        left: 50%;
        transform: translate(-50%, 0);
        bottom: -85px;
    }
    .block-eleventh-feedback-from-our-partners {
        margin-bottom: 187px;
    }
    .franchise-presentation-title h2 {
        width: 430px;
    }
    .franchise-presentation-title p {
        width: 420px;
    }
    .block-fourteenth-franchise-presentation {
        margin-bottom: 40px;
    }
    .brand-philosophy-1 {
        margin-bottom: 39px;
    }
    .block-fourth-numbers-speak-for-everything,
    .block-thirteenth-contacts {
        width: calc(100% + 100px);
        margin-left: -60px;
        padding: 0 0 0 60px;
    }
    .block-twelfth-cooperation-form {
        width: calc(100% + 100px);
        margin-left: -60px;
        padding: 75px 45px 74px 60px;
        flex-direction: row;
    }
    .cooperation-form-title {
        display: flex;
        flex-direction: column;
        padding-bottom: 0;
        padding-right: 27px;
    }
    .cooperation-form-title h2 {
        margin: 0 0 41px 0;
    }
    .form-cooperation-item {
        width: 48%;
    }
    .form-cooperation-comment {
        width: 100%;
    }
    .form-cooperation-btn {
        width: 55%;
    }
    .form-cooperation-item-bottom {
        width: 45%;
    }
    .form-cooperation-item-bottom .form-check-white .form-check-input:checked {
        width: 19px;
        height: 17px;
    }
    .form-bottom-input {
        padding-top: 10px;
        padding-left: 0;
    }
    .form-cooperation-item {
        height: 65px;
    }
    .numbers-speak-for-everything-2 {
        margin-top: -250px;
    }
    .numbers-speak-for-everything-2 {
        margin-top: -400px;
    }
    .who-franchise-for-title {
        width: 31%;
    }
    .fifth-block__wholesaler-registration_title h1 {
        font-size: 33px;
    }
    .first-block__text {
        margin-bottom: 76px;
    }
    .third-block__profitable-terms {
        margin-bottom: 103px;
    }
    .fifth-block__wholesaler-registration {
        width: calc(100% + 100px);
        margin-left: -60px;
        padding: 0 40px 0 60px;
    }
    .joint-purchases .contact-us {
        width: calc(100% + 100px);
        margin-left: -60px;
    }
    .block-header-tabel-inside,
    .block-product-tabel-inside {
        padding-right: 30px;
    }
    .rent-of-space__demand-line {
        justify-content: space-between;
    }
    .rent-of-space__contact-title {
        font-size: 28px;
        line-height: 31px;
        width: 193px;
    }
    .rent-of-space__demand-descr {
        margin-left: 44px;
    }
    .rent-of-space__contact-card {
        margin-left: 62px;
    }
    .rent-of-space__demand-descr_right {
        margin-left: 0;
        margin-right: 20px;
    }
    .rent-of-space__demand-line {
        margin-bottom: 75px;
    }
    .rent-of-space__demand-img {
        width: 50%;
    }
    .rent-of-space__demand-descr {
        width: 50%;
    }
    .rent-of-space__offer {
        justify-content: space-between;
    }
    .rent-of-space__offer-list {
        margin-left: 88px;
    }
    .rent-of-space__contact {
        padding-left: 51px;
    }
    .rent-of-space__contact-img {
        margin-left: 75px;
    }
    .rent-of-space__contact-info {
        margin-left: 36px;
    }
    .rent-of-space__contact-socials {
        margin-left: 16px;
    }
    .rent-of-space__contact-img {
        width: 127px;
        height: 127px;
    }
    #title {
        font-size: 28px;
    }
    .text-block {
        max-width: 914px;
    }
    .banner-block-first {
        width: 454px;
        margin-right: 6px;
    }
    .main-goods__item {
        width: 425px;
    }
    .main-form__input {
        width: 280px;
    }
    .main-form {
        padding-top: 118px;
        padding-bottom: 130px;
    }
    .main-form__descr {
        margin-left: 56px;
        width: 328px;
    }
    .main-goods {
        margin-top: 94px;
    }
    .main-form__title {
        max-width: 411px;
    }
    .banner-block-second {
        width: 454px;
    }
    .banner-text-1 {
        width: 334px;
    }
    .banner-text-2 {
        width: 376px;
    }
    .work-area-to-the-questionnaire {
        padding: 84px 0;
    }
    .discount-cards-info.gift-cards-info .gift-cards-right-info {
        margin-right: 60px;
    }
    .shop-block-map-info::before {
        width: 29%;
    }
    .shop-block-map {
        width: 44.5%;
    }
    .shop-block-info {
        margin-right: 55px;
    }
    .jobs-in-cities-table-header>div:nth-child(3),
    .jobs-in-cities-table-body-tr>div:nth-child(3) {
        width: 17%;
    }
    /*    .vacancies-on-job-search-sites-image a:last-child {
        margin-left: 35px;
    }*/
    .vacancies-on-job-search-sites .zag {
        font-size: 28px;
    }
    .different-sizes-area {
        grid-template-rows: 400px 87px 90px 355px 30px 600px;
    }
    .form-style-content-area img {
        width: 630px;
        height: 365px;
    }
    .work-form {
        width: 100%;
    }
    .work-form .mb-md-6 {
        margin-bottom: 20px !important;
    }
    .press-content {
        padding: 50px 0 50px 70px;
        margin-left: -75px;
    }
    .form-style {
        flex-direction: column;
        width: 90%;
    }
    .press-content .title {
        font-size: 27px;
        margin-bottom: 20px;
    }
    .press-content .title br {
        display: none;
    }
    .press-content div a {
        width: 100% !important;
        margin-bottom: 15px;
    }
    .brand-history-title br {
        display: none;
    }
    .press-content div a:last-child {
        margin-bottom: 0;
    }
    .press-title-new,
    .contact-us-title {
        font-size: 28px;
    }
    .press-title-new {
        margin-bottom: 37px;
    }
    .press-content-container img {
        height: 350px;
        width: 50%;
        object-fit: cover;
    }
    .brand-container {
        padding: 115px 0 220px;
    }
    .photogallery img,
    .more-photo a {
        height: 120px;
    }
    .company-managers-department>div,
    .company-managers-department>div:nth-child(2n+2) {
        width: 100%;
        margin: 0 0 11px auto;
    }
    .company-managers-department {
        width: 65%;
    }
    .brand-philosophy {
        padding: 0 30px 100px;
        width: 880px;
    }
    .brand-history .brand-history-title {
        margin-bottom: 70px;
    }
    .brand-history .brand-history-text {
        width: 100%;
    }
    .principles-in-design {
        flex-direction: column;
        align-items: flex-start;
    }
    .principles-in-design .principles-in-design-flex {
        order: 1;
        width: 100%;
    }
    .gift-cards-info input[type="text"] {
        width: 363px;
    }
    .gift-cards-question-parth {
        margin-bottom: 90px;
    }
    .brand-history-title {
        width: 100%;
        margin-bottom: 65px;
    }
    .brand-history .brand-history-title br {
        display: none;
    }
    .discover-milana>div {
        padding: 95px 40px 95px 90px;
    }
    .brand-philosophy {
        width: 96%;
    }
    .discover-milana>div>div {
        width: 40%;
        line-height: 1.2;
    }
    .brand-history.mb-25 {
        flex-direction: column;
        margin-bottom: 105px !important;
    }
    .fullness-shoe-container {
        flex-direction: column;
    }
    .shoe-size-table {
        flex-direction: column;
    }
    .fullness-shoe-container ul {
        margin: 75px 0 0 0;
        width: 80%;
        order: 2;
    }
    .fullness-shoe-container {
        margin-bottom: 75px !important;
    }
    .shoe-size-table>div {
        margin-bottom: 65px;
    }
    .shoe-size-info {
        flex-direction: column;
        margin-top: -25px;
    }
    .shoe-size-info>div.shoe-size-manual {
        width: 50%;
        margin: 0;
    }
    .shoe-size-info>div {
        margin-bottom: 70px;
    }
    .shoe-size-manual ul li:last-child {
        margin-bottom: 0;
    }
    .shoe-size-table>div:last-child {
        margin-bottom: 0;
    }
    .item-card-arrows-container {
        width: 53%;
    }
    .item-card-arrows-container .item-card-arrow {
        width: 16.4%;
        height: 80px;
    }
    .company-icons {
        padding: 90px 70px 0;
    }
    .item-reviews-container .personal-area-review-item {
        width: 395px;
        margin-right: 70px;
        margin-bottom: 55px;
    }
    .product-preview-item-icons {
        justify-content: space-between;
    }
    .product-preview-item-icons .item-icons {
        margin-right: 0;
    }
    .col-infos .mil-product-preview-item-sizes {
        margin-bottom: 60px;
    }
    .product-preview-item-icons {
        margin-top: 37px;
    }
    .shoe-size-info {
        margin-bottom: 100px;
    }
}

@media (max-width: 1024px) {
    .item-reviews-container .personal-area-review-item {
        width: 405px;
        margin-right: 85px;
    }
    .shoe-size-info>div.shoe-size-manual,
    .shoe-size-info>div {
        width: 70%;
    }
    .block-product-tabel-inside-line img {
        width: 693px;
        height: 1px;
    }
    .help-purchase__card-text {
        width: 81%;
    }
    .help-purchase__info {
        margin-top: 83px;
    }
    .help-purchase__info-descr {
        margin-left: 67px;
    }
    .help-purchase__title {
        font-size: 28px;
    }
    .help-payment__title {
        font-size: 28px;
        line-height: 34px;
    }
    .help-payment__text {
        margin-top: 21px;
    }
    .help-payment__cards {
        margin-top: 99px;
    }
    .help-payment__ways {
        margin-top: 98px;
    }
    .wholesale-trade-subtitle {
        font-size: 28px;
        line-height: 31px;
    }
    .wholesale-trade__goods-cards {
        margin-top: 41px;
    }
    .wholesale-trade__goods-card-text {
        margin-top: 0;
    }
    .wholesale-trade__order-step {
        margin-top: 59px;
    }
    .wholesale-trade__preorder {
        margin-top: 79px;
    }
    .wholesale-trade__sum {
        padding-top: 80px;
    }
    .wholesale-trade__payment-ways {
        margin-top: 49px;
    }
    .wholesale-trade__term {
        padding-top: 102px;
    }
    .wholesale-trade__term-delivery {
        padding-top: 80px;
    }
    .wholesale-trade__return {
        padding-top: 93px;
    }
    .wholesale-trade__return-list {
        margin-left: 144px;
    }
    .wholesale-trade__warranty {
        padding-top: 69px;
    }
    .wholesale-trade__warranty-descr {
        margin-top: 48px;
    }
    .wholesale-trade__form {
        padding-top: 111px;
    }
    .wholesale-trade__registration-text {
        margin-top: 8px;
    }
    .request__form-item {
        margin-bottom: 36px;
    }
    .request__form-btn {
        margin-top: 40px;
    }
    .wt-purses__title {
        font-size: 33px;
    }
    .about-brand-2 {
        width: 100%;
        margin-left: 0;
        height: auto;
        left: 0;
    }
    .about-brand-2-text {
        padding-bottom: 50px;
    }
    .block-thrid-why-milana {
        width: calc(100% + 30px);
        margin-left: -45px;
    }
    .who-franchise-for-content-begginer {
        margin-right: 60px;
    }
    .contacts-menegers {
        width: 695px;
    }
    .brand-philosophy-1 {
        margin-bottom: 45px;
    }
    .block-photo-title {
        margin-top: -8%;
    }
    .why-milana-icon-block {
        width: 100%;
    }
    .block-thrid-why-milana {
        width: 100%;
    }
    .block-fourth-numbers-speak-for-everything,
    .block-thirteenth-contacts {
        width: calc(100% + 85px);
        margin-left: -45px;
        padding: 0 0 0 45px;
    }
    .block-seventh-banner-remainder {
        width: calc(100% + 85px);
        margin-left: -45px;
    }
    .block-fourteenth-franchise-presentation {
        flex-wrap: wrap;
    }
    .block-who-franchise-title {
        font-size: 30px;
        max-width: 300px;
        margin-top: -85px;
    }
    .block-twelfth-cooperation-form {
        width: calc(100% + 85px);
        margin-left: -45px;
        padding: 75px 45px 74px 45px;
        flex-direction: row;
    }
    .form-cooperation-btn {
        margin-left: 0;
    }
    .form-bottom-input .form-check-white .form-check-input:checked {
        width: 17px;
        height: 17px;
    }
    .form-bottom-input {
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .form-cooperation-item-bottom label {
        width: 150px;
    }
    .form-cooperation-item-bottom {
        margin-right: 165px;
        margin-bottom: 10px;
    }
    .opening-formats-add-img {
        padding-left: 83%;
    }
    .numbers-speak-item {
        padding-bottom: 38px;
    }
    .form-cooperation-item-bottom {
        margin-right: 0;
    }
    .form-bottom-input {
        flex-wrap: wrap;
        justify-content: space-between;
        width: 100%;
    }
    .fifth-block__wholesaler-registration {
        width: calc(100% + 95px);
        margin-left: -45px;
        padding: 0 40px 0 45px;
    }
    .joint-purchases .contact-us {
        width: calc(100% + 95px);
        margin-left: -45px;
    }
    .additional-information-section:first-child {
        display: flex;
        flex-wrap: wrap;
    }
    .additional-information-delivery-method {
        padding: 0 0 20px 40px;
    }
    .rent-of-space__demand-title {
        width: 100%;
    }
    .rent-of-space__offer-list {
        width: 50%;
    }
    .rent-of-space__contact {
        padding-left: 46px;
    }
    .rent-of-space__contact-title {
        font-size: 28px;
        line-height: 31px;
    }
    .rent-of-space__contact-card {
        margin-left: 62px;
    }
    .rent-of-space__form-title {
        font-size: 28px;
        line-height: 31px;
    }
    .main-form__top {
        justify-content: flex-start;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .main-form__input {
        width: 279px;
        margin-left: 25px;
    }
    .main-form__input:last-child {
        margin-top: 0;
    }
    .main-form {
        padding-top: 104px;
        padding-bottom: 108px;
    }
    .main-form__descr {
        width: 328px;
        margin-left: 56px;
    }
    .text-block {
        max-width: 924px;
    }
    .banner-block {
        justify-content: space-between;
    }
    .banner-block-first {
        width: 454px;
        margin-right: 16px;
    }
    .banner-block-second {
        width: 454px;
    }
    .banner-text-1 {
        width: 334px;
    }
    .banner-text-2 {
        width: 376px;
    }
    .job-openings .btn {
        min-width: 215px;
    }
    .press-content {
        padding: 50px 30px 50px 70px;
    }
    footer .nav {
        margin-bottom: 10px;
    }
    .form-style-content-container {
        margin-bottom: 130px;
    }
    .flex-footer-bottom-copy .me-lg-19 {
        margin-right: 30px !important;
    }
    .flex-footer-bottom {
        width: 57%;
    }
    .shoe-size-table-body tr td {
        padding: 20px 13px;
    }
    .production-milana-products .flex p {
        width: 53%;
    }
    .photogallery-container-area {
        margin-bottom: 35px !important;
    }
}

@media (max-width: 992px) {
    .off-canvas-body {
        display: flex;
        flex-direction: column;
    }
    .rent-of-space__contact {
        padding-left: 41px;
    }
    .rent-of-space__contact-card {
        margin-left: 37px;
    }
    .rent-of-space__contact-img {
        margin-left: 47px;
    }
    .rent-of-space__contact-text {
        margin-top: 10px;
    }
    .rent-of-space__contacts-tel_top {
        margin-top: 18px;
    }
    .rent-of-space__demand-list {
        width: 100%;
    }
    .off-canvas-body .nav {
        order: 2;
    }
    .off-canvas-body .off-canvas-contacts {
        order: 3;
    }
    .off-canvas-body .off-canvas-search {
        order: 1;
        margin-top: -50px;
    }
    .main-form__input:last-child {
        margin-left: 0;
        margin-top: 50px;
    }
    .main-form__input:first-child {
        margin-top: 0;
    }
    .main-form__input {
        margin-left: 30px;
        width: 329px;
    }
    .form-style-content-area {
        flex-direction: column;
    }
    .form-style-content-area img {
        width: 100%;
        height: 335px;
    }
    .press-content {
        padding: 50px 70px;
        margin: -85px 0 0 0;
        width: 93%;
    }
    .form-style {
        flex-direction: row;
        width: 100%;
    }
    .press-content div a {
        width: 48% !important;
        margin: 0;
    }
    .form-style-content-container {
        margin-bottom: 80px;
    }
    .press-content .title {
        font-size: 30px;
        margin-bottom: 25px;
    }
    .press-content .title br {
        display: block;
    }
    .discover-milana>div {
        padding: 95px 35px 95px 30px;
    }
    .discover-milana>div>div {
        width: 46%;
    }
    .discover-milana {
        width: calc(100% + 65px);
        margin-left: -30px;
    }
    .off-canvas-body .mil-search-input {
        border: 0;
    }
    .col-form-texterea-comment.col-md-6 {
        width: 100%;
    }
    .gift-cards-info {
        flex-direction: column;
    }
    .gift-cards-right-info {
        margin-right: 0;
        margin-bottom: 53px;
    }
    .gift-cards-info input[type="text"] {
        width: 500px;
    }
    .discount-cards-question-parth .question-zag {
        padding: 0 10% 0 0;
    }
    .main-goods__item {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .slider-catalog-container {
        flex-direction: column;
        padding: 0 15px;
    }
    .jobs-in-cities-table-header>div:nth-child(5),
    .jobs-in-cities-table-body-tr>div:nth-child(5),
    .jobs-in-cities-table-header {
        display: none;
    }
    .text-block {
        max-width: 684px;
    }
    .wholesale-trade__goods-cards {
        margin-top: 49px;
    }
    .help-purchase__card-text {
        margin-top: 33px;
    }
    .help-purchase__card-text {
        width: 94%;
    }
    .help-purchase__instruction-card {
        margin-bottom: 39px;
    }
    .help-purchase__buy-title {
        margin-top: 76px;
    }
    .help-purchase__info-descr {
        width: 100%;
        margin-left: 0;
        margin-top: 33px;
    }
    .help-purchase__info-item {
        margin-top: 79px;
        flex-wrap: wrap;
    }
    .help-purchase__info {
        margin-top: 0;
    }
    .help-payment__cards {
        margin-top: 70px;
    }
    .help-payment__cards-descr {
        display: flex;
        justify-content: space-between;
    }
    .help-payment__cards-text {
        margin-top: 0;
        width: 50%;
    }
    .help-payment__cards-pay {
        margin-left: 0;
        margin-top: 73px;
    }
    .help-payment__ways {
        margin-top: 43px;
    }
    .help-payment__title {
        font-size: 33px;
        line-height: 34px;
    }
    .help-payment__item {
        width: 479px;
        margin-bottom: 38px;
        padding: 75px 143px 0 35px;
    }
    .help-payment__item::before {
        width: 310px;
        height: 194px;
        bottom: 66px;
        right: -207px;
    }
    .help-payment__jur-descr {
        margin-top: 28px;
    }
    .wholesale-trade__goods-card {
        width: 100%;
        margin-bottom: 0;
    }
    .wholesale-trade__goods-card-title {
        font-size: 33px;
        line-height: 61px;
        margin-top: -41px;
    }
    .wholesale-trade__goods-card-text {
        width: 100%;
        margin-bottom: 49px;
    }
    .wholesale-trade__order {
        padding-top: 22px;
    }
    .wholesale-trade__order-step {
        width: 100%;
        margin-top: 57px;
    }
    .wholesale-trade__order-text {
        width: 68%;
    }
    .wholesale-trade__order-descr {
        width: 100%;
    }
    .wholesale-trade__preorder {
        margin-top: 73px;
    }
    .wholesale-trade__preorder-info {
        flex-direction: column;
    }
    .wholesale-trade__preorder-text:nth-child(2) {
        margin-left: 0;
        width: 100%;
        margin-top: 32px;
    }
    .wholesale-trade__preorder-text {
        width: 100%;
    }
    .wholesale-trade__sum {
        padding-top: 0px;
        padding-bottom: 40px;
    }
    .wholesale-trade__payment {
        padding-top: 90px;
    }
    .wholesale-trade__payment-ways {
        margin-top: 50px;
    }
    .wholesale-trade__payment-ways {
        flex-direction: column;
    }
    .wholesale-trade__payments-item {
        height: 253px;
        width: 100%;
    }
    .wholesale-trade__payments-item-2 {
        margin-top: 26px;
    }
    .wholesale-trade__payments-text {
        width: 461px;
        font-size: 18px;
    }
    .wholesale-trade__term {
        padding-top: 100px;
    }
    .wholesale-trade__term-card {
        width: 100%;
        margin-top: 54px;
    }
    .wholesale-trade__term-cards {
        margin-top: 50px;
    }
    .wholesale-trade__term-listgroup {
        justify-content: center;
    }
    .wholesale-trade__term-list {
        width: 540px;
    }
    .wholesale-trade__term-img {
        width: 100%;
        height: 270px;
    }
    .wholesale-trade__term-listgroup {
        margin-top: 25px;
    }
    .wholesale-trade__term-delivery {
        padding-top: 84px;
    }
    .wholesale-trade__term-delivery-item {
        width: 100%;
        margin-bottom: 20px;
    }
    .wholesale-trade__return {
        flex-direction: column;
        padding-top: 82px;
    }
    .wholesale-trade__return-list {
        margin-left: 0;
        margin-top: 56px;
        width: 100%;
    }
    .wholesale-trade__warranty {
        padding-top: 0px;
        padding-bottom: 40px;
    }
    .wholesale-trade__form-heading {
        flex-direction: row;
        justify-content: space-between;
    }
    .wholesale-trade__form {
        flex-direction: column;
        padding-top: 73px;
    }
    .wholesale-trade__form-form {
        width: 100%;
        justify-content: space-between;
        margin-top: 91px;
    }
    .wholesale-trade__form-btn {
        margin-top: 32px;
    }
    .wholesale-trade__form-input {
        width: 47%;
    }
    .wholesale-trade__form-subtitle {
        width: 51%;
    }
    .wholesale-trade__form-text {
        margin-top: 0;
        width: 47%;
    }
    .wholesale-trade__registration {
        padding-left: 40px;
        padding-right: 40px;
    }
    .wholesale-trade__registration-text {
        line-height: 18px;
        margin-top: 15px;
        width: 268px;
    }
    .wholesale-trade__contact-us {
        margin-top: 0;
    }
    .footwear__card,
    .bags__card {
        margin-top: 45px;
    }
    .footwear__card-title,
    .bags__card-title {
        font-size: 35px;
    }
    .footwear__card-item-text,
    .bags__card-item-text {
        width: 61%;
        margin-left: 20px;
    }
    .bags__card-item {
        width: 50%;
        margin-bottom: 45px;
    }
    .wt-sales__img {
        width: 247px;
        height: 90px;
    }
    .request__form-left,
    .request__form-right {
        width: 90%;
    }
    .request__form-right {
        margin-top: 36px;
    }
    .request__form-label {
        width: 33%;
        line-height: 1.2;
    }
    .wt-subscription__sub-text {
        width: 100%;
    }
    .wt-purses__title {
        margin-top: 61px;
    }
    .wt-purses__item {
        width: 50%;
        margin-bottom: 53px;
    }
    .wt-purses__item-descr {
        width: 68%;
    }
    .wt-purses__card-descr {
        margin-top: 30px;
    }
    .about-brand-1 {
        width: calc(100% + 75px);
        margin-left: -40px;
    }
    .about-brand-1-gallery {
        width: 100%;
        margin-left: -384px;
    }
    .about-brand-1-gallery img {
        width: 100%;
    }
    .about-brand-1-gallery a {
        padding: 0 14px 0 0;
    }
    .about-brand-2 {
        width: calc(100% + 75px);
        height: auto;
        left: 0;
        margin-left: -40px;
    }
    .about-brand-2-text {
        width: 100%;
        padding-bottom: 63px;
    }
    .brand-philosophy-2 {
        flex-wrap: wrap;
    }
    .block-thrid-why-milana {
        justify-content: left;
    }
    .why-milana-main-img {
        display: none;
    }
    .why-milana-1 {
        margin-right: 0;
    }
    .why-milana-1 {
        width: 10%;
    }
    .why-milana-icon {
        width: 150px;
    }
    .why-milana-icon-block {
        width: 70%;
    }
    .why-milana-icon-block {
        width: 480px;
    }
    .block-thrid-why-milana {
        margin-left: 0;
    }
    .block-thrid-why-milana {
        justify-content: space-between;
    }
    .who-franchise-for-title h2 {
        width: 280px;
    }
    .who-franchise-for-content {
        flex-wrap: wrap;
    }
    .who-franchise-for-content .block-who-franchise-content {
        width: 100%;
    }
    .who-franchise-for-content-begginer {
        margin-right: 0;
    }
    .who-franchise-for-content .block-who-franchise-content {
        margin-bottom: 79px;
    }
    .responsible-franchise-item:first-child {
        padding-bottom: 0;
    }
    .responsible-franchise-item:nth-child(2),
    .responsible-franchise-item:nth-child(4) {
        margin-right: 0;
    }
    .responsible-franchise-item {
        width: 340px;
    }
    .responsible-franchise-item-img {
        width: 110px;
    }
    .responsible-franchise-item-text-2 {
        width: 213px;
    }
    .responsible-franchise-item-text {
        margin-left: 5px;
    }
    .turnkey-business-slider .slick-dots,
    .completed-projects-slider .slick-dots,
    .feedback-from-our-partners-slider .slick-dots {
        left: 50%;
        transform: translate(-50%, 0);
        bottom: -55px;
    }
    .franchise-presentation-title h2 {
        width: 240px;
    }
    .franchise-presentation-title p {
        width: 270px;
    }
    .contacts-menegers {
        width: 504px;
    }
    .block-photo-title {
        margin-top: -7%;
        margin-left: -1%;
    }
    .brand-philosophy-2-block {
        margin: 0;
    }
    .brand-philosophy-2-block:first-child {
        margin: 0 37px 0 0;
    }
    .who-franchise-for-content-begginer .block-who-franchise-photo,
    .who-franchise-for-content-experienced .block-who-franchise-photo {
        width: 70%;
    }
    .block-fourth-numbers-speak-for-everything,
    .block-thirteenth-contacts {
        width: calc(100% + 75px);
        margin-left: -40px;
        padding: 0 0 0 40px;
        margin-bottom: 122px;
    }
    .numbers-speak-item {
        width: 200px;
    }
    .numbers-speak-item:nth-child(3),
    .numbers-speak-item:nth-child(6) {
        width: 200px;
    }
    .numbers-speak-content {
        padding: 91px 30px 0 47px;
        width: 100%;
    }
    .numbers-speak-item-text {
        margin-left: -30px;
    }
    .numbers-speak-item-text-6 {
        width: 230px;
        margin-left: -80px;
    }
    .numbers-speak-item-text p {
        font-size: 13px;
    }
    .block-twelfth-cooperation-form {
        width: calc(100% + 75px);
        margin-left: -40px;
        padding: 80px 40px 74px 40px;
        flex-direction: column;
    }
    .cooperation-form-title {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-content: center;
        padding-bottom: 40px;
        padding-right: 0;
    }
    .cooperation-form-title h2 {
        margin: 0 88px 0 0;
    }
    .form-cooperation-item-bottom label {
        width: 100%;
    }
    .form-cooperation-item-bottom {
        width: 50%;
    }
    .form-cooperation-btn {
        width: 48%;
    }
    .opening-formats-all {
        flex-direction: column;
    }
    .opening-formats-1,
    .opening-formats-2 {
        width: 100%;
    }
    .opening-formats-add-img {
        padding-left: 88%;
    }
    .opening-formats-1 {
        margin-bottom: 60px;
    }
    .block-seventh-banner-remainder {
        width: calc(100% + 75px);
        margin-left: -45px;
        padding: 84px 0 0 40px
    }
    .block-seventh-banner-remainder h2 {
        width: 63%;
    }
    .numbers-speak-for-everything-2 {
        margin-top: 0;
    }
    .numbers-speak-for-everything-2 {
        margin-bottom: 0;
    }
    .why-milana-2 {
        width: 100%;
    }
    .why-milana-icon-block {
        width: 85%;
        margin-left: auto;
    }
    .first-block__text {
        margin-bottom: 65px;
    }
    .fifth-block__wholesaler-registration {
        width: calc(100% + 75px);
        margin-left: -40px;
        padding: 0 35px 0 40px;
    }
    .joint-purchases .contact-us {
        width: calc(100% + 75px);
        margin-left: -40px;
    }
    .rent-of-space__demand-line {
        flex-direction: column;
    }
    .rent-of-space__demand-img,
    .rent-of-space__demand-descr {
        width: 100%;
    }
    .rent-of-space__demand-title {
        width: 100%;
        margin-top: 65px;
    }
    .rent-of-space__demand-list {
        width: 100%;
        margin-top: 47px;
    }
    .rent-of-space__demand-descr {
        margin-left: 0;
    }
    .rent-of-space__offer-item {
        margin-bottom: 30px;
    }
    .rent-of-space__demand-descr_right {
        margin-right: 0;
    }
    .rent-of-space__demand-line:nth-child(2) {
        flex-direction: column-reverse;
    }
    .rent-of-space__offer {
        padding-top: 105px;
    }
    .rent-of-space__offer {
        flex-direction: column;
    }
    .rent-of-space__offer-list {
        margin-left: 0;
        margin-top: 50px;
    }
    .rent-of-space__offer-text {
        margin-top: 27px;
    }
    .rent-of-space__form {
        padding-top: 100px;
    }
    .rent-of-space__form-top input {
        width: 30%;
    }
    .rent-of-space__form-bottom {
        flex-direction: column;
    }
    .rent-of-space__form-btn {
        margin-top: 48px;
    }
    .rent-of-space__form-form textarea {
        width: 100%;
    }
    .rent-of-space__form-top input:last-child {
        margin-top: 32px;
    }
    .rent-of-space__contact {
        padding: 0 18px 0;
        flex-direction: column;
    }
    .rent-of-space__contact-card {
        margin-left: 0;
    }
    .rent-of-space__contact-title {
        width: 100%;
        align-self: flex-start;
    }
    .rent-of-space__offer-list {
        width: 100%;
        margin-top: 45px;
    }
    .rent-of-space__offer-title {
        width: 246px;
        font-size: 28px;
        line-height: 31px;
    }
    .banner-block {
        flex-wrap: wrap;
    }
    .main-form__btn {
        margin-top: 45px;
        width: 328px;
    }
    .main-goods {
        margin-top: 68px;
    }
    .main-goods__list {
        width: 100%;
        margin-bottom: 50px;
    }
    .main-form {
        padding-top: 117px;
        padding-bottom: 108px;
    }
    .main-form__input {
        width: 329px;
    }
    .main-form__title {
        font-size: 28px;
        line-height: 31px;
        max-width: 349px;
    }
    .main-form__descr {
        line-height: 23px;
        margin-left: 63px;
        margin-top: 25px;
        width: 274px;
    }
    .block-product-tabel-inside-line img {
        width: 693px;
        height: 1px;
    }
    .block-head-order-inside {
        display: flex;
        padding-bottom: 36px;
        align-items: flex-start;
        flex-direction: column;
    }
    .date-order-inside,
    .number-order-inside {
        padding: 0;
    }
    .date-order-inside {
        padding: 15px 0;
    }
    .additional-information-delivery-method {
        padding: 0 0 20px 40px;
    }
    .additional-information-section:first-child {
        display: flex;
        flex-wrap: wrap;
    }
    .block-order-comment-inside {
        padding-top: 60px;
    }
    .delivery-method-content p:nth-child(2) {
        padding: 9px 0 7px;
    }
    .button-return-order a {
        width: 270px;
    }
    .button-cancel-order a {
        width: 160px;
    }
    .block-button-inside {
        flex-direction: column;
        align-items: flex-start;
    }
    .button-return-order {
        padding: 15px 0;
    }
    .main-form__input:last-child {
        margin-left: 0;
        margin-top: 50px;
    }
    .banner-block-first {
        width: 684px;
        margin-right: 0;
        margin-bottom: 12px;
    }
    .banner-block-second {
        width: 684px;
    }
    .icon-block {
        justify-content: space-between;
    }
    .advantage {
        margin-right: 0;
    }
    .block-fifth {
        display: none;
    }
    .adv-1,
    .adv-5 {
        margin-right: 80px;
    }
    .adv-3 {
        margin-right: 64px;
    }
    .jobs-in-cities-table-body-tr span {
        display: block;
        width: 60px;
        min-width: 60px;
        margin-right: 37px;
    }
    .col-slider {
        width: 100%;
    }
    .jobs-in-cities-table-body .jobs-in-cities-table-body-tr {
        display: block;
        width: 64%;
        background: #F6F6F8;
        margin-bottom: 15px;
        border: none;
        padding: 55px 75px 55px 55px;
        position: relative;
    }
    .jobs-in-cities-table-body-tr>div:nth-child(5) {
        display: block;
        position: absolute;
        right: -244px;
        top: 50%;
        transform: translateY(-50%);
        width: 270px;
        height: 51px;
        background: #8c2837;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .jobs-in-cities-table-body-tr>div:nth-child(5) a {
        color: #fff;
        font-size: 15px;
        line-height: 1;
        text-transform: uppercase;
    }
    .jobs-in-cities-table-body-tr>div {
        display: flex;
        padding: 0;
        margin-bottom: 13px;
    }
    .jobs-in-cities-table-body-tr>div:nth-child(1),
    .jobs-in-cities-table-body-tr>div:nth-child(2),
    .jobs-in-cities-table-body-tr>div:nth-child(3),
    .jobs-in-cities-table-body-tr>div:nth-child(4) {
        width: 100%;
    }
    .milana-work-main-image .milana-work-text-parth {
        width: 87%;
    }
    .milana-work-content-job-openings p {
        width: 48%;
    }
    .slider-worker-slid-img {
        width: 330px;
        height: 400px;
        flex-shrink: 0;
        position: relative;
        margin-top: -58px;
    }
    .slider-worker-area .slick-dots {
        width: 32%;
        bottom: -60px;
        right: 50%;
        transform: translate(50%, 0);
    }
    .milana-work-content-job-openings-area {
        margin-bottom: 40px;
    }
    .slider-worker-area {
        margin-bottom: 140px;
    }
    .work-area-to-the-questionnaire>div>div {
        width: 100%;
    }
    .work-area-to-the-questionnaire>div {
        flex-direction: column;
        text-align: center;
    }
    .slider-worker-text-parth {
        padding: 60px 20px 65px 145px;
        margin-left: -105px;
        margin-top: 60px;
    }
    .job-openings .job-openings-title {
        flex-direction: column;
        align-items: flex-start;
    }
    .shop-mini-info {
        max-width: 350px;
        margin: 15px 0 0 0;
    }
    .job-openings .mb-34 {
        justify-content: space-between;
    }
    .job-openings .btn {
        padding: 17px;
    }
    .job-openings>div h5 br {
        display: none;
    }
    .brand-flex-header .brand-image {
        display: none;
        position: relative;
        right: 0;
        height: 420px;
        margin-top: 50px;
    }
    .brand-area-title {
        font-size: 48px;
        margin-left: 43px;
    }
    .brand-container {
        padding: 70px 0 220px;
        width: calc(100% + 65px) !important;
        margin-left: -30px;
        text-align: left;
    }
    .company-container-content .zag {
        font-size: 43px;
    }
    .flex-footer-bottom,
    .flex-footer-bottom-copy {
        flex-direction: column !important;
        align-items: flex-start;
    }
    .flex-footer-bottom>div {
        order: 2;
    }
    .shop-block-info {
        width: 73%;
        margin: 0 0 65px 0;
    }
    .shop-block-map {
        width: 100%;
    }
    .shop-map {
        height: 365px;
        width: 100vw;
        margin-left: -30px;
    }
    .shop-photo {
        width: 300px;
        height: 160px;
    }
    .shop-block-map-info {
        flex-direction: column;
    }
    .mil-product-slider-slick .mil-product-preview-slider-item-img {
        width: 195px;
        height: 160px;
    }
    .mil-product-slider-slick .mil-product-preview-slider-item-img > .cams-shop-player {
        width: 195px;
        height: 160px;
    }

    .contact-us-double-block>div:first-child,
    .contact-us-double-block>div:last-child {
        padding-left: 65px !important;
    }
    .discount-cards-container-images img:last-child {
        display: none;
    }
    .discount-cards-container-images img:first-child {
        width: 100%;
        height: 375px;
        object-fit: cover;
    }
    .discount-cards-info.gift-cards-info .gift-cards-right-info {
        margin: 0 auto;
        text-align: center;
        margin-bottom: 45px;
    }
    .photogallery img,
    .more-photo a {
        height: 85px;
    }
    .press-content-container {
        flex-direction: column;
        align-items: baseline;
    }
    .contact-us .company-managers-department {
        width: 63%;
    }
    .vacancies-on-job-search-sites-image {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
    }
    .vacancies-on-job-search-sites {
        margin: 85px 0 50px;
    }
    .vacancies-on-job-search-sites-text-parth {
        width: 50%;
    }
    .sticky-nav-tabs {
        margin-bottom: 52px !important;
    }
    .contact-us-title {
        width: 34%;
    }
    .contact-us .company-managers-department>div {
        height: 400px;
        padding-left: 65px;
    }
    .press-content-container img {
        height: 250px;
        width: 100%;
        margin: 0
    }
    .press-content-container .press-content-area {
        order: 2;
        margin-top: 55px;
    }
    .gift-cards-info input[type="text"] {
        width: 405px;
    }
    .flex-footer-bottom>a {
        margin-bottom: 20px;
    }
    .man-woman-company-area>p {
        margin-top: 45px;
        margin-bottom: 64px;
    }
    .man-woman-company-text {
        flex-direction: column;
    }
    .slider-company-doc .gallery-img {
        margin-right: 37px;
    }
    .company-managers-departments {
        flex-direction: column;
    }
    .company-managers-departments .zag {
        max-width: initial;
        margin-top: 10px;
    }
    .company-managers-department {
        width: 85%;
    }
    .company-managers-department>div,
    .company-managers-department>div:nth-child(2n+2) {
        margin: 0 0 15px 0;
    }
    .man-woman-company-area {
        width: 100%;
    }
    .flex-footer-bottom-copy .me-lg-19 {
        margin-top: 15px;
        order: 2;
        margin-right: 0px !important;
    }
    .flex-footer-bottom-copy {
        align-items: flex-end;
    }
    .different-sizes-area {
        grid-template-columns: 49.5% 49.5%;
        grid-template-rows: 400px 87px 90px 355px 30px 440px 135px 600px;
    }
    .contacts-image {
        top: 0 !important;
    }
    .brand-philosophy {
        width: 100%;
        flex-wrap: nowrap;
        overflow: hidden;
        margin-left: 0;
        margin-bottom: 95px;
        padding: 30px 20px 30px !important;
        overflow-x: scroll;
    }
    .brand-philosophy>div {
        text-align: left;
        width: 285px;
        margin-left: 10px;
        flex-shrink: 0;
    }
    .principles-in-design .principles-in-design-flex {
        width: 100%;
        flex-wrap: nowrap;
        overflow: hidden;
        padding: 0 0 30px;
        overflow-x: scroll;
    }
    .production-milana-products .flex p {
        width: 100%;
    }
    .production-milana-products .flex div {
        margin-bottom: 45px;
    }
    .discover-milana {
        margin-bottom: 95px;
        margin-top: 90px;
        margin-left: -30px;
        width: calc(100% + 50px);
    }
    .production-milana-products img {
        margin-bottom: 30px;
    }
    .discover-milana>div>div {
        width: 55%;
    }
    .production-milana-products .flex div br {
        display: none;
    }
    .production-milana-products .flex {
        flex-direction: column;
    }
    .principles-in-design-flex>div {
        text-align: left;
        width: 290px;
        margin-left: 10px;
        flex-shrink: 0;
    }
    .brand-philosophy>div img {
        height: auto;
    }
    .brand-philosophy>div p.f-26px {
        margin-top: -27px;
        font-size: 26px !important;
    }
    .brand-top-header .ps-xxl-14 {
        display: flex;
        flex-direction: column;
    }
    .brand-top-header .brand-image {
        position: relative;
        width: calc(100% + 65px) !important;
        margin-left: -30px;
        order: 5;
        height: 420px;
        margin-top: 30px;
    }
    .brand-text {
        width: 100%;
        padding: 0;
        margin-top: 0;
        font-size: 14px;
    }
    .brand-image {
        position: relative;
        width: calc(100% + 50px) !important;
        margin-left: -30px;
        order: 5;
        height: 420px;
    }
    .different-sizes-area .tipe-3 {
        grid-column: 1 /2;
        grid-row: 4 / 6;
    }
    .different-sizes-area .tipe-4 {
        grid-column: 2 / 3;
        grid-row: 3 / 6;
    }
    .different-sizes-area .tipe-5 {
        grid-column: 1 / 2;
        grid-row: 6 / 7;
    }
    .different-sizes-area .tipe-6 {
        grid-column: 2 / 3;
        grid-row: 6 / 8;
    }
    .different-sizes-area .tipe-7 {
        grid-column: 1 / 2;
        grid-row: 7 / 9;
    }
    .different-sizes-area .tipe-8 {
        grid-column: 2 / 3;
        grid-row: 8 / 9;
    }
    .shoe-size-info>div.shoe-size-manual,
    .shoe-size-info>div {
        width: 90%;
    }
    .fullness-shoe-container ul {
        width: 100%;
    }
    .product-accordion-body {
        padding: 0 15px;
    }
    .col-infos {
        width: 100%;
        margin-top: 70px;
    }
    .detail__main-slider-good {
        justify-content: space-between;
    }
    .other-products-slider .mil-product-preview-item {
        height: auto;
    }
    .col-infos {
        margin-top: 155px;
        padding: 0;
        margin-bottom: 20px;
    }
    .item-card-arrows-container {
        width: 100%;
        position: absolute;
        top: 475px;
        margin: 0;
        left: 0;
        padding: 0 25px;
    }
    .other-products {
        padding: 0;
    }
    .accordion-body {
        padding-bottom: 60px;
    }
    .product-preview-item-icons {
        width: 55%;
    }
    .pe-md-7 {
        position: relative;
    }
    .accordion-item-user-char {
        display: none;
    }
    .item-reviews-container .personal-area-review-item {
        width: 306px;
        margin-right: 50px;
    }
    .company-container-content {
        margin-top: -360px;
    }
    .work-area-to-the-questionnaire>div>a {
        margin-top: 30px;
    }
    .work-area-to-the-questionnaire {
        padding: 60px 0;
    }
}

@media (width: 768px) {
    .brand-image {
        width: calc(100% + 65px) !important;
    }
    .discover-milana {
        width: calc(100% + 65px);
    }
    .main-form__input {
        margin-left: 0;
        margin-top: 50px;
        width: 335px;
    }
    .main-form__heading {
        flex-direction: column;
        align-items: flex-start;
    }
    .main-form__descr {
        margin-left: 0;
    }
    .main-goods__item {
        width: 281px;
    }
    .main-form__btn {
        margin: 36px auto;
    }
    .main-form__footer {
        justify-content: center;
    }
}

@media (max-width: 667px) {
    .main-form__heading {
        flex-direction: column;
        align-items: baseline;
    }
    .main-form__title {
        max-width: 85%;
    }
    .main-form__input:last-child {
        margin-top: 30px;
    }
    .main-form__input {
        width: 100%;
        margin-top: 30px;
    }
    .main-form__descr {
        line-height: 23px;
        margin-left: 0;
        margin-top: 25px;
        width: 100%;
    }
    .main-form__textarea {
        margin-top: 30px;
    }
    .main-form__input {
        margin-left: 0;
    }
    .wt-purses__char-descr {
        width: 100%;
    }
}

@media (max-width: 586px) {
    .main-goods__list {
        max-width: 278px;
    }
    .main-form__descr {
        margin-top: 25px;
    }
    .main-top__title {
        font-size: 20px;
        line-height: 25px;
    }
    .main-form__title {
        font-size: 20px;
        line-height: 25px;
    }
    .main-goods__items {
        margin-top: 60px;
    }
    .main-goods__list {
        width: 100%;
    }
    .main-goods__title {
        font-size: 16px;
        line-height: 22px;
        max-width: 189px;
    }
    .main-form {
        padding-top: 82px;
    }
    .wt-sales__img {
        width: 281px;
        height: 102px;
    }
    .wt-sales__place {
        width: 100%;
        margin-top: 40px;
    }
    .wt-sales__descr:first-child {
        margin-top: 0;
    }
    .wt-sales__descr {
        margin-top: 24px;
    }
    .wt-sales__btn {
        margin-top: 40px;
        width: 100%;
        height: 45px;
        text-transform: none;
        font-size: 13px;
        line-height: 23px;
    }
    .footwear__card-title,
    .bags__card-title {
        font-size: 35px;
    }
    .wt-subscription__sub-descr {
        margin-top: 28px;
        width: 100%;
    }
}

@media (min-width: 1920px) {
    .slider-catalog-container {
        justify-content: space-between;
        margin: 0 !important;
    }
}

@media (max-width: 767px) {
    .slider-catalog-container .video-btn, .video-btn::before, .video-btn::after {
        display: none;
    }

    .video-btn.mob-ver {
        display: block;
        position: relative;

        width: 100%;
        max-width: 100%;
        margin-top: 25px;
        font-size: 16px;
        height: auto;

        text-align: center;
        padding: 11px 0 10px;
    }

    .video-btn.mob-ver:hover {
        background: #000;
    }

    .basket-pickup-col .btn {
        min-width: 100%;
        width: 100%;
        margin-bottom: 30px;
    }
    .help-purchase__title {
        font-size: 20px;
        line-height: 27px;
        width: 279px;
    }
    .help-purchase__cards {
        margin-top: 45px;
    }
    .help-purchase__instruction-card {
        background-color: transparent;
        height: 100%;
        width: 100%;
    }
    .help-purchase__instruction-card:first-child::before {
        display: none;
    }
    .help-purchase__card-title {
        margin-top: 0;
        text-align: start;
    }
    .help-purchase__card-text {
        margin: 0;
        margin-top: 29px;
        text-align: start;
        width: 100%;
    }
    .help-purchase__info-title,
    .help-purchase__card-title {
        margin-top: 0;
        font-size: 16px;
        line-height: 22px;
    }
    .help-purchase__info-item {
        margin-top: 45px;
    }
    .help-purchase__info-descr {
        margin-top: 29px;
    }
    .help-purchase__buy-title {
        margin-top: 32px;
    }
    .help-payment__title {
        font-size: 20px;
        line-height: 27px;
    }
    .help-payment__text {
        margin-top: 29px;
    }
    .help-payment__cards {
        margin-top: 53px;
    }
    .help-payment__cards-descr {
        flex-direction: column;
    }
    .help-payment__cards-title {
        font-size: 16px;
        line-height: 22px;
    }
    .help-payment__cards-text {
        margin-top: 29px;
        font-size: 14px;
        line-height: 24px;
        width: 100%;
    }
    .help-payment__cards-img {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
    }
    .help-payment__cards-img img {
        width: 100%;
        object-fit: contain;
    }
    .help-payment__cards-pay {
        margin-left: 0;
        margin-top: 43px;
    }
    .help-payment__ways {
        margin-top: 53px;
    }
    .help-payment__items {
        margin-top: 44px;
    }
    .help-payment__item {
        width: 100%;
        margin-bottom: 38px;
        padding: 42px 0 0 0;
        background-color: transparent;
        margin-top: 218px;
        height: 100%;
    }
    .help-payment__item:first-child {
        margin-top: 171px;
    }
    .help-payment__item::before {
        width: 100%;
        height: 176px;
        bottom: 0;
        right: 0px;
        top: -170px;
    }
    .help-payment__ways-title {
        font-size: 16px;
        line-height: 22px;
    }
    .help-payment__jur {
        margin-top: 46px;
    }
    .about-brand-1 {
        height: 0;
    }
    .about-brand-1-gallery {
        top: 0;
    }
    .wholesale-trade__goods-catalog {
        margin-top: 35px;
    }
    .wholesale-trade__goods-cards {
        margin-top: 35px;
    }
    .wholesale-trade__goods-img {
        height: 147px;
        width: 100%;
    }
    .wholesale-trade__goods-card {
        width: 100%;
        margin-bottom: 40px;
    }
    .wholesale-trade__goods-card-text {
        margin-bottom: 0px;
    }
    .wholesale-trade__goods-card-title {
        font-size: 25px;
        margin-top: -39px;
    }
    .wholesale-trade__order-descr {
        width: 100%;
        margin-top: 0;
    }
    .wholesale-trade-subtitle {
        display: none;
    }
    .wholesale-trade__goods-subtitle {
        font-weight: 700;
        font-size: 20px;
        line-height: 38px;
        display: block;
    }
    .wholesale-trade__registration {
        padding: 48px 18px 0 18px;
        flex-direction: column;
        justify-content: flex-start;
        height: 317px;
    }
    .wholesale-trade__registration-title {
        font-size: 25px;
        line-height: 29px;
        text-align: center;
    }
    .wholesale-trade__registration-text {
        line-height: 18px;
        margin-top: 15px;
        width: 100%;
        text-align: center;
        margin-right: 0;
    }
    .wholesale-trade__registration-btn {
        width: 100%;
        height: 45px;
        margin-top: 43px;
        font-size: 13px;
        line-height: 23px;
    }
    .wholesale-trade__contact-us {
        margin-top: 69px;
    }
    .wholesale-trade__order {
        padding-top: 20px;
        padding-bottom: 76px;
    }
    .wholesale-trade__order-step:first-child {
        margin-top: 39px;
    }
    .wholesale-trade__order-text {
        width: 100%;
        margin-left: 33px;
    }
    .wholesale-trade__order-step {
        margin-top: 24px;
    }
    .wholesale-trade__preorder {
        padding: 0 0 66px 0;
        margin-top: 0;
    }
    .wholesale-trade__preorder-info {
        margin-top: 39px;
    }
    .wholesale-trade__preorder-text:nth-child(2) {
        margin-top: 39px;
    }
    .wholesale-trade__payment {
        padding-top: 23px;
        padding-bottom: 66px;
    }
    .wholesale-trade__payment-ways {
        margin-top: 0;
    }
    .wholesale-trade__payments-item {
        height: 235px;
        width: calc(100% + 40px);
        margin-left: -20px;
    }
    .wholesale-trade__payments-text {
        width: 230px;
        font-size: 16px;
        line-height: 23px;
    }
    .wholesale-trade__payments-item-2 {
        margin-top: 10px;
    }
    .wholesale-trade__payments-item-2>p {
        width: 277px;
    }
    .wholesale-trade__payments-item-2::after {
        left: 35%;
    }
    .wholesale-trade__term {
        padding-top: 0;
    }
    .wholesale-trade__term-cards {
        margin-top: 52px;
    }
    .wholesale-trade__term-img {
        height: 190px;
    }
    .wholesale-trade__term-name {
        margin-top: 22px;
    }
    .wholesale-trade__term-name {
        font-size: 28px;
        line-height: 47px;
    }
    .wholesale-trade__term-listgroup {
        margin-top: 29px;
    }
    .wholesale-trade__term-groupname {
        font-size: 28px;
        line-height: 37px;
    }
    .wholesale-trade__term-list {
        margin-left: 8px;
        width: 100%;
    }
    .wholesale-trade__term-delivery {
        padding-top: 50px;
        padding-bottom: 27px;
    }
    .wholesale-trade__term-delivery-item {
        background-color: #fff;
        height: 108px;
    }
    .wholesale-trade__term-delivery-item:first-child::before {
        display: none;
    }
    .wholesale-trade__term-delivery-text {
        width: 100%;
        text-align: start;
        margin: 0 auto;
    }
    .wholesale-trade__return {
        padding-top: 0;
        padding-bottom: 70px;
    }
    .wholesale-trade__return-list {
        margin-top: 49px;
        padding-left: 20px;
    }
    .wholesale-trade__form {
        padding-top: 0;
    }
    .wholesale-trade__form-heading {
        flex-direction: column;
    }
    .wholesale-trade__form-subtitle {
        width: 100%;
    }
    .wholesale-trade__form-text {
        margin-top: 27px;
        width: 100%;
    }
    .wholesale-trade__form-input {
        width: 100%;
    }
    .wholesale-trade__form-form {
        margin-top: 29px;
    }
    .wholesale-trade__accordeon {
        display: block;
        width: calc(100% + 40px);
        height: 52px;
        border: none;
        border-top: 1px solid #b3aeae;
        display: flex;
        align-items: center;
        position: relative;
        margin-left: -20px;
        padding: 0 20px 0 20px;
        display: block;
        font-size: 15px;
        line-height: 19px;

        text-transform: uppercase;
        margin-top: 0;
        text-align: left;
        background-color: transparent;
        transition: .3s;
    }
    .wholesale-trade__accordeon-top {
        margin-top: 70px;
    }
    .wholesale-trade__accordeon:last-child {
        border-bottom: 1px solid #707070;
    }
    .wholesale-trade__accordeon::after {
        content: url('/local/templates/milana2024/assets/css/../images/wholesailplus.svg');
        position: absolute;
        top: calc(50% - 10px);
        right: 20px;
        transition: 0.3s;
    }
    .wholesale-trade__accordeon.active {
        color: #8C2837;
    }
    .wholesale-trade__accordeon.active.active::after {
        content: url('/local/templates/milana2024/assets/css/../images/wsminus.svg');
        position: absolute;
        top: calc(50% - 7px);
        right: 20px;
        transform: rotate(180deg);
    }
    .wholesale-trade__accordeon-form {
        border-bottom: 1px solid #b3aeae;
    }
    .footwear__card-title,
    .bags__card-title {
        font-size: 25px;
        text-align: center;
    }
    .footwear__card-img,
    .bags__card-img {
        height: 301px;
        width: calc(100% + 40px);
        margin-left: -20px;
    }
    .footwear__card-item,
    .bags__card-item {
        width: 100%;
        margin-bottom: 45px;
    }
    .footwear__card:last-child,
    .bags__card:last-child {
        margin-bottom: 0;
        margin-top: 71px;
    }
    .footwear__card-characteristics,
    .bags__card-characteristics {
        margin-top: 65px;
    }
    .bags__card-btn {
        width: 281px;
        height: 45px;
        text-transform: none;
        font-size: 13px;
        line-height: 23px;
    }
    .bags__card-descr {
        margin-top: 27px;
    }
    .bags__card-item {
        width: 100%;
        margin-bottom: 50px;
    }
    .request__form-left,
    .request__form-right {
        width: 100%;
    }
    .request__form-item {
        margin-bottom: 18px;
        flex-direction: column;
        align-items: flex-start;
    }
    .request__form-label {
        width: 159px;
    }
    .request__form-input,
    .request__form-textarea {
        width: 100%;
        margin-left: 0;
        margin-top: 11px;
    }
    .request__form-item:last-child {
        margin-top: 18px;
    }
    .request__form-textarea {
        height: 208px;
    }
    .request__form-checkbox {
        flex-direction: row;
    }
    .wt-subscription__sub-title {
        line-height: 25px;
        width: 163px;
    }
    .wt-subscription__sub-form {
        width: 100%;
    }
    .wt-subscription__sub-btn,
    .wt-subscription__unsub-btn {
        width: 100%;
        margin-top: 40px;
    }
    .wt-subscription__sub-text {
        margin-top: 22.5px;
    }
    .wt-subscription__sub-form {
        margin-top: 50px;
        padding: 10px 13px 10px 13px;
    }
    .wt-subscription__sub-descr {
        margin-top: 28px;
    }
    .wt-subscription_sub:last-child {
        margin-top: 117px;
    }
    .wt-subscription_sub:last-child::before {
        top: -57px;
    }
    .wt-subscription {
        margin-bottom: 96px !important;
    }
    .wt-purses__title {
        font-size: 16px;
        line-height: 22px;
        margin-top: 46px;
    }
    .wt-purses__items {
        margin-top: 0px;
    }
    .wt-purses__item {
        width: 100%;
        margin-bottom: 0px;
    }
    .wt-purses__item-descr {
        margin-top: 39px;
        width: 81%;
    }
    .wt-purses__char-item {
        width: 100%;
        margin-bottom: 50px;
    }
    .wt-purses__char {
        margin-top: 45px;
    }
    .wt-purses__item-img {
        height: 175px;
    }
    .wt-purses__item-img_man {
        height: 202px;
    }
    .wt-purses__items_bottom {
        margin-top: 25px;
    }
    .wt-purses__item-descr_man {
        margin-top: 32px;
        margin-bottom: 40px;
    }
    .wt-purses__aftertext {
        margin-top: 0px;
        margin-bottom: 28px;
    }
    .wt-purses__title_man {
        margin-top: 10px;
    }
    .wt-purses__char-descr {
        margin-left: 18px;
        width: 70%;
    }
    .wt-purses__descr {
        width: 100%;
    }
    .about-brand-2 {
        width: 100%;
        height: auto;
        left: 0;
        margin-left: 0;
        background-color: white;
        overflow: hidden;
    }
    .about-brand-2-text {
        width: 100%;
        padding-bottom: 0;
    }
    .about-brand-2-text p:first-child {
        padding-top: 0;
        padding-bottom: 0;
    }
    .about-brand-2-text p {
        padding: 0;
    }
    .about-brand-1-gallery {
        left: 0;
        margin-left: 0;
        width: 100%;
    }
    .about-brand-1 {
        height: 280px;
        background: transparent;
    }
    .about-brand-1-gallery img {
        width: 279px;
    }
    .btm-more-text-mob {
        display: inline;

        font-size: 13px;
        color: #8C2837;
        margin-top: 10px;
    }
    .about-brand-2-text p {
        text-align: left;
        margin: 0;
    }
    .p-second-mob {
        display: none;
    }
    .brand-philosophy-1 h2 {
        width: 120px;
    }
    .about-brand-1-gallery .slick-dots {
        left: 50%;
        transform: translate(-50%, 0);
        bottom: -55px;
    }
    .brand-philosophy-1 h2 {
        margin-bottom: 38px;
    }
    .brand-philosophy-2-block {
        margin: 0;
    }
    .brand-philosophy-2-block:first-child {
        margin: 0;
    }
    .block-photo-philosophy img {
        width: 100%;
    }
    .block-photo-title {
        font-size: 23px;
    }
    .brand-philosophy-2-block {
        margin-bottom: 54px;
    }
    .why-milana-1 {
        display: none;
    }
    .block-thrid-why-milana {
        flex-direction: column;
    }
    .why-milana-icon {
        margin: 0;
    }
    .why-milana-icon-block {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        width: 100%;
    }
    #title-block-for-franchise {
        font-size: 16px;
        line-height: 22px;
    }
    .why-milana-icon {
        padding-bottom: 22px;
    }
    .numbers-speak-title h2 {
        width: 158px;
        padding-top: 0;
    }
    .block-thrid-why-milana {
        margin-bottom: 68px;
        width: 100%;
    }
    .who-franchise-for-title h2 {
        width: 180px;
    }
    .block-who-franchise-title {
        font-size: 19px;
        max-width: 241px;
        margin-top: -40px;
        line-height: 23px;
    }
    .block-who-franchise-photo img {
        width: 100%;
    }
    .who-franchise-for-content .block-who-franchise-content {
        margin-bottom: 54px;
        max-width: 480px;
    }
    .responsible-franchise-1 {
        width: 268px;
    }
    .responsible-franchise-item {
        flex-direction: column;
        align-items: center;
        width: 100%;
    }
    .responsible-franchise-item-text {
        max-width: 100%;
        text-align: center;
        margin: 32px 0;
    }
    .responsible-franchise-item-text-2 {
        width: 335px;
    }
    .responsible-franchise-2 {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        margin-top: 20px;
    }
    .turnkey-business-slider .slick-dots,
    .completed-projects-slider .slick-dots,
    .feedback-from-our-partners-slider .slick-dots {
        transform: translateX(-50%);
        bottom: -55px;
        left: 50%;
    }
    .shoe-salon-franchise .slick-dots {
        width: 241px !important;
    }
    .block-thirteenth-contacts {
        flex-direction: column;
        width: 100%;
    }
    .contacts-menegers {
        width: 100%;
        margin-left: 0;
        height: 690px;
        background-color: white;
    }
    .contacts-menegers-ppl {
        flex-direction: column;
    }
    .contacts-menegers-ppl {
        padding: 33px 0 41px 0;
    }
    .contacts-menegers-ppl:last-child {
        padding: 0 0 41px 0;
    }
    .block-fourteenth-franchise-presentation {
        flex-direction: column;
    }
    .franchise-presentation-title p {
        margin: 15px 0 42px;
    }
    .franchise-presentation-btn button {
        width: 100%;
        padding: 16px 50px;
    }
    .block-seventh-banner-remainder {
        display: none;
    }
    .why-milana-icon:nth-child(4),
    .why-milana-icon:nth-child(5),
    .why-milana-icon:nth-child(6) {
        padding-bottom: 22px;
    }
    .slider-item-text-content {
        max-width: 320px;
    }
    .block-second-brand-philosophy-franchise {
        margin-bottom: 64px;
    }
    .block-fourth-numbers-speak-for-everything {
        margin-bottom: 60px;
    }
    .block-fifth-responsible-franchise {
        margin-bottom: 30px;
    }
    .block-sixth-opening-formats {
        margin-bottom: 52px;
    }
    .turnkey-business-slider {
        width: calc(100% + 40px);
        margin-left: -20px;
    }
    .turnkey-business-slider-item {
        width: auto;
    }
    .review-card-text {
        width: 100%;
    }
    .review-card-text p {
        width: 100%;
        padding: 0 10px;
    }
    .feedback-from-our-partners-slider {
        margin-top: 20px;
    }
    .brand-geography-map {
        height: 348px;
        width: calc(100% + 40px);
        margin-left: -20px;
    }
    .who-franchise-for-content-begginer .block-who-franchise-photo,
    .who-franchise-for-content-experienced .block-who-franchise-photo {
        height: 198px;
    }
    .block-eigth-turnkey-business {
        margin-bottom: 125px;
    }
    /*-----------------*/
    .about-brand-1 {
        width: 100%;
        height: 320px;
        margin: 0 0 35px 0;
    }
    .about-brand-1-gallery {
        width: 100%;
        height: auto;
    }
    .about-brand-1-gallery a {
        padding: 0;
    }
    .about-brand-1-gallery a:first-child {
        padding-left: 0;
    }
    .about-brand-1-gallery .slick-dots {
        transform: translateX(-50%);
        bottom: 50px;
        left: 50%;
    }
    .turnkey-business-slider-item {
        margin: 0 0 0 1px;
    }
    /* ----------------------------------------------------accordeon---------------------------------- */
    .shoe-salon-franchise-title {
        display: none;
    }
    .shoe-salon-franchise__accordeon {
        display: block;
        width: calc(100% + 40px);
        height: 90px;
        border: none;
        border-top: 1px solid #c7c7c7;
        position: relative;
        margin-left: -20px;
        padding: 0 23px 0 23px;
        font-size: 16px;
        line-height: 22px;
        font-weight: 700;
        text-transform: uppercase;
        margin-top: 0;
        text-align: left;
        background-color: transparent;
        transition: .3s;
    }
    .shoe-salon-franchise__accordeon-last {
        border-bottom: 1px solid #c7c7c7;
    }
    /* слайдер ира */
    .slider-item-content p {
        max-width: inherit;
    }
    .turnkey-business-slider-item {
        width: initial;
    }
    .turnkey-business-slider-item>div {
        width: 100%;
    }
    .turnkey-business-slider {
        width: 100%;
        margin: 0;
        padding: 0;
    }
    .slider-item-title-3 h2 {
        max-width: initial;
    }
    .turnkey-business-slider .slick-list {
        width: 100%;
    }
    .turnkey-business-slider.slick-dotted {
        display: none;
    }
    .turnkey-business-slider-item-second>div {
        width: 100%;
        margin-left: 0;
    }
    /* .turnkey-business-slider-item-second {
    width: 100vw;
  } */
    .turnkey-business-slider-item-second .slick-list {
        padding-left: 0;
        width: 100%;
        margin-left: 0;
    }
    .block-twelfth-cooperation-form {
        width: calc(100% + 40px);
        margin-left: -20px;
        padding: 57px 20px 65px 20px;
        flex-direction: column;
    }
    .cooperation-form-title {
        flex-direction: column;
    }
    .cooperation-form-title h2 {
        font-size: 20px;
        padding-bottom: 25px;
    }
    .form-cooperation-item {
        width: 100%;
    }
    .form-cooperation-item-bottom {
        margin-right: 0;
        margin-bottom: 33px;
        justify-content: center;
    }
    .form-bottom-input {
        justify-content: center;
        flex-direction: column;
    }
    .form-cooperation-btn {
        width: 100%;
    }
    .block-fourth-numbers-speak-for-everything {
        width: calc(100% + 40px);
        margin-left: -20px;
        padding: 0 0 0 0;
    }
    .numbers-speak-content {
        background-color: transparent;
        padding: 0;
        width: 100%;
    }
    .form-cooperation-item-bottom {
        width: 100%;
    }
    .form-cooperation-item-bottom label {
        width: 50%;
    }
    .numbers-speak-item {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    .numbers-speak-item-text {
        margin-left: 0;
    }
    .numbers-speak-item-text-6 {
        margin-left: 0;
    }
    .numbers-speak-item {
        padding-bottom: 16px;
    }
    .numbers-speak-content-main-block {
        justify-content: center;
    }
    .responsible-franchise-item {
        height: auto;
    }
    .responsible-franchise-item-img {
        width: auto;
    }
    .numbers-speak-content-main-block {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .block-photo-content {
        max-width: 100%;
    }
    .why-milana-icon-block {
        padding-top: 17px;
    }
    .why-milana-icon {
        padding-bottom: 30px;
    }
    .who-franchise-for-content-begginer .block-who-franchise-photo,
    .who-franchise-for-content-experienced .block-who-franchise-photo {
        width: 100%;
    }
    .opening-formats-img {
        height: 313px;
        width: 100%;
    }
    .opening-formats-add-img {
        padding-left: 0;
        position: absolute;
        top: -60px;
        right: 10px;
        padding-top: -10%;
    }
    .opening-formats-img {
        height: 313px;
        width: 100%;
        position: relative;
    }
    .opening-formats-1 {
        margin-top: 30px;
    }
    .turnkey-business-content {
        line-height: 27px;
    }
    .block-ninth-brand-geography {
        margin-bottom: 70px;
    }
    .block-thirteenth-contacts {
        margin-left: -20px;
        padding: 0;
        margin-bottom: 0;
        margin-top: 55px;
    }
    #contact-fr {
        padding-bottom: 0px !important;
    }
    .block-fourteenth-franchise-presentation {
        margin-top: 0;
    }
    .franchise-presentation-title h2 {
        font-size: 20px !important;
    }
    .block-thrid-why-milana {
        margin-bottom: 55px;
    }
    .turnkey-business-slider .slick-dots,
    .completed-projects-slider .slick-dots,
    .feedback-from-our-partners-slider .slick-dots {
        left: 50%;
        transform: translate(-50%, 0);
        bottom: -65px;
    }
    .block-eleventh-feedback-from-our-partners {
        margin-bottom: 133px;
    }
    .feedback-from-our-partners-slider .slick-dots {
        left: 50%;
        transform: translate(-50%, 0);
        bottom: -45px;
    }
    .feedback-from-our-partners-slider {
        width: 100%;
    }
    .completed-projects-slider {
        width: 100%;
    }
    .turnkey-business-slider-second .slick-dots {
        left: 50%;
        transform: translate(-50%, 0);
        bottom: -65px;
    }
    .brand-philosophy-2-block:first-child {
        margin: 0 0 44px 0;
    }
    .block-first-about-brand-franchise {
        margin-bottom: 38px;
    }
    .brand-philosophy-2-block {
        margin-bottom: 44px;
    }
    .completed-projects-slider-item {
        margin-right: 0;
    }
    .feedback-from-our-partners-slider-item {
        margin-right: 0;
    }
    .review-card-text p:first-child {
        line-height: 21px;
    }
    .review-card-text p {
        width: 100%;
        padding: 0 15px;
    }
    #block-thirteenth-contacts-title {
        padding-left: 10px !important;
        margin-bottom: 0 !important;
    }
    .responsible-franchise-item-text {
        max-width: 100%;
        text-align: center;
        margin: 31px 0 34px;
    }
    .form-cooperation-btn button {
        width: 100%;
        text-transform: none;
    }
    /* .form-cooperation-btn button {
        padding: 16px 100px;
    } */
    .block-tenth-completed-projects {
        margin-bottom: 118px;
    }
    .turnkey-business-slider .slick-dots,
    .completed-projects-slider .slick-dots,
    .feedback-from-our-partners-slider .slick-dots {
        left: 50%;
        transform: translate(-50%, 0);
        bottom: -45px;
    }
    .franchise-presentation-btn {
        width: 100%;
    }
    .block-fourteenth-franchise-presentation {
        margin-bottom: 57px;
    }
    .slider-item-text-content {
        margin-top: 29px;
    }
    .review-card-text {
        height: 245px;
    }
    .fifth-block__wholesaler-registration {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: calc(100% + 40px);
        margin-left: -20px;
        padding: 0 20px;
        margin-bottom: 69px;
    }
    .joint-purchases .contact-us {
        width: calc(100% + 40px);
        margin-left: -20px;
    }
    .fifth-block__wholesaler-registration_content {
        text-align: center;
        width: 320px;
        padding-bottom: 43px;
    }
    .third-block__profitable-terms {
        margin-bottom: 80px;
    }
    .milana-work-main-image img {
        display: none;
    }
    .block-tabel-order-main {
        width: 100%;
        overflow: scroll;
    }
    .block-header-tabel-inside,
    .block-product-tabel-inside,
    .block-product-tabel-inside-line {
        width: 768px;
    }
    .block-product-tabel-inside-line img {
        width: 100%;
        height: 1px;
    }
    .block-head-order-inside {
        display: flex;
        padding-bottom: 36px;
        align-items: flex-start;
        flex-direction: column;
    }
    .date-order-inside,
    .number-order-inside {
        padding: 0;
    }
    .date-order-inside {
        padding: 15px 0;
    }
    .block-additional-information-inside {
        display: flex;
        flex-direction: column;
    }
    .block-button-inside {
        flex-direction: column;
        align-items: flex-start;
    }
    .button-return-order {
        padding: 25px 0;
    }
    .additional-information-section:first-child {
        padding: 0 0 35px;
        flex-direction: column;
    }
    .recipient-data-title,
    .payment-method-title,
    .delivery-method-title {
        padding-bottom: 5px;
    }
    .additional-information-delivery-method {
        padding: 20px 0;
    }
    .block-button-inside {
        margin-bottom: 90px;
    }
    .block-product-tabel-inside-1 {
        margin-bottom: 35px;
    }
    .block-product-tabel-inside-2 {
        margin-top: 45px;
        margin-bottom: 50px;
    }
    .delivery-method-content {
        width: 100%;
    }
    .additional-information-all-sum {
        width: 100%;
    }
    .block-order-comment-inside {
        padding-bottom: 25px;
    }
    .rent-of-space-area {
        padding-bottom: 30px !important;
    }
    .rent-of-space__contact-title {
        font-size: 20px;
        line-height: 25px;
        width: 100%;
    }
    .rent-of-space__contact {
        padding: 0px 18px 0;
    }
    .rent-of-space__contact-title {
        font-weight: 700;
    }
    .rent-of-space__contact-card {
        margin-left: 0;
        background-color: transparent;
        flex-direction: column;
        align-items: flex-start;
    }
    .rent-of-space__contact-img {
        margin-left: 0;
        margin-top: 32px;
    }
    .rent-of-space__contact-info {
        margin-left: 0;
        margin-top: 33px;
    }
    .rent-of-space__contact-info {
        width: 100%;
    }
    .rent-of-space__contact-socials {
        margin-left: 65px;
    }
    .rent-of-space__demand-img img {
        height: 225px;
    }
    .rent-of-space__demand-img {
        height: 225px;
        width: calc(100% + 40px);
    }
    .rent-of-space__contact-text {
        margin-top: 11px;
    }
    .rent-of-space__contacts-tel_top {
        margin-top: 20px;
    }
    .rent-of-space__form-heading {
        align-items: flex-start;
        flex-direction: column;
    }
    .rent-of-space__form-title {
        font-weight: 700;
        font-size: 20px;
        line-height: 25px;
    }
    .rent-of-space__form-text {
        margin-top: 32px;
        margin-left: 0;
    }

    .rent-of-space__form-form {
        margin-top: 31px;
    }

    .rent-of-space__form-top input, .wholesale-trade__form-form input {
        width: 100%;
        margin-top: 20px;
    }

    .rent-of-space__form-form .full-phone-number, .wholesale-trade__form-form .full-phone-number {
        width: 100%;
        margin-top: 20px;
    }

    .rent-of-space__form-top input:last-child {
        margin-top: 20px;
    }
    .rent-of-space__form-bottom {
        margin-top: 20px;
    }
    .rent-of-space__form {
        padding-top: 70px;
    }
    .rent-of-space__form-btn {
        width: 100%;
    }
    .rent-of-space__offer-title {
        width: 214px;
        font-size: 20px;
        font-weight: 700;
        line-height: 25px;
    }
    .rent-of-space__offer-text {
        margin-top: 40px;
    }
    .rent-of-space__offer-list {
        width: 100%;
    }
    .rent-of-space__offer-list {
        margin-top: 41px;
    }
    .rent-of-space__offer {
        padding-top: 68px;
    }
    .rent-of-space__demand-list {
        margin-top: 41px;
    }
    .rent-of-space__demand-title {
        margin-top: 40px;
        line-height: 25px;
    }
    .rent-of-space__demand-line {
        margin-bottom: 70px;
    }
    .rent-of-space__contact-img {
        width: 97px;
        height: 97px;
    }
    .rent-of-space__contact-link:nth-child(2) {
        margin-left: 22px;
    }
    .milana-work-main-image .milana-work-text-parth {
        width: 87%;
    }
    .milana-work-main-image .milana-work-text-parth {
        width: 90%;
        margin: 0 auto;
        padding: 0;
        background: none;
    }
    .main-top {
        margin-top: 32px;
    }
    .main-form__input:last-child {
        margin-top: 30px;
    }
    .main-top__title {
        font-size: 20px;
        line-height: 25px;
    }
    .main-top__descr {
        margin-top: 40px;
        width: 100%;
    }
    .main-goods {
        margin-top: 66px;
    }
    .main-goods__title {
        max-width: 189px;
    }
    .main-goods__items {
        margin-top: 40px;
    }
    .main-goods__list {
        margin-bottom: 70px;
    }
    .main-form {
        padding-top: 82px;
        padding-bottom: 116px;
    }
    .main-form__checkbox_text {
        margin-left: 15px;
    }
    .main-form__descr {
        margin-top: 25px;
        width: 100%;
    }
    .main-form__input {
        width: 100%;
        margin-top: 30px;
    }
    .main-form__textarea {
        margin-top: 30px;
    }
    .main-form__form {
        margin-top: 20px;
    }
    .main-form__btn {
        width: 100%;
    }
    .main-form__footer {
        margin-top: 30px;
        justify-content: flex-start;
    }
    #title-main {
        max-width: 207px;
        font-size: 20px;
        line-height: 25px;
    }
    #title {
        max-width: 288px;
        font-size: 20px;
        line-height: 25px;
        font-weight: 700;
    }
    .title-mob-4 {
        max-width: 202px !important;
    }
    .text-block {
        /* max-width: 282px; */
        padding: 40px 0 0 0;
        width: 100%;
    }
    .block-first {
        width: 100%;
    }
    .banner-block {
        flex-wrap: wrap;
        width: calc(100% + 40px);
        margin-left: -20px;
    }
    .banner-block-first {
        width: 100%;
        margin-right: 0;
        margin-bottom: 5px;
    }
    .banner-block-second {
        width: 100%;
    }
    .banner-text {
        font-size: 16px;
        margin-top: 92px;
    }
    .banner-text-1 {
        margin-top: 79px;
        width: 188px;
    }
    .banner-text-2 {
        width: 254px;
    }
    .text-block-third-add {
        margin-bottom: 34px;
    }
    .icon {
        margin-right: 0;
    }
    .icon:nth-child(odd) {
        margin-right: 10px;
    }
    .icon-text {
        width: 135px;
    }
    .icon-block {
        justify-content: space-between;
        max-width: 400px;
    }
    .icon-block:last-child {
        justify-content: space-around;
    }
    .adv-text {
        width: 282px;
    }
    .text-block-fourth {
        margin-bottom: 40px;
    }
    .block-fifth {
        display: none;
    }
    #button-more-mob {
        display: inline-block;
    }
    #button-more-mob p {
        margin-bottom: 0;
    }
    .adv-4,
    .adv-5,
    .adv-6,
    .adv-7 {
        display: none;
    }
    /* .advantages-block {
      max-width: 380px;
  } */
    .adv-text {
        width: 100%;
    }
    .jobs-in-cities-table-body-tr>div:nth-child(5) {
        position: relative;
        right: inherit;
        top: inherit;
        width: 100%;
        height: 45px;
        transform: none;
        margin-top: 40px;
        margin-bottom: -40px;
    }
    .jobs-in-cities-table-body-tr>div {
        flex-direction: column;
        align-items: center;
        margin-bottom: 17px;
        text-align: center;
    }
    .jobs-in-cities-table-body-tr span {
        width: auto;
        min-width: auto;
        margin-bottom: 4px;
        margin-right: 0;
    }
    .jobs-in-cities-toggle {
        flex-direction: column;
        align-items: center;
    }
    .jobs-in-cities-toggle .dropdown-toggle:after {
        vertical-align: 0;
    }
    .jobs-in-cities {
        margin-bottom: 40px;
    }
    .jobs-in-cities-table-body .jobs-in-cities-table-body-tr {
        width: 100%;
        padding: 32px 40px 20px;
        margin-bottom: 60px;
    }
    .jobs-in-cities-table-body-tr>div:nth-child(5) a {
        color: #fff;
        font-size: 13px;
        line-height: 1;
        text-transform: none;
    }
    .milana-work-main-image a {
        width: 90%;
        font-size: 13px;
        text-transform: none;
        height: 45px;
        padding: 12px 0;
    }
    .milana-work-content-job-openings-area .zag {
        font-size: 20px;
    }
    .milana-work-content-job-openings p {
        width: 100%;
    }
    .milana-work-content-job-openings p {
        width: 100%;
        margin: 0 auto 15px;
        padding: 10px;
    }
    .milana-work-content-job-openings-area {
        padding: 0 20px;
    }
    .slider-worker-slid-img {
        width: 100%;
        height: 220px;
        margin: 0;
    }
    .slider-worker-text-parth {
        margin-left: 0;
        margin-top: 0;
        padding: 55px 20px;
    }
    .vacancies-on-job-search-sites {
        flex-direction: column;
    }
    .slider-worker-slid {
        flex-direction: column;
    }
    .shop-metro {
        margin-bottom: 30px !important;
    }
    .mil-product-slidershop-section,
    .mil-product-slider-slick,
    .slider-worker-text-parth span {
        width: 100%;
    }

    .slider-worker-area .slick-dots {
        width: 80%;
    }
    .work-area-to-the-questionnaire>div>a {
        font-size: 13px;
        height: 45px;
        text-transform: none;
        padding: 12px;
        margin-top: 50px;
        width: 90%;
    }
    .work-area-to-the-questionnaire>div .zag {
        font-size: 20px;
    }
    .work-area-to-the-questionnaire>div>div {
        padding: 0 20px;
    }
    .contact-us-double-block>div:first-child,
    .contact-us-double-block>div:last-child {
        padding-left: 25px !important;
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }
    .work-area-to-the-questionnaire {
        padding: 70px 0;
        font-size: 14px;
        margin-bottom: 60px;
    }
    .vacancies-on-job-search-sites {
        flex-direction: column;
        margin: -50px 0 0;
        padding: 0 20px;
    }
    .vacancies-on-job-search-sites-text-parth {
        width: 100%;
    }
    /*    .vacancies-on-job-search-sites-image a:last-child {
        margin-left: 0;
    }*/
    .vacancies-on-job-search-sites-image {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 50px 0;
    }
    .vacancies-on-job-search-sites .zag {
        font-size: 20px;
    }
    .brand-flex-header-text-parth .h3 {
        font-size: 21px !important;
    }
    .mil-product-slider-slick .mil-product-preview-slider-item-img {
        width: 100%;
        height: 180px;/*height: 170px;*/
        margin-right: 0;
    }
    .mil-product-slider-slick .mil-product-preview-slider-item-img .cams-shop-player {
        width: 100%;
        height: 180px;
        margin-right: 0;
    }
    .discount-cards-container-images img:first-child {
        width: calc(100% + 40px);
        height: 265px;
        flex-shrink: 0;
        margin-left: -20px;
        object-fit: cover;
    }
    .shop-block-map-info::before {
        display: none;
    }
    .mil-product-slider-slick .slick-dots {
        margin-top: 40px;
        position: relative;
    }
    .slider-shop-container.mb-23 {
        margin-bottom: 90px !important;
    }
    .shop-block-info .col-6 {
        width: 100%;
    }
    .shop-block-info .mb-8 {
        margin-bottom: 10px !important;
    }
    .mil-product-slider-slick .slick-dots li button {
        background: #F6F6F8;
    }
    .mil-product-slider-slick .slick-dots li.slick-active button {
        background-color: #000;
    }
    .shop-title-flex {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 25px !important;
    }
    .col-slidershop,
    .shop-block-map {
        width: 100%;
    }
    .shop-title-flex span {
        margin: 12px 0 0 0;
        font-size: 12px;
    }
    .shop-photo {
        width: 100%;
        height: 151px;
        margin-bottom: 34px;
    }
    .slider-shop-container {
        flex-direction: column;
    }
    .managers-text>a.manager-tel {
        pointer-events: all;
    }
    .advertisment-one .advertisment-block>a img {
        padding: 0;
        margin: 0;
        width: 100%;
    }
    .managers-text {
        width: 100%;
    }
    .press-content-container img {
        display: none;
    }
    .contact-us .company-managers-department {
        width: 100%;
    }
    .form-style-content-area img {
        width: 100vw;
        height: 200px;
    }
    .press-content {
        padding: 0;
        margin: 30px 0 0 0;
        width: 100%;
    }
    .press-content .title {
        font-size: 20px;
        margin-bottom: 28px;
    }
    .form-style {
        flex-direction: column;
    }
    .form-style-content-area {
        margin-bottom: 60px;
    }
    .press-content div a {
        width: 100% !important;
        margin-bottom: 20px;
    }
    .press-content .title br {
        display: none;
    }
    .contact-us .company-managers-department>div {
        background: none;
        padding: 0;
    }
    .brand-image {
        display: none;
    }
    .contact-us-title {
        width: 100%;
    }
    .contact-us {
        /*margin-top: 90px;*/
    }
    .contact-us {
        flex-direction: column;
        align-items: baseline;
        padding: 0 25px;
        margin-bottom: 20px;
    }
    .photogallery-zag {
        font-size: 17px;
        line-height: 1.3;
    }
    .press-content-container .press-content-area {
        margin-top: 0;
    }
    .press-title-new,
    .contact-us-title {
        font-size: 20px;
    }
    .company-managers-department>div,
    .company-managers-department>div:nth-child(2n+2) {
        flex-direction: column;
        align-items: flex-start;
        padding: 45px 30px;
        height: auto;
        width: 100%;
        margin: 0 0 7px 0;
    }
    .photogallery img,
    .more-photo a {
        height: 130px;
    }
    .photogallery>*:last-child {
        margin-bottom: 0px;
    }
    .photogallery>* {
        margin-right: 0;
        width: 100%;
        margin-bottom: 20px;
    }
    .photogallery-block>p {
        margin: 15px 0 35px;
    }
    .brand-top-header .ps-xxl-14.mb-26 {
        margin-bottom: 65px !important;
    }
    .company-managers-department {
        width: 100%;
    }
    .managers-images {
        margin-bottom: 40px;
    }
    .company-container-content .zag {
        line-height: 0.8;
        font-size: 30px;
        width: 87%;
        margin: 0 auto -4px;
    }
    .company-icons {
        padding: 55px 50px 0;
    }
    .gift-cards-container-images img:not(:first-child) {
        display: none;
    }
    .gift-cards-container-images img {
        width: calc(100% + 40px);
        margin-left: -20px;
    }
    .gift-cards-info {
        width: calc(100% + 40px);
        margin-left: -20px;
        padding: 60px 20px 80px;
    }
    .company-icons>.icon {
        margin-bottom: 25px;
    }
    .gift-cards-info form {
        flex-direction: column;
    }
    .company-image-top {
        height: 365px;
    }
    .company-container-content {
        margin-top: -270px;
    }
    .gift-cards-text-parth .zag {
        width: 100%;
    }
    .news-detail-question .question-zag {
        padding-right: 45px;
    }
    .gift-cards-right-info {
        margin-bottom: 45px;
        text-align: center;
    }
    .gift-cards-info input[type="text"] {
        width: 100%;
        margin-bottom: 27px;
        margin-right: 0;
    }
    .mil-footer-bottom-block {
        flex-direction: column;
    }
    .flex-footer-bottom {
        width: 100%;
    }
    .flex-footer-bottom-copy {
        align-items: flex-start;
    }
    .flex-footer-bottom>a {
        margin-bottom: 25px;
    }
    .flex-footer-bottom-copy .me-lg-19 {
        margin-top: 9px;
    }
    .brand-philosophy {
        flex-wrap: wrap;
        padding: 0 !important;
        margin: 0 auto;
    }
    .brand-container {
        padding: 25px 0 50px;
        color: #000;
        font-size: 20px;
        text-align: left;
        background: none;
    }
    .brand-philosophy>div {
        margin-bottom: 45px;
    }
    .brand-history .brand-history-title,
    .production-milana-products .flex div {
        margin-bottom: 55px;
        font-size: 20px !important;
    }
    .brand-history.mb-25 {
        margin-bottom: 70px !important;
    }
    .principles-in-design-flex>div {
        width: 100%;
        margin-left: 0;
        margin-bottom: 18px;
    }
    .principles-in-design-flex>div>div {
        background: none;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        margin: 0;
        font-size: 20px;
    }
    .principles-in-design-flex>div>div p::before {
        display: none;
    }
    .countries-brand p {
        width: 100%;
        border: 2px solid #8C2837;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 78px;
        font-weight: 700;
        font-size: 18px;
        text-transform: uppercase;
        margin-bottom: 27px;
    }
    .countries-brand p:last-child {
        margin-bottom: 0;
    }
    .principles-in-design {
        margin-bottom: 70px !important;
    }
    .principles-in-design-flex>div img {
        width: 100%;
        height: 160px;
        object-fit: cover;
    }
    .principles-in-design-flex>div {
        position: relative;
    }
    .principles-in-design .principles-in-design-flex {
        flex-wrap: wrap;
        padding: 0;
    }
    .brand-history-title {
        font-size: 20px !important;
    }
    .discover-milana>div {
        flex-direction: column;
        padding: 70px 30px;
    }
    .discover-milana>div>div {
        width: 85%;
        font-size: 22px !important;
        text-align: center;
        margin-bottom: 50px;
    }
    .production-milana-products img {
        display: none;
    }
    .production-milana-products .flex {
        margin-bottom: 60px;
    }
    .brand-philosophy>div {
        width: 100%;
        margin-left: 0;
    }
    .discover-milana a {
        padding: 11px 71px;
        width: 100%;
        text-align: center;
    }
    .brand-area-title {
        font-size: 20px;
    }
    .different-sizes-area {
        grid-template-columns: 100%;
        grid-gap: 0;
        grid-template-rows: 500px 340px 340px 340px 340px 500px 340px 500px;
    }
    .different-sizes-area>div {
        margin-bottom: 20px;
    }
    .different-sizes-area div.tipe-1 img,
    .different-sizes-area div.tipe-6 img,
    .different-sizes-area div.tipe-8 img {
        height: 170px;
    }
    .different-sizes-area .tipe-1 {
        grid-column: 1 / 2;
        grid-row: 1 / 2;
    }
    .different-sizes-area .tipe-2 {
        grid-column: 1 / 2;
        grid-row: 2 / 3;
    }
    .different-sizes-area .tipe-3 {
        grid-column: 1 / 2;
        grid-row: 3 / 4;
    }
    .different-sizes-area .tipe-4 {
        grid-column: 1 / 2;
        grid-row: 4 / 5;
    }
    .different-sizes-area .tipe-5 {
        grid-column: 1 / 2;
        grid-row: 5 / 6;
    }
    .different-sizes-area .tipe-6 {
        grid-column: 1 / 2;
        grid-row: 6 / 7;
    }
    .different-sizes-area .tipe-7 {
        grid-column: 1 / 2;
        grid-row: 7 / 8;
    }
    .different-sizes-area .tipe-8 {
        grid-column: 1 / 2;
        grid-row: 8 / 9;
        margin-bottom: 0;
    }
    .fullness-shoe-container img {
        max-width: 100%;
    }
    .fullness-shoe-container ul li {
        margin-bottom: 40px;
    }
    .fullness-shoe-container {
        margin-bottom: 25px !important;
    }
    .fullness-shoe-container ul li {
        flex-direction: column;
    }
    .fullness-shoe-container ul li span {
        margin: 0 0 30px 0;
    }
    #offcanvasReviewEdit3 .tab-pane>.row>div>div .btn {
        width: 100%;
    }
    .item-sizes-reserved {
        width: 100%;
        margin-bottom: 20px;
    }
    .tab-user-product-size-name {
        flex-direction: column;
        align-items: flex-start;
    }
    .tab-user-product-size-name p,
    .shop-tab-user-product .shop-address-minh {
        width: 100%;
    }
    .cardProduct4 {
        pointer-events: all;
    }
    .item-reviews-header {
        flex-direction: column;
        align-items: flex-start;
        margin: 0;
    }
    .price-header-block {
        flex-direction: column;
        align-items: flex-start !important;
    }
    .col-infos .mil-product-preview-item-sizes li {
        margin-bottom: 37px;
        margin-right: 13px;
    }
    .price-inform::before {
        left: 0;
    }
    .product-preview-item-reviews {
        border-bottom: 1px solid #dadada;
        margin: 0 0 45px;
    }
    .item-reviews-header .add-item-reviews {
        margin-bottom: 30px;
    }
    .col-infos .mil-product-preview-item-sizes {
        margin-bottom: 25px;
        margin-top: 20px;
    }
    .product-preview-item-btn.btn-in-shop {
        width: 100%;
        text-align: center;
        margin: 0;
    }
    .product-preview-item-btn {
        width: 85%;
        text-align: center;
    }
    .product-preview-item-delivery {
        font-size: 14px;
        margin-top: 30px;
        display: flex;
        justify-content: space-between;
    }
    .accordion-item.accordion-item-user-product.accordion-item-user-char .accordion-body {
        font-size: 14px !important;
    }
    .price-header-block .price-inform {
        margin-left: 0;
        font-size: 12px !important;
        position: relative;
        padding-left: 25px;
        margin: 17px 0;
    }
    .product-preview-item-icons {
        width: 100%;
    }
    .accordion-item-user-char {
        display: block;
    }
    .article-prosuct {
        margin-bottom: 25px !important;
    }
    .col-infos .mb-3.rating-stars-block {
        margin-bottom: 20px !important;
    }
    .col-infos .i-star {
        width: 16px;
        height: 16px;
    }
    .openModal {
        width: 97%;
        top: 105px;
        transform: translate(-50%, 0);
    }
    .close-authorization-registration-modal {
        right: 0;
        top: -32px;
    }
    .col-infos {
        margin-top: 55px;
        margin-bottom: 70px;
    }
    .other-products-tabs {
        font-size: 14px;
        margin-bottom: 30px;
        flex-direction: column;
        width: 100%;
        text-align: center;
    }
    .other-products-tabs>div {
        margin-bottom: 20px;
        width: 100%;
        border: 1px solid;
    }
    .accordion-item.accordion-item-user-product.accordion-item-user-char,
    .accordion-item.accordion-item-user-product {
        margin: 0;
        border-top: 1px solid #dadada;
    }
    .cardProduct4,
    .item-reviews-header .title {
        font-weight: 700;
        text-transform: uppercase;
        font-size: 20px;
        padding: 32px 0;
        width: 100%;
        -webkit-appearance: none;
        -moz-appearance: none;
        border-bottom: none;
        border-left: none;
        border-right: none;
        background: none;
    }
    .product-preview-item-reviews {
        border-top: 1px solid #dadada;
    }
    .offcanvas-scroll-bar .container-fluid {
        padding-right: 30px;
    }
    .other-products-slider .mil-product-preview-item {
        width: 150px;
        height: 308px;
        margin-right: 6px;
    }
    .mil-carousel-arrows.products-tabs-slider-arrows {
        display: none;
    }
    .other-products-header {
        flex-direction: column;
        align-items: flex-start;
        margin: 0;
    }
    .other-products {
        order: 3;
        margin-bottom: 70px;
    }
    .other-products .mil-product-carousel-slick-arrows.slider-arrows-active {
        display: none !important;
    }
    .accordion-body {
        padding-bottom: 30px;
    }
    .form-select {
        padding: 10px 20px 10px;
    }
    .man-woman-company-area .man-woman-company-image p {
        font-size: 20px;
        bottom: -4px;
    }
    .man-woman-company-text {
        margin-top: 50px;
        margin-bottom: 25px;
    }
    .company-slider-block .mil-carousel-arrows {
        display: none;
    }
    .slider-company-doc .gallery-img img {
        width: 100%;
    }
    .company-zag {
        margin-bottom: 27px;
        font-size: 20px;
    }
    .slider-company-doc.slick-dotted.slick-slider {
        margin-bottom: 135px;
    }
    .slider-company-doc .slick-dots li.slick-active button {
        background-color: #000;
    }
    .slider-company-doc .slick-dots li button {
        background-color: #F6F6F8;
    }
    .company-container-area.mb-26 {
        margin-bottom: 25px !important;
    }
    .slider-company-doc .slick-dots {
        position: absolute;
        bottom: -55px;
    }
    .slider-company-doc .gallery-img {
        margin: 0 auto;
        height: auto;
    }
    #mil-basket-your-order .mb-3>.col-md-5 {
        flex: 0 0 auto;
        width: 35.66667%;
    }
    #mil-basket-your-order .col-md-3 {
        flex: 0 0 auto;
        width: 31%;
    }
    .shop-address-minh.f-13px {
        font-size: 14px !important;
    }
    .product-preview-item-btn {
        padding: 10px 47px;
    }
    .product-reserved span {
        margin-bottom: 13px;
    }
    .product-reserved {
        flex-direction: column;
    }
    .item-sizes-reserved,
    .product-reserved>div:last-child {
        width: 100%;
        margin-top: 20px;
    }
    .col-infos .mil-product-preview-item-sizes li.last-product-preview-item-sizes:hover span {
        opacity: 0;
    }
    #offcanvasReviewEdit3 .leaflet-choose-shop {
        height: 325px;
    }
    .shoe-size-table>div {
        width: 100%;
    }
    .fashion-publications-table-tr {
        border-bottom: none;
        flex-direction: column;
        background: #F6F6F8;
        width: 100vw;
        margin-left: -20px;
        margin-bottom: 15px;
        padding: 40px 0 50px;
    }
    .fashion-publications-table-header {
        display: none;
    }
    .usual-none {
        display: block;
    }
    .shop-block-info {
        width: 100%;
        margin: 0 0 45px 0;
    }
    .on-map a {
        display: block;
        width: 100%;
        background: black;
        color: #fff;
        text-align: center;
        text-decoration: none;
        padding: 11px;
        font-size: 13px;
    }
    .job-openings-title h5 {
        font-size: 20px !important;
    }
    .job-openings .mb-34 {
        margin-bottom: 10px !important;
    }
    .product-preview-item-reviews {
        border-top: 1px solid #dadada;
    }
    .shop-item-reviews {
        border: none;
    }
    .shop-block-map-info {
        margin-bottom: 60px;
    }
    .item-reviews-container .personal-area-review-item {
        width: 100%;
        margin-right: 0px;
    }
    .shop-item-reviews .item-reviews-container ul.slick-dots {
        margin: 0 auto 55px;
    }
    .shop-item-reviews .item-reviews-header .add-item-reviews {
        margin-bottom: 45px;
    }
    .milana-work-main-image .milana-work-text-parth p {
        text-align: left;
    }
    .job-openings .mb-34 {
        flex-direction: column;
        padding-bottom: 40px !important;
    }
    .job-openings .btn {
        padding: 12px;
        margin-top: 40px;
    }
    .fashion-publications-table-tr>p:first-child {
        width: 100%;
        padding: 0;
        text-align: center;
        font-size: 13px;
    }
    .fashion-publications-table-tr>p:last-child {
        padding: 0;
        font-size: 13px;
        margin: 35px 0 0 0;
        text-align: center;
        width: 100%;
    }
    .fashion-publications-table {
        margin-bottom: 120px;
    }
    .fashion-publications-table-tr>p span {
        display: block;
    }
    .shoe-size-table-body tr td,
    .shoe-size-table-body tr td:first-child {
        padding: 17px 0;
        text-align: center;
        border-bottom: 1px solid #e0e0e0;
    }
    .shoe-size-table {
        margin-top: -30px;
    }
    .shoe-size-table table {
        width: 100%;
    }
    .shops-city-mb .f-13px,
    .shops-column .f-13px {
        font-size: 14px !important;
    }
    .shoe-size-table-body tr {
        display: flex;
        flex-direction: column;
        width: 33.3%;
    }
    .shoe-size-info>div.shoe-size-manual,
    .shoe-size-info>div {
        width: 100%;
    }
    .shoe-size-image img {
        width: 100%;
        margin: 0 auto 35px !important;
        display: block;
    }
    .shoe-size-image img:last-child {
        margin-bottom: 0 !important;
    }
    .shoe-size-table-title.h7 {
        font-size: 25px !important;
    }
    .shoe-size-table-body tbody {
        display: flex;
        justify-content: space-between;
    }
}

@media (max-width: 375px) {
    .discover-milana {
        width: calc(100% + 50px);
    }
}

@media (max-width: 320px) {
    .discover-milana {
        margin-left: -30px;
        width: calc(100% + 50px);
    }
    /* .form-cooperation-btn button {
        padding: 16px 75px;
    } */
}

@media (min-width: 480px) {
    .usual-none {
        display: none;
    }
}

@media (min-width: 1441px) {
    .tabs-personal-area .nav-tabs .nav-link-franchise {
        margin-left: 22px !important;
        margin-right: 22px !important;
    }
    .tabs-personal-area .nav-item-franchise:first-child .nav-link-franchise {
        margin-left: 0 !important;
    }
}

.tabs-personal-area .nav-tabs .nav-link-help {
    margin-left: 20px !important;
    margin-right: 20px !important;
}

.tabs-personal-area .nav-tabs .nav-item:first-child .nav-link-help {
    margin-left: 0 !important;
}


/* new */

.opening-formats-all {
    padding-right: 0;
    flex-wrap: wrap;
}

.opening-formats-all>div {
    width: 28%;
}

.opening-formats-img {
    height: 313px;
    width: 370px;
}

.opening-formats-add-img {
    position: relative;
}

.text-add-circ-w {
    color: white;
    font-size: 15px;
    text-align: center;
    line-height: 15px;
    position: absolute;
    transform: rotate(9deg);
    top: 61px;
    width: 100px;
    height: 35px;
    overflow: hidden;
    right: -60px;
    margin: 0;
}

.opening-formats-text {
    width: 95%;
}

.vacancies-on-job-search-sites-image {
    margin-left: 0 !important;
    padding: 20px 45px;
}

.vacancies-on-job-search-sites-image a:last-child img {
    margin-right: 0 !important;
}

.vacancies-on-job-search-sites-image a img {
    margin-bottom: 0 !important;
}

/*.product-preview-item-icons {
    justify-content: space-between;
}

.product-preview-item-icons .item-icons {
    width: 31%;
    margin-right: 0;
}

.product-preview-item-icons .item-icons:nth-child(2) {
    width: 27%;
}*/

.mil-product-preview-item p {
    line-height: 17px;
}

.i-profile-exit {
    /*background-image: url(/local/templates/milana2024/assets/css/../images/logout.svg) !important;*/
    background-image: url(/local/templates/milana2024/assets/css/../images/icons-sprite.svg#profile-exit-black);
}

.i-profile-exit:hover {
    /*background-image: url(/local/templates/milana2024/assets/css/../images/logout-hover.svg) !important;*/
    background-image: url(/local/templates/milana2024/assets/css/../images/icons-sprite.svg#profile-exit-primary);
}

.info-partners>* {
    display: flex;
    margin-right: 25px;
    align-items: center;
    justify-content: center;
    width: 220px;
    height: 100px;
    margin-bottom: 25px;
    position: relative;
    transition: 0.3s;
}

.info-partners>*:hover {
    /* background-color: #8d8b8f29; */
    background-color: #CBCCD4;
}
.vacancies-on-job-search-sites-image a img {
    max-width: 166px;
    margin-right: 0 !important;
    margin-bottom: 0 !important;
}

.vacancies-on-job-search-sites-image .text-decoration-none {
    text-decoration: none !important;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #F6F6F8;
    padding: 20px 30px;
    position: relative;
    transition: 0.3s;
}

.vacancies-on-job-search-sites-image .text-decoration-none:hover {
    background: #CBCCD4;
}
/* .text-decoration-none::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: transparent;
}
.text-decoration-none:hover::after {
    background-color: #dfdfe18c;
} */
.vacancies-on-job-search-sites-image {

    display: flex;
}
.vacancies-on-job-search-sites-image {

    padding: 0;
}

.vacancies-on-job-search-sites-image .text-decoration-none:not(:last-child) {
    margin-right: 25px;
}



@media (max-width:1875px) {
    .opening-formats-all>div {
        width: 32%;
    }
}

@media (max-width:1755px) {
    .opening-formats-img {
        width: 340px;
    }
    .opening-formats-all>div {
        width: 33%;
    }
    .text-add-circ-w {
        right: -63px;
    }
}

@media (max-width:1715px) {
    .opening-formats-img {
        height: 255px;
        width: 313px;
    }
    .text-add-circ-w {
        right: -68px;
    }
    .opening-formats-all>div {
        width: 33%;
    }
    .opening-formats-text {
        width: 85%;
    }
    .vacancies-on-job-search-sites {
        align-items: flex-start;
        flex-direction: column;
    }
    .vacancies-on-job-search-sites-image {
        margin-top: 40px;
    }
}

@media (max-width:1600px) {
    .opening-formats-add-img {
        padding-left: 80%;
    }
    .text-add-circ-w {
        right: -47px;
    }

}

@media (max-width:1500px) {


    .vacancies-on-job-search-sites-text-parth {
        width: 80%;
    }
}

@media (max-width:1465px) {
    .opening-formats-all>div {
        width: 31%;
    }
}

@media (max-width:1440px) {
    .opening-formats-img {
        width: 472px;
        height: 313px;
    }
    .text-add-circ-w {
        right: -17px;
    }
    .opening-formats-all>div {
        width: 48%;
        margin-bottom: 60px;
    }
    .opening-formats-text {
        width: 100%;
    }
    .opening-formats-add-img {
        padding-left: 85%;
    }
    .text-add-circ-w {
        right: -36px;
    }

}

@media (max-width:1439px) {
    .opening-formats-img {
        width: 403px;
    }
    .opening-formats-text {
        width: 90%;
    }
    .text-add-circ-w {
        right: -58px;
    }
    .opening-formats-all>div {
        width: 48%;
    }
    .opening-formats-add-img {
        padding-left: 84%;
    }
    .text-add-circ-w {
        right: -46px;
    }
    /* .vacancies-on-job-search-sites-text-parth {
        width: 100%;
    }
    .vacancies-on-job-search-sites-image {
        display: flex;
        flex-direction: row;
        align-items: center;
    } */

}

@media (max-width:1250px) {
    .opening-formats-all>div {
        width: 51%;
    }
}

@media (max-width:1199px) {
    .opening-formats-all>div {
        width: 48%;
    }

}

@media (max-width:1024px) {
    .contact-us.contact-us-double-block .contact-us-title {
        width: 25%;
    }
    .opening-formats-all>div {
        width: 45%;
    }
    .vacancies-on-job-search-sites-image .text-decoration-none:not(:last-child) {
        margin-right: 25px;
        margin-bottom: 0;
    }
    .vacancies-on-job-search-sites-image {
        display: flex;
        flex-wrap: wrap;
    }



}

@media (max-width:1023px) {
    .opening-formats-all {
        flex-direction: column;
    }
    .opening-formats-all>div {
        width: 100%;
    }
    .opening-formats-img {
        width: 562px;
    }
    .opening-formats-add-img {
        padding-left: 89%;
    }
    .opening-formats-text {
        width: 66%;
    }
    .opening-formats-all>div:last-child {
        margin-bottom: 0;
    }
    .vacancies-on-job-search-sites-image .text-decoration-none {
        margin-bottom: 25px;
    }
    .vacancies-on-job-search-sites-image .text-decoration-none:not(:last-child) {
        margin-bottom: 25px;
    }

}

@media (max-width:803px) {
    .vacancies-on-job-search-sites-image .text-decoration-none:not(:last-child) {
        margin-right: 25px;
        margin-bottom: 25px;
    }
    .vacancies-on-job-search-sites-image .text-decoration-none{
        margin-right: 25px;
        margin-bottom: 25px;
        padding: 30px 30px;
    }
}
@media (max-width:768px) {
    .discount-cards-question-parth {
        margin-bottom: 40px;
    }
    .opening-formats-img {
        width: 90%;
    }
    .text-add-circ-w {
        right: -41px;
    }
    .vacancies-on-job-search-sites {
        padding: 0px 45px;
    }
    .vacancies-on-job-search-sites {
        margin: 85px 0 85px;
    }
    .vacancies-on-job-search-sites-image {
        width: auto;
        flex-direction: row;
    }
    .product-preview-item-icons .item-icons {
        max-width: none;
    }
    .product-preview-item-icons {
        width: 64%;
    }
    .vacancies-on-job-search-sites-image .text-decoration-none {
        height: 164px;
    }

}

@media (max-width:767px) {
    .contact-us.contact-us-double-block {
        flex-direction: column;
    }
    .contact-us.contact-us-double-block .company-managers-department {
        width: calc(100% + 50px);
        margin-left: -25px;
    }
    .contact-us.contact-us-double-block>div:last-child {
        padding-left: 0px !important;
    }
    .contact-us.contact-us-double-block .contact-us-title {
        width: 100%;
        margin-bottom: 0;
    }
    .contact-us.contact-us-double-block>div:first-child {
        padding-top: 55px !important;
    }
    .slider-worker-slid {
        flex-direction: column;
    }
    .slider-worker-text-parth {
        margin-top: 0;
        width: 100%;
        margin-left: 0;
        padding: 60px 40px 65px 40px;
    }
    .slider-worker-text-parth span {
        width: 100%;
    }
    .milana-work-content-container .zag {
        padding-left: 20px;
        padding-right: 20px;
    }
    .vacancies-on-job-search-sites-image a img {
        max-width: 130px !important;
    }
    .product-preview-item-icons {
        width: 100%;
    }

}

@media (max-width:650px) {
    .vacancies-on-job-search-sites-image {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .vacancies-on-job-search-sites-image a img {
        max-width: 166px;
        margin-right: 0 !important;
    }
    .vacancies-on-job-search-sites-image a:nth-child(1) img {
        margin-bottom: 40px !important;
    }
    .vacancies-on-job-search-sites {
        margin: 85px 0 50px;
    }
}

@media (max-width:480px) {
    .contact-us-title {
        margin-bottom: 0;
    }
    .brand-geography-map {
        height: 613px;
    }
    .contact-us.contact-us-double-block .company-managers-department {
        width: 100%;
        margin-left: 0;
        padding-left: 0;
        height: auto;
    }
    .contact-us.contact-us-double-block>div:first-child {
        padding-left: 0px !important;
        padding-bottom: 0px !important;
    }
    .contact-us.contact-us-double-block .company-managers-department>div {
        height: auto;
    }
    .section-main__general-pages {
        margin-bottom: 40px !important;
    }
    .slider-worker-text-parth {
        padding: 55px 20px;
    }
    .off-canvas-start {
        width: calc(100% - 120px);
    }
    .brand-container {
        width: 100% !important;
        margin-left: 0;
    }
    .brand-area-title {
        margin-left: 0;
    }
    .col-infos .mil-product-preview-item-sizes li:last-child {
        margin-right: 0;
    }
    .text-add-circ-w {
        right: -66px;
    }
    .opening-formats-img {
        width: 100%;
        height: 216px;
    }
    .opening-formats-add-img {
        padding-left: 69%;
    }
    .text-add-circ-w {
        right: 6%;
    }
    .opening-formats-text {
        width: 100%;
    }
    .vacancies-on-job-search-sites {
        padding: 0px 20px;
    }
    .vacancies-on-job-search-sites-image {
        width: 100%;
    }
    .vacancies-on-job-search-sites-image a:nth-child(2) img {
        margin-bottom: 0px !important;
    }
    .vacancies-on-job-search-sites-image {
        padding: 50px 45px 15px;
    }
    .vacancies-on-job-search-sites {
        margin: 50px 0 20px !important;
    }
    .vacancies-on-job-search-sites-image a:nth-child(1) img {
        margin-bottom: 0px !important;
    }
    .i-profile-exit {
        background-image: url(/local/templates/milana2024/assets/css/../images/logout-mob.svg) !important;
        filter: none !important;
        height: 20px !important;
    }
    .vacancies-on-job-search-sites-text-parth {
        width: 100%;
    }
    .vacancies-on-job-search-sites-image .text-decoration-none {
        width: 100%;
    }
    .vacancies-on-job-search-sites-image {
        padding: 0;
    }
    .vacancies-on-job-search-sites-image .text-decoration-none {
        padding: 0;
    }
    .vacancies-on-job-search-sites-image .text-decoration-none {
        height: 120px;
    }

}

@media (max-width:470px) {
    .text-add-circ-w {
        right: 5%;
    }
}

@media (max-width:460px) {
    .mil-product-preview-item-sizes li {
        width: 27px;
        height: 27px;
    }

}

@media (max-width:444px) {
    .mil-product-preview-item-sizes li {
        width: 25px;
        height: 25px;
    }
    /*.mil-product-preview-item-sizes li.disable:after {
        height: 33px;
        left: 11px;
    }
    .mil-product-preview-item-sizes li.disable:before {
        height: 33px;
        left: 11px;
    }*/
    .col-infos .mil-product-preview-item-sizes li {
        margin-right: 12px;
    }
    .text-add-circ-w {
        right: 4%;
    }
}

@media (max-width:434px) {
    .col-infos .mil-product-preview-item-sizes li {
        margin-right: 8px;
    }
    .text-add-circ-w {
        right: 3%;
    }
}

@media (max-width:425px) {
    .off-canvas-start {
        width: calc(100% - 70px);
    }
}

@media (max-width:415px) {
    .mil-product-preview-item-sizes li {
        width: 22px;
        height: 22px;
    }
    /*.mil-product-preview-item-sizes li.disable:after {
        height: 30px;
        left: 10px;
    }
    .mil-product-preview-item-sizes li.disable:before {
        height: 30px;
        left: 10px;
    }*/
    .text-add-circ-w {
        right: 2%;
    }
}

@media (max-width:405px) {
    .col-infos .mil-product-preview-item-sizes li {
        margin-right: 6px;
    }
    .text-add-circ-w {
        right: 1%;
    }
}

@media (max-width:400px) {
    .text-add-circ-w {
        right: 0;
    }
    .col-infos .mil-product-preview-item-sizes li {
        width: 32px;
        height: 32px;
    }
    /*.col-infos .mil-product-preview-item-sizes li.disable:after {
        height: 43px;
        top: -7px;
        left: 15px;
    }
    .col-infos .mil-product-preview-item-sizes li.disable:before {
        height: 44px;
        top: -7px;
        left: 14px;
    }*/
}

@media (max-width:375px) {
    .off-canvas-start {
        width: calc(100% - 20px);
    }
    .mil-product-preview-item-sizes {
        font-size: 12px;
    }
    .mil-product-preview-item-sizes li {
        width: 20px;
        height: 20px;
    }
    /*.mil-product-preview-item-sizes li.disable:after {
        height: 26px;
        left: 9px;
        top: -4px;
    }
    .mil-product-preview-item-sizes li.disable:before {
        height: 26px;
        left: 9px;
        top: -4px;
    }*/
    .opening-formats-add-img {
        padding-left: 67%;
    }
}

@media (max-width:360px) {
    .opening-formats-add-img {
        padding-left: 66%;
    }
    .accordion.row.justify-content-between.product-accordion-body p {
        font-size: 13px;
    }
}

@media (max-width:355px) {
    .opening-formats-add-img {
        padding-left: 65%;
    }
    .mil-menu-width {
        width: 130px;
    }
}

@media (max-width:345px) {
    .mil-product-preview-item-sizes {
        font-size: 11px;
    }
    .mil-product-preview-item-sizes li {
        width: 18px;
        height: 18px;
    }
    /*.mil-product-preview-item-sizes li.disable:after {
        height: 24px;
        left: 8px;
        top: -4px;
    }
    .mil-product-preview-item-sizes li.disable:before {
        height: 24px;
        left: 8px;
        top: -4px;
    }*/
    .col-infos .mil-product-preview-item-sizes li {
        width: 29px;
        height: 29px;
    }
    /*.col-infos .mil-product-preview-item-sizes li.disable:before {
        height: 39px;
        top: -6px;
        left: 13px;
    }
    .col-infos .mil-product-preview-item-sizes li.disable:after {
        height: 39px;
        top: -6px;
        left: 14px;
    }*/
}

@media (max-width:340px) {
    .opening-formats-add-img {
        padding-left: 63%;
    }
}

@media (max-width:325px) {
    .opening-formats-add-img {
        padding-left: 62%;
    }
}

@media (max-width:320px) {
    .opening-formats-add-img {
        padding-left: 61%;
    }
    .accordion.row.justify-content-between.product-accordion-body p {
        font-size: 12px;
    }
}

.compensate-for-scrollbar {
    margin-right: 0 !important;
}

@media(min-width:1921px) {
    .mil-carousel-slide-img {
        height: 100%;
    }
}

@media (max-width: 1366px) {
    .product-preview-item-btn {
        padding: 10px 22px;
        margin-right: 10px;
    }
}

@media (max-width: 1280px) {
    .city-block-item-delivery-slider {
        width: 240px;
    }

    .error-impossible-add {
        width: calc(100vw - 60px);
        left: 0;
        bottom: initial;
        top: calc(100% + 15px);
    }
}

@media (max-width:845px) {
    .rules-modal-block-open.modal-block-open {
        height: 80vh;
        overflow-y: scroll;
    }
}

@media (max-width: 767px) {
    .col-infos .mil-product-preview-item-sizes {
        margin-bottom: 5px;
    }

    .rules-modal-block-open.modal-block-open {
        width: 100%;
        padding: 30px 30px;
    }

    .product-preview-item-container-top {
        flex-wrap: wrap;
    }

    .col-infos {
        margin-top: 40px;
    }

    .product-preview-item-container-top {
        flex-wrap: wrap;
    }

    .product-preview-item-btn {
        order: 1;
        margin-bottom: 15px;
    }

    .product-preview-item-container-bottom {
        order: 3;
        width: 100%;
    }

    .product-preview-item-btn.btn-in-shop {
        margin-right: 0;
    }

    .product-preview-item-delivery {
        flex-direction: column;
    }

    .product-preview-item-delivery>p {
        margin: 0 0 15px 0;
    }

    .general-reviews-information {
        width: 100%;
        padding: 25px 30px;
    }


    .city-block-item-delivery-slider {
        width: 250px;
        margin-bottom: 40px;
    }

    .photo-review-block {
        scrollbar-width: none;
        overflow-x: auto;
        -ms-scroll-snap-type: mandatory;
        scroll-snap-type: x mandatory;
    }

    .product-preview-item-wishlist {
        order: 2;
        margin-bottom: 15px;
        flex-shrink: 0;
        background-position: right;
        background-size: 100%;
    }

    .general-assessment-block p {
        font-size: 42px;
        line-height: 1;
        margin-bottom: 0;
        margin-right: 40px;
    }

    .general-assessment-block span {
        width: 105px;
    }

    .reviews-information {
        margin-bottom: 40px;
        margin-top: 50px;
    }

    .show-all-reviews {
        width: 100%;
        text-align: center;
        margin-right: 0;
    }

    .product-preview-item-reviews {
        border-bottom: none;
    }

    .all-photo-users {
        margin-top: 40px;
    }

    .general-assessment-block {
        width: 100%;
        margin-right: 0;
        display: flex;
        justify-content: center;
    }

    .item-reviews-header {
        margin-bottom: 0;
    }

    .all-photo-users-head>h5 {
        display: none;
    }

    .all-photo-users-head>p {
        display: none;
    }

    .all-photo-slider {
        padding: 0;
    }

    .select-sort {
        display: block;
    }

    .canvas-review-btn-block .add-review-btn {
        width: 100%;
        margin-bottom: 15px;
    }

    .canvas-review-btn-block .close-review-btn {
        width: 100%;
    }

    .offcanvas-photo-block>div {
        width: 70px;
        height: 90px;
        background-position: center;
    }

    .modal-block .offcanvas-header .btn-close {
        padding: 0 0 35px 0;
        margin: -15px -10px 0 auto;
    }

    .modal-block .offcanvas-header {
        padding: 0;
    }

    .item-reviews-header .title {
        margin-right: 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: relative;
    }

    .open-ruls-minimodal {
        position: absolute;
        background: #fff;
        padding: 9px 30px;
        right: 17px;
        box-shadow: 1px 2px 5px 2px rgb(213 213 213 / 26%);
    }

    .open-ruls-minimodal .rules-reviews {
        color: #000;
        text-transform: none;
        display: inline-block;
        line-height: 1.3;
        border: none;
        text-decoration: underline;
    }

    .open-ruls {
        background: url(/local/templates/milana2024/assets/css/../images/5171.png);
        cursor: pointer;
        width: 3px;
        height: 13px;
        display: block;
    }

    .question-block .reviews-information {
        margin-top: 5px;
    }

    .canvas-review-btn-block {
        flex-direction: column;
    }

    .product-preview-item-reviews {
        margin-bottom: 35px;
    }
}

@media (max-width: 320px) {
    .general-assessment-block p {
        margin-right: 20px;
    }

    .all-photo-slid a, .photo-review a {
        width: 73px;
        height: 108px;
    }
}

.h-14px {
    height: 14px;
}

.h-25px {
    height: 25px;
}

.detail__main-slider-good {
    position: relative;
}

.modal-block {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 99999;
    overflow: auto;
    display: none;
    text-align: center;
}

.modal-block .offcanvas-header {
    padding: 20px 0 0 0;
}

.modal-block .offcanvas-header .btn-close {
    padding: 15px 27.5px;
    margin: -15px -50.5px -15px auto;
}

.modal-block .btn-close {
    opacity: 1;
}

.i-tiktok {
    background-image: url(/local/templates/milana2024/assets/css/../images/tiktok.svg);
}

.i-tiktok:hover {
    background-image: url(/local/templates/milana2024/assets/css/../images/tiktok_hover.svg);
}

.i-rutube {
    background-image: url(/local/templates/milana2024/assets/css/../images/rutube.svg);
}

.i-rutube:hover {
    background-image: url(/local/templates/milana2024/assets/css/../images/rutube-hover.svg);
}

.i-yandex-zen {
    background-image: url(/local/templates/milana2024/assets/css/../images/yandex-zen.svg);
}

.i-yandex-zen:hover {
    background-image: url(/local/templates/milana2024/assets/css/../images/yandex-zen-hover.svg);
}

.i-youtube {
    background-image: url(/local/templates/milana2024/assets/css/../images/icons-social-sprite.svg#youtobe-secondary);
}

.i-youtube.i-primary, .i-youtube.active, .i-youtube[href]:hover {
    background-image: url(/local/templates/milana2024/assets/css/../images/icons-social-sprite.svg#youtobe-primary);
}

.i-telega {
    background-image: url(/local/templates/milana2024/assets/css/../images/foot-ic-tg.svg);
}

.i-telega:hover {
    background-image: url(/local/templates/milana2024/assets/css/../images/foot-ic-tg_hover.svg);
}

.modal-block-open {
    position: absolute;
    top: 50%;
    left: 50%;
    background: #fff;
    box-sizing: border-box;
    display: inline-block;
    line-height: 1.3;
    width: 525px;
    padding: 0 40px 50px 40px;
    transform: translate(-50%, -50%);
}

.rules-modal-block-open.modal-block-open {
    width: 630px;
    padding: 0 45px 65px 45px;
}

.rules-modal-text-block {
    font-size: 13px;
    text-align: left;
}

.rules-modal-block-open .bold-text-title {
    margin-bottom: 40px;
}

.i-wa {
    background-image: url(/local/templates/milana2024/assets/css/../images/foot-ic-wa.svg);
}

.i-wa:hover {
    background-image: url(/local/templates/milana2024/assets/css/../images/foot-ic-wa_hover.svg);
}

.i-viber {
    background-image: url(/local/templates/milana2024/assets/css/../images/foot-ic-viber.svg);
}

.i-viber:hover {
    background-image: url(/local/templates/milana2024/assets/css/../images/foot-ic-viber_hover.svg);
}

.i-skype {
    background-image: url(/local/templates/milana2024/assets/css/../images/foot-ic-skype.svg);
}

.i-skype:hover {
    background-image: url(/local/templates/milana2024/assets/css/../images/foot-ic-skype_hover.svg);
}

.i-facebook-messenger {
    background-image: url(/local/templates/milana2024/assets/css/../images/facebook-messenger.svg);
}

.i-facebook-messenger:hover {
    background-image: url(/local/templates/milana2024/assets/css/../images/facebook-messenger-hover.svg);
}

.i-yandex-messenger {
    background-image: url(/local/templates/milana2024/assets/css/../images/yandex-messenger.svg);
}

.i-yandex-messenger:hover {
    background-image: url(/local/templates/milana2024/assets/css/../images/yandex-messenger-hover.svg);
}

.i-wechat {
    background-image: url(/local/templates/milana2024/assets/css/../images/wechat.svg);
}

.i-wechat:hover {
    background-image: url(/local/templates/milana2024/assets/css/../images/wechat-hover.svg);
}

.open-ruls, .open-ruls-minimodal {
    display: none;
}

.question-block .text-review {
    margin-top: 25px;
}

.question-block .product-item-reviews-content {
    margin-top: 15px;
}

.item-reviews-header .title {
    text-transform: uppercase;
}

.review-dropdown-menu.dropdown-menu-lg-start[data-bs-popper] {
    box-shadow: 1px 2px 5px 2px rgb(213 213 213 / 26%);
}

.review-dropdown-menu .dropdown-item {
    font-size: 13px;
    color: #000;
    padding-left: 45px;
    position: relative;
    padding: 0.5rem 1rem 0.5rem 3.5rem;
}

.review-dropdown-menu .dropdown-item.complaint::before {
    content: '';
    width: 18px;
    height: 15px;
    background: url(/local/templates/milana2024/assets/css/../images/complaint.svg) no-repeat center;
    position: absolute;
    left: 22px;
    top: 9px;
}

.review-dropdown-menu .dropdown-item.copy-link::before {
    content: '';
    width: 17px;
    height: 17px;
    background: url(/local/templates/milana2024/assets/css/../images/copy-link.svg);
    position: absolute;
    left: 22px;
    top: 9px;
}

.dropdown-menu.review-dropdown-menu {
    padding: 0;
}

@media (max-width: 1720px) {
    .city-block-item-delivery-slider {
        width: 100%;
    }
}

@media (max-width: 1680px) {
    .reviews-information {
        width: 47%;
    }
}

@media (max-width: 1440px) {
    .product-item-reviews-content {
        flex-direction: column;
    }

    .dropdown-menu.review-dropdown-menu {
        right: 0;
        left: auto;
    }

    .reviews-information {
        order: 1;
        margin-top: 84px;
        width: 100%;
    }

    .question-block .reviews-information {
        margin-top: 0;
    }

    .all-photo-users-head {
        flex-direction: column;
    }

    .all-photo-users-head>p {
        margin: 0 0 50px 0;
    }

    .all-photo-users-head h5 {
        order: 1;
    }

    .all-photo-users {
        margin-top: 30px;
        width: 100%;
    }
}

@media (max-width: 1366px) {
    .product-preview-item-btn {
        padding: 10px 22px;
        margin-right: 10px;
    }
}

@media (max-width: 1280px) {
    .city-block-item-delivery-slider {
        width: 240px;
    }

    .error-impossible-add {
        width: calc(100vw - 60px);
        left: 0;
        bottom: initial;
        top: calc(100% + 15px);
    }
}

@media (max-width:845px) {
    .rules-modal-block-open.modal-block-open {
        height: 80vh;
        overflow-y: scroll;
    }
}

@media (max-width: 767px) {
    .col-infos .mil-product-preview-item-sizes {
        margin-bottom: 5px;
    }

    .rules-modal-block-open.modal-block-open {
        width: 100%;
        padding: 30px 30px;
    }

    .product-preview-item-container-top {
        flex-wrap: wrap;
    }

    .col-infos {
        margin-top: 40px;
    }

    .product-preview-item-container-top {
        flex-wrap: wrap;
    }

    .product-preview-item-btn {
        order: 1;
        margin-bottom: 15px;
    }

    .product-preview-item-container-bottom {
        order: 3;
        width: 100%;
    }

    .product-preview-item-btn.btn-in-shop {
        margin-right: 0;
    }

    .product-preview-item-delivery {
        flex-direction: column;
    }

    .product-preview-item-delivery>p {
        margin: 0 0 15px 0;
    }

    .general-reviews-information {
        width: 100%;
        padding: 25px 30px;
    }

    .city-block-item-delivery-slider {
        width: 250px;
        margin-bottom: 40px;
    }

    .photo-review-block {
        scrollbar-width: none;
        overflow-x: auto;
        -ms-scroll-snap-type: mandatory;
        scroll-snap-type: x mandatory;
    }

    .product-preview-item-wishlist {
        order: 2;
        margin-bottom: 15px;
        flex-shrink: 0;
        background-position: right;
        background-size: 100%;
    }

    .general-assessment-block p {
        font-size: 42px;
        line-height: 1;
        margin-bottom: 0;
        margin-right: 40px;
    }

    .general-assessment-block span {
        width: 105px;
    }

    .reviews-information {
        margin-bottom: 40px;
        margin-top: 50px;
    }

    .show-all-reviews {
        width: 100%;
        text-align: center;
        margin-right: 0;
    }

    .product-preview-item-reviews {
        border-bottom: none;
    }

    .all-photo-users {
        margin-top: 40px;
    }

    .general-assessment-block {
        width: 100%;
        margin-right: 0;
        display: flex;
        justify-content: center;
    }

    .item-reviews-header {
        margin-bottom: 0;
    }

    .all-photo-users-head>h5 {
        display: none;
    }

    .all-photo-users-head>p {
        display: none;
    }

    .all-photo-slider {
        padding: 0;
    }

    .select-sort {
        display: block;
    }

    .canvas-review-btn-block .add-review-btn {
        width: 100%;
        margin-bottom: 15px;
    }

    .canvas-review-btn-block .close-review-btn {
        width: 100%;
    }

    .offcanvas-photo-block>div {
        width: 70px;
        height: 90px;
        background-position: center;
    }

    .modal-block .offcanvas-header .btn-close {
        padding: 0 0 35px 0;
        margin: -15px -10px 0 auto;
    }

    .modal-block .offcanvas-header {
        padding: 0;
    }

    .item-reviews-header .title {
        margin-right: 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: relative;
    }

    .open-ruls-minimodal {
        position: absolute;
        background: #fff;
        padding: 9px 30px;
        right: 17px;
        box-shadow: 1px 2px 5px 2px rgb(213 213 213 / 26%);
    }

    .open-ruls-minimodal .rules-reviews {
        color: #000;
        text-transform: none;
        display: inline-block;
        line-height: 1.3;
        border: none;
        text-decoration: underline;
    }

    .open-ruls {
        background: url(/local/templates/milana2024/assets/css/../images/5171.png);
        cursor: pointer;
        width: 3px;
        height: 13px;
        display: block;
    }

    .question-block .reviews-information {
        margin-top: 5px;
    }

    .canvas-review-btn-block {
        flex-direction: column;
    }

    .product-preview-item-reviews {
        margin-bottom: 35px;
    }
}

@media (max-width: 320px) {
    .general-assessment-block p {
        margin-right: 20px;
    }

    .all-photo-slid a, .photo-review a {
        width: 73px;
        height: 108px;
    }
}

.share-modal-block-open>.bold-text-title {
    margin-bottom: 35px;
}

.fa-times {
    position: absolute;
    right: -50px;
    top: 0;
    width: 37px;
    height: 37px;
    z-index: 999;
}

.fa-times:hover {
    cursor: pointer;
}

.fa-times::after {
    left: 0;
    position: absolute;
    top: 16px;
    transform: rotateZ(45deg);
    height: 2px;
    width: 38px;
    background-color: #fff;
    content: "";
}

.fa-times::before {
    left: 0;
    position: absolute;
    top: 16px;
    transform: rotateZ(-45deg);
    height: 2px;
    width: 38px;
    background-color: #fff;
    content: "";
}

@media (max-width: 845px) {
    .fa-times {
        top: -45px;
        right: 0;
    }

    .black_theme_modal.video-block-modal .openModal {
        width: 90%;
    }

    .black_theme_modal.video-block-modal .openModal iframe,
    .black_theme_modal.video-block-modal .openModal #video-tag
    {
        width: 100% !important;
        height: 400px !important;
    }
}

.video-btn {
    position: absolute;
    height: 170px;
    width: 170px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-btn:hover {
    cursor: pointer;
}

.video-btn::before {
    content: '';
    width: 100%;
    height: 100%;
    background: #000;
    position: absolute;
    opacity: 0.5;
}

.video-btn::after {
    content: '';
    width: 36px;
    height: 36px;
    transition: .5s;
    background: rgb(255 255 255 / 35%);
    backdrop-filter: blur(5px);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;

    background-image: url(/local/templates/milana2024/assets/css/../images/play.svg);
    background-repeat: no-repeat;
    background-position: 60% 50%;
    -moz-transform: translate(-50%, -50%) scale(0.8, 0.8);
    -moz-animation: pulsing 3s infinite;
    -webkit-transform: translate(-50%, -50%) scale(0.8, 0.8);
    -webkit-animation: pulsing 3s infinite;
    -ms-transform: translate(-50%, -50%) scale(0.8, 0.8);
    -ms-animation: pulsing 3s infinite;
    -o-transform: translate(-50%, -50%) scale(0.8, 0.8);
    -o-animation: pulsing 3s infinite;
}

@-moz-keyframes pulsing {
    0% {
        -moz-transform: translate(-50%, -50%) scale(0.8, 0.8)
    }

    50% {
        -moz-transform: translate(-50%, -50%) scale(1.0, 1.0);
    }

    100% {
        -moz-transform: translate(-50%, -50%) scale(0.8, 0.8);
    }
}

@-webkit-keyframes pulsing {
    0% {
        -webkit-transform: translate(-50%, -50%) scale(0.8, 0.8)
    }

    50% {
        -webkit-transform: translate(-50%, -50%) scale(1.0, 1.0);
    }

    100% {
        -webkit-transform: translate(-50%, -50%) scale(0.8, 0.8);
    }
}

@-ms-keyframes pulsing {
    0% {
        -ms-transform: translate(-50%, -50%) scale(0.8, 0.8)
    }

    50% {
        -ms-transform: translate(-50%, -50%) scale(1.0, 1.0);
    }

    100% {
        -ms-transform: translate(-50%, -50%) scale(0.8, 0.8);
    }
}

@-o-keyframes pulsing {
    0% {
        -o-transform: translate(-50%, -50%) scale(0.8, 0.8)
    }

    50% {
        -o-transform: translate(-50%, -50%) scale(1.0, 1.0);
    }

    100% {
        -o-transform: translate(-50%, -50%) scale(0.8, 0.8);
    }
}

.video-btn img {
    width: auto;
    max-width: 100%;
    height: 65%;
    object-fit: cover;
}
.black_theme_modal.video-block-modal .openModal #video-tag
{
    background-color: #000000;
}

h4.warranty-top-title {
    font-size: 20px;
    margin-bottom: 65px;
}

.warranty-top-block {
    display: flex;
    margin-bottom: 80px;
    font-size: 14px;
}

.warranty-top-table-block {
    width: 38%;
    flex-shrink: 0;
    margin-left: 100px;
}

.warranty-top-table-header, .warranty-top-table-body {
    display: flex;
}

.warranty-top-table-header > div {
    width: 50%;
    background: #f6f6f8;
    padding: 15px 5% 15px 15%;
}

.warranty-top-table-body > div {
    width: 50%;
    border-bottom: 1px solid #d2d2d2;
    padding: 15px 5% 15px 15%;
}

.warranty-top-table {
    margin-bottom: 40px;
}

@media (max-width: 768px) {
    .warranty-top-block {
        flex-direction: column;
    }

    .warranty-top-table-block {
        width: 100%;
        margin-left: 0px;
        margin-top: 50px;
    }
}

.button.button_show_more_catalog {
    margin-top: 12px;
    display: block;
    margin-bottom: 0px;
}

nav.nav-pagination {
    margin-top: 30px;
    margin-bottom: 70px;
}
/* End */


/* Start:/local/templates/milana2024/assets/css/style-katya-css.min.css?172926564323866*/
.help-privacy__title{font-size:33px;line-height:34px;font-weight:700;text-transform:uppercase}.help-privacy__section-title{font-size:20px;font-weight:700;margin:0}.help-privacy__accordeon{margin-top:40px}.help-privacy__accordeon-btn{width:100%;height:85px;border:0;background-color:transparent;border-top:1px solid #b3aeae;border-bottom:1px solid #b3aeae;align-items:center;position:relative;display:flex;padding:29px 47px 29px 0;display:block;font-size:20px;line-height:24px;text-align:left;transition:.3s}.help-privacy__accordeon-btn:focus{outline:0}.help-privacy__accordeon-btn:active{outline:0}.help-privacy__accordeon-btn_first{border-bottom:none;border-top:none}.help-privacy__accordeon-btn.active{border:0}.help-privacy__accordeon-btn_second.active{border-top:1px solid #b3aeae}.help-privacy__accordeon-btn::after{content:url(/local/templates/milana2024/assets/css/../images/hpplus.svg);position:absolute;top:calc(50% - 10px);right:20px;transition:.3s}.help-privacy__accordeon-btn.active::after{content:url(/local/templates/milana2024/assets/css/../images/hpminus.svg);position:absolute;top:calc(50% - 7px);right:20px;transform:rotate(180deg)}.help-privacy__section{padding-bottom:60px}.help-privacy__text{margin:33px 0 0;font-size:14px;line-height:27px;text-align:justify}.help-privacy__text:first-child{margin-top:10px}.help-privacy__items{display:flex;justify-content:space-between;width:35%}.help-privacy__img{height:88px;display:flex;justify-content:center;align-items:center;margin:68px 0 30px;object-fit:contain}.help-data__items{list-style-type:none;position:relative}.help-data__list{padding-left:21px;margin-top:36px;margin-bottom:7px}.help-data__items::before{content:"--";position:absolute;left:-20px;top:0}.help-data__text{margin:36px 0 0;font-size:14px;line-height:27px;text-align:justify}.help-data__text_li{margin-top:0}.help-data__text_first{margin-top:53px}.help-privacy__accordeon-btn_bn{border:0;border-top:1px solid #b3aeae}.help-privacy__accordeon-btn_bn.active,.help-return__accordeon-btn.active{border-top:1px solid #b3aeae}.help-garant__accordeon{margin-top:30px}.help-garant__text_first{margin-top:10px}.help-return__accordeon-btn{width:100%;height:85px;border:0;background-color:transparent;border-top:1px solid #b3aeae;border-bottom:none;align-items:center;position:relative;display:flex;padding:29px 47px 29px 0;display:block;font-size:20px;line-height:24px;text-align:left;transition:.3s}.help-return__accordeon-btn_last{border-bottom:1px solid #b3aeae}.help-return__title{margin-top:50px;width:360px}.help-return__text{margin:37px 0 0;font-size:14px;line-height:27px}.help-return__step{margin-top:56px}.help-return__step-title{font-size:20px;line-height:25px;color:#8c2837;font-weight:700}.help-return__step-text{margin-top:37px;font-size:14px;line-height:27px;text-align:justify}.help-return__step-list{padding-left:9px}.help-return__step-item{list-style-type:none;position:relative;font-size:14px;line-height:27px}.help-return__step-item::before{content:"-";position:absolute;top:0;left:-10px}.help-return__title_bottom{margin-top:101px;width:400px}.help-return__step-accord{margin-top:40px}.help-return__step-list_top{margin-top:37px}.help-return__section{padding-bottom:100px}.help-return__section:last-child{padding-bottom:38px}.help-delivery__text{line-height:27px}.help-delivery__way{margin-top:81px}.help-delivery__title{margin:0}.help-delivery__way-text{margin-top:43px}.help-delivery__ways{margin-top:67px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap}.help-delivery__item{width:49%;height:288px;display:flex;align-items:center;justify-content:center;background-image:url(/local/templates/milana2024/assets/css/../images/hdsdek.png);background-repeat:no-repeat;background-size:cover;background-position:center center}.help-delivery__item-punkt{background-image:url(/local/templates/milana2024/assets/css/../images/hdsdek2.png)}.help-delivery__item-text{text-align:center;color:#fff;font-size:16px;line-height:30px;font-weight:700;text-transform:uppercase}.help-delivery__term{margin-top:163px;display:flex;align-items:center}.help-delivery__term-text{margin:0 0 0 94px;width:484px}.help-delivery__price{margin-top:151px;display:flex;justify-content:space-between}.help-delivery__price-text{margin-top:40px;margin-left:0;width:361px}.help-delivery__price-items{display:flex;justify-content:space-between;align-items:center;width:73%}.help-delivery__price-item{width:32%;height:354px;position:relative;background-image:url(/local/templates/milana2024/assets/css/../images/hdmsk.jpg);background-size:cover;background-repeat:no-repeat;background-position:center}.help-delivery__price-item_2{background-image:url(/local/templates/milana2024/assets/css/../images/hdmskobl.jpg)}.help-delivery__price-item_3{background-image:url(/local/templates/milana2024/assets/css/../images/hdregions.jpg)}.help-delivery__price-title{width:250px;line-height:41px}.help-delivery__price-item_city,.help-delivery__price-item_price{margin:0;position:absolute;text-transform:uppercase;font-weight:700}.help-delivery__price-item_city{font-size:25px;bottom:-8px;left:-2px;line-height:28px;color:#fff}.help-delivery__price-item_price{bottom:-48px;font-size:20px;line-height:25px}.help-delivery__time{display:flex;justify-content:space-between;height:418px}.help-delivery__time-title{margin-top:183px}.help-delivery__time-grey{position:relative;width:63%;height:469px}.help-delivery__time-grey_bg{position:absolute;background-color:#f6f6f8;width:100%;height:100%;top:-66px;z-index:-1;left:40px}.help-delivery__time-text{width:494px;margin-left:0}.help-delivery__time-grey_text{margin-top:255px;margin-left:84px;font-size:20px;line-height:25px;font-weight:700;text-transform:uppercase}.help-delivery__time-grey_text:nth-child(2){margin-top:5px}.help-delivery__volume{padding-top:166px;display:flex}.help-delivery__volume-text{margin-left:132px;margin-top:0;width:400px}.help-delivery__volume-title{line-height:41px;width:461px;font-size:33px}.help-delivery__track{padding-top:40px;display:flex;align-items:center}.help-delivery__track-title{line-height:41px;margin-top:95px;width:318px}.help-delivery__track-text{margin-top:29px;margin-left:0;width:432px}.help-delivery__track-img{margin-left:100px;height:429px}.help-delivery__track-img img{width:100%;height:100%;object-fit:contain}.help-delivery__refuse{padding-top:96px}.help-delivery__refuse-descr{display:flex}.help-delivery__refuse-text{margin-top:0;margin-left:199px;width:502px}.help-delivery__refuse-list{padding:0 0 0 30px;display:flex;margin:20px 0 0}.help-delivery__refuse-link{text-decoration:none;font-size:14px;line-height:27px;color:#000}.help-privacy__refuse-title{width:364px}.help-delivery__refuse-item{width:30%;list-style-type:none;position:relative;font-size:14px;line-height:24px}.help-delivery__refuse-item:last-child{margin-left:118px}.help-delivery__refuse-item::before{content:url(/local/templates/milana2024/assets/css/../images/hdsquare.svg);width:14px;height:14px;top:3px;left:-30px;position:absolute}.help-delivery__parcel{padding-top:136px}.help-delivery__parcel-title{line-height:41px;width:453px}.help-delivery__parcel-imgs{display:flex;margin-top:51px;flex-wrap:wrap}.help-delivery__parcel-item{width:420px;margin-right:58px}.help-delivery__parcel-img{background-image:url(/local/templates/milana2024/assets/css/../images/hdparsel.png);height:274px;width:420px;background-repeat:no-repeat;background-size:cover;background-position:center;position:relative}.help-delivery__parcel-img_2{background-image:url(/local/templates/milana2024/assets/css/../images/hdparsel2.png)}.help-delivery__parcel-img_3{background-image:url(/local/templates/milana2024/assets/css/../images/hdparsel3.png)}.help-delivery__parcel-text{font-size:30px;line-height:37px;text-transform:uppercase;font-weight:700;position:absolute;bottom:-11px;left:-2px;color:#fff}.help-delivery__parcel-descr{margin-top:26px;font-size:14px;line-height:27px;width:100%}.help-delivery__docs{padding-top:132px}.help-delivery__docs-title{line-height:41px}.help-delivery__docs-list{padding-top:0;margin:40px 0 0;display:flex;justify-content:space-between}.help-delivery__docs-item{position:relative;width:33%}.help-delivery__docs-item::before{position:absolute;content:"1";top:-25px;left:-30px;color:var(--color-black);font-size:50px;font-weight:700}.help-delivery__docs-item_2::before{content:"2";left:-45px}.help-delivery__docs-item_3::before{content:"3";left:-45px}.help-delivery__sdek{padding-top:167px;display:flex;justify-content:space-between}.help-delivery__sdek-items{display:flex;justify-content:space-between;width:64%}.help-delivery__sdek-img{height:299px;width:32%;background-image:url(/local/templates/milana2024/assets/css/../images/hdsdek1.png);background-size:cover;background-repeat:no-repeat;background-position:center;position:relative;display:flex;justify-content:center;margin-bottom:65px}.help-delivery__sdek-img_2{background-image:url(/local/templates/milana2024/assets/css/../images/hdsdec2.png)}.help-delivery__sdek-img_3{background-image:url(/local/templates/milana2024/assets/css/../images/hdsdek3.png)}.help-delivery__sdek-descr{width:31%}.help-delivery__sdek-title{margin-top:43px;line-height:40px;font-weight:700}.help-delivery__text-link{text-decoration:none;line-height:27px;font-weight:700;color:#000}.help-delivery__sdek-logo{margin-top:37px;height:35px;display:block;width:156px}.help-delivery__sdek-btn{width:248px;height:51px;background-color:#000;color:#fff;font-size:15px;line-height:23px;text-align:center;font-weight:700;border:0;outline:0;position:absolute;bottom:-23px;transition:.3s}.help-delivery__sdek-btn:hover{border:1px solid #8c2837;background-color:#fff;color:#8c2837}.help-delivery__try{padding-top:159px;display:flex}.help-delivery__try-title{font-size:20px;line-height:25px;font-weight:700;text-transform:uppercase;width:60%}.help-delivery__try-list{padding-top:0;padding-left:0;margin-left:87px;display:flex}.help-delivery__try-item{width:36%}.help-agreement__main-title{font-size:28px;line-height:34px;font-weight:700;text-transform:uppercase;margin-bottom:0;margin-top:0}.help-agreement__main-text{margin-top:64px;font-size:14px;line-height:27px}.help-agreement__main-text span{color:#8c2837}.help-agreement__main-link{text-decoration:none;color:#000;cursor:pointer}.help-agreement__accordeon{margin-top:110px}.help-agreement__section-text{line-height:27px;font-size:14px}.help-agreement__accordeon-btn{border-bottom:1px solid #b3aeae}.help-agreement__list{margin-bottom:0;padding-left:30px}.help-agreement__list-item{list-style-type:disc}.main-policy__list{margin-top:70px}.main-policy__item{font-size:14px;line-height:24px;margin-top:40px;display:flex;align-items:center;margin-bottom:0}.main-policy__item:first-child{margin-top:0}.main-policy__item-number{font-size:50px;line-height:30px;color:#8c2837;font-weight:700;margin-right:24px;display:block;width:35px}.main-policy__text{margin-top:79px;margin-bottom:0}.main-policy__title{font-size:33px;line-height:38px;width:50%;margin-top:81px;font-weight:700;text-transform:uppercase}.main-policy__accordeon{margin-top:44px}.main-policy__section-text{margin-top:29px;font-size:14px;line-height:27px;margin-bottom:0}.main-policy__section-list{padding-left:40px;margin-bottom:0}.main-policy__section-item{list-style-type:disc;font-size:14px;line-height:27px}@media (min-width:1922px){.help-delivery__parcel-imgs{justify-content:space-between}}@media (max-width:1440px){.help-privacy__text:first-child{margin-top:0}.help-privacy__text{margin-top:30px}.help-privacy__items{width:47%}.help-data__text_first{margin-top:60px}.help-data__text{margin-top:30px}.help-garant__text_first{margin-top:10px}.help-return__title{margin-top:54px}.help-return__step{margin-top:60px}.help-return__title_bottom{margin-top:104px}.help-return__section{padding-bottom:107px}.help-delivery__term{margin-top:115px}.help-delivery__price{margin-top:111px;flex-direction:column}.help-delivery__price-descr{display:flex;align-items:center}.help-delivery__price-text{margin-top:0;margin-left:200px;width:49%}.help-delivery__price-items{width:100%;margin-top:100px}.help-delivery__price-item{width:327px}.help-delivery__time-text{margin-top:30px}.help-delivery__time-grey_text{margin-top:246px;margin-left:174px}.help-delivery__volume{padding-top:135px}.help-delivery__track{padding-top:20px}.help-delivery__track-title{margin-top:0}.help-delivery__refuse-text{margin-left:187px}.help-delivery__refuse-list{margin-top:35px}.help-delivery__refuse-item:last-child{margin-left:43px;width:49%}.help-delivery__parcel{padding-top:112px}.help-delivery__parcel-img{width:100%}.help-delivery__parcel-item{width:45%;margin-right:53px}.help-delivery__docs{padding-top:99px}.help-delivery__docs-item{width:29%}.help-delivery__sdek-items{display:flex;justify-content:space-between;width:56%;flex-wrap:wrap}.help-delivery__sdek-img{width:49%}.help-delivery__sdek-descr{width:36%}.help-delivery__try{padding-top:80px;display:flex;justify-content:space-between}.help-delivery__refuse-item{width:49%}.help-delivery__try-list{margin-left:87px;width:70%}.help-delivery__try-title{width:30%}.help-agreement__accordeon{margin-top:80px}.main-policy__main-title{width:70%;line-height:45px}.main-policy__list{margin-top:61px}.main-policy__text{margin-top:97px}.main-policy__title{width:70%}}@media (max-width:1280px){.help-privacy__items{width:54%}.help-privacy__img{margin:65px 0 20px}.help-data__text_first{margin-top:69px}.help-return__title{margin-top:41px}.help-return__step{margin-top:61px}.help-return__section{padding-bottom:100px}.help-return__step-accord{margin-top:27px}.help-delivery__way{margin-top:93px}.help-delivery__ways{margin-top:54px}.help-delivery__term{margin-top:97px}.help-delivery__title{width:45%}.help-delivery__term-text{margin-left:0;width:50%}.help-delivery__price{margin-top:105px}.help-delivery__price-text{margin-top:0;margin-left:0;width:56%}.help-delivery__price-items{margin-top:94px}.help-delivery__price-item{width:32%;height:317px}.help-delivery__time-title{width:100%}.help-delivery__time-text{width:93%;margin-left:0}.help-delivery__time-grey_text{margin-top:245px;margin-left:108px}.help-delivery__time-grey{position:relative;width:125%;height:469px}.help-delivery__volume{padding-top:110px}.help-delivery__volume-text{margin-left:0;margin-top:0;width:52%}.help-delivery__volume-title{width:70%}.help-delivery__track-img{margin-left:0;height:327px;width:100%}.help-delivery__track-text{width:89%}.help-delivery__track-descr{width:71%}.help-delivery__refuse{padding-top:74px}.help-privacy__refuse-title{width:54%}.help-delivery__sdek-img{width:32%}.help-delivery__refuse-text{margin-left:0}.help-delivery__refuse-list{margin-top:40px}.help-delivery__parcel{padding-top:97px}.help-delivery__parcel-imgs{margin-top:56px;justify-content:space-between}.help-delivery__parcel-item{width:46%;margin-right:0;margin-bottom:65px}.help-delivery__docs{padding-top:35px}.help-delivery__parcel-descr{margin-top:30px}.help-delivery__docs-list{margin-top:54px}.help-delivery__docs-item::before{top:-17px}.help-delivery__docs-item{width:30%}.help-delivery__sdek{padding-top:141px;display:flex;flex-direction:column-reverse;justify-content:space-between}.help-delivery__sdek-descr{width:100%;display:flex}.help-delivery__sdek-title{width:64%;margin-top:0}.help-delivery__sdek-logo{margin-top:21px}.help-delivery__text{margin-top:0}.help-delivery__sdek-items{width:100%;margin-top:82px}.help-delivery__sdek-img_3{margin-top:0}.help-delivery{margin-bottom:70px!important}.help-agreement__accordeon{margin-top:60px}.main-policy__text{margin-top:79px}.main-policy__title{font-size:30px;line-height:36px;width:80%}}@media (max-width:1024px){.help-privacy__title{font-size:28px;line-height:34px}.help-privacy__text:first-child{margin-top:15px}.help-privacy__img{margin:58px 0 30px}.help-data__text_first{margin-top:53px}.help-return__section{padding-bottom:95px}.help-return__step-accord{margin-top:41px}.help-return__title_bottom{margin-top:100px}.help-return__step{margin-top:54px}.help-delivery__text{margin-top:21px}.help-delivery__way{margin-top:79px}.help-delivery__way-text{margin-top:44px}.help-delivery__price-descr{display:flex;align-items:flex-start;justify-content:space-between}.help-delivery__price-text{margin-top:0}.help-delivery__price-title{width:201px}.help-delivery__time-title{margin-top:167px}.help-delivery__time-grey_text{margin-top:227px}.help-delivery__volume{padding-top:108px}.help-delivery__refuse-text,.help-delivery__volume-text{margin-top:0}.help-delivery__parcel{padding-top:108px}.help-delivery__parcel-imgs{margin-top:65px}.help-delivery__parcel-text{line-height:32px}.help-delivery__docs-item{width:29%}.help-delivery__sdek{padding-top:112px}.help-delivery__sdek-text{margin-top:0}.help-delivery__try{padding-top:90px;display:flex;justify-content:space-between}.help-delivery__try-list{margin-left:44px}.help-agreement__main-title{font-size:20px}.help-agreement__accordeon,.help-agreement__main-text{margin-top:54px}.help-agreement__section{padding-bottom:75px}.main-policy__list{margin-top:60px}.main-policy__text{margin-top:70px}}@media (max-width:768px){.help-privacy__text:first-child{margin-top:21px}.help-privacy__items{width:80%}.help-privacy__img{margin:71px 0 24px}.help-privacy__accordeon-btn{height:73px;padding:18px 47px 18px 0}.help-data__list{margin-top:27px}.help-return__title_bottom{margin-top:92px}.help-return__step{margin-top:54px}.help-delivery__way-text{margin-top:21px}.help-delivery__item{width:100%}.help-delivery__item:last-child{margin-top:24px}.help-delivery__term{margin-top:87px;align-items:flex-start;justify-content:space-between}.help-delivery__term-text{margin-top:0;width:52%}.help-delivery__price{margin-top:92px}.help-delivery__price-text{width:52%}.help-delivery__price-items{margin-top:74px;flex-wrap:wrap}.help-delivery__price-item{width:46%;height:317px;margin-bottom:97px}.help-delivery__price-item:last-child{margin-bottom:0}.help-delivery__time{padding-top:124px;display:flex;flex-direction:column;height:270px}.help-delivery__time-grey_bg{display:none}.help-delivery__time-descr{display:flex;justify-content:space-between}.help-delivery__time-title{margin-top:0;width:40%}.help-delivery__time-text{width:60%;margin-top:0}.help-delivery__time-grey_text{margin-top:41px;margin-left:40%}.help-delivery__time-grey{position:relative;width:100%;display:flex;height:100%;flex-direction:column}.help-delivery__volume{flex-direction:column}.help-delivery__volume-title{width:100%;padding:0;margin:0}.help-delivery__volume-text{margin-top:25px;width:100%}.help-delivery__track{padding-top:79px;display:flex;align-items:flex-start;flex-direction:column}.help-delivery__track-title{width:100%}.help-delivery__track-text{width:100%;margin-top:25px}.help-delivery__track-descr{width:100%}.help-delivery__track-img{margin-top:41px}.help-delivery__refuse{padding-top:127px}.help-delivery__refuse-descr{flex-direction:column}.help-privacy__refuse-title{width:100%}.help-delivery__refuse-text{margin-top:20px;width:100%}.help-delivery__refuse-list{margin-top:55px;flex-direction:column}.help-delivery__refuse-item{width:100%}.help-delivery__refuse-item:last-child{margin-left:0;width:100%;margin-top:43px}.help-delivery__parcel-title{line-height:31px;width:387px}.help-delivery__parcel{padding-top:80px}.help-delivery__parcel-imgs{margin-top:40px}.help-delivery__parcel-item{width:100%;margin-bottom:53px}.help-delivery__parcel-text{line-height:37px}.help-delivery__parcel-item:last-child{margin-bottom:0}.help-delivery__docs{padding-top:80px}.help-delivery__docs-list{flex-wrap:wrap}.help-delivery__docs-item{margin-bottom:63px;padding-left:12px}.help-delivery__docs-item_3{margin-bottom:0}.help-delivery__docs-item_3::before{content:"3";left:-33px}.help-delivery__sdek{padding-top:102px}.help-privacy__title{font-size:28px;line-height:31px}.help-delivery__sdek-img{height:222px;width:222px;margin-bottom:0}.help-delivery__sdek-btn{width:222px;bottom:-47px;font-size:14px}.help-delivery__try{flex-direction:column}.help-delivery__try-title{width:100%}.help-delivery__try-list{margin-top:43px;margin-left:31px;flex-direction:column}.help-delivery__docs-item_2{width:42%}.help-delivery__docs-item{width:40%}.help-delivery__docs-item_3{width:42%}.help-return__section{padding-bottom:100px}.help-agreement__accordeon{margin-top:60px}.main-policy__main-title{width:100%;line-height:45px}.main-policy__text{margin-top:65px}.main-policy__title{font-size:25px;line-height:32px;width:100%}}@media (max-width:480px){.help-privacy__title{font-size:20px;line-height:27px;margin-bottom:0}.help-privacy__accordeon-btn.active::after,.help-privacy__accordeon-btn::after{right:0}.help-privacy__accordeon{margin-top:64px}.help-privacy__accordeon-btn{height:97px;padding:10px 47px 11px 0}.help-privacy__text:first-child{margin-top:40px}.help-privacy__img{height:51px}.help-privacy__img img{height:100%}.help-data__text_first{margin-top:47px}.help-garant__accordeon{margin-top:30px}.help-garant__section-title{font-size:15px;line-height:24px}.help-return__step-title{font-size:16px;line-height:25px}.help-return__step-text{margin-top:29px}.help-return__step{margin-top:63px}.help-return__step-accord{margin-top:10px}.help-return__title_bottom{width:246px;font-size:20px;margin-top:73px}.help-return__section:last-child{padding-bottom:0}.help-return__text{margin-top:29px}.help-return__step-list_top{margin-top:20px}.help-return__title{margin-top:29px;width:220px;font-size:20px}.help-delivery__way{margin-top:55px}.help-delivery__ways{margin-top:47px;width:calc(100% + 40px);margin-left:-20px}.help-delivery__item{height:204px}.help-delivery__item-text{font-size:19px;line-height:25px;margin-bottom:0;width:219px}.help-delivery__term{margin-top:76px;align-items:flex-start;flex-direction:column}.help-delivery__title{width:100%}.help-delivery__term-text{margin-top:29px;width:100%}.help-delivery__price{margin-top:73px}.help-delivery__price-descr{flex-direction:column}.help-delivery__price-text{width:100%}.help-delivery__price-items{margin-top:43px}.help-delivery__price-item{width:100%;height:305px;margin-bottom:87px}.help-delivery__time-descr{flex-direction:column}.help-delivery__time-text{width:100%}.help-delivery__time-grey_text{margin-top:29px;margin-left:0;font-size:17px;line-height:20px}.help-delivery__time-grey_text:nth-child(2){margin-top:10px}.help-delivery__time{height:400px}.help-delivery__volume{padding-top:65px}.help-delivery__track{padding-top:73px}.help-delivery__track-img{height:149px}.help-delivery__refuse{padding-top:84px}.help-delivery__refuse-list{margin-top:75px;padding-left:0}.help-delivery__refuse-item::before{height:14px;top:-30px;left:0}.help-delivery__refuse-item:last-child{margin-top:75px}.help-delivery__parcel{padding-top:73px}.help-delivery__parcel-title{line-height:27px;width:100%}.help-delivery__parcel-imgs{margin-top:43px}.help-delivery__parcel-img{height:184px}.help-delivery__parcel-text{line-height:24px;font-size:25px;left:-1px;bottom:-6px}.help-delivery__parcel-descr{margin-top:34px}.help-delivery__parcel-item{margin-bottom:56px}.help-delivery__docs{padding-top:73px}.help-delivery__docs-item{width:100%;padding-left:20px;margin-bottom:37px}.help-delivery__docs-item_3{width:100%}.help-delivery__docs-item_2::before{left:-32px}.help-delivery__sdek{padding-top:73px}.help-delivery__sdek-descr{flex-direction:column}.help-delivery__sdek-title{width:100%}.help-delivery__sdek-logo,.help-delivery__text{margin-top:42px}.help-delivery__sdek-items{margin-top:64px}.help-delivery__sdek-img{height:282px;width:100%;margin-bottom:68px}.help-delivery__sdek-btn{bottom:-24px}.help-delivery__try{padding-top:40px}.help-delivery__try-title{font-size:16px;line-height:22px}.help-delivery__try-list{margin-top:75px;margin-left:0;width:100%}.help-agreement__main-title{font-size:16px}.help-agreement__main-text{margin-top:40px}.help-agreement__accordeon{margin-top:47px}.help-return__section{padding-bottom:80px}.main-policy__main-title{line-height:25px;font-size:20px}.main-policy__list{margin-top:40px}.main-policy__item{align-items:flex-start;margin-top:32px}.main-policy__item-number{line-height:50px;margin-right:30px;width:21px}.main-policy__text{margin-top:77px}.main-policy__title{font-size:16px;line-height:25px;width:100%;margin-top:40px}.main-policy__accordeon{margin-top:14px}.main-policy__section-text{margin-top:0}.main-policy__section{padding-bottom:67px}}
/* End */


/* Start:/local/templates/milana2024/assets/css/style-sonya-joint.min.css?17197411021298*/
.joint-purchases .ps-xxxl-18{padding-top:0!important}.joint-purchases__text{font-size:14px;line-height:27px;margin:0}.joint-purchases__title{margin:0 0 37px}.joint-purchases__title h1{font-weight:700;font-size:20px;text-transform:uppercase}.first-block__text{max-width:987px;margin-bottom:103px}.second-block__three-reasons{margin-bottom:56px}.second-block__three-reasons_text{max-width:944px}.third-block__profitable-terms_text{max-width:987px}.third-block__profitable-terms{margin-bottom:124px}.joint-purchases .contact-us{margin-top:0;width:calc(100% + 130px);margin-left:-90px}@media (max-width:1440px){.joint-purchases .contact-us-title{font-size:28px}.joint-purchases .contact-us{width:calc(100% + 110px);margin-left:-70px}}@media (max-width:1280px){.first-block__text{margin-bottom:76px}.third-block__profitable-terms{margin-bottom:103px}.joint-purchases .contact-us{width:calc(100% + 100px);margin-left:-60px}}@media (max-width:1024px){.joint-purchases .contact-us{width:calc(100% + 95px);margin-left:-45px}}@media (max-width:768px){.first-block__text{margin-bottom:65px}.joint-purchases .contact-us{width:calc(100% + 75px);margin-left:-40px}}@media (max-width:480px){.joint-purchases .contact-us{width:calc(100% + 40px);margin-left:-20px}.third-block__profitable-terms{margin-bottom:80px}}
/* End */


/* Start:/local/templates/milana2024/assets/css/style-sonya-purchases.min.css?1719742963183*/
.purchases__title{padding-bottom:55px}.purchases__text{font-size:14px;line-height:27px;text-transform:none;max-width:344px}@media (max-width:1280px){.purchases__text{max-width:250px}}
/* End */


/* Start:/local/templates/milana2024/assets/css/style-sonya.min.css?172926564340822*/
@-moz-keyframes fade{0%{opacity:0}to{opacity:1}}@-webkit-keyframes fade{0%{opacity:0}to{opacity:1}}@keyframes fade{0%{opacity:0}to{opacity:1}}.tabs-personal-area .nav-tabs .nav-link-franchise{margin-left:22px!important;margin-right:22px!important}.tabs-personal-area .nav-item-franchise:first-child .nav-link-franchise,.tabs-personal-area .nav-tabs-rules .nav-item:first-child .nav-link-rules{margin-left:0!important}.purchases__page .ps-xxxl-18,section.main-product-information{padding-top:0!important}.block-first__product-information_title h2,.product-information_title h2{font-size:33px;text-transform:uppercase;font-weight:700;margin:0}.block-first__product-information_text p{font-size:14px;margin:0}.product-information_title h2{font-size:20px;line-height:25px}.product-information_text p{line-height:27px;font-size:14px;margin:0}#product-information_semibold{color:#8c2837}.block-first__product-information_row{margin-bottom:94px}.block-first__product-information_title{padding-bottom:37px}.block-second__info_row{display:flex;flex-wrap:wrap;justify-content:space-between}.block-second__info_block{width:27%;padding-bottom:39px}.product-information_title{padding-bottom:37px}.block-second__availability_text p:first-child{padding-bottom:27px}.block-second__info_row{margin-bottom:143px}@media (max-width:1440px){.block-second__info_row{margin-bottom:134px;margin-right:15%}.block-second__info_block{width:40%;padding-bottom:54px}}@media (max-width:1280px){.block-second__info_row{margin-right:0;margin-bottom:56px}.block-first__product-information_title h2{font-size:28px}}@media (max-width:1024px){.block-first__product-information_row{margin-bottom:74px}.block-second__info_block{width:45%}}@media (max-width:768px){.block-second__info_block{width:100%}}@media (max-width:480px){.block-first__product-information_title h2{font-size:20px}.product-information_title h2{font-size:16px}.block-first__product-information_row{margin-bottom:66px}.product-information_title{padding-bottom:32px}.block-second__info_block{padding-bottom:47px}}.purchases__page .contact-us{margin-top:0;align-items:flex-start;width:calc(100% + 40px)}.purchases__page .contact-us .contact-us-title{padding:0!important;width:auto;margin-right:5%}.purchases__title{padding-bottom:55px}.purchases__text p{font-weight:700;font-size:14px;line-height:27px;text-transform:none;max-width:344px}@media (max-width:1280px){.purchases__text{max-width:250px}}@media (max-width:480px){.purchases__text{max-width:100%}.purchases__page .contact-us{align-items:flex-start;width:calc(100% + 20px);padding:0}.purchases__title{padding-bottom:35px}}.block__data-processing{margin-bottom:111px}section.section-main__data-processing{padding-top:81px!important}.block__data-processing_title h2{text-transform:uppercase;font-size:33px;margin:0;font-weight:700}.block__data-processing_title{margin-bottom:54px}.block__data-processing_content p{font-size:14px;line-height:27px;margin:0}.block__data-processing_content p:nth-child(11),.block__data-processing_content p:nth-child(12),.block__data-processing_content p:nth-child(2),.block__data-processing_content p:nth-child(3){padding-bottom:27px}@media (max-width:1024px){.block__data-processing_title h2{font-size:28px}.block__data-processing{margin-bottom:81px}}@media (max-width:480px){.block__data-processing_title h2{font-size:20px}}.main-store-opening .block-twelfth-cooperation-form{background-image:none}.main-store-opening .block-twelfth-cooperation-form .cooperation-form-title{color:#000}.main-store-opening .block-twelfth-cooperation-form .form-cooperation .form-cooperation-item input,.main-store-opening .block-twelfth-cooperation-form .form-cooperation .form-cooperation-item-bottom input{border-bottom:1px solid #000;font-size:14px}.form-cooperation-item-open:-moz-placeholder,.form-cooperation-item-open:-ms-input-placeholder,.form-cooperation-item-open::-moz-placeholder,.form-cooperation-item-open::-webkit-input-placeholder,.form-cooperation-item-open::placeholder{color:#000;font-size:14px!important}.form-cooperation-item-open{padding-bottom:12px}.form-cooperation-item-bottom .form-check-input:checked{width:17px;height:17px;background-position:center}.form-cooperation-item-open-shop:nth-child(1),.form-cooperation-item-open-shop:nth-child(2),.form-cooperation-item-open-shop:nth-child(3),.form-cooperation-item-open-shop:nth-child(4){margin-bottom:30px}.form-cooperation-item-open-shop:nth-child(5){margin-bottom:10px}.cooperation-form-open .form-cooperation-item-bottom{display:flex;align-items:center}.cooperation-form-open .form-cooperation-item-bottom label{font-size:13px}.form-bottom-input{width:22%}.cooperation-form-open .form-cooperation-btn button,.exhibition__image img{width:100%}.form-cooperation-btn button{padding:0}section.main-application,section.main-exhibition,section.main-store-opening,section.main-subscription,section.section-main__general-pages{padding-top:0!important}.store-opening__stages_title h2{font-weight:700;font-size:33px;margin:0}.store-opening__stages_content p{font-size:14px;margin:0}.store-opening__stages_subtitle p:first-child{padding:37px 0 60px;width:65%}.store-opening__stages_row{display:flex;align-items:center;border-bottom:1px solid rgba(0,0,0,.15);height:91px}.store-opening__stages_numb{font-weight:700;font-size:50px;line-height:61px;color:#dfdfdf;width:88px}.store-opening__stages_text{width:85%}.store-opening__stages_text p{font-size:14px}.store-opening__stages_title{width:50%}.block-first__stages{margin-bottom:133px}.block-second__stages{background:linear-gradient(rgba(0,0,0,.6),rgba(0,0,0,.6)),url(/local/templates/milana2024/assets/css/../images/block-second__stages.jpg);background-position:center;background-size:cover;background-repeat:no-repeat}.block-second__banner h2{color:#fff;font-size:28px;text-transform:uppercase;line-height:40px;margin:0;font-weight:700;padding:8% 27%}.main-store-opening .form-bottom-input label{color:#000}.form-cooperation-item-store-opening{cursor:pointer}@media (max-width:1440px){.block-second__banner h2{padding:8% 22%}.block-first__stages{margin-bottom:106px}.store-opening__stages_title{width:60%}.main-store-opening .block-twelfth-cooperation-form{width:calc(100% + 110px);margin-left:-70px;padding:78px 45px 74px 70px}.cooperation-form-open .form-bottom-input{padding-left:0;margin-left:auto}.form-cooperation-item-open-shop:nth-child(1),.form-cooperation-item-open-shop:nth-child(2),.form-cooperation-item-open-shop:nth-child(3),.form-cooperation-item-open-shop:nth-child(4),.form-cooperation-item-open-shop:nth-child(5){margin-bottom:30px}}@media (max-width:1280px){.store-opening__stages_subtitle p:first-child{width:100%}.block-first__stages{margin-bottom:103px}.block-second__banner h2{padding:8% 15%}.store-opening__stages_text{width:100%}.store-opening__stages_title{width:70%}.main-store-opening .block-twelfth-cooperation-form{width:calc(100% + 100px);margin-left:-60px;padding:78px 40px 74px 60px}.form-cooperation-item-open-shop:nth-child(1),.form-cooperation-item-open-shop:nth-child(2),.form-cooperation-item-open-shop:nth-child(3),.form-cooperation-item-open-shop:nth-child(4),.form-cooperation-item-open-shop:nth-child(5){margin-bottom:0}.cooperation-form-open .form-cooperation-btn,.cooperation-form-open .form-cooperation-item-bottom{width:50%}}@media (max-width:1024px){.block-first__stages{margin-bottom:118px}.main-store-opening .block-twelfth-cooperation-form{width:calc(100% + 85px);margin-left:-45px;padding:78px 40px 74px 45px}}@media (max-width:768px){.block-first__stages{margin-bottom:97px}.store-opening__stages_title h2{font-size:28px}.store-opening__stages_title{width:80%}.block-second__banner h2{font-size:25px;padding:8% 10%}.main-store-opening .block-twelfth-cooperation-form .cooperation-form-title h2{margin:0 10px 0 0}.main-store-opening .block-twelfth-cooperation-form{width:calc(100% + 75px);margin-left:-40px;padding:78px 35px 74px 40px}.cooperation-form-open .form-cooperation-btn{width:48%}}@media (max-width:480px){.store-opening__stages_row{height:auto;padding:23px 0}.block-first__stages{margin-bottom:50px}.block-second__stages{width:calc(100% + 40px);margin-left:-20px}.block-second__banner h2{padding:20% 20px;line-height:32px;text-align:center}.main-store-opening .block-twelfth-cooperation-form .cooperation-form-title{align-items:flex-start}.main-store-opening .cooperation-form-title h2{font-size:20px!important}.main-store-opening .form-cooperation-btn{margin-left:0;width:100%}.cooperation-form-open .form-cooperation-btn button,.main-store-opening .form-bottom-input label{width:100%}.main-store-opening .block-twelfth-cooperation-form{width:calc(100% + 40px);margin-left:-20px;padding:78px 20px 95px}}.requirements-for-ftanchise__title{font-size:33px;font-weight:700;line-height:38px;text-transform:uppercase}.general-requirements__content{display:flex;justify-content:space-between;margin:83px 0 122px}.general-requirements__content_item{display:flex;width:20%;align-items:flex-start;margin-right:65px}.general-requirements__content_item:nth-child(2){width:30%}.general-requirements__content_item:nth-child(3){width:17%}.general-requirements__content_item:last-child{width:13%}.general-requirements__content_numb{font-size:50px;color:#dfdfdf;font-weight:700;margin-right:19px;line-height:50px}.general-requirements__content_text p{font-size:14px;margin:0;line-height:24px}.room-requirements__content{display:flex;justify-content:space-between}.room-requirements__content_column{display:flex;flex-direction:column;width:33%}.room-requirements__content_row{display:flex;align-items:center;justify-content:center;height:120px;border-bottom:1px solid rgba(0,0,0,.15)}.room-requirements__content_row-head{background-color:#8c2837;color:#fff;height:75px}.room-requirements__content_row p{font-size:14px;margin:0;text-align:center;padding:0 67px}.room-requirements__title{margin-bottom:70px}@media (max-width:1440px){.general-requirements__content_item{margin-right:45px}.general-requirements__content_item:last-child{margin-right:0;width:18%}.general-requirements__content_item:nth-child(3){width:21%}.general-requirements__content_item:nth-child(2){width:26%}}@media (max-width:1280px){.room-requirements__content_row p{padding:0 40px}}@media (max-width:1024px){.room-requirements__content_row p{padding:0 20px}}@media (max-width:768px){.requirements-for-ftanchise__title{font-size:28px}.general-requirements__content{flex-wrap:wrap;display:flex}.general-requirements__content_item{width:40%;margin-right:35px;margin-bottom:56px}.general-requirements__content_item:nth-child(2){width:50%;margin-right:0;margin-bottom:56px}.general-requirements__content_item:nth-child(3){width:40%}.general-requirements__content_item:last-child{width:40%;margin-right:0}.general-requirements__content{justify-content:left}.general-requirements__content_numb{width:35px}.room-requirements__content{flex-direction:column}.room-requirements__content_column{width:100%}#room-requirements__content_row-none{display:none}.room-requirements__content_row p{padding:0 180px}.general-requirements__content{margin:65px 0}}@media (max-width:480px){.room-requirements__content_row p{padding:0 2%}.requirements-for-ftanchise__title{font-size:16px}.general-requirements__content_item{width:100%;margin-right:0;margin-bottom:50px}.general-requirements__content_item:nth-child(2){width:100%;margin-right:0;margin-bottom:50px}.general-requirements__content_item:nth-child(3){width:100%}.general-requirements__content_item:last-child{width:100%;margin-right:0;margin-bottom:0}.general-requirements__content{margin:49px 0 52px}}.priority-cities__name h2{font-weight:700;font-size:28px;margin:0}.priority-cities__name{width:28%}.priority-cities__main-block{display:flex;flex-direction:column;margin:100px 0 20px}.priority-cities__row{display:flex;margin-bottom:81px;align-items:flex-start}.priority-cities__row:last-child{margin-bottom:0}.priority-cities__content p{font-size:14px;margin:0 0 10px}@media (max-width:1440px){.priority-cities__name h2{font-size:18px}.priority-cities__main-block{display:flex;flex-direction:column;margin:100px 0 0}}@media (max-width:1280px){.priority-cities__row{flex-direction:column;margin-bottom:45px}.priority-cities__name{margin-bottom:21px}}@media (max-width:1024px){.priority-cities__main-block{margin:0}.priority-cities__name{width:100%}}@media (max-width:480px){.priority-cities__row{margin-bottom:39px}}.exhibition__row{display:flex;padding:81px 0}.exhibition__image{width:400px}.exhibition__row:first-child{border-bottom:1px solid rgba(0,0,0,.15);padding:20px 0 81px}.exhibition__row:last-child{padding:81px 0 110px}.exhibition__content{display:flex;flex-direction:column}.exhibition__image{margin-right:12%}.exhibition__content_text p{margin:0 0 11px;font-size:14px}#exhibition__content_text-bold{font-weight:700;padding-right:18px}.exhibition__content_btn{margin-top:33px}.exhibition__content_btn button{width:337px;height:51px;text-align:center;background-color:#8c2837;color:#fff;text-transform:uppercase;border:0;font-size:15px;padding:0 35px}.exhibition__content_btn button:hover{color:#8c2837;background:#fff;transition:background-color .2s,color .2s;border:1px solid #8c2837}@media (max-width:1440px){.exhibition__image{margin-right:6%}}@media (max-width:768px){.exhibition__row{flex-direction:column}.exhibition__content{padding:35px 0 0 15px}}@media (max-width:480px){.exhibition__content_btn button{width:100%;height:60px;text-transform:none;font-size:15px;padding:5px}.exhibition__image{width:100%}.exhibition__content{padding:35px 0 0}.exhibition__content_text{padding-left:5px}}.main-application h2{font-size:28px;margin:0 0 54px;text-transform:uppercase;font-weight:700;width:40%}.application-form__row{margin-bottom:40px}.application-form__row:nth-child(5){margin-bottom:64px}.application-form__row input,.application-form__row select{width:100%;font-size:14px;padding:15px 10px}.application-form__row select{background-color:#f6f6f8;width:416px}.application-form__row .full-phone-number{width:416px}.application-form__row label{font-size:14px;font-weight:700;text-transform:uppercase;width:190px}.application-form__row textarea{width:100%;height:210px;border:0;font-size:14px;padding:10px}input:focus,textarea:focus{outline:0}.application-form__btn{margin-bottom:29px}.application-form__btn button{width:416px;height:45px;font-size:14px;background-color:#000;color:#fff;border:0}.application-form__btn button:hover,.subscription__btn_on button:hover{background-color:#fff;color:#000;border:1px solid #000;transition:background-color .2s,color .2s}.application-form__add{display:flex;align-items:center;margin-bottom:135px}.application-form__check_label{font-size:14px;padding-top:3px}@media (max-width:1440px){.main-application h2{width:50%}}@media (max-width:1024px){.main-application h2{width:65%}}@media (max-width:768px){.application-form__btn button{width:88%}.application-form__row{flex-wrap:wrap}.application-form__row label{margin-bottom:7px}}@media (max-width:480px){.application-form__btn button,.application-form__row input,.application-form__row>.full-phone-number{width:100%}.application-form__row textarea{width:100%;height:208px}.application-form__add{margin-bottom:80px}.main-application h2{width:100%;font-size:20px}}.subscription__row_title h2{font-size:20px;text-transform:uppercase;font-weight:700;margin-bottom:15px}.subscription__row_text p{font-size:14px;margin-bottom:45px;width:80%}.subscription__row_input{margin-bottom:52px}.subscription__row_input input{background-color:#f6f6f8;font-size:14px;width:416px;height:40px;padding:11px 0 11px 27px}.subscription__row_input input::placeholder{font-size:14px;color:#000}.subscription__row_btn{margin-bottom:38px}.subscription__row_btn button{border:0;color:#fff;height:45px;width:416px}.subscription__btn_on button{background-color:#000}.general-pages__row a:hover:before,.subscription__btn_off button{background-color:#8c2837}.subscription__btn_off button:hover{background-color:#fff;color:#8c2837;border:1px solid #8c2837;transition:background-color .2s,color .2s}.subscription__row_on{border-bottom:1px solid rgba(0,0,0,.15)}.subscription__row_subtitiles{margin-bottom:74px}.subscription__row_subtitiles p{color:#c7c7c7;width:52%}.subscription__row_off{margin-top:74px;margin-bottom:167px}@media (max-width:480px){.subscription__row_btn button,.subscription__row_input input,.subscription__row_subtitiles p,.subscription__row_text p{width:100%}.subscription__row_off{margin-bottom:90px}}.cookie_notice{display:none;bottom:0;left:400px;font-size:12px;width:60%;height:fit-content;position:fixed;padding:20px 50px 20px 32px;background:#fff;z-index:12000}.cookie_notice p{margin:0}.cookie_notice a,.cookie_notice a:visited{color:#000;text-decoration:none;border-bottom:1px solid #000}.cookie_notice a:hover{border-color:#f6f6f8;transition:border-color .3s}a.cookie_close{top:15px;right:20px;position:absolute;border:0;cursor:pointer;outline:0;background-image:url(/local/templates/milana2024/assets/css/../images/cookie-close.svg);background-position:center;background-size:cover;background-repeat:no-repeat;width:20px;height:20px;text-decoration:none}@media (max-width:1440px){.cookie_notice{left:267px;width:78%}}@media (max-width:1280px){.cookie_notice{left:290px;width:75%}}@media (max-width:1199px){.cookie_notice{left:5%;width:90%}}@media (max-width:991px){.cookie_notice{left:0;width:100%;top:0}}@media (max-width:767px){.cookie_notice{left:0;width:100%;top:0;padding:18px}a.cookie_close{top:15px;right:15px;width:10px;height:10px}.cookie_notice p{font-size:10px}.cookie_notice pt-5{padding:0!important}.cookie_notice .btn{padding:10px!important}}.tabs-personal-area .nav-tabs-rules .nav-link-rules{margin-left:20px!important;margin-right:20px!important}@media (min-width:1441px){.tabs-personal-area .nav-tabs-rules .nav-link-rules{margin-left:15px!important;margin-right:15px!important}}.rules-purchase__section{display:none}.rules-purchase__accordeon{display:block;width:100%;height:84px;border:0;border-top:1px solid rgba(0,0,0,.15);display:flex;align-items:center;position:relative;margin-left:-20px;padding:0 20px 0 0;font-size:20px;line-height:19px;font-weight:700;margin-top:0;text-align:left;background-color:transparent}.help-purchase__title{margin-left:-20px;margin-bottom:85px}.rules-purchase__accordeon-top{border-top:0}.rules-purchase__text p{margin-left:-20px;margin-bottom:50px;padding-right:60px}.rules-purchase__accordeon-bot{border-bottom:1px solid rgba(0,0,0,.15)}button.rules-purchase__accordeon.rules-purchase__accordeon-bot.active{border-bottom:0}.rules-purchase__accordeon::after{content:url(/local/templates/milana2024/assets/css/../images/rules-purchase-plus.svg);position:absolute;top:calc(50% - 10px);right:20px;transition:.3s}.rules-purchase__accordeon.active.active::after{content:url(/local/templates/milana2024/assets/css/../images/rules-purchase-minus.svg);color:#000;position:absolute;top:calc(50% - 7px);right:20px;transform:rotate(180deg)}@media (max-width:1280px){.help-purchase__title,.rules-purchase__accordeon,.rules-purchase__text p{margin-left:0}}.rules-return .help-return__title_bottom{margin-top:63px}.rules-return .help-return__title{margin-top:157px}@media (max-width:1280px){.rules-return .help-return__title{margin-top:100px}}.confidentiality__title h2,.rules-confidentiality h2{font-weight:700;font-size:33px;text-transform:uppercase}.confidentiality__title h2{font-size:28px;margin:54px 0;width:50%}.confidentiality__content p,.confidentiality__content-first_text p{font-size:14px;line-height:27px;margin:0 0 27px}.confidentiality__content-second_big-text h2{font-weight:700;font-size:25px;line-height:30px;text-transform:uppercase;color:#e7e7ec}.confidentiality__content-second{display:flex;justify-content:space-between}.confidentiality__content-second_big-text{width:15%;padding-right:15px}.confidentiality__content-second_text{width:75%}.confidentiality__content-first{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:60px}.confidentiality__content-first_text{width:80%}.confidentiality__content-first_img-all{width:17%;display:flex;justify-content:space-between;padding-bottom:62px}@media (max-width:1440px){.confidentiality__title h2{width:70%}.confidentiality__content-first_img-all{padding-bottom:80px}.confidentiality__content-second_big-text{width:25%;padding-right:15px}}@media (max-width:1280px){.confidentiality__content-second_big-text{width:35%;padding-right:0}}@media (max-width:1024px){.rules-confidentiality h2{font-size:28px}.confidentiality__content-second_big-text h2{font-size:20px}.confidentiality__title h2{font-weight:700;font-size:23px;text-transform:uppercase;margin:54px 0;width:70%}.confidentiality__content-first_img-all{width:27%}.confidentiality__content-first_text{width:70%;margin-right:20px}.confidentiality__content-second_big-text{width:30%;padding-right:0}}@media (max-width:768px){.confidentiality__content-first_img-all{display:flex;justify-content:space-between;padding-bottom:0;flex-direction:column;align-items:center;width:20%}.confidentiality__content-first_text{width:80%}.confidentiality__content-first_img{padding-bottom:25px}}@media (max-width:480px){.confidentiality__content-first{flex-direction:column;width:100%}.confidentiality__content-first_img-all{width:100%;display:flex;justify-content:space-around;padding-bottom:0;flex-direction:row;align-items:center}.confidentiality__content-first_text{width:100%;margin-right:0}.confidentiality__content-first_img{padding-bottom:0}.confidentiality__content-second{flex-direction:column}.confidentiality__content-second_big-text,.confidentiality__content-second_text,.confidentiality__title h2{width:100%}.rules-confidentiality h2{font-size:20px}.confidentiality__title h2{font-size:16px;margin:30px 0}.confidentiality__content-second_big-text h2{font-size:18px;color:#000}}.delivery-method__title h2{font-size:33px;text-transform:uppercase;font-weight:700}.delivery-method__content_text p{font-size:14px;margin:0}.rules-delivery{margin-bottom:0!important}.rules-delivery__contact-us{width:calc(100% + 130px);margin-left:-90px}.rules-delivery__contact-us .managers-text>a.manager-email{margin-top:50px}.delivery-method__title{margin-bottom:37px}.delivery-method__title-main{margin-bottom:81px}.delivery-method__row{margin-bottom:54px}.delivery-method__row:last-child{margin-bottom:85px}.delivery-method__row_time{margin-bottom:81px}.delivery-method__content,.setting-subscription__form-check_form form{display:flex;justify-content:space-between}.delivery-method__content_text{width:70%}.delivery-method__content .delivery-method__content_text{width:50%}.delivery-method__content_add{display:flex;flex-direction:column;width:45%}.delivery-method__content_del-row{display:flex;justify-content:space-between;border-top:1px solid #b1b1b1;padding:15px 0}.delivery-method__content_del-row:nth-child(3){border-bottom:1px solid #b1b1b1}.delivery-method__content_add p{margin:0}.block-second__cdek{background:linear-gradient(rgba(0,0,0,.37),rgba(0,0,0,.37)),url(/local/templates/milana2024/assets/css/../images/block-second-cdek.jpg);background-position:center;background-size:cover;background-repeat:no-repeat;width:calc(100% + 130px);margin-left:-90px;height:282px;display:flex;align-items:center;justify-content:center}.block-second__cdek_title h2,.block-thrid__cdek-add_button a{color:#fff;font-size:33px;font-weight:700;text-transform:uppercase}.block-thrid__cdek-add_button{display:flex;justify-content:space-between;margin-top:-30px}.block-thrid__cdek-add_button a{display:flex;justify-content:center;align-items:center;width:32%;height:60px;color:#000;background-color:#f6f6f8;font-size:16px;text-decoration:none}.block-thrid__cdek-add_button a:visited{color:#000}.block-thrid__cdek-add_button a:hover{color:#f6f6f8;background-color:#000;transition:.3s}.block-thrid__cdek-add_text{padding-top:81px}.block-thrid__cdek-add_text p{font-size:14px;margin-bottom:35px;width:60%}.delivery-method__content_del-numb p{width:87px}@media (max-width:1440px){.block-second__cdek,.rules-delivery__contact-us{width:calc(100% + 110px);margin-left:-70px}.delivery-method__content_text{width:80%}.delivery-method__content .delivery-method__content_text{width:40%}.delivery-method__content_add{width:57%}}@media (max-width:1280px){.block-thrid__cdek-add_text p,.delivery-method__content_text{width:100%}.block-second__cdek,.rules-delivery__contact-us{width:calc(100% + 100px);margin-left:-60px}}@media (max-width:1024px){.block-second__cdek_title h2,.delivery-method__title h2{font-size:28px}.block-thrid__cdek-add_button a{font-size:14px}.delivery-method__content .delivery-method__content_text{width:30%}.block-second__cdek,.rules-delivery__contact-us{width:calc(100% + 85px);margin-left:-45px}}@media (max-width:768px){.block-second__cdek,.rules-delivery__contact-us{width:calc(100% + 75px);margin-left:-40px}.delivery-method__content .delivery-method__content_text{width:35%}.delivery-method__row_time{margin-bottom:54px}}@media (max-width:480px){.block-second__cdek,.rules-delivery__contact-us{width:calc(100% + 40px);margin-left:-20px}.delivery-method__title h2{font-size:18px}.delivery-method__row{margin-bottom:34px}.delivery-method__title-main{margin-bottom:61px}.delivery-method__content{flex-direction:column}.delivery-method__content .delivery-method__content_text{width:100%;margin-bottom:30px}.delivery-method__content_add{width:100%}.block-second__cdek_title h2{font-size:18px;padding:0 20px;text-align:center}.block-thrid__cdek-add_button{flex-direction:column}.block-thrid__cdek-add_button a{width:100%;margin-bottom:20px}.block-thrid__cdek-add_text{padding-top:30px}}.block__rules-guarantee p{font-size:14px;margin:0}.block__rules-guarantee p:nth-child(1),.block__rules-guarantee p:nth-child(2),.block__rules-guarantee p:nth-child(4){margin-bottom:27px}.block__rules-guarantee p:nth-child(3),.block__rules-guarantee p:nth-child(5),.block__rules-guarantee p:nth-child(6){margin-bottom:3px}.general-pages__row{display:flex;flex-wrap:wrap}.general-pages__row a,.general-pages__row a:visited{color:#fff;text-decoration:none;text-transform:uppercase;font-weight:700;font-size:18px;display:flex;width:22%;height:94px;align-items:center;justify-content:center;transition:.5s;position:relative;text-align:center}#general-pages__text-a{position:relative;z-index:9}.general-pages__row a::before{content:"";position:absolute;width:100%;height:100%;background-color:rgba(0,0,0,.6);transition:.3s}.general-pages__item{margin:0 32px 32px 0}.section-main__general-pages{margin-bottom:186px}.general-help__item:nth-child(1),.general-help__item:nth-child(2){background-image:url(/local/templates/milana2024/assets/css/../images/general-company__6.jpg);background-position:center;background-size:cover;background-repeat:no-repeat}.general-help__item:nth-child(2){background-image:url(/local/templates/milana2024/assets/css/../images/general-partners__6.jpg);background-position:bottom}.general-help__item:nth-child(3),.general-help__item:nth-child(4){background-image:url(/local/templates/milana2024/assets/css/../images/general-help__1.jpg);background-position:center;background-size:cover;background-repeat:no-repeat}.general-help__item:nth-child(4){background-image:url(/local/templates/milana2024/assets/css/../images/general-help__2.jpg);background-position:bottom}.general-help__item:nth-child(5),.general-help__item:nth-child(6){background-image:url(/local/templates/milana2024/assets/css/../images/general-help__3.jpg);background-position:center;background-size:cover;background-repeat:no-repeat}.general-help__item:nth-child(6){background-image:url(/local/templates/milana2024/assets/css/../images/general-help__4.jpg)}.general-help__item:nth-child(7),.general-help__item:nth-child(8),.general-help__item:nth-child(9){background-image:url(/local/templates/milana2024/assets/css/../images/general-help__5.jpg);background-position:center;background-size:cover;background-repeat:no-repeat}.general-help__item:nth-child(8),.general-help__item:nth-child(9){background-image:url(/local/templates/milana2024/assets/css/../images/general-help__6.jpg)}.general-help__item:nth-child(9){background-image:url(/local/templates/milana2024/assets/css/../images/general-help__7.jpg)}@media (max-width:1440px){.general-pages__item{margin:0 30px 32px 0}.general-pages__row a,.general-pages__row a:visited{width:30%}.section-main__general-pages{margin-bottom:147px}}@media (max-width:1280px){.general-pages__row a,.general-pages__row a:visited{width:49.5%}.general-pages__item{margin:0 0 11px}.general-help__item:nth-child(2),.general-help__item:nth-child(4),.general-help__item:nth-child(6),.general-help__item:nth-child(8){margin-right:0}.general-pages__row{justify-content:space-between}.section-main__general-pages{margin-bottom:128px}}@media (max-width:1024px){.section-main__general-pages{margin-bottom:119px}}@media (max-width:768px){.general-pages__item{margin:0 20px 20px 0}.general-pages__row a,.general-pages__row a:visited{width:100%}.section-main__general-pages{margin-bottom:124px}}@media (max-width:480px){.general-pages__row a,.general-pages__row a:visited{width:100%}.general-pages__item{margin:0 0 20px}.section-main__general-pages{margin-bottom:111px}}.general-partners__item:nth-child(1){background-image:url(/local/templates/milana2024/assets/css/../images/general-partners__1.jpg);background-position:center;background-size:cover;background-repeat:no-repeat}.general-partners__item:nth-child(2),.general-partners__item:nth-child(3),.general-partners__item:nth-child(4){background-image:url(/local/templates/milana2024/assets/css/../images/general-partners__6.jpg);background-position:center;background-size:cover;background-repeat:no-repeat}.general-partners__item:nth-child(3),.general-partners__item:nth-child(4){background-image:url(/local/templates/milana2024/assets/css/../images/general-partners__2.jpg)}.general-partners__item:nth-child(4){background-image:url(/local/templates/milana2024/assets/css/../images/general-partners__3.jpg)}.general-partners__item:nth-child(5),.general-partners__item:nth-child(6),.general-partners__item:nth-child(7){background-image:url(/local/templates/milana2024/assets/css/../images/general-partners__4.jpg);background-position:center;background-size:cover;background-repeat:no-repeat}.general-partners__item:nth-child(6),.general-partners__item:nth-child(7){background-image:url(/local/templates/milana2024/assets/css/../images/general-partners__5.jpg)}.general-partners__item:nth-child(7){background-image:url(/local/templates/milana2024/assets/css/../images/general-help__7.jpg)}.general-buyers__item:nth-child(1),.general-buyers__item:nth-child(2),.general-buyers__item:nth-child(3){background-image:url(/local/templates/milana2024/assets/css/../images/general-buyers__1.jpg);background-position:center;background-size:cover;background-repeat:no-repeat}.general-buyers__item:nth-child(2),.general-buyers__item:nth-child(3){background-image:url(/local/templates/milana2024/assets/css/../images/general-company__3.jpg)}.general-buyers__item:nth-child(3){background-image:url(/local/templates/milana2024/assets/css/../images/general-buyers__2.jpg)}.general-buyers__item:nth-child(4),.general-buyers__item:nth-child(5),.general-buyers__item:nth-child(6){background-image:url(/local/templates/milana2024/assets/css/../images/general-buyers__3.jpg);background-position:center;background-size:cover;background-repeat:no-repeat}.general-buyers__item:nth-child(5),.general-buyers__item:nth-child(6){background-image:url(/local/templates/milana2024/assets/css/../images/general-buyers__4.jpg)}.general-buyers__item:nth-child(6){background-image:url(/local/templates/milana2024/assets/css/../images/general-buyers__5.jpg)}.general-buyers__item:nth-child(7),.general-buyers__item:nth-child(8),.general-company__item:nth-child(1){background-image:url(/local/templates/milana2024/assets/css/../images/general-buyers__6.jpg);background-position:center;background-size:cover;background-repeat:no-repeat}.general-buyers__item:nth-child(8),.general-company__item:nth-child(1){background-image:url(/local/templates/milana2024/assets/css/../images/general-company__7.jpg)}.general-company__item:nth-child(1){background-image:url(/local/templates/milana2024/assets/css/../images/general-partners__1.jpg)}.general-company__item:nth-child(2),.general-company__item:nth-child(3),.general-company__item:nth-child(4){background-image:url(/local/templates/milana2024/assets/css/../images/general-company__5.jpg);background-position:center;background-size:cover;background-repeat:no-repeat}.general-company__item:nth-child(3),.general-company__item:nth-child(4){background-image:url(/local/templates/milana2024/assets/css/../images/general-help__1.jpg)}.general-company__item:nth-child(4){background-image:url(/local/templates/milana2024/assets/css/../images/general-company__3.jpg)}.general-company_about__item:nth-child(1),.general-company_about__item:nth-child(2){background-image:url(/local/templates/milana2024/assets/css/../images/general-company__1.jpg);background-position:center;background-size:cover;background-repeat:no-repeat}.general-company_about__item:nth-child(2){background-image:url(/local/templates/milana2024/assets/css/../images/general-company__2.jpg)}.general-company_about__item:nth-child(3),.general-company_about__item:nth-child(4){background-image:url(/local/templates/milana2024/assets/css/../images/general-company__3.jpg);background-position:center;background-size:cover;background-repeat:no-repeat}.general-company_about__item:nth-child(4){background-image:url(/local/templates/milana2024/assets/css/../images/general-company__4.jpg)}.general-company_about__item:nth-child(5),.general-company_about__item:nth-child(6){background-image:url(/local/templates/milana2024/assets/css/../images/general-company__5.jpg);background-position:center;background-size:cover;background-repeat:no-repeat}.general-company_about__item:nth-child(6){background-image:url(/local/templates/milana2024/assets/css/../images/general-company__6.jpg)}.general-company_about__item:nth-child(7),.general-company_media__item:nth-child(1){background-image:url(/local/templates/milana2024/assets/css/../images/general-company__8.jpg);background-position:center;background-size:cover;background-repeat:no-repeat}.general-company_media__item:nth-child(1){background-image:url(/local/templates/milana2024/assets/css/../images/general-company__3.jpg)}.general-company_media__item:nth-child(2),.general-company_media__item:nth-child(3){background-image:url(/local/templates/milana2024/assets/css/../images/general-company__1.jpg);background-position:center;background-size:cover;background-repeat:no-repeat}.general-company_media__item:nth-child(3){background-image:url(/local/templates/milana2024/assets/css/../images/general-company__3.jpg)}.general-company_media__item:nth-child(4),.general-company_media__item:nth-child(5){background-image:url(/local/templates/milana2024/assets/css/../images/general-buyers__1.jpg);background-position:center;background-size:cover;background-repeat:no-repeat}.general-company_media__item:nth-child(5){background-image:url(/local/templates/milana2024/assets/css/../images/general-buyers__2.jpg)}.general-clients_product_info__item:nth-child(1),.general-company_media__item:nth-child(6){background-image:url(/local/templates/milana2024/assets/css/../images/general-company__6.jpg);background-position:center;background-size:cover;background-repeat:no-repeat}.general-clients_product_info__item:nth-child(1){background-image:url(/local/templates/milana2024/assets/css/../images/general-clients-product-info-technologii.jpg)}.general-clients_product_info__item:nth-child(2),.general-clients_product_info__item:nth-child(3){background-image:url(/local/templates/milana2024/assets/css/../images/general-clients-product-info-razmer.jpg);background-position:center;background-size:cover;background-repeat:no-repeat}.general-clients_product_info__item:nth-child(3){background-image:url(/local/templates/milana2024/assets/css/../images/general-clients-product-info-polnota.jpg);background-position:bottom}.general-clients_product_info__item:nth-child(4),.general-clients_product_info__item:nth-child(5){background-image:url(/local/templates/milana2024/assets/css/../images/general-clients-product-info-uhod.jpg);background-position:top;background-size:cover;background-repeat:no-repeat}.general-clients_product_info__item:nth-child(5){background-image:url(/local/templates/milana2024/assets/css/../images/general-buyers__6.jpg);background-position:center}.i-search-pic{background-image:url(/local/templates/milana2024/assets/css/../images/search-pic-icon.svg)}.me-xxxl-14-pic{margin-right:17px!important}#search-pic-close{border:0;cursor:pointer;outline:0;background-image:url(/local/templates/milana2024/assets/css/../images/cookie-close.svg);background-position:center;background-size:cover;background-repeat:no-repeat;width:15px;height:15px;background-color:#fff}.modal{position:fixed;width:100%;height:100%;background-color:rgba(0,0,0,.7);top:0;left:0;z-index:9999;display:none;overflow:auto}.search-pic-wind__body{background-color:#fff;width:100%;height:115px;display:flex;align-items:center;justify-content:space-between}.icon-search-pic__link{border:0;background:0 0}.icon-search-pic{margin-right:82px}.search-pic-wind__content,.search-pic-wind__content_a a,.search-pic-wind__content_button{display:flex;align-items:center;height:100%;width:100%}.search-pic-wind__content_button{border-right:1px solid #e5e5e5;width:44%;padding-left:14%;margin-right:5%;justify-content:space-around}.search-pic-wind__close{margin-right:53px;padding-left:20px}.search-pic-wind__content_a a{justify-content:center;color:#000;text-decoration:none;width:205px;height:35px;border:1px solid #000;font-size:13px;transition:.3s;padding-top:2px}.search-pic-wind__content_a a:visited{color:#000}.search-pic-wind__content_a a:hover,.setting-subscription__buttons_on button{color:#fff;border:0;background-color:#000}.search-pic-wind__content_area p{font-size:13px;margin:0}form{margin-block-end:1em}@media (max-width:1440px){.search-pic-wind__content_button{width:60%;height:100%;padding-left:10%;margin-right:5%}.search-pic-wind__close{margin-right:3%}}@media (max-width:1280px){.search-pic-wind__content_button{width:55%;height:100%;padding-left:7%;margin-right:5%}.icon-search-pic{margin-right:0}}@media (max-width:1024px){.search-pic-wind__content_button{padding-left:0}}@media (max-width:768px){.search-pic-wind__content_button{flex-direction:column;justify-content:center}.search-pic-wind__content_area{padding-top:10px}}@media (max-width:480px){.search-pic-wind__content{flex-direction:column}.search-pic-wind__content_button{border-right:none}.search-pic-wind__content_area{display:none}.search-pic-wind__content{align-items:flex-start}.search-pic-wind__content_a a,.search-pic-wind__content_search .form-control{width:300px}.search-pic-wind__content_a,.search-pic-wind__content_button{width:100%}.search-pic-wind__content{margin-left:10px}.search-pic-wind__close{margin-right:5%;margin-top:5%}.search-pic-wind__body{align-items:flex-start}}@media (max-width:767px){.i-search-pic{filter:invert(1)}}@media (max-width:374px){.search-pic-wind__content_a a{width:240px}.search-pic-wind__body{position:relative}.search-pic-wind__close{margin-right:0;margin-top:0;position:absolute;top:20px;right:12px}}@media (max-width:346px){.mil-menu-width{width:115px}.mil-top-side-menu{padding-right:13px}.icon-search-pic__link{padding-top:7px}}#text-plagin-add{font-size:10px;color:#696e74;position:fixed;top:85px;width:270px;line-height:11px}@media (max-width:1440px){#text-plagin-add{display:none}}.setting-subscription__title h2{font-size:20px;font-weight:700;text-transform:uppercase;margin-bottom:15px}.help-sub .block-first__product-information_row{margin-bottom:25px}.setting-subscription__text p{font-size:14px}.setting-subscription__form-check_check{display:flex;align-items:center}.setting-subscription__buttons{display:flex}.setting-subscription__buttons_on button{font-size:14px;width:339px;transition:.3s;height:45px;margin-right:27px}.setting-subscription__buttons_off button,.setting-subscription__buttons_on button:hover{background-color:#fff;color:#000;border:1px solid #000}.setting-subscription__buttons_off button{font-size:14px;width:234px;transition:.3s;height:45px}.setting-subscription__buttons_off button:hover{border:0;background-color:#000;color:#fff}.setting-subscription__form-check_form{width:80%}.setting-subscription__form-check_form_second{width:35%}.setting-subscription__subtitle p{font-size:12px;color:#c7c7c7}.setting-subscription__subtitle{width:50%;margin-bottom:100px;margin-top:38px}.setting-subscription{margin-bottom:100px}.setting-subscription__text{width:50%;margin-bottom:40px}.setting-subscription__form-check{margin-bottom:51px}.setting-subscription-second{margin-bottom:128px}.setting-subscription__form-check_check label{font-size:14px;line-height:14px}.setting-subscription__input{margin-bottom:42px}.setting-subscription__form-check_check input{cursor:pointer}.setting-subscription__form-check_title p{font-size:14px;margin-bottom:24px}@media (max-width:1700px){.setting-subscription__form-check_form{width:95%}.setting-subscription__form-check_form_second{width:50%}.setting-subscription__text{width:70%}.setting-subscription__subtitle{width:60%}}@media (max-width:1440px){.setting-subscription__form-check_form{width:100%}.setting-subscription__form-check_form_second{width:45%}.setting-subscription__text{width:80%}.setting-subscription__form-check_form form{flex-wrap:wrap}.setting-subscription__form-check_check{display:flex;align-items:center;padding-right:20px;padding-bottom:20px}.setting-subscription__form-check{margin-bottom:30px}}@media (max-width:1280px){.setting-subscription__form-check_form_second{width:55%}.setting-subscription__form-check_form form{display:flex;justify-content:left}}@media (max-width:1024px){.setting-subscription__subtitle{width:70%}}@media (max-width:768px){.setting-subscription__form-check_form_second,.setting-subscription__text{width:100%}.setting-subscription__subtitle{width:90%}.setting-subscription__buttons{display:flex;flex-wrap:wrap}.setting-subscription__buttons_on{padding-bottom:15px}.setting-subscription__subtitle{margin-top:23px}.setting-subscription{margin-bottom:74px}.setting-subscription__subtitle{margin-bottom:0}}@media (max-width:480px){.setting-subscription__buttons_on button{width:100%;margin-right:0}.setting-subscription__buttons,.setting-subscription__form-check_form form{flex-direction:column}.setting-subscription__buttons_off button,.setting-subscription__subtitle{width:100%}.setting-subscription__title h2{font-size:16px}.help-sub .block-first__product-information_title{padding-bottom:40px}.help-sub .block-first__product-information_row{margin-bottom:0}.setting-subscription__subtitle{margin-top:27px}}
/* End */


/* Start:/local/templates/milana2024/assets/css/new-styles/slick.css?17174836752759*/
.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:0}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:after,.slick-track:before{display:table;content:''}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}
/*# sourceMappingURL=slick.min.css.map */

.slick-dots {
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slick-dots {
    position: absolute;
    display: flex;
    justify-content: space-between;
}

.slick-dots li {
    width: auto;
    height: 5px;
    margin: 0;
    flex: 1 0 auto;
    transition: .2s;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    padding: 0;
    cursor: pointer;
}

.form-control[type=file]:not(:disabled):not([readonly]), [type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer;
}
.slick-dots li button {
    background-color: #ffffff;
    width: 100%;
    height: 100%;
    padding: 0;
    transition: var(--transition);
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: 0 0;
    background-color: #fff;
    width: 100%;
    height: 100%;
    padding: 0;
}

.slick-dots li.slick-active button {
    background-color: var(--color-black);
}

@media (max-width: 575px) {
    .gallery__items .slick-dots li {
        height: 3px;
    }

    .gallery__items .slick-dots button {
        background-color: #d9d9d9;
    }
}
/* End */


/* Start:/local/templates/milana2024/assets/css/new-styles/blocks/checkbox/styles.min.css?17295586191392*/
.checkbox,.checkbox__item{display:flex;align-items:center;cursor:pointer}.checkbox{position:relative;gap:15px;width:100%;margin-bottom:10px;color:#000}.checkbox.hidden{display:none}.checkbox__item{justify-content:center}.checkbox--cart .checkbox__text{margin-left:5px}.checkbox__input{appearance:none;position:absolute}.checkbox__input,.checkbox__input--radio{width:100%;height:100%;cursor:pointer}.checkbox--cart{width:fit-content;margin-bottom:0}.checkbox__checkmark{min-width:17px;min-height:17px;border:2px solid #000;display:flex;align-items:center;justify-content:center}.checkbox__text{transition:all .3s ease;cursor:pointer}.checkbox__checkmark span{display:block;width:9px;height:9px;background-color:#000;transition:all .3s ease;opacity:0;z-index:1}.checkbox input:disabled~.checkbox__text{color:var(--color-gray)}.checkbox input:disabled~.checkbox__checkmark{border:2px solid var(--color-gray)}.checkbox input:checked~.checkbox__checkmark span{opacity:1!important}.checkbox input:checked~.checkbox__text{color:var(--color-black)}.checkbox--cart .checkbox__checkmark{height:17px}.checkbox input:hover~.checkbox__checkmark span{opacity:.3}.checkboxes__items{display:flex;flex-direction:column;row-gap:20px;margin-bottom:50px}.checkbox--hidden{display:none}.filter__scroll .checkbox{justify-content:space-between}.filter__scroll .checkbox--theme-colors.checkbox{justify-content:start}
/* End */


/* Start:/local/templates/milana2024/assets/css/new-styles/blocks/checkbox/media.min.css?172653802369*/
@media(max-width:1200px){.checkbox__text{width:100%;max-width:unset}}
/* End */


/* Start:/local/templates/milana2024/assets/css/new-styles/blocks/location/styles.min.css?1726538023679*/
.location{padding:30px}.location__title{margin-bottom:20px;font-weight:bold;font-size:30px}.location__top{margin-bottom:40px}.location__bottom{width:800px;height:400px;overflow-y:auto;display:flex}.location__item-default{min-width:300px}.location__items{display:flex;flex-wrap:wrap;gap:40px;row-gap:20px}.location__city{color:rgba(95,148,211,0.7);cursor:pointer;transition:var(--transition)}.location__city:hover{color:rgba(95,148,211,1)}.location__item-default .location__letter{margin-bottom:8px}.location__item-all .location__items .location__item{width:45%}.location__item-all.city-search{width:100%}.location__item-all.city-search .location__items .location__item{width:28%}
/* End */


/* Start:/local/templates/milana2024/assets/css/new-styles/blocks/location/media.min.css?172653802357*/
@media(max-width:575px){.location__title{font-size:26px}}
/* End */


/* Start:/local/templates/milana2024/assets/css/new-styles/blocks/header/styles.css?17416147906956*/
.header{
    pointer-events: none;

    position: fixed;
    top: 0;
    left: 0;

    width: 100%;
    z-index: 998;
}

.slider-light .header__container .header__top .header__menu .header__notification svg path{
    stroke: white!important;
    fill: transparent!important;
}

.slider-light .navigation__li:hover .navigation__catalogs{
    background-color: black;
}


.header__accordion--catalog .accordion__title{
    font-weight: 500;
}

.header:not(.header--size_sm) .header__container:hover{
    background-color: var(--color-white);
}

.slider-light .header__container:hover{
    background-color: var(--color-black)!important;
}

.slider-light .sliderNew__back svg path{
    fill: white;
}
.slider-light .sliderNew__next svg path{
    fill: white;
}

.header--other-pages:not(.header--size_sm) .header__container .navigation__li a,.header:not(.header--size_sm) .header__container:hover .navigation__li a{
    color: var(--color-black);
}

.header--other-pages:not(.header--size_sm) .header__container .burger span,.header:not(.header--size_sm) .header__container:hover .burger span{
    background-color: var(--color-black);
}

.slider-light .header__container .navigation__li a,.slider-light .header__container:hover .navigation__li a{
    color: var(--color-white)!important;
}

.slider-light .header__container .burger span,.slider-light .header__container:hover .burger span{
    background-color: var(--color-white)!important;
}

.header--other-pages:not(.header--size_sm) .header__container .burger span,.header:not(.header--size_sm) .header__container .burger span{
    transition: var(--transition);
}

.header--other-pages:not(.header--size_sm) .header__container .header__logo svg path,.header:not(.header--size_sm) .header__container:hover .header__logo svg path{
    fill: var(--color-black);
}

.slider-light .header__container .header__logo svg path,.slider-light .header__container:hover .header__logo svg path{
    fill: var(--color-white)!important;
}

.header--other-pages:not(.header--size_sm) .header__container .header__logo svg path,.header:not(.header--size_sm) .header__container .header__logo svg path{
    transition: var(--transition);
}

.header--other-pages:not(.header--size_sm)  .header__container .header__menu svg path,.header:not(.header--size_sm) .header__container:hover .header__menu svg path{
    fill: var(--color-black);
}

.slider-light .header__container .header__menu svg path,.slider-light .header__container:hover .header__menu svg path{
    fill: var(--color-white)!important;
}

.header--other-pages:not(.header--size_sm) .header__container .header__menu svg path,.header:not(.header--size_sm) .header__container .header__menu svg path{
    transition: var(--transition);
}

.header--size_sm .header__container{
    background-color: var(--color-black);

    padding-top: 15px!important;
    padding-bottom: 15px!important;
    height: 70px;
}

.header--disable .header__container{
    transform: translateY(-100%);
}

.header--size_sm .header__logo{
    opacity: 0;
    transform: translateX(-50%) translateY(-30px);
}

.header--size_sm .header__navigation{
    top: calc(100px - 77px);
}

.header--size_sm .header__value{
    background-color: var(--color-white);
    color: var(--color-black);

    transition: var(--transition);
}
.header--size_sm .header__value--theme_notification{
    background-color: unset;
    color: var(--color-white);
}

.header__navigation{
    position: absolute;
    width: fit-content;

    right: 50%;
    transform: translateX(50%);
    top: 100px;

    transition: var(--transition);
}

.header--other-pages{

}

.header__container{
    position: relative;

    display: flex;
    flex-direction: column;
    row-gap: 25px;
    padding-top: 25px!important;
    padding-bottom: 60px!important;

    height: 138px;

    transition: var(--transition);
}

.header__top{
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 53px;
}

.header__logo{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);

    transition: var(--transition);
    pointer-events: auto;
}

.header__menu{
    pointer-events: auto;

    display: flex;
    align-items: center;
}

.header__left{
    display: flex;
    align-items: center;
}

.header__attention{
    width: 0;
    opacity: 0;
    margin-right: 0!important;
}

.header__attention--active{
    width: fit-content;
    opacity: 1;
    margin-right: 30px!important;
}

.header__favorite,.header__notification, .header__notification, .header__cart{
    position: relative;
}

.header__notification{
    display: none;
    align-items: center;
    justify-content: center;

    cursor: pointer;
}
.header__notification.notification--active {
    display: flex;
}

.header__favorite,.header__search, .header__profile, .header__notification{
    margin-right: 20px;
}

.header__search, .header__favorite, .header__cart{
    display: flex;
    align-items: center;
    justify-content: center;

    cursor: pointer;
}

.navbar__item.header__notification, .navbar__item.footer__notification {
    display: none;
}

.navbar__item.header__notification.notification--active,
.navbar__item.footer__notification.notification--active{
    cursor: pointer;
    display: flex;
}

.header--size_sm .header__notification svg path{
    stroke: white!important;
}

.header__value{
    position: absolute;

    background-color: var(--color-black);

    border-radius: 100%;

    width: 15px;
    height: 15px;

    color: white;

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 10px;

    bottom: -5px;
    right: -5px;
}

.header__value--theme_notification{
    color: white;

    top: 50%;
    left: 50%;

    background-color: transparent;

    transform: translate(-50%, -50%);
}

.header__profile{
    display: flex;
    align-items: center;
    justify-content: center;
}

.header__login, .header__favorite{
    gap: 7px;
    position: relative;
}

.header__basket{
    gap: 12px;
    position: relative;
    gap: 10px;
}

.header__location{
    margin-bottom: 70px;

    display: flex;
    gap: 6px;

    font-size: 14px;
}

.header__socials{
    font-size: 14px;
    display: flex;
    flex-direction: column;
    row-gap: 5px;

    margin-bottom: 140px;
}

.header__socials-container{
    display: flex;
    gap: 10px;
    align-items: center;
}

.header__accordion{
    margin-bottom: 90px;
}

.header__accordion--catalog{
    display: none;
    margin-bottom: 45px;
}

.header__app{
    display: flex;
    gap: 15px;
}

@media(max-width: 991px){

    .header__menu{
        display: none;
    }
}
/* End */


/* Start:/local/templates/milana2024/assets/css/new-styles/blocks/quick-view/styles.css?17429525244889*/
.quick-view{
    padding: 35px;

    display: flex;
    gap: 50px;
}

.quick-view__left{
    width: 510px;
}

.quick-view__main-slider{
    margin-bottom: 10px;
}

.quick-view__slide{
    margin-right: 10px;
}

.quick-view__slide, .quick-view__main-slide{
    display: flex!important;
    align-items: end;
    justify-content: center;

    position: relative;
}

.quick-view .alert {
    margin-bottom: 8px;
}

.quick-view__slide:before, .quick-view__main-slide:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;

    background: rgba(37, 37, 37, 0.03);
}

.quick-view__slide{
    width: 120px;
    height: 120px!important;
}

.quick-view__main-slide{
    height: 500px!important;
    width: 500px;
}

.quick-view__slide img, .quick-view__main-slide img{
    width: auto;
    height: inherit;
}

.quick-view__badge{
    margin-bottom: 5px;
}

.quick-view__badges{
    display: flex;
    gap: 10px;
}

.quick-view__name{
    font-size: 22px;
    font-weight: 700;

    text-transform: uppercase;

    margin-bottom: 10px;
}

.quick-view__prices{
    display: flex;
    align-items: center;
    gap: 20px;

    margin-bottom: 30px;
}

.quick-view__old-price{
    position: relative;

    font-size: 22px;
    font-weight: 500;
}

.quick-view__price{
    font-size: 22px;
    font-weight: 500;
}

.quick-view__old-price:before{
    content: '';

    position: absolute;

    width: 100%;
    height: 2px;

    background-color: black;

    top: 50%;
    transform: translateY(50%);
}

.quick-view__percent{
    font-size: 14px;
    font-weight: 500;

    width: 50px;
    height: 24px;

    display: flex;
    align-items: center;
    justify-content: center;
}

.quick-view__cart{
    width: 100%;
    text-align: center;
}

.quick-view__btns{
    display: flex;
    align-items: center;

    margin-bottom: 15px;
}

.quick-view__favorite{
    padding: 15px 0px 15px 15px;
}
.card-new__favorite.quick-view__favorite {
    position: relative;
    top: auto;
    right: auto;
    width: auto;
    height: auto;
    transition: none;
    opacity: 1;
}

.quick-view__select--podeli .select__control{
    padding: 0px 18px!important;
    height: 40px!important;
}

.quick-view__select--podeli .select__items{
    padding-top: 38px!important;
}

.quick-view__select{
margin-bottom: 10px;
}

.quick-view__location{
display: flex;
align-items: center;
gap: 5px;

margin-bottom: 20px;
}

.quick-view__right{
width: 400px;
height: 630px;

display: flex;
flex-direction: column;

    padding-bottom: 40px;
}

.quick-view__features{
max-height: 130px;
overflow-y: auto;

display: flex;
flex-direction: column;
gap: 10px;

padding-right: 30px;
}

.quick-view__feature{
display: flex;
align-items: center;
justify-content: space-between;
}

.quick-view__container{
display: flex;
flex-direction: column;
justify-content: space-between;

height: 100%;
}

.quick-view__btn{
text-align: center;
}

.quick-view__sizes{
display: flex;
flex-direction: column;

padding-bottom: 10px;
}

.quick-view__size{
display: flex;
align-items: center;
justify-content: space-between;

cursor: pointer;

padding-right: 20px;
padding-left: 20px;
padding-bottom: 10px;
}

.quick-view__size-number{
font-size: 14px;
font-weight: 500;

color: var(--color-black);
}

.quick-view__size-number span{
font-size: 10px;
color: rgba(0, 0, 0, 0.3);
}

.quick-view__size-text{
font-size: 14px;
color: rgba(0, 0, 0, 0.3);
}

.quick-view__select .podeli_widget{
margin: 0;
border: none;

font-family: 'Geologica'!important;
}

.quick-view__select .podeli_widget .price__date-item-line--active{
background-color: black;
}

.quick-view__select .podeli_widget .price__date-price{
font-family: 'Geologica'!important;
}

.quick-view__feature-name, .quick-view__feature-value{
font-size: 14px;
color: rgba(0, 0, 0, 0.5);
}

.quick-view__location{
font-size: 14px;
}

.quick-view__select--mokka{
    padding: 0 18px !important;
    height: 40px !important;

    display: flex;
    align-items: center;
    justify-content: space-between;

    background-color: white;
    border: 1px solid rgba(0, 0, 0, 1);

    white-space: nowrap;
}

.rpw_pAi{
    padding: 0px!important;

    display: flex!important;
    flex-direction: row-reverse!important;
    justify-content: space-between!important;
    width: 100%!important;

    height: 30px!important;

    max-width: unset!important;
}

.rpw_pok{
    height: 14px!important;
    transform: translateY(-1px) !important;
}

.rpw_Zgg{
    font-size: 13px!important;
    padding-right: 1px!important;
}

.rpw_elY{
    position: fixed!important;
}
/* End */


/* Start:/local/templates/milana2024/assets/css/new-styles/blocks/quick-view/media.css?1742952644791*/
@media(max-width: 991px){
    .quick-view{
        width: 100vw;
        height: 100vh;

        flex-direction: column;
        align-items: center;
    }

    .quick-view__badge{
        text-align: center;
    }

    .quick-view__prices{
        align-items: center;
    }

    .quick-view__container{
        gap: 40px;
        margin-bottom: 100px;
    }
}

@media(max-width: 767px){
    .quick-view__slider{
        display: none;
    }

    .quick-view{
        padding: 0px;
        gap: 40px;
    }

    .quick-view__left{
        width: 100%;
    }

    .quick-view__main-slide{
        width: 100%;
    }

    .quick-view__right{
        width: 300px;
    }

    .select--theme_black-border .select__text{
        gap: 10px;
    }
}
/* End */


/* Start:/local/templates/milana2024/assets/css/new-styles/blocks/main/styles.css?17419648351879*/
.main__title{
    margin-bottom: 25px;
}

.main__top-elems{
    display: flex;
    align-items: center;
    gap: 10px;
}

.main__slider{
    margin-bottom: 120px;
}

.main__top{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.main__top-slider, .main__stories{
    margin-bottom: 80px;
}

.main__top-slider--theme_mobile{
    margin-bottom: 0px!important;
}

.main--other-pages{
    margin-top: 145px;
}

.main__catalogs{
    margin-bottom: 80px;
}

.main__gallery, .main__advantages{
    margin-bottom: 120px;
}

.main--theme_detail{
    position: relative;
}

.main__banner{
    height: 500px;

    background-size: cover;
    background-position: center;

    margin-bottom: 120px;

    position: relative;
}

.main__banner-title{
    position: absolute;

    right: 100px;
    top: 50%;
    transform: translateY(-50%);

    display: flex;
    align-items: center;
    justify-content: center;

    flex-direction: column;

}

.main__banner-text{
    margin-bottom: 20px;
    font-size: 40px;
    line-height: 44px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
}

.main__banner-btn{
    max-width: 200px;
}

.main__banner{
    height: 500px;

    background-size: cover;
    background-position: center;

    margin-bottom: 120px;

    position: relative;
}

.main__banner-title{
    position: absolute;

    right: 100px;
    top: 50%;
    transform: translateY(-50%);

    display: flex;
    align-items: center;
    justify-content: center;

    flex-direction: column;

}

.main__banner-text{
    margin-bottom: 20px;
    font-size: 40px;
    line-height: 44px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
}

.main__banner-btn{
    max-width: 200px;
}
/* End */


/* Start:/local/templates/milana2024/assets/css/new-styles/blocks/main/media.min.css?1726632718608*/
@media (max-width:1399px){.main__catalogs{margin-bottom:60px}.main__advantages,.main__gallery{margin-bottom:70px}.main__top-slider{margin-bottom:60px}}@media (max-width:991px){.main__advantages,.main__loyalty-program,.main__stories,.main__top-slider{margin-bottom:60px}.main__catalogs{margin-bottom:40px}.main--other-pages{margin-top:0}.main__banner-title{right:50px}}@media (max-width:575px){.main__banner{position:relative;display:flex;align-items:center;justify-content:center}.main__banner-text{font-size:33px;line-height:36px}.main__banner-title{position:relative;right:unset;top:unset;transform:unset}}
/* End */


/* Start:/local/templates/milana2024/assets/css/new-styles/blocks/auth/styles.css?17471534042094*/
.auth{
    padding: 60px 45px 60px 45px;
    max-width: 450px;
    width: calc(360px + 90px);
}

.auth__socials{
    display: flex;
    align-items: center;
    justify-content: center;

    margin-top: 15px;
    gap: 20px;
}

.auth__title{
    font-size: 30px;
    font-weight: 600;

    margin-bottom: 50px;
    line-height: 32px;
}

.auth__code{
    margin-bottom: 10px;
}

.auth__btn{
    padding: 20px 0px;
    width: 100%;

    white-space: nowrap;
    height: 60px!important;

    display: flex!important;
    align-items: center;
    justify-content: center;
}

.auth__btn:hover svg path{
    fill: var(--color-white);
}

.auth__btn--phone:hover svg path{
    stroke: var(--color-white);
    fill: var(--color-black);
}

.auth__btn svg{
    margin-right: 5px;
}

.auth__btn svg path{
    transition: var(--transition);
}

.auth__btns{
    display: flex;
    flex-direction: column;

    row-gap: 15px;
}

.auth__checkbox{
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 12px;
}

.auth__support{
    text-align: center;
    font-size: 12px;

    color: grey;
    transition: var(--transition);

    width: 100%;
    display: block;
}

.auth__support:hover{
    color: black;
}

.auth__btn--disable{
    user-select: none;
    background-color: #9c9c9c!important;
    pointer-events: none;
}

.auth__checkbox .checkbox{
    width: fit-content;
}

.auth__checkbox a{
    color: #93a5bb;
    text-decoration: underline;
    cursor: pointer;
}

.auth__checkbox a:hover{
    text-decoration: none
}

.auth__inputs{
    margin-bottom: 30px;

    display: flex;
    flex-direction: column;
    row-gap: 15px;
}

.auth__options{
    display: flex;
    gap: 35px;

    margin-bottom: 45px;
}

.auth__option{
    position: relative;
}
.auth__option--active:before{
    content: '';

    position: absolute;

    right: 50%;
    bottom: 0;
    transform: translateX(50%);

    width: 100%;
    height: 1px;
    background-color: black;
}
/* End */


/* Start:/local/templates/milana2024/assets/css/new-styles/blocks/auth/media.min.css?1726538023112*/
@media(max-width:575px){.auth{width:100%;padding:65px 20px 60px 20px}.auth__btn{padding-right:0;padding-left:0}}
/* End */


/* Start:/local/templates/milana2024/assets/css/new-styles/blocks/mobile/styles.css?17435622501107*/
.mobile__items{
    display: flex;
    gap: 10px;
    flex-direction: column;

    margin-bottom: 60px;
}

.mobile__item{
    background-color: rgba(37, 37, 37, 0.03);
    padding: 20px 0px 20px 20%;

    display: flex;

    align-items: center;


    gap: 20px;
}

.mobile__title{
    font-size: 32px;
    font-weight: 700;

    text-transform: uppercase;

    margin-bottom: 20px;
}

.mobile__input{
    background-color: rgba(37, 37, 37, 0.03) !important;

    margin-bottom: 20px;
}

.mobile__button{
    width: 100% !important;
    padding: 10px 20px !important;
}

.mobile__form{
    margin-bottom: 30px;
}

.mobile__search-items{
    display: flex;
    flex-direction: column-reverse;
    gap: 30px;

    margin-bottom: 60px;
}

.mobile__search-item{
    position: relative;
}

.mobile__search-item:after{
    content: '';
    position: absolute;

    bottom: -15px;
    right: 50%;
    transform: translateX(50%);

    width: 100%;
    height: 1px;
    background-color: #898989;
}

.mobile__subtitle{
    margin-bottom: 20px;
}
/* End */


/* Start:/local/templates/milana2024/assets/css/new-styles/blocks/footer/styles.min.css?17350175361644*/
.footer{background-color:#fff;display:flex;flex-direction:column;background-position:center;background-size:cover;background-repeat:no-repeat;padding-top:85px!important;color:#fff!important}.footer__top{display:flex;justify-content:space-between;gap:150px;margin-bottom:90px}.footer__logo{margin-bottom:55px}.footer__contacts{font-weight:700;font-size:16px;line-height:20px;text-transform:uppercase;display:flex;align-items:center;gap:24px;margin-bottom:37px}.footer__numbers{display:flex;flex-direction:column;row-gap:10px}.footer__number{font-weight:700;text-decoration:none;color:var(--color-white);font-size:16px;line-height:22px;width:fit-content}.footer__contact-us{margin-bottom:35px}.footer__social-svgs{display:flex;gap:10px;flex-wrap:wrap;width:245px}.footer__bottom,.footer__nav{display:flex;justify-content:space-between}.footer__nav{width:100%;gap:50px}.footer__bottom{padding:30px 0;border-top:1px solid #707070;align-items:center}.footer__apps{display:flex;flex-wrap:wrap;gap:10px}.footer__privacy{display:flex;gap:40px}.footer__right{margin-bottom:65px}.footer__contact-us,.footer__socials{display:flex;flex-direction:column;row-gap:15px}.footer__socials{margin-bottom:35px}.footer__marketplaces-imgs{display:flex;gap:10px}.footer__marketplaces-imgs a{filter:grayscale(1);transition:var(--transition)}.footer__marketplaces-imgs a:hover{filter:grayscale(0)}.footer__marketplaces{display:flex;flex-direction:column;row-gap:15px}.footer__payments{display:flex;align-items:center;gap:20px;flex-wrap:wrap}.footer__payment{height:19px;display:flex;align-items:center;justify-content:center}.footer__payment img{height:100%;width:auto}
/* End */


/* Start:/local/templates/milana2024/assets/css/new-styles/blocks/footer/media.min.css?1726538023950*/
@media(max-width:1919px){.footer__top{gap:50px}}@media(max-width:1399px){.footer__top{flex-direction:column;row-gap:70px}.footer__contacts-info{display:flex;gap:120px}.footer__right{margin-bottom:0}}@media(max-width:991px){.footer{padding-top:60px !important;padding-bottom:70px !important}.footer__contacts-info{justify-content:space-between}.footer__bottom{padding:30px 0;flex-wrap:wrap;gap:10px}.footer__nav{display:flex;flex-direction:column;row-gap:0}.footer__top{margin-bottom:160px}.footer__copy{font-size:12px}.footer__bottom{row-gap:50px}.footer__privacy{gap:20px}.footer__payment{gap:10px}}@media(max-width:768px){.footer__top{gap:50px}}@media(max-width:571px){.footer{padding-top:55px !important}.footer__contacts-info{flex-direction:column}.footer__contacts-info{gap:35px}.footer__logo{margin-bottom:35px}.footer__top{margin-bottom:60px}.footer__bottom{border:0;padding-top:0;row-gap:40px}.footer__privacy{flex-direction:column;gap:10px}}
/* End */


/* Start:/local/templates/milana2024/assets/css/new-styles/blocks/subscribe/styles.css?17423489271267*/
.subscribe__wrapper{
    padding: 140px 0px;

    display: flex;
    align-items: center;
    justify-content: center;

    height: calc(280px + 175px);

    gap: 90px;
}

.subscribe__title{
    font-size: 30px;
    font-weight: 700;
    line-height: 30px;

    margin-bottom: 10px;
}

.subscribe__wrapper .button{
    display: flex;
    align-items: center;
}

.subscribe__left{
    width: 360px;
}

.subscribe__right{
    gap: 20px;
    width: 450px;
}


.subscribe__btn{
    padding: 20px 80px;
    font-size: 14px;
    font-weight: 500;
    height: 65px;

    width: fit-content;
    white-space: nowrap;

    display: flex;
    align-items: center;
    justify-content: center;
}

.subscribe__btn--mb{
    display: none;
}

.subscribe__btn svg{
    margin-right: 10px;
    min-width: 24px;
}

.subscribe__btn:hover svg path{
    stroke: white;
}
.subscribe__btn svg path{
    transition: var(--transition);
}

.subscribe__left{
    gap: 20px;
}

.subscribe__left, .subscribe__right{
    display: flex;
    flex-direction: column;
    justify-content: space-between;

    height: 100%;
}

.subscribe__desc{
    font-size: 12px;
}

.subscribe__input{
    margin-bottom: 10px;
}


/* End */


/* Start:/local/templates/milana2024/assets/css/new-styles/blocks/subscribe/media.min.css?1722850981557*/
@media (max-width:991px){.subscribe{display:flex;justify-content:center;width:100%}.subscribe__wrapper{flex-direction:column;height:fit-content;align-items:start;width:400px;padding:55px 0;gap:40px}.subscribe__container{max-width:400px}.subscribe__right{width:100%;gap:0}.subscribe__btn{width:260px;text-align:center}.subscribe__btn--mb{display:flex}.subscribe__btn--desc{display:none}.subscribe__desc{margin-bottom:40px}}@media (max-width:575px){.subscribe__title{font-size:25px}.subscribe__left{width:300px}.subscribe__wrapper{width:100%;max-width:unset}}
/* End */


/* Start:/local/templates/milana2024/assets/css/new-styles/blocks/search/styles.min.css?17275081982030*/
.search{display:flex;align-items:center;justify-content:center;width:100%}#title-search .search__form,.search__top{width:100%;height:60px;display:flex;justify-content:center;gap:15px;margin-bottom:50px}.modal-new__close--svg{display:none;left:20px!important;right:unset!important;top:55px!important}.search__container{position:relative;width:1400px;padding-top:45px;padding-bottom:70px;display:flex;flex-direction:column;align-items:end}.search__input-container{border:1px solid var(--color-black);height:100%;width:100%;position:relative}.search__svg{position:absolute;top:50%;left:30px;transform:translateY(-50%)}.search__input{width:100%;height:100%;padding:20px 30px 20px 65px}.search__btn{min-width:250px;padding-right:0!important;padding-left:0!important;text-align:center}.search__btn--mobile,.search__close--mobile{display:none!important}.search__bottom{width:100%;height:450px;display:flex;gap:45px;margin-bottom:40px}.search__categories-title,.search__title{margin-bottom:30px;text-transform:uppercase;font-weight:600}.search__categories-title{margin-bottom:20px}.search__left{overflow-y:auto;width:290px;height:100%;border-right:1px solid var(--color-background-white);padding-right:45px}#title-search,.search__right{width:100%}.search__categories-container{height:fit-content;margin-bottom:60px}.search__categories{display:flex;flex-direction:column;row-gap:10px}.search__category:hover .search__name{color:var(--color-black)}.search__category:hover .search__category-svg svg path,.search__category:hover .search__category-svg svg rect{stroke:var(--color-black)}.search__category-svg svg path,.search__category-svg svg rect{transition:var(--transition)}.search__category{display:flex;align-items:center;justify-content:space-between;gap:10px}.search__name{transition:var(--transition);font-size:14px;color:rgba(0,0,0,.3)}.search__items{gap:20px;display:flex;justify-content:space-between}.search__all-btn{width:325px;text-align:center}.title-search-result{width:100%;display:flex;flex-direction:column;align-items:end}
/* End */


/* Start:/local/templates/milana2024/assets/css/new-styles/blocks/search/media.min.css?17205706681843*/
@media (max-width:1599px){.search__container{width:1320px}}@media (max-width:1399px){.search__item:last-child{display:none}.search__container{width:1120px}.search__btn{min-width:230px}.search__left{padding-right:45px}}@media (max-width:1199px){.search__item:nth-child(2){display:none}.search__container{width:920px}.search__btn{min-width:200px}.search__left{padding-right:30px}}@media (max-width:991px){.search__right{display:none}.search__container{width:690px}.search__btn{min-width:150px}.search__left{height:fit-content;position:relative;width:100%;border-right:0;padding-right:0;display:flex;justify-content:space-between;row-gap:60px;flex-wrap:wrap}.search__bottom{height:fit-content;margin-bottom:0}.search__all-btn{display:none}.search__categories-container{width:45%;margin-bottom:0}.search__left:before{content:"";position:absolute;height:100%;width:1px;right:50%;transform:translateX(50%);background-color:rgba(133,133,133,.5)}}@media (max-width:767px){.search__container{width:100%;padding-right:30px;padding-left:30px}.search__left{flex-direction:column;row-gap:30px}.search__btn.modal-new__close--not-svg,.search__left:before{display:none}.search__categories-container{padding-bottom:30px;border-bottom:1px solid rgba(133,133,133,.5);width:100%}.modal-new__close--svg{display:block}.search__form{padding-left:50px}}@media (max-width:576px){.search__container{padding-right:20px;padding-left:20px}.search__btn,.search__input-container svg{display:none}.search__close--mobile{display:block;display:flex;align-items:center;padding-right:22px}#title-search .search__form,.search__top{gap:0}.search__btn--mobile{display:block;min-width:60px;padding:0!important;height:100%!important;display:flex;align-items:center;justify-content:center}.search__input{padding:20px 30px 20px 20px}.search__btn{min-width:unset;padding:20px!important}}
/* End */


/* Start:/local/templates/milana2024/assets/css/new-styles/blocks/error/styles.min.css?1726538023485*/
.error{position:relative;color:#f66;background-color:#fde3e7;padding-left:56px;padding-right:16px;height:0;transition:var(--transition);overflow:hidden}.error--active{height:fit-content;padding:16px 16px 16px 56px}.error--active.error--theme_sm{padding:7px 7px 7px calc(24px + 10px)}.error__svg{position:absolute;top:calc(16px + 12px);left:calc(16px + 12px)}.error--theme_sm{padding-left:calc(24px + 10px);padding-right:7px;font-size:14px}.error--theme_sm .error__svg{top:6px;left:7px}
/* End */


/* Start:/local/templates/milana2024/assets/css/new-styles/blocks/detail/styles.css?173751847112939*/
.detail{
    margin-bottom: 100px;
}

.detail__top{
    display: flex;
    justify-content: space-between;

    gap: 30px;
}

.detail__img-icons{
    display: flex;
    align-items: center;

    gap: 10px;

    position: absolute;

    right: 30px;
    top: 30px;

    z-index: 99;

    width: calc(100% - 60px);
    justify-content: space-between;
}

.detail__review-wrapp{
    display: flex;
    align-items: center;
    gap: 20px;
}


.detail__review-wrapp div{
    color: rgba(176, 176, 176, 1);
    font-size: 14px;
}

.detail__top{
    display: flex;
    justify-content: space-between;
}

.detail__photos{
    position: relative;
    display: flex;

    width: fit-content;

    max-height: 700px;
    overflow: hidden;
}

.detail__right{
    height: fit-content;
    width: calc(35% - 30px);
    display: flex;
    flex-direction: column;

    position: sticky;
    top: 10px;
}

.detail__slider {
    position: relative;

    height: 700px;
    width: 170px;

    overflow: hidden;
    margin: 0 5px 0 0;
}
.detail__main-slider {
    height: 705px;
    width: 600px;

    position: relative;
}

.detail__slider .slick-prev{
    position: absolute;

    top: 0px;
    left: 50%;
    transform: translateX(-50%);
}

.detail__slider .slick-arrow:before{
    display: none;
}

.detail__slider .slick-prev svg{
    transform: rotate(90deg);
}

.detail__slider .slick-next svg{
    transform: rotate(90deg);
}

.detail__slider .slick-next{
    position: absolute;

    bottom:0px;
    top: unset;
    left: 50%;
    transform: translateX(-50%);

}

.detail__slider .slick-prev, .detail__slider .slick-next {
    width: 100%;
    height: 40px;
    margin: 0;
    padding: 0;
    background: no-repeat 0 0;
    z-index: 99;
}


.detail__slide-img{
    width: auto;
    height: 100%;

    padding: 5px;

}

.detail__main-slider .detail__slide-img{
    padding: 65px 0px 0px 0px;
}

.detail__slide{
    width: 100%;
    margin-bottom: 5px;

    display: flex!important;
    align-items: center;
    justify-content: center;
    position: relative;

    transition: var(--transition);
    cursor: pointer;
}
.detail__main-slider .detail__slide{
    height: 695px!important;

    cursor: zoom-in;
}
.detail__slider .detail__slide{
    max-width: 170px!important;
    height: 170px!important;
}


.detail__slide::before{
    content: "";
    position: absolute;

    width: 100%;
    height: 100%;
    background-color: rgba(13, 13, 13, 0.02);
    z-index: 1;
}

.detail__slider .detail__slide.slick-current::after {
    content: "";
    position: absolute;

    width: 8px;
    height: 8px;
    top: 7px;
    right: 7px;

    background-color: var(--color-black);
    z-index: 2;
}

.detail__main-slider .slick-prev,
.detail__main-slider .slick-next {
    width: 55px;
    height: 100%;
    margin: 0;
    padding: 0;
    background: no-repeat 0 0;
    z-index: 99;
}
.detail__main-slider .slick-prev:before,
.detail__main-slider .slick-next:before {
    display: none;
}

.detail__main-slider .slick-prev {
    left: 0;
    background-size: auto;
}
.detail__main-slider .slick-next {
    right: 0;
    background-size: auto;
}

.detail__new{
    font-size: 14px;
}
.detail__sale{
    font-size: 14px;
}

.detail__badges{
    display: flex;
    align-items: center;
    gap: 10px;

    margin-bottom: 0px;
}

.detail__title{
    font-size: 25px;
    text-transform: none;
    font-weight: 700;

    text-transform: uppercase;

    margin-bottom: 0px;
    margin-top: 0;
}

.detail__vendor{
    font-size: 14px;

    margin-bottom: 10px;
}

.detail__price{
    display: flex;
    gap: 20px;
    align-items: center;

    margin-bottom: 25px;
}

.detail__price .badge{
    width: 50px;
    height: 24px;

    font-size: 14px;
    font-weight: 500;

    display: flex;
    align-items: center;
    justify-content: center;
}

.detail__old-price{
    position: relative;

    font-size: 22px;
    font-weight: 500;
}

.detail__old-price:before{
    content: '';

    position: absolute;
    width: 110%;
    height: 1px;

    top: 50%;
    left: 50%;
    transform: translate(-50%, 50%);

    background-color: var(--color-black);
}

.detail__new-price{
    font-size: 22px;
    font-weight: 500;

    line-height: 27px;
}

.detail__sizes{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    row-gap: 20px;

    margin-bottom: 40px;
}

.detail__size{
    position: relative;

    width: 38px;
    height: 38px;

    cursor: pointer;
    color: black;

    border: 1px solid #000000;

    display: flex;
    align-items: center;
    justify-content: center;

    transition: var(--transition);
}
.detail__size:hover, .detail__size--selected{
    background-color: var(--color-black);
    color: var(--color-white);
}

.detail__size-length{
    position: absolute;

    left: 50%;
    top: 100%;
    transform: translateX(-50%);

    white-space: nowrap;
    font-size: 10px;
    color: #A4A4A4;
}

.detail__left{
    width: 65%;
    height: fit-content;
}

.detail__container{
    height: 100%;
}

.detail__subtitle{
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
}

.detail__photos{
    position: relative;
    margin-bottom: 20px;
}

.detail__cell{
    width: 56%;

    color: #868695;
    font-weight: 400;
    text-align: left;
    vertical-align: top;
    padding: 4px 0;
}

.detail__params-title{
    font-size: 14px;
    margin-bottom: 3px;
}

.detail__params-container{
    margin-bottom: 10px;
}

.detail__params{
    width: 58%;
}

.detail__param{
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.detail__param-name{
    position: relative;

    width: 100%;
}

.detail__param-name span{
    position: relative;
    z-index: 2;
    background-color: white;
    padding-right: 12px;
}

.detail__param-name:after{
    content: '';
    position: absolute;
    top: -7px;
    left: 0;

    width: 100%;
    height: 100%;

    border-bottom: dashed 1px gray;
    z-index: 1;
}

.detail__param-content{
    white-space: nowrap;
    padding-left: 12px;
}

.detail__content{
    display: flex;
    justify-content: space-between;
}

.detail__desc{
    width: 40%;
}

.detail__size-info{
    background-image: linear-gradient(to right,currentColor,currentColor);
    background-size: 10px 1px;
    background-position: 0 100%;
    background-repeat: repeat-x;

    width: fit-content;

    margin-bottom: 10px;
}

.detail__add-basket{
    margin-bottom: 20px;
}

.detail__add-basket-btn{
    display: block;

    padding: 15px;
    width: 100%;

    font-size: 14px;

    text-align: center;
}

.detail__favorite{
    display: flex;
    align-items: center;
    justify-content: center;

    padding: 0;

    cursor: pointer;
}

.detail__favorite:hover svg path{
    stroke: black;
}.detail__favorite svg path{
    transition: var(--transition);
}

.detail__market{
    width: 31px;
    height: 31px;
    display: block;
}

.detail__markets{
    margin-bottom: 20px;

    display: flex;
    flex-direction: column;
    row-gap: 5px;
}

.detail__markets-container{
    display: flex;
    gap: 5px;
}

.detail__location{
    display: flex;
    align-items: center;
    gap: 5px;

    font-size: 14px;
}

.detail__location span{
    font-size: 14px;
}

.detail__delivery-chois{
    font-size: 14px;
}

.detail__delivery-chois span{
    cursor: pointer;

    background-image: linear-gradient(to right,currentColor,currentColor);
    background-size: 10px 1px;
    background-position: 0 100%;
    background-repeat: repeat-x;
}



.detail__delivery{
    display: flex;
    justify-content: space-between;
    align-items: center;

    margin-bottom: 30px;
}

.detail__advantages{
    display: flex;
    align-items: center;
    gap: 50px;

    font-size: 14px;
}
.detail__advantage{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;

    text-align: center;
    row-gap: 5px;
}

.detail__review {
    margin-bottom: 25px;
}

.detail__review .detail__review-review {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.detail__review .detail__review-question {
    display: flex;
    align-items: center;
    justify-content: end;
    margin-top: 4px;
}

.detail__wrapper{
    width: 600px;
    position: relative;
}

.detail__review-wrapper{
    display: flex;
    align-items: center;
    cursor: pointer;
}

.detail__review-icon{
    margin-right: 10px;

    display: flex;
    gap: 6px;
}

.detail__review-icon span{
    width: 12px;
    height: 12px;

    border-radius: 100%;

    background: rgba(176, 176, 176, 1);
}

.detail__review-icon span.active{
    background: var(--color-black);
}

.detail__review-value{
    margin-right: 15px;

    font-size: 14px;
    font-weight: 400;

    color: rgba(176, 176, 176, 1);
}

.detail__review-count{
    font-size: 14px;
}

.detail__review-btn{
    font-size: 14px;
    cursor: pointer;
}

.detail .quick-view__select{
    margin-bottom: 10px;
}

.detail__modals{
    display: flex;
    flex-wrap: wrap;
    gap: 35px;
    row-gap: 15px;

    margin-bottom: 30px;
}

.detail__modals--ver_2 .detail__modal svg{
    display: none;
}

.detail__modals--ver_2{
    gap: 15px;
    row-gap: 10px;
}

.detail__modals--ver_2 .detail__modal{
    transition: var(--transition);
    overflow: hidden;

    padding-bottom: 5px;
    padding-right: 15px;
}

.detail__modals--ver_2 .detail__modal:after {
    right: 0;
}

.detail__modals--ver_2 .detail__modal:before{
    position: absolute;
    content: '';

    bottom: 0px;
    height: 1px;
    width: calc(100% - 15px);
    transform: translateX(-100%);

    background-color: black;
    transition: var(--transition);
}

.detail__modals--ver_2 .detail__modal:hover:before{
    transform: translateX(0%);
}

.detail__modal{
    gap: 10px;

    display: flex;
    align-items: center;
    justify-content: space-between;

    cursor: pointer;
    position: relative;
}

.detail__modal:after{
    position: absolute;
    content: '';

    right: -20px;
    width: 1px;
    height: 100%;

    background-color: black;
}

.detail__modal:first-child{
    padding-top: 0;
}

.detail__modal:last-child{
    padding-bottom: 0;
}

.detail__modal span{
    font-size: 14px;
}

.detail__modal-wrapp{
    padding: 120px 40px 40px 70px;
    width: 540px;

    max-height: 100vh;
    overflow: auto;
    min-height: 100%;
}

.detail__modal-title{
    font-size: 36px;
    font-weight: 700;

    margin-bottom: 40px;
}

.detail__modal-title--sm{
    margin-bottom: 25px;
}

.detail__modal-desc{
    text-align: justify;
    font-size: 14px;
}

.detail__modal-properties{
    display: flex;
    flex-direction: column;

    row-gap: 10px;

    margin-bottom: 55px;
}

.detail__modal-property{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.detail__modal-property span{
    font-size: 14px;
    color: rgba(0, 0, 0, 0.5);
}

.detail__table{
    margin-bottom: 70px;
}

.detail__table-header{
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid var(--color-black);
}

.detail__table-header span, .detail__table-el span{
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 14px;
}

.detail__table-body{
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

.detail__table-el, .detail__table-header{
    display: flex;
}

.detail__table-el span{
    color: rgba(0, 0, 0, 0.5);
}

.detail__modal-steps{
    margin-bottom: 60px;
    display: flex;
    flex-direction: column;
    row-gap: 40px;
}

.detail__modal-step{
    display: flex;
    gap: 10px;
}

.detail__modal-step span:first-child{
    font-size: 20px;
    font-weight: 700;

    color: rgba(176, 176, 176, 1);
}

.detail__modal-step span:last-child{
    font-size: 14px;

    width: 100%;
}

.detail__btns{
    display: flex;
    gap: 10px;

    width: 100%;
}

.detail__refund{
    display: flex;
    align-items: center;
    gap: 5px;

    font-size: 14px;
    color: rgba(176, 176, 176, 1);

    cursor: pointer;
}

.detail__qr{
    top: 0;
    right: 150px;

    background-color: white;
    padding-left: 5px;

    position: absolute;
}
/* End */


/* Start:/local/templates/milana2024/assets/css/new-styles/blocks/detail/media.min.css?17301804663261*/
@media (max-width:1599px){.detail__main-slider,.detail__wrapper{width:540px}.detail__slider .detail__slide{width:150px!important;height:150px!important}.video-btn{height:150px}.detail__slider,.video-btn{width:150px}.detail__right{width:calc(38% - 30px)}.detail__qr{right:150px}}@media (max-width:1399px){.detail__photos{margin-bottom:0;max-height:715px;max-width:525px}.detail__qr{right:75px}.detail__main-slider .detail__slide{height:580px!important}.detail__main-slider{width:525px;margin-bottom:10px;height:580px}.detail__wrapper{width:525px}.detail__slider .detail__slide{height:125px!important;width:125px!important;margin-right:10px;margin-bottom:0}.detail__slider{height:125px!important;width:525px;margin:0}.detail__right{width:calc(45% - 30px)}.detail__left{width:525px}.video-btn{width:125px;height:125px}.detail__photos{flex-direction:column-reverse}.detail__slider .slick-prev{position:absolute;top:50%;left:0;transform:translateY(-50%)}.detail__slider .slick-next svg,.detail__slider .slick-prev svg{transform:rotate(0deg)}.detail__slider .slick-next{bottom:unset;top:50%;left:unset;right:0;transform:translateY(-50%)}.detail__slider .slick-next,.detail__slider .slick-prev{width:40px;height:100%}}@media (max-width:1199px){.detail__photos{max-width:450px}.detail__main-slider,.detail__wrapper{width:450px}.detail__slider .detail__slide{height:125px!important;width:125px!important}.detail__slider{height:125px!important;width:100%;margin:0}.detail__right{width:calc(53% - 30px)}.detail__left{width:525px}.video-btn{width:125px;height:125px}}@media (max-width:991px){.detail__photos{max-width:unset;flex-direction:row;max-height:700px}.detail__qr{right:30px}.detail__main-slider .detail__slide-img{padding:55px 0 0}.detail__slider{height:700px!important;min-width:170px;max-width:170px;margin-right:10px}.video-btn{width:170px;height:170px}.detail__slider .detail__slide{height:170px!important;width:170px!important;margin-right:0;margin-bottom:10px}.detail__top{flex-direction:column}.detail__main-slider{margin-bottom:0;height:700px;width:100%}.detail__wrapper{width:75%}.detail__left,.detail__photos,.detail__right{width:100%}.detail__main-slider .detail__slide{height:700px!important}.detail__slider .slick-next,.detail__slider .slick-prev{top:0;left:50%;transform:translateX(-50%)}.detail__slider .slick-next svg,.detail__slider .slick-prev svg{transform:rotate(90deg)}.detail__slider .slick-next{bottom:0;top:unset}.detail__slider .slick-next,.detail__slider .slick-prev{width:100%;height:40px}.detail__img-icons{right:15px;top:15px;width:calc(100% - 30px)}}@media (max-width:767px){.detail__modal-wrapp{width:100%}.detail__slider{display:none}.detail__main-slider,.detail__wrapper{width:100%}.video-btn{display:none}.detail__main-slider .detail__slide{height:500px!important}.detail__main-slider,.detail__wrapper{height:fit-content}}@media (max-width:571px){.detail__qr{right:15px}.detail__modal-wrapp{width:100%;padding:45px 20px 70px}.detail__btns{flex-direction:column;row-gap:15px}.detail__main-slider .detail__slide{height:400px!important}.detail__main-slider{height:400px}.detail__review{align-items:start}.detail__add-basket,.detail__delivery{margin-bottom:20px}.detail__delivery{flex-direction:column;row-gap:10px;align-items:start}}
/* End */


/* Start:/local/templates/milana2024/assets/css/new-styles/blocks/svg.min.css?1726538023721*/
.svg{text-decoration:none;display:inline-block}.svg--theme-gray-fill:hover path:first-child{fill:var(--color-main)}.svg--theme-gray-fill:hover path:last-child{fill:var(--color-white)}.svg--theme-gray-fill:hover{background-color:var(--color-main)}.svg__rect--theme-dark rect,.svg__rect--theme-dark path,.svg--theme-gray-fill path,.svg--theme-gray-fill{transition:var(--transition)}.svg__rect--theme-dark:hover rect{fill:var(--color-main);stroke:var(--color-main)}.svg__rect--theme-dark:hover path{fill:var(--color-white)}.svg--theme-dark-fill path,.svg--theme-dark-stroke path{transition:var(--transition)}.svg--theme-dark-fill:hover path{fill:var(--color-main)}.svg--theme-dark-stroke:hover path{stroke:var(--color-main)}
/* End */


/* Start:/local/templates/milana2024/assets/css/new-styles/blocks/modal-new/styles.css?17429521762960*/
.modal-new{
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;

    z-index: -999;
    transition: var(--transition);
}

.modal-new--active.modal-new{
    background-color: rgba(0, 0, 0, 0.3);
    visibility: visible;
}

.modal-new__content{
    position: absolute;
    top: 0;

    z-index: 1;

    background-color: var(--color-white);

    min-width: 310px;
    height: 100%;

    overflow-x: hidden;
    transition: var(--transition);
}

.modal-new__content--right{
    right: 0px;
    transform: translateX(100%);

    overflow: hidden;
}
.modal-new__content--left{
    left: 0px;
    transform: translateX(-100%);

    overflow: hidden;

    width: 500px;
}

.modal-new__content--left .modal-new__container,
.modal-new__content--right .modal-new__container{
    padding: 60px 60px 80px 70px;

    scrollbar-gutter: stable;
    overflow-y: auto;

    height: 100%;
}

.modal-new--active .modal-new__content--right,.modal-new--active .modal-new__content--left{
    transform: translateX(0%);
}

.modal-new__gallery{
    padding: 0!important;
}

.modal-new__content--center{
    position: absolute;
    top: 50%;
    left: 50%;

    height: fit-content;

    z-index: 1001;
    
    transform: translate(-50%, -50%) scale(0.8);
    opacity: 0;
}

.modal-new__content--top{
    position: absolute;
    top: 0;
    width: 100%;

    height: fit-content;

    z-index: 1001;

    transform: translate(0, -100%);
    opacity: 0;
}

.modal-new__content--top .modal-new__container{
    width: 100%;
}

.modal-new--active .modal-new__content--center{
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
}

.modal-new--active .modal-new__content--top{
    transform: translate(0, 0);
    opacity: 1;
}

.modal-new__content--center .modal-new__close ,.modalNewCenterVideo .modal-new__close{
    background-color: unset;
}

.modalNewCenterShare .detail__modal-wrapp{
    padding: 60px 40px 40px 60px;
}

.modal-new__close{
    padding: 10px;
    background-color: white;

    z-index: 2;
    cursor: pointer;

    position: fixed;
    top: 15px;
    right: 30px;
}
.modal-new__close--not-svg{
    cursor: pointer;

    position: relative;
    top: unset!important;
    right: unset!important;
}

.modal-new__content--center .modal-new__close{
    right: 20px;
    top: 20px;

    z-index: 999;
}

.modal-new__content--size_full{
    width: 100%;
    height: 100%;
}

.modal-new__content--size_full .modal-new__container{
    width: 100%;
    height: 100%;
}


.modal-new__content--background_shadow{
    background-color: rgba(0, 0, 0, 0.8);
}
.modal-new__content--background_shadow .modal-new__close svg path{
    stroke: var(--color-white);
}

@media(max-width: 575px){
    .modalNewCenterShare .detail__modal-wrapp{
        padding: 20px 10px 10px 20px;
    }
}
/* End */


/* Start:/local/templates/milana2024/assets/css/new-styles/blocks/modal-new/media.css?17429523121120*/


@media(max-width: 1399px){
    .modal-new__content--left .modal-new__container{
        padding-left: 45px;
        padding-right: 90px;
    }
}


@media(max-width: 991px){
    .modal-new__content--left .modal-new__container{
        padding-left: 30px;
        padding-right: 100px;
    }

    .header__app{
        gap: 5px;
    }

    .modal-new__content.modal-new__content--full_768{
        width: 100vw!important;
        height: 100vh;
    }

    .modal-new--active .modal-new__content--center{
        margin-bottom: 50px;
    }
}

@media(max-width: 767px){
    .modal-new__content.modal-new__content--full_576{
        width: 100vw;
        height: 100vh;
    }

    .modal-new__content--left .modal-new__container{
        padding-left: 30px;
        padding-right: 60px;
    }

    .modal-new__content--left, .modal-new__content--right{
        width: 100%;
    }

    .header__app svg{
        width: 130px;
    }
}

@media(max-width: 575px){
    .modal-new__content.modal-new__content--full_360{
        width: 100vw;
        height: 100vh;
    }
}

/* End */


/* Start:/local/templates/milana2024/assets/css/new-styles/blocks/burger/styles.min.css?1726538023193*/
.burger{display:flex;flex-direction:column;row-gap:5px;cursor:pointer;pointer-events:auto}.burger--size_lg{padding:15px 0}.burger span{width:45px;height:2px;background-color:var(--color-white)}
/* End */


/* Start:/local/templates/milana2024/assets/css/new-styles/blocks/card-new/styles.css?17388280985291*/
.mil-product-carousel-slick .card-new {
    width: 290px;
    height: fit-content;
}

.card-new{
    width: 100%;
    height: 520px!important;

    position: relative;

    transition: var(--transition);

    background: rgba(37, 37, 37, 0.03);
}

.card-new--size_sm{
    height: 365px;
    width: 350px;
}

.card-new--size_sm .card-new__img--fantom{
    height: 160px
}

.card-new--size_sm .card-new__img{
    min-height: 160px
}

.card-new__content{
    display: flex;
    flex-direction: column;
    align-items: center;

    row-gap: 10px;
}

.card-new__name{
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;

    margin-bottom: 10px;
}

.card-new__img{
    position: relative;

    width: 100%;
    min-height: 360px;

    background-position: bottom;
    background-size: contain;
    background-repeat: no-repeat;

    background-color: white;

    margin-bottom: 25px;
}

.card-new__btn{
    display: flex;
    align-items: center;
    justify-content: center;
}

.card-new__img--fantom{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;

    width: 100%;
    height: 360px;
    position: fixed;

    visibility: hidden;
}

.card-new__img--fantom::after{
    content: "";
    top: 0;

    width: 100%;
    height: 100%;
    position: absolute;

    background: rgba(37, 37, 37, 0.03);
}


.card-new__img::after{
    content: "";
    top: 0;

    width: 100%;
    height: 100%;
    position: absolute;

    background: rgba(37, 37, 37, 0.03);
}


.card-new__prices{
    display: flex;
    justify-content: center;
    gap: 15px;

    text-decoration: none;

    margin-bottom: 13px;
}

.card-new__old-price{
    text-decoration: line-through;
}


.card-new:hover .card-new__favorite{
    opacity: 1;
}
.card-new:hover .card-new__quick-view{
    opacity: 1;
}

.card-new__favorite{
    position: absolute;

    top: 20px;
    right: 20px;

    width: 30px;
    height: 30px;

    transition: var(--transition);

    opacity: 0;
}

.card-new__favorite--active{
    opacity: 1;
}

.card-new__favorite--active svg path,
.js-favorites-check.checked svg path {
    fill: rgba(192, 67, 86, 1);
    stroke: rgba(192, 67, 86, 1);
}

.card-new__quick-view{
    position: absolute;

    top: 18px;
    right: 65px;

    width: 30px;
    height: 30px;

    transition: var(--transition);

    opacity: 0;

    z-index: 6;

}

.card-new__cart{
    padding: 5px!important;
    width: fit-content;

    width: 100%;
}

.card-new__favorite svg path{
    transition: var(--transition);
}

.card-new__favorite:hover svg path{
    fill: rgba(192, 67, 86, 1);
    stroke: rgba(192, 67, 86, 1);
    opacity: 0.5;
}


.card-new__bottom{
    display: flex;
    flex-direction: column;
    row-gap: 10px;

    padding: 0px 10px 10px 10px;
    opacity: 0;

    transition: all 0.3s ease;
}

.card-new__badges{
    position: absolute;
    top: 20px;
    left: 20px;

    display: flex;
    gap: 5px;

    transition: var(--transition);
}

.card-new__badge{
    font-size: 14px;
}

.card-new__favorite-input{
    position: absolute;
    z-index: 6;

    width: 30px;
    height: 30px;

    cursor: pointer;
}

.card-new__quick-view-input{
    position: absolute;
    z-index: 6;

    width: 30px;
    height: 30px;

    cursor: pointer;
}

.card-new__favorite-svg{
    position: absolute;
    z-index: 5;
    opacity: 0;

    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: var(--transition);
}


.card-new__favorite-input.checked ~ .card-new__favorite-svg path{
    stroke: var(--color-main);
    fill:var(--color-main);
}

.card-new__favorite-input.checked ~ .card-new__favorite-svg{
    opacity: 1;
}
.card-new__slider{
    display: flex;
    position: absolute;
    width: 100%;
    height: 100%;

    z-index: 2;
}

.card-new__slide{
    flex: 1 1 auto;
    height: 100%;
}

.card-new__dots{
    display: flex;
    position: absolute;
    width: 200px;

    right: 50%;
    transform: translateX(50%);

    bottom: -10px;
    background-color: #D9D9D9;
    border-radius: 5px;
}

.modal-new__gallery .card-new__dots{
    display: none;
}

.card-new__dots > *:only-child {
    display: none;
}


.card-new__dot{
    width: 100%;
    height: 2px;

    border-radius: 5px;
}

.card-new__dot--active{
    background-color: var(--color-black);
}

.card-new__img img{
    position: absolute;
    width: 100%;
    padding: 45px 20px 0 20px;
    min-height: 360px;
    max-height: 360px;
    object-fit: contain;
    display: block;

    z-index: 0;

    user-select: none;
}

.search__item .card-new__img img{
    padding: 45px 20px 0 20px;
    min-height: 240px;
    max-height: 240px;
}


.search__item{
    height: 400px!important;
    max-width: 263px;
}

.search__item .card-new__img{
    min-height: 245px;
}

.search__item .card-new__name{
    font-size: 12px;
    margin-bottom: 5px;
}

.search__item .card-new__prices{
    margin-bottom: 10px;
    font-size: 12px;
}
/* End */


/* Start:/local/templates/milana2024/assets/css/new-styles/blocks/card-new/media.css?17360856182926*/
@media (max-width: 1599px){
    .card-new__img img {
        padding: 45px 10px 0 10px;
    }
}

@media (max-width: 1399px){
    .card-new__img img {
        padding: 45px 20px 0 20px;
    }
}

@media (max-width: 1199px){
    .card-new__bottom{
        opacity: 1;
    }

    .card-new__img img {
        padding: 45px 10px 0 10px;
    }
}

@media (max-width: 991px){

    .card-new:not(.slick-slide) .card-new__img img{
        min-height: 200px;
        max-height: 200px;

        padding: 40px 10px 0 10px;
    }

    .card-new__dots{
        display: none;
    }

    .card-new__slider{
        display: none;
    }

    .card-new{
        width: 350px;
    }

    .favorities-page .card-new{
        height: 370px!important;
    }

    .personal-new__favorite .card-new{
        height: 370px!important;
    }

    .catalog-new .card-new{
        height: 340px!important;
    }


    .catalog-new .card-new__badges{
        top: 10px;
        left: 10px;
    }

    .catalog-new .card-new__favorite{
        top: 10px;
        right: 10px;
    }

    .catalog-new .card-new__quick-view{
        top: 8px;
        right: 55px;
    }

    .card-new__favorite, .card-new__quick-view {
        opacity: 1;
    }
    .card-new__container{
        gap: 10px;
        flex-wrap: wrap;
    }

    .catalog-new .card-new__container{
        gap: 0;

        display: flex;
        flex-direction: column;
    }

    .catalog-new .card-new__img{
        height: 100%;
    }

    .catalog-new__items--size_small .card-new__badges{
        top: 20px;
        left: 20px;
    }

    .catalog-new__items--size_small .card-new__favorite{
        top: 20px;
    }

    .catalog-new__items--size_small .card-new__quick-view{
        top: 18px;
    }

    .catalog-new__items--size_small .card-new{
        height: 510px!important;
    }

    .catalog-new__items--size_small .card-new__img img{
        min-height: 100%!important;
        max-height: 100%!important;

        padding: 40px 20px 0 20px!important;
    }

    .card-new__price{
        font-size: 16px;
    }
    .card-new__old-price{
        font-size: 16px;
    }

    .card-new__prices{
        gap: 8px;
    }
}

@media (max-width: 991px){
    .catalog-new__items--size_big.js-products-list-ajax .card-new__img{
        min-height: 200px;
    }
    .js-products-list-ajax .card-new__top{
        height: 100%;
    }
    .card-new__dots{
        display: none;
    }

    .card-new__img{
        margin-bottom: 10px;
    }
}

@media (max-width: 576px){
    .row-cols-1 .card-new__img{
        min-height: 437px;
    }
    .card-new__container{
        gap: 5px;
    }

    .card-new__old-price{
        display: none;
    }

    .catalog-new__items--size_small .card-new__old-price{
        display: block;
    }
}
/* End */


/* Start:/local/templates/milana2024/assets/css/new-styles/blocks/addNotification/styles.min.css?17350190201985*/
.addNotification{position:fixed;top:80px;right:0;transform:translateX(110%);background-color:#fff;z-index:998;transition:var(--transition);box-shadow:-6px 8px 15px 0 rgba(0,0,0,.05);display:flex;gap:5px;padding:20px 30px 20px 25px;cursor:pointer}.addNotification--show{transform:translateX(0)}.addNotification__bottom{display:flex;justify-content:space-between}.addNotification__text{font-size:12px;font-weight:500}.addNotification__text span{font-weight:700}.addNotification__name{font-size:13px;max-width:200px}.addNotification__volume{font-size:11px;display:flex;align-items:end}.addNotification__title{font-weight:700;font-size:18px;line-height:22px;margin-bottom:10px}.addNotification__title span{font-size:20px}.addNotification__wrapper{display:flex;align-items:center;justify-content:center;gap:20px}.addNotification__img{width:200px;height:200px;background-size:contain;background-repeat:no-repeat;background-position:center}.addNotification__input{margin-bottom:20px}.addNotification__close{position:absolute;top:10px;left:10px}.addNotification__accept{background-color:#000;color:#fff;padding:5px 17px;transition:var(--transition);border:1px solid #000}.addNotification__accept:hover{color:#000;background-color:#fff}.addNotification__subtitle{max-width:300px;margin-bottom:20px;line-height:19px}.addNotification--type_fast .addNotification__right{height:75px;display:flex;flex-direction:column;justify-content:space-between}.addNotification--type_fast .addNotification__icon{width:25px;height:25px}.addNotification--type_fast .addNotification__img{height:75px;width:75px;text-align:center;background-position:bottom;background-size:cover}.addNotification__feedback #notification-preview-photo,.addNotification__feedback .review__add-file{margin-bottom:0!important}.addNotification__feedback .review__textarea textarea{height:80px}.addNotification__feedback .review__add-file{padding:5px 5px 6px}.addNotification__feedback .review__textarea,.review__input{margin-bottom:20px}
/* End */


/* Start:/local/templates/milana2024/assets/css/new-styles/blocks/addNotification/media.min.css?1728796411417*/
@media (max-width:991px){.addNotification:not(.addNotification--type_fast){width:100vw;height:calc(100vh - 72px);top:0;justify-content:center}.addNotification__wrapper{flex-direction:column}.addNotification__close{left:unset;right:10px}.addNotification__img{width:100%;height:300px}.addNotification__accept{display:flex;justify-content:center;align-items:center;padding:10px 30px;width:100%;text-transform:uppercase}}
/* End */


/* Start:/local/templates/milana2024/assets/css/new-styles/blocks/notification/styles.min.css?17243108241255*/
.notification__modal-wrapp{padding:120px 40px 40px 70px;width:540px;max-height:100vh;overflow:auto;min-height:100%}.notification__modal-wrapp .product{display:flex;align-items:end;justify-content:space-between;margin-bottom:20px}.notification__modal-wrapp .product .title{margin-bottom:8px}.notification__btns{display:flex;margin-top:10px;gap:10px}.notification__title{font-size:20px;font-weight:700;margin-bottom:60px;text-transform:uppercase}.form-input .alert.alert-sm{padding:.5rem 1rem}.notification__desc{font-size:12px;margin-bottom:10px}.notification__btn{width:100%;padding:10px!important}#add_review input[type=file]{width:100%;height:22px;opacity:0}#notification-preview-photo{padding:0!important;margin:0 0 40px!important}.del-photo,.notification__modal-wrapp #add-photo-button{cursor:pointer}.notification__modal-wrapp ul#notification-preview-photo li{display:inline-block;position:relative;margin-right:10px}.notification__modal-wrapp ul#notification-preview-photo li span.delete{position:absolute;right:6px;top:6px;color:red;cursor:pointer}#add_review .alert{margin-bottom:12px}.del-photo{width:13px;height:13px;background:url(/local/templates/milana2024/components/sotbit/reviews.reviews.add/milana/images/del-photo.svg);top:3px;right:3px}
/* End */


/* Start:/local/templates/milana2024/assets/css/new-styles/blocks/notification/media.css?1717483675228*/
@media (max-width: 1600px){

}

@media (max-width: 1400px){
    .select--filter-city{
        display: none;
    }
}
@media (max-width: 1200px){

}

@media (max-width: 992px){

}

@media (max-width: 768px){

}
/* End */


/* Start:/local/templates/milana2024/assets/css/new-styles/blocks/input/styles.min.css?17295589562419*/
.input{width:100%;position:relative;border:1px solid var(--color-gray);transition:var(--transition)}.input__text{border:0;outline:0}.input__name{width:fit-content;z-index:1}.input--active .input__icon path{fill:#000}.input__icon path{transition:var(--transition)}.input__icon{position:absolute;right:0;top:50%;transform:translate(0,-50%)}.input--theme_bottom-border{border:0;border-bottom:1px solid var(--color-gray)}.input--theme_bottom-border .input__text{padding-left:0;padding-bottom:10px;padding-top:10px}.input--theme_bottom-border.input--theme_flags.input--active .input__name{left:0}.input--theme_bottom-border .input__name{left:0;top:10px}.input--theme_bottom-border.input--active .input__name{left:0;padding:0}.input--active,.input:hover{border-color:var(--color-black)}.input--error,.input--error .input__name{border-color:#f66!important;color:#f66!important}.input--active .input__name{top:0;transform:translate(0,-50%);font-size:14px;padding:0 5px;left:11px}.input__text{padding:12px 16px;width:100%}.input__name{position:absolute;top:12px;left:16px;background-color:#fff;transition:var(--transition);color:var(--color-gray-dark);user-select:none;pointer-events:none}.input--theme_gray{padding:10px 15px;background:var(--color-background-white);outline:1px solid transparent;outline-offset:-2px}.input--theme_gray:hover{background:var(--color-gray-light);outline:1px solid rgba(140,40,55,.2);outline-offset:-2px}.input--theme_gray:focus{outline:1px solid #8c2837;outline-offset:-2px;background:var(--color-gray-light)}.input--theme_gray:hover::-moz-placeholder{color:#000}.input--theme_gray:focus::-moz-placeholder{color:#000}.input--theme_gray:focus::-webkit-input-placeholder{color:#000}.input--theme_gray:hover::-webkit-input-placeholder{color:#000}.input--theme_gray:hover::placeholder{color:#000}.input--theme_gray:focus::placeholder{color:#000}.input--size_sm .input__text{padding:6px 12px}.input--size_sm .input__name{top:6px;left:12px;font-size:14px;line-height:24px}.input--size_sm.input--active .input__name{top:0;left:6px;font-size:12px}.input--theme_flags .input__name{left:52px}.input--theme_flags .input__text{padding-left:52px}.input--theme_flags.input--active .input__name{left:11px}.input--theme_confirmation{display:flex}.input__confirmation{padding:0 10px!important;min-width:unset!important;font-size:14px!important;height:100%!important}.input__textarea{resize:none;outline:0;border:0}
/* End */


/* Start:/local/templates/milana2024/assets/css/new-styles/blocks/input/media.css?1717483675222*/
@media (max-width: 1600px){

}

@media (max-width: 1400px){

}
@media (max-width: 1200px){

}

@media (max-width: 991px){
    .input__name{
        font-size: 14px;
    }
}

@media (max-width: 768px){

}
/* End */


/* Start:/local/templates/milana2024/assets/css/new-styles/blocks/search-card/styles.min.css?1726538023962*/
.search-card{width:170px;text-decoration:none;color:var(--color-black);transition:var(--transition)}.search-card:hover{box-shadow:0 0 15px 0 rgba(34,60,80,0.1)}.search-card__content{padding:0 5px}.search-card__img{position:relative;height:210px;width:100%;background:no-repeat center bottom;background-size:contain;margin-bottom:10px}.search-card__prices{display:flex;align-items:center;gap:5px}.search-card__img:before{content:"";display:block;top:0;left:0;bottom:0;right:0;position:absolute;background-color:rgba(141,139,143,0.11);z-index:2}.search-card__price{font-size:17px;color:var(--color-main);transition:var(--transition)}.search-card__price:hover{color:var(--color-main-light)}.search-card__old-price{color:var(--color-black);font-size:14px;text-decoration:line-through;height:fit-content;line-height:22px}.search__cards--mobile{flex-wrap:wrap}.search__cards--mobile>a{display:block !important}.search__cards--mobile .search-card:hover{box-shadow:none}
/* End */


/* Start:/local/templates/milana2024/assets/css/new-styles/blocks/animation/styles.min.css?17182779921926*/
@keyframes linearGradientMove{to{background-position:-4px 100%}}@keyframes progress{0%{width:0}to{width:100%}}@keyframes animText{0%{-webkit-transform:translatey(120%) skewY(8deg);-ms-transform:translatey(120%) skewY(8deg);transform:translatey(120%) skewY(8deg);opacity:0}to{-webkit-transform:translateX(0) skewY(0deg);-ms-transform:translateX(0) skewY(0deg);transform:translateX(0) skewY(0deg);opacity:1}}.animation{transition:var(--transition)}.animation__bottom-dashed{background:linear-gradient(90deg,#000 50%,transparent 0) repeat-x;background-size:4px 1px;background-position:0 100%}.animation__bottom-dashed:hover{background:linear-gradient(90deg,var(--color-main),50%,transparent 0) repeat-x;background-size:4px 1px;background-position:0 100%;animation:linearGradientMove .8s infinite linear}.animation__bottom-line{background:bottom no-repeat,50% calc(100% - 1px);background-size:0 100%,100% 100%;background-image:linear-gradient(to top,#1f2949 2px,rgba(255,86,5,0) 2px),linear-gradient(to top,#bdbdbd 1px,rgba(189,189,189,0) 1px)}.animation__bottom-line:focus{background-size:100% 100%,100% 100%}.animation__bottom-line-hover:hover{background-size:100% 100%,100% 100%}.animation__card{transition-duration:1s;transform:translate(0,20px);opacity:0}.animation__card--active{transform:translate(0,0);opacity:1}.animation--svg-rotate svg{transition:inherit;transition-duration:1s}.animation--svg-rotate:hover svg{transform:rotate(360deg)}.animate__default{--animate-duration:1s}.animate__text{animation-name:animText;-webkit-animation-name:animText;opacity:0;display:block;width:fit-content}.animate__delay-1_2s{animation-delay:.2s}.animate__delay-1_4s{animation-delay:.4s}.animate__delay-1_6s{animation-delay:.6s}.animate__delay-1_8s{animation-delay:.8s}.animate__slideInUp{opacity:1!important}.animate__delay-2_5s{animation-delay:2.5s}.animate__delay-3_5s{animation-delay:3.5s}.animate__delay-1_5s{animation-delay:1.5s}
/* End */


/* Start:/local/templates/milana2024/assets/css/new-styles/media.css?17501405023017*/
@media (max-width: 1919px){
    .container-fluid{
        padding: 0px 150px;
    }
}

@media (max-width: 1399px){
    .container-fluid{
        padding: 0px 75px;
    }
}

@media (max-width: 1200px){
    html {
        width: unset;
        overflow-x: unset;
    }
    body{
        scrollbar-gutter: stable;
    }
}

@media (max-width: 991px){
    .modal-new__content--left .modal-new__container, .modal-new__content--right .modal-new__container{
        padding: 60px 60px 100px 70px;
    }

    .return-desc-element{
        margin-left: 0px;
    }

    .main__top-slider--theme_mobile.carousel--main{
        height: 250px!important;
    }

    .carousel--main .carousel__item, .carousel--main{
        height: calc(100vh - 66px);
    }

    .return-subtitle-element{
        width: 100%;
    }

    .b24-widget-button-wrapper{
        /*
        display: none!important;
        */
        /* Mobile App */
        margin-bottom: 40px;
        margin-right: 0;
    }
    .container-fluid{
        padding: 0px 30px;
    }

    .container-fluid--version_mobile{
        padding: 0;
    }

    .text-section__title {
        font-size: 30px;
        margin-bottom: 40px;
    }

    .text-section {
        padding: 80px 45px;
    }

    .referral__right{
        display: none;
    }

    .referral__left{
        max-width: 100%;
        width: 100%;
    }

    .page{
        padding-top: 130px;
    }

    .page--main{
        padding-top: 0;
    }

    .title__h1{
        font-size: 45px;
    }

    .nav.nav-pagination{
        margin-bottom: 60px;
    }

    .range-block__to-input, .range-block__from-input{
        width: 100%!important;
    }
}

@media (max-width: 767px){

    .text-section__title {
        font-size: 25px!important;
        margin-bottom: 20px!important;
    }

    .b24-widget-button-position-bottom-right{
        right: 20px;
    }

    .text-section {
        padding: 40px 15px;
    }

    .docs-photo > div{
        height: 250px;
    }
}

@media (max-width: 575px){

    .b24-widget-button-position-bottom-right{
        right: 5px!important;
        bottom: 40px!important;
    }

    .container-fluid{
        padding: 0px 15px;
    }

    .page{
        padding-top: 90px;
    }
    .page--main{
        padding-top: 0;
    }

    .users-tags-block__title{
        font-size: 20px;
    }

    nav.nav-pagination{
        margin-bottom: 50px;
    }

    .users-tags-block{
        margin-bottom: 60px;
    }

    .title__h1{
        font-size: 29px;
    }

    .catalog-new__title div{
        right: -10px;
        top: -18px;
    }

    .container-fluid--version_sm-mobile{
        padding: 0;
    }

    .podeli_widget.catalog .price__row {
        font-size: 11px;
    }

    .h1{
        font-size: 29px;
    }
}

@media (max-width: 400px) {
    .title__h1{
        font-size: 26px;
    }
}


/* End */


/* Start:/local/templates/milana2024/assets/css/new-styles/blocks/navigation/styles.min.css?17391966781721*/
.navigation{width:100%}.navigation__ul{position:relative;display:flex;justify-content:center;width:100%}.navigation__li{pointer-events:auto;padding-right:25px;padding-left:25px;padding-bottom:14px}.navigation__item a,.navigation__li a{position:relative}.navigation__item a:before,.navigation__li a:before{content:"";display:block;position:absolute;width:100%;height:1px;background-color:var(--color-black);bottom:0;right:50%;transform:translateX(50%);opacity:0;transition:var(--transition)}.header--size_sm .navigation__li a:before,.slider-light .navigation__li a:before{background-color:var(--color-white)}.navigation__item a:hover:before,.navigation__li--active>a:before,.navigation__li:hover>a:before{opacity:1}.navigation__li a:hover{color:#fff}.navigation__li:hover .navigation__catalogs{background-color:var(--color-white);pointer-events:auto}.navigation__li:hover .navigation__catalog{transform:translateY(0);opacity:1;transition:all .45s ease .15s}.navigation__catalogs{padding-top:35px;padding-bottom:100px;position:absolute;top:100%;left:0;width:100%;display:none;justify-content:center;gap:50px;pointer-events:none;transition:var(--transition)}.navigation__catalogs:has(.navigation__item){display:flex}.navigation__item{min-width:120px}.navigation__item a{font-size:14px;color:rgba(0,0,0,.5)!important;width:fit-content}.navigation__item.navigation__item-parent a{font-weight:bolder}.header--size_sm .navigation__item a{color:var(--color-white)!important}.navigation__catalog{display:flex;flex-direction:column;row-gap:5px;opacity:0;transform:translateY(20px);transition:opacity .3s ease,transform 0s linear .45s}.header--size_sm .navigation__li:hover .navigation__catalogs{background-color:var(--color-black)}
/* End */


/* Start:/local/templates/milana2024/assets/css/new-styles/blocks/navigation/media.min.css?172653802350*/
@media(max-width:991px){.navigation{display:none}}
/* End */


/* Start:/local/templates/milana2024/assets/css/new-styles/blocks/carousel/styles.css?17429458968517*/
/* Общие стили всех слайдеров{ */
.carousel{
    position: relative;
    z-index: 1;
}

.carousel__items .card-new{
    margin-right: 5px;
}

.carousel__arrow{
    position: absolute;
    height: 100%;
    top: 0;
    border: none;

    z-index: 99;
    background: none;
}

.carousel__arrow-next{
    right: 0px;
    padding-left: 30px;
    padding-right: 10px;
}

.carousel__arrow-prev{
    right: 50px;
    padding-left: 30px;
    padding-right: 0px;
}

.carousel__arrow-previous{
    left: 0px;
    padding-right: 30px;
    padding-left: 10px;
}


.carousel__items{
    position: relative;
}

.carousel__arrows{
    position: absolute;

    display: flex;
    align-items: center;
    justify-content: space-between;

    z-index: 1;
}

.carousel__items--preload{
    width: 100%;
    display: -webkit-box;
    overflow: hidden;

    position: relative;
}
.carousel__items--preload:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: #f2f3f4;
    z-index: 2;
    position: absolute;
}
.carousel__items--preload:after {
    content: "";
    display: block;
    width: 60px;
    height: 160%;
    margin-left: 50px;
    background: rgba(255, 255, 255, 0.2);
    left: -100%;
    top: -150px;
    z-index: 3;
    box-shadow: 0px 0px 50px 50px rgba(255, 255, 255, 0.2);
    transform: rotate(45deg);
    position: absolute;
    animation: movingFlare 3s ease-in-out 0.05s infinite;
}
@keyframes movingFlare {
    0% {
        left: -100%;
        margin-left: 0px;
    }
    100% {
        left: 130%;
        margin-left: 80px;
    }
}

.slick-disabled svg path{
    stroke: #BEBEBE;
    transition: var(--transition);
}

.carousel__item{
    position: relative;
}

.carousel__title{
    font-size: 50px;
    line-height: 47px;
    margin-bottom: 40px;
    font-weight: 700;
    text-transform: uppercase;
}

.carousel__title--product{
    margin-bottom: 60px;
}

.carousel__items--product{
    margin-bottom: 5px;
    width: calc(100% + 5px);
    display: flex;
    overflow: hidden;
}

.carousel__items > .card-new {
    min-width: 300px;
}


.carousel__desc{
    font-size: 14px;
    line-height: 20px;
}

.slick-active{
    transition: var(--transition);
}

.carousel__arrow{
    transition: var(--transition);
}

.carousel .slick-slide {
    margin-bottom: -6px;
}

.carousel--theme_white{
    background-color: white!important;
    padding-top: 0!important;
}

.carousel--theme_white.carousel--position_right .slick-list{
    margin-left: 0;
}

    /* Стили главного слайдера{ */
    .carousel--main .carousel__item,.carousel--main{
        height: 100vh;
        min-width: 100%;
    }

   .main__top-slider--theme_mobile.carousel--main .carousel__item{
        height: 250px;
    }

    .carousel--main .carousel__item{
        position: relative;
        background-position: center;
        background-size: cover;
    }

    .main__top-slider--theme_mobile .carousel--main .carousel__item a{
        height: 250px;
    }
    
    .carousel--main .carousel__item a{
        height: 100vh;
        z-index: 2;
        display: block;
        position: relative;
    }

    .carousel--main .carousel__item .carousel__content {
        position: absolute;
        color: #ffffff;

        width: 375px;
        left: 260px;
        bottom: 75px;
        min-height: 376px;
    }

    .main__top-slider--theme_mobile .carousel__item{
        height: 250px;
        background-size: cover;
        background-position: left;
    }

    .main__top-slider--theme_mobile{
        padding-top: 110px;
    }
    
    .carousel--main .slick-dots {
        padding: 20px;

        width: 365px;
        left: 240px;
        bottom: 50px;

        gap: 20px;
    }

    .carousel--main .carousel__title, .carousel--main .carousel__desc {
        width: 325px;
    }

    .carousel--main .carousel__arrows{
        z-index: 2;

        position: absolute;
    }

    .carousel--main .carousel__arrow-next{
        padding-right: 30px;
        opacity: 0;

        transition: var(--transition);
    }

    .carousel--main .carousel__arrow-prev{
        padding-left: 30px;
        padding-right: 30px ;

        right: unset;
        left: 0;
        opacity: 0;

        transition: var(--transition);
    }

    .carousel--main:hover .carousel__arrow-next{
        opacity: 1;
    }

    .carousel--main:hover .carousel__arrow-prev{
        opacity: 1;
    }

    .carousel--main .slick-dots li.slick-active button:hover{
        background-color: var(--color-black)!important;
    }
    
    /* } */

    /* Стили продуктовых карулесей линией{ */
    .carousel--line{
        margin-bottom: 130px;
    }

    .carousel--line .carousel__arrows.carousel__arrows--active{
        display: block;
    }
    .carousel--line .carousel__arrows{
        display: none;

        animation: 1s ease fadeIn;
    }
    
    .carousel--line .carousel__items{
        display: none;

        animation: 1s ease fadeIn;
    }

    .carousel--line .carousel__items.carousel__items--active{
        display: block;
        margin-bottom: 120px;
    }

    .carousel--line .carousel__tabs{
        display: flex;
        align-items: center;
    }

    .carousel--line .carousel__tab{
        padding: 10px 20px 9px;
        cursor: pointer;

        transition: var(--transition);
        user-select: none;
    }

    .carousel--line .carousel__tab:hover{
        background-color: rgba(0, 0, 0, 0.2);
    }

    .carousel--line .carousel__tab.carousel__tab--active{
        background-color: var(--color-black);
        color: white;
    }

    .carousel--line .carousel__top{
        position: relative;

        display: flex;
        align-items: center;
        justify-content: space-between;

        font-size: 13px;

        margin-bottom: 40px;
    }

    /* } */


    /* Стили центрального слайдера{ */
    .carousel--center .carousel__content{
        position: relative;
        z-index: 2;
        font-size: 30px;
        line-height: 34px;
        text-align: center;
    }

    .carousel--center .carousel__name{
        font-size: 30px;
        margin-bottom: 20px;
        
        text-transform: uppercase;
    }

    .carousel--center .carousel__desc{
        font-size: 60px;
        font-weight: 700;
        line-height: 1.2;

        margin-bottom: 55px;

        text-transform: uppercase;
    }

    .carousel--center .carousel__item{
        font-size: 30px;
        line-height: 34px;
        min-height: 531px;
    
        padding: 140px 0 145px 0;
    
        color: white;
        text-align: center;
        background: no-repeat center center;
        background-size: cover;
    }
    
    .carousel--center .carousel__bg-img{
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
        top: 0;
        left: 0;
    
        filter: brightness(70%);
    }    
    /* } */
/* } */

.main__top-slider--theme_mobile .carousel__content{
    position: absolute;

    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}


.main__top-slider--theme_mobile .carousel__content.center .carousel__title{
    text-align: center;
}

.main__top-slider--theme_mobile .carousel__content.center .carousel__desc{
    text-align: center;
}

.main__top-slider--theme_mobile .carousel__content.right .carousel__title{
    text-align: right;
    margin-left: 0;
    margin-right: 20px;
}

.main__top-slider--theme_mobile .carousel__content.right .carousel__desc{
    text-align: right;
    margin-left: 0;
    margin-right: 20px;
}

.main__top-slider--theme_mobile .carousel__title{
    margin-bottom: 0;
    font-size: 26px!important;
}

@media(max-width: 767px){
    .carousel--line .carousel__items.carousel__items--active{
        margin-bottom: 60px;
    }
}
@media(max-width: 991px){
    .carousel--line .carousel__items.carousel__items--active{
        margin-bottom: 80px;
    }
}




@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}
/* End */


/* Start:/local/templates/milana2024/assets/css/new-styles/blocks/carousel/media.min.css?17225134183301*/
@media (max-width:1919px){.carousel--main .slick-dots{left:130px}.carousel--main .carousel__item .carousel__content{left:150px}}@media (max-width:1399px){.carousel--theme_toWord.carousel--products .carousel__title{top:40px;left:190px}.carousel__title{font-size:45px}.carousel__title--product{margin-bottom:40px}.carousel--products .carousel__title{top:126px}.carousel--position_right .carousel__title{left:212px}.carousel--position_left .carousel__title{right:212px}.carousel--products .carousel__bg-img{height:631px}.carousel--products .carousel__arrows{top:211px}.carousel--theme_white.carousel--products .carousel__arrows{top:calc(211px - 80px)}.carousel--main .carousel__arrows{bottom:206px;right:40px}.carousel--main .carousel__content{right:78px;bottom:124px;width:475px}.carousel--main .carousel__item .carousel__content{left:75px;min-height:300px}.carousel--main .slick-dots{left:55px}}@media (max-width:1200px){.carousel--theme_toWord.carousel--products .carousel__title{top:4px;font-size:51px}.carousel--products .carousel__bg-img{height:545px;width:calc(100% - 300px)}.carousel--position_right .carousel__wrapper{padding:50px 0 75px 65px}.carousel--position_left .carousel__wrapper{padding:50px 65px 75px 0}.carousel--products .carousel__arrows{top:149px}.carousel--theme_white.carousel--products .carousel__arrows{top:calc(149px - 80px)}.carousel--products .carousel__title{top:49px}.carousel--position_right .carousel__title{left:248px}.carousel--position_left .carousel__title{right:248px}}@media (max-width:991px){.carousel__title--product{padding-left:30px}.carousel__items--product{width:100%}.carousel--main .slick-dots{left:10px}.carousel--main .carousel__item .carousel__content{left:30px}.carousel--theme_toWord.carousel--products .carousel__title{left:267px}.carousel--main .carousel__arrows{bottom:166px;right:80px}.carousel--main .carousel__content{right:118px;bottom:74px;width:475px}.carousel--products .carousel__wrapper{width:670px}.carousel--products .carousel__bg-img{width:calc(100% - 200px)}.carousel--position_right .carousel__arrows{top:130px}.carousel--position_right{padding-top:60px}.carousel--products .carousel__title{top:67px}.carousel--position_right .carousel__title{left:300px}.carousel--position_left .carousel__title{right:300px}.carousel--center .carousel__desc{font-size:35px}}@media (max-width:768px){.carousel--theme_toWord.carousel--products .carousel__title{left:0}.carousel--line .carousel__tabs{flex-direction:column;row-gap:10px;width:100%}.carousel--line .carousel__tab{width:100%;text-align:center;background-color:rgba(37,37,37,.03)}.carousel--center .carousel__bg-img{height:100%}.carousel--center .carousel__item{padding:55px 0;min-height:100%}.carousel .carousel__arrows{display:none!important}.carousel--products .carousel__title{width:100%;text-align:center;left:0}.carousel--main .carousel__arrows{bottom:32px;left:243px}.carousel--products .carousel__bg-img{width:100%;height:489px}.carousel--products .carousel__wrapper{bottom:0;right:0;width:100%;padding:15px 0 55px 5px}.carousel--center .carousel__name{font-size:13px;margin-bottom:10px}.carousel--center .carousel__desc{font-size:30px;margin-bottom:30px}}@media (max-width:575px){.carousel--main .slick-dots{width:calc(100% - 30px)}.carousel__title{font-size:33px;line-height:36px}}
/* End */


/* Start:/local/templates/milana2024/assets/css/new-styles/blocks/button/styles.min.css?17343433731391*/
.button{text-decoration:none;font-size:15px;line-height:18px;height:fit-content;padding:20px 60px;transition:var(--transition);border:1px solid transparent;cursor:pointer;display:block;text-align:center}.button--theme_primary{color:var(--color-white);background-color:var(--color-main)}.button--theme_primary:hover,.button--theme_white{color:var(--color-main);background-color:var(--color-white)}.button--theme_white{color:var(--color-black)}.button--theme_primary-dark{color:var(--color-white);background-color:var(--color-main);border:1px solid transparent}.button--theme_dark-primary,.button--theme_primary-dark:hover{color:var(--color-black);background-color:var(--color-white);border:1px solid var(--color-black)}.button--theme_dark-primary:hover{color:var(--color-white);background-color:var(--color-main);border:1px solid transparent}.button--theme_disable{background-color:var(--color-gray);pointer-events:none}.button--theme_black,.button--theme_disable:hover{background-color:var(--color-gray);color:var(--color-white)}.button--theme_black{background-color:var(--color-black)}.button--theme_black:hover{color:var(--color-black);background-color:var(--color-white);border:1px solid var(--color-black)}.button--theme_border-black{border:1px solid #000;background-color:var(--color-white)}.button--theme_border-black:hover{background-color:var(--color-black);color:var(--color-white)}
/* End */


/* Start:/local/templates/milana2024/assets/css/new-styles/blocks/button/media.css?1717483675172*/
@media (max-width: 1600px){

}

@media (max-width: 1400px){

}
@media (max-width: 1200px){

}

@media (max-width: 992px){

}

@media (max-width: 768px){

}
/* End */


/* Start:/local/templates/milana2024/assets/css/new-styles/blocks/catalog-new/styles.css?17502293731007*/
.catalog-new{}

.main--theme_detail .catalog-new__breadcrumbs{
    margin-bottom: 20px;
}

.catalog-new__breadcrumbs{
    margin-bottom: 50px;
}

.catalog-new__button{
    margin: 0 auto;
    display: block;
    margin-bottom: -70px;

    width: 200px;
}
.catalog-new__title{
    width: fit-content;
    margin-bottom: 40px;

    position: relative;
}
.catalog-new__title div{
    top: -15px;
    right: -40px;
    color: rgba(0, 0, 0, 0.5);

    position: absolute;
}
.catalog-new__blocks{
    margin-top: 20px;
}
.catalog-new__filter{
    margin-bottom: 40px;
    margin-top: 20px;
}

.catalog-new__blocks{
    margin-bottom: 20px;
}

.catalog-new__items{
    width: 100%;

    display: grid;
    grid-gap: 5px;

    margin-bottom: 70px;
}

.catalog-new__items .card-new{
    width: 100%;
}

.catalog-new__items--size_big{
    grid-template-columns: repeat(5,1fr);
}
.catalog-new__items--size_small{
    grid-template-columns: repeat(5,1fr);
}

/* End */


/* Start:/local/templates/milana2024/assets/css/new-styles/blocks/catalog-new/media.min.css?1726718302848*/
@media (max-width:1399px){.catalog-new__items--size_big,.catalog-new__items--size_small{grid-template-columns:repeat(4,1fr)}.catalog-new__breadcrumbs{margin-bottom:40px}}@media (max-width:991px){.catalog-new__items--size_big{grid-template-columns:repeat(3,1fr)}.catalog-new__items--size_small{grid-template-columns:repeat(2,1fr)}.catalog-new__breadcrumbs{margin-bottom:30px}}@media (max-width:767px){.catalog-new__items--size_big{grid-template-columns:repeat(2,1fr)}.catalog-new__items--size_small{grid-template-columns:repeat(1,1fr)}}@media (max-width:575px){.catalog-new__items{margin-bottom:40px}.catalog-new__items--size_big .card-new__img{min-height:200px}.catalog-new__items--size_big .card-new{height:370px!important}.catalog-new__items--size_big .card-new__badges{top:10px;left:10px}.catalog-new__items--size_big .card-new__prices{gap:7px}}
/* End */


/* Start:/local/templates/milana2024/assets/css/new-styles/blocks/accordion/styles.css?17435199315558*/
    /* reset default styles */
    .accordion__items{
        list-style-type: none;
    }

    ol, ul {
        padding-left: 0;
    }

.accordion--mb .accordion__content{
    opacity: 1;
    max-height: fit-content;

    padding: 0px;
}


.accordion--mb .open.accordion__content{
    padding: 0px;
}

.accordion--mb .accordion__icon{
    display: none;
}

.accordion--mb .accordion__items{
    flex-direction: row;
    justify-content: space-between;
    gap: 10px;
}

.accordion--mb .accordion__item{
    height: fit-content;
}

.accordion--mb{
    width: 100%;
}

.accordion--mb .accordion__title{
    cursor: default !important;
    pointer-events: none;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;

    color: var(--color-white);
}

.accordion--mb .accordion__control{
    cursor: default !important;
    pointer-events: none;
    
    margin-bottom: 20px;
}

.accordion__control, .accordion__icon{
    background-color: unset;
    cursor: pointer;
    border: none;    
    text-align: inherit;
    padding: 0;
}

.accordion__items{
    display: flex;
    flex-direction: column;
    row-gap: 25px;
}

.accordion__control{
    display: flex;
    justify-content: space-between; 
    align-items: center;

    gap: 10px;


    width: 100%;
    transition-property: width;
    transition-duration: 1ms;

    background-color: unset;

    text-decoration: none;
}

.accordion--mb .accordion__control.accordion__control--link {
    cursor: pointer!important;
    pointer-events: auto;
}

.accordion__title{
    font-size: 20px;
    font-weight: 700;

    transition: all 0.3s ease;

    text-transform: uppercase;
}

.accordion__title{
    display: flex;
    align-items: center;
    justify-content: center;

    gap: 8px;
}

.accordion__title--lg{
    font-weight: 800;
}
.footer__nav .accordion__item:hover .accordion__title{
    color: white;
    opacity: 60%;
}

.accordion__icon{
    display: flex;
    align-items: center;

    transform: rotate(180deg);
    transition: 0.3s ease;

    user-select: none;

    min-width: 11px;
    min-height: 11px;
}
.accordion__content{
    box-sizing: content-box;

    max-height: 0;
    opacity: 0;
    overflow: hidden;

    padding: 5px 0px 0px 0px;


    transition-property: max-height, opacity, padding-top, padding-bottom;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;

    color: black;
}

.open.accordion__icon{
    transition: 0.3s ease;
    transform: rotate(0deg);
}
.open.accordion__icon path{
    transition: all 0.3s ease;   
}
.open.accordion__icon path:nth-child(1){
   opacity: 0;
   transition: all 0.3s ease;   

}
.open.accordion__content{
    opacity: 1;

    padding: 20px 0px 0px 0px;
}

.accordion__item--lg{
    border-bottom: 1px solid #DDDDDD;
    padding-bottom: 10px;
}

.open.accordion__icon--lg{
    transition: 0.3s ease;
    transform: rotate(0deg);
}

.open.accordion__icon--lg span:first-child{
   opacity: 0;
   transition: all 0.3s ease;   
}

.accordion__icon--lg{
    position: relative;
    
    width: 20px;
    height: 20px;

    transition: all 0.3s ease;
}

.accordion__icon--lg span{
    position: absolute;
    top: 50%;

    width: 20px;
    height: 2px;

    background-color: var(--color-main);
}

.accordion__icon--lg span:first-child{
    transform: rotate(90deg);
}

.accordion--theme_profile .accordion__title{
    font-size: 20px;
    font-weight: 700;
    text-transform: none;
}

.accordion--theme_support .accordion__title{
    font-weight: 400;
}

.accordion--theme_profile .accordion__item{
    border-bottom: 1px solid rgba(0, 0, 0, 0.31);
}

.accordion--theme_profile .accordion__control{
    padding: 20px 0px;
}

.accordion--theme_profile .accordion__content.open{
    padding:0px 0px 20px 0px;
}

.accordion--theme_profile .accordion__items{
    row-gap: 0px;
}

.accordion--theme_lines .accordion__control{
    height: 90px;
}

.accordion--theme_lines .accordion__items{
    gap: 0;
}

.accordion--theme_lines .accordion__item{
    position: relative;
}
.accordion--theme_lines .accordion__item:after{
    content: '';
    position: absolute;
    width: 100%;
    right: 50%;
    transform: translateX(50%);
    height: 1px;
    bottom: 0;

    background-color: #c7c7c7;
}
.accordion--theme_lines .accordion__item:first-child:before{
    content: '';
    position: absolute;
    width: 100%;
    right: 50%;
    transform: translateX(50%);
    height: 1px;
    top: 0;

    background-color: #c7c7c7;
}
.accordion--theme_lines .open.accordion__content{
    padding: 0px;
}


    @media (max-width: 480px){
        .accordion--theme_mobile.accordion--theme_lines .accordion__content{
            max-height: 100%!important;
            opacity: 1;
        }
        .accordion--theme_mobile.accordion--theme_lines .accordion__control{
            display: none;
        }
        .accordion--theme_mobile.accordion--theme_lines .accordion__item:first-child:before, .accordion--theme_mobile.accordion--theme_lines .accordion__item:after{
            background-color: white;
        }
        .accordion--theme_mobile.accordion--theme_lines .accordion__content{
            overflow: unset;
        }

        .accordion__title{
            font-size: 16px;
        }
    }


/* End */


/* Start:/local/templates/milana2024/assets/css/new-styles/blocks/accordion/media.css?17435199871819*/
@media (max-width: 1600px){}

@media (max-width: 1400px){}

@media (max-width: 1200px){}

@media (max-width: 992px){
    .accordion--mb .accordion__content{
        opacity: 0;
        max-height: 0;

        padding: 0px 0px;
    }
    .accordion--mb .accordion__content.open{
        opacity: 1;

        padding-top: 15px;
        padding-bottom: 30px;
    }

    .accordion--mb .accordion__icon{
        display: block;
    }

    .accordion--mb .accordion__items{
        flex-direction: column;
        gap: 0px;

        margin-bottom: 0;
    }

    .accordion--mb .accordion__control{
        margin-bottom: 0;
        padding: 15px 0px;

        cursor: pointer !important;
        pointer-events: all;
    }

    .accordion--mb .accordion__item{
        border-bottom: 1px solid #C8C6C6;
    }
    .accordion--mb .accordion__item:first-child{
        border-top: 1px solid #C8C6C6;
    }
}

@media (max-width: 768px){
    .accordion--theme_profile .accordion__title{
        font-size: 16px;
    }
    .accordion--theme_profile .accordion__content{
        font-size: 14px;
    }

    .accordion--theme_lines .accordion__title{
        font-size: 16px;
    }
}

@media (min-width: 480px){
    .accordion--theme_mobile.accordion--theme_lines .accordion__content{
        max-height: 100%!important;
        opacity: 1;
    }
    .accordion--theme_mobile.accordion--theme_lines .accordion__control{
        display: none;
    }
    .accordion--theme_mobile.accordion--theme_lines .accordion__item:first-child:before, .accordion--theme_mobile.accordion--theme_lines .accordion__item:after{
        background-color: white;
    }
    .accordion--theme_mobile.accordion--theme_lines .accordion__content{
        overflow: unset;
    }
}


/* End */


/* Start:/local/templates/milana2024/assets/css/new-styles/blocks/navbar/styles.min.css?1726538023664*/
.navbar{display:none;position:fixed;bottom:0;background-color:var(--color-black);width:100%;z-index:999}.navbar__items{display:flex;align-items:center;width:100%}.navbar__value{position:absolute;width:15px;height:15px;background-color:var(--color-white);border-radius:100%;color:var(--color-black);display:flex;align-items:center;justify-content:center;font-size:10px;top:10px;right:-3px}.navbar__icon{width:25px;height:20px;display:flex;align-items:center;justify-content:center;position:relative}.navbar__item{width:100%;height:72px;display:flex;justify-content:center;align-items:center;flex-direction:column;color:var(--color-white);font-size:12px;row-gap:5px}
/* End */


/* Start:/local/templates/milana2024/assets/css/new-styles/blocks/navbar/media.min.css?1718149964116*/
@media (max-width:991px){.navbar{display:block;z-index:1001}}@media (max-width:571px){.navbar__item{font-size:10px}}
/* End */


/* Start:/local/templates/milana2024/assets/css/new-styles/blocks/review/styles.css?17502286412715*/
.review__text{
    font-size: 14px;
    margin-bottom: 75px;
}

.review__auth-text{
    font-size: 14px;
    margin-bottom: 20px;
}

.review__auth-btn{
    width: fit-content;
    margin-bottom: 30px;
}

.review__auth-registration{
    display: flex;
    align-items: center;
    gap: 10px;
}

.review__auth-registration span{

    color: rgba(176, 176, 176, 1);
    font-size: 14px;
}

.review__stars{
    display: flex;
    align-items: center;

    gap: 30px;
}

.review__stars span{
    color: rgba(176, 176, 176, 1);
}

.review__stars .detail__review-icon span{
    width: 17px;
    height: 17px;
}

.review__btn{
    width: fit-content;
}

.review__add-file{
    margin-bottom: 40px;

    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;

    display: flex;
    align-items: center;
    justify-content: start;
    gap: 10px;

    border: 1px solid var(--color-gray);
}

.review__add-file-name{
    font-size: 14px;
}

.review__add-file-restrictions{
    display: flex;
    align-items: center;

    gap: 10px;
    padding-left: 5px;
}

.review__textarea, .review__input{
    margin-bottom: 20px;
}


.review__textarea textarea{
    resize:none;
    height: 130px;

    border: none;
}

.review__textarea textarea:active,.review__textarea textarea:hover,.review__textarea textarea:focus {
    outline: 0;
    outline-offset: 0;
}

.review__add-file-restriction{
    color: rgba(176, 176, 176, 1);
    font-size: 12px;
    font-weight: 300;
}

.review__stars{
    margin-bottom: 20px;
}

.review__item-stars{
    margin-bottom: 15px;

    display: flex;
    align-items: center;
    gap: 15px;
}

.review__item-stars span:last-child{
    color: rgba(176, 176, 176, 1);
}

.review__items{
    padding-right: 40px;

    display: flex;
    flex-direction: column;
    row-gap: 40px;
}

.review__item-name{
    font-size: 14px;
    color: rgba(186, 186, 186, 1);

    margin-bottom: 5px;
}

.review__item-text{
    font-size: 14px;
    line-height: 22px;

    margin-bottom: 15px;
}

.review__item-imgs{
    display: flex;
    gap: 15px;
    align-items: center;

    margin-bottom: 20px;
}

.review__item-img{
    position: relative;

    width: 120px;
    height: 120px;

    text-align: center;
}

.review__item-img:before{
    content: '';
    position: absolute;

    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    background: rgba(13, 13, 13, 0.02);
}

.review__item-img a {
    position: relative;
}

.review__item-img img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}
/* End */


/* Start:/local/templates/milana2024/assets/css/new-styles/blocks/sizes-modal/styles.min.css?1726538023696*/
.sizes-modal{width:580px;display:flex;flex-direction:row}.sizes-modal__right{padding:25px 40px 30px 40px}.sizes-modal__title{font-size:22px;font-weight:700;margin-bottom:25px}.sizes-modal__name{margin-bottom:10px;font-weight:700}.sizes-modal__prices{margin-bottom:25px;justify-content:start;align-items:center}.sizes-modal__img{position:relative;width:200px;height:360px;background-size:contain;background-position:center;background-repeat:no-repeat}.sizes-modal__img::after{content:"";top:0;width:100%;height:100%;position:absolute;background:rgba(37,37,37,0.03)}.sizes-modal__sizes{padding:20px;max-width:300px;gap:20px !important;border:1px solid var(--color-black);margin-bottom:0 !important}
/* End */


/* Start:/local/templates/milana2024/assets/css/new-styles/blocks/sizes-modal/media.css?1736929056655*/
@media(max-width: 991px){
    .sizes-modal{
        height: 80vh;
    }

    .sizes-modal__img{
        height: 100%;
    }
}

@media(max-width: 767px){
    .sizes-modal{
        width: 540px;
    }

    .sizes-modal__right{
        padding-right: 20px;
        padding-left: 20px;
    }
}
@media(max-width: 575px){
    .sizes-modal{
        width: 100%;
        flex-direction: column;
    }

    .sizes-modal__img{
        width: 100%;
    }

    .sizes-modal__right{
        padding-right: 20px;
        padding-left: 20px;
    }

    .sizes-modal__title, .sizes-modal__prices{
        margin-bottom: 20px;
    }
}
/* End */


/* Start:/local/templates/milana2024/assets/css/new-styles/blocks/two-sliders/styles.min.css?1722819825758*/
.two-sliders{display:flex;gap:5px;width:calc(100% + 3px)}.two-sliders__container{width:calc(25% - 5px)}.two-sliders__container .two-sliders__first,.two-sliders__container .two-sliders__second{display:flex;overflow:hidden}.two-sliders__container .two-sliders__first>.card-new,.two-sliders__container .two-sliders__second>.card-new{min-width:300px}.two-sliders__container .carousel__arrow{opacity:0;transition:var(--transition)}.two-sliders__container:hover .carousel__arrow{opacity:1}.two-sliders__banner{position:relative;width:calc(50%);background-position:center;background-size:cover}.two-sliders__title{position:absolute;top:50px;left:60px;font-size:42px;line-height:45px;font-weight:700;text-transform:uppercase;max-width:220px;color:var(--color-white)}
/* End */


/* Start:/local/templates/milana2024/assets/css/new-styles/blocks/two-sliders/media.min.css?1726538023208*/
@media(max-width:1399px){.two-sliders__container:last-child{display:none}.two-sliders__container{width:calc(33%)}.two-sliders__banner{width:calc(66% + 5px)}}@media(max-width:991px){.two-sliders{display:none}}
/* End */


/* Start:/local/templates/milana2024/assets/css/new-styles/blocks/select/styles.css?17407181947018*/
.select{
    color: #a06971;

    position: relative;
}

.select__hidden{
    position: absolute;

    height: 0px;
    width: 0px;
}

.filter__wrapper .select--filter_desktop .checkbox{
    flex-direction: row-reverse;
    justify-content: start;
}

.select__text--active{
    color: var(--color-main);
}

.filter .select__control:hover .select__text a{
    color: var(--color-black);
}
.filter .select--active .select__text a{
    color: var(--color-black);
}

.select__icon{
    transition: var(--transition);
}

.select__control:hover .select__icon path{
    stroke: var(--color-black);
}
.select--active .select__icon path{
    stroke: var(--color-black);
}

.select--filter_desktop .select__control{
    width: fit-content;
    background-color: unset;
    outline: none;

    gap: 10px;
    padding: 0px;
}
.select--filter_desktop .select__control:hover{
    background-color: unset;
}

.select--filter_desktop .select__control:hover .select__text{
    color: #8c2837;
}

.select--active .select__control--filter{
    outline: none;
	outline-offset: none;
}

.select--filter_desktop .select__items{
    top: 30px;
    width: max-content;

    padding: 0px 50px 0px 50px;

    box-shadow: 0 0 17px rgba(0, 0, 0, 0.09);
    background-color: white;

    min-width: 100px;
}
.select--active.select--filter_desktop .select__items{
    padding: 30px 50px 30px 50px;
}

.select__items--size_lg{
    right: -170%;
}

.select__items--flex{
    display: flex;
    gap: 20px;
}

.select__items--position_left{
    right: 0px;
}
.select__items--position_center{
    right: 50%;
    transform: translate(50%);
}

.select__numbers{
    position: absolute;
    background-color: var(--color-black);
    height: 15px;
    width: 15px;
    border-radius: 100%;
    top: -7px;
    right: 15px;
    color: white;
    font-size: 10px;
    text-align: center;
}

.select__number--hidden{
    display: none;
}

.select__control{
    position: relative;

    display: flex;
    align-items: center;
    justify-content: space-between;

    background-color: #f6f6f8;
    padding: 14px 20px 12px 20px;

    outline: 1px solid #f6f6f8;
	outline-offset: -1px;

    user-select: none;
    cursor: pointer;
    transition: all 0.3s ease;
}


.filter .select__text a{
    color: rgba(0, 0, 0, 0.5);
}
.select--filter_desktop.select--filter_mobile .select__text a{
    color: black;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 20px;
}

.select--active .select__text{
    color: var(--color-black);
}



.select__control:hover{
    background-color: #f0f0f0;
    color: #964854;
}

.select--active .select__control{
    outline: 1px solid #8c2837;
    outline-offset: -1px;
}
.select--active.select--filter_desktop .select__control{
    outline: unset;
    outline-offset: unset;
}


.select__items{
    box-sizing: content-box;
    position: absolute;
    width: calc(100% - 2px);
    top: 20px;

    z-index: 11;

    max-height: 0;
    opacity: 0;

    background-color: #eeeeee;

    transition: all 0.3s ease;
    overflow: hidden;
}
.select--active .select__items{
    opacity: 1;
}

.select--active .filter-nav-link{
    color: var(--color-main)!important;
}



.select__icon{
    transition: all 0.3s ease;
    transform: rotate(180deg);
}
.select--active .select__icon{
    transform: rotate(0deg);
}


.select__item{
    padding: 14px 20px 12px 20px;

    transition: all 0.3s ease;
    cursor: pointer;
}
.select__item:hover{
    background-color: #e4e4e4;
    color: #964854;
}
.select__item--active{
    background-color: #e4e4e4;
    color: #964854;
}


/* version - block */
.select--version_block{
    width: 100%;
}

.select--version_block .select__numbers{
    right: -6px;
}


.select--version_block .filter__buttons{
    padding: 5px;
}

.select--version_block .filter__scroll{
    margin-bottom: 0px;
}

.select--version_block .filter__buttons{
    margin-top: 0px;
}

.select--version_block .checkbox{
    margin-bottom: 0px;
    padding: 14px 20px 12px 20px;
    background-color: var(--cp);
}

.select--version_block .filter__search, .select--version_block .checkbox__checkmark{
    display: none;
}

.select--version_block .select__items{
    width: 100%;
    padding: 0!important;
    top: 46px;

    box-shadow: 0 15px 17px rgba(0, 0, 0, 0.09);
}

.select--version_block .select__control{
    background-color: var(--color-background-white);
    padding: 14px 20px 12px 20px;
    width: 100%;
}
.select--version_block .select__control:hover{
    background-color: var(--color-gray-light);
    color: #964854;
}

.select--version_block .checkbox:hover{
    background-color: var(--color-gray-light);
}

.select--version_block .checkbox{
    transition: var(--transition);
}

.select--theme_black-border .select__control{
    background-color: unset;
    padding: 18px;

    height: 61px;

    outline: unset;
    z-index: 2;
}

.select--theme_black-border .select__text{
    color: black;
}

.select--theme_black-border .select__items{
    background-color: white;
    border: 1px solid rgba(0, 0, 0, 1);
    top: 0;
    opacity: 1;

    padding-top: 61px;

    pointer-events: none;
    z-index: 1;
}

.select--theme_black-border.select--active .select__items{
    pointer-events: auto;
}

.select--theme_black-border.select--active{
    z-index: 3;
}

.select--theme_black-border .select__text{
    display: flex;
    align-items: center;
    gap: 20px;

    font-size: 14px;
}


.select--filter_mobile .select__items{
    position: relative;
    background-color: unset;
    box-shadow: unset;
    top: 0;
    padding: 0px;
    width: 100%;
}

.select--filter_mobile .select__numbers{
    top: 6px;
    left: -9px;
}

.select--active.select--filter_mobile .select__items{
    padding: 0px;
    width: 100%;
}

.select--filter_mobile .select__items--size_lg{
    right: 0;
}
.select--filter_mobile .select__items--size_lg{
    flex-wrap: wrap;
}

.select--filter_mobile .select__control{
    width: 100%;
    padding: 10px 0px;
}

.select--filter_mobile .filter__left{
    gap: 0px;
}
.select--filter_mobile .filter__item {
    width: 100%;
}


.select__svg{
    width: 13px;
    height: 13px;

    position: relative;
}

.select__svg span{
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%, 50%);

    width: 13px;
    height: 2px;

    background-color: black;
    transition: var(--transition);
}

.select__svg span:first-child{
    transform: translate(50%, 50%) rotate(90deg);
    transition: var(--transition);
}

.select--active .select__svg span{
    transform: translate(50%, 50%)  rotate(180deg);
}

.select--active .select__svg span:first-child{
    opacity: 0;
}
/* End */


/* Start:/local/templates/milana2024/assets/css/new-styles/blocks/select/media.min.css?172653802360*/
@media(max-width:1400px){.select--filter-city{display:none}}
/* End */


/* Start:/local/templates/milana2024/assets/css/vendor/jquery.fancybox.min.css?171748367512334*/
@charset "UTF-8";body.fancybox-active{overflow:hidden}body.fancybox-iosfix{position:fixed;left:0;right:0}.fancybox-is-hidden{position:absolute;top:-9999px;left:-9999px;visibility:hidden}.fancybox-container{position:fixed;top:0;left:0;width:100%;height:100%;z-index:99993;-webkit-tap-highlight-color:transparent;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform:translateZ(0);transform:translateZ(0);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.fancybox-container~.fancybox-container{z-index:99992}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{position:absolute;top:0;right:0;bottom:0;left:0}.fancybox-outer{overflow-y:auto;-webkit-overflow-scrolling:touch}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.87;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption-wrap,.fancybox-infobar,.fancybox-toolbar{position:absolute;direction:ltr;z-index:99997;opacity:0;visibility:hidden;transition:opacity .25s,visibility 0s linear .25s;box-sizing:border-box}.fancybox-show-caption .fancybox-caption-wrap,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;visibility:visible;transition:opacity .25s,visibility 0s}.fancybox-infobar{top:0;left:0;font-size:13px;padding:0 10px;height:44px;min-width:44px;line-height:44px;color:#ccc;text-align:center;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;-webkit-font-smoothing:subpixel-antialiased;mix-blend-mode:exclusion}.fancybox-toolbar{top:0;right:0;margin:0;padding:0}.fancybox-stage{overflow:hidden;direction:ltr;z-index:99994;-webkit-transform:translateZ(0)}.fancybox-slide{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;padding:0;overflow:auto;outline:none;white-space:normal;box-sizing:border-box;text-align:center;z-index:99994;-webkit-overflow-scrolling:touch;display:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform}.fancybox-slide:before{content:"";display:inline-block;vertical-align:middle;height:100%;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:visible}.fancybox-slide--image:before{display:none}.fancybox-slide--video .fancybox-content,.fancybox-slide--video iframe{background:#000}.fancybox-slide--map .fancybox-content,.fancybox-slide--map iframe{background:#e5e3df}.fancybox-slide--next{z-index:99995}.fancybox-slide>*{display:inline-block;position:relative;padding:24px;margin:44px 0;border-width:0;vertical-align:middle;text-align:left;background-color:#fff;overflow:auto;box-sizing:border-box}.fancybox-slide>base,.fancybox-slide>link,.fancybox-slide>meta,.fancybox-slide>script,.fancybox-slide>style,.fancybox-slide>title{display:none}.fancybox-slide .fancybox-image-wrap{position:absolute;top:0;left:0;margin:0;padding:0;border:0;z-index:99995;background:transparent;cursor:default;overflow:visible;-webkit-transform-origin:top left;transform-origin:top left;background-size:100% 100%;background-repeat:no-repeat;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-can-zoomOut .fancybox-image-wrap{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-image-wrap{cursor:zoom-in}.fancybox-can-drag .fancybox-image-wrap{cursor:-webkit-grab;cursor:grab}.fancybox-is-dragging .fancybox-image-wrap{cursor:-webkit-grabbing;cursor:grabbing}.fancybox-image,.fancybox-spaceball{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;padding:0;border:0;max-width:none;max-height:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content{padding:0;width:80%;height:80%;max-width:calc(100% - 100px);max-height:calc(100% - 88px);overflow:visible;background:#fff}.fancybox-iframe{display:block;padding:0;border:0;height:100%}.fancybox-error,.fancybox-iframe{margin:0;width:100%;background:#fff}.fancybox-error{padding:40px;max-width:380px;cursor:default}.fancybox-error p{margin:0;padding:0;color:#444;font-size:16px;line-height:20px}.fancybox-slide--iframe .fancybox-close-small{top:0;right:-44px}.fancybox-slide--iframe .fancybox-close-small:after{font-size:35px;color:#aaa}.fancybox-slide--iframe .fancybox-close-small:hover:after{color:#fff;background:transparent}.fancybox-button{box-sizing:border-box;display:inline-block;vertical-align:top;width:44px;height:44px;margin:0;padding:10px;border:0;border-radius:0;background:rgba(30,30,30,.6);color:#ccc;transition:color .3s ease;cursor:pointer}.fancybox-button[disabled]{cursor:default;opacity:.6}.fancybox-button:hover:not([disabled]){color:#fff}.fancybox-button svg{display:block;position:relative;overflow:visible;shape-rendering:geometricPrecision}.fancybox-button svg path{fill:currentColor;stroke:currentColor;stroke-linejoin:round;stroke-width:3}.fancybox-button--share svg path{stroke-width:1}.fancybox-button--pause svg path:nth-child(1),.fancybox-button--play svg path:nth-child(2),.fancybox-navigation{display:none}.fancybox-show-nav .fancybox-navigation{display:block}.fancybox-navigation button{position:absolute;top:50%;margin:-50px 0 0;z-index:99997;background:transparent;width:60px;height:100px;padding:17px}.fancybox-navigation button:before{content:"";position:absolute;top:30px;right:10px;width:40px;height:40px;background:rgba(30,30,30,.6)}.fancybox-navigation .fancybox-button--arrow_left{left:0}.fancybox-navigation .fancybox-button--arrow_right{right:0}.fancybox-close-small{position:absolute;top:0;right:0;width:44px;height:44px;padding:0;margin:0;border:0;border-radius:0;background:transparent;z-index:10;cursor:pointer}.fancybox-close-small:after{content:"×";position:absolute;top:5px;right:5px;width:30px;height:30px;font:20px/30px Arial,Helvetica Neue,Helvetica,sans-serif;color:#888;font-weight:300;text-align:center;border-radius:50%;border-width:0;background-color:transparent;transition:background-color .25s;box-sizing:border-box;z-index:2}.fancybox-close-small:focus{outline:none}.fancybox-close-small:focus:after{outline:1px dotted #888}.fancybox-close-small:hover:after{color:#555;background:#eee}.fancybox-caption-wrap{bottom:0;left:0;right:0;padding:60px 2vw 0;background:linear-gradient(180deg,transparent 0,rgba(0,0,0,.1) 20%,rgba(0,0,0,.2) 40%,rgba(0,0,0,.6) 80%,rgba(0,0,0,.8));pointer-events:none}.fancybox-caption{padding:30px 0;border-top:1px solid hsla(0,0%,100%,.4);font-size:14px;color:#fff;line-height:20px;-webkit-text-size-adjust:none}.fancybox-caption a,.fancybox-caption button,.fancybox-caption select{pointer-events:all;position:relative}.fancybox-caption a{color:#fff;text-decoration:underline}.fancybox-slide>.fancybox-loading{border:6px solid hsla(0,0%,39%,.4);border-top:6px solid hsla(0,0%,100%,.6);border-radius:100%;height:50px;width:50px;-webkit-animation:a .8s infinite linear;animation:a .8s infinite linear;background:transparent;position:absolute;top:50%;left:50%;margin-top:-30px;margin-left:-30px;z-index:99999}@-webkit-keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);opacity:0}.fancybox-fx-slide.fancybox-slide--next{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);opacity:0}.fancybox-fx-slide.fancybox-slide--current{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{-webkit-transform:scale3d(1.5,1.5,1.5);transform:scale3d(1.5,1.5,1.5);opacity:0}.fancybox-fx-zoom-in-out.fancybox-slide--next{-webkit-transform:scale3d(.5,.5,.5);transform:scale3d(.5,.5,.5);opacity:0}.fancybox-fx-zoom-in-out.fancybox-slide--current{-webkit-transform:scaleX(1);transform:scaleX(1);opacity:1}.fancybox-fx-rotate.fancybox-slide--previous{-webkit-transform:rotate(-1turn);transform:rotate(-1turn);opacity:0}.fancybox-fx-rotate.fancybox-slide--next{-webkit-transform:rotate(1turn);transform:rotate(1turn);opacity:0}.fancybox-fx-rotate.fancybox-slide--current{-webkit-transform:rotate(0deg);transform:rotate(0deg);opacity:1}.fancybox-fx-circular.fancybox-slide--previous{-webkit-transform:scale3d(0,0,0) translate3d(-100%,0,0);transform:scale3d(0,0,0) translate3d(-100%,0,0);opacity:0}.fancybox-fx-circular.fancybox-slide--next{-webkit-transform:scale3d(0,0,0) translate3d(100%,0,0);transform:scale3d(0,0,0) translate3d(100%,0,0);opacity:0}.fancybox-fx-circular.fancybox-slide--current{-webkit-transform:scaleX(1) translateZ(0);transform:scaleX(1) translateZ(0);opacity:1}.fancybox-fx-tube.fancybox-slide--previous{-webkit-transform:translate3d(-100%,0,0) scale(.1) skew(-10deg);transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{-webkit-transform:translate3d(100%,0,0) scale(.1) skew(10deg);transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{-webkit-transform:translateZ(0) scale(1);transform:translateZ(0) scale(1)}.fancybox-share{padding:30px;border-radius:3px;background:#f4f4f4;max-width:90%}.fancybox-share h1{color:#222;margin:0 0 20px;font-size:33px;font-weight:700;text-align:center}.fancybox-share p{margin:0;padding:0;text-align:center}.fancybox-share_button{display:inline-block;text-decoration:none;margin:0 10px 10px 0;padding:10px 20px;box-shadow:0 1px 2px rgba(0,0,0,.2);border-radius:3px;background:#fff;white-space:nowrap;font-size:16px;line-height:23px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;min-width:140px;color:#888;transition:all .2s}.fancybox-share_button:focus,.fancybox-share_button:hover{box-shadow:0 1px 2px rgba(0,0,0,.5);text-decoration:none;color:#555}.fancybox-share_button svg{margin-right:5px;width:23px;height:23px;vertical-align:top}.fancybox-thumbs{display:none;position:absolute;top:0;bottom:0;right:0;width:212px;margin:0;padding:2px;background:#fff;-webkit-tap-highlight-color:transparent;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;box-sizing:border-box;z-index:99995}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs>ul{list-style:none;position:absolute;position:relative;width:100%;height:100%;margin:0;padding:0;overflow-x:hidden;overflow-y:auto;font-size:0;white-space:nowrap}.fancybox-thumbs>ul>li{float:left;overflow:hidden;padding:0;margin:2px;width:100px;height:75px;max-width:calc(50% - 4px);max-height:calc(100% - 8px);position:relative;cursor:pointer;outline:none;-webkit-tap-highlight-color:transparent;-webkit-backface-visibility:hidden;backface-visibility:hidden;box-sizing:border-box}li.fancybox-thumbs-loading{background:rgba(0,0,0,.1)}.fancybox-thumbs>ul>li>img{position:absolute;top:0;left:0;min-width:100%;min-height:100%;max-width:none;max-height:none;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-thumbs>ul>li:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border:4px solid #4ea7f9;z-index:99991;opacity:0;transition:all .2s cubic-bezier(.25,.46,.45,.94)}.fancybox-thumbs>ul>li.fancybox-thumbs-active:before{opacity:1}@media (max-width:800px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs>ul>li{max-width:calc(100% - 10px)}}
/* End */


/* Start:/local/templates/milana2024/assets/css/new-styles/blocks/news/styles.css?17404952942376*/
.news{
    display: grid;

    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 15px;
    row-gap: 20px;

    margin-bottom: 30px;
}

.news__item{
    position: relative;
    height: 450px;

    background-position: center;
    background-size: cover  ;
}

.news__text{
    text-align: justify;

    margin-bottom: 30px;
}

.news__item:before{
    content: '';

    position: absolute;
    background-color: black;
    width: 100%;
    height: 100%;
    opacity: 0.2;

    transition: var(--transition);
}

.news__item:hover:before {
    opacity: 0.8;
}

.news__name{
    position: absolute;

    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);

    color: white;

    text-align: center;
    width: 90%;
    font-size: 22px;
    font-weight: 600;
    line-height: 23px;
}

.news__wrapp{
    display: flex;
    gap: 60px;

    margin-bottom: 60px;
}

.news__left{
    width: 60%;
}

.news__right{
    width: 40%;
}

.news__right img{
    object-fit: cover;
    width: 100%;
}

.news__date{
    width: fit-content;
    margin-bottom: 10px;
}

.news__video{
    width: 100%;

    background-position: center;
    background-size: cover;
}

.news__video--mob{
    display: none;
}

.news__additional-files{
    margin-bottom: 60px;
}

.news__additional-name{
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
}

.news__additional-file{
    display: flex;
    align-items: center;

    gap: 10px;
}

.news__additional-files{
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

.news__collage{
    margin-bottom: 60px;
    gap: 10px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;

}

.news__collage-cards{
    margin-bottom: 60px;
    gap: 5px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.news__collage-item{
    width: 100%;

    height: 300px;
}

.news__collage-item img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}

@media(max-width: 1199px){
    .news__collage-cards{
        grid-template-columns: 1fr 1fr 1fr;
    }
}

@media(max-width: 991px){
    .news__collage{
        grid-template-columns: 1fr 1fr 1fr;
    }
}

@media(max-width: 575px){
    .news__collage{
        grid-template-columns: 1fr 1fr;
    }
}
/* End */


/* Start:/local/templates/milana2024/assets/css/new-styles/blocks/news/media.min.css?1729854146463*/
@media (max-width:1199px){.news{grid-template-columns:1fr 1fr 1fr}}@media (max-width:991px){.news__name{width:95%;font-size:19px;line-height:21px}.news{gap:10px;row-gap:10px}.news__wrapp{gap:20px}}@media (max-width:767px){.news__video--mob{display:block}.news__video--desk{display:none}.news__right{width:100%}.news{grid-template-columns:1fr 1fr}.news__wrapp{flex-direction:column}.news__left{width:100%}}@media (max-width:575px){.news{grid-template-columns:1fr}}
/* End */


/* Start:/local/templates/milana2024/assets/css/new-styles/blocks/photogallery/styles.min.css?1720788230802*/
.photogallery__block{width:100%}.photogallery__name{font-weight:700;text-transform:uppercase;font-size:28px;margin-bottom:10px}.photogallery__item{display:block;width:100%;max-height:200px}.photogallery__items{display:flex;gap:15px;height:140px;width:100%}.photogallery__item img{width:100%;height:100%;object-fit:cover;object-position:center}.photogallery__more{width:100%}.photogallery{display:flex;flex-direction:column;row-gap:60px}.photogallery__more{display:flex;align-items:center;justify-content:center;background-color:rgba(37,37,37,.03)}.photogallery__back{width:fit-content;white-space:nowrap}.photogallery__block--theme_current .photogallery__items{display:grid;grid-template-columns:1fr 1fr 1fr;height:fit-content}.photogallery__block--theme_current .photogallery__name{margin-bottom:30px}
/* End */


/* Start:/local/templates/milana2024/assets/css/new-styles/blocks/photogallery/media.min.css?1720788153674*/
@media (max-width:1399px){.photogallery__items .photogallery__item:nth-child(7){display:none}}@media (max-width:1199px){.photogallery__items .photogallery__item:nth-child(6){display:none}}@media (max-width:991px){.photogallery__items .photogallery__item:nth-child(5){display:none}.photogallery__block--theme_current .photogallery__items{grid-template-columns:1fr 1fr}}@media (max-width:767px){.photogallery__items{flex-direction:column;height:fit-content}.photogallery__item img{max-height:170px}.photogallery__more{height:100px}.photogallery__name{font-size:24px}}@media (max-width:575px){.photogallery__block--theme_current .photogallery__items{grid-template-columns:1fr}}
/* End */


/* Start:/local/templates/milana2024/assets/css/new-styles/blocks/pages/styles.css?174295593212939*/
.pages{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;

    gap: 10px;
    margin-bottom: 120px;
}

.pages__item{
    position: relative;

    height: 80px;
}

.pages__name{
    text-align: center;
    position: absolute;

    color: white;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;

    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    width: 100%;
}

.pages__item:before {
    content: '';
    position: absolute;
    background-color: black;
    width: 100%;
    height: 100%;
    opacity: 0.4;

    transition: var(--transition);
}

.pages__item:hover:before {
    opacity: 0.8;
}


.general-partners__item:nth-child(1) {
    background-image: url(https://milana-shoes.ru/local/templates/milana2024/assets/images/general-partners__1.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.general-partners__item:nth-child(2) {
    background-image: url(https://milana-shoes.ru/local/templates/milana2024/assets/images/general-partners__6.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.general-partners__item:nth-child(3) {
    background-image: url(https://milana-shoes.ru/local/templates/milana2024/assets/images/general-partners__2.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.general-partners__item:nth-child(4) {
    background-image: url(https://milana-shoes.ru/local/templates/milana2024/assets/images/general-partners__3.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.general-partners__item:nth-child(5) {
    background-image: url(https://milana-shoes.ru/local/templates/milana2024/assets/images/general-partners__4.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.general-partners__item:nth-child(6) {
    background-image: url(https://milana-shoes.ru/local/templates/milana2024/assets/images/general-partners__5.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.general-partners__item:nth-child(7) {
    background-image: url(https://milana-shoes.ru/local/templates/milana2024/assets/images/general-help__7.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.general-partners__item:nth-child(7) {
    background-image: url(https://milana-shoes.ru/local/templates/milana2024/assets/images/general-help__7.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.general-buyers__item:nth-child(1) {
    background-image: url(https://milana-shoes.ru/local/templates/milana2024/assets/images/general-buyers__1.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.general-buyers__item:nth-child(2) {
    background-image: url(https://milana-shoes.ru/local/templates/milana2024/assets/images/general-company__3.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.general-buyers__item:nth-child(3) {
    background-image: url(https://milana-shoes.ru/local/templates/milana2024/assets/images/general-buyers__2.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.general-buyers__item:nth-child(4) {
    background-image: url(https://milana-shoes.ru/local/templates/milana2024/assets/images/general-buyers__3.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.general-buyers__item:nth-child(5) {
    background-image: url(https://milana-shoes.ru/local/templates/milana2024/assets/images/general-buyers__4.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.general-buyers__item:nth-child(6) {
    background-image: url(https://milana-shoes.ru/local/templates/milana2024/assets/images/general-buyers__5.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.general-buyers__item:nth-child(7) {
    background-image: url(https://milana-shoes.ru/local/templates/milana2024/assets/images/general-buyers__6.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.general-buyers__item:nth-child(8) {
    background-image: url(https://milana-shoes.ru/local/templates/milana2024/assets/images/general-company__7.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.general-company__item:nth-child(1) {
    background-image: url(https://milana-shoes.ru/local/templates/milana2024/assets/images/general-partners__1.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.general-company__item:nth-child(2) {
    background-image: url(https://milana-shoes.ru/local/templates/milana2024/assets/images/general-company__5.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.general-company__item:nth-child(3) {
    background-image: url(https://milana-shoes.ru/local/templates/milana2024/assets/images/general-help__1.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.general-company__item:nth-child(4) {
    background-image: url(https://milana-shoes.ru/local/templates/milana2024/assets/images/general-company__3.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.general-company_about__item:nth-child(1) {
    background-image: url(https://milana-shoes.ru/local/templates/milana2024/assets/images/general-company__1.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.general-company_about__item:nth-child(2) {
    background-image: url(https://milana-shoes.ru/local/templates/milana2024/assets/images/general-company__2.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.general-company_about__item:nth-child(3) {
    background-image: url(https://milana-shoes.ru/local/templates/milana2024/assets/images/general-company__3.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.general-company_about__item:nth-child(4) {
    background-image: url(https://milana-shoes.ru/local/templates/milana2024/assets/images/general-company__4.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.general-company_about__item:nth-child(5) {
    background-image: url(https://milana-shoes.ru/local/templates/milana2024/assets/images/general-company__5.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.general-company_about__item:nth-child(6) {
    background-image: url(https://milana-shoes.ru/local/templates/milana2024/assets/images/general-company__6.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.general-company_about__item:nth-child(7) {
    background-image: url(https://milana-shoes.ru/local/templates/milana2024/assets/images/general-company__8.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.general-company_media__item:nth-child(1) {
    background-image: url(https://milana-shoes.ru/local/templates/milana2024/assets/images/general-company__3.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.general-company_media__item:nth-child(2) {
    background-image: url(https://milana-shoes.ru/local/templates/milana2024/assets/images/general-company__1.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.general-company_media__item:nth-child(3) {
    background-image: url(https://milana-shoes.ru/local/templates/milana2024/assets/images/general-company__3.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.general-company_media__item:nth-child(4) {
    background-image: url(https://milana-shoes.ru/local/templates/milana2024/assets/images/general-buyers__1.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.general-company_media__item:nth-child(5) {
    background-image: url(https://milana-shoes.ru/local/templates/milana2024/assets/images/general-buyers__2.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.general-company_media__item:nth-child(6) {
    background-image: url(https://milana-shoes.ru/local/templates/milana2024/assets/images/general-company__6.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.general-clients_product_info__item:nth-child(1) {
    background-image: url(https://milana-shoes.ru/local/templates/milana2024/assets/images/general-clients-product-info-technologii.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.general-clients_product_info__item:nth-child(2) {
    background-image: url(https://milana-shoes.ru/local/templates/milana2024/assets/images/general-clients-product-info-razmer.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.general-clients_product_info__item:nth-child(3) {
    background-image: url(https://milana-shoes.ru/local/templates/milana2024/assets/images/general-clients-product-info-polnota.jpg);
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
}

.general-clients_product_info__item:nth-child(4) {
    background-image: url(https://milana-shoes.ru/local/templates/milana2024/assets/images/general-clients-product-info-uhod.jpg);
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
}

.general-clients_product_info__item:nth-child(5) {
    background-image: url(https://milana-shoes.ru/local/templates/milana2024/assets/images/general-buyers__6.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.main-info-cat:nth-child(1) {
    background-image: url('/local/templates/milana2021/assets/images/info-block-1.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.main-info-cat:nth-child(2) {
    background-image: url('/local/templates/milana2021/assets/images/info-block-2.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.main-info-cat:nth-child(3) {
    background-image: url('/local/templates/milana2021/assets/images/info-block-3.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.main-info-cat:nth-child(4) {
    background-image: url('/local/templates/milana2021/assets/images/info-block-4.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.gloves-info-cat:nth-child(1) {
    background-image: url('/local/templates/milana2021/assets/images/gloves-info-block-1.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.gloves-info-cat:nth-child(2) {
    background-image: url('/local/templates/milana2021/assets/images/gloves-info-block-2.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.gloves-info-cat:nth-child(3) {
    background-image: url('/local/templates/milana2021/assets/images/gloves-info-block-3.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.gloves-info-cat:nth-child(4) {
    background-image: none;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.bags-info-cat:nth-child(1) {
    background-image: url('/local/templates/milana2021/assets/images/bags-info-block-1.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.belts-info-cat:nth-child(1) {
    background-image: url('/local/templates/milana2021/assets/images/belts-info-block-1.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
/* End */


/* Start:/local/templates/milana2024/assets/css/new-styles/blocks/pages/media.min.css?1724065498190*/
@media (max-width:1199px){.pages{grid-template-columns:1fr 1fr 1fr}}@media (max-width:767px){.pages{grid-template-columns:1fr 1fr}}@media (max-width:575px){.pages{grid-template-columns:1fr}}
/* End */


/* Start:/local/templates/milana2024/assets/css/new-styles/blocks/receive/styles.min.css?1726538023388*/
.receive__items{padding-right:95px;display:flex;flex-direction:column;row-gap:40px}.receive__name{text-transform:uppercase;font-size:14px;font-weight:700;margin-bottom:5px;display:flex;justify-content:space-between}.receive__address{font-size:14px;margin-bottom:15px}.receive__select{margin-bottom:15px}.receive__btn{width:fit-content}.receive__location{margin-bottom:20px;font-size:14px}
/* End */


/* Start:/local/templates/milana2024/assets/css/new-styles/blocks/receive/media.min.css?172653802357*/
@media(max-width:571px){.receive__items{padding-right:0}}
/* End */


/* Start:/local/templates/milana2024/assets/css/new-styles/blocks/form/styles.css?1717483675954*/
.form{
    padding: 50px 0;
    position: relative;
}

.form__header{
    display: flex;
    flex-direction: column;
    row-gap: 10px;

    margin-bottom: 40px;
}

.form__header .lighthouse{
    position: absolute;
}

.form__title{
    font-size: 33px;
    line-height: 38px;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0;
}

.form__text{
    color: #7c7474;
    font-size: 20px;
    font-weight: 500;

    margin-bottom: 0;
}

.form__content{
    display: flex;
    align-items: end;
    gap: 30px;
}

.form__submit{
    display: flex;
    flex-direction: column;
    row-gap: 5px;
}

.form__checkbox{
    display: flex;
    gap: 5px;
}

.form__buttons{
    width: 100%;

    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

.form__container{
    display: flex;
    gap: 10px;
}

.form__checkbox-text{
    white-space: nowrap;
    font-size: 12px;
}
/* End */


/* Start:/local/templates/milana2024/assets/css/new-styles/blocks/form/media.css?1717483675515*/
@media (max-width: 991px) {
    .form__content{
        flex-direction: column;
        row-gap: 20px;
        align-items: start;
    }

    .form__title{
        font-size: 28px;
    }
}

@media (max-width: 768px) {
    .form__title{
        font-size: 24px;
    }
}

@media (max-width: 575px) {
    .form__submit{
        width: 100%;
    }

    .form__header{
        margin-bottom: 20px;
    }

    .form__container{
        flex-direction: column;
        row-gap: 10px;
    }
}
/* End */


/* Start:/local/templates/milana2024/assets/css/new-styles/blocks/filter/styles.css?17369290565379*/
.filter__container{
    display: flex;
    gap: 65px;

    margin-top: 30px;
}

.filter__left{
    z-index: 1;
    display: flex;
    gap: 10px;

    flex-direction: column;
    width: 100%;

    padding: 60px 60px calc(80px) 70px;
    max-height: calc(650px + 60px);

    overflow-y: auto;
}
.shops__form .filter__left{
    align-items: center;
}

.filter__shops{
    margin-bottom: 30px;
}

.filter__catalog-transform, .filter__modal-btn{
    cursor: pointer;
}

.filter__modal-btn{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;

    color: rgba(0, 0, 0, 0.5);
    transition: var(--transition);
}

.filter__modal-btn:hover{
    color: black;
}

.filter__modal-btn svg path {
    transition: var(--transition);
}

.filter__modal-btn:hover svg path {
    fill: black;
}
.filter__catalog-transform{
    display: none;
}

.filter__color-container{
    position: relative;

    width: 30px;
    height: 30px;
}

.filter__color{
    position: absolute;
    top: 5px;
    left: 5px;

    border: 1px solid #e8e8f0;

    min-width: 20px;
    min-height: 20px;

    border-radius: 100%;
}

.checkbox:hover .filter__color-container:before {
    -webkit-box-shadow: inset 0 0 0 1px rgba(0,0,0,.1);
    box-shadow: inset 0 0 0 1px rgba(0,0,0,.1);
}

.filter__color-container:hover:before {
    -webkit-box-shadow: inset 0 0 0 1px rgba(0,0,0,.1);
    box-shadow: inset 0 0 0 1px rgba(0,0,0,.1);
}

.filter__color-container:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    -webkit-box-shadow: none;
    box-shadow: none;
    transition: var(--transition);
}

.checkbox input:checked ~ .filter__color-container:before {
    -webkit-box-shadow: inset 0 0 0 1px #6e6e6e;
    box-shadow: inset 0 0 0 1px #6e6e6e;
}

.checkbox--theme-colors{
    gap: 10px;
}
.filter__blocks{
    display: flex;
    align-items: center;
    justify-content: start;
    flex-wrap: wrap;
    gap: 10px;
}
.filter__blocks--hidden{
    display: none;
}

.filter__block{
    display: flex!important;
    align-items: center;
    gap: 5px;
    padding: 5px 10px;

    border: 1px solid rgba(0, 0, 0, 1);

    transition: var(--transition);
    cursor: pointer;
}
.filter__block--hidden{
    display: none!important;
}

.filter__block:hover .filter__delete{
    background-color: var(--color-gray-light);
}

.filter__block:hover{
    background-color: var(--color-gray-light);
}

.filter__block-text{
    transition: var(--transition);
    font-size: 14px;
}

.filter__delete{
    position: relative;
    background-color: white;

    width: 20px;
    height: 20px;

    border: none;
    transition: var(--transition);
}

.filter__delete::after, .filter__delete::before {
    transition: var(--transition);
    background-color: black;
    border-radius: 1px;
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) rotate(45deg);
    
    width: 1px;
    height: 11px;
}
.filter__delete::before {
    transform: translate(-50%,-50%) rotate(-45deg);
}

.filter__wrapper{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.filter__sort--mobile{
    display: none;
}

.filter__buttons{
    height: 40px;
    display: flex;
    align-items: center;
    gap: 10px;

    margin-top: 10px;
}

.filter__button{
    width: 100%;
    padding: 10px 0px;
}

.filter__items{
    display: flex;
    gap: 20px;
}

.filter__search{
    position: relative;

    margin-bottom: 25px;
    margin-top: 10px;

    border: 1px solid rgba(133, 133, 133, 0.5)
}

.filter__search svg{
    position: absolute;
    left: 11px;
    top: 50%;
    transform: translateY(-50%);
}

.filter__search input{
    padding: 13px 0px 13px 46px;
    width: 100%;
}

.filter__reset--hidden{
    display: none;
}

.filter__btn{
    display: none;
}

.filter .link{
    white-space: nowrap;
}

.filter__name{
    margin-bottom: 20px;
    color: var(--color-black);
}

.filter__right{
    display: flex;
    justify-content: end;

    width: 100%;
}

.filter__reset-btn{
    font-size: 15px;

    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.column-block {
    margin-bottom: -20px;
    -webkit-columns: 2 180px;
    -moz-columns: 2 180px;
    columns: 2 180px;
    width: 100%;
    height: 100%;
}

.filter__scroll {
    max-height: 300px;
    overflow-x: hidden;

    padding-right: 5px;
}

.filter__container .checkbox__text{
    font-size: 14px;
    font-weight: 300;
}

.filter__bottom{
    z-index: 1;

    background-color: white;
    width: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 30px 60px 30px 70px;

    display: flex;
    flex-direction: column;
    row-gap: 15px;
}

.filter__show, .filter__reset-all{
    text-align: center;
}

.filter .modal-new__content--left .modal-new__container, .modal-new__content--right .modal-new__container{
    padding: 0;
    overflow-y: hidden;
}

.filter .modal-new__content--right{
    width: 512px;
}
/* End */


/* Start:/local/templates/milana2024/assets/css/new-styles/blocks/filter/media.css?17369290562379*/

@media (max-width: 1400px){
    .filter__left{
        gap: 14px;
    }
    .filter__container{
        gap: 30px;
    }
    .filter--hidden{
        display: none;
    }
}
@media (max-width: 991px){
    .filter--hidden{
        display: block;
    }

    .filter__catalog-transform{
        display: block;
    }

    .filter__catalog-transform svg path{
        fill: rgba(0, 0, 0, 0.5);
    }


    .filter .checkbox__text{
        max-width: unset;
        width: 100%;
    }

    .filter__items {
        width: 100%;
    }

    .filter__sort--mobile{
        display: block;
    }
    .filter__sort{
        display: none;
    }

    .filter__right{
        gap: 10px;
        justify-content: center;
    }

    .filter__btn{
        display: block;

        width: 100%;
        font-size: 15px;
        line-height: 18px;
        padding: 18px;
        text-align: center;
    }

    .filter__wrapper{
        position: relative;
    }

    .filter__wrapper .select{
        position: absolute;

        top: 50%;
        right: 50%;

        transform: translate(50%, -50%);

        z-index: 1;
    }

    .filter__wrapper .select__items{
        right: 50%;
        transform: translateX(50%);
    }

    .filter__left{
        padding: 0px 40px 0px 40px;
        height: calc(100vh - 260px);
        margin-top: 30px;
    }

    .filter__bottom{
        flex-direction: row-reverse;
        gap: 10px;

        padding: 30px 40px 100px 40px;
    }

    .filter__show{
        width: 100%;
    }

    .filter__reset-all{
        white-space: nowrap;
    }

}

@media (max-width: 767px){
    .filter__left{
        padding: 0px 40px 0px 40px;
        height: calc(100vh - 320px);
        margin-top: 30px;
    }

    .filter__items{
        flex-wrap: wrap;
    }

    .filter__bottom{
        flex-direction: column;
    }
}

@media (max-width: 575px){
    .filter__modal-btn{
        font-size: 14px;
    }

    .filter__wrapper .select{
        position: relative;
        top: 0;
        right: 0;
        transform: unset;
    }

    .catalog-new .modal-new__close{
        right: 20px;
    }

    .filter__left{
        padding: 0px 20px 0px 20px;
    }

    .filter__bottom{
        padding: 30px 20px 100px 20px;
    }
}
/* End */


/* Start:/local/templates/milana2024/assets/css/new-styles/blocks/list/styles.css?1717483675505*/
.list__btns{
    display: flex;
    align-items: center;
    gap: 10px;

    margin-bottom: 15px;
}

.list__btn{
    display: flex;
    align-items: center;
    justify-content: center;

    height: 45px;
    padding: 0px 20px;

    background-color: rgba(37,37,37,0.03);
    transition: var(--transition);

    cursor: pointer;
}

.list__btn:hover{
    background-color: var(--color-gray);
}

.list__btn.list__btn--active{
    background-color: black;
    color: white;
}


/* End */


/* Start:/local/templates/milana2024/assets/css/new-styles/blocks/list/media.min.css?1726634844101*/
@media (max-width:991px){.list__btn{width:100%}.list__btns{flex-wrap:wrap}.list__btn{flex-basis:48%}}
/* End */


/* Start:/local/templates/milana2024/assets/css/new-styles/blocks/read-more/styles.min.css?1728441709605*/
.read-more__text{overflow:hidden;position:relative;z-index:1;font-size:12px;transition:var(--transition);margin-bottom:10px}.read-more__text:before{position:absolute;content:"";width:100%;height:100%;z-index:2;-webkit-box-shadow:10px -155px 120px -62px #fff inset;-moz-box-shadow:10px -155px 120px -62px #fff inset;box-shadow:10px -155px 120px -62px #fff inset;transition:var(--transition)}.read-more--opened .read-more__text:before{-webkit-box-shadow:10px -155px 120px -62px transparent inset;-moz-box-shadow:10px -155px 120px -62px transparent inset;box-shadow:10px -155px 120px -62px transparent inset}
/* End */


/* Start:/local/templates/milana2024/assets/css/new-styles/blocks/read-more/media.min.css?1726538023193*/
@media(min-width:480px){.read-more--mobile .read-more__text{max-height:unset !important}.read-more--mobile .read-more__text:before{display:none}.read-more--mobile .read-more__btn{display:none}}
/* End */


/* Start:/local/templates/milana2024/assets/css/new-styles/blocks/dropdown-cart/styles.min.css?17265380231932*/
.header__basket:hover .dropdown-cart{opacity:1;transition:var(--transition);pointer-events:auto}.dropdown-cart{position:absolute;width:320px;padding-top:28px;right:0;opacity:0;top:100%;pointer-events:none;transition:var(--transition)}.dropdown-cart--active{opacity:1;transition:var(--transition);pointer-events:auto}.dropdown-cart__container{box-shadow:0 0 15px 0 rgba(34,60,80,0.1);background:var(--color-white)}.dropdown-cart__items{padding:20px 15px 0 20px;display:flex;row-gap:20px;flex-direction:column;max-height:300px;overflow:auto;box-shadow:inset 0 -1px 0 0 #f3f3f3}.dropdown-cart__img{width:100px;height:120px;background:no-repeat center bottom;background-size:contain;position:relative}.dropdown-cart__disc{position:absolute;right:0}.dropdown-cart__item{display:flex;gap:5px;align-items:start;color:var(--color-black);text-decoration:none;box-shadow:inset 0 -1px 0 0 #f3f3f3;padding-bottom:20px}.dropdown-cart__item:last-child{box-shadow:unset}.dropdown-cart__name{font-size:16px}.dropdown-cart__content{display:flex;flex-direction:column;justify-content:space-between;gap:5px}.dropdown-cart__img::after{content:"";top:0;width:100%;height:100%;position:absolute;background-color:rgba(141,139,143,0.11)}.dropdown-cart__price{display:flex;align-items:center;gap:5px}.dropdown-cart__delete{padding:0;background-color:white}.dropdown-cart__delete svg path{stroke:black !important}.dropdown-cart__delete:hover svg path{stroke:var(--color-main) !important}.dropdown-cart__new-price{font-size:17px;line-height:20px;color:var(--color-main);transition:var(--transition)}.dropdown-cart__old-price{color:var(--color-black);font-size:14px;text-decoration:line-through}.dropdown-cart__top{display:flex;align-items:center;justify-content:space-between;padding:20px 15px;box-shadow:inset 0 -1px 0 0 #f3f3f3}.dropdown-cart__title{font-size:26px}.dropdown-cart__offer{padding:10px 40px;width:100%}.dropdown-cart__bottom{padding:20px 15px}
/* End */


/* Start:/local/templates/milana2024/assets/css/new-styles/blocks/dropdown-cart/media.min.css?1726538023150*/
@media(max-width:1400px){.dropdown-cart{padding-top:35px}}@media(max-width:768px){.header__basket:hover .dropdown-cart{opacity:0;pointer-events:none}}
/* End */


/* Start:/local/templates/milana2024/assets/css/new-styles/blocks/offer/styles.min.css?17265593403466*/
.offer__item{position:relative;display:block;overflow:hidden;min-width:150px;background-color:#fff}.offer__size{position:absolute;background-color:var(--color-black);top:10px;right:10px;padding:6px 5px;color:var(--color-white);line-height:12px;z-index:2}.offer__error-svg{top:50%;left:50%;transform:translate(-50%,-50%)}.offer__img{position:relative;width:150px;height:200px;background-size:cover;background-position:bottom}.offer__inputs{display:flex;gap:10px;margin-bottom:10px}.bx-soa-section-content .offer__inputs:last-child{margin-bottom:0}.offer__pvz-btn{padding:10px}.offer__title{font-size:24px;font-weight:700;margin-bottom:10px}.offer__container{display:flex;justify-content:space-between}.offer__addresses{display:flex;gap:5px;height:fit-content}.offer__deliver-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px;height:fit-content}.offer__deliver-top img{max-height:40px}.offer__deliver{width:296px;min-width:296px;background-color:#fff;padding:10px;font-size:12px}.offer__payments .offer__deliver{width:100%;min-width:unset}.offer__deliver-desc{font-size:12px}.offer__item--theme_out:after,.offer__item--theme_out:before{content:"";position:absolute;width:2px;height:calc(100% + 90px);background-color:gray;transform:translate(-50%,-50%) rotate(37deg);top:50%;left:50%;z-index:1}.offer__item--theme_out:after{transform:translate(-50%,-50%) rotate(-37deg)}.offer__remove{position:absolute;transform:translate(-50%,-50%);top:50%;left:50%;z-index:2;background-color:#f2f2f3}.offer__error{position:relative;color:#f66;background-color:#fde3e7;padding:16px 16px 16px 56px}.offer__error-svg{position:absolute;top:calc(16px + 12px);left:calc(16px + 12px)}.offer__wrapper{margin-bottom:30px}.slider--theme_main .slider__back,.slider--theme_main .slider__next{position:absolute;top:50%;display:flex;align-items:center;justify-content:center;width:50px;height:50px;background-color:#fff;border-radius:100%;box-shadow:0 4px 16px 1px rgba(0,26,52,.16);transition:var(--transition)}.slider--theme_main .slider__back:hover,.slider--theme_main .slider__next:hover{background-color:var(--color-black)}.slider--theme_main .slider__back:hover svg path,.slider--theme_main .slider__next:hover svg path{fill:var(--color-white)}.slider--theme_main .slider__next{right:0;transform:translateY(-50%) translateX(90%)}.slider--theme_main .slider__back{left:0;transform:translateY(-50%) translateX(-90%)}.offer__payments{display:grid;grid-template-columns:1fr 1fr 1fr;gap:10px}.offer__payment{border:1px solid var(--color-gray);padding:10px}#bx-soa-delivery,#bx-soa-region{background-color:rgba(37,37,37,.03)}#bx-soa-region{padding:15px 15px 0}#bx-soa-region,#bx-soa-region .offer__title{margin-bottom:0}#bx-soa-delivery{padding:15px 15px 5px}#bx-soa-basket,#bx-soa-paysystem,#bx-soa-profiles,#bx-soa-properties{background-color:rgba(37,37,37,.03);padding:15px;margin-bottom:10px}#bx-soa-comments{margin-bottom:10px}#bx-soa-comments,#bx-soa-human-properties{background-color:rgba(37,37,37,.03)}#bx-soa-comments{margin-top:0;padding:0 15px 15px}#bx-soa-human-properties{margin-bottom:0;padding:15px 15px 10px}#bx-soa-comments .input,#bx-soa-human-properties .input,#bx-soa-properties .input{border:1px solid #fff}#bx-soa-comments .input--active,#bx-soa-comments .input:hover,#bx-soa-human-properties .input--active,#bx-soa-human-properties .input:hover,#bx-soa-properties .input--active,#bx-soa-properties .input:hover{border:1px solid #00000047}
/* End */


/* Start:/local/templates/milana2024/assets/css/new-styles/blocks/offer/media.min.css?1726538023271*/
@media(max-width:1199px){.basket__left{width:100%}}@media(max-width:767px){.offer__inputs{flex-wrap:wrap}}@media(max-width:575px){.offer__container{flex-direction:column;margin-bottom:20px}.offer__container .offer__title{margin-bottom:0}.form-check-label{font-size:10px}}
/* End */


/* Start:/local/templates/milana2024/assets/css/new-styles/blocks/sample/styles.min.css?17266504193685*/
.sample{margin-bottom:50px}.sample__numbers{display:grid;grid-template-rows:1fr 1fr;grid-template-columns:1fr 1fr 1fr;gap:20px;row-gap:20px}.sample__number{display:flex;gap:10px}.sample__number span:first-child{font-size:50px;font-weight:700;line-height:49px}.sample__title{font-size:33px;line-height:41px;font-weight:700;text-transform:uppercase;margin-bottom:40px}.sample__title--margin_sm{margin-bottom:20px}.sample__title--margin_unset{margin-bottom:unset}.sample__title--width_320{width:320px}.sample__title--width_450{width:450px}.sample__subtitle{margin-bottom:10px;text-transform:uppercase;font-size:24px;font-weight:700}.sample__block{margin-bottom:90px}.sample__block--display_flex{display:flex}.sample__block--theme_market{max-width:900px;justify-content:space-between}.sample__block--gap_20{gap:20px}.sample__block--gap_120{gap:120px}.sample__block--margin_200{margin-bottom:200px}.sample__block--align_end{align-items:end}.sample__text{font-size:14px;line-height:27px}.sample__text--theme_reduced{width:400px}.sample__text--theme_white{color:#fff}.sample__fullness-col p,.sample__text--theme_deliver{margin-bottom:20px}.sample__text--weight_bold{font-weight:700}.sample__text--width_400{width:400px}.sample__delivered .sample__deliver:first-child{background-image:url(/local/templates/milana2024/assets/css/../images/hdsdek.png)}.sample__delivered .sample__deliver:last-child{background-image:url(/local/templates/milana2024/assets/css/../images/hdsdek2.png)}.sample__deliver{width:100%;height:288px;display:flex;align-items:center;justify-content:center;background-repeat:no-repeat;background-size:cover;background-position:center center}.sample__delivered{display:flex;gap:20px}.sample__block--theme_deliver{align-items:center;gap:100px}.sample__deliver-price{max-width:360px}.sample__deliver-items{width:100%;display:flex;gap:20px}.sample__deliver-items .sample__deliver-item{width:100%;height:354px;position:relative;background-size:cover;background-repeat:no-repeat;background-position:center}.sample__deliver-items .sample__deliver-item:nth-child(1){background-image:url(/local/templates/milana2024/assets/css/../images/hdmsk.jpg)}.sample__deliver-items .sample__deliver-item:nth-child(2){background-image:url(/local/templates/milana2024/assets/css/../images/hdmskobl.jpg)}.sample__deliver-items .sample__deliver-item:nth-child(3){background-image:url(/local/templates/milana2024/assets/css/../images/hdregions.jpg)}.sample__deliver-city,.sample__deliver-text{position:absolute;left:10px;text-transform:uppercase;font-weight:700}.sample__deliver-city{bottom:10px;color:#fff;font-size:25px;line-height:28px}.sample__deliver-text{bottom:-40px;font-size:20px;line-height:25px}.sample__deliver-time{position:relative}.sample__deliver-time-text{font-size:20px;line-height:25px;font-weight:700;text-transform:uppercase}.sample__deliver-bg{position:absolute;background-color:#f6f6f8;width:800px;height:450px;bottom:-40px;z-index:-1;left:-40px}.sample__ul-items{display:grid;grid-template-columns:1fr 1fr;gap:30px;row-gap:60px}.sample__fullness-img{height:400px;background-size:contain;background-repeat:no-repeat;background-position:center;margin-top:60px;margin-bottom:120px}.sample__fullness-table{display:grid;grid-template-columns:1fr 1fr 1fr;text-align:center;margin-bottom:120px}.sample__fullness-col{display:flex;flex-direction:column}.sample__fullness-col span{padding:10px 0}.sample__fullness-col span:nth-child(2n){background:#f6f6f8}.sample__mobile{display:flex;gap:20px;margin-bottom:120px}.sample__mobile-left{width:70%}.sample__mobile-right{width:30%;background-size:cover;background-position:center}.sample__mobile-links{display:flex;flex-wrap:wrap;gap:10px}
/* End */


/* Start:/local/templates/milana2024/assets/css/new-styles/blocks/sample/media.min.css?1726650397947*/
@media (max-width:991px){.sample__block--theme_market{flex-direction:column;row-gap:25px;max-width:unset}.sample__title--theme_market{width:100%;margin-bottom:0}.sample__fullness-img{height:300px}.sample__text--theme_market{width:100%}.sample__numbers{grid-template-rows:1fr 1fr 1fr;grid-template-columns:1fr 1fr;row-gap:30px}.sample__title{font-size:28px;line-height:35px}.sample__ul-items{grid-template-columns:1fr}.sample__mobile-right{display:none}.sample__mobile-left{width:100%}}@media (max-width:767px){.sample__fullness-col p{height:40px}.sample__fullness-col span{height:70px;display:flex;align-items:center;justify-content:center}.sample__title{font-size:24px}}@media (max-width:575px){.sample__title{font-size:20px;line-height:27px}.sample__fullness-img{height:200px;margin-bottom:60px}.sample__numbers{grid-template-rows:1fr 1fr 1fr 1fr;grid-template-columns:1fr}.sample__block{margin-bottom:50px}.sample__fullness-col{font-size:14px}}
/* End */


/* Start:/local/templates/milana2024/assets/css/new-styles/reset.min.css?1726652187433*/
li{list-style-type:none}input[type=checkbox],input[type=radio]{-webkit-appearance:none;-moz-appearance:none;appearance:none;outline:0}ol,ul{padding-left:0}ul{margin-bottom:0}dl,ol,p,ul{margin-top:0}*,::after,::before{box-sizing:border-box}input{-webkit-appearance:none;-webkit-border-radius:0;outline:0;border-radius:0;border:0}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}
/* End */


/* Start:/local/templates/milana2024/components/bitrix/sale.basket.basket.line/header/style.min.css?1717401159173*/
.header__basket-title{display:flex;cursor:pointer;gap:12px;position:relative}.dropdown-cart.dropdown-cart--active{opacity:1;transition:var(--transition);pointer-events:auto}
/* End */


/* Start:/local/templates/milana2024/components/bitrix/breadcrumb/.default/style.css?17399335171444*/
.breadcrumbs{}

.breadcrumbs__items{
    display: flex;
    align-items: center;

    overflow-x: auto;
}

.main--theme_detail .breadcrumbs__items{
    padding-right: 40px;
}

.breadcrumbs__item{
    width: fit-content;
    white-space: nowrap;
}

.breadcrumbs__items::-webkit-scrollbar {
    height: 1px;
    background: var(--color-background-white);
    border-radius: 1px;

}

.breadcrumbs__items::-webkit-scrollbar-thumb {
    height: 1px;

    background: var(--color-black);
    border-radius: 1px;
}


.breadcrumbs__item span{
    color: rgba(0, 0, 0, 0.5);
}

.breadcrumbs__item--selected a{
    user-select: none;
    pointer-events: none;
}

.breadcrumbs__item--selected span{
    color: var(--color-black);
    transition: var(--transition);
}
.breadcrumbs__item:hover ~ .breadcrumbs__item--selected span{
    color: var(--color-black);
    transition: var(--transition);
}

.breadcrumbs__item + .breadcrumbs__item {
    position: relative;
    margin-left: 40px;
}

.breadcrumbs__item + .breadcrumbs__item::before {
    content: "";

    left: -21px;
    top: 2px;

    width: 1px;
    height: 20px;

    position: absolute;
    background-color: var(--color-black);
}

.breadcrumb-block {
    display: block;
    position: relative;
    padding-right: 50px;
}

.breadcrumb-block .detail__share {
    position: absolute;
    right: 0px;
    top: 0px;
}
/* End */


/* Start:/local/components/milana/custom.system.auth.form/templates/modal24/style.css?17328670633407*/
.authorization-registration-btn {
    background: none!important;
    align-items: flex-start!important;
}
.authorization-registration-btn .entrance-tab.active {
    background: #fff;
    color: #8C2837;
}

.milanaid-modal-form .form-btns {
    text-align:center;
    margin-top: 12px;
}

.milanaid-modal-form .separate {
    color: rgba(0, 26, 52, .6);
    margin: 16px auto;
    padding: 0 16px;
    position: relative;
    text-align: center;
    width: -moz-max-content;
    width: max-content;
    margin-top: 25px;
}

.milanaid-modal-form .separate:before {
    left: -64px;
}

.milanaid-modal-form .separate:after, .milanaid-modal-form .separate:before {
    background-color: rgba(0,26,52,.2);
    content: "";
    height: 1px;
    position: absolute;
    top: 13px;
    width: 64px;
}

.milanaid-modal-form .separate:after {
    right: -64px;
}

.other-milana-enter-link {
    text-align: center;
}

.other-milana-enter-link a {
    text-decoration: none;
}

.authorization-registration-modal-form .milanaid-modal-form .form-ajax,
.authorization-registration-modal-form .authorization-modal-form .form-ajax {
    display: block;
}

.authorization-registration-modal-form .milanaid-modal-form .form-ajax.hidden,
.authorization-registration-modal-form .authorization-modal-form .form-ajax.hidden {
    display: none;
}

.authorization-registration-modal-form .milanaid-modal-form form,
.authorization-registration-modal-form .authorization-modal-form form {
    padding: 0px;
    display: block;
}

.milanaid-modal-form  .timer {
    text-align: center;
    color: #666;
}

.hidden {
    display: none;
}

.milanaid-modal-form .one-more-time {
    text-align: center;
}

.milanaid-modal-form .one-more-time a {
    text-decoration: none;
}

.milanaid-modal-form .form-btns .btn {
    width: 100%;
    padding: 14px 18px;
}

.authorization-registration-modal-form form label {
    font-size: 14px;
}

.authorization-registration-modal-form form input[name=CODE] {
    text-align: center;
    font-size: 27px;
    padding: 2px;
}

.modal-form {
    display: none;
    padding: 30px;
}

.modal-form__title {
    font-size: 120%;
    margin-top: 20px;
    margin-bottom: 20px;

    font-weight: 700;
}

.modal-form.active-modal {
    display: block;
}

.authorization-registration-form .bx-authform-social ul li {
    vertical-align: middle;
    width: auto;
    height: auto;
}

.authorization-registration-form #bx_socserv_icon_YandexOAuth,
.authorization-registration-form #bx_socserv_icon_VKontakte {
    width: 28px;
    height: 28px;
    background: no-repeat center center;
    background-size: contain;
    background-position: 0;
}

.authorization-registration-form #bx_socserv_icon_YandexOAuth {
    background-image: url(/local/templates/milana2021/assets/images/yandex-messenger.svg);
}

.authorization-registration-form #bx_socserv_icon_YandexOAuth:hover {
    background-image: url(/local/templates/milana2021/assets/images/yandex-messenger-hover.svg);
    opacity: 1;
}

.authorization-registration-form #bx_socserv_icon_VKontakte {
    background-image: url(/local/templates/milana2021/assets/images/icons-social-sprite.svg#vk-secondary);
}

.authorization-registration-form #bx_socserv_icon_VKontakte:hover {
    background-image: url(/local/templates/milana2021/assets/images/icons-social-sprite.svg#vk-primary);
    opacity: 1;
}

.swal-button{
    background-color: #000 !important;
}
/* End */


/* Start:/local/templates/milana2024/components/bitrix/socserv.auth.form/flat/style.min.css?17174011592638*/
.bx-authform-social-popup{display:none;background:#fff;width:auto;padding:15px;font-size:14px;white-space:nowrap}.bx-authform-social-popup form{margin-bottom:0}.bx-authform-social-popup input[type="text"]{display:inline-block;max-width:150px;font-size:18px;height:30px;margin:0;padding:0 4px;border:1px solid #ccd5db;border-radius:2px;background:#f8fafc;outline:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bx-authform-social ul{padding:5px 0 12px;margin:0 0 15px;display:block}.bx-authform-social ul li{position:relative;display:inline-block;width:35px;height:35px;margin-right:5px}.bx-authform-social ul li .bx-authform-social-icon{display:block;width:35px;height:35px;	background-image: url(/local/templates/milana2024/components/bitrix/socserv.auth.form/flat/images/sprite.png); background-repeat:no-repeat;border-bottom:0}.bx-authform-social ul li .bx-authform-social-icon:hover{opacity:.9}.bx-authform-social ul li .bx-authform-social-icon.box{background-position:0 0}.bx-authform-social ul li .bx-authform-social-icon.dropbox{background-position:-44px 0}.bx-authform-social ul li .bx-authform-social-icon.bitrix24{background-position:-88px 0}.bx-authform-social ul li .bx-authform-social-icon.yandex{background-position:-132px 0}.bx-authform-social ul li .bx-authform-social-icon.openid{background-position:-176px 0}.bx-authform-social ul li .bx-authform-social-icon.odnoklassniki{background-position:-220px 0}.bx-authform-social ul li .bx-authform-social-icon.google{background-position:-264px 0}.bx-authform-social ul li .bx-authform-social-icon.mymailru{background-position:-308px 0}.bx-authform-social ul li .bx-authform-social-icon.mailru2{background-position:-440px 0}.bx-authform-social ul li .bx-authform-social-icon.livejournal{background-position:-352px 0}.bx-authform-social ul li .bx-authform-social-icon.openid-mail-ru{background-position:-440px 0}.bx-authform-social ul li .bx-authform-social-icon.liveid{background-position:-484px 0}.bx-authform-social ul li .bx-authform-social-icon.liveinternet{background-position:-528px 0}.bx-authform-social ul li .bx-authform-social-icon.blogger{background-position:-572px 0}.bx-authform-social ul li .bx-authform-social-icon.vkontakte{background-position:-616px 0}.bx-authform-social ul li .bx-authform-social-icon.twitter{background-position:-660px 0}.bx-authform-social ul li .bx-authform-social-icon.facebook{background-position:-704px 0}.bx-authform-social ul li .bx-authform-social-icon.google-plus{background-position:-748px 0}.bx-authform-social ul li .bx-authform-social-icon.office365{background-position:-792px 0}.bx-authform-social ul li .bx-authform-social-icon.zoom{background-position:-836px 0}
/* End */


/* Start:/local/components/milana/share/templates/.default/style.min.css?17265379961010*/
.share-modal-flex-block-hidden{display:none}.share-modal-flex-block{display:flex;justify-content:space-between}.share-modal-flex-block>div{width:50%;box-sizing:border-box}.share-it{width:36px;height:36px;border-radius:50%;display:block;position:absolute;top:35px;background-position:center;background-repeat:no-repeat;background-size:cover;right:35px;background-image:url(/local/components/milana/share/templates/.default/images/share.svg);z-index:999}.share-modal-messenger{padding-right:35px;border-right:1px solid #ececec}.share-modal-flex-block>div .bold-text-title{margin-bottom:23px}.share-modal-flex-block .mil-socials-container{width:100%;text-align:left}.share-modal-social{padding-left:35px}@media(max-width:480px){.share-it{right:15px;top:15px}.share-modal-block-open{width:100%;padding:30px 30px 70px 30px;text-align:left}.share-modal-block-open .i-social{width:42px;height:40px}.share-modal-social{padding-left:0}.share-modal-messenger{padding-right:0;border:0}.share-modal-flex-block>div{width:100%}.share-modal-flex-block{flex-direction:column}}
/* End */


/* Start:/local/templates/milana2024/styles.css?173864648020194*/
.animate__animated{
    opacity: 0;
}

.franchise__about{
    display: flex;
    flex-direction: column;
    align-items: center;

    row-gap: 50px;
    margin-bottom: 120px;
}

.franchise__about-top{
    background-image: url(/local/templates/milana2024/assets/css/../images/new-bg-about-brand-1.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;

    height: 320px;
    width: 100%;

    position: relative;
}

.franchise__about-gallery{
    position: absolute;
    top: 180px;
    left: 50%;
    transform: translateX(-50%);

    width: 85%;

    background-color: white;
    padding: 15px;

    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;

    z-index: 2;
}

.franchise__about-img img {
    width: 100%;
}

.franchise__about-bottom{
    padding: 50px;

    background-color: rgba(37, 37, 37, 0.03);

    width: calc(85% - 30px);

    text-align: justify;
}

.franchise__philosophy{
    display: flex;
    gap: 30px;
    margin-bottom: 200px;
}

.franchise__philosophy-title{
    font-weight: 700;
    font-size: 33px;
    line-height: 38px;
    text-transform: uppercase;

    overflow: hidden;
    height: fit-content;
}

.franchise__philosophy-item{
    width: 300px;
}

.franchise__philosophy-items{
    display: flex;
    gap: 20px;
}

.franchise__philosophy-text{
    font-size: 14px;
    padding: 20px 10px 0px 10px;
}

.franchise__philosophy-img{
    position: relative;

    width: 300px;
    height: 300px;

    background-size: cover;
    background-position: center;

    -webkit-box-shadow: inset 0px -91px 44px -24px rgba(0,0,0,0.44);
    -moz-box-shadow: inset 0px -91px 44px -24px rgba(0,0,0,0.44);
    box-shadow: inset 0px -91px 44px -24px rgba(0,0,0,0.44);
}

.franchise__philosophy-name{
    position: absolute;

    bottom: 5px;
    left: 10px;

    font-weight: 700;
    font-size: 23px;
    line-height: 35px;
    text-transform: uppercase;
    color: white;
}

.franchise__why-milana{
    display: flex;

    margin-bottom: 200px;
}

.franchise__why-milana-left{
    width: 55%;
}

.franchise__why-milana-right{
    width: 45%;
}

.franchise__why-milana-left{
    display: flex;
}

.franchise__why-milana-img{
    width: 100%;
    height: 100%;

    background-position: center;
    background-size: cover;
}

.franchise__why-milana-img-text{
    width: fit-content;
    height: 100%;
}

.franchise__why-milana-right{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;

    row-gap: 50px;
    padding: 50px 0px;
}

.franchise__why-milana-item{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    text-align: center;
    row-gap: 20px;

    font-size: 14px;
}

.franchise__why-milana-svg{
    height: 70px;
}

.franchise__why-milana-text{
    height: 30px;
}

.franchise__infographic{
    position: relative;

    margin-bottom: 160px;

    padding: 80px 0px 100px 0px;
}

.franchise__infographic-title{
    font-weight: 700;
    font-size: 33px;
    text-transform: uppercase;

    text-align: center;

    display: flex;
    justify-content: center;

    margin-bottom: 50px;
    overflow: hidden;
}

.franchise__infographic-title span{
    display: block;
}

.franchise__infographic:before{
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 100%;

    background-color: rgba(37, 37, 37, 0.03);
    z-index: -1;
}


.franchise__infographic-items{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;

    row-gap: 50px;
}

.franchise__infographic-item{
    display: flex;
    justify-content: center;
}

.franchise__infographic-number{
    color: #DFDFDF;
    font-size: 70px;
    font-weight: 700;
    line-height: 86px;

    z-index: 1;
}

.franchise__infographic-text{
    margin-left: -20px;
    white-space: nowrap;

    z-index: 2;
}

.franchise__infographic-wrapp{
    width: 200px;
    display: flex;
    align-items: end;
}

.franchise__infographic-items .franchise__infographic-item:last-child .franchise__infographic-text{
    margin-left: -75px;
}

.franchise__willDo{
    margin-bottom: 160px;
    display: flex;
    gap: 50px;
}

.franchise__willDo-title{
    font-weight: 700;
    font-size: 33px;
    text-transform: uppercase;
    white-space: nowrap;

    margin-bottom: 50px;
    height: fit-content;
    overflow: hidden;
    width: 100%;
}

.franchise__willDo-img{
    width: 430px;
    height: 300px;

    background-position: center;
    background-size: cover;

    position: relative;

    -webkit-box-shadow: inset 0px -91px 44px -24px rgba(0,0,0,0.44);
    -moz-box-shadow: inset 0px -91px 44px -24px rgba(0,0,0,0.44);
    box-shadow: inset 0px -91px 44px -24px rgba(0,0,0,0.44);
}


.franchise__willDo-name{
    position: absolute;
    bottom: 5px;
    left: 10px;

    font-weight: 700;
    font-size: 23px;
    text-transform: uppercase;

    color: white;
}

.franchise__willDo-items{
    display: flex;
    justify-content: space-between;
    gap: 30px;
    width: 100%;
}

.franchise__willDo-item{
    display: flex;
    flex-direction: column;
    align-items: center;

    max-width: 430px;
}

.franchise__willDo-text{
    padding: 10px;
    padding-top: 20px;
    font-size: 14px;

    text-align: justify;
}

.franchise__risks{
    position: relative;

    padding: 80px 0px 100px 0px;
    margin-bottom: 160px;
}

.franchise__risks:before{
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 100%;

    background-color: rgba(37, 37, 37, 0.03);
    z-index: -1;
}

.franchise__risks-title{
    font-weight: 700;
    font-size: 33px;
    line-height: 38px;
    text-transform: uppercase;

    display: flex;
    justify-content: center;

    margin-bottom: 50px;
    overflow: hidden;
    height: fit-content;
}

.franchise__risks-items{
    display: flex;
    justify-content: center;
    align-items: center;

    gap: 30px;

}

.franchise__risks-item{
    display: flex;
    align-items: center;
    justify-content: center;

    gap: 15px;
}

.franchise__risks-text{
    font-size: 14px;
}

.franchise__return{
    position: relative;

    height: 260px;
    display: flex;
    align-items: center;
}

.franchise__return:before{
    content: '';
    position: absolute;
    width: 100vw;
    height: 100%;

    top: 0;
    left: 50%;
    transform: translateX(-50%);

    background-image: url("https://milana-shoes.ru/local/templates/milana2024/assets/images/block-seventh-banner-remainder.jpg");
    background-size: cover;

    z-index: -1;
}

.franchise__return-title{
    font-weight: 700;
    font-size: 33px;
    line-height: 38px;
    text-transform: uppercase;
    color: white;

    overflow: hidden;
}

.franchise__format{
    margin-bottom: 200px;
}

.franchise__format-title{
    font-weight: 700;
    font-size: 33px;
    line-height: 38px;
    text-transform: uppercase;

    margin-bottom: 50px;
    overflow: hidden;
}

.franchise__format-items{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.franchise__format-item{
    max-width: 350px;
}

.franchise__format-img{
    position: relative;

    width: 100%;
    max-width: 400px;
    height: 250px;

    background-size: cover;
    background-position: center;

    margin-bottom: 20px;
}

.franchise__format-badge{
    position: absolute;
    top: 0;
    right: -20px;
    transform: translateY(-50%);

    background-color: black;
    color: white;
    text-transform: uppercase;

    width: 100px;
    height: 30px;

    display: flex;
    align-items: center;
    justify-content: center;
}

.franchise__format-text{
    padding: 0px 10px;
    font-size: 14px;

    margin-bottom: 15px;
    height: 63px;
}

.franchise__format-numbers{
    font-size: 14px;
    padding: 0px 10px;

    display: flex;
    gap: 20px;
}

.franchise__format-right{
    font-weight: 700;
    text-transform: uppercase;
}

.franchise__key{
    position: relative;

    padding: 80px 0px 100px 0px;
    margin-bottom: 160px;
}

.franchise__key:before{
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 100%;

    background-color: rgba(37, 37, 37, 0.03);
    z-index: -1;
}

.franchise__key-title{
    margin-bottom: 50px;
}

.franchise__key-title-name{
    font-weight: 700;
    font-size: 33px;
    line-height: 42px;
    text-transform: uppercase;
    margin-bottom: 10px;

    overflow: hidden;
}

.franchise__key-title-text{
    color: #7c7474;
    font-size: 20px;
    font-weight: 500;

    overflow: hidden;
}

.franchise__key-items{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 25px;
}

.franchise__key-items-col{
    display: flex;
    flex-direction: column;
    row-gap: 25px;
}

.franchise__key-item{
    position: relative;
    background-color: white;
    padding: 25px;

    font-size: 14px;
}

.franchise__key-item-svg{
    position: absolute;
    top: 0;
    right: 0;

    transform: translate(30%, -30%);
}

.franchise__key-item-name{
    margin-bottom: 15px;
}

.franchise__key-item-content{
    padding-left: 10px;
}

.franchise__key-item-content p{
    position: relative;
}

.franchise__key-item-content p::before{
    content: '';
    position: absolute;

    width: 5px;
    height: 5px;

    top: 7px;
    left: -10px;

    background-color: black;
    border-radius: 100%;
}

.franchise__location{
    margin-bottom: 60px;
}

.franchise__location-title{
    font-weight: 700;
    font-size: 33px;
    line-height: 38px;
    text-transform: uppercase;

    overflow: hidden;
}

.franchise__portfolio{
    margin-bottom: 160px;
}

.franchise__portfolio-title{
    margin-bottom: 50px;
}

.franchise__portfolio-title-name{
    font-weight: 700;
    font-size: 33px;
    line-height: 42px;
    text-transform: uppercase;
    margin-bottom: 10px;

    overflow: hidden;
}

.franchise__portfolio-title-text{
    color: #7c7474;
    font-size: 20px;
    font-weight: 500;

    overflow: hidden;
}

.franchise__portfolio-items{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 30px;

    row-gap: 40px;
}

.franchise__portfolio-item-img{
    position: relative;
}

.franchise__portfolio-item-img{
    background-size: cover;
    background-position: center;

    width: 100%;
    height: 250px;

    margin-bottom: 20px;
}

.franchise__portfolio-item-badge{
    position: absolute;
    background-color: black;
    color: white;

    right: -10px;
    top: -10px;

    display: flex;
    align-items: center;
    justify-content: center;

    width: 200px;
    height: 40px;
}

.franchise__portfolio-item-content{
    padding: 0px 10px;
    font-size: 14px;
}

.franchise__portfolio-item-text{
    position: absolute;

    bottom: 10px;
    left: 10px;

    width: fit-content;
    padding: 5px 15px;

    color: black;
    background-color: rgb(248, 248, 248);
}

.franchise__review{
    position: relative;

    padding: 80px 0px 100px 0px;
    margin-bottom: 160px;
}

.franchise__review:before{
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 100%;

    background-color: rgba(37, 37, 37, 0.03);
    z-index: -1;
}

.franchise__review-item{
    margin: 0 20px;
    background-color: white;
}

.franchise__review-item-img{
    position: relative;

    background-position: center;
    background-size: cover;

    height: 250px;
    margin-bottom: 20px;
}

.franchise__review-item-badge{
    position: absolute;

    background-color: white;
    padding: 5px 15px;

    bottom: 10px;
    left: 10px;

    font-size: 14px;
    color: black;
}

.franchise__review-title{
    font-weight: 700;
    font-size: 33px;
    line-height: 38px;
    text-transform: uppercase;
    margin-bottom: 50px;
}

.franchise__review-item-badge p{
    margin-bottom: 0;
}

.franchise__review-item-badge p:first-child{
    font-weight: 700;
}

.franchise__review-items{
    overflow: hidden;
}

.franchise__review-items .slick-list{
    margin: 0 -20px;
}

.franchise__review-item-text{
    padding: 0 15px;

    text-align: justify;
}

.franchise__file{
    display: flex;
    justify-content: space-between;

    margin-top: 50px;
    margin-bottom: 100px;
}

.franchise__file-title{
    font-weight: 700;
    font-size: 33px;
    line-height: 38px;
    text-transform: uppercase;
}

.franchise__file-left{
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

.franchise__file-left p{
    color: #7c7474;
    font-size: 20px;
    font-weight: 500;
}

.franchise__form-row{
    display: flex;
    gap: 10px;

    margin-bottom: 10px;
}

.franchise__form-btn{
    max-width: 400px;
    width: 100%;
    margin-bottom: 10px;
}

.franchise__form-container{
    margin-top: 20px;
}

.franchise__map-items{
    display: flex;
    gap: 20px;

    margin-top: 20px;
}

.franchise__map-item{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

@media(max-width: 1599px){
    .franchise__philosophy-img{
        width: 250px;
        height: 250px;
    }

    .franchise__philosophy-item{
        width: 250px;
    }

    .franchise__willDo-item{
        max-width: 360px;
    }

    .franchise__willDo-img{
        width: 360px;
        height: 250px;
    }

    .franchise__willDo-items{
        gap: 20px;
    }

    .franchise__review-item{
        margin: 0 20px;
    }
}

@media(max-width: 1399px){
    .franchise__title{
        font-size: 28px;
    }

    .franchise__why-milana-left{
        width: 50%;
    }

    .franchise__why-milana-right{
        width: 50%;
    }

    .franchise__margin{
        margin-bottom: 150px;
    }

    .franchise__risks-item{
        gap: 10px;
    }

    .franchise__risks-items{
        gap: 20px;
    }

    .franchise__format-badge{
        right: -10px;
    }

    .franchise__format-items, .franchise__format-numbers{
        gap: 15px;
    }
}

@media(max-width: 1199px){
    .franchise__about-bottom{
        width: 100%;
        padding: 30px;
    }

    .franchise__about-gallery{
        width: calc(100% + 15px);
    }

    .franchise__philosophy, .franchise__willDo{
        flex-direction: column;
        gap: 30px;
    }

    .franchise__philosophy-item{
        width: 100%;
    }

    .franchise__philosophy-img{
        width: 100%;
    }

    .franchise__why-milana-img-text img{
        display: none;
    }


    .franchise__why-milana-left{
        width: 40%;
    }

    .franchise__why-milana-right{
        width: 60%;
    }

    .franchise__willDo-title{
        margin-bottom: 0;
    }

    .franchise__willDo-title br{
        display: none;
    }

    .franchise__margin, .franchise__infographic, .franchise__willDo, .franchise__risks, .franchise__key, .franchise__review{
        margin-bottom: 100px;
    }

    .franchise__willDo-img{
        width: 100%;
    }

    .franchise__willDo-item{
        max-width: unset;
        width: 100%;
    }

    .franchise__risks-items{
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr 1fr;
    }

    .franchise__format-items{
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr 1fr;

        row-gap: 30px;
        gap: 30px;
    }

    .franchise__format-img, .franchise__format-item{
        max-width: unset;
    }

    .franchise__key-items{
        grid-template-columns: 1fr 1fr
    }

    .franchise__portfolio-items{
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr 1fr 1fr;
    }
}

@media(max-width: 991px){
    .franchise__about-gallery a:last-child{
        display: none;
    }

    .franchise__about-bottom span{
        display: none;
    }

    .franchise__about-bottom br{
        display: none;
    }

    .franchise__philosophy-items{
        gap: 5px;
    }

    .franchise__why-milana-left{
        display: none   ;
    }

    .franchise__why-milana-right{
        width: 100%;
    }

    .franchise__infographic-text{
        font-size: 14px;
    }

    .franchise__infographic, .franchise__risks, .franchise__key, .franchise__review{
        padding: 40px 0px 60px 0px;
    }

    .franchise__format-items{
        gap: 20px;
    }

    .franchise__format-text, .franchise__format-numbers{
        padding: 0;
    }

    .franchise__title{
        font-size: 26px;
    }

    .franchise__key-item{
        padding: 20px;
    }

    .franchise__form-row{
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr;
    }

    .franchise__form-row .input:last-child{
        grid-column: span 2;
    }
}

@media(max-width: 767px){
    .franchise__about-gallery a:nth-child(2){
        display: none;
    }

    .franchise__about{
        margin-bottom: 70px;
    }

    .franchise__margin, .franchise__infographic, .franchise__willDo, .franchise__risks, .franchise__key, .franchise__review{
        margin-bottom: 70px;
    }

    .franchise__philosophy-items{
        flex-direction: column;
        row-gap: 30px;
    }

    .franchise__philosophy-img{
        height: 300px;
    }

    .franchise__philosophy-name{
        font-size: 36px;
        bottom: 10px;
    }

    .franchise__why-milana-right, .franchise__infographic-items{
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr 1fr 1fr;
    }

    .franchise__why-milana-text{
        height: fit-content;
    }

    .franchise__willDo-items{
        flex-direction: column;
    }

    .franchise__format-items{
        grid-template-columns: 1fr;
        grid-template-rows: 1fr 1fr 1fr;
    }

    .franchise__return-title br, .franchise__key-title-name br{
        display: none;
    }

    .franchise__key-items {
        grid-template-columns: 1fr;
    }

    .brand-geography-map{
        height: 570px;

        width: 100%;

        margin-left: unset;
    }

    .franchise__portfolio-items {
        grid-template-columns: 1fr;
        grid-template-rows: 1fr 1fr 1fr 1fr;
    }

    .animate__animated{
        animation-delay: unset!important;
    }

    .franchise__file{
        flex-direction: column;
    }

    .franchise__title{
        font-size: 24px;
    }
}

@media(max-width: 575px){
    .franchise__about-gallery{
        display: none;
    }

    .franchise__form-row{
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: 1fr;
    }

    .franchise__form-row .input:last-child{
        grid-column: unset;
    }

    .franchise__why-milana-right, .franchise__infographic-items{
        grid-template-columns: 1fr;
        grid-template-rows: 1fr 1fr 1fr 1fr;
    }

    .franchise__risks-items {
        grid-template-columns: 1fr;
        grid-template-rows: 1fr 1fr 1fr;
    }

    .franchise__about{
        row-gap: 30px;
    }

    .franchise__about-bottom{
        padding: 15px;
    }
}
/* End */


/* Start:/local/templates/milana2021/assets/js/vendor/intl-tel-input/css/intlTelInput.min.css?172653802120097*/
.iti{position:relative;display:inline-block}.iti *{box-sizing:border-box}.iti__hide{display:none}.iti__v-hide{visibility:hidden}.iti input,.iti input[type=tel],.iti input[type=text]{position:relative;z-index:0;margin-top:0!important;margin-bottom:0!important;padding-right:36px;margin-right:0}.iti__flag-container{position:absolute;top:0;bottom:0;right:0;padding:1px}.iti__selected-flag{z-index:1;position:relative;display:flex;align-items:center;height:100%;padding:0 6px 0 8px}.iti__arrow{margin-left:6px;width:0;height:0;border-left:3px solid transparent;border-right:3px solid transparent;border-top:4px solid #555}[dir=rtl] .iti__arrow{margin-right:6px;margin-left:0}.iti__arrow--up{border-top:none;border-bottom:4px solid #555}.iti__country-list{position:absolute;z-index:2;list-style:none;padding:0;margin:0 0 0 -1px;box-shadow:1px 1px 4px rgba(0,0,0,.2);background-color:#fff;border:1px solid #ccc;white-space:nowrap;max-height:200px;overflow-y:scroll;-webkit-overflow-scrolling:touch}.iti__country-list--dropup{bottom:100%;margin-bottom:-1px}@media (max-width:500px){.iti__country-list{white-space:normal}}.iti__flag-box{display:inline-block;width:20px}.iti__divider{padding-bottom:5px;margin-bottom:5px;border-bottom:1px solid #ccc}.iti__country{display:flex;align-items:center;padding:5px 10px;outline:0}.iti__dial-code{color:#999}.iti__country.iti__highlight{background-color:rgba(0,0,0,.05)}.iti__country-name,.iti__flag-box{margin-right:6px}[dir=rtl] .iti__country-name,[dir=rtl] .iti__flag-box{margin-right:0;margin-left:6px}.iti--allow-dropdown input,.iti--allow-dropdown input[type=tel],.iti--allow-dropdown input[type=text],.iti--separate-dial-code input,.iti--separate-dial-code input[type=tel],.iti--separate-dial-code input[type=text]{padding-right:6px;padding-left:52px;margin-left:0}[dir=rtl] .iti--allow-dropdown input,[dir=rtl] .iti--allow-dropdown input[type=tel],[dir=rtl] .iti--allow-dropdown input[type=text],[dir=rtl] .iti--separate-dial-code input,[dir=rtl] .iti--separate-dial-code input[type=tel],[dir=rtl] .iti--separate-dial-code input[type=text]{padding-right:52px;padding-left:6px;margin-right:0}.iti--allow-dropdown .iti__flag-container,.iti--separate-dial-code .iti__flag-container{right:auto;left:0}[dir=rtl] .iti--allow-dropdown .iti__flag-container,[dir=rtl] .iti--separate-dial-code .iti__flag-container{right:0;left:auto}.iti--allow-dropdown .iti__flag-container:hover{cursor:pointer}.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag{background-color:rgba(0,0,0,.05)}.iti--allow-dropdown input[disabled]+.iti__flag-container:hover,.iti--allow-dropdown input[readonly]+.iti__flag-container:hover{cursor:default}.iti--allow-dropdown input[disabled]+.iti__flag-container:hover .iti__selected-flag,.iti--allow-dropdown input[readonly]+.iti__flag-container:hover .iti__selected-flag{background-color:transparent}.iti--separate-dial-code .iti__selected-flag{background-color:rgba(0,0,0,.05)}.iti--separate-dial-code.iti--show-flags .iti__selected-dial-code{margin-left:6px}[dir=rtl] .iti--separate-dial-code.iti--show-flags .iti__selected-dial-code{margin-left:0;margin-right:6px}.iti--container{position:absolute;top:-1000px;left:-1000px;z-index:1060;padding:1px}.iti--container:hover{cursor:pointer}.iti-mobile .iti--container{top:30px;bottom:30px;left:30px;right:30px;position:fixed}.iti-mobile .iti__country-list{max-height:100%;width:100%}.iti-mobile .iti__country{padding:10px 10px;line-height:1.5em}.iti__flag{width:20px}.iti__flag.iti__be{width:18px}.iti__flag.iti__ch{width:15px}.iti__flag.iti__mc{width:19px}.iti__flag.iti__ne{width:18px}.iti__flag.iti__np{width:13px}.iti__flag.iti__va{width:15px}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){.iti__flag{background-size:5762px 15px}}.iti__flag.iti__ac{height:10px;background-position:0 0}.iti__flag.iti__ad{height:14px;background-position:-22px 0}.iti__flag.iti__ae{height:10px;background-position:-44px 0}.iti__flag.iti__af{height:14px;background-position:-66px 0}.iti__flag.iti__ag{height:14px;background-position:-88px 0}.iti__flag.iti__ai{height:10px;background-position:-110px 0}.iti__flag.iti__al{height:15px;background-position:-132px 0}.iti__flag.iti__am{height:10px;background-position:-154px 0}.iti__flag.iti__ao{height:14px;background-position:-176px 0}.iti__flag.iti__aq{height:14px;background-position:-198px 0}.iti__flag.iti__ar{height:13px;background-position:-220px 0}.iti__flag.iti__as{height:10px;background-position:-242px 0}.iti__flag.iti__at{height:14px;background-position:-264px 0}.iti__flag.iti__au{height:10px;background-position:-286px 0}.iti__flag.iti__aw{height:14px;background-position:-308px 0}.iti__flag.iti__ax{height:13px;background-position:-330px 0}.iti__flag.iti__az{height:10px;background-position:-352px 0}.iti__flag.iti__ba{height:10px;background-position:-374px 0}.iti__flag.iti__bb{height:14px;background-position:-396px 0}.iti__flag.iti__bd{height:12px;background-position:-418px 0}.iti__flag.iti__be{height:15px;background-position:-440px 0}.iti__flag.iti__bf{height:14px;background-position:-460px 0}.iti__flag.iti__bg{height:12px;background-position:-482px 0}.iti__flag.iti__bh{height:12px;background-position:-504px 0}.iti__flag.iti__bi{height:12px;background-position:-526px 0}.iti__flag.iti__bj{height:14px;background-position:-548px 0}.iti__flag.iti__bl{height:14px;background-position:-570px 0}.iti__flag.iti__bm{height:10px;background-position:-592px 0}.iti__flag.iti__bn{height:10px;background-position:-614px 0}.iti__flag.iti__bo{height:14px;background-position:-636px 0}.iti__flag.iti__bq{height:14px;background-position:-658px 0}.iti__flag.iti__br{height:14px;background-position:-680px 0}.iti__flag.iti__bs{height:10px;background-position:-702px 0}.iti__flag.iti__bt{height:14px;background-position:-724px 0}.iti__flag.iti__bv{height:15px;background-position:-746px 0}.iti__flag.iti__bw{height:14px;background-position:-768px 0}.iti__flag.iti__by{height:10px;background-position:-790px 0}.iti__flag.iti__bz{height:12px;background-position:-812px 0}.iti__flag.iti__ca{height:10px;background-position:-834px 0}.iti__flag.iti__cc{height:10px;background-position:-856px 0}.iti__flag.iti__cd{height:15px;background-position:-878px 0}.iti__flag.iti__cf{height:14px;background-position:-900px 0}.iti__flag.iti__cg{height:14px;background-position:-922px 0}.iti__flag.iti__ch{height:15px;background-position:-944px 0}.iti__flag.iti__ci{height:14px;background-position:-961px 0}.iti__flag.iti__ck{height:10px;background-position:-983px 0}.iti__flag.iti__cl{height:14px;background-position:-1005px 0}.iti__flag.iti__cm{height:14px;background-position:-1027px 0}.iti__flag.iti__cn{height:14px;background-position:-1049px 0}.iti__flag.iti__co{height:14px;background-position:-1071px 0}.iti__flag.iti__cp{height:14px;background-position:-1093px 0}.iti__flag.iti__cq{height:12px;background-position:-1115px 0}.iti__flag.iti__cr{height:12px;background-position:-1137px 0}.iti__flag.iti__cu{height:10px;background-position:-1159px 0}.iti__flag.iti__cv{height:12px;background-position:-1181px 0}.iti__flag.iti__cw{height:14px;background-position:-1203px 0}.iti__flag.iti__cx{height:10px;background-position:-1225px 0}.iti__flag.iti__cy{height:14px;background-position:-1247px 0}.iti__flag.iti__cz{height:14px;background-position:-1269px 0}.iti__flag.iti__de{height:12px;background-position:-1291px 0}.iti__flag.iti__dg{height:10px;background-position:-1313px 0}.iti__flag.iti__dj{height:14px;background-position:-1335px 0}.iti__flag.iti__dk{height:15px;background-position:-1357px 0}.iti__flag.iti__dm{height:10px;background-position:-1379px 0}.iti__flag.iti__do{height:14px;background-position:-1401px 0}.iti__flag.iti__dz{height:14px;background-position:-1423px 0}.iti__flag.iti__ea{height:14px;background-position:-1445px 0}.iti__flag.iti__ec{height:14px;background-position:-1467px 0}.iti__flag.iti__ee{height:13px;background-position:-1489px 0}.iti__flag.iti__eg{height:14px;background-position:-1511px 0}.iti__flag.iti__eh{height:10px;background-position:-1533px 0}.iti__flag.iti__er{height:10px;background-position:-1555px 0}.iti__flag.iti__es{height:14px;background-position:-1577px 0}.iti__flag.iti__et{height:10px;background-position:-1599px 0}.iti__flag.iti__eu{height:14px;background-position:-1621px 0}.iti__flag.iti__ez{height:14px;background-position:-1643px 0}.iti__flag.iti__fi{height:12px;background-position:-1665px 0}.iti__flag.iti__fj{height:10px;background-position:-1687px 0}.iti__flag.iti__fk{height:10px;background-position:-1709px 0}.iti__flag.iti__fm{height:11px;background-position:-1731px 0}.iti__flag.iti__fo{height:15px;background-position:-1753px 0}.iti__flag.iti__fr{height:14px;background-position:-1775px 0}.iti__flag.iti__fx{height:14px;background-position:-1797px 0}.iti__flag.iti__ga{height:15px;background-position:-1819px 0}.iti__flag.iti__gb{height:10px;background-position:-1841px 0}.iti__flag.iti__gd{height:12px;background-position:-1863px 0}.iti__flag.iti__ge{height:14px;background-position:-1885px 0}.iti__flag.iti__gf{height:14px;background-position:-1907px 0}.iti__flag.iti__gg{height:14px;background-position:-1929px 0}.iti__flag.iti__gh{height:14px;background-position:-1951px 0}.iti__flag.iti__gi{height:10px;background-position:-1973px 0}.iti__flag.iti__gl{height:14px;background-position:-1995px 0}.iti__flag.iti__gm{height:14px;background-position:-2017px 0}.iti__flag.iti__gn{height:14px;background-position:-2039px 0}.iti__flag.iti__gp{height:14px;background-position:-2061px 0}.iti__flag.iti__gq{height:14px;background-position:-2083px 0}.iti__flag.iti__gr{height:14px;background-position:-2105px 0}.iti__flag.iti__gs{height:10px;background-position:-2127px 0}.iti__flag.iti__gt{height:13px;background-position:-2149px 0}.iti__flag.iti__gu{height:11px;background-position:-2171px 0}.iti__flag.iti__gw{height:10px;background-position:-2193px 0}.iti__flag.iti__gy{height:12px;background-position:-2215px 0}.iti__flag.iti__hk{height:14px;background-position:-2237px 0}.iti__flag.iti__hm{height:10px;background-position:-2259px 0}.iti__flag.iti__hn{height:10px;background-position:-2281px 0}.iti__flag.iti__hr{height:10px;background-position:-2303px 0}.iti__flag.iti__ht{height:12px;background-position:-2325px 0}.iti__flag.iti__hu{height:10px;background-position:-2347px 0}.iti__flag.iti__ic{height:14px;background-position:-2369px 0}.iti__flag.iti__id{height:14px;background-position:-2391px 0}.iti__flag.iti__ie{height:10px;background-position:-2413px 0}.iti__flag.iti__il{height:15px;background-position:-2435px 0}.iti__flag.iti__im{height:10px;background-position:-2457px 0}.iti__flag.iti__in{height:14px;background-position:-2479px 0}.iti__flag.iti__io{height:10px;background-position:-2501px 0}.iti__flag.iti__iq{height:14px;background-position:-2523px 0}.iti__flag.iti__ir{height:12px;background-position:-2545px 0}.iti__flag.iti__is{height:15px;background-position:-2567px 0}.iti__flag.iti__it{height:14px;background-position:-2589px 0}.iti__flag.iti__je{height:12px;background-position:-2611px 0}.iti__flag.iti__jm{height:10px;background-position:-2633px 0}.iti__flag.iti__jo{height:10px;background-position:-2655px 0}.iti__flag.iti__jp{height:14px;background-position:-2677px 0}.iti__flag.iti__ke{height:14px;background-position:-2699px 0}.iti__flag.iti__kg{height:12px;background-position:-2721px 0}.iti__flag.iti__kh{height:13px;background-position:-2743px 0}.iti__flag.iti__ki{height:10px;background-position:-2765px 0}.iti__flag.iti__km{height:12px;background-position:-2787px 0}.iti__flag.iti__kn{height:14px;background-position:-2809px 0}.iti__flag.iti__kp{height:10px;background-position:-2831px 0}.iti__flag.iti__kr{height:14px;background-position:-2853px 0}.iti__flag.iti__kw{height:10px;background-position:-2875px 0}.iti__flag.iti__ky{height:10px;background-position:-2897px 0}.iti__flag.iti__kz{height:10px;background-position:-2919px 0}.iti__flag.iti__la{height:14px;background-position:-2941px 0}.iti__flag.iti__lb{height:14px;background-position:-2963px 0}.iti__flag.iti__lc{height:10px;background-position:-2985px 0}.iti__flag.iti__li{height:12px;background-position:-3007px 0}.iti__flag.iti__lk{height:10px;background-position:-3029px 0}.iti__flag.iti__lr{height:11px;background-position:-3051px 0}.iti__flag.iti__ls{height:14px;background-position:-3073px 0}.iti__flag.iti__lt{height:12px;background-position:-3095px 0}.iti__flag.iti__lu{height:12px;background-position:-3117px 0}.iti__flag.iti__lv{height:10px;background-position:-3139px 0}.iti__flag.iti__ly{height:10px;background-position:-3161px 0}.iti__flag.iti__ma{height:14px;background-position:-3183px 0}.iti__flag.iti__mc{height:15px;background-position:-3205px 0}.iti__flag.iti__md{height:10px;background-position:-3226px 0}.iti__flag.iti__me{height:10px;background-position:-3248px 0}.iti__flag.iti__mf{height:14px;background-position:-3270px 0}.iti__flag.iti__mg{height:14px;background-position:-3292px 0}.iti__flag.iti__mh{height:11px;background-position:-3314px 0}.iti__flag.iti__mk{height:10px;background-position:-3336px 0}.iti__flag.iti__ml{height:14px;background-position:-3358px 0}.iti__flag.iti__mm{height:14px;background-position:-3380px 0}.iti__flag.iti__mn{height:10px;background-position:-3402px 0}.iti__flag.iti__mo{height:14px;background-position:-3424px 0}.iti__flag.iti__mp{height:10px;background-position:-3446px 0}.iti__flag.iti__mq{height:14px;background-position:-3468px 0}.iti__flag.iti__mr{height:14px;background-position:-3490px 0}.iti__flag.iti__ms{height:10px;background-position:-3512px 0}.iti__flag.iti__mt{height:14px;background-position:-3534px 0}.iti__flag.iti__mu{height:14px;background-position:-3556px 0}.iti__flag.iti__mv{height:14px;background-position:-3578px 0}.iti__flag.iti__mw{height:14px;background-position:-3600px 0}.iti__flag.iti__mx{height:12px;background-position:-3622px 0}.iti__flag.iti__my{height:10px;background-position:-3644px 0}.iti__flag.iti__mz{height:14px;background-position:-3666px 0}.iti__flag.iti__na{height:14px;background-position:-3688px 0}.iti__flag.iti__nc{height:10px;background-position:-3710px 0}.iti__flag.iti__ne{height:15px;background-position:-3732px 0}.iti__flag.iti__nf{height:10px;background-position:-3752px 0}.iti__flag.iti__ng{height:10px;background-position:-3774px 0}.iti__flag.iti__ni{height:12px;background-position:-3796px 0}.iti__flag.iti__nl{height:14px;background-position:-3818px 0}.iti__flag.iti__no{height:15px;background-position:-3840px 0}.iti__flag.iti__np{height:15px;background-position:-3862px 0}.iti__flag.iti__nr{height:10px;background-position:-3877px 0}.iti__flag.iti__nu{height:10px;background-position:-3899px 0}.iti__flag.iti__nz{height:10px;background-position:-3921px 0}.iti__flag.iti__om{height:10px;background-position:-3943px 0}.iti__flag.iti__pa{height:14px;background-position:-3965px 0}.iti__flag.iti__pe{height:14px;background-position:-3987px 0}.iti__flag.iti__pf{height:14px;background-position:-4009px 0}.iti__flag.iti__pg{height:15px;background-position:-4031px 0}.iti__flag.iti__ph{height:10px;background-position:-4053px 0}.iti__flag.iti__pk{height:14px;background-position:-4075px 0}.iti__flag.iti__pl{height:13px;background-position:-4097px 0}.iti__flag.iti__pm{height:14px;background-position:-4119px 0}.iti__flag.iti__pn{height:10px;background-position:-4141px 0}.iti__flag.iti__pr{height:14px;background-position:-4163px 0}.iti__flag.iti__ps{height:10px;background-position:-4185px 0}.iti__flag.iti__pt{height:14px;background-position:-4207px 0}.iti__flag.iti__pw{height:13px;background-position:-4229px 0}.iti__flag.iti__py{height:11px;background-position:-4251px 0}.iti__flag.iti__qa{height:8px;background-position:-4273px 0}.iti__flag.iti__re{height:14px;background-position:-4295px 0}.iti__flag.iti__ro{height:14px;background-position:-4317px 0}.iti__flag.iti__rs{height:14px;background-position:-4339px 0}.iti__flag.iti__ru{height:14px;background-position:-4361px 0}.iti__flag.iti__rw{height:14px;background-position:-4383px 0}.iti__flag.iti__sa{height:14px;background-position:-4405px 0}.iti__flag.iti__sb{height:10px;background-position:-4427px 0}.iti__flag.iti__sc{height:10px;background-position:-4449px 0}.iti__flag.iti__sd{height:10px;background-position:-4471px 0}.iti__flag.iti__se{height:13px;background-position:-4493px 0}.iti__flag.iti__sg{height:14px;background-position:-4515px 0}.iti__flag.iti__sh{height:10px;background-position:-4537px 0}.iti__flag.iti__si{height:10px;background-position:-4559px 0}.iti__flag.iti__sj{height:15px;background-position:-4581px 0}.iti__flag.iti__sk{height:14px;background-position:-4603px 0}.iti__flag.iti__sl{height:14px;background-position:-4625px 0}.iti__flag.iti__sm{height:15px;background-position:-4647px 0}.iti__flag.iti__sn{height:14px;background-position:-4669px 0}.iti__flag.iti__so{height:14px;background-position:-4691px 0}.iti__flag.iti__sr{height:14px;background-position:-4713px 0}.iti__flag.iti__ss{height:10px;background-position:-4735px 0}.iti__flag.iti__st{height:10px;background-position:-4757px 0}.iti__flag.iti__su{height:10px;background-position:-4779px 0}.iti__flag.iti__sv{height:12px;background-position:-4801px 0}.iti__flag.iti__sx{height:14px;background-position:-4823px 0}.iti__flag.iti__sy{height:14px;background-position:-4845px 0}.iti__flag.iti__sz{height:14px;background-position:-4867px 0}.iti__flag.iti__ta{height:10px;background-position:-4889px 0}.iti__flag.iti__tc{height:10px;background-position:-4911px 0}.iti__flag.iti__td{height:14px;background-position:-4933px 0}.iti__flag.iti__tf{height:14px;background-position:-4955px 0}.iti__flag.iti__tg{height:13px;background-position:-4977px 0}.iti__flag.iti__th{height:14px;background-position:-4999px 0}.iti__flag.iti__tj{height:10px;background-position:-5021px 0}.iti__flag.iti__tk{height:10px;background-position:-5043px 0}.iti__flag.iti__tl{height:10px;background-position:-5065px 0}.iti__flag.iti__tm{height:14px;background-position:-5087px 0}.iti__flag.iti__tn{height:14px;background-position:-5109px 0}.iti__flag.iti__to{height:10px;background-position:-5131px 0}.iti__flag.iti__tr{height:14px;background-position:-5153px 0}.iti__flag.iti__tt{height:12px;background-position:-5175px 0}.iti__flag.iti__tv{height:10px;background-position:-5197px 0}.iti__flag.iti__tw{height:14px;background-position:-5219px 0}.iti__flag.iti__tz{height:14px;background-position:-5241px 0}.iti__flag.iti__ua{height:14px;background-position:-5263px 0}.iti__flag.iti__ug{height:14px;background-position:-5285px 0}.iti__flag.iti__uk{height:10px;background-position:-5307px 0}.iti__flag.iti__um{height:11px;background-position:-5329px 0}.iti__flag.iti__un{height:14px;background-position:-5351px 0}.iti__flag.iti__us{height:11px;background-position:-5373px 0}.iti__flag.iti__uy{height:14px;background-position:-5395px 0}.iti__flag.iti__uz{height:10px;background-position:-5417px 0}.iti__flag.iti__va{height:15px;background-position:-5439px 0}.iti__flag.iti__vc{height:14px;background-position:-5456px 0}.iti__flag.iti__ve{height:14px;background-position:-5478px 0}.iti__flag.iti__vg{height:10px;background-position:-5500px 0}.iti__flag.iti__vi{height:14px;background-position:-5522px 0}.iti__flag.iti__vn{height:14px;background-position:-5544px 0}.iti__flag.iti__vu{height:12px;background-position:-5566px 0}.iti__flag.iti__wf{height:14px;background-position:-5588px 0}.iti__flag.iti__ws{height:10px;background-position:-5610px 0}.iti__flag.iti__xk{height:15px;background-position:-5632px 0}.iti__flag.iti__ye{height:14px;background-position:-5654px 0}.iti__flag.iti__yt{height:14px;background-position:-5676px 0}.iti__flag.iti__za{height:14px;background-position:-5698px 0}.iti__flag.iti__zm{height:14px;background-position:-5720px 0}.iti__flag.iti__zw{height:10px;background-position:-5742px 0}.iti__flag{height:15px;box-shadow:0 0 1px 0 #888;background-image:url(/local/templates/milana2021/assets/js/vendor/intl-tel-input/css/../img/flags.png?1);background-repeat:no-repeat;background-color:#dbdbdb;background-position:20px 0}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){.iti__flag{background-image:url(/local/templates/milana2021/assets/js/vendor/intl-tel-input/css/../img/flags@2x.png?1)}}.iti__flag.iti__np{background-color:transparent}
/* End */
/* /local/templates/milana2024/assets/css/new-styles/styles.css?175022200323353 */
/* /local/templates/milana2024/assets/css/new-styles/fonts.min.css?17265380231150 */
/* /local/templates/milana2024/assets/css/new-styles/blocks/slider/styles.min.css?1721652929706 */
/* /local/templates/milana2024/assets/css/style.css?1749005065955069 */
/* /local/templates/milana2024/assets/css/style-katya-css.min.css?172926564323866 */
/* /local/templates/milana2024/assets/css/style-sonya-joint.min.css?17197411021298 */
/* /local/templates/milana2024/assets/css/style-sonya-purchases.min.css?1719742963183 */
/* /local/templates/milana2024/assets/css/style-sonya.min.css?172926564340822 */
/* /local/templates/milana2024/assets/css/new-styles/slick.css?17174836752759 */
/* /local/templates/milana2024/assets/css/new-styles/blocks/checkbox/styles.min.css?17295586191392 */
/* /local/templates/milana2024/assets/css/new-styles/blocks/checkbox/media.min.css?172653802369 */
/* /local/templates/milana2024/assets/css/new-styles/blocks/location/styles.min.css?1726538023679 */
/* /local/templates/milana2024/assets/css/new-styles/blocks/location/media.min.css?172653802357 */
/* /local/templates/milana2024/assets/css/new-styles/blocks/header/styles.css?17416147906956 */
/* /local/templates/milana2024/assets/css/new-styles/blocks/quick-view/styles.css?17429525244889 */
/* /local/templates/milana2024/assets/css/new-styles/blocks/quick-view/media.css?1742952644791 */
/* /local/templates/milana2024/assets/css/new-styles/blocks/main/styles.css?17419648351879 */
/* /local/templates/milana2024/assets/css/new-styles/blocks/main/media.min.css?1726632718608 */
/* /local/templates/milana2024/assets/css/new-styles/blocks/auth/styles.css?17471534042094 */
/* /local/templates/milana2024/assets/css/new-styles/blocks/auth/media.min.css?1726538023112 */
/* /local/templates/milana2024/assets/css/new-styles/blocks/mobile/styles.css?17435622501107 */
/* /local/templates/milana2024/assets/css/new-styles/blocks/footer/styles.min.css?17350175361644 */
/* /local/templates/milana2024/assets/css/new-styles/blocks/footer/media.min.css?1726538023950 */
/* /local/templates/milana2024/assets/css/new-styles/blocks/subscribe/styles.css?17423489271267 */
/* /local/templates/milana2024/assets/css/new-styles/blocks/subscribe/media.min.css?1722850981557 */
/* /local/templates/milana2024/assets/css/new-styles/blocks/search/styles.min.css?17275081982030 */
/* /local/templates/milana2024/assets/css/new-styles/blocks/search/media.min.css?17205706681843 */
/* /local/templates/milana2024/assets/css/new-styles/blocks/error/styles.min.css?1726538023485 */
/* /local/templates/milana2024/assets/css/new-styles/blocks/detail/styles.css?173751847112939 */
/* /local/templates/milana2024/assets/css/new-styles/blocks/detail/media.min.css?17301804663261 */
/* /local/templates/milana2024/assets/css/new-styles/blocks/svg.min.css?1726538023721 */
/* /local/templates/milana2024/assets/css/new-styles/blocks/modal-new/styles.css?17429521762960 */
/* /local/templates/milana2024/assets/css/new-styles/blocks/modal-new/media.css?17429523121120 */
/* /local/templates/milana2024/assets/css/new-styles/blocks/burger/styles.min.css?1726538023193 */
/* /local/templates/milana2024/assets/css/new-styles/blocks/card-new/styles.css?17388280985291 */
/* /local/templates/milana2024/assets/css/new-styles/blocks/card-new/media.css?17360856182926 */
/* /local/templates/milana2024/assets/css/new-styles/blocks/addNotification/styles.min.css?17350190201985 */
/* /local/templates/milana2024/assets/css/new-styles/blocks/addNotification/media.min.css?1728796411417 */
/* /local/templates/milana2024/assets/css/new-styles/blocks/notification/styles.min.css?17243108241255 */
/* /local/templates/milana2024/assets/css/new-styles/blocks/notification/media.css?1717483675228 */
/* /local/templates/milana2024/assets/css/new-styles/blocks/input/styles.min.css?17295589562419 */
/* /local/templates/milana2024/assets/css/new-styles/blocks/input/media.css?1717483675222 */
/* /local/templates/milana2024/assets/css/new-styles/blocks/search-card/styles.min.css?1726538023962 */
/* /local/templates/milana2024/assets/css/new-styles/blocks/animation/styles.min.css?17182779921926 */
/* /local/templates/milana2024/assets/css/new-styles/media.css?17501405023017 */
/* /local/templates/milana2024/assets/css/new-styles/blocks/navigation/styles.min.css?17391966781721 */
/* /local/templates/milana2024/assets/css/new-styles/blocks/navigation/media.min.css?172653802350 */
/* /local/templates/milana2024/assets/css/new-styles/blocks/carousel/styles.css?17429458968517 */
/* /local/templates/milana2024/assets/css/new-styles/blocks/carousel/media.min.css?17225134183301 */
/* /local/templates/milana2024/assets/css/new-styles/blocks/button/styles.min.css?17343433731391 */
/* /local/templates/milana2024/assets/css/new-styles/blocks/button/media.css?1717483675172 */
/* /local/templates/milana2024/assets/css/new-styles/blocks/catalog-new/styles.css?17502293731007 */
/* /local/templates/milana2024/assets/css/new-styles/blocks/catalog-new/media.min.css?1726718302848 */
/* /local/templates/milana2024/assets/css/new-styles/blocks/accordion/styles.css?17435199315558 */
/* /local/templates/milana2024/assets/css/new-styles/blocks/accordion/media.css?17435199871819 */
/* /local/templates/milana2024/assets/css/new-styles/blocks/navbar/styles.min.css?1726538023664 */
/* /local/templates/milana2024/assets/css/new-styles/blocks/navbar/media.min.css?1718149964116 */
/* /local/templates/milana2024/assets/css/new-styles/blocks/review/styles.css?17502286412715 */
/* /local/templates/milana2024/assets/css/new-styles/blocks/sizes-modal/styles.min.css?1726538023696 */
/* /local/templates/milana2024/assets/css/new-styles/blocks/sizes-modal/media.css?1736929056655 */
/* /local/templates/milana2024/assets/css/new-styles/blocks/two-sliders/styles.min.css?1722819825758 */
/* /local/templates/milana2024/assets/css/new-styles/blocks/two-sliders/media.min.css?1726538023208 */
/* /local/templates/milana2024/assets/css/new-styles/blocks/select/styles.css?17407181947018 */
/* /local/templates/milana2024/assets/css/new-styles/blocks/select/media.min.css?172653802360 */
/* /local/templates/milana2024/assets/css/vendor/jquery.fancybox.min.css?171748367512334 */
/* /local/templates/milana2024/assets/css/new-styles/blocks/news/styles.css?17404952942376 */
/* /local/templates/milana2024/assets/css/new-styles/blocks/news/media.min.css?1729854146463 */
/* /local/templates/milana2024/assets/css/new-styles/blocks/photogallery/styles.min.css?1720788230802 */
/* /local/templates/milana2024/assets/css/new-styles/blocks/photogallery/media.min.css?1720788153674 */
/* /local/templates/milana2024/assets/css/new-styles/blocks/pages/styles.css?174295593212939 */
/* /local/templates/milana2024/assets/css/new-styles/blocks/pages/media.min.css?1724065498190 */
/* /local/templates/milana2024/assets/css/new-styles/blocks/receive/styles.min.css?1726538023388 */
/* /local/templates/milana2024/assets/css/new-styles/blocks/receive/media.min.css?172653802357 */
/* /local/templates/milana2024/assets/css/new-styles/blocks/form/styles.css?1717483675954 */
/* /local/templates/milana2024/assets/css/new-styles/blocks/form/media.css?1717483675515 */
/* /local/templates/milana2024/assets/css/new-styles/blocks/filter/styles.css?17369290565379 */
/* /local/templates/milana2024/assets/css/new-styles/blocks/filter/media.css?17369290562379 */
/* /local/templates/milana2024/assets/css/new-styles/blocks/list/styles.css?1717483675505 */
/* /local/templates/milana2024/assets/css/new-styles/blocks/list/media.min.css?1726634844101 */
/* /local/templates/milana2024/assets/css/new-styles/blocks/read-more/styles.min.css?1728441709605 */
/* /local/templates/milana2024/assets/css/new-styles/blocks/read-more/media.min.css?1726538023193 */
/* /local/templates/milana2024/assets/css/new-styles/blocks/dropdown-cart/styles.min.css?17265380231932 */
/* /local/templates/milana2024/assets/css/new-styles/blocks/dropdown-cart/media.min.css?1726538023150 */
/* /local/templates/milana2024/assets/css/new-styles/blocks/offer/styles.min.css?17265593403466 */
/* /local/templates/milana2024/assets/css/new-styles/blocks/offer/media.min.css?1726538023271 */
/* /local/templates/milana2024/assets/css/new-styles/blocks/sample/styles.min.css?17266504193685 */
/* /local/templates/milana2024/assets/css/new-styles/blocks/sample/media.min.css?1726650397947 */
/* /local/templates/milana2024/assets/css/new-styles/reset.min.css?1726652187433 */
/* /local/templates/milana2024/components/bitrix/sale.basket.basket.line/header/style.min.css?1717401159173 */
/* /local/templates/milana2024/components/bitrix/breadcrumb/.default/style.css?17399335171444 */
/* /local/components/milana/custom.system.auth.form/templates/modal24/style.css?17328670633407 */
/* /local/templates/milana2024/components/bitrix/socserv.auth.form/flat/style.min.css?17174011592638 */
/* /local/components/milana/share/templates/.default/style.min.css?17265379961010 */
/* /local/templates/milana2024/styles.css?173864648020194 */
/* /local/templates/milana2021/assets/js/vendor/intl-tel-input/css/intlTelInput.min.css?172653802120097 */
