/*
h1 {
    white-space: pre-wrap;
}
*/

.map__bottom {
    pointer-events: auto;
    max-width: 455px;
}

.bx-core-window input {
    width: auto;
    display: unset;
}

.bx-core-window select {
    display: unset;
}
.certificate-verification-list__container {
	min-height: 227px;
}

.bx-filter input[type="checkbox"] {
    display: unset;
}

.not-found-items + .x-table-box {
    display: none;
}

.page-no-footer .wrapping-v2 {
    padding-bottom: 0;
}

span.feedback-form__checkbox__text {
    display: -webkit-inline-box;
}

.cookie_accept{
    font-family: 'TTHoves-Regular', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #FFFFFF;
    background-color: #414141;
    border-radius: 5px;
    border-width: 0;
    /*padding: 10px 16px 12px 16px;*/
    width: 100%;
    height: 50px;

    cursor: pointer;
    transition: background-color 0.3s ease;
    width: 85px;
    height: 34px;
}
.cookie_accept:hover{
          background-color: #0B91DB;
        color: #fff;
}
@media (min-width: 967px) {
.cookie_accept{
    margin-top: 30px;
}
}
@media (max-width: 967px) {
.cookie_accept{
    margin-top: 10px;
}
}
#cookie_notification{
    position: fixed;
    bottom: 0px;
    left: 20px;
    transform: translateX(0%);
    max-width: calc(100% - 45px);
    width: 100%;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    padding: 25px;
    z-index: 1000;
    bottom: 20px;
    display: none;
    height: 114px;

}

@media (min-width: 967px) {
    #cookie_notification{
        position: fixed;
        bottom: 0px;
        right: 0;
        left: unset;
        transform: translateX(0);
        width: 420px;
        height: 160px;
        background-color: #ffffff;
        border-radius: 10px;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
        padding: 25px;
        z-index: 1000;
        display: none;
        margin: 20px;
    }
}

#cookie_notification p{
  margin: 0;
  font-size: 0.9rem;
}


@media (min-width: 576px){
  #cookie_notification.show{
    display: block;
  }
}

@media (max-width: 575px){
  #cookie_notification.show{
    display: block;
    text-align: left;
  }
}


#cookie_notification p{
  margin: 0;
  font-size: 0.9rem;
}
#cookie_notification b{
  margin: 0;
  font-size: 1rem;
}

@media (min-width: 576px){
  #cookie_notification.show{
    display: block;
  }
}

@media (max-width: 575px){
  #cookie_notification.show{
    display: block;
  }
}
.cookie-close {
    position: absolute;
    top: 10px;
    right: 10px;
}
.cockie_close
  {
position: absolute;
    top: -8px;
    right: -1px;
    font-size: 28px;
    cursor: pointer;
    color: #666;
    transition: color 0.3s;
    z-index: 1001;
    border: 0;
    background: transparent;
}

.cookie-text {
    font-family: "TT Hoves";
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #414141;
}
/*-------------MAP------------------*/
.wrapping-contact {
  padding-top: 222px;
  padding-bottom: 330px;

}
.rf-map .contacts-container{
  margin:0!important;
  padding:0!important;
}
.rf-map.open{
  position: relative;
  max-width: 100%;
  height: 100%;
  margin:0 auto 0 auto;
  min-height: 1200px;

}
.rf-map,
.rf-map *{
    box-sizing: border-box;
}    
.rf-map {
    position: relative;
    max-width: 1040px;
    margin: -325px 0 0 auto;
    padding: 0px;
    z-index: 2;
}
.rf-map .district b {
    position: absolute;
    z-index: 5;
    width: 18px;
    height: 18px;
    background: rgba(240,240,240, 1);
    transition: all 0.3s;
}
.rf-map .district span {
    position: absolute;
    z-index: 5;
    top: 20px;
    left: 30px;
    font-size: 55px;
    font-family: "Electra Medium Pro", sans-serif;
    line-height: 55px;
    line-height: 1;
    color: #4A4A4A;
}

.rf-map.open .district b {
    top: 0;
    left: 0;
    border-radius: 0;
    width:100%;
    height: 100%;
    /*box-shadow: 0 4px 12px rgba(0,0,0,0.2), 0 16px 20px rgba(0,0,0,0.2);   */ 
}
.rf-map.open .district span {
    color: #4A4A4A;
}
.rf-map svg {
    margin: 0 0 0 25%;
}
.rf-map.open svg {
  margin: 0;
}
.rf-map.open .svg_cart {

 height: 750px;
 width: 100%;
}
.rf-map path {
    stroke: #f0f0f0 ;
    stroke-width: 0.5;
    stroke-linejoin: round; 
}
.rf-map [data-code] {
    fill: #fff;
    transition: fill 0.2s;
    padding: 10px 0;
}
.wrapping-contact .rf-map [data-code]:hover {
    fill: #0b519a ;
}
.rf-map .district-text {
    display: none;
    position: absolute;
    z-index: 6;
    left: 0;
    top: 60px;
    width: 100%;
    height: 100%;
    padding: 0px;
    overflow: auto;
    color: #4A4A4A ;
    font-size: 13px;
    font-family: Verdana, sans-serif;   
}
.rf-map .close-district {
    opacity: 0;
    z-index: 6;
    position: absolute;
    top: 10px;
    right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;    
    width: 40px;
    height: 40px;
    line-height: 1;
    font-size: 40px;
    color: #4A4A4A;
    cursor: pointer;
    transition: opacity 1s;
    pointer-events: none;
}
.rf-map.open .close-district {
    opacity: 1;
    pointer-events: initial;
}
.rf-map .district-links {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
}
.rf-map .district-links div {
    font-size: 13px;
    font-family: Verdana, sans-serif; 
    padding: 4px;
}
.rf-map .district-links div:after {
    content: " | ";
    color: #4A4A4A;
}
.rf-map .district-links div:last-child:after {
    content: "";
}
.dropfill {
    fill: #fff!important;
}
.mainfill {
    fill: #0a5bac!important;
}
@media (min-width:768px){
    .rf-map .district b {
        width: 48px;
        height: 48px;    
        left: -206px;
        top: 338px;
    }
    .rf-map.open .district span {
      top: 30px;
      left: 46px;
    }
    .rf-map .district span {
        top: 340px;
        left: -450px;
        font-size: 45px;
       
    }
    .rf-map .district-text {
        left: 30px;
        top: 80px;
        width: 100%;
        height: 100%;
        font-size: 16px; 
    }
    .rf-map .close-district {  
        width: 60px;
        height: 60px;
        font-size: 60px;
    }
    .rf-map .district-links {
        display: none;
    }
}
/* Цвета регионов */

