
@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');



.podrobnee {
    font-size: 16px;
    font-weight: 400;
}

.h1, h1 {
    font-size: 55px;
    color: #425BA6;
}

.h2, h2 {
    font-size: 34px;
}

/* Адаптивные стили */
@media (max-width: 1024px) { /* Для планшетов */
    .h1, h1 {
        font-size: 45px;
        color: #425BA6;
    }

    .h2, h2 {
        font-size: 30px;
    }
}

@media (max-width: 768px) { /* Для мобильных устройств */
    .h1, h1 {
        font-size: 25px;
        color: #425BA6;
    }

    .h2, h2 {
        font-size: 24px;
    }
}



.h3, h3{
    font-size: 26px;
    color: #425BA6;
}


.page .h3, h3{
    font-size: 26px;
    padding-bottom: 15px;
    color: #425BA6;
}



.blog-single p {
    font-size: 22px;
    margin: 0;
    padding: 0;
    line-height: 30px;
    margin-bottom: 1rem;
}



.blog-single ul,.product-details-info ul  {
    list-style: none; /* Убираем стандартные маркеры */
    padding: 0; /* Убираем отступы вокруг списка */
}

.blog-single ul li, .product-details-info ul li{
    padding: 10px 15px; /* Отступы внутри каждого элемента списка */
    margin-bottom: 20px; /* Отступ между элементами */
    background-color: #f7f7f8; /* Светло-серый фон для каждого элемента */
    border-radius: 5px; /* Скругляем углы */
    border-left: 5px solid #425BA6; /* Синяя полоса слева */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); /* Легкая тень для объема */
    transition: background-color 0.3s ease; /* Анимация при наведении */
}

.blog-single ul li:hover, .product-details-info ul li:hover  {
    background-color: #e0e0e0; /* Изменение фона при наведении */
}

.blog-single ul li::before,.product-details-info ul li::before {
    content: "•"; /* Добавляем маркер перед элементом */
    color: #425BA6; /* Синий цвет маркера */
    font-size: 20px; /* Увеличиваем размер маркера */
    margin-right: 10px; /* Отступ между маркером и текстом */
}

.blog-single ul li:last-child, .product-details-info ul li:last-child {
    margin-bottom: 0; /* Убираем нижний отступ у последнего элемента */
}


.blog-single ol,.product-details-info ol {

    padding: 0; /* Убираем отступы вокруг списка */
    list-style: none; /* Убираем стандартные маркеры */

}

.blog-single ol li,.product-details-info ol li {
    position: relative; /* Для использования псевдоэлемента с номером */
    padding: 10px 15px; /* Отступы внутри каждого элемента списка */
    margin-bottom: 20px; /* Отступ между элементами */
    background-color: #f7f7f8; /* Светлый фон для каждого элемента */
    border-radius: 5px; /* Скругляем углы */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); /* Легкая тень */
    border-left: 5px solid #0C9D39; /* Зеленая полоса слева */
    transition: background-color 0.3s ease; /* Анимация фона при наведении */
}

.blog-single ol li:hover,.product-details-info ol li:hover {
    background-color: #e8e8e8; /* Изменение фона при наведении */
}

.blog-single ol li::before,.product-details-info ol li::before {

    position: absolute;
    left: -40px; /* Позиционирование номера слева */
    top: 50%;
    transform: translateY(-50%); /* Выравнивание по вертикали */
    font-size: 20px;
    font-weight: bold;
    color: #0C9D39; /* Зеленый цвет номера */
}

.blog-single ol li:last-child,.product-details-info ol li:last-child {
    margin-bottom: 0; /* Убираем отступ у последнего элемента */
}

.blog-single img{
    max-width: 100%;
    height: auto;
}

.blog-single span.fr-inner {
    font-size: smaller;
    text-align: center;
    padding-top: 5px;
}







p {
    margin: 0;
    padding: 0;
    font-size: 22px;
    font-weight: 300;
    line-height: 30px;
}
p {
    margin-top: 0;
    margin-bottom: 1rem;
}
* {
    margin: 0;
    padding: 0;
}
*, ::after, ::before {
    box-sizing: border-box;
}
user agent stylesheet
p {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}
.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
}
body {
    color: #000;
}

