
:root{
    --btn-radius:25px;
    --card-radius-sm:15px;
    --card-radius:25px;
    --btn-radius2:100px;
    --max-width:1440px;
    --max-width-md:1240px;

    --bg-light:#f5f3f1;

    --link-colored:#07c;
    --link-colored-hover:rgb(0, 102, 175);

    --swiper-pagination-color: var(--primary);
    --swiper-pagination-bullet-size: 10px;
    --swiper-pagination-bullet-width: 10px;
    --swiper-pagination-bullet-height: 10px;
    --swiper-pagination-bullet-inactive-color: #fff;
    --swiper-pagination-bullet-inactive-opacity: 1;
    --swiper-pagination-bullet-opacity: 1;
    --swiper-pagination-bullet-horizontal-gap: 4px;
    --swiper-pagination-bullet-vertical-gap: 6px;
}

a:hover{
  color:var(--primary);
  text-decoration: none;
}

.link-colored{
  color:var(--link-colored);
}
.link-colored{
  color:var(--link-colored-hover);
}
.text-primary>a{
    color: var(--primary);
}
.btn.btn-blue{
    background:var(--link-colored);
    border-color:var(--link-colored);
    color: #fff !important;
}
.btn.btn-blue:hover{
    background:var(--link-colored-hover);
    border-color:var(--link-colored-hover);
}
.bg-light,
.btn-light,
.section-light{
    background: var(--bg-light) !important;
}
.btn-light{
    border-color: var(--bg-light) !important;
}
.form-control{
    border-color:#c4c4c4;
}

.icms-body-toolbox.mb-5 {
    margin-bottom: 30px !important;
}
.icms-body-toolbox h1{
    font-size: 36px;
    line-height: 120%;
}
.page-body{
    margin-top: 25px; 
}

.h2, h2{
    font-weight: 700 !important;
    font-size: 36px;
    line-height: 120%;
}

.border-none{
    border:0 !important;
}

.order-n1{
    order:-1;
}

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

.container{
    max-width:var(--max-width);
}



.btn-rounded{
    border-radius: var(--btn-radius);
}
.card{
    border-radius: var(--card-radius-sm);
}
.theme-card-lg{
    border-radius: var(--card-radius);
}
.card-image{
    border-radius: var(--card-radius);
}
.card-img{
    border-radius: var(--card-radius-sm);
    overflow: hidden;
    display: block;
}
.card-img{
    mix-blend-mode: multiply;
}
.theme-card-lg .card-img{
    border-radius: var(--card-radius);
    overflow: hidden;
}
.theme_list-card .card-img{
   border-bottom-left-radius: 0;
   border-bottom-right-radius: 0;
}
.border-radius{
    border-radius: var(--card-radius);
}
.border-top-light{
    border-top:1px solid var(--bg-light)
}

.breadcrumb-area{
  flex-wrap: nowrap;
  margin-bottom: -25px;
}
.breadcrumb-area .col-sm-auto{
  width: auto !important;
}

.breadcrumb-area .dropdown .btn{
   background: none !important;
   border: 0;
}
.breadcrumb{
    display: flex;
    align-items: center;
    gap: 0;
    font-size: 13px;
}
.breadcrumb .breadcrumb-item{
    display: flex;
    align-items: center;
}
.breadcrumb a{
 color:#a0a1a3;
}
.breadcrumb a:hover{
  color:var(--link-colored);
}
.breadcrumb-item+.breadcrumb-item::before{
    content:"/";
    font-size: 11px;
    color:#b4b5b8;
    display: flex;
    align-items: center;
    width:16px;
    justify-content: center;
    margin-left: -3px;
}

.count-badge{
    width:8px;
    height: 8px;
    border-radius: 100%;
    background: var(--primary);
    display: flex;
    position: absolute;
    top:0;
    right:0;
}


.fit-cover{
    object-fit: cover;
}

.row.cards-group{
  margin-left: -5px;
  margin-right: -5px;
}
.row.cards-group .col{
  padding-left: 5px;
  padding-right: 5px;
}

.dropdown-menu{
  z-index: 2222;
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 0;
    border-radius: 20px;
    outline: 0;
    overflow: hidden;
}
.modal-body.card-body{
     border-radius: 20px;
}
.modal-close {
    position: absolute;
    right: 5px;
    top: 0;
    z-index: 4;
}
.modal-close{
    display: flex;
width: 44px;
height: 44px;
align-items: center;
justify-content: center;
color: #bdbdbc !important;
      background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" height="24" width="24" viewBox="0 0 24 24"><g stroke-linejoin="miter" fill="currentColor" stroke-linecap="butt" class="nc-icon-wrapper"><line x1="19" y1="19" x2="5" y2="5" fill="none" stroke="currentColor" stroke-linecap="square" stroke-miterlimit="10" stroke-width="1.5" data-color="color-2"></line><line x1="19" y1="5" x2="5" y2="19" fill="none" stroke="currentColor" stroke-linecap="square" stroke-miterlimit="10" stroke-width="1.5"></line></g></svg>');
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 24px 24px;
}
.modal-close svg{
    display: none;
}
.modal-title{
  color: #1a1a1a;
  padding-left: 30px;
}
.modal .alert{
    border:0;
    background: none;
    font-size: 18px;
    color: #000;
}


.btn-mobmenu-toggler{
    display: none;
}