.wrapping-contact .rf-map [data-code="RU-MOW"] {
    fill: #d12020;
    cursor: pointer;
}

.wrapping-contact .rf-map [data-code="RU-MOW"]:hover {
    fill: #0b519a;
}
.wrapping-contact .rf-map [data-code="RU-MOS"] {
  fill: #0a5bac;
  cursor: pointer;
}

.wrapping-contact .rf-map [data-code="RU-MOS"]:hover {
  fill: #0b519a;
}

.wrapping-contact .rf-map [data-code="RU-NIZ"] {
  fill: #0a5bac;
  cursor: pointer;
}

.wrapping-contact .rf-map [data-code="RU-NIZ"]:hover {
  fill: #0b519a;
}
.wrapping-contact .rf-map [data-code="RU-CHE"] {
  fill: #0a5bac;
  cursor: pointer;
}

.wrapping-contact .rf-map [data-code="RU-CHE"]:hover {
  fill: #0b519a;
}

.wrapping-contact .rf-map [data-code="RU-SWE"] {
  fill: #0a5bac;
  cursor: pointer;
}

.wrapping-contact .rf-map [data-code="RU-SWE"]:hover {
  fill: #0b519a;
}

.wrapping-contact .rf-map [data-code="RU-KLU"] {
  fill: #0a5bac;
  cursor: pointer;
}

.wrapping-contact .rf-map [data-code="RU-KLU"]:hover {
  fill: #0b519a;
}

.wrapping-contact .rf-map [data-code="RU-TA"] {
  fill: #0a5bac;
  cursor: pointer;
}

.wrapping-contact .rf-map [data-code="RU-TA"]:hover {
  fill: #0b519a;
}

.wrapping-contact .rf-map [data-code="RU-BA"] {
  fill: #0a5bac;
  cursor: pointer;
}

.wrapping-contact .rf-map [data-code="RU-BA"]:hover {
  fill: #0b519a;
}

.wrapping-contact .rf-map [data-code="RU-TUL"] {
  fill: #0a5bac;
  cursor: pointer;
}

.wrapping-contact .rf-map [data-code="RU-TUL"]:hover {
  fill: #0b519a;
}

.wrapping-contact .rf-map [data-code="RU-SPE"] {
  fill: #d12020;
  cursor: pointer;
}

.wrapping-contact .rf-map [data-code="RU-SPE"]:hover {
  fill: #0b519a;
}

.wrapping-contact .rf-map [data-code="RU-PER"] {
  fill: #0a5bac;
  cursor: pointer;
}

.wrapping-contact .rf-map [data-code="RU-PER"]:hover {
  fill: #0b519a;
}






.wrapping-contact .rf-map [data-code="RU-SVE"] {
  fill: #0a5bac;
  cursor: pointer;
}

.wrapping-contact .rf-map [data-code="RU-SVE"]:hover {
  fill: #0b519a;
}

.wrapping-contact .rf-map [data-code="RU-YAR"] {
  fill: #0a5bac;
  cursor: pointer;
}

.wrapping-contact .rf-map [data-code="RU-YAR"]:hover {
  fill: #0b519a;
}

.wrapping-contact .rf-map [data-code="RU-TYU"] {
  fill: #0a5bac;
  cursor: pointer;
}

.wrapping-contact .rf-map [data-code="RU-TYU"]:hover {
  fill: #0b519a;
}
.wrapping-contact .rf-map [data-code="RU-BRY"] {
  fill: #0a5bac;
  cursor: pointer;
}
.wrapping-contact .rf-map [data-code="RU-BRY"]:hover {
  fill: #0b519a;
}

.wrapping-contact .rf-map [data-code="RU-KHM"] {
  fill: #0a5bac;
  cursor: pointer;
}
.wrapping-contact .rf-map [data-code="RU-KHM"]:hover {
  fill: #0b519a;
}

.wrapping-contact .rf-map [data-code="RU-RYA"] {
  fill: #0a5bac;
  cursor: pointer;
}
.wrapping-contact .rf-map [data-code="RU-RYA"]:hover {
  fill: #0b519a;
}