.social-footer{

   /* width:150px;*/
    justify-content: left;

}



.social-footer div a{
    font-size: 30px;
    height: 50px;
    width: 50px;
    text-align: center;
    display: block;
    color: #fff;
    border-radius: 50%;
    line-height: 50px;
}
.social-footer div a:hover {
    background-color: #0167F3;
    color: #fff;
    border-color: transparent;
}
@media (min-width: 767px){
    .social-footer div a{
        text-align: center;
    }
    .social-footer{
          width:300px ;
        justify-content: left;
    }

}



.believe-us{
    background-color: #f3f4f7;
}


.believe-us .item{
    list-style: none;
    float: left;
    padding: 30px 20px;
    text-align: center;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.believe-us .item:hover {
    background-color: #fff;
}

.believe-us .media-icon {
    margin-bottom: 15px;
}

.believe-us .media-icon i {
    color: #000;
    font-size: 70px;
}

.believe-us .media-body {
    padding-bottom: 0px;
}

.believe-us .media-body h5 {
    font-size: 15px;
    margin: 0px;
    font-weight: 600;
    color: #081828;
}

.believe-us .media-body span {
    font-size: 17px;
    margin-top: 18px;
    padding: 0px 10px;
    color: #777;
    text-align: justify;
}
.believe-us  h3 {
    color: #1aa74b;
}

.about-mainimg-orange{
    position: absolute;
    background-color:#1aa74b;
    opacity: 0.7;
    width: 100%;
    height: 100%;
    top:0;
    left:0;
}

.about-mainimg-title{
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    left:0;
    padding: 50px;
}
.about-mainimg-title h1{
    padding-top: 20px;
    font-size: 60px;
    font-weight: bold;
    color: #FFF;
}

@media (max-width: 767px) {
    .about-mainimg-title h1{
        font-size: 40px;
    }
}


.about-section{
    display: flex;
    flex-wrap: wrap;
}

.about-text-inner{
    margin-top: 20px;
}

.about-text-inner p{
    padding-top: 10px;
    color:#111;
    font-size: 18px;
    line-height: 1.7;
}

.about-section-black{
    position: absolute;
    background-color:#000;
    opacity: 0.3;
    width: 100%;
    height: 100%;
    top:0;
    left:0;
}
.about-small-img{
    width: 100%;
}

.attention {
    padding-left: 20px;
    border-left: solid #c50000;
}
.attention p, .attention h5 {
    color: #c50000;
}

.modalWindow{
    z-index: 999;
    position: fixed;
    width: 100%;
    height: 100%;
    left:0;
    right:0;
    top:0;
    bottom: 0;
    background-color: rgba(0,0,0, 0.6);
    justify-content: center;
    align-items: center;
}
.modalWindow-inner{
    position: absolute;
    left: 50%;
    top:50%;
    transform: translate(-50%,-50%);
    max-width: 400px;
    min-width: 350px;
}
.hidden{
    display: none;
}

.main-sidebar{
    background-color: #f9f9f9;
}

.catalog-list-sidebar a{
    color: #081828;
    font-size: 13px;
    font-weight: 600;
    padding: 8px 30px;
    margin-top: 5px;
}
.catalog-list-sidebar a:hover{
    color: #0167F3;
}
.widget-sidebar{
    background-color: #fff;
    padding: 15px 0px;
    border-radius: 4px;


}

.sidebar-news-block{
    margin-top: 10px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e5e5e5;
}

.header .mega-category-menu-main {
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-right: 1px solid #eee;

    cursor: pointer;

}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header .mega-category-menu-main {
        padding-right: 35px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header .mega-category-menu-main {
        display: none;
    }
}

@media (max-width: 767px) {
    .header .mega-category-menu-main {
        display: none;
    }
}

.header .mega-category-menu-main .cat-button {
    display: inline-block;
    color: #081828;
    font-size: 15px;
    font-weight: 600;
}

.header .mega-category-menu-main .cat-button i {
    display: inline-block;
    margin-right: 12px;
    font-size: 20px;
    position: relative;
    top: 2px;
}

.header .mega-category-menu-main .sub-category {
    position: absolute;
    left: 0;
    top: 68px;
    width: 241px;
    height: auto;
    border: 1px solid #eee;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    border-radius: 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    padding: 15px 0;
}

.header .mega-category-menu-main .sub-category li {
    display: block;
    position: relative;
}

.header .mega-category-menu-main .sub-category li .inner-sub-category {
    padding: 15px 0;
    position: absolute;
    top: 8px;
    width: 240px;
    height: auto;
    border: 1px solid #eee;
    background-color: #fff;
    border-radius: 0;
    left: 239px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

@media (max-width: 991px) {
    .display-none {
        display: none;
    }


}

.section-title {
    text-align: center;
    margin-bottom: 40px;
    padding: 0px 50px !important;
    position: relative;
    z-index: 5;
    position: relative;
}

@media only screen and (max-width: 1199px) {
    .section-title {
        padding: 0px 50px !important;
    }
}

.blog-section .single-blog .blog-img .rotated-img, .rotated-img-second {
    width: 100%;
    -webkit-transition: all 0.5s ease !important;
    transition: all 0.5s ease !important;
    -webkit-backface-visibility: hidden !important;
    backface-visibility: hidden !important;
}

.blog-section .single-blog:hover .blog-img .rotated-img, .rotated-img-second {
    -webkit-transform: rotateY(180deg) !important;
    transform: rotateY(180deg) !important;
}

.rotated-img-second{
    width: 100%;
    display:block;
    height: 300px;
    width: 100%;
    object-fit: contain;
    object-position: center center;
    position: absolute;
    top:0px;
    left: 0px;
    transform: rotateY(180deg) !important;
}

.blog-section .single-blog:hover .blog-img .rotated-img-second {
    -webkit-transform: rotateY(0deg) !important;
    transform: rotateY(0deg) !important;
}


.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
    display: flex;
}

@media (max-width: 767px) {
    .carousel-inner .carousel-item > div {
        display: none;
    }
    .carousel-inner .carousel-item > div:first-child {
        display: block;
    }
}

.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
    display: flex !important;
}