.card-body-bettwen{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.theme-btn-group{
    display: flex;
    align-items: center;
    gap: 5px;
}
.theme-btn{
    height: 42px;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}
.theme-btn-lg{
    height: 64px;
    padding: 0 50px;
    font-size: 18px;
}
.btn-md{
    height: 50px;
}
.btn{
    font-size: 15px;
}

.text-small{
  font-size: 13px;
}

.btn.btn-rounded-lg,
.btn.btn-rounded-big{
    border-radius: var(--btn-radius2);
}

.nav-pills .nav-link{
    border-radius: var(--btn-radius);
    padding-left: 20px;
    padding-right: 20px;
}

.nav-gray a{
  color: #333;
}
.nav-gray a:hover{
    color: var(--primary);
}
.nav-vertical{
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.nav-vertical a{
 padding: 0;
}

.p25{
    padding: 25px !important;
}


.text-20{
    font-size: 20px;
}
.text-14{
    font-size: 14px;
}
.text-13{
    font-size: 13px;
}
.text-12{
    font-size: 12px;
}
.text-16{
    font-size: 16px !important;
}
.fw-400{
  font-weight: 400;
}
.text-gray{
    color:#666;
}

.alert-list-empty, 
.no_comments{
    border:0;
    padding: 0;
    color:#888;
    background: none !important;
    margin-bottom: 25px;
}

#scroll-top{
    border-radius: var(--btn-radius);
}


.swiper-slide{
    height: auto !important;
}
.swiper-pagination{
    margin-bottom: 25px;
}
.swiper-pagination {
  pointer-events: all !important;
}
.swiper-pagination-bullet-active{
    background: var(--primary) !important;
}
.swiper-button-next, .swiper-button-prev {
    background: #fff !important;
    border: 1px solid var(--primary) !important;
    border-radius: 100%;
    width:48px !important;
    height: 48px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1 !important;
}
.swiper-button-next:after, .swiper-button-prev:after {
   color:var(--primary);
   font-size: 16px !important;
}
.swiper-buttons-outside .swiper-button-prev{
    left: -60px;
}
.swiper-buttons-outside .swiper-button-next{
    right: -60px;
}



.brands-list{
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.brands-list img{
  height: 30px;
  width:auto;
  filter: gray; 
  -webkit-filter: grayscale(1); 
  filter: grayscale(1);
}
.brands-list img:hover{
    -webkit-filter: grayscale(0);
    filter: none;
}

.footer .icons-inline{
    display: flex;
    gap: 10px;
  }
.footer .icons-inline svg{
    height: 20px;
    width:auto;
  }


.icons-inline{
    display: flex;
    align-items: center;
    gap: 5px;
  }
.icons-inline .btn{
    padding: 0;
    color: var(--primary);
 }
.icons-inline svg,
.icons-inline img{
   filter: gray; 
   -webkit-filter: grayscale(1); 
   filter: grayscale(1);
}
.icons-inline .icon{
    display: flex;
    align-items: center;
}
.icons-inline .icon:not(.custom-width) svg{
    width: 22px;
}
.icons-inline a:hover svg,
.icons-inline img:hover{
    -webkit-filter: grayscale(0);
    filter: none;
}




.objects_list{
    display: flex;
    flex-direction: column;
    gap: 5;
}
.objects_list .objects_list-item{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.objects_list a{
    text-decoration: none !important;
}
.objects_list a:not(:hover){
    color:inherit;
}

.theme-infobox{
    
}


/* theme-featured */

.theme-featured{
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    scrollbar-width: none;
    &::-webkit-scrollbar {
       display: none;
    }
}
.theme-featured-cards{
    gap: 10px;   
    align-items: stretch !important;
}
.theme-featured-cards .card{
   display: flex;
   gap: 20px;
   flex-direction: row;
   border-radius: 15px;
   padding: 25px;
   height: 100%; 
   flex-shrink: 0;
   flex-grow: 1;
}
.theme-featured-cards .card h6{
    font-weight: 600;
    margin: 0;
    line-height: 100%;
}
.theme-featured-cards .card p{
   margin: 0;
   margin-top: 5px;
   padding: 0;
   line-height: 120%;
   font-size: 14px;
   color: #666;
   max-width: 300px;
}
.theme-featured-cards .card .card-icon img{
   width:42px;
   min-width: 42px;
   height: auto;
 }
 .featured-compact .card h6{
   font-size: 14px;
 }
 .featured-compact .card p{
   font-size: 13px;
 }
 .featured-compact .card .card-icon img{
   width:35px;
   min-width: 35px;
   height: auto;
 }







.icms-widget__cols .col:first-child{
   padding-right: 5px;
}
.icms-widget__cols .col:last-child{
    padding-left: 5px;
}

.card-white{
    border:0;
    background: #fff;
}
.card-light{
    border:0;
    background: var(--bg-light);
}


.theme-section{
    padding-top: 80px;
    padding-bottom: 80px;
}
.theme-section-mb{
    margin-bottom: 80px;
}
.ya-share2__container_size_m .ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__link_more.ya-share2__link_more-button-type_short{
    background: var(--bg-light) !important;
}


/* theme-card */

.theme-card{
    border:0;
}
.theme-card .card-image>a{
    display: block;
}
.theme-card .card-image{
   border-top-left-radius: var(--card-radius-sm);
   border-top-right-radius: var(--card-radius-sm);
   overflow: hidden;
}
.tiles_big .card-image{
   border-radius: var(--card-radius-sm);
}
.theme-card.theme-card-lg .card-body{
    padding: 50px;
}
.tiles_big .card-body{
    padding-left: 0;
    padding-right: 0;
    padding-top: 15px;
    
}
.theme-card .card-title{
   text-transform: uppercase;
   font-weight: 600;
}
.theme-card .card-descr{
   color:#666;
   line-height: 120%;
 }
 .theme-card .bi_date_pub svg{
    display: none;
}
.theme-card .info_bar{
    font-size: 14px;
}
.card-image.hover-zoom img{
    transition: 0.5s;
    transform: scale(1)
}
.card-image.hover-zoom:hover img{
    transform: scale(1.04)
}

.icms-widget .links .btn{
    border:0;
    padding: 0;
    font-size: 13px;
    color: #888;
    background: none !important;
}

.icms-widget .links .btn:hover{
    color: var(--primary);
}


/* Header */

.header-links .nav-link{
    padding-left: 0;
    padding-right: 0;
    margin-right: 15px;
}
.header-left .header-links{
    padding-left: 15px;
}
.header-right .header-links{
    padding-right: 15px;
}
.topbar-left .nav>a:first-child{
  padding-left: 0;
}

.topbar-wrap{
  max-width: 100%;
  background: var(--bg-light);  
  position: relative;
  z-index: 1026;
}
.topbar{
    height: 38px;
    max-width:var(--max-width);
    margin: 0 auto;    
}
.header-links a{
  font-size: 0.9rem;
}
.topbar-phone{
    letter-spacing: -0.5px;
    font-size: 0.9rem;
    text-decoration: none !important;
}
.topbar-phone:hover{
    color: var(--primary);
}
.topbar-phone svg{
    position: relative;
    top:-1.5px;
    margin-right: 2px;
}
.topbar-right{

}

.topbar-phone-area{
    display: flex;
    align-items: center;
    gap: 10px;
}
.header-contacts-phone .dropdown-menu,
.topbar-phone-area .dropdown-menu{
    width:200px;
    box-shadow: 0 8px 16px 0 rgba(41, 44, 51, .12);
    margin-top: 10px;
}
.header-contacts-phone .dropdown-menu,
.topbar-phone-area .dropdown-menu{
    font-size: 14px;
    border:0 !important
}
.header-contacts-phone .dropdown-menu a,
.topbar-phone-area .dropdown-menu a{
    display: flex;
    align-items: center;
    padding: 5px 15px;
    gap: 5px;
}
.header-contacts-phone .dropdown-menu .icon,
.topbar-phone-area .dropdown-menu .icon{
    display: flex;
    align-items: center;
}
.header-contacts-phone .dropdown-menu .icon:not(.custom-width) svg,
.topbar-phone-area .dropdown-menu .icon:not(.custom-width) svg{
     width:20px;
    height: auto;
}

.header-contacts-phone .dropdown-menu .divider,
.topbar-phone-area .dropdown-menu .divider{
   border-bottom: 1px solid #eee;
   margin: 5px 0;
}
.header-contacts-phone .dropdown-menu{
    right:0;
    left: auto;
}
.header-contacts-phone .dropdown-toggle,
.topbar-phone-area .dropdown-toggle{
  padding: 0;
  font-size: 13px;
  line-height: 1;
  margin: 0;
  height: auto;
  position: relative;
  top:-2px;
  box-shadow: none;
}
.header-contacts-phone .dropdown-toggle:hover,
.topbar-phone-area .dropdown-toggle:hover{
    color:var(--primary);
}
.header-contacts-phone .dropdown-toggle::after{
    display: none;
}

.topbar-right > div{
    padding-left: 15px;
    margin-right: 15px;
    position: relative;
}
.topbar-right > div:before {
    content: "";
    position: absolute;
    top: 6px;
    left: 0;
    display: block;
    height: 16px;
    border-left: 1px solid #dcdde0;
}
.topbar-right > div:first-child:before {
    display: none;
}
.topbar-right > div:last-child {
   margin-right: 0;
}

.topbar-right, 
.header-right{
    display: flex;
    align-items: center;
    justify-content: end;
}
.topbar-timework{
  font-size: 11px;
  color: #a0a1a3;
  line-height: 1.2;
  display: flex;
  gap: 2px;
}

#theme_bottombar_area,
.header-search-button,
.btn-mobmenu-toggler, 
.header-contacts-buttons {
    display: none;
 }
.btn-cats-toggler{
    font-weight: 600;
    display: flex;
    align-items: center;
    height: 42px;
    padding: 0 25px;
    padding-left: 50px;
    text-transform: uppercase;
    background-image: url('../images/icons/cats.svg');
    background-repeat: no-repeat;
    background-position: 25px center;
}

header{    
    background: #fff;
    padding-top: 15px;
    padding-bottom: 15px;
    position: relative;
    z-index: 1025;
}
.header{
    position: relative;
}
.header-left,
.header-right{
    position: relative;
    z-index: 3;
}
.header-left{
    display: flex;
    align-items: center;
}
.header-left .navbar-brand{
  margin-right: 20px !important;
  padding: 0;
  display: flex;
  align-items: center;
}
.header-left .navbar-brand img{
    height: 28px;
    width: auto;
}
.header-center{
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.header-buttons .btn{
    position: relative;
}
.header-buttons .btn .badge{
    font-size: 10px;
    font-weight: 600;
    background: var(--primary);
    height: 20px;
    width:20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color:#fff !important;
    position: absolute;
    z-index: 2;
    top:-3px;
    right:-3px;
    border-radius: 100%;
}
.header-buttons .btn .badge:empty{
    opacity: 0;
}

.header-buttons .btn.active svg{
    fill: var(--primary);
}
.header-buttons .btn.active:hover svg{
    fill: #fff;
}



/* Поиск в шапке */

.theme-catalog-header-search-col{
  padding-left: 0;
  padding-right: 0;
}

.theme-catalog-header-search-result-area{
    position: absolute;
    left:0;
    right:0;
    top: 110px;
    z-index: 1027;
    background: #fff;    
    padding-bottom: 30px;
    opacity: 0;
    display: none;
    transition: all 0.3s ease-in-out;
}

.catalog_search_area-opened .theme-catalog-header-search-result-area{
    display: block;
    opacity: 1;
}

.catalog_search_area-opened .global-overlay {
        display: flex;
        opacity: 1;
        z-index: 1022;
}

.theme-catalog-header-search-result-wrap{
   margin: 0 auto;
}

.theme-catalog-header-search{
    width: 100%;
    border-radius: var(--btn-radius);
    position: relative;
}
.theme-catalog-header-search .form-control{
    border-radius: var(--btn-radius);
    height: 42px;
    padding-left: 38px;  
}
.theme-catalog-header-search .form-control::placeholder{
    color:#a0a1a3;
}
.theme-catalog-header-search .btn{
    position: absolute;
    border:0;
    left:0;
    top:0;
    bottom:0;
}
.theme-catalog-header-search .btn svg{
    color:#404040;
}

.theme-catalog-search-pills{
     display: flex;
     align-items: center;
     flex-wrap: nowrap;
     gap:5px;     
     overflow: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: none;
        scrollbar-width: none;
        width:calc(100% + 15px);
        margin-right: -15px;
}
.theme-catalog-search-pills .btn{
    border:1px solid #c4c4c4;
    border-radius: var(--btn-radius2);
    font-size: 13px;
}
.theme-catalog-search-pills .btn:hover{
    border-color:#666;
}
.theme-catalog-header-search-result-area .header_search_result_card{
    border:0;
    border-radius: 0;
    padding: 0;
}
#dp_header_search_form_result{
    margin-top: 20px;
}
#dp_header_search_form_result .header_search_result_info{
    padding-left: 10px;
    padding-right: 10px;
}
#dp_header_search_form_result .header_search_result_links a,
#dp_header_search_form_result .header_search_log_links .link, 
#dp_header_search_form_result .header_search_result_morelinks a {
    padding: 5px 10px;
}
#dp_header_search_form_result .header_search_result_links a:hover,
#dp_header_search_form_result .header_search_log_links .link:hover, 
#dp_header_search_form_result .header_search_result_morelinks a:hover {
    background: #fafafa;
    color: var(--primary);
}
#dp_header_search_form .btn.header_search_cancel{
    position: absolute;
    left: auto;
    right:0;
    top:0;
    bottom:0;
    box-shadow: none !important;
}








/* hero */

.hero .swiper-button-next, .hero .swiper-button-prev{
   opacity: 0;
   transition: all 0.3s ease-in-out;
  } 
.hero:hover .swiper-button-next, .hero:hover .swiper-button-prev{
    opacity: 0.8;
} 
.hero .swiper-button-next{
    right:-100px;
  } 
  .hero .swiper-button-prev {
    left: -100px;
  }
.hero:hover .swiper-button-next{
  right:25px;
} 
.hero:hover .swiper-button-prev {
  left: 25px;
}
.hero_slider-item{
    max-height: 900px;
    overflow: hidden;
}


/* theme wd pilled */

 .theme_wd__pilled-header{
   display: flex;
   align-items: center;
   justify-content: center;
   height: 48px;
   margin-bottom: 25px;
 }





/* theme wd header */

.theme_wd_header{
   display: flex;
   align-items: center;
   justify-content: space-between;
   height: 48px;
}
.theme_wd_header.centered{
    flex-direction: column;
    justify-content: center;
 }
.theme_wd_header-fortabs{
  margin-bottom: -48px;
}
.theme_wd_header-title{
  text-transform: uppercase;
  font-size: 24px;
  line-height: 100%;
  font-weight: 600;
}
.theme_wd_header-links a{
    color: var(--primary);
    text-decoration: none;
}
.theme_wd_header-links a:hover{
    opacity: 0.8;
}
.theme_wd_header-descr{  
    font-size: 13px;
    color: #666;
    margin-top: -5px;
  }





/* card-images */



.switch-images {
    display: flex;
    margin: 0 auto;
    overflow: hidden;
    transition: all 0.1s ease-in-out;
    position: relative;
}