.wrapping-contact .rf-map [data-code="RU-LEN"] {
  fill: #0a5bac;
  cursor: pointer;
}
.wrapping-contact .rf-map [data-code="RU-LEN"]:hover {
  fill: #0b519a;
}


.rf-list{
  float: left;
  display: block;
  width: 50%;
  height: 350px;
  position: absolute;
  left: -450px;
  top: 400px;
}
.link__text{
  cursor: pointer;
}
.rf-list-mobile li{
  
  padding: 25px 10px;
}
.map {
  min-height: 960px;
}

.map .rf-map {
  position: relative;
  max-width: 1040px;
  margin: -497px 0px 0px -367px;
  padding: 0px;
}

@media screen and (max-width: 767px) {
  .map-svg {
    display: none;
  }
}
.mypopup {
  width: 400px;
  padding: 20px;
  font-family: Arial, sans-serif;
  font-size: 10pt;

  border-radius: 6px;
  position: absolute;
  display: none;
}
.popup1{
  display: none;
}
.msc:hover .popup1{
  display: block;
}
.mypopup::before {
  content: "";
  width: 12px;
  height: 12px;
  transform: rotate(45deg);

  position: absolute;
  left: -6px;
  top: 68px;
}

.wrapping-v2 .rf-map{
  margin: -404px 0px 0px -300px;
}
.list--advantages .fadeInUp{
  padding-top: 0px !important;
}

.document-link{
  color: #4A4A4A;
}

.pointer:hover .document-link{
  color: #fff!important;
}


.document__container .x-table-box__column--right .x-table th, .x-table-box__column--right .x-table td {
  text-align: left;
}
.x-table tbody tr:hover td, .x-table tbody tr.hover td .document-link{
  color: #fff !important;
  background-color: #0A5BAC;
}


.document__container .form-select {
  border: 2px solid #DFEEFB;
  border-radius: 0;
  height: 52px;
  width: 90%;
  margin: 10px;
}
.document__container .col-md-2 {
  flex: 0 0 auto;
  min-width: 180px;
}
.document__container select {
  display: block;
}
.document__container .field__label {
  color: #4A4A4A;
  display: inline-block;
  font: 600 14px / 18px "Myriad Pro", sans-serif;
  letter-spacing: .88px;
  text-transform: uppercase;
  margin-left: 10px;
}

  .document__container .filter {
    margin-top: -96px;
    padding: 35px;
    position: absolute;
    /* top: 100px; */
    width: 100%;
    left: 27%;
  }
  .document__container .smart-filter-button-box{
    margin: 24px;
  
  }
  .document {
    width: 100%;
    margin-bottom: 300px;
}
.modern-page-navigation{
  text-align: center;
  color: #4A4A4A;
}

.modern-page-navigation a{
  color: #0A5BAC;
}
@media screen and (max-width: 767px) {
  .document__container .x-table-box__column--right {
      width: calc(100% - 2px);
  }
}

.news_list{
  margin-top: 150px;
  padding: 25px 0;
  margin-bottom: 150px;
}

.catalog .news_list{
  margin-top: 0 !important;
  padding:0 !important;
  display: block;
}

.catalog .news_list .row {
  padding: 0px!important;
}

.small-news{
  margin-top: 25px;

}

.news_list .img {
float: left;
margin-right: 25px;

}

.news_list .map-text--first {
  margin-bottom: 76px;
}

.news_list .row {
  padding: 25px;
  display: -webkit-box;
  display: -webkit-block;
  display: -moz-box;
  display: -ms-flexbox;
  display: block
;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.news_list a{
  margin-top: 10px;
  color: #0a5bac;
}
.catalog-news-link{
  position: absolute;
  right: 50px;
  top: 110px;
}
.border-bottom {
  border-bottom: 1px solid #0a5bac;
}

.document_v2 .document__container {
  padding-bottom: 0px;
  padding-top: 0px;
  margin: 0 auto;
  min-height: 0vh;
}
#ajax-add-answer {
  display: none;
  width: 800px; 
  min-height : 400px;
}

.contact {
  min-height: 179px;
  width: 100%;
  background-color: #0A5BAC;
  -webkit-background-size: 500px 500px;
  background-size: 500px;
  background-repeat: no-repeat;
  background-position: 75% 50%;
}
.logo__img
 {
    width: 104px;
    z-index: 2;
}
.head-v2-block__info {
    color: #ffffff !important;    
    font-size: 14px !important;
    letter-spacing: 0px !important;
    line-height: 12px !important;
    font-weight: 600 !important;
}
.head-v2-block__info span{
  font-family: TT Hoves;
  font-weight: 400 !important;
  font-style: Regular !important;
  font-size: 14px !important;
  leading-trim: NONE !important;
  line-height: 120% !important;
  letter-spacing: 0px !important;
  vertical-align: middle !important;

}
.head-v2__right{
  width: 180px;
}

.head-v2__lk, .head-v2__language{
font-family: TT Hoves !important;
font-weight: 600 !important;
font-style: Medium !important;
font-size: 12px !important;
leading-trim: NONE !important;
line-height: 120% !important;
letter-spacing: 0% !important;
vertical-align: middle !important;
text-transform: uppercase !important; 
}
.head-v2__lk label{
  margin-right: 30px;
}