/* medium and up screens */
@media (min-width: 768px) {

    .carousel-inner .carousel-item-end.active,
    .carousel-inner .carousel-item-next {
        transform: translateX(33.333%) !important;
    }

    .carousel-inner .carousel-item-start.active,
    .carousel-inner .carousel-item-prev {
        transform: translateX(33.333%) !important;
    }
}

#companies{
    height: 220px;
    overflow-y: hidden;
}

.navbar-nav .nav-item a{
    text-transform: none!important;

}

.breadcrumbs .breadcrumb-nav li, .button .btn{
    text-transform: none;
}

.breadcrumb-nav li {
    display: flex;               /* Flexbox для списка */
    align-items: center;         /* Выравнивание текста и иконок по центру */
}


.product-grids, .shipping-info, .trending-product, .blog-single, .shopping-cart, .checkout-wrapper{
    background-color:  transparent;
}
.item-details, .blog-list {
    background-color:  transparent;
}


.breadcrumbs{
    box-shadow:none;
}

.header .topbar{
    padding: 5px 0;
}

.header .main-menu-search .search-input input{
    height: 25px;
}
.header .main-menu-search .search-btn button{
    height: 25px;
}
.section{
    padding-top: 0;
    padding-bottom: 10px;

}

.button .btn {
    background-color:#0C9D39
}
.shipping-info .media-icon i{
    color:#3c62ad
}
a {
    color:#3c62ad
}
.header .main-menu-search .search-btn button {
    background-color:#3c62ad
}


.single-product .product-info .price span {
    color:#3c62ad
}

.section-title h2::before{
    background-color:#3c62ad
}

.form-check-input:checked {
    background-color: #3c62ad;
    border-color: #3c62ad;
}