.image-switch {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    display: flex;
    transition: all 0.1s ease-in-out
}

.switched-image{
     display: flex;
     align-items: center;
     justify-content: center;
}

.switch-images img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover
}

.image-switch-item {
    width: 100%;
    transition: all 0.1s ease-in-out;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 10px;
}

.image-switch-item:first-child {
    padding-left: 18px;
}
.image-switch-item:last-child {
    padding-right: 18px;
}

.image-switch.images2x.image-switch-item {
    width: 50%
}

.image-switch.images3x.image-switch-item {
    width: 33.33%
}

.image-switch.images4x.image-switch-item {
    width: 25%
}

.image-switch.images5x.image-switch-item {
    width: 20%
}

.image-switch .image-switch-item.hidden {
    display: none
}

.image-switch-item::after {
    content: "";
    width: 90%;
    margin: 0 auto;
    height: 3px;
    background-color: #ddd;
    opacity: 0.3;
    border-radius: 10px;
    z-index: 2;
    position: relative;
    transition: all 0.1s ease-in-out
}

.switched-image {
    position: absolute;
    left: 50%;
    top: 0;
    opacity: 0;
    z-index: 2;
    transition: all 0.1s ease-in-out;
    width: 100%;
    height: 100%;
    transform: translateX(-50%);
    pointer-events: none
}

.switch-images:not(:hover) .first .switched-image {
    opacity: 1
}

.card-image .switched-image {
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    transform: unset;
    z-index: 1;
    background-position: center center !important;
}

.switch-images:hover .image-switch {
    opacity: 1;
    transition: all 0.1s ease-in-out
}

.image-switch-item:hover .switched-image {
    transition: all 0.1s ease-in-out;
    opacity: 1;
    z-index: -1
}

.switch-images:not(:hover) .image-switch-item.first:not(:hover)::after,
.image-switch-item:hover::after {
    background-color: var(--primary);
    opacity: 1;
    transition: all 0.1s ease-in-out
}

.card-image,
.card-image-img,
.compact-image,
.compact-image-img {
    display: block;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center center !important;
    border-radius: var(--btn-border-radius);
    overflow: hidden;
    position: relative
}

.card-image-img{
    transition: 0.8s;
    transform: scale(1.01)
}

div.card-image-img,
span.card-image-img,
a.card-image-img,
.card-image .switch-images,
.card-image .switched-image {
    height: 250px;
    width:100%;
}



/* theme list tiled */

.theme_list-tiled .card{
   height: 100%;
}

/* theme list cards */

.theme_list__cards{

}
.theme_list__cards .card-price{
    font-size: 24px;
    font-weight: 600;
}
.theme_list__cards .card-title{
  font-size: 16px;
  font-weight: normal;
  text-transform: none;
  line-height: 100%;
  display: block;
}
.theme_list__cards .card-title a{
    display: block;
}
.theme_list__cards .card-cats,
.theme_list__cards .card-cats *{
  color: #888;
  line-height: 100%;
}
.theme_list__cards .card-brand,
.theme_list__cards .card-brand *{
  color: #888;
  font-size: 12px;
  line-height: 100%;
}
.theme_list__cards .card-brand .btn{
    padding: 0;
}
.theme_list__cards .card-brand a:hover{
    color:var(--primary);
}

.theme_list__cards .card-body{
  padding-top: 10px;
}
.card-topbar-wprice{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.card-topbar-buttons{
    display: flex;
    align-items: center;
    position: relative;
    right:-4px
}
.card-topbar-buttons .btn{
    padding-left: 8px;
    padding-right: 8px;    
    transition: background 0.4s ease-in-out;
}
.card-topbar-buttons svg{
    width:24px;
    color: var(--primary);
}
.card-topbar-buttons .btn.active{
    animation: zoom-in-out;   
    animation-duration: 0.4s; 
}
.card-topbar-buttons .btn:not(.active){
    animation: zoom-out-in;   
    animation-duration: 0.3s; 
}

.theme-white .card-image{
    border: 1px solid var(--light);
    border-radius: var(--card-radius-sm);
}
.section-light .theme-white .card-image,
.bg-light .theme-white .card-image{
    border:0 !important;
}

.theme-light .card-image{
    border:0 !important;
    border-radius: var(--card-radius-sm);
    background: var(--bg-light) !important;
}

@keyframes zoom-in-out {
    from {
        transform: scale(1);
    }
    50% {
        transform: scale(1.3);
    }
    to {
        transform: scale(1);
    }
 }
@keyframes zoom-out-in {
    from {
        transform: scale(1);
    }
    50% {
        transform: scale(0.9);
    }
    to {
        transform: scale(1);
    }
 }



/* theme cats cards */



.theme-cats_cards .card{
    padding-top: 20px;
}
.theme-cats_cards .card-image{
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
}
 .theme-cats_cards .card-image img{
   height: 140px;
   transition: 0.5s;
   transform: scale(0.9);
 }
 .theme-cats_cards .card:hover .card-image img{
    transform: scale(1.00);
 }
 .theme-cats_cards .card-body{
    padding-top: 0;
 }
 .theme-cards-centered .card{
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
 }
 .theme-cats_cards .cat-title{
   margin: 0;
   padding: 0;
   font-size: 20px;
   color: #000;
  }
 .theme-cats_cards .cat-desc{
    color: #888;
    font-size: 12px;
  }




/* theme cats cards */



.mobmenu_wrap{
    position: fixed;
    z-index: 1300;
    right:-100%;
    width:calc(100% - 60px);
    top:0;
    bottom:0;
    background: #fff;
    transition: all 0.3s ease-in-out;
    flex-direction: column;   
    overflow: hidden;
}
.theme_categories_tiles-wrap{
    overflow-y: scroll;
    height: 100vh;
    padding: 10px 20px;
    padding-bottom: 105px;
    width:100%
}
.theme_categories_tiles-wrap::-webkit-scrollbar, 
.theme_categories_tiles-wrap::-webkit-scrollbar {
    display: none;
}
.mobmenu_wrap .navbar-brand img{
    height: 28px;
}
#theme_mobmenu_subcats{
    padding-left: 20px;
    padding-right: 20px;
}
#theme_mobmenu_subcats>ul>li{
    display: flex;
    flex-direction: column;
}
#theme_mobmenu_subcats>ul>li>ul a{
    font-size: 13px;
    font-weight: 400;
}


.mobmenu-top{
    flex: 1;
    flex-shrink: 1;
}
.mobmenu-bottom .objects_list .objects_list-item{
    font-size: 12px;
    color:#666;
}
.mobmenu-bottom a,
.mobmenu-bottom .objects_list .objects_list-item a{
     color:#666;
}

.mobmenu-opened .mobmenu_wrap{
    right:0
}

.theme_mobmenu_categories-head{
    display: flex;
    align-items: center;
    color:#b4b5b8;
    font-size: 15px;
    padding-left: 20px;
}


.theme_categories_tiles{
grid-template-columns: repeat(3, minmax(86px, 104px));
display: grid;
grid-column-gap: 15px;
column-gap: 15px;
justify-content: center;
}
.theme_categories_tiles-card{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    gap: 5px;
    text-align: center;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    text-decoration: none !important;
    margin-bottom: 30px;
}
.theme_categories_tiles-image{
  width: 100%;
  height: 104px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f7f8fa;
  border-radius: var(--card-radius-sm);
}
.theme_categories_tiles-image img,
.theme_categories_tiles-image svg{ 
  width: 64px;
  height: 64px;
  mix-blend-mode: multiply;
  object-fit: contain;
}
.theme_categories_tiles-title{
    color: #333;
    font-size: 13px;
    line-height: 120%;
}
.theme_categories_tiles-col:hover .theme_categories_tiles-title{
    color: var(--primary);
}



.footer{
    background: var(--bg-light);
    color: #000;
    padding-top: 50px;
    padding-bottom: 50px;
    font-size: 14px;
}
.icms-frontpage .footer{
    margin-top: 0 !important;
}
.footer a{
    color: #000;
    text-decoration: none !important;
}
.footer .navbar-brand img{
    height: 35px;
}
.footer .card-header{
  font-size: 12px;
  text-transform: uppercase;
  height: 40px;
  align-items: start !important;
}
.footer .nav a{
   
}




.global-overlay{
         content:"";
         display: block;
         background: rgba(0, 0, 0, 0.2);
         position: fixed;
         top:0;
         left:0;
         width:100%;
         height: 100%;
         z-index: 1022;
         display: none;
         opacity: 0;
         transition: all 0.3s ease-in-out;
}
    








/* Корзина и избранное */
.btn-removecart,
.btn-fav-add,
.btn-cart-add{
    display: flex;
    width:38px;
    height: 38px;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 24px 24px;
    mask-size: 24px 24px;
    -webkit-mask-position: center center;
    mask-position: center center;
    background-color: var(--primary);
}

.btn-fav-add{       
    -webkit-mask-image:url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M11.9996 21.0541C-8 10 5.99999 -2 11.9996 5.58806C18 -2 32 10 11.9996 21.0541Z" stroke="currentColor" stroke-width="1.8"/></svg>');
    mask-image:url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M11.9996 21.0541C-8 10 5.99999 -2 11.9996 5.58806C18 -2 32 10 11.9996 21.0541Z" stroke="currentColor" stroke-width="1.8"/></svg>');
 }
.btn-fav-add.active{ 
     -webkit-mask-image:url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path d="M11.9996 21.0541C-8 10 5.99999 -2 11.9996 5.58806C18 -2 32 10 11.9996 21.0541Z" stroke="currentColor" stroke-width="1.8"/></svg>');
     mask-image:url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path d="M11.9996 21.0541C-8 10 5.99999 -2 11.9996 5.58806C18 -2 32 10 11.9996 21.0541Z" stroke="currentColor" stroke-width="1.8"/></svg>');
}