.location-icon{
    width: 9.5px;
    height: 13px;
    margin-bottom: 3px;
    margin-right: 3px;
}

.wrapping-v2 .btn {
  color: #eee;
  background-color: #0A5BAC;
  text-transform: uppercase;
  font-family: "Myriad Pro", sans-serif;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 24px;
  cursor: pointer;
}

.wrapping-v2.btn.active {
  border-bottom-color: #0b90db;
}
.wrapping-v2.btn:hover {
  border-bottom-color: #0b90db;
}
.wrapping-v2 .document{
  background-color: #F0F0F0;
  margin-bottom: 0px;
}
@media screen and (min-width: 980px) {
.wrapping-v2 .contact {
  min-height: 60px;
}
}
.wrapping-v2 .contact .company__container{
  padding-top: 60px;
}
.contact .head-nav-v2{
  margin-top: -69px;
  color: #fff;
}
.contact .head-nav-v2__item{
  padding: 15px;
}
.contact .head-nav-v2__item:hover{
  background-color: #0b90db;
}
.contact .head-nav-v2__link.active, .head-nav-v2__link:hover {
  border-bottom-color: #0b90db;
}

.contact-links{
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: block;
  background-color: #fff;
  color: #000;
  margin: 0px 10px 10px 0;
  padding: 15px;
  min-height: 307px;
   position: relative;
}
.contact-links-big{
  min-height: 624px;
}
.contact-links .contact-adress{
  display: flex;
  margin-bottom: 10px;
}
.contact-links .contact-adress p{
  margin-left: 38px;
}

.contact-links__text {
  font-family: "Myriad Pro", sans-serif;
  font-size: 14px;
  letter-spacing: 0.88px;
  line-height: 18px;
  margin-top: 15px;
 }
 .contact-links .icon {
  margin-right: -20px;
  margin-top: 3px;
 }

 .contact-links .contact-link__links {
  color: #4A4A4A;
  font-family: "Electra Text Pro", sans-serif;
  font-size: 14px;
  line-height: 22px;
}

.set_cart{
  margin: 10px auto;
  max-width: 1400px;
}
.ymaps-2-1-79-ground-pane {
	filter: grayscale(1);
	-ms-filter: grayscale(1);
	-webkit-filter: grayscale(0.9);
	-moz-filter: grayscale(1);
	-o-filter: grayscale(1);
}
.ymaps-2-1-79-searchbox__normal-layout .ymaps-2-1-79-searchbox-button{
  background-color: #0070af;
  color: #fff;
}
.showmore{
  text-align: center;
  margin: 25px;
  
}
.showmore #button{
  color: #0070af;
}

.contact-links a{
  color: #0070af;
}
.contact-links h4{
  text-transform: uppercase;
  font-weight: 300;
}
.contact-links .myForm{
display: none;
}
.contact_menu{  
  color: #fff;
  margin: -60px 0;
}
.contact_menu .alem.active{  
  background-color: #0b90db;
}
.contact_menu .alem:hover{  
  background-color: #0b90db;
  cursor: pointer;
}
.contact_menu .alem{
  text-align: center;
  padding: 10px 0;
}

.contact_filter{
  height: 70px;
  text-align: right;
  margin: 25px auto 0px auto;
  max-width: 1400px;
}
.contact_filter .check{
  margin-right: 15px;
}

.single { margin: 0.5rem 0; padding: 1rem; font: 1.5rem sans-serif; text-align: center; background: #eee; }
.single { display: none; }
.single.active { display: block; }


#my-result{
  width: 100%;
  margin-top: -10px;
}
.ymaps-2-1-79-b-cluster-content{
min-height: 450px;
min-width: 580px;
}
.ymaps-2-1-79-b-cluster-tabs__section{
 min-height: 150px !important; 
}

.head-v2__exit{
   height: 12px !important; 

}

.ymaps-2-1-79-b-cluster-tabs__menu-item-text{
     text-align: center !important;
   padding-top: 10px !important;
}
.ymaps-2-1-79-b-cluster-tabs__menu-item_current_yes{
    border-radius: 0 !important;
    background: #006eb6 !important;
}
.ymaps-2-1-79-b-cluster-tabs__menu-item_current_yes .ymaps-2-1-79-b-cluster-tabs__menu-item-text{
 color:#fff !important;
}

.ymaps-2-1-79-b-cluster-tabs__section{
min-width: 150px !important;
}
.ymaps-2-1-79-b-cluster-tabs__menu{
min-height: 450px;

}
.ymaps-2-1-79-b-cluster-tabs__menu-item-text{
  color:#006eb6 !important;
}

.filter_body .form-check {
    margin-bottom: 0.5rem;
}

.filter_body .form-check-input {
    margin-right: 0.5rem;
}

.filter_body .form-check-label {
    cursor: pointer;
    margin-left: 0;
font-weight: 600;
line-height: 120%;
letter-spacing: 0px;
vertical-align: middle;
 color:#4A4A4A ;
}

.filter_body .form-check-input:checked + .form-check-label {
font-weight: 600;
line-height: 120%;
letter-spacing: 0px;
vertical-align: middle;
 color:#4A4A4A ;
     margin-bottom: 0!important;
}






.side-panel .side-title {
    margin-top: 1rem;
    border-top: 1px solid #dee2e6;
}

