@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");

/**************************catalog page******************/
.breadcrumbtop {
    display: block;
    font-size: 0;
    margin-bottom: 1.68rem;
}
.breadcrumbtop-item {
    display: inline;
    font-size: 12px;
}

.breadcrumbtop-item.active {
    color: #0B1E2C;
}

.breadcrumbtop-item + .breadcrumbtop-item {
    padding-left: 6px;
}
 .breadcrumbtop-item + .breadcrumbtop-item::before {
    float: left;
    padding-right: 6px;
    color: #787E9E;
    content: var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */;
}
.breadcrumbtop-item::before {
    float: none !important;
    display: inline;
}


.page-title {
    margin: 0 0 24px 0;
    font-weight: 700;
    font-size: 24px;
    color: #21304F;
}
.categories {
    display: grid;
    grid-gap: 16px;
    gap: 16px;
    grid-template-columns: repeat(3, 1fr);
}
.categories__item {
    display: flex;
    flex-direction: column;
    width: 100%;
    position: relative;
    padding: 24px;
    background: #F6F9FF;
    border-radius: 8px;
}
.categories__item-image {
    position: absolute;
    right: 24px;
    top: 16px;
}
.categories__item-image img {
    width: 46px;
    height: 46px;
    vertical-align: top;
}
.categories__item-title a {
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    color: #21304F;
    text-decoration: none;
    transition: color ease 0.3s;
}
.categories__item-counter {
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    color: #707E9A;
}
.categories__item-subs {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 4px;
    flex-wrap: wrap;
}
.categories__item-subs li a {
    text-decoration: none;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    color: #21304F;
    transition: color ease 0.3s;
}
.categories__item-subs li:not(:last-child):after {
    content: "/";
}
.categories__item-title a:hover {
    color: #3761EE;
}
.categories__item-subs li a:hover {
    color: #3761EE;
}
@media screen and (max-width: 992px) {
    .categories {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media screen and (max-width: 480px) {
    .categories {
        grid-template-columns: repeat(1, 1fr);
    }
}

/**************************footer******************/
.footer__wrapper {
    margin-top: 64px;
    background-color: #F6F9FF;
}
.footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 24px 0;
}
.footer__logo img {
    height: 25px;
    margin-bottom: 5px;
}
.footer__logo {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.footer__logo p {
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    color: #21304F;
    margin: 0;
}
.footer-nav-list {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
}
.footer-nav-list .nav-link {
    padding-left: 8px !important;!i;!;
    padding-right: 8px !important;!i;!;
    color: #21304f;
    border-bottom: 0px;
}
.nav-link:hover, .nav-link:focus {
    color: #4865a6;
}
.footer__copy {
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
}
.footer-nav-list .nav-item .nav-link {/* color: #21304f; */!;!i;!;!;!i;!;}
@media screen and (max-width: 990px) {
    .footer {
        flex-direction: column;
        justify-content: center;
        gap: 32px;
    }
}
@media screen and (max-width: 990px) {
    .footer__logo {
        justify-content: center;
        gap: 16px;
    }
}@media screen and (max-width: 990px) {
    .footer__logo a {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}@media screen and (max-width: 990px) {
    .footer-nav-list {
        flex-wrap: wrap;
        justify-content: center;
    }
}

/**************************breadcrumb******************/
.main__banka {
    /* display: flex; */
    align-items: flex-start;
    justify-content: center;
    /* margin: 0 auto 20px; */
}
.main__banka-heads {
    margin: 0 0 10px 0;
    opacity: 0.3;
}
.main__banka-list {
    width: 100%;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}




@media screen and (max-width: 1248px) {
    .main__banka-list {
        width: 100%;
    }
}

@media screen and (max-width: 992px) {
    .main__banka-list {
        gap: 10px;
    }
}
@media screen and (max-width: 710px) {
    .main__banka-list {
        flex-direction: column;
    }
}

.main__banka-list-item {
    flex: 1 0;
    text-decoration: none;
    text-align: center;
}
.main__banka-list-item img {
    width: 100%;
    max-width: 100%;
    height: auto;
    vertical-align: top;
}
.main__banka-foots {
    margin: 10px 0 0 0;
    font-size: 13px;
    text-align: right;
}.main__banka-foots a {
    text-decoration: underline;
    opacity: 0.3;
}
.wraps {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
}
 
/**************************products home******************/
 .section-products {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.section-products {
    width: 100%;
    margin-top: 24px;
}
.section-products__header-label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 192px 16px 16px;
    gap: 16px;
    background: linear-gradient(270deg, #F6F9FF 0%, #DEE6FF 100%), #3761EE;
    border-radius: 8px;
    position: relative;
}
.section-products__header-label-title {
    display: flex;
    gap: 16px;
    align-items: center;
}
.section-products .product__item-infos {
    right: 159px;
}
.section-products__header-label-title-icon {
    width: 32px;
    flex: none;
}.section-products__header-label-title img {
    width: 32px;
    height: 32px;
}.section-products__header-label-title-link {
    word-break: break-word;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 16px;
    color: #21304F;
    text-decoration: none;
    transition: color ease 0.3s;
}.section-products__header-label-title .badge {
    flex: none;
}


.product__item-infos {
    position: absolute;
    bottom: 0;
    right: 183px;
    display: flex;
    gap: 1px;
    border-radius: 8px 8px 0 0;
    overflow: hidden;
}
.badge-white {
    color: #21304F;
    background-color: white;
}
.badge-md {
    font-size: 14px;
    line-height: 16px;
    padding: 6px 8px;
    border-radius: 8px;
}
.badge {
    text-decoration: none;
    transition: color ease 0.3s;
}.product__item-infos_prop {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 16px;
    gap: 10px;
    width: 100px;
    height: 48px;
    background: white;
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    color: #21304F;
}
.product__items {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.product__item {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 11px 12px 11px 16px;
    gap: 48px;
    justify-content: space-between;
    text-decoration: none;
    border: 1px solid #E9EDF8;
    border-radius: 8px;
    transition: background-color ease 0.3s;
}
.product__label-wrapper {
    position: absolute;
    display: flex;
    gap: 4px;
    align-items: center;
    top: -8px;
    left: 16px;
}

.gap-2 {
    gap: 0.5rem !important;
}
.d-flex {
    display: flex !important;
}
.product__label.label--top {
    background: #DCB323;
}

.product__label {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 2px 4px;
    gap: 2px;
    background: #20C27E;
    border-radius: 4px;
    font-style: normal;
    font-weight: 700;
    font-size: 8px;
    line-height: 12px;
    text-transform: uppercase;
    color: #FFFFFF;
}
.product__label .ics {
    width: 6px;
    height: 8px;
}

 
.ics {
    align-items: center;
    justify-content: center;
    flex: none;
    width: 16px;
    height: 16px;
    display: inline-flex;
    vertical-align: top;
    background: no-repeat center center;
    background-size: contain;
    font-size: 20px;
  
}
@media screen and (max-width: 990px) {
    .product__item-info .product__item-prop span {
        display: block !important;
        font-size: 10px;
        line-height: 10px;
        color: #506183;
        margin: 0;
    }
}
.product__item-title {
    display: flex;
    align-items: center;
    gap: 16px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #21304F;
    text-decoration: none;
    word-break: break-word;
    transition: color ease 0.3s;
    margin-top: 10px;
    font-family: "Inter", sans-serif;
}.product__item-title img {
    flex: none;
    width: 32px;
    height: 32px;
}
@media screen and (max-width: 990px) {
    .product__item-info-wrapper {
        width: 100%;
        gap: 16px;
    }
}

.product__item-info-wrapper {
    flex: none;
    display: flex;
    align-items: center;
    gap: 34px;
}
.product__item-info {
    display: flex;
    align-items: center;
    gap: 1px;
    border-radius: 8px;
    overflow: hidden;
}

 
.product__item-info .product__item-prop {
    white-space: nowrap;
    display: flex;
    gap: 2px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 16px;
    width: 100px;
    height: 40px;
    background: #E9EDF8;
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    color: #21304F;
}
@media screen and (max-width: 990px) {
    .product__item-info .product__item-prop {
        width: 100%;
        padding: 6px 16px;
    }
}

.product__item-info .product__item-prop span {
    display: none;
}
@media screen and (max-width: 990px) {
    .product__item-info-wrapper button, .product__item-info-wrapper a {
        width: 100%;
    }
}
button:not(:disabled), [type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled) {
    cursor: pointer;
}
.product__item-btn_buy {
    min-width: 112px;
    padding-left: 5px;
    padding-right: 5px;
    justify-content: center;
}

 
.btn-icon {
    /* display: flex; */
    /* align-items: center; */
    /* gap: 1.1428571429rem; */
}
.btn {
    border-radius: 8px;
    align-items: center;
    display: flex
;
    justify-content: center;
}
.btn-primary, .btn-info, .btn-success, .btn-warning, .btn-danger {
    border: none;
}

@media screen and (max-width: 990px) {
    .section-products__header-label {
        padding-right: 16px;
    }
}
@media screen and (max-width: 990px) {
    .product__item-infos {
        display: none;
    }
}
 @media screen and (max-width: 990px) {
    .product__item {
        flex-direction: column;
        gap: 16px;
    }
}
@media screen and (max-width: 990px) {
    .product__item-title {
        width: 100%;
    }
} 
@media screen and (max-width: 990px) {
    .product__item-info {
        width: 100%;
    }
}

@media screen and (max-width: 480px) {
    .product__item-info-wrapper {
        flex-direction: column;
        gap: 8px 16px;
    }
} 

/**************************header new******************/
.header {
    flex: none;
    padding: 25px 0;
    z-index: 999;
}
.header-container-top {
    position: relative;
    z-index: 701;
}.header-inner {
    gap: 16px;
    padding: 8px 12px;
    display: flex;
    align-items: center;
    position: relative;
    background-color: #f6f9ff;
    border-radius: 8px 8px 0 0;
    transition: border-radius 0.3s ease;
}
.header-logo {
    flex: none;
    display: block;
    text-decoration: none;
}.header-logo img.header-logo-large {
    width: 152px;
}

.header-logo img {
    width: 100%;
    height: auto;
    vertical-align: top;
}
.header-logo img.header-logo-small {
    width: 40px;
    display: none;
}.header-left {
    flex: 1 0;
    position: relative;
    display: flex;
    gap: 0 16px;
}.header-catalog {
    flex: none;
}


.header-catalog-drop {
    z-index: -1;
    background: #eff3fd;
    border-radius: 0 0 12px 12px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}
@media (min-width: 800px) {
    .header-catalog-drop {
        padding: 8px 0 0 0;
        position: absolute;
        width: 230px;
        left: -16px;
        right: -16px;
        top: 100%;
    }
}.catalog-drop-list {
    padding: 0;
    margin: 0;
    list-style: none;
}.catalog-drop-list li, .catalog-drop-list ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.catalog-drop-item {
    border-bottom: 1px solid #dadbde;
}.catalog-drop-item-link {
    padding: 5px 16px;
    display: flex;
    align-items: center;
    gap: 8px;
    position: relative;
    color: #21304f;
    text-decoration: none;
    opacity: 1;
    transition: opacity 0.3s ease;
    /* font-size: 14px; */
}.catalog-drop-item-link::before {
    width: auto;
    height: 4px;
    content: " ";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -2px;
}.catalog-drop-item-link img {
    width: 24px;
    height: 24px;
    object-fit: contain;
}
.catalog-drop-item.drop_show .catalog-drop-item-link_sub::after {
    transform: rotate(360deg);
}

 .catalog-drop-item.drop_show .catalog-drop-item-link_sub::after {
    transform: rotate(360deg);
}
.catalog-drop-item-link_sub::after {
    width: 11px;
    height: 6px;
    content: " ";
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    margin: -3px 16px 0 0;
    background: no-repeat 0 0 url(../images/dropdown-carret.svg);
    background-size: 100% 100%;
    transform: rotate(90deg);
    transition: transform 0.3s ease;
}
.catalog-drop-item-sub {
    background: #eff3fd;
}
@media (min-width: 800.01px) {
    .catalog-drop-item-sub {
        width: 230px;
        height: 100%;
        padding: 0 0 0 16px;
        margin: 0 0 0 -16px;
        position: absolute;
        left: 100%;
        top: 0;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0s 0.4s linear, visibility 0s 0.4s linear;
        border-radius: 0 12px 12px 0;
    }
   }

@media (min-width: 800.01px) {
    .catalog-drop-item-sub-inner {
        width: auto;
        height: auto;
        position: absolute;
        left: 16px;
        right: 0;
        top: 8px;
        bottom: 0;
        overflow: hidden;
        overflow-y: auto;
    }

}
.catalog-drop-item-sub-inner::after {
    width: 1px;
    height: 100%;
    content: " ";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background: #F6F9FF;
}

 .header-search {
    flex: 1 0;
    display: flex;
    align-items: center;
    gap: 8px;
}.box-search {
    flex: 1 0;
    position: relative;
}
@media (max-width: 799.5px) {
    .header-search .box-search__input {
        background: #f6f9ff;
    }
}
.box-search__input {
    height: 40px;
    min-height: 40px;
    padding: 0 70px 0 16px;
    border: 0;
}.box-search__button_reset {
    width: 30px;
    height: 30px;
    right: 40px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.box-search__button {
    width: 40px;
    height: 40px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 1;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    border: 0;
    background: 0;
}
.header-shop {
    flex: none;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0 8px;
}@media (min-width: 800px) {
    .header-menu-btn {
        display: none;
    }
}

 
.ics_btn_nav_close {
    background-image: url(../img/icons/btn-nav-close.svg);
}
.ics_position_show {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: opacity 0.3s ease;
}.btn-md {
   /* min-height: 2.8571428571rem;*/
    line-height: 1;
    padding: 8px 16px;
    
}

.btn-icon {
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
    gap: 0.542857rem;
}.btn__label {
    flex: 1 0;
    text-align: left;
} 
@media (min-width: 800px) {
    .header-inner_bottom {
        padding: 4px 12px 4px 0;
        align-items: normal;
        border-radius: 0 0 8px 8px;
    }
}.header-nav-list {
    align-items: center;
}.header-nav-list .nav-link {
    display: flex;
    align-items: center;
    position: relative;
} .nav-link {
    display: block;
    padding: 0.5rem;
    font-size: 15px;
    font-weight: 400;
    color: #21304f;
    text-decoration: none;
    padding-right: 16px;
    text-transform: capitalize;
}.header-nav-right {
    display: flex;
    align-items: center;
    gap: 16px;
}
.header-nav {
    flex: 1 0;
    font-weight: 500;
    font-size: 13px;
}@media (min-width: 800px) {
    .header-inner_bottom::before {
        width: auto;
        height: 1px;
        content: " ";
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        background: #dfe7ff;
    }
}@media (min-width: 800px) {
    .header-menu-btn {
        display: none;
    }
}.btn-gray {
    background: #E3EAF9;
    color: #506183;
    outline: none;
    border: none;
}.btn-gray:hover {
    background: #cedaf5;
}
 .btnlog {
    background: #f6f9ff;
    border: 1px solid #808187;
    color: #000;
}
.btnlog:hover {
    background: #0d6efd;
    border: 1px solid #0d6efd;
    color: #fff;
}
.header-logo img.header-logo-small {
    width: 130px;
    display: none;
}
.header-catalog-btn::after {
    width: 11px;
    height: 6px;
    content: " ";
    display: block;
    vertical-align: 0.055em;
    border: 0;
    background: no-repeat 0 0 url(../images/dropdown-carret.svg);
    background-size: 100% 100%;
    transform: rotate(180deg);
    transition: transform 0.3s ease;
    filter: brightness(20);
}
@media (max-width: 799.5px) {
    .header-container-top {
        position: fixed;
        left: 0;
        right: 0;
        top: 1px;
    }
}@media (max-width: 799.5px) {
    .header {
        height: 64px;
        padding: 0;
        margin-bottom: 20px;
    }
}@media (max-width: 799.5px) {
    .header-inner {
        gap: 8px;
        border-radius: 8px;
    }
}@media (max-width: 900px) {
    .header-logo img.header-logo-large {
        display: none;
    }
}@media (max-width: 900px) {
    .header-logo img.header-logo-small {
        display: block;
    }
}
@media (max-width: 799.5px) {
    .header-left {
        gap: 8px;
    }
}@media (max-width: 799.5px) {
    .header-catalog-drop {
        max-height: calc(100vh - 10px);
        padding: 114px 0 0 0;
        position: fixed;
        left: 20px;
        right: 20px;
        top: 5px;
        overflow: hidden;
        overflow-y: auto;
    }
}@media (max-width: 799.5px) {
    .header-search {
        width: auto;
        padding: 50px 10px 10px 10px;
        position: fixed;
        z-index: -1;
        left: 20px;
        right: 20px;
        top: 20px;
        border-bottom: 1px solid #eee;
        background: #fff;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.3s ease, visibility 0.3s ease;
    }
}@media (max-width: 799.5px) {
    .header .btn-md {
        flex: none;
        min-width: 40px;
        width: 40px;
        height: 40px;
        padding: 5px;
        display: flex ;
        align-items: center;
        justify-content: center;
    }
    .header-catalog-btn::after{display: none;}
}@media (max-width: 799.5px) {
    .header .btn__label_categories {
        display: none;
    }
}@media (max-width: 1050px) {
    .header .btn__label_mybuy {
        display: none;
    }
} 
}@media (max-width: 799.5px) {
    .header .btn__label_login {
        display: none;
    }
}
body[data-body-fly=catalog] .header-catalog-drop {
    opacity: 1;
    visibility: visible;
}
@media (min-width: 800px) {
    .catalog-drop-item:hover .catalog-drop-item-sub {
        opacity: 1;
        visibility: visible;
        transition: opacity 0s 0.2s linear, visibility 0s 0.2s linear;
    }
}
@media (max-width: 799.5px) {
    .header .btn__label_login {
        display: none;
    }
}
body[data-body-fly=catalog] .header-search {
    opacity: 1;
    visibility: visible;
}

body[data-body-fly=catalog] .header-catalog-btn .ics {
    opacity: 0;
}
@media (min-width: 800px) {
    .header-catalog-btn .ics_position_show {
        left: 24px;
    }
}
body[data-body-fly=catalog] .header-catalog-btn .ics_position_show {
    opacity: 1;
}
.header-catalog-btn .ics {
    transition: opacity 0.3s ease;
}
 @media (max-width: 799.5px) {
    .catalog-drop-item-link_sub::after {
        transform: rotate(180deg);
    }
}
@media (max-width: 799.5px) {
    .catalog-drop-item-sub-inner {
        position: relative;
    }
}


@media (max-width: 799.5px) {
    .catalog-drop-item-link {
        opacity: 1;
    }
}
@media (max-width: 799.5px) {
    .catalog-drop-item-sub .catalog-drop-item-link {
        padding-left: 40px;
    }
}
@media (max-width: 799.5px) {
    .catalog-drop-item-sub .catalog-drop-item-link::after {
        width: 12px;
        height: 1px;
        content: " ";
        display: block;
        position: absolute;
        left: 20px;
        top: 50%;
        margin: -1px 0 0 0;
        background: #6f798d;
    }
}

@media (max-width: 799.5px) {
    [data-body-fly=catalog] .catalog-drop-item.drop_show .catalog-drop-item-sub {
        opacity: 1;
        visibility: visible;
        max-height: 800px;
        transition: opacity 0.3s ease, visibility 0.3s ease, max-height 0.3s ease;
    }
}

@media (max-width: 799.5px) {
    .catalog-drop-item-sub {
        width: auto;
        height: auto;
        max-height: 0;
        padding: 0;
        margin: 0;
        overflow: hidden;
        position: relative;
        left: 0;
        transition: opacity 0.2s ease, visibility 0.2s ease, max-height 0.2s ease;
    }
}
@media (max-width: 799.5px) {
    .header-container-bottom {
        width: 210px;
        padding: 0;
        display: flex
;
        position: fixed;
        z-index: 700;
        right: 0;
        top: 5px;
        bottom: 0;
        overflow: hidden;
        overflow-y: auto;
        background-color: #f6f9ff;
        opacity: 0;
        visibility: hidden;
        transform: translateX(100%);
        transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
    }
}
body[data-body-fly=menu] .header-container-bottom {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}
body[data-body-fly=menu] .header-menu-btn .ics {
    opacity: 0;
}
body[data-body-fly=menu] .header-menu-btn .ics_position_show {
    opacity: 1;
}

 @media (max-width: 799.5px) {
    .header-nav-list {
        width: 100%;
        flex-direction: column;
        align-items: normal;
    }
}
@media (max-width: 799.5px) {
    .header-inner {
        gap: 8px;
        border-radius: 8px;
    }
}
@media (max-width: 799.5px) {
    .header-inner_bottom {
        width: 100%;
        padding: 64px 0 0 0;
        flex-direction: column;
        gap: 0;
        background: 0;
        border-radius: 0;
    }
}
@media (max-width: 799.5px) {
    .header-nav {
        flex: none;
        width: 100%;
    }
}@media (max-width: 799.5px) {
    .header-nav-list .nav-link {
        width: 100%;
        padding: 15px;
        justify-content: flex-start;
        text-align: left;
        border-bottom: 1px solid #e3eaf9;
    }
}@media (max-width: 799.5px) {
    .header-nav-right {
        order: 1;
        flex: none;
        width: 100%;
        padding: 15px;
        justify-content: space-between;
        flex-direction: column;
        align-items: flex-start;
    }
}
.layout-bg {
    width: auto;
    height: auto;
    position: fixed;
    z-index: 700;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(181, 186, 194, 0.88);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}
body[data-body-fly] .layout-bg {
    opacity: 1;
    visibility: visible;
}
.catalog-drop-item:last-child {
    border-bottom: 0;
} 
.catalog-drop-item-sub .catalog-drop-item a {font-size: 14px;}