.btn-cart-add{ 
    -webkit-mask-image:url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 2.50001H2.65424C3.13263 2.50001 3.37183 2.50001 3.56628 2.58675C3.73771 2.66322 3.88415 2.78639 3.98886 2.94217C4.10763 3.11889 4.14862 3.35455 4.23058 3.82586L4.6087 6.00001M4.6087 6.00001L5.49173 11.0774C5.67091 12.1077 5.7605 12.6229 6.02583 12.994C6.25945 13.3207 6.58606 13.5695 6.96311 13.7081C7.39133 13.8654 7.91176 13.815 8.95264 13.7143L18.614 12.7793C19.6298 12.681 20.1378 12.6318 20.5221 12.4033C20.8653 12.1993 21.1395 11.8972 21.3095 11.536C21.5 11.1314 21.5 10.6211 21.5 9.60051V9.60051C21.5 8.51583 21.5 7.97349 21.2922 7.55395C21.1068 7.17972 20.809 6.87291 20.4404 6.67655C20.0272 6.45641 19.4851 6.44036 18.4009 6.40827L4.6087 6.00001Z" stroke="currentColor" stroke-width="1.8" stroke-linecap="round" stroke-linejoin="round"/><circle cx="8.5" cy="19" r="2" stroke="currentColor" stroke-width="1.8"/><circle cx="18" cy="19" r="2" stroke="currentColor" stroke-width="1.8"/></svg>');
    mask-image:url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 2.50001H2.65424C3.13263 2.50001 3.37183 2.50001 3.56628 2.58675C3.73771 2.66322 3.88415 2.78639 3.98886 2.94217C4.10763 3.11889 4.14862 3.35455 4.23058 3.82586L4.6087 6.00001M4.6087 6.00001L5.49173 11.0774C5.67091 12.1077 5.7605 12.6229 6.02583 12.994C6.25945 13.3207 6.58606 13.5695 6.96311 13.7081C7.39133 13.8654 7.91176 13.815 8.95264 13.7143L18.614 12.7793C19.6298 12.681 20.1378 12.6318 20.5221 12.4033C20.8653 12.1993 21.1395 11.8972 21.3095 11.536C21.5 11.1314 21.5 10.6211 21.5 9.60051V9.60051C21.5 8.51583 21.5 7.97349 21.2922 7.55395C21.1068 7.17972 20.809 6.87291 20.4404 6.67655C20.0272 6.45641 19.4851 6.44036 18.4009 6.40827L4.6087 6.00001Z" stroke="currentColor" stroke-width="1.8" stroke-linecap="round" stroke-linejoin="round"/><circle cx="8.5" cy="19" r="2" stroke="currentColor" stroke-width="1.8"/><circle cx="18" cy="19" r="2" stroke="currentColor" stroke-width="1.8"/></svg>');
 }
.btn-cart-add.active{ 
     -webkit-mask-image:url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path d="M1 2.50001H2.65424C3.13263 2.50001 3.37183 2.50001 3.56628 2.58675C3.73771 2.66322 3.88415 2.78639 3.98886 2.94217C4.10763 3.11889 4.14862 3.35455 4.23058 3.82586L4.6087 6.00001M4.6087 6.00001L5.49173 11.0774C5.67091 12.1077 5.7605 12.6229 6.02583 12.994C6.25945 13.3207 6.58606 13.5695 6.96311 13.7081C7.39133 13.8654 7.91176 13.815 8.95264 13.7143L18.614 12.7793C19.6298 12.681 20.1378 12.6318 20.5221 12.4033C20.8653 12.1993 21.1395 11.8972 21.3095 11.536C21.5 11.1314 21.5 10.6211 21.5 9.60051V9.60051C21.5 8.51583 21.5 7.97349 21.2922 7.55395C21.1068 7.17972 20.809 6.87291 20.4404 6.67655C20.0272 6.45641 19.4851 6.44036 18.4009 6.40827L4.6087 6.00001Z" stroke="currentColor" stroke-width="1.8" stroke-linecap="round" stroke-linejoin="round"/><circle cx="8.5" cy="19" r="2" stroke="currentColor" stroke-width="1.8"/><circle cx="18" cy="19" r="2" stroke="currentColor" stroke-width="1.8"/></svg>');
     mask-image:url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path d="M1 2.50001H2.65424C3.13263 2.50001 3.37183 2.50001 3.56628 2.58675C3.73771 2.66322 3.88415 2.78639 3.98886 2.94217C4.10763 3.11889 4.14862 3.35455 4.23058 3.82586L4.6087 6.00001M4.6087 6.00001L5.49173 11.0774C5.67091 12.1077 5.7605 12.6229 6.02583 12.994C6.25945 13.3207 6.58606 13.5695 6.96311 13.7081C7.39133 13.8654 7.91176 13.815 8.95264 13.7143L18.614 12.7793C19.6298 12.681 20.1378 12.6318 20.5221 12.4033C20.8653 12.1993 21.1395 11.8972 21.3095 11.536C21.5 11.1314 21.5 10.6211 21.5 9.60051V9.60051C21.5 8.51583 21.5 7.97349 21.2922 7.55395C21.1068 7.17972 20.809 6.87291 20.4404 6.67655C20.0272 6.45641 19.4851 6.44036 18.4009 6.40827L4.6087 6.00001Z" stroke="currentColor" stroke-width="1.8" stroke-linecap="round" stroke-linejoin="round"/><circle cx="8.5" cy="19" r="2" stroke="currentColor" stroke-width="1.8"/><circle cx="18" cy="19" r="2" stroke="currentColor" stroke-width="1.8"/></svg>');
}
.btn-removecart{
       -webkit-mask-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"><g fill="CurrentColor"><rect x="8" y="3" width="4" height="2" stroke="CurrentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" fill="CurrentColor"></rect><path d="m4.299,8l.358,7.149c.079,1.599,1.396,2.851,2.996,2.851h4.695c1.601,0,2.917-1.252,2.996-2.851l.358-7.149H4.299Z" stroke-width="0" fill="CurrentColor"></path><line x1="17" y1="5" x2="3" y2="5" fill="none" stroke="CurrentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"></line></g></svg>');
     mask-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"><g fill="CurrentColor"><rect x="8" y="3" width="4" height="2" stroke="CurrentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" fill="CurrentColor"></rect><path d="m4.299,8l.358,7.149c.079,1.599,1.396,2.851,2.996,2.851h4.695c1.601,0,2.917-1.252,2.996-2.851l.358-7.149H4.299Z" stroke-width="0" fill="CurrentColor"></path><line x1="17" y1="5" x2="3" y2="5" fill="none" stroke="CurrentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"></line></g></svg>');
}


#cartOrderModal h1{
    
}
#cartOrderModal form .input-group-text{
    border-top-left-radius:var(--border-radius2);
    border-bottom-left-radius:var(--border-radius2);
}
#cartOrderModal form .input-group-text svg{
    width:16px;
}
#cartOrderModal .modal-header .modal-close{
    right:11px;
    top:13px;
}

.shop_list_cols{
  display:flex;
}
.shop_list_cols.cart_list_cols > .shop_list_col_list {
    max-width: calc(100% - 300px);
    flex: 0 0 calc(100% - 300px);
    padding-right:40px;
    margin-top: -15px;
}
.shop_list_cols.cart_list_cols > .shop_list_col_left {
    max-width: 300px;
    flex: 0 0 300px;
}
 .shop_cart__list_item{
    border-bottom:1px solid #eee;
    padding: 15px 0;
 }
 .shop_cart__list_item + .shop_cart__list_item {
     margin-top: 0;
     margin-bottom: 0;
}
.shop_list_cols.cart_list_cols > .shop_list_col_list .shop_cart__list_item:last-child {
    border:0;
}

.cart_list_sidebar{
    top:130px
}