.navbar-nav .nav-item:hover a {
    color:#3c62ad;
}

.footer {
    background-color: #3c4b72;
    position: relative;
}
.sidebar .widget.search-widget form button {
    background-color: #3c62ad;
}

.contact-us .contact-info .single-info i{
    color:#3c62ad;
}

.breadcrumbs .breadcrumb-nav li a:hover {
    color: #3c62ad;
}
.header .mega-category-menu .sub-category li a:hover {
    color: #3c62ad;
}
.header .mega-category-menu .sub-category li .inner-sub-category li a:hover {
    color: #3c62ad;
}

.header .mega-category-menu .cat-button:hover {
    color: #3c62ad;
}

.product-grids .product-grid-topbar .nav button.active{
    background-color: #3c62ad;
}

.header .navbar-cart .cart-items:hover .main-btn {
    background-color: #3c62ad;
}
.blog-section .single-blog .blog-content .button .btn:hover{
    background-color: #3c62ad;
}

.preloader-icon span{
    background: #3c62ad;
}
a:hover {
    color: #1aa74b;
}

.hero-area .tns-controls button{
    background: #3c62ad;
}
.nav-link{
    color: #3c62ad;
}

.nav-link:focus, .nav-link:hover{
    color: #1aa74b;
}



.product-sidebar .single-widget .list li a:hover{
    color: #3c62ad;

}
#nav li :hover{
    background-color: #0b5337;
    color: #e6e6e6!important;
}
#nav li  a:hover{
    color: #e6e6e6!important;

}

.footer .single-footer.f-link ul li a:hover {
    background-color: #0b5337;
}
.header .topbar .top-middle .useful-links li a:hover {
    color: #3c62ad;
}
.social-footer div a:hover {
    background-color: #3c62ad;
}

.checkout-steps-form-style-1 .title{
    color: #3c62ad;
    border: 0  solid #e6e6e6;
    background-color: #f7f7f8;

}

@media only screen and (min-width: 768px) and (max-width: 991px){
    .header .navbar .navbar-nav .nav-item a:hover {
        color: #3c62ad !important;
    }
}


.product-sidebar .single-widget{
    border: none;

}

.header .mega-category-menu .sub-category li a{
    text-transform: none;
}
.header .mega-category-menu .sub-category li .inner-sub-category li a {
    text-transform: none;
}







img.emoji {
    height: 15px;
    padding-right: 5px;
}
.header .topbar {
    background-color: #1aa74b;
    color: #FFFFFF;
}


/*
.header .mega-category-menu.vot .sub-category{

    opacity: 1;
    visibility: visible;
    top: 61px;
}
.header .mega-category-menu.vot .sub-category li .inner-sub-category {
    opacity: 1;
    visibility: visible;
    top: 0;
}*/

.header .mega-category-menu .sub-category {
    left: -5px;
    width: 231px;
}

.header .mega-category-menu .sub-category li .inner-sub-category.uuid02ee308d-a764-44f3-a4f2-c49c641b5c62 {
    width: calc(80vw - 150px) ;
    display: flex;
    flex-wrap: wrap;
    top: -16px;
/*
    opacity: 1;
    visibility: visible;
 */
}
.header .mega-category-menu .sub-category li .inner-sub-category.uuid02ee308d-a764-44f3-a4f2-c49c641b5c62 li  ul {

/*    opacity: 1;
    visibility: visible;*/

    position: relative;
    border: none;
    left: 0;

}

.header .mega-category-menu .sub-category li .inner-sub-category{
    top:0;
    left: 230px;
}

.header .mega-category-menu .sub-category li .inner-sub-category.uuid21dbd8e3-39c8-497e-ba95-70cc60e8d9e1{
    width: calc(80vw - 150px) ;
    flex-wrap: wrap;
display: flex;
top: -53px;

   /* opacity: 1;
    visibility: visible;*/
}