/* Стили для кнопки "Применить" */
#applyFilters {
    background-color: #F3F3F3 !important;
    color: #094682 !important;
    border: 1px solid #F3F3F3 !important;
    transition: all 0.3s ease;

    width: 230px;
    height: 39px;
    opacity: 1;
    gap: 10px;
    border-radius: 5px;
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;

}

#resetFilters{
    background-color: #094682 !important;
    color: #F3F3F3 !important;
    width: 229px;
    height: 39px;
    opacity: 1;
    border-radius: 5px;
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
    gap: 10px;

}

.side-bootom {
    font-size: 20px;
    margin-bottom: 20px;
    background-color: #0A5BAC;
    color: #F3F3F3;
    width: 100%;
    padding: 42px 0 32px 42px;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: 0px;
    vertical-align: middle;
    text-transform: uppercase;
}

#applyFilters:hover {
    background-color: #f8f9fa !important;
    border-color: #6c757d !important;
    color: black !important;
}

#applyFilters:focus {
    background-color: white !important;
    color: black !important;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
/* ====== Чекбоксы в боковой панели фильтров ====== */
.filter_body .form-check-input.filter-checkbox {
    /* Оставляем базовый размер Bootstrap */
    width: 15px;
    height: 15px;
}

/* Отмеченный чекбокс */
.filter_body .form-check-input.filter-checkbox:checked {
    /* Белый фон (по‑умолчанию у Bootstrap) */
    background-color: #fff !important;

    /* Рамка – по желанию */
    border-color: #014a86 !important;

    /* Галочка (svg‑иконка) с нужным цветом */
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='%23014a86' stroke-width='3' d='m4 10 4 4 8-8'/%3E%3C/svg%3E") !important;
}

/* (Опционально) При наведении подсветить рамку */
.filter_body .form-check-input.filter-checkbox:hover {
    border-color: #014a86;
}


.basket-count-badge {
    position: absolute;
    top: -8px;
    right: -8px;
    background-color: #dc3545;
    color: white;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    z-index: 1000;
}