.cart_list .shop_list_item .item_fields{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.cart_list .shop_list_item .item_fields .field{
    font-size: 14px;
    color: #888;
    margin: 0;
}
.cart_list .shop_list_item .item_fields .field *{
    color: #888;
}
.cart_list  .shop_list_item .item_prices_area{
    justify-content:flex-start;
}
.cart_list .shop_list_item .title{
    margin-bottom:25px !important;
}
.cart_item__count_selector{
    display:flex;
    gap:8px;
    margin-top:15px;
}
.cart_item__count_selector  .form-control{
    max-width:40px;
    height:30px;
    text-align:center;
    font-weight: 500;
    font-size:13px !important;
}
.cart_item__count_selector  .form-control[disabled]{
    border:0 !important;
    background: none !important;
}
.cart_item__count_selector .btn{
  padding:0 5px !important;
  height:30px;
}
.cart_item__count_selector svg{
    margin:0 !important;
}
.cart_list .shop_list_item .item_photo{
    width: 190px;
    min-width: 190px;
}
.cart_list .shop_list_item .item_photo .card-image{
    position: relative;
    width: 160px;
    border:1px solid #eee;
    border-radius: var(--card-radius);
}
.cart_list .shop_list_item .item_photo .switch-images, 
.cart_list .shop_list_item .item_photo .switched-image {
    height: 160px;
    width: 100%;
}
.cart_list .shop_list_item .item_photo .switched-image img{
    object-fit: contain;
}
.cart_list_item_buttons{
    margin-top:15px;
    display:flex;
    gap:10px;
}
.cart_list_item_buttons .btn:first-child{
    margin-left: -7px;
}
.cart_list_item_buttons .btn.btn-fav-add.active{
   

}
.cart_list_item_buttons .btn{
  
}

.cart_item__price_selector{
   
}
.cart_item__price_selector .form-check{    
    position:relative;
    padding:0;
    width:135px;
}
.cart_item__price_selector .form-check label{
    display:flex;
    flex-direction:column;      
    cursor:pointer;
    width:135px;
    padding:3px 8px;
    position:relative;
    border:1px solid transparent;
    border-radius:5px;

    cursor: default;
    border:0;
    padding: 0;
    border-radius: 0;
    width: auto;
}
.cart_item__price_selector .form-check label span.price{
    font-size: 20px;
    letter-spacing: -0.5px;
    font-weight: 500;
}
.cart_item__price_selector .form-check label span.hint{
   color:#888;    
   font-size:12px;
   margin-top:-4px;
    display:flex;
    gap:5px;
}
.cart_item__price_selector .form-check .form-check-input{
    position:absolute;
    right:10px;
    top:5px;
    cursor:pointer;
    display: none;
}

.form-check-input:checked~label{
    border-color:#eee;  
}
.cart_item__price_selector .form-check .form-check-input:not(:checked)~label:hover span.price{
   color:var(--primary);
}
.form-check-input:checked~label span.price{
     color:var(--color-dark);
}

.col_cart_list__prices{
    display:flex;
    gap:50px
}
.col_cart_list__prices>div{
    flex:1;
    flex-grow:1;
}
.col_cart_list__prices>.cart_item__price_area .label,
.col_cart_list__prices>.cart_item__count_area .label{
   font-size: 14px;
   color: #888;
}


.cart_list__order_card .items_counts{
    font-size:15px
}

.cart_list__order_info p{
    font-size:12px;
    line-height:1.2;
}

.cart_list__order_card .price{
    font-size:24px;
    font-weight: 600;
}

.cart_list__order_card .btn{
    height:50px;
    font-size:14px; 
    font-weight: 500;
}

.cart_list__order_card .card_price_area .text-small{
    font-size:12px; 
    font-weight: 400;
}

.cart-empty-alert{
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 60vh;
}
.cart-empty-alert .text{
    color: #888;
    margin: 15px 0;
    font-size: 18px;
}
.cart-empty-alert .btn{
    display: inline-flex;
}






 /* order */


 .cart-order-card{
    border-radius:0;
    padding: 0;  
    border:0
 }

 .cart-order-list{
    display: flex;
    flex-direction: column;
    gap: 0;
    overflow: auto;
    margin-top: -5px;
 }
 .cart-order-list::-webkit-scrollbar{
 
 }
 .cart-order-list-item{
    display: flex;   
    align-items: center;
    padding: 7px 0;
    position: relative;
    border-bottom: 1px solid #eee;
    justify-content: space-between;
 }
  .cart-order-list-item:last-child{
    border: 0;
  }
.cart-order-list-title{
    font-size: 0.90rem;
}
 .cart-order-list-item img{
    width:100%;
    height: 100px;
    object-fit: cover;
 }
 .cart-order-list-item-price{
    font-size: 0.9rem;
    display: flex;
    font-weight: 500;
    line-height: 100%;
 }
 .cart-order-list-item-count{    
    font-size: 0.8rem;
    font-weight: 400;
    opacity: 0.8;
    display: flex;
    gap: 2px;
    width:50px;
    min-width:50px;    
    line-height: 100%;
 }
 .cart-order-list-item-price-price{
    width:90px;
    min-width:90px;   
    text-align: right;
 }
 .cart-order-total-wrap{
    margin-top: 10px;
    background: #fafafa;
    padding: 10px 25px;
    margin-left: -25px;
    margin-right: -25px;
 }
 .cart-order-info{
    font-size: 0.8rem;
    opacity: 0.6;
    margin-top: 5px;
    display: flex;
    align-items: center;
    gap: 8px;
 }
 .cart-order-info svg{
    width:18px;
    height: 18px;
 }
 .cart-order-total .sum{
    font-weight: 600;
    font-size: 1.2rem;
    line-height: 105%;
 }
 .cart-order-total .count{
    font-size: 0.8rem;
    opacity: 0.6;
 }
 .count-wrap,
 .sum-wrap{
 display: flex;
 align-items: flex-end;
 justify-content: space-between;
 gap: 10px;
 }
 .count-wrap>span,
 .sum-wrap>span{
    width:80px;
    font-size: 0.8rem;
 }

 .cart-order-form .modal-close{
    right:5px;
    top:10px;
 }
 .cart-order-form .modal-body{
  padding: 25px;
 }
 .cart-order-form .input-group svg{
    width:16px;
   }
   .cart-order-form .input-group-text{
    background: none;
    border:0;
    position: absolute;
    left:0;
    top:0;
    height: 100%;
    display: flex;
    align-items: center;
    z-index: 11;
   }
   .cart-order-form .input-group{
      position: relative;
      margin-bottom: 5px;
   }
   .cart-order-form .input-group .form-control{
      padding-left: 40px;
      position: relative;
      z-index: 1;
      font-size: 1rem;
      border-radius: 15px !important;
      padding-top: 0;
      padding-bottom: 0;
      height: 48px;      
   }
   .cart-order-form h2{
    font-size: 1.4rem;
    line-height: 110%;
    margin-bottom: 20px;
   }
   .cart-order-form h6{
    font-weight: 400;
    font-size: 0.9rem;
    margin-top: 0;
    margin-bottom: 10px;
    line-height: 120%;
   }
  .order-btn-submit{    
      padding-left: 0px;
      padding-right: 0px;
      height: 52px;
      justify-content: center;
      flex-wrap: nowrap;
      align-items: center;
      display: flex;
      grid-template-columns: 1fr 1fr;
      grid-template-rows: auto;
      justify-items: start;
      font-weight: 600;
      font-size: 0.9rem;
      margin-top: 10px;
  }
  .form-submit-caption{
      font-size: 0.8rem;
      margin-top: 10px;
      padding-left: 0;
      padding-right: 0;
  }
  

 html.order-success .modal.cart-order-form{
    display: block !important;
    position: static !important;
  }
  html.order-success .modal.cart-order-form,
  html.order-success .modal.cart-order-form .modal-content,
  html.order-success .modal.cart-order-form .modal-dialog,
  html.order-success .modal.cart-order-form .modal-body{
   padding: 0 !important;
   margin: 0 !important;
   transform: none !important;
   max-width:100%;
   width:100% !important;
   z-index: 10;
  }
  html.order-success .cart-head,
  html.order-success #iegl4n31x_0{
     display: none !important;
  }
  html.order-success .modal.cart-order-form .modal-close{
     display: none !important;
  }
  
  html.order-success .cart-cols-sidebar,
  html.order-success .modal.cart-order-form .description{
  display: none !important;
  }
  html.order-success .cart-order-total-wrap{
  
  }
  .order-success-info{
    margin-top: -17px;
    margin-bottom: 35px;
    font-size: 1rem;
    opacity: 0.6;
  }

  .order-success-contact{
     margin-top: 15px;
  }
  .order-success-contact .contact{
     display: flex;
     align-items: center;
     gap: 8px;
     margin-bottom: 5px;
  }
  .order-success-contact .contact svg{
     margin-top: 5px;
     width:16px;
     height: 16px;
  }

  #ieuc4ckav_0{
     display: flex;
     flex-direction: column;
     align-items: flex-start;
  }
  .cart-sum-count{
    font-size: 0.8rem;
    opacity: 0.6;
    font-weight: 400 !important;
  }



.order-status-badge{
    border:1px solid var(--primary);
    border-radius: 100px;
    padding: 10px 25px;
}


.btn-outline-light{
    border-color: #e6e8eb;
}

/* tabs */

.nav-tabs .nav-item{
    margin: 0;
}
.nav-tabs .nav-link{
    padding-left: 0 !important;
    padding-right: 0 !important;
    color: #b4b5b8;
    font-weight: 600;
}
.nav-tabs .nav-link:hover {
   color: #999;
}
.nav-tabs .nav-item:not(:first-child) .nav-link{
    margin-left: 15px;
}
.nav-tabs .nav-link.active::before {
    background-color: #1a1a1a;
}
.nav-tabs .nav-link:not(.active)::before {
   background: none !important;
}


/* Каталог - фильтр */

.filter_catalog-vertical{
 font-size: 14px;
}
.filter_catalog-vertical .form-row{
    margin: 0;
}
.filter_catalog-vertical .form-group{
    padding: 0;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #eee;

}
.filter_catalog-vertical .form-group>label{
font-size: 13px;
display: flex;
align-items: center;
position: relative;
padding-left: 0;
padding-right: 0;
} 

.catalog_filter_wrap{
    padding-top: 30px;
}

.filter_catalog-vertical .input_checkbox_list label{
 cursor: pointer;
}
.filter_catalog-vertical .input_checkbox_list label:hover{
color: var(--primary);
}
.filter_catalog-vertical .input_checkbox_list label.custom-control-label:hover::before{
  border-color: var(--primary) !important;
}

.filter_catalog-vertical .input_checkbox_list .custom-control-label span{
  padding-top: 1px;
  display: flex;
}
.filter_catalog-vertical .form-group>label .collapse__angle-down,
.filter_catalog-vertical .form-group>label .collapse__angle-up{
 display: none !important; 
}
.filter_catalog-vertical .buttons .btn{
 border-radius: var(--btn-radius);
 height: 44px;
 font-size: 14px;
}

.filter_cats_dropdown .btn{
    font-size: 14px;
    width:100%;
    height: 44px;
}
.filter_catalog-vertical  .dropdown-menu{
   width: 300px;
}
.filter_catalog-vertical .chosen-container-multi .chosen-choices{
    border:0;
    background: none;
    padding: 0;
    box-shadow: none !important;
}
.filter_catalog-vertical .chosen-choices{
  
}
.filter_catalog-vertical .chosen-choices .search-field{
    width: 100%;
}

.filter_catalog-vertical .chosen-container-multi .chosen-choices .search-field input[type="text"]{
    font-size: 14px;
    line-height: 1.8;
    background-color: var(--primary) !important;
    color:#fff;
    border-radius: 10px !important;
    height: 44px;
    width: 100% !important;
    cursor: pointer;
    padding-left: 15px !important;
    background-image:url('data:image/svg+xml,<svg class="" width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12 15L8 10H16L12 15Z" fill="white"></path></svg>') !important;
    background-repeat: no-repeat !important;
    background-position: 95% center !important;
   
}
.filter_catalog-vertical .chosen-container-multi.chosen-container-active .chosen-choices .search-field input[type="text"]{
  background: #fff !important;
  border:1px solid #ccc !important;
  color: #333 !important;
}
.filter_catalog-vertical .chosen-container-multi .chosen-choices .search-field{
    margin-top: 10px;
}
.filter_catalog-vertical .chosen-container-multi.chosen-container-active .chosen-choices .search-field input[type="text"]{

  border:1px solid #ccc !important;
  color: #c8c9cc !important;
  cursor: text !important;
     background: #fff url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="20" height="20" fill="none" data-testid="icon" class=""><path xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" d="M17.1989 15.406C19.6414 12.2676 19.4202 7.72787 16.5355 4.84315C13.4113 1.71895 8.346 1.71895 5.22181 4.84315C2.09761 7.96734 2.09761 13.0327 5.22181 16.1569C8.10653 19.0416 12.6462 19.2627 15.7846 16.8202L18.6568 19.6924C19.0473 20.0829 19.6805 20.0829 20.071 19.6924C20.4616 19.3019 20.4616 18.6687 20.071 18.2782L17.1989 15.406ZM15.1274 14.7365C17.4644 12.3929 17.4624 8.59847 15.1213 6.25736C12.7782 3.91421 8.97917 3.91421 6.63602 6.25736C4.29288 8.6005 4.29288 12.3995 6.63602 14.7426C8.97713 17.0838 12.7716 17.0858 15.1152 14.7487C15.1172 14.7467 15.1193 14.7447 15.1213 14.7426C15.1233 14.7406 15.1254 14.7386 15.1274 14.7365Z" fill="gray"></path></svg>') !important;
    background-repeat: no-repeat !important;
    background-position: 8px center !important;
    padding-left: 31px !important;
}
.filter_catalog-vertical .chosen-container-multi .chosen-choices .search-choice{
  width:100% !important;
  border:0 !important;
  padding: 2px 0 !important;
  background: none !important;
}
.filter_catalog-vertical .chosen-container-multi .chosen-choices .search-choice .search-choice-close{
  top:0 !important
}