.header .mega-category-menu .sub-category li .inner-sub-category.uuid21dbd8e3-39c8-497e-ba95-70cc60e8d9e1 li  ul {

    /*  opacity: 1;
      visibility: visible;*/

    width: 300px;


    position: relative;
    border: none;
    left: 0;

}


.sub-menu-1 > a{
    font-weight: bold;
}


@media (max-width: 767px){
    .hero-area .hero-slider .single-slider {
        height: 196px;
    }

    .hero-area .hero-slider .single-slider::before {
        opacity:0;
    }
}


.section-title h2{
    text-transform: none;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px){
    .product-grids .product-grid-topbar {
        margin-top: 0;
    }

}

img.sidebarImg {
    max-width: 75px;
}

.shipping-info {

    padding: 10px 0 0 0;
}

.shipping-info li{
    border: none;
    display: flex;
    padding: 10px 10px;
    width: 100%;

}

.shipping-info li .media-body {
    text-align: justify;
    padding-left: 20px;
}
@media (min-width: 767px){
    .shipping-info {

        padding: 30px 0 0 0;
    }
    .shipping-info li{
        padding: 30px 30px;
    }

}

@media (min-width: 500px){
    .shipping-info li {
        width: 50%;
        padding-left: 10px;
    }
}
@media (min-width: 767px){
    .shipping-info li {
        width: 25%;

    }
}



.single-product .product-image{
    text-align: center;

}

.single-banner .content {
    padding: 10px 0;
}

.single-banner .content p {
    font-size: 10px;
    color: #FFFFFF;
    margin-top: -30px;
    padding-left: 10px;
    line-height: 1;
}

@media (min-width: 767px){

    .single-banner .content p {
        font-size: 20px;
        margin-top: -50px;

    }


    .believe-us .media-body span {
         padding: 0px 40px;

    }
}




.single-product .product-info .price {
    text-align: end;
}


@media (max-width: 767px){
    .header .topbar .top-middle {
          display: block;
    }

}

.total-items:not([data-catalog-cart-count="0"]) {
    display: block!important;
}


.header .mega-category-menu {

    padding-right: 233px;

}
.container-fluid{
    padding: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px){
    .header .mega-category-menu {
        padding-right: 144px;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1400px){
    .header .mega-category-menu {
        padding-right: 189px;
    }
}


@media only screen and (min-width: 480px) and (max-width: 767px){
    .container {
        width: 100%;
    }
}

.product-grids .product-grid-topbar {
    margin-bottom: 10px;
}

.single-product{
    margin-top: 0;
    /*margin-bottom: 30px;*/
}


.single-product {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 100%;
    width: 100%;
}


.swal2-checkbox, .swal2-file, .swal2-input, .swal2-radio, .swal2-select, .swal2-textarea{
    margin: 1em 0 0!important;
}

.main-search-btn{
    background-color: #3c62ad;
    color: #fff;
    width: 45px;
    height: 38px;
    margin-top: -38px;
    padding: 0;
    border: 0;
    border-radius: 0 4px 4px 0;
    margin-left: -2px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    font-size: 18px;
    text-align: center;
    float: right;

}

.main-search-btn button{
    font-size: 18px;
    background: none;
    border: none;
    padding-top: 5px;
    color: white;
}

.info-body{
    overflow-x: auto;
}

.single-blog {
    height: 100%;
    display: flex;
    flex-direction: column;

}
.blog-list .single-blog {
     margin-bottom: 0;
}



.accordion-item {
    -webkit-box-shadow: unset!important;
    box-shadow: unset!important;
}

#accordionMenu .accordion-item {
    border: 0;
}
#accordionMenu .accordion-button {
    padding: 5px 15px;
}
#accordionMenu .accordion-button,
#accordionMenu .accordion-button a,
#accordionMenu a {
    /*background-color: #fff;*/
    color: #051441!important;
    font-size: 14px!important;
    font-weight: 600!important;
    display: flex;
}

.accordion-button:not(.collapsed){
    box-shadow: none;
}