.btn {
    position: relative;
}
#bascet{
    height: 36px;
    position: relative;
    top: 50px;
    right: -12%;
}
.header-v2-search {
    color: currentColor;
    position: absolute;
    top: 60px;
    right: 9.4% !important;
    cursor: pointer;
}
#nav-icon2{
top: 64px !important;
}
.header-phone {
    color: currentColor;
}
.header-v2-search__icon {
    width: 25px !important;
    height: 25px !important;
}
.head-nav-v2{
  margin-top: 16px !important;
}
.inline a:hover{
  color: #fff!important;
}
/* Стили для блока доставки */
.delivery-label {
    display: flex !important;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    padding: 10px;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.delivery-label:hover {
    background-color: #f8f9fa;
}

.delivery-icon {
    flex-shrink: 0;
    font-size: 1.2em;
    color: #0A5BAC;
}

.delivery-text {
    color: #4A4A4A;
    font-family: "Myriad Pro", sans-serif;
    font-size: 14px;
    letter-spacing: 0.88px;
    line-height: 18px;
}

/* Альтернативный вариант центрирования для старых браузеров */
.delivery-label-alt {
    display: block;
    cursor: pointer;
    padding: 10px;
    border-radius: 5px;
    transition: background-color 0.3s ease;
    line-height: 24px;
}

.delivery-label-alt:hover {
    background-color: #f8f9fa;
}

.delivery-label-alt .delivery-icon {
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
    font-size: 1.2em;
    color: #0A5BAC;
}

.delivery-label-alt .delivery-text {
    display: inline-block;
    vertical-align: middle;
    color: #4A4A4A;
    font-family: "Myriad Pro", sans-serif;
    font-size: 14px;
    letter-spacing: 0.88px;
    line-height: 18px;
}
.modal-backdrop {
    z-index: 1040 !important;
}

.modal {
    z-index: 1050 !important;
}

.modal.show {
    display: block !important;
}

/* Принудительная очистка при проблемах с backdrop */
body.modal-open {
    overflow: hidden !important;
    padding-right: 0 !important;
}

/* Дополнительные стили для блока доставки */
.delivery-label {
    display: flex !important;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    padding: 10px;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.delivery-label:hover {
    background-color: #f8f9fa;
}

.delivery-icon {
    flex-shrink: 0;
    font-size: 1.2em;
    color: #0A5BAC;
}
/* Добавить в template_styles.css */

/* Многострочные названия в мобильной версии */
@media (max-width: 767px) {
  .mobile-product-name {
    margin-bottom: 5px;
  }
  
  .product-name-line1,
  .product-name-line2 {
    word-break: break-word;
    overflow-wrap: break-word;
    line-height: 1.3;
  }
  
  .product-name-line1 {
    font-weight: 500;
    color: #333;
  }
  
  .product-name-line2 {
    font-size: 12px;
    color: #666;
    font-style: italic;
  }
}

/* Улучшение для очень длинных названий */
@media (max-width: 480px) {
  .mobile-product-name {
    font-size: 13px;
    line-height: 1.3;
  }
  
  .product-name-line1 {
    font-size: 13px;
  }
  
  .product-name-line2 {
    font-size: 11px;
  }
}

/* ================ Мобильное меню без JS ================ */

/* Скрываем чекбоксы по умолчанию */
.mobile-menu-checkbox,
.submenu-checkbox {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

/* Стили для кнопки переключения меню (бургер) - по умолчанию скрыта */
.mobile-menu-toggle-label {
  display: none;
}

/* Стили для подменю */
.submenu-checkbox {
  position: absolute;
  opacity: 0;
}

.submenu-toggle {
  position: relative;
  width: 100%;
  justify-content: space-between;
  cursor: pointer;
  transition: all 0.3s ease;
}

.submenu-arrow {
  transition: transform 0.3s ease;
  font-size: 10px;
  color: #0a5bac;
}

.submenu-checkbox:checked + .submenu-toggle .submenu-arrow {
  transform: rotate(90deg);
}

/* Контент подменю */
.submenu-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  background-color: #f8f9fa;
  border-radius: 0 0 5px 5px;
  margin-bottom: 10px;
}

.submenu-checkbox:checked + .submenu-toggle + .submenu-content {
  max-height: 500px;
}

/* ================ МОБИЛЬНЫЕ СТИЛИ (до 767px) ================ */
@media (max-width: 767px) {

  .catalog_meny .link-body-emphasis.active {
    background: #d0dce8 !important;
    color: #054982 !important;
    width: 100% !important;
    font-weight: 500 !important;
    border-bottom: 0px solid #054982 !important;
    border-radius: 0;
 
  }

  /* Показываем бургер-кнопку только на мобильных */
  .mobile-menu-toggle-label {
    display: flex;
    position: fixed;
    top: 15px;
    left: 15px;
    z-index: 1001;
    background-color: #0a5bac;
    color: white;
    padding: 12px 15px;
    border-radius: 5px;
    cursor: pointer;
    box-shadow: 0 2px 10px rgba(0,0,0,0.3);
    transition: all 0.3s ease;
    align-items: center;
    gap: 10px;
  }

  .mobile-menu-toggle-label:hover {
    background-color: #0b90db;
    transform: translateY(-2px);
  }

  .hamburger-line {
    display: block;
    width: 20px;
    height: 2px;
    background-color: white;
    margin: 3px 0;
    transition: all 0.3s ease;
  }

  .menu-toggle-text {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
  }

  /* Анимация бургера при открытии */
  #mobile-menu-toggle:checked + .mobile-menu-toggle-label .hamburger-line:nth-child(1) {
    transform: rotate(-45deg) translate(-5px, 6px);
  }

  #mobile-menu-toggle:checked + .mobile-menu-toggle-label .hamburger-line:nth-child(2) {
    opacity: 0;
  }

  #mobile-menu-toggle:checked + .mobile-menu-toggle-label .hamburger-line:nth-child(3) {
    transform: rotate(45deg) translate(-5px, -6px);
  }

  /* Адаптируем контейнер меню для мобильных */
  .catalog_meny {
    position: fixed;
    top: 0;
    left: -100%;
    width: 280px;
    height: 100vh;
    z-index: 1000;
    background-color: #fff;
    box-shadow: 2px 0 10px rgba(0,0,0,0.1);
    transition: left 0.3s ease;
    overflow-y: auto;
    padding-top: 70px;

  }

  /* Показываем меню при активации чекбокса */
  #mobile-menu-toggle:checked ~ .catalog_meny {
    left: 0;
  }

  /* Затемнение фона при открытом меню */
  #mobile-menu-toggle:checked ~ .catalog_meny::before {
    content: '';
    position: fixed;
    top: 0;
    left: 280px;
    width: calc(100vw - 280px);
    height: 100vh;
    background-color: rgba(0,0,0,0.5);
    z-index: -1;
  }

  /* Стили для заголовка меню на мобильных */
  .catalog_meny h5 {
    display: block !important;
    color: #0a5bac;
    font-weight: 600;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #0a5bac;
  }

  /* Адаптируем элементы списка */
  .catalog_meny .mb-1 {
    margin-bottom: 15px;
  }

  /* Стили для кнопок разделов */
  .catalog_meny .btn-toggle,
  .catalog_meny .d-inline-flex {
    width: 100%;
    padding: 12px 15px;

    border-radius: 5px;
    color: #4A4A4A;
    text-decoration: none;
    transition: all 0.3s ease;
  }

  .catalog_meny .btn-toggle:hover,
  .catalog_meny .d-inline-flex:hover {
    background-color: #0a5bac;
    color: white;
    border-color: #0a5bac;
  }

  .catalog_meny .btn-toggle.active,
  .catalog_meny .d-inline-flex.active {
    background-color: #0a5bac;
    color: white;
    border-color: #0a5bac;
  }

  /* Адаптируем подменю */
  .catalog_meny .submenu-content {
    margin-top: 5px;
    margin-bottom: 15px;
    border-left: 3px solid #0a5bac;
  }

  .catalog_meny .btn-toggle-nav {
    padding-left: 20px;
  }

  .catalog_meny .btn-toggle-nav li {
    margin-bottom: 8px;
    padding: 8px 5px;
  }

  .catalog_meny .btn-toggle-nav a,
  .catalog_meny .btn-toggle-nav span {
    display: block;
    padding: 8px 12px;
    color: #555;
    text-decoration: none;
    border-radius: 3px;
    transition: all 0.3s ease;
  }

  .catalog_meny .btn-toggle-nav a:hover,
  .catalog_meny .btn-toggle-nav span:hover {
    background-color: #e9ecef;
    color: #0a5bac;
  }

  .catalog_meny .btn-toggle-nav .active {
    background-color: #0a5bac;
    color: white;
  }

  /* Адаптируем основной контент */
  .col-md-9.catalog {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
    margin-left: 0 !important;
  }
}

