.btn.btn-buy{
border-radius: 14px !important;
}
.btn-primary{
border-radius: 14px !important;
}
.badge{
border-radius: 14px !important;
}

.catalog-item > div > img {
border-radius: 14px !important;
}

.social a:after{
border-radius: 14px !important;
}

.tabs .nav-tabs .nav-item{
border-radius: 14px 14px 0 0 !important;
}

.header .call-back{
border-radius: 14px !important;
}

.rounded-circle{
border-radius: 25% !important;
}
.news_list .item .img .type{
border-radius: 25% !important;
}
.nav-tabs .nav-link{
border-radius: 14px 14px 0 0 !important;
}
.rounded-circle2{
border-radius: 25% !important;
}

.navbar-text #composite_personalBlock{
margin-right: 10px;
}

.news_list .item .name{
font-weight: 300;
line-height: 18px;
font-size: 16px;
}

figcaption{
    display: flex;
    flex-direction: column;
    gap: 4px;
}

/* Способ 1: Подключение через Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');

/* Применение шрифта ко всему сайту */
* {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', sans-serif;
}

/* Или только к body */
body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', sans-serif;
  font-weight: 400;
  line-height: 1.5;
}

/* Стили для заголовков в стиле Xiaomi */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.footer .nav-link{
padding: 2px 0 10px;
}

.short .catalog-item .name{
    width: 65%;
}

.catalog-item > div > div > img{
    border-radius: 8px;
}
figcaption{
display: flex !important;
flex-direction: column;
gap: 2px;
}

.page-home .content h5{
font-size: 16px;
}

.figure-caption{
font-size: 14px !important;
}

.catalog-item > div > div > img{

padding: 0px 3px;
}

.info-alert {
    display: none !important;
}

#catalog_element > div.text.py-5.mt-5 > div > h2{
font-size: 22px;
}

#catalog_element > div.text.py-5.mt-5 > div > li:nth-child(3) > h3:nth-child(1){
padding-top: 14px;
font-size: 22px;
}
#catalog_element > div.text.py-5.mt-5 > div > li:nth-child(3) > h3:nth-child(2){
padding-top: 14px;
font-size: 22px;
}

.product004 > div > img{
border-radius: 14px;
    padding: 3px;
}

.catalog-menu .parent-link{
transition: all 10ms ease-in-out !important;
}

.catalog-menu .nav-link{
transition: all 10ms ease-in-out !important;
}

.catalog-menu .nav-link:hover{
font-weight: 700;
color: #212529;
}

.collapse > div > a:last-child{
     background-color: #f1f1f1;
    padding: .3rem 1rem .3rem 1rem;
    width: fit-content;
    border-radius: 15px;
    font-size: 14px;
    margin: 0px 0 0 46px;
}

.catalog-menu-search{
    position: fixed;
    bottom: 0;
    width: 100%;
    background: white;
    padding: 20px 30px 20px 0px;
max-width: 1140px;
}


.categories-product-search .form-group, .order_make .errors p{

}


@media screen and (max-width: 2560px) {
.catalog-menu-search{
    padding: 20px 0px 20px 0px;
	}

}
@media screen and (max-width: 1440px) {
.catalog-menu-search{
    padding: 20px 0px 20px 0px;
	}

}

@media screen and (max-width: 1024px) {
.catalog-menu-search{
    padding: 20px 80px 20px 0px;
	}

}


@media screen and (max-width: 768px) {
.catalog-menu-search{
    padding: 20px 70px 20px 0px;
	}
}


@media screen and (max-width: 425px) {
.catalog-menu-search{
    padding: 20px 20px 20px 0px;
	}
}


@media screen and (max-width: 375px) {
.catalog-menu-search{
    padding: 20px 10px 20px 0px;
	}
}


@media screen and (max-width: 768px) {
    .categories-product-search .search-catalog {
        width: 100% !important;
    }
}

.search-catalog{
display: block;
    width: 100%;
}

.search-container {
            position: relative;

        }

        .categories-product-search .categories-product-search-input2 {
            width: 100% !important;
            padding: 12px 50px 12px 16px;
            border: 1px solid #e0e0e0;
            border-radius: 25px !important;
            font-size: 16px;
            color: #333;
            background-color: #fff;
            outline: none;
            transition: all 0.3s ease;
            box-sizing: border-box;
        }

        .search-input::placeholder {
            color: #999;
            font-weight: 400;
        }

        .search-input:focus {
            border-color: #ff6b35;
            box-shadow: 0 0 0 3px rgba(255, 107, 53, 0.1);
        }

        .search-icon2 {
            position: absolute;
            right: 16px;
            top: 38%;
            transform: translateY(-50%);
            width: 20px;
            height: 20px;
            cursor: pointer;
            transition: color 0.3s ease;
        }

        .search-icon2 svg {
            width: 100%;
            height: 100%;
            fill: #ff6b35;
        }

        .search-icon2:hover svg {
            fill: #e55a30;
        }
.title-search-result-catalog-new{
position: fixed !important;
    width: 100% !important;
    z-index: 100051;
    background-color: white;
    bottom: 75px;
    left: 0px !important;
top: unset !important;
}
.title-search-result-catalog-new .bx_searche-catalog .bx_item_block{
	padding-top: 12px;
}
.title-search-result-catalog-new .bx_searche-catalog{
    height: 400px;
    overflow: auto;
}
}


.modal .close-link .close{
display: inline-block;
    float: left;
width: 24px;
height: 24px;
}

.close{
    width: 24px !important;
    height: 24px!important;
float: left;
margin-right: 6px;
}