@media (max-width: 767px) {
    .header .navbar-collapse {
        max-height: calc(100vh - 100px);

    }
    .header .navbar .navbar-nav .nav-item a:hover {
        color: #3c62ad !important;
    }

    .product-grids .product-grid-topbar .nav {

        margin-top: 0;
    }
}

.accordion-header {
    display: flex;
}

.accordion-button::after{
    display: block;
}

.accordion-button:not(.collapsed)::after{

}
.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23f72c2c'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform: rotate(-180deg);
}
.swal2-file, .swal2-input, .swal2-textarea {
    width: 100%!important;
}

.swal2-styled.swal2-confirm {
    background-color: #3c62ad!important;
}

.breadcrumbs {
      padding: 10px 0 10px 0;
}

.single-product .product-info {
    width: inherit;
}

.product-grids .product-grid-topbar{
    border: none;
}

.col-lg-3.col-md-4.col-6.mb-3 {
    padding: 0 3px;
}

.owl-theme .owl-nav  {
    margin-top: -10px!important;
}


.item-details .product-images img{
    max-height: 600px;
    object-fit: contain;
}


.nazad {
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #3c62ad;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    color: #fff !important;
    position: fixed;
    bottom: 100px;
    right: 30px;
    z-index: 9;
    cursor: pointer;
    -webkit-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    border-radius: 4px;

    transform: rotate(-90deg)
}



.nazad:hover {
    -webkit-box-shadow: 0 1rem 3rem rgba(35, 38, 45, 0.15) !important;
    box-shadow: 0 1rem 3rem rgba(35, 38, 45, 0.15) !important;
    background-color: #081828;
}


.scroll-top {
    background: #3c62ad;

}


@media (min-width: 767px){
    .nazad {

        bottom: 50px;
    }
    .scroll-top {

        bottom: 50px;
    }
}




.ui-slider {
    position: relative;
    text-align: left;
}
.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.2em;
    height: 1.2em;
    cursor: pointer;
    -ms-touch-action: none;
    touch-action: none;
}
.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
    filter: inherit;
}

.ui-slider-horizontal {
    height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
    top: -.3em;
    margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
    left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
    right: 0;
}

.ui-slider-vertical {
    width: .8em;
    height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
    left: -.3em;
    margin-left: 0;
    margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
    bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
    top: 0;
}

.price-range-wrap {
    padding-bottom: 40px;
}

.price-range-wrap h3 {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    color: #414141;
    margin-bottom: 45px;
}

.price-range-wrap .price-range {
    border-radius: 0;
    margin-right: 13px;

}

.price-range-wrap .price-range.ui-widget-content {
    border: none;
    background: #ebebeb;
    height: 2px;
}

.price-range-wrap .price-range.ui-widget-content .ui-slider-range {
    background: #ebebeb;
    border-radius: 0;
}

.price-range-wrap .price-range .ui-slider-range.ui-corner-all.ui-widget-header:last-child {
    background: #414141;
}

.price-range-wrap .price-range.ui-widget-content .ui-slider-handle {
    border: none;
    background: #414141;
    height: 14px;
    width: 14px;
    outline: none;
    top: -6px;
    cursor: ew-resize;
    margin-left: 0;
    border-radius: 0;
    border-radius: 20px;
    transition: all 0s ease;
    -webkit-transition: all 0s ease;
    -moz-transition: all 0s ease;
}

.price-range-wrap .price-range .ui-slider-handle.ui-corner-all.ui-state-default span {
    position: absolute;
    font-size: 14px;
    top: 35px;
}

.price-range-wrap .range-slider {
    margin-top: 22px;
}

.price-range-wrap .range-slider .price-input input {
    outline: none;
    border: 0;
    max-width: 120px;
    pointer-events: none;
}

.price-range-wrap .range-slider .price-input input:nth-child(1) {
    float: left;
}

.price-range-wrap .range-slider .price-input input:nth-child(2) {
    float: right;
}


.product-sidebar li.active a {
    font-weight: bold!important;
}