/* ================ ПЛАНШЕТЫ (768px - 1023px) ================ */
@media (min-width: 768px) and (max-width: 1023px) {
  /* На планшетах скрываем бургер и показываем обычное меню */
  .mobile-menu-toggle-label {
    display: none !important;
  }
  
  .catalog_meny {
    position: relative !important;
    left: auto !important;
    width: 100% !important;
    max-width: 250px !important;
    height: auto !important;
    box-shadow: none !important;
    padding-top: 20px !important;
  }

  .col-md-9.catalog {
    width: calc(100% - 250px) !important;
    max-width: calc(100% - 250px) !important;
    flex: 0 0 calc(100% - 250px) !important;
    margin-left: 0 !important;
  }
}

/* ================ ДЕСКТОП (1024px+) ================ */
@media (min-width: 1024px) {
  /* ПОЛНОСТЬЮ скрываем мобильное меню на десктопе */
  .mobile-menu-toggle-label {
    display: none !important;
    visibility: hidden !important;
  }
  
.catalog_meny .link-body-emphasis.active {
  background: #d0dce8 !important;
  color: #054982 !important;
  width: 100% !important;
  font-weight: 600 !important;
  border-bottom: 1px solid #054982 !important;
  border-radius: 5px 5px 0 0 !important;
  padding: 10px 5px !important;
}
.navbar-collapse {
  min-width: 285px;
}




  /* Восстанавливаем обычное меню для десктопа */
  .catalog_meny {
    position: relative !important;
    left: auto !important;
    width: auto !important;
    max-width: none !important;
    height: auto !important;
    box-shadow: none !important;
    padding: 15px !important;
    margin-top: 0 !important;
  }
  
  /* Сбрасываем все мобильные стили */
  .catalog_meny h5 {
    display: block !important;
    color: #4A4A4A !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    margin-bottom: 15px !important;
    padding-bottom: 10px !important;
    border-bottom: none !important;
    background-color: transparent !important;
    line-height: 120%;
    letter-spacing: 0px;
    vertical-align: middle;
    text-transform: uppercase;

  }
  
  .catalog_meny .mb-1 {
    margin-bottom: 5px !important;
  }
  
  .catalog_meny .btn-toggle,
  .catalog_meny .d-inline-flex {
    width: auto !important;
    padding: 10px 0 !important;
    background-color: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    color: #4A4A4A !important;
    text-decoration: none !important;
    transition: none !important;
    font-family: Font;
    font-weight: 500;
    font-style: Medium;
    line-height: 120%;
    letter-spacing: 0px;
    vertical-align: middle;

  }
  
 
  
  /* Сбрасываем стили подменю */
  .catalog_meny .submenu-content {
    max-height: none !important;
    overflow: visible !important;
    transition: none !important;
    background-color: transparent !important;
    border-radius: 0 !important;
    margin: 0 !important;
    border: none !important;
    padding-left: 15px !important;
  }
  
  .catalog_meny .btn-toggle-nav {
    padding-left: 0 !important;
  }
  
  .catalog_meny .btn-toggle-nav li {
    margin-bottom: 0 !important;
  }
  
  .catalog_meny .btn-toggle-nav a,
  .catalog_meny .btn-toggle-nav span {

    color: #000 !important;
    text-decoration: none !important;
    border-radius: 0 !important;
    transition: none !important;
  }
  
  .catalog_meny .btn-toggle-nav a:hover,
  .catalog_meny .btn-toggle-nav span:hover {
    background-color: transparent !important;
    color: #000 !important;
  }
  
  
  /* Восстанавливаем обычную сетку */
  .col-md-9.catalog {
    width: calc(100% - 25%) !important;
    max-width: calc(100% - 25%) !important;
    flex: 0 0 calc(100% - 25%) !important;
    margin-left: 0 !important;
  }
}

/* ================ ДОПОЛНИТЕЛЬНЫЕ СТИЛИ ================ */

/* Стили для активного состояния (общие) */