.filter_catalog-vertical .search-field .chosen-search-input{
    font-size: 14px;
    line-height: 1.8;    
}
.filter_catalog-vertical .search-field .chosen-search-input::placeholder{
   
}
.filter_catalog-vertical .search-field .chosen-search-input::placeholder{
    color:#999;
}
.filter_catalog-vertical .chosen-container-active .chosen-drop{
 width:300px;
 left: auto !important;
 right:0 !important;
 font-size: 14px;
 border-radius: 6px;
 box-shadow: 0 2px 8px rgba(41, 44, 51, .04), 0 8px 16px rgba(41, 44, 51, .12);
 border: 0 !important;
 margin-top: 5px;
}

.filter_catalog-vertical .chosen-drop::-webkit-scrollbar {
    width: 5px;
}
.filter_catalog-vertical .chosen-drop::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 20px;
}
.filter_catalog-vertical .chosen-drop::-webkit-scrollbar-track {
    background: #fff;
}

.filter_catalog-vertical .chosen-container-multi .chosen-choices .search-choice{
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.filter_catalog-vertical .buttons .btn.btn-secondary{
  height: auto;
  padding-top: 10px;
  background: none !important;
  color:#333 !important;
  border:0 !important;
  border-radius:0 !important;
}
.filter_catalog-vertical label{
    position: relative;   
}
.category-filter-cancel{
    color: #999;
    font-size: 12px;
    letter-spacing: -0.5px;
    margin: 0 auto;
    display: block;
    text-align: center;
    margin-top: 10px;
  
   padding: 0;
   padding-right: 5px;
   z-index: 111;
}
.category-filter-cancel svg{
    position: relative;
    top:-1px
}

.filter_catalog-vertical .chosen-container-multi:not(.chosen-container-active) .chosen-choices .search-field input[type="text"]::placeholder{
  font-size: 0;
}
.filter_catalog-vertical .chosen-container-multi:not(.chosen-container-active) .chosen-choices .search-field{
    position: relative;
}
.filter_catalog-vertical .chosen-container-multi:not(.chosen-container-active) .chosen-choices .search-field::before{
  font-size: 14px;
   content:"Выбрать несколько";
   color:#fff;
   position: absolute;
   top:12px;
   left:15px;
   cursor: pointer;
}

.filter_catalog-vertical .collapse>div.d-flex{
    flex-direction: column !important;
    gap: 5px;
}
.filter_catalog-vertical .collapse>div .input-group{
    margin:0 !important
}

.input-group-append{

}


.toolbox-group{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.content_list_filter_toggler{
    display: none;
    align-items: center;
    gap: 5px;
    order:2;
    font-size: 14px;
    padding-right: 0;
    position: relative;
}
.content_list_filter_toggler .count-badge{
    right:-5px;
    top:5px
}

.content_list_filter_toggler span.text1{
    display: none;
}



/* Мобильный bottombar */


#theme_bottombar_area{
    position: fixed;
    bottom:0;
    left:0;
    right:0;
    z-index: 1041;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .2);
    background: #fff;
    padding: 10px 0;
    padding-bottom: 5px;
    transition: all 0.3s ease-in-out;
}

.modal-open #theme_bottombar_area{
    display: none;
}

.theme_bottombar{
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-wrap: nowrap;
}

.theme_bottombar .nav-link{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3px;
    height: 58px;
}
.theme_bottombar .nav-link.active .nav-item-text{
    color: var(--dark);
}
.theme_bottombar .icon-wrap{
    height: 30px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.theme_bottombar .icon-wrap svg{
    width:auto;
    max-width: 30px;
    height: 28px;
    color: #404040;
}
.theme_bottombar .nav-item-text{
    font-size: 11px;
    color: #a0a1a3;
    letter-spacing: -0.3px;
}
.theme_bottombar .nav-link{
    position: relative;
}
.theme_bottombar .nav-link .badge{
    position: absolute;
    top:3px;
    right:calc(50% - 8px);
    margin-right: -10px;
    background: var(--primary);
    color: #fff;
    font-size: 10px;
    border-radius: 100%;
}
.theme_bottombar .nav-link .badge:empty{
    display: none;
}



.mobile_sidebar{
    position: fixed;
    z-index: 1300;
    left:-100%;
    width:calc(100% - 40px);
    top:0;
    bottom:0;
    background: #fff;
    transition: all 0.3s ease-in-out;
    flex-direction: column;   
    overflow: hidden;
}
.mobile_sidebar_wrap{
    position: relative;
}
.mobile_sidebar-close svg{
    height: 26px;
    width: 26px;
}
.mobile_sidebar-back{
    padding-left: 15px;
}
.mobile_sidebar-back svg{
    height: 23px;
    width: 23px;
    transform: rotate(-180deg);     
}

.mobile_sidebar .navbar-brand img{
    height: 28px;
}
.mobile_sidebar-top{
    flex: 1;
    flex-shrink: 1;
}
.mobile_sidebar-bottom .objects_list .objects_list-item{
    font-size: 12px;
    color:#666;
}
.mobile_sidebar-bottom a,
.mobile_sidebar-bottom .objects_list .objects_list-item a{
     color:#666;
}
.mobile_sidebar-opened .mobile_sidebar{
    left:0
}


#mobmenu_home_area{
    display: flex;
    flex-direction: column;
    padding: 20px 15px;
    gap: 15px;
}
.mobmenu_navs a{
   font-size: 18px;
   font-weight: 500;
}
.mobmenu_links a{
   font-size: 15px;
}


.mobile_sidebar-head{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color:#b4b5b8;
    font-size: 15px;
    padding-top: 15px;
    position: relative;
    left:0;
    width:calc(100%);
    right: 10px;
    order:-1;
}
.mobile_sidebar-head .btn{
    padding-left: 10px;
    padding-right: 15px;
}
#mobmenu_home_area, 
#mobmenu_catalog_area, 
#mobmenu_search_area{
    display: none; 
    width: 100%;
}
.mobmenu_catalog_area-opened #mobmenu_catalog_area{
     display: flex;
}
.mobmenu_home_area-opened #mobmenu_home_area{
     display: flex;
}
.mobmenu_search_area-opened #mobmenu_search_area{
     display: block;     
     padding: 15px;
}
.mobmenu_search_area-opened .mobile_sidebar-head-dummy{
    display: none;
}

#mobmenu_catalog_area{
    overflow-y: auto;
    height: calc(100vh - 57px);
    padding-top: 15px;
}




    .mobile_sidebar-opened{
        overflow: hidden;
    }
    .mobile_sidebar-opened .global-overlay{
        display: flex;
        opacity: 1;
        z-index: 1112;
    }
    .mobmenu_home_area-opened .mobile_sidebar-back,
    .mobmenu_search_area-opened .mobile_sidebar-back{
        display: none;
    }
    .mobmenu_home_area-opened .mobile_sidebar-head,
    .mobmenu_search_area-opened .mobile_sidebar-head{
       padding-left: 15px;
    }

.mobile_sidebar-head.mobile_sidebar-head-search{
    padding: 0 !important;
    margin-bottom: 20px;
    margin-right: -15px;
    width:calc(100% + 15px)
}


   .theme-catalog-mobmenu-search-pills{
     display: flex;
     align-items: center;
     flex-wrap: nowrap;
     gap:5px;     
     overflow: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: none;
        scrollbar-width: none;
        width:calc(100% + 15px);
        margin-right: -15px;
   }
   .theme-catalog-mobmenu-search-pills .btn{
    border:1px solid #c4c4c4;
    border-radius: var(--btn-radius2);
    font-size: 13px;
   }


   #theme_mobmenu_subcats>ul>li:not(.open){
      display: none;
   }
   #theme_mobmenu_subcats>ul>li.open{
     display: flex;
   }




/* Поиск */

   
.header_search_result_card{
    padding: 20px 0;
}
.header_search_result_info{
    margin-bottom: 10px;
}
.header_search_result_info, 
.header_search_result_links a,
.header_search_log_links .link,
.header_search_result_morelinks a{
  padding: 0 20px;
}
.header_search_result_links a,
.header_search_log_links .link,
.header_search_result_morelinks a{
  display: flex;
  gap: 5px;
  align-items: center;  
  padding-top: 5px;
  padding-bottom: 5px;  
  font-size: 14px;
}
.header_search_result_links a span{
    display: flex;
    align-items: center;  
    gap: 5px;
}

.header_search_result_links a svg,
.header_search_result_morelinks a svg{
    position: relative;
    color:var(--primary);
    width:18px;
    height:18px;
}

.header_search_result_links a:hover,
.header_search_result_morelinks a:hover,
.header_search_log_links .link:hover{
    background-color: #ededed;
    color: var(--color-text-dark);
}

.header_search_result_morelinks{
    margin-bottom: -10px;
}

.header_search_log_list_head{
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.btn-searchlog-clear{
    color: var(--color-text-gray);
    font-size: 14px;
    cursor: pointer;
}

.header_search_log_links .link{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 5px;
    padding-bottom: 5px;
}
.header_search_log_links svg{
    width: 24px;
    height: auto;
    color: var(--color-text-gray);
}
.header_search_log_links svg:hover,
.btn-searchlog-clear:hover{
    color: var(--color-text-harp);
}
.header_search_log_links .btn{
   padding: 0;
}

#mobmenu_search_area{
    height: 100vh;
    position: relative;
}