#page-tab .nav-item {
   /* display: none;*/
    font-size: 1px;
    width: 7px;
    display: flex;
}
#page-tab .nav-item:first-child,
#page-tab .nav-item:last-child,
#page-tab .nav-item.active,
#page-tab .nav-item.sibling{
    display: block;
    font-size: 11px;
    width: 40px;
}

.nav{
    align-items: center;
}

#page-tab.nav-pills .nav-link {
    padding: 0;
    height: 2px;
    width: 2px;
    background-color: red;
}

#page-tab .nav-item:first-child .nav-link,
#page-tab .nav-item:last-child .nav-link,
#page-tab .nav-item.active .nav-link,
#page-tab .nav-item.sibling .nav-link{
    padding: 10px;
    background-color: transparent;
    height: 33px;
    width: 33px;
}

#page-tab.nav-pills .nav-link.active,
#page-tab.nav-pills .show > .nav-link {
    color: #fff;
    background-color: #3c62ad!important;
}

.check-error {
    border-color: red!important;
}


h2.catalogTitle {
    font-size: 30px;
    padding-top: 20px;
}

.header .navbar-brand img {
    margin-right: 0;
}

.cart-price {
    display: flex;
    flex-direction: column;
}
.cart-price::before {
    content: "Цена";
    font-size: 12px;

}
.cart-field4{
    display: flex;
    flex-direction: column;
}
.cart-field4::before {
    content: "Ед.измер.";
    font-size: 12px;

}

.cart-quantity {
    display: flex;
    flex-direction: column;
}

.cart-quantity::before {
    content: "Кол-во";
    font-size: 12px;

}

.cart-total {
    display: flex;
    flex-direction: column;
}
.cart-total::before {
    content: "Сумма";
    font-size: 12px;


}

.removeItem {
    position: absolute;
    display: flex;
    justify-content: end;
    left: 2px;
    top: -13px;
}

@media (min-width: 767px){
    .removeItem {
        position: relative;
        display: block

    }
}

@media (max-width: 767px){

    .steps-form-btn  {
        display: flex;
        flex-direction: row;


    }

    .checkout-steps-form-style-1 .steps-form-btn .btn {
        margin-bottom: 0!important;
        margin-left: 5px;

    }
}

.breadcrumbs .breadcrumb-nav li, .breadcrumbs .breadcrumb-nav li a {

    font-size: 16px;
    display: flex;               /* Flexbox для списка */
    align-items: center;         /* Выравнивание текста и иконок по центру */

}



.owl-carousel .owl-item img {
    aspect-ratio: 3 / 3;
    object-fit: contain;
}

.accordion-item .accordion-button{
    width: 45px;
}

.accordion-button:not(.collapsed) {
    background-color: #fff;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #1aa74b;
}
.button .btn-alt:hover {
    background-color: green !important;
}

.form-check {
    display: flex;
    align-items: center;
}

.header .main-menu-search .navbar-search{
    align-items: center;
}

::selection {
    background: #b7ceff; /* Safari */
}
::-moz-selection {
    background: #b7ceff; /* Firefox */
}

.grecaptcha-badge{
  display: none!important;
}
.ab-sticker{
    display: block;
    position: absolute;
    top: 0;
    right: 0;

}

svg:hover path {
    fill:#1ba743;
}

.logo img{
    width: 100px;
    height: auto;

}
.shopping-cart{
    padding: 30px 0;
}

.korpklient input[type="checkbox"] {
     min-height: 38px;
     min-width: 38px;
     font-family: system-ui, sans-serif;
     font-size: 2rem;
     font-weight: bold;
     line-height: 1.1;
     display: grid;
     grid-template-columns: 1em auto;
     gap: 0.5em;
 }

.btn-link{
    color: #425BA6;
}
.btn-primary{

    background-color: #425BA6;
    border-color: #425BA6;
}

.pdop{
    font-size: 16px;
    font-weight: 400 ;
    line-height: 24px;
}

.shadow {

    box-shadow: 0px 2px 12px #e1e3e7!important;

}
.py-5 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
}
.pb-5 {
    padding-bottom: 4rem !important;
}

.card-header{
    background-color:#f7f7f8;
}