/* Анимация появления меню */
@keyframes slideInLeft {
  from {
    transform: translateX(-100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

.catalog_meny {
  animation: slideInLeft 0.3s ease;
}

/* Стили для прокрутки */
.catalog_meny::-webkit-scrollbar {
  width: 6px;
}

.catalog_meny::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.catalog_meny::-webkit-scrollbar-thumb {
  background: #0a5bac;
  border-radius: 3px;
}

.catalog_meny::-webkit-scrollbar-thumb:hover {
  background: #0b90db;
}

/* Убираем outline для accessibility (только для интерактивных элементов) */
.catalog_meny button:focus,
.catalog_meny a:focus,
.catalog_meny label:focus {
  outline: 0px solid #0a5bac;
  outline-offset: 2px;
}

/* Адаптация под очень маленькие экраны */
@media (max-width: 480px) {
  .catalog_meny {
    width: 100vw !important;
    left: -100vw !important;
  }

  #mobile-menu-toggle:checked ~ .catalog_meny {
    left: 0 !important;
  }

  #mobile-menu-toggle:checked ~ .catalog_meny::before {
    left: 100vw !important;
    width: 0 !important;
  }

  .mobile-menu-toggle-label {
    padding: 10px 12px !important;
  }

  .menu-toggle-text {
    font-size: 12px !important;
  }
}
@media (max-width: 767px) {
    .bx-breadcrumb > div {
        display: none;
    }
    .bx-breadcrumb > div:nth-last-child(-n+3) {
        display: flex;
    }
}
.btn-bascet {
  margin: 10px!important;
} 

.btn-bascet.active{
    color: #fff;
    background-color: #0f447c;
    border-color: #0f447c;
}

.footer-nav-link, .footer-block1{
  font-family: Inter!important;
font-weight: 400!important;
font-style: Regular!important;
font-size: 12.14px!important;
leading-trim: NONE!important;
line-height: 16.8px!important;
letter-spacing: 0.88px!important;
vertical-align: middle!important;

}
.footer-block__info{
  font-size: 12.14px!important;
}
.footer-mail{
  font-size: 12.14px!important;
}
.footer-mail:hover{
  color:#ffffff!important;
}

.table.table-hover.table_catalog.wrapper-boxes {
    border-radius: 8px !important;
    overflow: hidden !important;
}

/* Стили для заголовка таблицы */
.table.table-hover.table_catalog.wrapper-boxes thead.table-light.text-center {
    border-bottom: 0 !important;
    font-family: 'TT Hoves', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0px;
    vertical-align: middle;
}
thead tr {
    border-color: inherit;
    border-style: hidden !important;
    border-width: 0;
}
.table>tbody {
    font-family: TT Hoves;
    font-weight: 600;
    font-style: Medium;
    font-size: Font size/Number Menu H1;
    line-height: 120%;
    letter-spacing: 0px;
    vertical-align: middle;

}
.table .active2{
    width: 110;
    height: 35;
    opacity: 1;
    gap: 10px;
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
    border-radius: 5px;
    background: var(--Color-Primary, #0A5BAC); 
    color: #fff;
}

.btn-sm{
    min-width: 65px;
    height: 32px;
    opacity: 1;
    gap: 10px;
    padding-top: 9px;
    padding-right: 20px;
    padding-bottom: 9px;
    padding-left: 20px;
    border-radius: 5px;
    border-width: 1px;
    font-weight: 500;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0px;
    vertical-align: middle;
    border: 1px solid var(--Color-Primary, #0A5BAC);
    color: var(--Color-Primary, #0A5BAC);
}
.btn-sm.active{
  background: var(--Color-Primary, #094682)!important;
}
.my-button-1 {
  color: #fff;
  background: var(--Color-Primary, #0A5BAC)!important;
}
/* Стили для кнопки отмены фильтра */
.filter-btn-wrapper .btn.active {
    padding-right: 30px;
    position: relative;
}

.filter-reset-x {
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    background-color: #ffffff;
    border-radius: 50%;
    color: #4A4A4A;
    font-size: 8px;
    line-height: 12px;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    z-index: 10;
    transition: all 0.2s ease;
}

.filter-reset-x:hover {
    background-color: #f0f0f0;
    color: #0a5bac;
}
.bx-breadcrumb .bx-breadcrumb-item a span{
font-family: TT Hoves;
font-weight: 600;
font-style: DemiBold;
font-size: 12px;
color: #4A4A4A;
line-height: 100%;
letter-spacing: 0px;
vertical-align: middle;
text-transform: uppercase;

}
.bx-breadcrumb .bx-breadcrumb-item span{
font-family: TT Hoves;
font-weight: 600;
font-style: DemiBold;
font-size: 12px;
color: #094682;
line-height: 100%;
letter-spacing: 0px;
vertical-align: middle;
text-transform: uppercase;
 
}

.bx-breadcrumb i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 15px;
    height: 15px;
    border-radius: 7.5px;
    background: var(--Color-BG, #F3F3F3);
    color: #4A4A4A;
    font-size: 11px;
    font-style: normal;
    vertical-align: middle;
}

.bx-breadcrumb i::before {
    line-height: 1;
}
.title_catalog{
    color: #4A4A4A!important;
    font-weight: 600;
    font-style: DemiBold;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: 0px;
    vertical-align: middle;
    text-transform: uppercase;

}
.title_catalog_detail{
    margin-top: 30px;
    color: #094682!important;
    font-family: TT Hoves;
    font-weight: 600;
    font-size: 26px;
    line-height: 120%;
    letter-spacing: 0%;
    vertical-align: middle;

}
.bx-breadcrumb .bx-breadcrumb-item {
    float: left;
    margin-bottom: 10px;
    white-space: nowrap;
    line-height: 13px;
    vertical-align: middle;
    margin-right: 10px;
    margin-top: 35px;
}
.title_catalog_smart{
    position: relative;
    left: 10px;
    top: 3px;
    color: #000!important;
    font-weight: 600;
}
.d-flex.align-items-center.flex-wrap gap-2 .title_catalog_shrink {
    flex-shrink: 0;
}

.btn_10.btn-primary {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 10px;
}

.btn_10.btn-primary span {
    color: white;
}

.chevron-circle {
    width: 15px;
    height: 15px;
    border-radius: 7.5px;
    background: var(--Color-BG, #F3F3F3);
    display: flex;
    align-items: center;
    justify-content: center;
}

.chevron-circle svg {
    fill: #4A4A4A;
}