#mobmenu_search_area .header_search_result_card{
  border:0;
  padding: 0 !important;
  margin-top: 20px;
}
#mobmenu_search_area .header_search_result_info{
    padding: 0 !important;
}
#mobmenu_search_area .header_search_result_links a,
#mobmenu_search_area .header_search_log_links .link,
#mobmenu_search_area .header_search_result_morelinks a{
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.header_search_form_submit{
    position: absolute;
    left:0;
    right:0;
    bottom:0;
    margin:0;
    border-radius: 0;
    font-size: 13px;
    height: 44px;
    line-height: 44px;
}






/* Выпадающее меню каталога */

.catalog_dropdown_area-opened .btn-cats-toggler{
      background:var(--primary) url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" height="24" width="24" viewBox="0 0 24 24"><g stroke-linejoin="miter" fill="white" stroke-linecap="butt" class="nc-icon-wrapper"><line x1="19" y1="19" x2="5" y2="5" fill="none" stroke="white" stroke-linecap="square" stroke-miterlimit="10" stroke-width="1.5" data-color="color-2"></line><line x1="19" y1="5" x2="5" y2="19" fill="none" stroke="white" stroke-linecap="square" stroke-miterlimit="10" stroke-width="1.5"></line></g></svg>');
      background-repeat: no-repeat;
      background-position: 20px center;
      background-size: 24px 24px;
}

.catalog_dropdown_area{
    position: absolute;
    left:0;
    right:0;
    top:110px;
    z-index: 1024;
    border-top:1px solid #eee;
    background: #fff;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .2);  
    display: none;  
    opacity: 0;
}

.catalog_dropdown_area-opened .catalog_dropdown_area{
    opacity: 1;
    display: flex;
}

.catalog_dropdown_area-opened .global-overlay{
        display: flex;
        opacity: 1;
}

.catalog_dropdown_area_cols{
     display: flex;
     width: 100%;
     height: 100%;
}

.catalog_dropdown_parents_area{
    flex:0 0 270px;
    max-width: 270px;
    height: 100%;
    overflow: auto;
    border-right: 1px solid #eee;
    padding-top: 15px;
    padding-bottom: 20px;
}

.catalog_dropdown_subcats_area{
    flex:1;
    padding: 20px;
    padding-top: 15px;
    padding-right: 10px;
}

.catalog_dropdown_parents_list{
      display: flex;
      flex-direction: column;
}