.news{
    font-size: 18px!important;
}

/* Основные стили карточек */
.custom-card-container {
    display: flex;
    flex-wrap: wrap;
}

.custom-card-row {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.custom-card-col {
    display: flex;
    flex-direction: column;
    flex: 1 1 25%; /* Четыре карточки в строке */
    padding: 1rem;
    max-width: 25%;
    box-sizing: border-box;
}

.custom-card {
    display: flex;
    flex-direction: column;
    background-color: #f7f7f8;
    flex: 1;
}

/* Стиль для блока с кнопкой, чтобы прижать его к низу */
.custom-card-footer {
    margin-top: auto;
}


/* Адаптивные стили */
@media (max-width: 1024px) { /* Для планшетов */
    .custom-card-col {
        flex: 1 1 50%; /* Две карточки в строке */
        max-width: 50%;
    }
}

@media (max-width: 768px) { /* Для мобильных устройств */
    .custom-card-col {
        flex: 1 1 100%; /* Одна карточка в строке */
        max-width: 100%;
    }
}

.svg-telefon {
    filter: brightness(0) saturate(100%) invert(1); /* Примените фильтр для изменения цвета на белый */
    width: 30px; /* Укажите ширину */
    height: 30px; /* Укажите высоту */
    background-image: url('/uploads/670f71506c428/telefon.svg');
    background-size: cover; /* Измените по необходимости */
}


.svg-telefon-blu {

    width: 30px; /* Укажите ширину */
    height: 30px; /* Укажите высоту */
    background-image: url('/uploads/670f71506c428/telefon.svg');
    background-size: cover; /* Измените по необходимости */
}






.svg-adres {

   width: 30px; /* Укажите ширину */
   height: 30px; /* Укажите высоту */
   background-image: url('/uploads/670f714fec8ab/adres.svg');
   background-size: cover; /* Измените по необходимости */
}


.svg-pochta {

    width: 30px; /* Укажите ширину */
    height: 30px; /* Укажите высоту */
    background-image: url('/uploads/670f71503859a/pochta.svg');
    background-size: cover; /* Измените по необходимости */
}

.svg-vacap {
    filter: brightness(0) saturate(100%) invert(1); /* Примените фильтр для изменения цвета на белый */
    width: 30px; /* Укажите ширину */
    height: 30px; /* Укажите высоту */
    background-image: url('/uploads/670f71500f992/vacap.svg');
    background-size: cover; /* Измените по необходимости */
}

.svg-telegram {
    filter: brightness(0) saturate(100%) invert(1); /* Примените фильтр для изменения цвета на белый */
    width: 30px; /* Укажите ширину */
    height: 30px; /* Укажите высоту */
    background-image: url('/uploads/670f715054649/telegram.svg');
    background-size: cover; /* Измените по необходимости */
}

.svg-vk {
    filter: brightness(0) saturate(100%) invert(1); /* Примените фильтр для изменения цвета на белый */
    width: 30px; /* Укажите ширину */
    height: 30px; /* Укажите высоту */
    background-image: url('/uploads/670f715023edd/vk.svg');
    background-size: cover; /* Измените по необходимости */
}

.svg-telefon-head {

    width: 25px; /* Укажите ширину */
    height: 25px; /* Укажите высоту */
    background-image: url('/uploads/670f71506c428/telefon.svg');
    background-size: cover; /* Измените по необходимости */
}

.svg-cart{

    width: 25px; /* Укажите ширину */
    height: 25px; /* Укажите высоту */
    background-image: url('/uploads/670f7896371b2/korzina.svg');
    background-size: cover; /* Измените по необходимости */
}



.svg-home{

    width: 20px; /* Укажите ширину */
    height: 20px; /* Укажите высоту */
    background-image: url('/uploads/6710ed7ee314c/domik.svg');
    background-size: cover; /* Измените по необходимости */
}


span.titleimg {
    position: absolute;
    top: 0;
    left: 0;
    padding: 15px;
    font-size: 25px;

}
span.titleimg a{
    color: #f7f7f8;

}