.catalog_dropdown_subcats_parent_title{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.catalog_dropdown_subcats_parent_title .more{
    font-size: 14px;
}

.catalog_dropdown_subcats_parent_title .more:not(:hover){
    color:#888;
}

.catalog_dropdown_parents_list-item{
     display: flex;
     align-items: center;
     font-size: 1rem;
     padding:6px 10px;
     display: -webkit-box;
     -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.catalog_dropdown_parents_list-item.open,
.catalog_dropdown_parents_list-item:hover{
    color: var(--primary);
}

.catalog_dropdown_parents_list-item:not(.link):hover{
    background: #fafafa;
}

.catalog_dropdown_parents_list-item .icon{
    flex:0 0 32px;
    max-width: 32px;
    margin-right: 5px;
}

.catalog_dropdown_parents_list-item .icon img,
.catalog_dropdown_parents_list-item .icon svg{
     width:24px;
     height: 24px;
}

.catalog_dropdown_subcats_area>ul>li{
   display: none;
}

.catalog_dropdown_subcats_area>ul>li.open{
   display: flex;
   flex-direction: column;
}

.catalog_dropdown_subcats_parent_title{
    margin-bottom: 10px;
}

.catalog_dropdown_subcats_area ul>li>ul a{
    font-size: 14px;
}

.catalog_dropdown_area-right{
    padding-top: 15px;
    padding-left: 20px;
    padding-bottom: 20px;
    max-width: 600px;
    border-left: 1px solid #eee;
}

.catalog_dropdown_area-right .icms-widget .card-header{
      font-size: 1rem;
      height: 24px;
      font-weight: 500;
}

.catalog_dropdown_area-right .swiper-buttons-outside .swiper-button-prev {
    left: 15px;
    top:110px
}

.catalog_dropdown_area-right .swiper-buttons-outside .swiper-button-next {
    right: 15px;
    top:110px
}


.catalog_dropdown_area-right .card-image .switch-images, .catalog_dropdown_area-right .card-image .switched-image{
    height: 220px;

}

.catalog_dropdown_area-right .theme_list__cards .card-price{
   font-size: 22px;
}





/* Адаптивность */


 
@media screen and (max-width: 1580px) { 

    .swiper-buttons-outside .swiper-button-prev{
        left:25px;
    }
    .swiper-buttons-outside .swiper-button-next{
       right: 25px;
    }

}

 
@media screen and (max-width: 1440px) { 


    .container:not(.topbar-wrap),
    .topbar{
        max-width:var(--max-width-md);
    }
    
    .swiper-buttons-outside .swiper-button-prev{
        left: 25px;
    }
    .swiper-buttons-outside .swiper-button-next{
        right: 25px;
    }


    .theme-featured-cards .card{
        flex-shrink: 0;
        flex-grow: 1;
        flex-direction: column; 
        height: auto;
     }

     .catalog_dropdown_area-right{

        max-width:330px
     }

 
   
}


@media screen and (max-width: 1200px) { 


    .row.topbar{
        margin: 0 -10px;
    }

    body>.container,     
    header>.container{
       padding-left: 20px;
       padding-right: 20px;
    }
     body>.row>.col-sm:first-child{
         padding-left: 10px;
     }
    body>.row>.col-sm:last-child{
         padding-right: 10px;
     } 

    .hero .col-sm{
      padding: 0 !important;
    }
    .hero img{  
        height: 320px;    
        object-fit: cover;
        object-position: center center;
    }


    .content_list.theme_list__cards .col {
        flex: 0 0 50%;
        max-width: 50%;
    }



    /* Корзина */

    .shop_list_cols.cart_list_cols{
        display: block !important;
    }
     .shop_list_cols.cart_list_cols>div{
       width:100%;
       max-width: 100% !important;
       padding: 0 !important;
    }

}


@media screen and (max-width: 1100px) { 

  

    .catalog_dropdown_area-right{
        display: none;
    }

    .topbar-phone-area .dropdown-menu{
        left: auto !important;
        right:0 !important;
    }

    .btn-cats-toggler{
        display: none;
    }
    .btn-mobmenu-toggler{
        margin-right: 5px;
        display: flex;
        padding: 0;
        width:40px;
        height: 100%;
        position: relative;
        z-index: 111;
        transition: none;
    }
    .mobmenu-opened{
        overflow: hidden;
    }
    .mobmenu-opened .global-overlay{
        display: flex;
        opacity: 1;
    }   


    .header-center{
        display: none;
    }



    
.topbar-left{
    display: none;
}
.topbar-right{
    width: 100% !important;
    max-width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.topbar-right .icons-inline{
  flex: 1;
  padding-left: 0;
}

    .h2, h2{
        font-size: 28px;
    }    
    .card-descr{
        font-size: 14px;        
    }
    .text-16{
        font-size: 14px !important;
    }
    h6, .h6 {
        font-size: 15px;
    }
    .theme-featured-cards .card p{
        font-size: 13px;
    }

    .theme-btn-lg {
        height: 54px;
        padding: 0 35px;
        font-size: 15px;
    }

    .theme-infobox .container{
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }
    .theme-infobox .btn{
        margin-top: 15px;
    }
    .theme-infobox .pl-5{
        padding: 0 !important;
    }

    .theme-card.theme-card-lg .card-body{
        padding: 35px 35px;
    }

    .objects_list{
        gap: 5px;
    }
    .objects_list h6{
        font-size: 13px;
    }
    .objects_list .objects_list-item{
        flex-direction: column;
        align-items: flex-start;
        justify-content: start;
        font-size: 14px;
    }   

    .theme_wd_header-title{
        font-size: 20px;
    }
    .theme_wd_header-links a{
        font-size: 14px;
    }

    .theme-featured-cards .card .card-icon img {
        width: 34px;
        min-width: 34px;
    }
    .theme-featured-cards .card{
        flex-shrink: 1;
        flex-grow: 1;
        height: auto;
     }
     .theme-featured-cards .card h6{
      line-height: 120%;
     }


    .theme-cats_cards .cat-title{
        font-size: 18px;
    }

  
     .footer .fcols-top>.col-sm:first-child{
         flex: 0 0 100%;
         min-width: 100%;
         margin-bottom: 35px;
     }
     .footer .fcols-middle>.col-sm:last-child{
        flex: 0 0 100%;
        min-width: 100%;
        margin-top: 15px;
    }

    .footer .card-header{
        height: auto;
    }







}


@media screen and (max-width: 992px) { 

    .content_list_filter_toggler{
        display: flex;
    }

    .catalog_filter_wrap{
        position: fixed !important;
        top:0;
        right: 0;
        bottom:0;
        width:240px;
        z-index: 1400;
        height: 100vh;
        background: #fff;       
        transition: all 0.3s ease-in-out;
        right:-240px;
    }

    .catalog_filter_wrap .icms-widget__content_filter{
        margin-bottom: 0 !important;
        height: 100%;
    }

    .catalog_filter_wrap .fields{
        height: calc(100vh - 80px);
        overflow: auto;   
        padding: 15px;      
        padding-bottom: 80px;               
    }

    .content_filter-opened .catalog_filter_wrap{
        right:0;
        box-shadow: 0 0 20px 0 rgba(0, 0, 0, .2);
    }

    .content_filter-opened .content_filter-close{
        position: absolute;
        z-index: 1402;
        top:0;
        right:0;
        display: flex !important;
    }

    .catalog_filter_wrap .buttons{     
        background: #fff;
        padding: 10px 15px;
        border-top: 1px solid #eee;
        position: sticky;
        bottom:0;
        z-index: 1440;
    }
   
    /* .catalog_filter_wrap .buttons:not(.shown){
        display: none !important;
     } */

    .catalog_filter_wrap .buttons .btn{
        font-size: 13px;
    }


.catalog_filter_wrap {
    padding-top: 20px;
}



}


@media screen and (max-width: 800px) { 

    .theme_list__cards-hirizontal .swiper-slide,
    .theme_list__cards-hirizontal .card{
       width:320px;
    }        
    .swiper-buttons-outside .swiper-button-prev,
    .swiper-buttons-outside .swiper-button-next{
       display: none !important;
    }

}




@media screen and (max-width: 768px) { 

body{
   padding-top: 65px;
}

header{
position: fixed;
top:0;
left:0;
right:0;
padding: 0;
z-index: 1111;
height: 65px;
display: flex;
align-items: center;
border-bottom: 1px solid #f5f3f1;
}
header .navbar-brand{
    position: absolute;
    z-index: 1;
    left:0;
    right:0;
    width:100%;
    display: flex;
    align-items:center ;
    justify-content: center;
    margin: 0 !important;
}
.header-left{
    position: static;
}
.header-right{
    padding-right: 0;
}

.topbar-wrap{
 display: none;
}

.btn-mobmenu-toggler{
    margin-right: 3px;
}
 .header-right .header-catalog-buttons{
     display: none;
 }
   .header-search-button{
    position: relative;
    z-index: 3;
   }
  .header-search-button .btn{
    padding: 0;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  #theme_bottombar_area{
    display: block;
  }
  .header-search-button{
      display: flex;
  }
  .header-right .header-contacts-buttons{
     display: flex;
     gap: 0;
 }  
   .header-right .header-contacts-buttons .btn{
    padding-left: 5px;
    padding-right: 5px;
 }    

    .theme-section {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .theme_wd_header{
        text-align: center;
        justify-content: center;
        flex-direction: column;
        height: auto;
        margin-bottom: 10px;
    }
    .theme_wd_header .theme_wd_header-links{
        display: none;
    }
    .theme_wd_header-fortabs{
        margin-bottom: 5px;
    }
   
    .icms-widget__cols > .row{
      flex-direction: column;
      gap: 10px;
    }
    .icms-widget__cols > .row > .col{
        width: 100%;
        max-width: 100%;
      }



    .theme-cats_cards{
        overflow: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: none;
        scrollbar-width: none;
     }
     .theme-cats_cards .row{
         flex-direction: row !important;
         flex-wrap: nowrap;
     }
     .theme-cats_cards .col{
         min-width: 290px;
         flex: 0 0 290px;
         max-width: 290px;
      }
 
      .theme_list-tiled {
        overflow: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: none;
        scrollbar-width: none;
        flex-wrap: nowrap;
      }
      .theme_list-tiled .col{
        min-width: 290px;
        flex: 0 0 290px;
        max-width: 290px;
     }


/* Корзина */

.shop_list_col_left{
    position: fixed;
    z-index: 1041;
    left:0;
    right:0;
    bottom:73px;
    background: #fff;
    border-bottom: 1px solid #f5f3f1;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .2);
}
.card_price_area{
    margin: 0 !important;
}
.cart_list__order_card h4{
    display: none;
}
.cart_list__order_info{
    display: none !important;
}
.cart_list_sidebar{
  position: static;
}
.modal-open .cart_list_sidebar{
    display: none;
}
.modal-open .shop_list_col_left{    
    border:0;
}
.cart_list__order_card{
    border:0;
    border-radius: 0;    
}
.cart_list__order_card .card-body{
    padding: 10px 20px;
}
.item_prices_area{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.item_prices_area .mt-3{
    margin: 0 !important;
}
.cart_list__order_card .btn{
    font-size: 13px;
}
.card_price_area .label.mb-3.items_counts{
  font-size: 13px;
  margin-bottom: -5px !important;
  color: #a0a1a3;
}
.card_price_area .label.text-small{
   display: none;
}

    .shop_list_cols.cart_list_cols .shop_list_item{
        position: relative;
        width: 100%;
        display: flex;
    }
  .cart_list .shop_list_item .item_fields .field{
    font-size: 13px;
}
    .cart_list .shop_list_item .title{
        font-size: 16px;
        margin-bottom: -5px;
    }

    .shop_list_cols.cart_list_cols .cart_list .col_content{
     display: block !important;
    }
   .shop_list_cols.cart_list_cols .cart_list .item_fields{
    position: absolute;
    top:0;
    left:190px;
    right:0;
    flex-direction: row;
    justify-content: space-between;
    align-items: start;
   }
   .shop_list_cols.cart_list_cols .col_prices{
    position: absolute;
    bottom:15px;
    left:190px;
    right:0;
    padding: 0;
    width: auto;
   }
   .cart_list_item_buttons{
    margin-top: -5px;
   }
  .shop_list_cols.cart_list_cols .col_prices .col{
    padding: 0;
    width: auto;
  }
   .shop_list_cols.cart_list_cols .col_prices .col:last-child{
    display: flex;
    justify-content: end;
    flex-direction: column;
    align-items: start;
  }
 
    .col_cart_list__prices .label{
        margin-bottom: 7px !important;
        font-size: 12px !important;
    }
    .cart_item__count_selector{
        margin-top: 0;
    }
    .cart_item__count_selector{
     justify-content: space-between;
    }
     .cart_item__count_selector .form-control{
     flex:1;
     max-width: 100%;
     order:-1;
    }
    .shop_list_cols.cart_list_cols .col_prices .price{
    display: flex;
    align-items: end;
    }
   .cart_item__price_selector .price{
    font-weight: 600 !important;        
    }
    .cart_list_item_buttons{
        gap: 0;
        margin-right: -10px;
    }
    .cart_list_item_buttons .btn{
    -webkit-mask-size: 22px 22px;
    mask-size: 22px 22px;
    }


    .item_pricecard_wrap .btn-order{
        background: var(--primary) !important;
        color:#fff !important
    }

    .cart-order-form h2{
        font-size: 18px;
    }

  


}


@media screen and (max-width: 680px) { 

.shop_item_head h1,
.icms-body-toolbox h1 {
    font-size: 28px;
    font-weight: 600;
}
.nav-tabs .nav-link{
    font-size: 14px;
}

    .topbar{
        justify-content: space-between !important;
    }
    .topbar>.col-sm{
       width: auto;
    }

    .header{
        justify-content: space-between !important;
        flex-wrap: nowrap;
    }
    .header>div{
       width: auto;       
    }
 

    .text-20{
        font-size: 16px;
    }

    .theme-featured-cards{
       overflow: auto;
       -webkit-overflow-scrolling: touch;
       -ms-overflow-style: none;
       scrollbar-width: none;
    }
    .theme-featured-cards .card{
        min-width: 250px;
     }


     .header-left .navbar-brand img{
        height: 24px;
     }
     :root{
     --swiper-pagination-bullet-size: 7px;
     --swiper-pagination-bullet-width: 7px;
     --swiper-pagination-bullet-height: 7px;
     }
     .swiper-pagination{
        margin-bottom: 0;
     }





}


@media screen and (max-width: 576px) { 

body{
    padding-top: 0;
}

.topbar-phone-area .dropdown-menu{
    transform: unset !important;
    top:20px !important
}


header{
    position: sticky;
    top:0;
    z-index: 1038;
}
.topbar-right > div:before{
    display: none;
}

.topbar-phone-area{
    padding-right: 0 !important;
    margin: 0 !important;
}
.topbar-phone{
    margin: 0 !important;
}
.header-links a{
    font-size: 13px;
}   
.topbar-timework{
    display: none;
}

.header-buttons .btn-cart{
    font-size: 0;
}
.header-buttons .btn-cart svg{
    margin: 0;
}


.header-catalog-buttons{
    display: none;
}


#collapse_cats option{
    font-size: 14px;
}
.filter_catalog-vertical .input_checkbox_list .custom-control-label span{
    font-size: 14px;
    padding-top: 1.5px;
}



.theme_list__cards-hirizontal .swiper-slide, .theme_list__cards-hirizontal .card {
        width: 280px;
}
.icms-widget__cols .col:first-child {
    padding-right: 10px;
}
.theme_list_cards_slider{
   margin-right: -10px !important;
   margin-left: -10px !important;
   padding-left: 20px !important;
   padding-right: 10px !important;
}


.shop_item .col_content_left,
.shop_item .item_widgets_cols_pos{
    flex-direction: column;
}
.item_widgets_cols_pos .item_fields{
    padding-left: 0;
}
#item_col_left{
    margin-bottom: 30px;
}
#item_col_left,
#item_col_center,
#item_col_right{
flex: 0 0 100%;
 max-width: 100%;
}


.content_list.theme_list__cards .col {
        flex: 0 0 100%;
        max-width: 100%;
}


.theme-infobox .text-20{
  font-size: 12px !important;
  font-weight: 400;
}
.theme_wd__pilled-header .nav-pills .nav-link{
   font-size: 14px;
}



.fcols-top{
    gap: 25px;
}

.footer .fcols-top>.col-sm:last-child{
    margin-top: 25px;
}

.footer .fcols-middle{
    gap: 5px;
}
.footer .fcols-middle>.col-sm:last-child {
    margin-top: 0;
}

.fcols-bottom >div:last-child{
    margin-top: 25px;
}



/* Корзина */

.col_cart_list__prices {
    flex-direction: column;  
    gap: 10px;
} 
.shop_list_cols.cart_list_cols .label{
    padding-right: 0;
    margin-bottom: -2px !important;
}
.shop_list_cols.cart_list_cols .cart_item__count_area .label{
    margin-bottom: 5px !important;
}
.cart_item__price_selector .form-check{
    width: auto;
}

.shop_list_cols.cart_list_cols .cart_list .col_content{
    min-width: 100%;
}
   .shop_list_cols.cart_list_cols .cart_list .item_fields{
    margin-top: 15px;
    width:100%;
    position: static;
    flex-direction: row;
    justify-content: space-between;
    align-items: start;
   }
   .cart_list_item_buttons{
    position: absolute;
    right:0;
    top:-3px;
   }
   .shop_list_cols.cart_list_cols .col_prices{ 
    padding: 0;
    top:70px;
    width: auto;
   }
 .shop_list_cols.cart_list_cols .col_prices .col:last-child {  
        justify-content: start;
        flex-direction: column;
        align-items: start;
        margin-top: 0;
    }
    .cart_item__count_selector{

    }





}



@media screen and (max-width: 480px) { 

.content_list_filter_toggler span.text1{
    display: none;
}
.content_list_filter_toggler span.text2{
    display: flex;
}


.cart-order-list-item{
  flex-direction: column;
  align-items: start;
}
.cart-order-info{
    align-items: start;
    line-height: 110%;
    margin-top: 15px;
}
.cart-order-list-item-price{
    width: 100%;
    justify-content: space-between;
}
.cart-order-list-item-price .cart-order-list-item-price-price{
    font-size: 0.8rem;
}



}