
/** Блок 6 - Карты, Категории, Пагинация **/

/* MODULE MAPS */
.maps * { -webkit-box-sizing: border-box; box-sizing: border-box }

.maps {
  position: relative;
  max-width: 1170px;
  height: auto;
 /* border: 1px solid red; */
  margin: 0 auto; background-image: url("../images/map-decor.png");
  background-position-x: 55%;
  background-position-y: 100%;
  background-repeat: no-repeat;
  background-size: 17%;
  padding: 40px 0 20px 0;
}

.maps__title { font-weight: 500;

    font-weight: 500;
    font-size: 38px;
    line-height: 54px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #0A0A0A;
    left: 15px;
    bottom: 150px;
    margin: 0;
    pointer-events: none;

}
.maps__title--accent { font-weight: 750; letter-spacing: 1px; color: #FF3535 }
.odessa-modal,.kiyev-modal { background: rgba(251, 251, 251, 0.6); border: 1px solid rgba(44, 42, 42, 0.3);
  -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-backdrop-filter: blur(21px);
  backdrop-filter: blur(21px); border-radius: 5px; padding: 15px 22px; font-size: 18px;
}
.odessa-modal__address { font-style: normal }
.odessa-modal__text { margin: 0; margin-bottom: 8px }
.odessa-modal__call { -webkit-text-decoration: 0; text-decoration: 0; color: black; font-weight: bold }
.odessa-modal { position: absolute; top: 70.8%; right: calc(50% - 126px);  }
.kiyev-modal { position: absolute; top: 29.4%; right: calc(50% - 130px);  }

.block-select-city{display: none;}

.city:hover { cursor: pointer }
.point_city:hover { cursor: pointer }

@media (max-width: 1199px) {

      .maps__title {
          font-weight: 500;
          font-size: 34px;
          line-height: 54px;
       }

      .module-help-form>img {
        display: flex;
        position: relative;
        height: 640px;
        top: -645px;
        margin-bottom: -650px;       
        left: 50px;
      }

}


@media (max-width: 991px) {

      .module-help-form>img {
        display: none;
      }

      .module-help-form .col-sm-6 img {
        width: 120%;
        margin-top: calc(2% - 10px);
        margin-left: 0%;
      }

      .module-plusses .col-sm-4 {
          flex-wrap: wrap;
          justify-content: center;
      }


      .module--home-filter-brands #home-filter-brands .body-filter {
          background: rgba(251, 251, 251, 0.68);
          backdrop-filter: blur(21px);
          margin: 0;
          padding: 20px;
       }

       .module--home-filter-brands img.img-right {
            right: 1px;
            margin-top: 360px;
       }

       .maps__title {
            font-weight: 500;
            font-size: 26px;
            line-height: 34px;
            max-width: 300px;
        }

}


@media (max-width: 768px) {

  .mobile-modal {position: absolute; font-size: 18px; line-height: 30px; left: 0; width: 100%;}
  .block-select-city{display: block;}
  .map text {font-size: 30px;}

  .maps {
        max-width: 100%;
        height: 780px;
        margin: 0 auto;
        background-image: url(../images/map-decor.png);
        background-position-x: 95%;
        background-position-y: 100%;
        background-repeat: no-repeat;
        background-size: 25%;
        padding: 40px 0 20px 0;
  }


}


@media (max-width: 480px) {
    .maps {
        max-width: 100%;
        height: auto;
        margin: 0 auto;
        background-image: url(../images/map-decor.png);
        background-position-x: 95%;
        background-position-y: 80%;
        background-repeat: no-repeat;
        background-size: 25%;
        padding: 40px 0 20px 0;
    }
}



.win-hide{ display: none; }

.block-select-city span{
  font-size: 16px;
  font-weight: bold;
  color: #000;
}

.block-select-city span.slog {
    display: block;
    font-weight: 100;
    margin-bottom: 30px;
}

.map-city_select{
  margin-bottom: 10px;
  margin-top: 5px;
}

select.form-control.map-city_select{
  font-size: 16px;
}

/*********** END  **********************/


/* Module Auto-INT */
.module-auto-int {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 120px 0 60px;
  max-width: 1140px;
  margin: 0 auto
}

@media (max-width: 768px) {
   .module-auto-int {
     padding: 60px 0 60px;
   }
}


.module-auto-int__title { font-style: normal; font-weight: 450; font-size: 44px; line-height: 54px; letter-spacing: 1px;
  text-transform: uppercase; color: #0A0A0A; margin-bottom: 110px
}
.module-auto-int__content { display: -webkit-box; display: -ms-flexbox; display: flex;
  -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between
}
.module-auto-int__card { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical;
  -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; max-width: 320px; margin: 0 10px
}
.module-auto-int__title-int { font-style: normal; font-weight: 750; font-size: 48px; line-height: 34px;
  letter-spacing: 0.01em; text-transform: uppercase; color: #FE4B4B; display: block; margin-bottom: 35px
}
.module-auto-int__subtitle { font-weight: 600; font-size: 22px; line-height: 30px; color: #0A0A0A; margin: 0; margin-bottom: 25px }
.module-auto-int__text { margin: 0; font-style: normal; font-weight: normal; font-size: 18px; line-height: 32px; color: #0A0A0A }

@media (max-width: 1024px) {
  .module-auto-int__title { margin-bottom: 60px; font-size: 38px; text-align: center }
  .module-auto-int__content { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column }
  .module-auto-int__card { max-width: 100%; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-bottom: 40px }
  .module-auto-int__text { text-align: center }
}
@media (max-width: 575px) {
  .module-auto-int__title { font-weight: 450; font-size: 32px; line-height: 44px; text-align: left; }
  .module-auto-int__card { -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start }
  .module-auto-int__title-int { font-weight: 750; font-size: 32px; line-height: 34px; margin-bottom: 20px }
  .module-auto-int__subtitle { margin-bottom: 12px }
  .module-auto-int__text { text-align: left }
}



/* MODULE FEEDBACK */
.feedback { padding: 40px 0 10px; }

.feedback__title { font-style: normal; font-weight: 450; font-size: 44px; line-height: 54px;
  letter-spacing: 1px; text-transform: uppercase; color: #0A0A0A; margin-bottom: 50px
}

.feedback__name { font-style: normal; font-weight: 600; font-size: 24px; line-height: 30px;
  letter-spacing: 1px; color: #0A0A0A; margin-bottom: 15px
}

.feedback__car { font-style: italic; font-weight: normal; font-size: 18px; line-height: 24px;
  letter-spacing: 0.005em; color: rgba(0, 0, 0, 0.5); margin-bottom: 25px
}

.feedback__text { font-style: normal; font-weight: normal; font-size: 18px; line-height: 32px;
  letter-spacing: 0.005em; color: #0A0A0A; margin-bottom: 40px
}

.feedback__grid { display: -webkit-box; display: -ms-flexbox; display: flex; gap: 32px }
.feedback__img-inner { max-width: 416px; width: 100%; height: 100% }
.feedback__img { width: 100%; height: auto; -o-object-fit: fill; object-fit: fill }
.feedback .owl-nav { display: none; }
.feedback .owl-dots { display: flex; justify-content: center; padding-top: 50px; }
.feedback .owl-dot { background-color: white !important; border: 2px solid #00A1E6 !important;
  border-radius: 50%; width: 8px; height: 8px; padding: 0;
}
.feedback .owl-dot:not(:last-child) { margin-right: 12px; }
.feedback .owl-dot.active { background-color: #00A1E5 !important; }
@media (max-width: 1024px) {
  .feedback { padding: 50px 0 50px }
  .feedback__title { font-weight: 450; font-size: 24px; line-height: 28px; margin-bottom: 30px }
  .feedback__name { font-size: 20px; line-height: 30px; margin-bottom: 4px; }
  .feedback__car { font-size: 18px; line-height: 25px; margin-bottom: 15px; }
  .feedback__text { font-weight: normal; font-size: 18px; line-height: 28px; }
  .feedback__grid { gap: 10px }
}
@media (max-width: 575px) {
  .choice-spacers__card { padding-bottom: 10px }
}



/* MODULE VIDEOS */
.video { max-width: 1140px; padding: 100px 0 130px; }
.video__title { font-weight: 450; font-size: 44px; line-height: 54px; letter-spacing: 1px; text-transform: uppercase;
  color: #0A0A0A; margin-bottom: 50px; max-width: 680px
}
.video__inner { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify;
  -ms-flex-pack: justify; justify-content: space-between
}
.video__img { background-position: center; background-repeat: no-repeat; background-size: cover;
  max-width: 300px; width: 100%; height: 535px; display: -webkit-box; display: -ms-flexbox; display: flex;
  -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column;
  flex-direction: column; -webkit-box-align: center; -ms-flex-align: center;
  align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center
}
.video__img--first { background-image: url("../images/modules/videos/video1.jpg") }
.video__img--second { background-image: url("../images/modules/videos/video2.jpg") }
.video__img--third { background-image: url("../images/modules/videos/video3.jpg") }
.video__img--fourth { background-image: url("../images/modules/videos/video4.jpg") }
.video__img:not(:last-child) { margin-right: 16px }
@media (max-width: 1024px) {
  .video__img { height: 320px }
}
.video__link { background-image: url("../images/play.png"); background-position: center;
  background-repeat: no-repeat; background-size: cover; width: 100px; height: 100px
}


/* breadcrumb */
.breadcrumb { margin: 0; }
.breadcrumb { padding: 30px 0 40px; border: unset; background: unset; }

@media (max-width: 768px) {
    .breadcrumb {
      margin: 0 10px 0 15px;
      overflow: hidden;
    }
}

.breadcrumb > li:after { content: '»'; display: block; position: absolute; font-size: 16px; color: #565555;
  top: 4px; right: 8px; width: 8px; height: 24px; border: unset; transform: unset;
}

@media (max-width: 768px) {
    .breadcrumb > li:after { top: 0px; }
}

.breadcrumb > li:last-child:after { content: ''; }
.breadcrumb > li > a {
  height: 30px; color: #565555; letter-spacing: 0.2px;
   text-decoration-line: underline;
  font-size: 16px; line-height: 30px; font-style: normal; font-weight: normal;
}

.breadcrumb > li:last-child > a {
   text-decoration-line: none;
}

.breadcrumb > li > a:hover {
   color: #000;
 }

@media (max-width: 768px) {
     .breadcrumb > li > a {
        font-size: 14px;
        line-height: 20px;

    }
}


/* CATEGORY MARKS */
.product-categorymark h1,
.product-categorymark-catalog h1,
.product-category-1 h1,.product-category-3 h1,.product-category-4 h1,.product-category-5 h1,.product-category-6 h1,
.product-category-7 h1,.product-category-8 h1,.product-category-2 h1 { margin: 0 0 0 20px; text-transform: uppercase; }

.product-categorymark .module--home-big-filter-brands,.product-categorymark-catalog .module--home-big-filter-brands,
.product-category-1 .module--home-big-filter-brands,.product-category-3 .module--home-big-filter-brands,
.product-category-4 .module--home-big-filter-brands,.product-category-5 .module--home-big-filter-brands,
.product-category-6 .module--home-big-filter-brands,.product-category-7 .module--home-big-filter-brands,
.product-category-8 .module--home-big-filter-brands,.product-category-2 .module--home-big-filter-brands 
{ margin: 0 0 20px 20px; padding: 0; min-height: unset; }

.product-categorymark .module--home-big-filter-brands > img,
.product-categorymark .module--home-big-filter-brands > h1,
.product-search .module--home-big-filter-brands > img,
.product-search .module--home-big-filter-brands > h1,

.product-categorymark-catalog .module--home-big-filter-brands > img,.product-categorymark-catalog .module--home-big-filter-brands > h1,
.product-category-1 .module--home-big-filter-brands > img,.product-category-1 .module--home-big-filter-brands > h1,
.product-category-3 .module--home-big-filter-brands > img,.product-category-3 .module--home-big-filter-brands > h1,
.product-category-4 .module--home-big-filter-brands > img,.product-category-4 .module--home-big-filter-brands > h1,
.product-category-5 .module--home-big-filter-brands > img,.product-category-5 .module--home-big-filter-brands > h1,
.product-category-6 .module--home-big-filter-brands > img,.product-category-6 .module--home-big-filter-brands > h1,
.product-category-7 .module--home-big-filter-brands > img,.product-category-7 .module--home-big-filter-brands > h1,
.product-category-8 .module--home-big-filter-brands > img,.product-category-8 .module--home-big-filter-brands > h1,
.product-category-2 .module--home-big-filter-brands > img,.product-category-2 .module--home-big-filter-brands > h1 { display: none; }

.product-categorymark .choice-spacers h2, .product-categorymark .choice-spacers>a, .product-categorymark-catalog .choice-spacers h2,
.product-categorymark-catalog .choice-spacers>a, .product-category-1 .choice-spacers h2, .product-category-1 .choice-spacers>a,
.product-category-3 .choice-spacers h2, .product-category-3 .choice-spacers>a, .product-category-4 .choice-spacers h2,
.product-category-4 .choice-spacers>a, .product-category-5 .choice-spacers h2, .product-category-5 .choice-spacers>a,
.product-category-6 .choice-spacers h2, .product-category-6 .choice-spacers>a, .product-category-7 .choice-spacers h2,
.product-category-7 .choice-spacers>a, .product-category-8 .choice-spacers h2, .product-category-8 .choice-spacers>a,
.product-category-2 .choice-spacers h2, .product-category-2 .choice-spacers>a { display: none; }
.product-categorymark .choice-spacers__grid a, .product-categorymark-catalog .choice-spacers__grid a,
.product-category-1 .choice-spacers__grid a, .product-category-3 .choice-spacers__grid a, .product-category-4 .choice-spacers__grid a,
.product-category-5 .choice-spacers__grid a, .product-category-6 .choice-spacers__grid a, .product-category-7 .choice-spacers__grid a,
.product-category-8 .choice-spacers__grid a, .product-category-2 .choice-spacers__grid a { flex-direction: row; padding: 10px 20px; }
.product-categorymark .choice-spacers__grid .choice-spacers__img, .product-categorymark-catalog .choice-spacers__grid .choice-spacers__img,
.product-category-1 .choice-spacers__grid .choice-spacers__img, .product-category-3 .choice-spacers__grid .choice-spacers__img,
.product-category-4 .choice-spacers__grid .choice-spacers__img, .product-category-5 .choice-spacers__grid .choice-spacers__img,
.product-category-6 .choice-spacers__grid .choice-spacers__img, .product-category-7 .choice-spacers__grid .choice-spacers__img,
.product-category-8 .choice-spacers__grid .choice-spacers__img, .product-category-2 .choice-spacers__grid .choice-spacers__img 
 { max-height: 100px; }

.product-categorymark .choice-spacers__img-inner, .product-categorymark-catalog .choice-spacers__img-inner,
.product-category-1 .choice-spacers__img-inner, .product-category-3 .choice-spacers__img-inner, .product-category-4 .choice-spacers__img-inner,
.product-category-5 .choice-spacers__img-inner, .product-category-6 .choice-spacers__img-inner, .product-category-7 .choice-spacers__img-inner,
.product-category-8 .choice-spacers__img-inner, .product-category-2 .choice-spacers__img-inner 
{ max-width: unset; width: unset; max-height: unset; padding-top: unset; margin-bottom: unset; }

.module--home-big-filter-brands-sub { margin: 50px 0 30px 20px;   max-height: 106px; overflow: hidden; }
.module--home-big-filter-brands-sub a { font-size: 16px; line-height: 24px; color: #0A0A0A;
  border: 1px solid #BDBCBC; border-radius: 5px; padding: 12px; margin-right: 4px; margin-bottom: 4px;
  width: fit-content; float: left;
}
.module--home-big-filter-brands-sub a:hover { color: #FAFAFA; background-color: #00A1E5; border: 1px solid #00A1E5; }
.module--home-big-filter-brands-sub-show { display: flex; justify-content: flex-end; padding-right: 20px; }
.module--home-big-filter-brands-sub-show a { font-size: 18px; line-height: 24px; color: #7E7E7E; border-bottom: 1px solid #7E7E7E; }

.module--catalog-min-max-info { margin: 10px 0 30px 20px; font-size: 18px; line-height: 24px; color: #0A0A0A; }

.catalog-marks { display: flex; margin-bottom: 60px; }
.catalog-marks h2 { font-size: 44px; line-height: 48px; text-transform: uppercase; text-transform: uppercase; }
.catalog-marks .marks {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
}

.catalog-marks .mark__item_block{display:inline-block;}

.catalog-marks .marka_tile{
    width: 127px;
    margin: 2px 10px 4px 0px;
    height: 127px;
    background: #fff;
    display: inline-block;
    border-radius: 5px;
    overflow: hidden;
    display: flex;
}

@media (max-width: 768px) {
    .catalog-marks .marka_tile {
        width: 30.40%;
        height: 90px;
    }

    .product-categorymark-catalog .catalog-marks {
      display: flex;
      margin-bottom: 0;
    }

    .product-categorymark-catalog .droplist {
        padding: 0 0 20px 0;
    }
}


.catalog-marks .marka_tile:hover{
   box-shadow: 2px 4px 16px rgba(0, 0, 0, 0.09);
}

.catalog-marks .mark__item_block .mark__model{display: flex; text-align: center;}

.catalog-marks .mark__item_block .mark__model span{display: block; padding: 4px 0;}

.catalog-marks .mark__item_block .mark__model span>a{

    font-size: 16px;
    border-bottom: 1px solid #7E7E7E;
    padding: 2px 0;
    font-weight: 300;
    color: #0A0A0A;
    text-align: center;
}

/** СМОТРЕТЬ ЕЩЕ НА ГЛАВНОЙ **/

.droplist {
    width: 100%;
    position: relative;
    overflow: hidden;
    padding: 0 0 0px 0;
    transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);

}

.buttonupdown {
    width: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #FAFAFA;
}

.droplist.active {
  max-height: 100%;
  transition: max-height 1s ease-in-out;
}

.buttonupdown:hover {
  cursor: pointer;
}

.btn-mark{
   background-color: #38a2e8;
    color: #fff;
    font-size: 18px;
    padding: 23px 60px;
    margin: 40px 0;
    border: 0;
    text-transform: uppercase;
    border-radius: 5px;
}

.buttonicon {
  width: 15px;
  height: 15px;
  margin: 0 auto;
  opacity: 0.1;
  transition: color 0.3s, background 0.3s;
}

.buttonupdown:hover .buttonicon {
  opacity: 0.9;
  transition: color 0.3s, background 0.3s;
}


.fogunderbutton {
  width: 100%;
  height: 50px;
  position: absolute;
  bottom: 0;
  right: 0;
  margin-bottom: 30px;
  background: rgb(255, 255, 255);
  background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 25%, rgba(255, 255, 255, 0) 100%);
}

.d-none{display: none;}


.catalog-marks .mark__item_block .mark__model span>a:hover
{
  color:#FF3535;
  border-bottom: 1px solid #FF3535;
 }

.catalog-marks .marks .mark__item_block>a {
  display: flex; flex-direction: column; justify-content: center; align-items: center;
  width: 160px;
  height: auto;
  font-size: 18px;
  line-height: 20px;
  font-weight: 300;
  color: #0A0A0A;
  margin: 70px auto 8px 0;
}


.catalog-marks .marks .marka_tile>a {
  display: flex; flex-direction: column; justify-content: center; align-items: center;
  width: 127px;
  height: auto;
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
  color: #0A0A0A;
  margin: 0 0 0 0;
}

.catalog-marks .marks .mark__item_block>a:hover {
  color:#FF3535;
}

.catalog-marks .marks .mark__item_block>a:hover .mark__text {
   border-bottom: 1px solid #FF3535;
}

.catalog-marks .marks .mark__tile>a .mark__text {
  overflow: hidden; text-align: center; border-bottom: 1px solid #0A0A0A; font-weight: 700;
    padding: 0 0 2px 0; display: block; line-height: 18px; margin-bottom: 8px; }

.catalog-marks .marks .marka_tile>a .mark__text {
  overflow: hidden; text-align: center; font-weight: 500;
    padding: 0 0 2px 0; display: block; line-height: 18px; margin-bottom: 8px; }


.marks .mark__item_block .mark__item .mark__img img{
  width: auto;
}

/* COLUMN LEFT */
#column-left { padding-left: 20px; }
#column-left img { width: 100%; }

/* COLUMN LEFT _ PAGINATION */

.pagination--category {
  height: 89px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 75px;
  margin-top: 4px;
  background-color: #fff;
  box-shadow: 0px 1px 3px rgb(0 0 0 / 20%);
  border-radius: 5px;
}


.pagination--category li { padding: 10px 16px; }

.pagination--category a
{
  color: #0A0A0A !important; border: unset !important; font-size: 18px; line-height: 24px !important;
  padding: 10px 16px !important; margin: 0 1px !important;
}

.pagination--category .active>span
{
  color: #0A0A0A !important; border: unset !important; font-size: 18px; line-height: 24px !important;
  padding: 10px 16px !important; margin: 0 1px !important;
}

.pagination--category .active>span { background-color: #fff; border: 1px solid #FF3535 !important; border-radius: 5px; }

.pagination--category a:hover,
.pagination--category .active>span:hover { background-color: #fff !important; }



.pagination-wrapper {
    height: 89px;
    display: flex;
    justify-content: center;
    align-items: center; 
    margin-top: 4px;
    background-color: #fff;
    box-shadow: 0px 1px 3px rgb(0 0 0 / 20%);
    border-radius: 5px;
}



.pagination-wrapper a{
    color: #0A0A0A !important;
    border: unset !important;
    font-size: 18px;
    line-height: 24px !important;
    display: block;
    text-align: center;
    padding: 10px 16px;
}

.pagination-wrapper li { }

.pagination-wrapper .active>span {
  background-color: #fff;
  border: 1px solid #FF3535 !important;
  border-radius: 5px;
  color: #0A0A0A !important;
  padding: 10px 15px;
  font-size: 18px;
  line-height: 24px !important;

}

/* SORT PANEL CATEGORY */
.sort-panel--category { height: 40px; }
.sort-panel--search { margin-top: 100px; margin-bottom: 30px; }
.sort-panel--category a, .sort-panel--search a { font-size: 16px; line-height: 24px; color: #0A0A0A; }
.sort-panel--category a svg, .sort-panel--search a svg  { margin-right: 5px; margin-bottom: -2px; }


/* PRODUCT CARD CATEGORY */
.product-card-category { padding: 2px; }
.product-card-category .product-card { margin: 0; max-width: unset; max-height: unset; min-height: unset; width: unset; height: unset; }


/* products--filter */
.products--filter .panel-heading { display: flex; font-size: 16px; color: #0A0A0A; font-weight: 600;
  padding: 0 0 24px 0; border-bottom: 1px solid #ccc;
}
.products--filter .panel-heading svg { margin-right: 12px; }
.products--filter .list-group * { border: unset; background: unset; color: #0A0A0A; font-size: 18px; line-height: 32px; font-weight:100; }


.products--filter .list-group > a {
  margin-top: 40px; margin-bottom: 20px;
  font-size: 18px; line-height: 24px; color: #000000; font-weight: 600;
}

.products--filter .list-group a.see_all{
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.2px;
    color: #7E7E7E;
    text-decoration: underline;
    display: flex;
    margin: 5px auto 0 -10px;
}

.products--filter .list-group a.see_all:hover{
  color: #333;
  border: none !important;
  background: none !important;

}


.products--filter .list-group > a:hover { background: unset; border: unset; text-shadow: unset; }
.products--filter .list-group-item { padding: 0; margin: 0; }

.products--filter .list-group .container--check {
  display: block; position: relative; padding-left: 35px; margin-bottom: 15px; cursor: pointer;
  -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;
}
.products--filter .list-group .container--check input { position: absolute; opacity: 0; cursor: pointer; height: 0; width: 0; }
.products--filter .list-group .container--check .checkmark { position: absolute; top: 3px; left: 0; height: 25px; width: 25px;
  border: 1px solid #ccc; border-radius: 5px;
}
.products--filter .list-group .container--check:hover input ~ .checkmark { background-color: #ccc; }
.products--filter .list-group .container--check input:checked ~ .checkmark { background-color: #2196F3; }
.products--filter .list-group .container--check .checkmark:after { content: ""; position: absolute; display: none; }
.products--filter .list-group .container--check input:checked ~ .checkmark:after { display: block; }
 .products--filter .list-group .container--check .checkmark:after {
  left: 9px; top: 5px; width: 5px; height: 10px; border: solid white; border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg);
}

/** Блок 7 - Детальная карточка товара, Табы, Корзина **/

/* PRODUCT CARD */
.product--card > h1 { margin: 0 0 20px 15px; font-size: 34px; line-height: 44px; text-transform: uppercase; color: #0A0A0A; }
.product--card .product-card-big .ancore-menu { display: flex; justify-content: space-evenly;
  font-size: 18px; line-height: 24px; box-shadow: 0px 1px 3px 0px #00000033; background: #fff;
}
.product--card .product-card-big .ancore-menu a {
  color: #7E7E7E; padding: 20px 30px; background: #fff; text-transform: uppercase;
}
.product--card .product-card-big .ancore-menu a:first-child { background: #00A1E5; color: #fff; }

.product-info-total { margin-top: 5px; padding: 20px; }

.tab-border{
  overflow: hidden;
  border-radius: 5px;
  box-shadow: 0px 1px 3px 0px #00000033;
}


#characteristics, #applycability, #description { margin-top: 0; margin-bottom: 50px; }
#characteristics h3, #applycability h3, #description h3 { font-size: 24px; line-height: 32px; color: #7E7E7E; margin: 30px 0 40px; }

#characteristics h4, #applycability h4, #description h4, #characteristics .title_tab,
#applycability .title_tab, #description .title_tab { font-size: 24px; line-height: 34px; color: #0A0A0A; font-weight: 600; margin: 0px 0 25px; }

#characteristics .col-md-3, #characteristics .col-md-9 { font-size: 18px; line-height: 24px; color: #0A0A0A; margin: 7px 0; }
#description p { font-size: 18px; line-height: 32px; color: #0A0A0A; }

.review-title-desc{ font-weight: bold; color: #000}

.block-review-write { display: flex; justify-content: space-between; flex-wrap: wrap;
    border: 2px solid #00A1E5; margin-bottom: 30px; padding: 5px 10px; background: #E1F1F8; border-radius: 5px; }
.block-review-write-text{ color: #000; padding: 16px 10px;
  font-weight: 900; }
.block-review-write-text p {margin: 20px 0; font-size: 26px; }

@media (max-width: 768px) {
   .product-categorymark-catalog .choice-spacers__grid .choice-spacers__img{
      max-height: 140px;
   }

   .product-categorymark-catalog .choice-spacers__grid a{
      flex-direction: column;
      padding: 10px 5px;
    }

    .product-categorymark-catalog .choice-spacers__grid a:first-child{
         flex-direction: row;
    }

   .block-review-write-text p {
        margin: 5px 0;
        font-size: 20px;
    }

    .block-review-write {
       margin: 0 5px 30px 5px;
    }

    .block-review-write-btn{
      width: 100%;
    }

    .block-rating p {
      display: none;
    }

    .block-form-review .form-review{
      width: 100%;
    }

    .btn-site-review{
      width: 100%;
    }

    .buttons-review{
      margin-top: 0;
    }
}

.block-review-write-btn{ margin: 10px 0; }
.block-review-write-btn button { background: #00A1E5; text-transform: uppercase; color: #fff; border-radius: 5px; border: unset; }

.block-form-review { display: flex; justify-content: center;
  margin-bottom: 50px; }
.blocks-rating { display: flex; justify-content: space-around; text-align: center;
  font-size: 24px; }
.block-rating input { display: none; }
.label_rating { display: block; cursor: pointer; }
.label_rating:before { display: block; content: "★"; font-size: 30px;  }
.label_rating:hover, .label_rating:hover ~ .label_rating, .block-rating input[type="radio"]:checked ~ .label_rating { color: #FF962C; }
.block-rating p { font-size: 12px; }
.form-review { display: inline-block }
.buttons-review { display: block; text-align: center }
.button-review { width: 312px; height: 50px; font-weight: bold; }

.review { margin-top: 20px; }
.review-users {  margin-bottom: 30px; }
.review-user-title { font-weight: bold; color: #000; margin-bottom: 20px; font-size: 20px; }
.review-user-rating { margin-left: -12px; }
.review-user-rating .fa { font-size: 24px; }
.review-user-rating .fa-stack-2x { fill: #FF962C; }
.review-user-rating .fa-star::before{ color: #FF962C; border: 0; }
.review-user-text { font-size: 18px; line-height: 32px; color: #000; }

/* CHECKOUT CART */
.checkout--cart h1 { font-size: 44px; line-height: 54px; margin: 0 0 20px 20px; }
.checkout--cart #content > .row { margin: 15px; }
.checkout--cart .checkout--cart-products { background: #fff; box-shadow: 0px 1px 3px 0px #00000033; padding: 40px 20px; }
.checkout--cart .checkout--cart-products .product-img img { height: 160px; border: unset; }
.checkout--cart .checkout--cart-products .product-description > .row { margin: 20px 0; }
.checkout--cart .checkout--cart-products .product-description a { display: block; font-weight: 600; width: 100%; font-size: 16px;
    line-height: 24px; color: #0A0A0A;
}
.checkout--cart .checkout--cart-products .product-description span { font-size: 12px; line-height: 24px; color: #585858; }
.checkout--cart .checkout--cart-products .product-description .product-price { font-size: 20px; line-height: 28px; font-weight: 600; text-align: right; }
.checkout--cart .btn-by { color: #fff; font-size: 18px; line-height: 24px;   text-transform: uppercase; display: block; width: 100%;
  background: #FF3535; text-align: center; padding: 23px 10px;
}
.checkout--cart .btn-by:hover {  background-color: #ED1D1D; }

/** TAB  **/

.tabs-container {
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
}

.tabs-container ul {
  list-style: none;
  padding: 0;
  margin: 5px 0;
  background-color: #fff;
}


.tabs {
  display: flex;
}

.tabs li a {
  display: block;
  position: relative;
  top: 4px;
  padding: 20px 40px;
  border-radius: 2px 2px 0 0;
  color: #7E7E7E;
  background: #fff;
  opacity: 0.7;
  transition: all 0.1s ease-in-out;
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
}

.tabs li.active a,
.tabs li a:hover {
  background: #00A1E5;
  color: #fff;
  opacity: 1;
  top: 0;
}

.tabs-content {
  position: relative;
  z-index: 2;
  padding: 0;
  border-radius: 5px 5px 5px 5px;
  background: white;
  margin: 0;
  box-shadow: 0px 1px 3px 0px #00000033;
}

.tabs-panel {
  display: none;
  font-size: 18px;
  line-height: 32px;
  color: #0A0A0A;

  padding: 25px;
  margin: 5px 0 5px 0;
}

.tabs-panel.active {
  display: block;
}

.tabs-panel p + div {
  margin-top: 15px;
}

/****/

.tabs-container ul.tabs li.active a::before { content: none; }

.product__inner-left-by span.price-dp {
    font-size: 32px;
    line-height: 34px;
    font-weight: 600;
    margin: 7px 0 30px 25px;
}

.for-desktop{ display: block;}
.for-mobile{ display: none; }

@media (max-width: 1200px) {

    .tabs-container ul.tabs {
         display: inline-flex;
         width: 100%;
         overflow-x: auto;
         flex-direction: row;
         white-space: nowrap;
    }

    .tabs-container .tab-border {
        overflow: auto;
        border-radius: 0;
     }

    .tabs-container ul.tabs li {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        text-align: center;
        position: relative;
        cursor: pointer;
    }

    .tabs-container ul.tabs li a{
      padding: 20px 30px;
    }

    .tabs-container .product__inner-left-rest .row,
    .tabs-container .product__inner-left-char .row{
       display: flex;
    }

    .tabs-container .product__inner-left-char .char-info-title{
      font-weight: 700;
    }

 }



@media (max-width: 768px) {

    .tabs-container ul.tabs {
         display: inline-flex;
         width: 100%;
         overflow-x: auto;
         flex-direction: row;
         white-space: nowrap;
    }


    .tabs-container .tab-border {
        overflow: auto;
        border-radius: 0;
     }

    .tabs-container ul.tabs li {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        text-align: center;
        position: relative;
        cursor: pointer;
    }

    .tabs-container ul.tabs li a{
      padding: 20px 30px;
    }

    .tabs-container .product__inner-left-rest .row,
    .tabs-container .product__inner-left-char .row{
       display: flex;
    }

    .tabs-container .product__inner-left-char .char-info-title{
      font-weight: 700;
    }

    .product__inner-left-by span.price-dp {
      text-align: right;
      display: block;
      color: #00a1e5;
    }

    .product__inner-left-by .form-input-wrap{
      display: none;
    }

    #characteristics .col-md-3{
      font-weight: 700;
    }

    .product-info-total {
        padding: 20px 0;
    }

    #characteristics .row{
        display: flex;
        margin: 0;
        justify-content: space-evenly;
        flex-direction: column;
    }


    #characteristics .col-md-3, #characteristics .col-md-9 { padding: 0 5px; }

    .for-desktop{ display: none;}
    .for-mobile{ display: block; }

    .mob-p-0 { padding: 0 }

}

/*****/

@media screen and (max-width: 600px) {
  .tabs {
    flex-direction: column;
  }

  .tabs li {
    width: 100%;
  }

  .tabs li:not(:last-child) {
    margin-right: 0;
  }

  .tabs li a {
    border-radius: 0;
    opacity: 1;
    top: 0;
  }

  .tabs li.active a::before {
    content: "•";
    padding-right: 5px;
  }

  .tabs-content {
    border-radius: 0;
  }
}

/** END TAB **/

.btn-site{
    height: 55px;
    background-color: #d80202;
    text-align: center;
    color: #fff;
    border: 0;
    padding: 0 20px;
}


.btn-site:hover{
  background-color: #1a3c5e;
  transition: .6s;
}

.body-text {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: .02em;
}

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

.input-w-100{
  width: 100%;
}

.input-w-49{
  width: 49%;
}

._m-b-30{
  margin-bottom: 30px;
}

.text-price{
  font-size: 20px;
  text-align: center;
  color: #2c9bda;
}

.position-relative{
  position:relative;
}

.modal-close-icon{
  position:absolute;
  top: 23px;
  right: 23px;
}
.modal-close-icon:hover{
  cursor: pointer;
}

.margin-h2{
    margin: 30px 0 33px 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: 400;
    color: #444;
}

.modal-win-install-bl-1{width:35%; display:inline-block;text-align:center;}
.modal-win-install-bl-2{width:64%; display:inline-block;}

.vertical-align-top{ vertical-align:top }
.vertical-align-bottom{ vertical-align:bottom }


.form-input-wrap{
  position:relative;
  padding: 10px 0;
}

.input {
    border: 2px solid #00a1e5;
    height: 44px;
    padding: 0 16px;
    color: #3a3939;
    border-radius: 5px;
}

.input:hover{

}

.label-form{
  position:absolute;
  top: 0;
  color:#0a0a0a;
  left: 10px;
  background-color: #fff;
  padding: 0 10px;
  font-size: 14px;
  line-height: 18px;
}

.label-form-1 {
    position: absolute;
    top: 33px;
    color: #0a0a0a;
    left: 40px;
    background-color: #fff;
    padding: 0 10px;
    font-size: 14px;
    line-height: 18px;
}

.box-thumb{ border:1px solid #999; padding:3px 0px; margin:0 0 5px 0; border-radius:5px; display:flex; }

.box-thumb img{ width:110px; height:140px; outline: 0px solid #000; object-fit: cover;}

.height-limit-1 {
  overflow-y: auto;
  max-height: 455px;
}

.padding-top-0{
  padding-top: 0 !important;
}

.margin-0 {
    margin: 0 !important;
}


.uk-thumbnav-vertical.padding-top-0>* {
    padding-left: 0;
    padding-top: 0px;
}

.tabs-container ul.uk-thumbnav{
  margin-top: 0;
}


/* Работает в Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: blue #ссс;
}

/* Работает в Chrome, Edge и Safari */
*::-webkit-scrollbar {
  width: 12px;
}

*::-webkit-scrollbar-track {
  background: #ссс;
}

*::-webkit-scrollbar-thumb {
  background-color: #333;
  border-radius: 20px;
  border: 3px solid #f0f0f0;
}

.detail-card__content-rest { width: calc(100% - 440px); }
.detail-card__content-rest .detail-card__title-wrapper { margin-bottom: 10px; }
.detail-card__content-rest .detail-card__price { font-size: 38px; width: 32%; float: left; margin-bottom: 0; }
.detail-card__content-rest .detail-card__available { width: 28%; float: left; padding-top: 3px; }
.detail-card__content-rest .detail-card__available a { width: 100%; display: block; margin: 7px 0 0 0; text-align: left; }
.detail-card__content-rest .detail-card__online { display: block; width: 100%; font-size: 16px; color: #D80202; line-height: 26px; }
.detail-card__content-rest .detail-card__order { margin-top: 40px; margin-bottom: 35px; }
.detail-card__link { padding: 10px; }
.content-carousel { width: 100%; display: block; margin: 0 auto; }

.product-wish { left: 470px; display: block; position: absolute; top: 30px; z-index: 9; }
.product-stickers { display: flex; width: 100%; padding-top: 50px; justify-content: center; }
.product-stickers img { max-width: 212px; height: auto; }
.product-stickers img:first-child { margin-right: 25px; }
.product-stickers-mobile { display: none; width: 100%; padding-bottom: 30px; justify-content: center; }
.product-stickers-mobile img { max-width: 200px; height: auto; }
.product-stickers-mobile img:first-child { margin-right: 10px; }
.detail-card__details-descr.body-text a { margin-right: 5px; display: flex; flex-direction: column; }
.tab__select { margin-left: 0; }

/**  @media(max-width: 1124px) {  */
@media(max-width: 1280px) {
    .detail-card__title { width: 100%; margin-bottom: 30px; font-size: 20px; }
    .detail-card__wrapper { flex-direction: unset; }
    .detail-card__order-btn.right { margin-left: 32px; }              
    .detail-card__wrapper { flex-direction: column; }
    .product__inner-left-rest { width: 100%; max-width: 540px; margin-bottom: 40px; }
    .detail-card__content-rest { width: 100%; }
    .product-wish { left: 510px; }
}
@media(max-width: 992px) {
    .detail-card__wrapper { flex-direction: column; }
    .product__inner-left-rest { width: 100%; max-width: 540px; margin-bottom: 40px;  }
    .detail-card__content-rest { width: 100%; }
    .product-wish { left: 510px; }
}
@media(max-width: 768px) {
    .detail-card__order-btn.right { margin-left: 0px; }
    .detail-card__order .calc-quantity { margin-top: 40px; }
    .card__item-reviews { padding-left: 0; }
    .card__item-reviews::before { left: -21px; }
    .detail-card__available { margin-top: 0; }
    .detail-card__content-rest .detail-card__online { font-size: 16px; }
    .tab__detail-text { padding: 0 0 0 10px; }
}

@media(max-width: 540px) {
    .product-wish { left: unset; right: 10px; }
    .product-stickers { display: none; }
    .product-stickers-mobile { display: flex; }
    .calc-quantity { display: none; }
    #product .detail-card__order-btn { width: 48%; margin-right: 1%; margin-left: 1%; }
    .detail-card__price, .detail-card__available { float: none !important; margin-bottom: 20px !important; }
    .detail-card__price { width: 90% !important; }
    .detail-card__available { width: 50% !important; }
    .detail-card__online { width: 100%; }
    .detail-card__content-rest .detail-card__order { margin-top: 0; }
    .detail-card__order .detail-card__order-btn { margin-top: 20px; }
    .product-stickers-mobile img { max-width: 48%; height: auto; }
    .product-stickers-mobile img:first-child { margin-right: 2%; }
    .detail-card__details-descr.body-text a { margin-right: 10px; }
}
            
@media(max-width: 475px) {
    .detail-card__price { margin-left: 0 !important; }
}
.calc-quantity__btn { color: #1a3c5e; }
.detail-card__available_limit { color: #ff9800; font-weight: 600; }
.detail-card__available_limit::before {
    background-color: #ff9800;
    animation: pulsate 1.5s ease-out infinite;
}
@-webkit-keyframes pulsate {
    0%   { box-shadow: 0 0 0 #ff9800; }
    50%  { box-shadow: 0 0 20px #ff9800; }
    100% { box-shadow: 0 0 0 #ff9800; }
}

.product__inner-left-char { padding: 10px; }
.product__inner-left-char .row { margin: 15px -15px; }
.product__inner-left-char .char-market { font-size: 16px; line-height: 20px; color: #ED1D1D; margin: 0 0 20px; display: block; width: 100%; }
.product__inner-left-char .char-sklad { font-size: 16px; line-height: 24px; font-weight: 600; color: #0C0C0C; display: flex; align-items: center; margin: 15px 0; }
.product__inner-left-char .char-sklad svg { margin-top: 3px; margin-right: 5px; }
.product__inner-left-char .char-review { font-size: 18px; line-height: 32px; color: #0C0C0C; display: flex; align-items: center; margin: 15px 0; }
.product__inner-left-char .char-review svg { margin-right: 10px; margin-top: -2px; }
.product__inner-left-char .char-info-title { font-size: 18px; line-height: 32px; color: #0C0C0C; }
.product__inner-left-char .char-info { font-size: 18px; line-height: 32px; color: #0C0C0C; }

.product__inner-left-char .char-info-height a { margin-bottom: 4px; display: inline-flex; font-size: 18px; line-height: 32px;
              color: #0C0C0C; padding: 5px 10px; border: 2px solid #BDBCBC;  }

.product__inner-left-by h2 { font-size: 32px; line-height: 34px; font-weight: 600; margin: 7px 0 30px 25px; }
.product__inner-left-by button {  }
.product__inner-left-by svg { display: block; width: 100%; margin: 5px 0; }
.product__inner-left-by .btn-by { background: #FF3535; color: #fff; border-radius: 3px; font-size: 18px; line-height: 24px; font-weight: 600;
              width: 100%; border: unset; padding: 20px; text-transform: uppercase; margin: 5px 0; }

.product__inner-left-by .btn-by:hover{ background-color: #D80202; }


.product__inner-left-by .btn-by-ext { 
      background: #FFF; color: #111; border-radius: 3px; font-size: 14px; font-weight: 600;
      width: 100%; border: 2px solid #FF3535; padding: 10px 5px; text-transform: uppercase; margin: 5px 0; /* Добавляем перенос текста */
      white-space: normal;  /* Позволяет переноса строк */
      word-wrap: break-word; /* Разрешает разрыв длинных слов */
      overflow-wrap: break-word; /* Современный аналог word-wrap */
      text-align: center; /* Выравниваем текст по центру */ 
}

.product__inner-left-by .btn-by-ext:hover{ background: #FF3535; color: #FFF; }
.product__inner-left-char .char-info-height a.a-height:hover{border: 2px solid red;}
.product__inner-left-char .char-info-height a.a-height.active{ background: #00a1e5; color:#fff; border:2px solid #00a1e5; }


@media (max-width: 1200px) {
    .product__inner-left-by .btn-by-ext {
        word-wrap: break-word; /* Старое свойство */
        overflow-wrap: break-word; /* Новое, предпочтительное */
    }
 }

 /** Блок 8 - Спецификации, Страницы, Бренды, Профиль, Фильтр **/

.specification__title {
    color: #1a3c5e;
    margin-bottom: 49px;
    font-family: "NotoSansBold", sans-serif;
  }
  .specification__img {
    width: 100%;
    margin-bottom: 10px;
  }
  .specification__img-desr {
    margin-bottom: 37px;
    font-style: italic;
    color: #0a0a0a;
  }
  .specification-descr__text {
    width: 60%;
    font-family: "NotoSans", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.02em;
    color: #0a0a0a;
    margin-bottom: 20px;
  }

  .specification-descr {
    display: flex;
    gap: 43px;
    font-family: "NotoSans", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.02em;
    color: #1a3c5e;
    align-items: center;
    margin-bottom: 89px;
  }

  .material__text__bl {
    font-family: "NotoSans", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.02em;
    color: #0a0a0a;
    margin-bottom: 20px;
 }


  .specification-descr__img {
    width: 282px;
  }
  img {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
  }
  .specification__img img,
  .specification-descr__img img,
  .material__img img {
    width: 100%;
    object-fit: contain;
  }
  ol {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    list-style-type: auto;
    padding-left: 20px;
  }
  ul {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    list-style-type: none;
  }
  .material ul {
    list-style-type: disc;
    padding-left: 20px;
    margin: 0;
    margin-bottom: 31px;    
  }

  .h2-title {
    font-family: 'NotoSans';
    font-size: 48px;
    line-height: 48px;
    letter-spacing: 0.02em;
    margin: 40px 0;
  }

  .h3-title {
    font-family: 'NotoSans';
    font-size: 48px;
    line-height: 48px;
    letter-spacing: 0.02em;
    margin: 40px 0;
  }

  @media (max-width: 768px) {

     .h2-title { font-size: 28px; line-height: 28px; letter-spacing: 0.02em; margin: 40px 0; }

     .h3-title { font-size: 28px; line-height: 28px; letter-spacing: 0.02em; margin: 40px 0; }

  }

  .material__title {
    margin-bottom: 89px;
    max-width: 935px;
    font-family: "NotoSansBold", sans-serif;
    color: #1a3c5e;
  }
  .material-wrap {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    align-items: center;
  }
  .material__img {
    max-width: 380px;
    width: 100%;
  }
  .material__text {
    max-width: 608px;
  }
  .material__text img {
    margin-bottom: 27px;
  }
  .h4-title {
    font-family: "NotoSans", sans-serif;
    font-size: 20px;
    line-height: 27px;
    letter-spacing: 0.02em;
    color:#0A0A0A;

  }
  .video {
    margin-bottom: 210px;
    position: relative;
    cursor: pointer;
    display: flex;
    justify-content: center;
  }
  .spec-video a {
    text-align: center;
    display: block;
  }
  .video img {
    width: 660px;
  }
  section {
    display: block;
  }
  .details-catalog__wrapper {
    margin-bottom: 60px;
  }
  .catalog__title {
    margin-bottom: 60px;
  }
  .catalog__wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .catalog__item {
    background: #f5f5f5;
    height: 255px;
    flex: 0 0 19%;
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
  }
  .catalog__item-text {
    font-family: "NotoSans", sans-serif;
    color: #091d3e;
    padding: 20px 10px 0 21px;
  }
  .catalog__item-img {
    display: inline-block;
    overflow: hidden;
    position: absolute;
    bottom: -3px;
    transition: 1s;
  }
  .catalog__item:hover .catalog__item-img {
    transform: scale(1.1);
  }
  .catalog__item-img img {
    width: 180px;
    height: auto;
    object-fit: contain;
  }
  .advantages__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #091d3e;
  }
  .advantadges__item-inner {
    display: flex;
    align-items: center;
  }
  .advantadges__img {
    margin-right: 32px;
    width: 60px;
  }
  .advantages__text {
    width: 265px;
  }
  .specificator-panel {
    border: 1px solid #e1e1e1;
    width: 416px;
    height: 470px;
    background: #fff;

  }
  .specificator-panel .image_wrapper {
    width: 100%;
    position: relative;
    margin-bottom: 40px;
  }
  .specificator-panel .image_wrapper .bg_img {
    width: 100%;
  }
  .specificator-panel .image_wrapper .car_img {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 40px);
  }
  .specificator-panel .specificator-panel-title {
    font-size: 24px;
    color: #d80202;
    font-weight: 600;
  }
  .specificator-panel .specificator-panel-list {
    list-style-type: disc;
    padding-left: 20px;
    margin: 0;
    font-size: 16px;
    line-height: 24px;
    padding: 20px 28px 18px 15px;
    color: #0a0a0a;
  }

  .specificator-panel.box-align-right{
     margin: 0 0 0 auto;
  }

  .specificator-panel.box-align-center{
     margin: 0 auto;
  }

  .specificator-panel .info_wrapper{
    padding: 0 20px;
  }

  .padding-rl-0{
    padding-left: 0;
    padding-right: 0;

  }

  .text-description{
    font-size: 18px;
    line-height: 30px;
    color: #0a0a0a;
  }

.d-inline-flex{
  display: inline-block;
}


.uk-slidenav-next.uk-slidenav{
  color: rgba(0, 0, 0, .7);
}


.uk-slidenav-next.uk-lightbox-button.uk-slidenav{
  color: rgba(255, 255, 255, .7);
}



ul.applicability-list li{
    display: inline-block;
    border: 1px solid #BDBCBC;
    padding: 8px 10px;
    margin: 3px 2px;
    border-radius: 5px;
}

.uk-slidenav-next.uk-slidenav:hover{
  color: rgba(255, 51, 51, .7);
}

.uk-slidenav-next.uk-lightbox-button.uk-slidenav:hover{
  color: rgba(255, 255, 255, 1);
}

.for-lighbox-mobile{
  display: none;
}

#md-form-order-one-click-featured .uk-modal-dialog,
#md-form-order-one-click-bestseller .uk-modal-dialog,
#md-form-order-one-click .uk-modal-dialog,
#md-cart-install .uk-modal-dialog,
#md-order-in-bulk .uk-modal-dialog,
#md-feedback-mob .uk-modal-dialog,
#md-order-consultation .uk-modal-dialog,
#md-free-consultation .uk-modal-dialog,
#md-free-review .uk-modal-dialog,
#modal-order-with-installation .uk-modal-dialog
{
  width: 558px;
  padding: 30px 70px 67px 70px;
  border-radius: 5px;
}

#md-form-order-one-click-featured .uk-modal-title,
#md-form-order-one-click-bestseller .uk-modal-title,
#md-form-order-one-click .uk-modal-title,
#md-cart-install .uk-modal-title {
    font-size: 24px;
    color: #000;
    font-weight: 500;
    line-height: 1.3;
    text-transform: uppercase;
    text-align: left;
}

#md-form-order-one-click-bestseller p.uk-modal-title,
#md-form-order-one-click-featured p.uk-modal-title,
#md-form-order-one-click p.uk-modal-title,
#md-cart-install p.uk-modal-title {
    font-size: 22px;
    color: #000;
    font-weight: 600;
    line-height: 1.3;
    text-transform: uppercase;
    text-align: left;
}

#md-auth .uk-modal-dialog{
  width: 480px;
  padding: 30px 50px 50px 50px;
  border-radius: 5px;
}


.pad-login-butt {
  padding: 16px 50px;
}

.pad-reg-butt {
    padding: 16px 30px;
}

.btn-site-popup{
    background-color: #FF3535;
    text-align: center;
    display: block;
    font-weight: 700;
    letter-spacing: 1px;
    color: #fff;
    overflow: hidden;
    border-radius: 6px;
    width: 100%;
    border: 0;
    font-size: 18px;
    text-transform: uppercase;
    padding: 29px 20px;
}

.btn-site-popup:hover{
  background-color: #D80202;
  transition: .6s;

}


.btn-site-white{
    background-color: #FFf;
    text-align: center;
    display: block;
    font-weight: 700;
    letter-spacing: 1px;
    color: #0A0A0A;
    overflow: hidden;
    border-radius: 6px;
    border:2px solid #00A1E6;
    width: 100%;
    font-size: 18px;
    text-transform: uppercase;
    padding: 20px 20px;
}

.btn-site-white:hover{
  background-color: #00A1E6;
  transition: .6s;
  color: #fff;

}


.btn-double-width{
   width: 48%;
}


.uk-modal-body .header-line{
    font-size: 24px;
    font-weight: 600;
    color: #FF3535;
    text-align: center;
    text-transform: uppercase;
    padding: 30px 0 20px 0;
}

.uk-modal-body .body-text-line{
    color: #0A0A0A;
    text-align: center;
    font-size: 18px;
    line-height: 34px;
    padding: 0 40px;
    margin-bottom: 30px;
}


.specificator-panels_wrapper{
  display: block;
  overflow: hidden;
}


.btn-site-load{
    background-color: #00A1E5;
    text-align: center;
    display: block;
    color: #fff;
    overflow: hidden;
    border-radius: 6px;
    border: 0;
    font-size: 18px;
    text-transform: uppercase;
    padding: 24px 75px;
    margin: 70px auto 70px auto;
}

.btn-site-load:hover{
  background-color: #00A1E6;
  transition: .6s;
}


.btn-site-review{
    background-color: #00A1E5;
    text-align: center;
    display: block;
    color: #fff;
    overflow: hidden;
    border-radius: 6px;
    border: 0;
    font-size: 18px;
    text-transform: uppercase;
    padding: 24px 75px;
    margin: 0 auto 0 auto;
}

.btn-site-review:hover{
  background-color: #0880b3;
  transition: .6s;
}


.bl-text-rev{ font-size: 28px;  font-weight: 700;  color: #0A0A0A;  margin-top: 46px;}


@media (max-width: 768px) {

   .bl-text-rev{ font-size: 28px; line-height: 34px; margin-top: 20px; }
   .specificator-panel{ border: 1px solid #bdbcbc; margin-bottom: 14px; width:100%; border-radius:8px; overflow:hidden; height: auto; }

   .specificator-panel.box-align-center { margin-bottom: 14px; }

   .material-wrap.do-posle { flex-direction: column; }

   .btn-site-load { padding: 24px 0px; width: 100%; text-align: center; margin: 14px auto 50px auto; }

   #md-cart-install .uk-modal-dialog,
   #md-order-in-bulk .uk-modal-dialog,
   #md-order-consultation .uk-modal-dialog,
   #md-free-consultation .uk-modal-dialog,
   #md-free-review .uk-modal-dialog,
   #modal-order-with-installation .uk-modal-dialog {width: 100%; padding: 30px 15px 40px 15px; }
   .uk-modal-title { font-size: 1.6rem; line-height: 1.3; font-weight: 500;}
   .modal-close-icon { position: absolute; top: 10px; right: 10px; }

}


.block-user-review{
  margin: 45px 0 70px 0;
}

.block-user-review .user-name{
    font-size: 20px;
    color: #0A0A0A;
    font-weight: 700;
    margin: 0 0 10px 0;
}

.block-user-review .user-avto{
    font-size: 18px;
    font-style: italic;
    color: #999;
    font-weight: 100;
    margin: 0 0 10px 0;
}

.block-user-review .stars{
    background: url(/image/stars.png) no-repeat;
    display: block;
    width: 174px;
    height: 28px;
    margin: 26px 0 20px 0;
}

.block-user-review .user-mess-review{
    font-size: 18px;
    color: #0A0A0A;
    line-height: 28px;
    font-weight: 100;
    margin: 0 0 10px 0;
}

.bl-but-rev{
  padding: 25px 0;
}


.input-popup {
    border: 1px solid #BDBCBC;
    padding: 21px 28px;
    color: #3a3939;
    border-radius: 5px;
}

.input-popup-auth {
    border: 1px solid #BDBCBC;
    padding: 16px 28px;
    color: #3a3939;
    border-radius: 5px;
}

.form-input-wrap-popup {
    position: relative;
    padding: 10px 0 0 0;
}

.form-input-wrap-popup label{
  display: none;
}

.form-input-wrap-popup input::placeholder {
  font-size: 1.1em;
  font-style: italic;
}


.popup-button-block{
   display:block;
   text-align:center;
   margin-top:2px;
}


.popup-button-block-double{
    text-align: center;
    margin-top: 2px;
    display: flex;
    justify-content: space-evenly;
}


._m-b-17{
  margin-bottom: 17px;
}

._m-b-7{
  margin-bottom: 7px;
}

._m-b-9{
  margin-bottom: 9px;
}

.popup-mess-1{
    text-align: center;
    display: block;
    font-size: 14px;
    padding: 0;
    font-style: italic;
    margin: 0 0 10px 0;
}

.popup-mess-2
{
   display: block;
   width: 100%;
   font-size: 14px;
   padding: 0;
   font-style: italic;
   margin: 16px 0 0px 0;
   text-align: left;
}

.popup-mess-2 input,
.popup-mess-2 span
{vertical-align: middle;}

.popup-mess-2 input[type=checkbox]{
   margin-top: 0;
   width: 22px;
   height: 22px;
   margin-right: 10px;
}

.icon-5{
  margin-right: 8px;
}

ul.propert-1,
ul.propert-2{
  list-style: none;
}

ul.propert-1 li {
  padding: 30px 0;
  font-size: 18px;
  display:flex;
  line-height: 30px;
}

ul.propert-1 li span svg{
   max-width: 50px;
   height: auto;
}

ul.propert-2 li {
  padding: 10px 0;
  font-size: 18px;
  display:flex;
  line-height: 30px;
}

ul.propert-2 li span svg{
   max-width: 50px;
   height: auto;
}

.forum-mess-add-bg{
  background-color: #E1F1F8;
  border: 2px solid #00A1E5;
  border-radius: 5px;
  display: block;
  overflow: hidden;
  width: 100%;
}

h1.header-h1{
  margin: 0;
    text-transform: uppercase;
    color: #000;
    font-size: 44px;
    font-weight: 500;
}

@media (max-width: 768px) {

  h1.header-h1{ margin:0 0 0 10px;  font-size: 28px; font-weight: 500; }

}


/* ORDER */

.select-icon-order{
   vertical-align: top;
}

.select-order {
   display: block;
   max-width: 500px;
   min-width: 300px;
   width: 100%;
   position: relative;
}

.select-icon-order:hover{
  cursor: pointer;
}

.new-select {
   position: relative;
   padding: 0 5px;
   cursor: pointer;
   user-select: none;
   color: #2C2A2A;
   font-size: 16px;
}

.new-select__list {
   position: absolute;
   top: 40px;
   left: -38px;
   border-radius:5px;
   cursor: pointer;
   width: 100%;
   z-index: 6;
   background: #fff;
   user-select: none;
   box-shadow: 4px 8px 25px 0px rgba(0, 0, 0, 0.09);
}

.new-select__list.on {
   display: block;
}

.new-select__item span {
   display: block;
   font-size:16px;
   padding: 18px 15px;
   color:#2C2A2A;
}

.new-select__item span:hover {
   background-color: #F1F1F1;
}

.new-select:after {
   content: '';
   display: block;
   width: 25px;
   height: 25px;
   position: absolute;
   right: 9px;
   top: 9px;
   background: url('path-to-image') no-repeat right center / cover;
   opacity: 0.6;
   -webkit-transition: all .27s ease-in-out;
   -o-transition: all .27s ease-in-out;
   transition: all .27s ease-in-out;
   -webkit-transform: rotate(0deg);
   -ms-transform: rotate(0deg);
   -o-transform: rotate(0deg);
   transform: rotate(0deg);
}

.new-select.on:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

/* checkout */

.total-zakaz{
  font-size: 20px;
  Line-height:28px;
  color: #0A0A0A;
}

 .checkout-block {
    color: black;
    padding-bottom: 30px;
  }

  .checkout-title {
    font-weight: 450;
    text-transform: uppercase;
  }

  .form-content {
    border-radius: 5px 0px 0px 0px;
    opacity: 0px;
    background-color: white;
  }

  .products-content {
    border-radius: 5px 0px 0px 0px;    
    background-color: white;
  }

  .form-content , .products-content {   
    padding-top: 25px;
    padding-left: 17px;
    padding-right: 35px;
    padding-bottom: 20px;
    box-shadow: 0px 1px 3px 0px #00000033;
  }

  .form-inner {
    padding-left: 53px;
  }

  .account-selector .tab-item {
    background-color: white;
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: 0.04em;
    text-align: left;
    border: 1px solid #7E7E7E;
    text-transform: uppercase;
    color: #7E7E7E;
    border-radius: 7px 0 0 7px;
    padding: 1px 1px 1px 1px;
  }

  .account-selector .old {
    border-radius: 0 7px 7px 0;   
  }

  ul.account-selector li:first-child .tab-item {
    border-right: none;
  }

  ul.account-selector li:last-child .tab-item {
    border-left: none;
  }

  ul.mess-result-logger{
    margin: 40px 0;
  }


  .nav-pills.account-selector>li+li {
     margin-left: 0;
  }


  .personal-data p {
    font-size: 22px;
    font-weight: 600;
    line-height: 34px;
    letter-spacing: 0.01em;
    text-align: left;
  }

  .delivery-data p {
    font-size: 22px;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: 0.01em;
    text-align: left;
  }

  .products-content {
    padding-top: 41px;
    padding-left: 34px;
    color: black;
  }

  .products-content p {
    font-family: 'AvenirNextCyr-Demi';
    font-size: 24px;
    font-weight: 600;
    line-height: 34px;
    letter-spacing: 0.01em;
    text-align: left;

  }

  .products-content small {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.005em;
    text-align: left;
    font-family: 'AvenirNextCyr-Italic';

  }

  .account-selector{
    margin-bottom: 10px;
  }

  .account-selector .tab-item a {
    text-decoration: none;
    display: block;
    font-family: 'AvenirNextCyr-Demi';
    color: #7E7E7E;
    padding: 20px 21px 20px 17px;
  }

  .account-selector .tab-item a:hover {
    color: #7E7E7E;
  }

  .account-selector li.active .tab-item {
    border: 2px solid #00A1E5 !important;
    color: #00A1E5 !important;
    background-color: #00A1E51F;
    padding: 0;
  }

  @media (max-width: 768px) {

    .account-selector .tab-item a {
       text-align: center;
    }

    .account-selector li .tab-item {
       border: 1px solid #7E7E7E !important;
    }

  }


  .account-selector .active .tab-item a {
    color: #00A1E5 !important;
  }


  .tab-form-content button, .btn-order-red {
    background-color: #FF3535;
    width: 202px;
    height: 68px;
    border-radius: 4px;
    font-family: 'AvenirNextCyr-Demi';
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0.01em;
    text-align: left;
    color: white;
    border: none;
    text-align: center;
    text-transform: uppercase;
  }


  .btn-order-red:hover, .btn-order-red:active, .btn-order-red:focus,
  .tab-form-content button:hover, .tab-form-content button:active, .tab-form-content button:focus {
    color: white;
  }

  .steps {
    list-style: none;
    padding-left: 0;
  }

  .steps li {
    padding-top: 20px;
  }

  .steps .active {
    color: black;
  }

  .product-details h5 {
    font-family: 'AvenirNextCyr-Regular';
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.20000000298023224px;
    text-align: left;

  }

  .product-element .image-element img {
    width: 100%;
    height: auto;
  }

  .price-info {
    list-style: none;
    padding: 0;
  }

  .price-info li {
    display: inline-block;
    padding-right: 15px;
  }


  .price-info-wishlist li {
    display: block;
    padding-right: 15px;
  }


  .price-info .price,
  .price-info-wishlist .price
   {
    font-family: 'AvenirNextCyr-Medium';
    font-size: 18px;
    font-weight: 450;
    line-height: 24px;
    letter-spacing: 0.20000000298023224px;
    text-align: left;
  }

  .price-info-wishlist .in_stock
   {
    font-family: 'AvenirNextCyr-Medium';
    font-size: 16px;
    font-weight: 450;
    line-height: 24px;
    letter-spacing: 0.20000000298023224px;
    text-align: left;
    color: green;
  }

  .wishlist_img{
    height: 120px;
    width: auto;
  }

  .wishlist_row{
    border: 1px solid #ccc;
    border-left: 10px solid #00a1e5;
    border-radius: 8px;
    overflow: hidden;
    display: block;
    padding: 10px 20px 10px 20px;
    margin-bottom: 10px;
    margin-right: 40px;
  }

  @media (max-width: 768px) {

      .wishlist_row{
          text-align: center;
          margin:0 10px 10px;
      }

      .price-info-wishlist .price {
         text-align: center;
         font-weight: 700;
         font-size: 20px;
      }

      .price-info-wishlist .in_stock {
        text-align: center;
      }

  }



  .have-amount .close_count{display: none;}


  .price-info .quantity,
  .price-info-wishlist .quantity {
    font-family: 'AvenirNextCyr-Regular';
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.20000000298023224px;
    text-align: left;
  }

  .price-info .total-price {
    font-family: 'AvenirNextCyr-Demi';
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.20000000298023224px;
    text-align: left;
  }

  .totaly-info h3 {
    font-family: 'AvenirNextCyr-Medium';
    font-size: 18px;
    font-weight: 450;
    line-height: 24px;
    letter-spacing: 0.20000000298023224px;
    text-align: left;
  }

  .price-totaly {
    font-family: 'AvenirNextCyr-Demi';
    font-size: 30px;
    font-weight: 600;
    line-height: 34px;
    letter-spacing: 0.01em;
    text-align: left;
  }


  .btn-checkout {
    background: #f2f2f2;
    text-align: center;
    width: 100%;
    color: #0A0A0A;
    overflow: hidden;
    border-radius: 6px;
    border: 0;
    font-size: 18px;
    text-transform: uppercase;
    padding: 17px 75px;
    margin: 14px auto 0 auto;
   }

   .btn-checkout:hover{
    background: #e2e2e2;
   }

   .image-element{
    padding: 0 0 0 30px;
   }


   @media (max-width: 768px) {
      .image-element{ padding: 0 0 0 0; }
   }


   p.list-city-top{
    margin: 0 0 0 30px;
   }

   .icon-step{
      vertical-align: middle;
      margin-right: 25px; position: relative;
      z-index: 5;
   }

   .vertical-line-order{
        position: absolute;
        height: 76%;
        border: 1px solid;
        left: 14px;
        top: 24px;
        border: 1px solid #00A1E5;
   }

   .list-city-top span{
    color: #0B8F08;
    font-weight: 500;
    font-size: 16px;
    padding: 0 10px;
    text-decoration: underline;
   }

   .list-city-top span:hover{
    cursor: pointer;
   }

/* END ORDER */

/* chebox */

/* Hide original inputs */

input.stylezation-1[type="checkbox"]:checked,
input.stylezation-1[type="checkbox"]:not(:checked),
input.stylezation-1[type="radio"]:checked,
input.stylezation-1[type="radio"]:not(:checked)
{
    position: absolute;
    left: -9999px;
}

input.stylezation-1[type="checkbox"]:checked + label,
input.stylezation-1[type="checkbox"]:not(:checked) + label,
input.stylezation-1[type="radio"]:checked + label,
input.stylezation-1[type="radio"]:not(:checked) + label {
    display: inline-block;
    position: relative;
    padding-left: 28px;
    line-height: 20px;
    cursor: pointer;
}

input.stylezation-1[type="checkbox"]:checked + label:before,
input.stylezation-1[type="checkbox"]:not(:checked) + label:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 24px;
    height: 24px;
    border: none;
    background-color: #00A1E5;
}

input.stylezation-2[type="checkbox"]:checked + label:before,
input.stylezation-2[type="checkbox"]:not(:checked) + label:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 20px;
    height: 20px;
    border: none;
    background-color: #00A1E5;
}

input.stylezation-1[type="radio"]:checked + label:before,
input.stylezation-1[type="radio"]:not(:checked) + label:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 22px;
    border: 2px solid #00A1E5;
    background: #fff;
    height: 22px;
}


input.stylezation-1[type="checkbox"]:checked + label:before,
input.stylezation-1[type="checkbox"]:not(:checked) + label:before {
    border-radius: 4px;
}

input.stylezation-1[type="radio"]:checked + label:before,
input.stylezation-1[type="radio"]:not(:checked) + label:before {
    border-radius: 100%;
}

input.stylezation-1[type="checkbox"]:checked + label:after,
input.stylezation-1[type="checkbox"]:not(:checked) + label:after,
input.stylezation-1[type="radio"]:checked + label:after,
input.stylezation-1[type="radio"]:not(:checked) + label:after {
    content: "";
    position: absolute;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

input.stylezation-1[type="checkbox"]:checked + label:after,
input.stylezation-1[type="checkbox"]:not(:checked) + label:after {
    left: 5px;
    top: 5px;
    width: 15px;
    height: 10px;
    border-radius: 1px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

input.stylezation-2[type="checkbox"]:checked + label:after,
input.stylezation-2[type="checkbox"]:not(:checked) + label:after {  
    left: 5px;
    top: 5px;
    width: 10px;
    height: 8px;
}

input.stylezation-1[type="radio"]:checked + label:after,
input.stylezation-1[type="radio"]:not(:checked) + label:after {
    left: 4px;
    top: 4px;
    width: 14px;
    height: 14px;
    border-radius: 100%;
    background-color: #00A1E5;
}

input.stylezation-1[type="checkbox"]:not(:checked) + label:after,
input.stylezation-1[type="radio"]:not(:checked) + label:after {
    opacity: 0;
}

input.stylezation-1[type="checkbox"]:checked + label:after,
input.stylezation-1[type="radio"]:checked + label:after {
    opacity: 1;
}

.wrap-order-step{
    display: block;
    overflow: hidden;
    margin: 0 0 0 49px;
    padding: 0 5px 50px 0;
}

.wrap-order-step .form-inner{
    padding-left: 0px;
}


.lab-1{
    font-size: 18px;
    color: #000;
    margin-left: 10px;
    font-weight: 700;
}

.lab-2{
    font-size: 16px;
    color: #000;
}

.lab-3 {
    font-size: 18px;
    color: #000;
    margin-left: 5px;
    font-weight: 500;
}

.delivery-data p.lab-4{
    font-size: 18px;
    color: #000;
    font-weight: 700;
    margin: 23px 0 10px 0;
}


.delivery-data p.lab-5{
   margin: 15px 0 0 0;
   padding-left: 36px;
  }

.delivery-data p.lab-6{
   margin: 0 0 5px 0;
    font-size: 18px;
    padding-left: 36px;
}


ul.style-install{
  padding: 10px;
    margin: 5px 0 0 25px;
}

ul.style-install li{
  padding: 10px 0;
}

ul.delivery-method{
  margin: 4px 0 20px 0;
}

ul.delivery-method li{
  padding: 10px 0;
}

ul.delivery-method-ul{
  margin: 8px 0 15px 33px;
}

ul.delivery-method-ul li{
  padding: 6px 0;
}

.dropdown-div{
  margin-top: 25px;
  display: block;
}

ul.mess-result{
   margin-left: 12px;
   color: #666;
   font-size: 14px;
}

ul.mess-result li{
  padding: 0;
  display: inline-block;
}

ul.mess-result li.li-text{
  width: 74%;
}

ul.mess-result li.li-edit{
  width: 25%;
}

ul.mess-result li a{
  color: #666;
}

ul.mess-result li.li-edit img{
      vertical-align: bottom;
}

.border-red{
  border:1px solid red;
}

.block-success{
    display: block;
    width: 480px;
    overflow: hidden;
    margin: 0 auto 60px auto;
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 60px 20px 20px 20px;
    text-align: center;
    font-size: 14px;
    border-radius: 5px;
}

.block-success h1{
  font-size: 24px;
    font-weight: 600;
    color: #FF3535;
    text-align: center;
    text-transform: uppercase;
    padding: 0 0 20px 0;
}

.block-success p{
    color: #0A0A0A;
    text-align: center;
    font-size: 18px;
    line-height: 24px;
    padding: 0 20px;
    margin-bottom: 0;
}


.color-error label { color:#ED1D1D; }

.color-error input { border:1px solid #ED1D1D; }

.color-success label { color:green; }

.color-success input { border:1px solid green; }


.tab-auth > input[type="radio"], .tab-auth input[type="radio"] {
    display: none;
  }

.tab-auth .tab-content {
    display: none;
  }

.tab-auth #tab-btn-1:checked~#auth-content-1,
.tab-auth #tab-btn-2:checked~#auth-content-2,
.tab-auth #tab-btn-3:checked~#auth-content-3 {
    display: block;
  }

.tab-auth-reg label{
   font-size: 18px;
    text-align: center;
    font-weight: 700;
    color: #000;
    padding: 0 15px;
    text-decoration: underline;
  }

.tab-auth-reg label:hover{
    cursor: pointer;
}


input:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)
}


.button-login{
  text-align: left;
  margin: 27px 0 20px 0;
}

.google-btn img, .google-btn span,
.facebook-btn img, .facebook-btn span {
  vertical-align: middle;
}

.google-btn span, .facebook-btn span {
  padding: 0 0 0 10px;
}


.forgot-row{
    text-align: left;
}

.forgot-row label{
   font-size: 18px;
   font-weight: 600;
}

.margin-h2-auth {
    margin: 10px 0 12px 0;
}

.uk-modal-title.margin-h2-auth label {
    font-size: 2rem;
    line-height: 1.3;
    color: #444;
}

.popup-mess-3 {
    display: block;
    width: 100%;
    font-size: 14px;
    padding: 0;
    font-style: italic;
    margin: 10px 0 0px 0;
    text-align: left;
}

.popup-mess-3 input[type=checkbox] {
    margin-top: 0;
    width: 19px;
    height: 19px;
    margin-right: 10px;
    vertical-align: middle;
}

.popup-mess-3 span{
  vertical-align: middle;
}

.bl-socil-auth{
   border-top: 1px dashed #ccc;
    padding-top: 21px;
    margin-top: 17px;
}

.bl-socil-auth span{
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
 }

.bl-socil-auth span.d-block{
    display: block;
 }

 ._m-b-2 {
    margin-bottom: 2px;
}


.breadcrumb > li {
   white-space: normal;
   padding: 0 24px 0 0px;
}

ul.menu__lk li span{
  vertical-align: text-top;
}

ul.menu__lk li span a{
  font-size: 18px;
  font-weight: 700;
  color: #000;
}

ul.menu__lk li span.menu-title{
   margin-left: 10px;
}

ul.menu__lk{
  margin: 46px 0 0 22px;
}

ul.menu__lk li{
  padding: 10px 0;
}


.bl-user-info__lk{
  margin: 0 0 0 22px;
  display: block;
}

.user-info__lk{
  padding: 0;
  font-size: 18px;
  font-weight: 600;
  color: #000;
  margin: 0;
}

.page__lk{
  padding-bottom: 40px;
  overflow: auto;
}

.user-email__lk{
  color:#00a1e5;
  font-style: italic;
  font-weight: 500;
  margin-top: 25px;
}

ul.mod-info{
  margin-top: 30px;
}

ul.mod-info li{
  font-size: 18px;
  padding: 8px 0;
}

ul.mod-info li:first-child{
   font-style: italic;
}

ul.mod-info li:last-child{
  font-weight: 600;
}

.col-left-style{
  /*
  border-top-left-radius:5px;
  border-bottom-left-radius:5px;
  border: 2px solid #bdbcbc;
  */  
  padding:46px 0 46px 0;
  height: 590px;
  background: rgba(255, 255, 255, 0.9);
}

.col-center-style{
  
  /*
  border-top: 2px solid #bdbcbc;
  border-bottom: 2px solid #bdbcbc;    
  */
  border-left: 2px solid #bdbcbc;
  border-right: 2px solid #bdbcbc;
  padding:40px 0 46px 64px;
  height: 590px;
  background: rgba(255, 255, 255, 0.9);
}

.col-right-style{
  /* 
  border-top-right-radius:5px;
  border-bottom-right-radius:5px;
  border: 2px solid #bdbcbc; 
  */
  padding:46px 0 46px;
  height: 590px;
  text-align: center;
  background: rgba(255, 255, 255, 0.9);
}

.col-center-style-1{
  /*
  border-top: 2px solid #bdbcbc;
  border-bottom: 2px solid #bdbcbc;
  border-right: 2px solid #bdbcbc;
  border-top-right-radius:5px;
  border-bottom-right-radius:5px;
  */
  border-left: 2px solid #bdbcbc;
  padding:40px 64px 46px 64px;
  min-height: 590px;
  background: rgba(255, 255, 255, 0.9);
}

table.table-bordered-address tr td{
   border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border: 2px solid #bdbcbc;
    padding: 20px 20px 20px 20px;
    background: rgba(255, 255, 255, 0.9);
    font-style: italic;
    font-size: 18px;
}

.col-right-style span{
   vertical-align: middle;
   font-size: 18px;
}
.col-right-style span:last-child{
  margin-left: 10px;
}

.col-right-style span:last-child:hover{
  text-decoration: underline;
  cursor: pointer;
}

.personal-title{
   color: #00a1e5;
   font-weight: 600;
}

.btn-site__lk {
    text-align: center;
    display: inline-block;
    font-weight: 700;
    letter-spacing: 1px;
    color: #fff;
    overflow: hidden;
    border-radius: 6px;
    width: auto;
    border: 0;
    font-size: 18px;
    text-transform: uppercase;
    padding: 25px 20px;
}

.btn-site__lk_submit{
    background-color: #FF3535;
}


.btn-site__lk_submit:hover{
    background-color: #df1e1e;
    color: #fff;
}

.w100-pr{
  width: 100%;
}

.product-inl-block{
   display: inline-block;
   vertical-align: top;
}

.block-flex-1{
   display: flex;
   justify-content: space-between;
}

.custome-col-wrap{
    border: 2px solid #bdbcbc; 
    display: flex; 
    border-radius: 5px; 
    background: rgba(255, 255, 255, 0.9);
}


@media (max-width: 768px) {

    .block-flex-1 {
      display: flex;
      flex-direction: column;
      align-items: center;
    }

    .delivery-data p.lab-6 {
       padding-left: 16px;
    }

}


@media screen and (max-width: 767px) {
    .col-center-style-1 .table-responsive {       
        border: none;
    }
}


.btn-site__lk_cancel{
    background-color: #fff;
    color: #000;
    border:1px solid #FF3535;
}

.btn-site__lk_cancel:hover{
    border:2px solid #FF3535;
    color: #000;
}

.w49-pr{
  width: 49%;
}

@media (max-width: 768px) {

    .buttons .w49-pr{
        width: 100%;
        margin-bottom: 3px;
    }

    .col-center-style-1 {
      padding: 25px 15px 20px 15px;
      border-left: 2px solid #bdbcbc;
      margin-top: 10px;
    }

    .custome-col-wrap {
      border: none;
      display: flex;      
      flex-direction: column;   
    }

    .col-center-style-1{      
      border: 2px solid #bdbcbc;      
      border-radius:5px;      
    }

}


.edit-data a{
  color: #4e4d4d;
}

.info-order-accordion{
  padding: 3px 0;
  margin: 0;
  font-size: 16px;
}

.fw700black{
  font-weight: 700;
  color: #000;
}

.accordion-li-style{
  border: 1px solid #ccc;
  border-radius:8px;
  overflow: hidden;
  display: block;
  padding:10px 20px 10px 20px;
}



/* В обработку */
.order-status-treatment{
    border-left: 10px solid #00a1e5;
}

/* Выполнен */
.order-status-completed{
    border-left: 10px solid #49e145;
}

.order-product-property{
  display: inline-block;
  width: 32%;
  font-size: 14px;
}

.order-prop .order-product-property.total-price{
  text-align: right;
}


.order-prop .product-name,
.order-prop-title .product-name
{
  font-weight: 600;
  font-size: 14px;
}

.order-prop-title .product-name .title{
  font-weight: 100;
}

.order-product-property .title,
.order-product-property .value
{

}

.order-product-property span.value{
  font-weight: 600;
  color: #000;
}

.order-prop .title-block,
.order-prop-title .title-block{
    font-size: 16px;
}

.module--lk-brands {
    background: #FAFAFA;
    padding: 0px 0 0px 0;
    min-height: 100px;
    overflow: hidden;
}

.module--lk-brands img.img-right {
    display: block;
    position: absolute;
}

.module--lk-brands img.img-right {
    right: -290px;
    top: 200px;
}

ul.mod-info li.text_mess_lk{
    color: red;
    font-size: 14px;
    font-weight: 500;
    font-style: italic;
}

@media (max-width: 768px) {
  .module--lk-brands img.img-right {
    right: 0;
    top: 200px;
   }

   .col-right-style {
    padding: 20px 0 0;
    margin-top: 10px;
    height: auto;
    border-radius: 5px;
   }

   .col-left-style {
      border-radius: 5px;
      border: 2px solid #bdbcbc;
      padding: 20px 0 0 0;
      height: auto;
   }

   .col-center-style {
      border-radius: 5px;
      margin-top: 10px;
      border: 2px solid #bdbcbc;
      padding: 20px 0 0 64px;
      height: auto;
    }

    .page__lk h1{
      margin-top: 0;
    }


}

.wrap-module-lk-brands{
     position: relative;
     background-color: rgba(255,255,255, 0.5);
     padding-bottom: 150px;
}

.mess-result-logged{
  margin: 40px 0;
}

/****** checkout--cart   ******/

  .text-black {
    color: black;
  }

  .checkout--cart .head-title {
    text-transform: uppercase;
  }

  .options-block {
    padding-top: 35px;
  }

  .options-block .main {
    font-family: 'AvenirNextCyr-Medium';
    font-size: 18px;
    font-weight: 450;
    line-height: 24px;

  }

  .checkout--cart i[type=button] {
    cursor: pointer;
  }

  .checkout--cart .quantity-block input{
    width: 60px;
    height: 28px;
    color: black;
    font-size: 18px;
    vertical-align: middle;
    font-weight: 600;
    border: none;
    text-align: center;
  }

  .checkout--cart .quantity-btn.minus {
    width: 44px;
    height: 30px;
    border: none;
    background-color: white;
    vertical-align: middle;
  }

  .checkout--cart .quantity-btn.plus {
    width: 44px;
    height: 34px;
    border: none;
    background-color: white;
    vertical-align: middle;
  }

  .checkout--cart .quantity-btn .plus {
    background-color: #00A1E5 !important;
    color: white;
  }

  .checkout--cart .total-title {
    font-weight: 450;
    font-size: 18px;
    font-family: 'AvenirNextCyr-Medium';
    padding-top: 11px;
    padding-left: 25px;
  }

  .checkout--cart .total-menu {
    background-color: white;
    color: black;
  }

  .checkout--cart .header-car-title{
    border: 2px solid #FF3535;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    display: block;
  }

  .checkout--cart tr.header-car-title td p{
    margin: 0;
  }

  .checkout--cart .header-car-title td:last-child{
    width: 100%;
  }

 .checkout--cart .total-menu .table {
    margin: 0;
  }

 .checkout--cart .total-menu .buttons {
    margin: 0;
  }

 .checkout--cart .total-menu td {
    border: none;
  }

 .checkout--cart .total-value {
    padding-top: 6px;
    padding-right: 30px;
    font-family: 'AvenirNextCyr-Demi';
    font-weight: 600;
    font-size: 24px;
  }

 .checkout--cart .options-block {
    padding-left: 10px;
  }

 .checkout--cart .options-block input[type=checkbox] {
    transform: scale(1.7);
    padding-left: 10px;
  }

 .checkout--cart .options-block label {
    padding-left: 10px;
  }

 .checkout--cart .sub-list {
    list-style: none;
  }

 .checkout--cart .sub-list li {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
  }

/****** end checkout--cart ******/



/*Мобильный заказ */
@media (max-width: 575px) {


   .personal-data img, .delivery-data img{
     display: none;
   }

   .vertical-line-order{
     display: none;
   }

   .account-selector .tab-item {
      border-radius: 7px 7px 7px 7px;
    }

    .wrap-order-step {
    margin: 0 0 0 0;
    padding: 0 5px 50px 0;
    }

    ul.account-selector li{
      width: 100%;
    }

    ul.account-selector li .tab-item{
      width: 100%;
    }

    ul.mess-result li.li-text {
      width: 100%;
    }

    .account-selector .old {
      margin-left: 0;
    }

    ul.mess-result {
      margin-left: 0;
    }

    .tab-form-content button, .btn-order-red {
       width: 100%;
    }

    .block-success {
      width: 100%;
     }

    .module-waranty h1 {
    color: #0A0A0A;
    font-size: 2rem;
    line-height: 2.5rem;
    margin-top: 20px;
    }

    .choice-spacers__link_empty {
        width: 100%;
        margin-bottom: 10px;
    }

    .choice-spacers__link.pad-login-butt,
    .choice-spacers__link.pad-reg-butt
    {
       width: 100%;
    }

    .tab-auth-reg label {
      margin-top: 20px;
    }


}


/**  Contact **/
   .map-iframe iframe{
       width: 540px;
       height: 490px;
       border: 1px solid black;

    }


  .head-title {
    text-transform: uppercase;
    font-size: 44px;
    font-weight: 450;
    line-height: 54px;
    letter-spacing: 1px;
    text-align: left;
    font-family: 'AvenirNextCyr-Medium';
  }

  @media (max-width: 768px) {

    .head-title {
      font-size: 28px;
      font-weight: 450;
      line-height: 32px;
    }

  }



  .city-selector li > a {
    font-family: 'AvenirNextCyr-Demi';
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.5px;
    text-align: center;
    color: #666;
    border: 1px solid #999;
    padding: 11px 15px;
  }

  .city-selector li.active > a {
    background-color: #00A1E5;
    border: 1px solid #00A1E5;

  }



  .city-selector li.active > a:hover,
  .city-selector li.active > a:focus
  { background-color: #00A1E5; }



  .inner-container {
    padding-top: 45px;
    padding-left: 50px;
    color: black;
    padding-bottom: 33px;
  }

  .inner-container-1 {
    padding-top: 45px;
    padding-left: 0;
    color: black;
    padding-bottom: 33px;
  }

  .location-panel {
    margin-top: 12px;
    color: black;
  }

  .locations-content {
    background-color: white;
    height: auto;
    padding-right: 130px;    
    border-radius: 5px 0px 0px 0px;
    box-shadow: 0px 1px 3px 0px #00000033;
    margin-top: 10px;
    margin-bottom: 100px;
  }

  .location-content h5 {
    font-family: 'AvenirNextCyr-Demi';
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.5px;
    text-transform: uppercase;

  }

  .contacts-content b {
    font-size: 20px;
    font-family: 'AvenirNextCyr-Medium';
    font-weight: 450;
  }

  .contacts-content p {
    padding-left: 30px;
    padding-top: 0px;
    font-size: 18px;
    line-height: 32px;
    margin-top: 10px;
    margin-left: 5px;
  }

  .contacts-content li {
    padding-bottom: 20px;
  }

  .contacts-content ul {
    list-style: none;
    padding-top: 15px;
  }

  .contacts-content img {
    margin-right: 10px;
    vertical-align: sub;
  }

  .go-route {
    background-color: white;
    border: 2px solid #FF3535;
    border-radius: 5px;
    text-transform: uppercase;
    padding: 21px 30px 21px 30px;
    margin-left: 36px;
    font-family: 'AvenirNextCyr-Demi';
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.01em;
    text-align: left;
  }

   .module-help-form .fon-blur{
        display: none;
    }

@media (max-width: 768px) {

    .city-selector {
      display: none;
    }


    .locations-content {
    background: none;
    height: auto;
    padding-right: 0px;
    border-radius: 5px 0px 0px 0px;
    box-shadow: none;
    margin-top: 10px;
    margin-bottom: 100px;
    }


    .module-help-form .help-form {
      height: auto;
      padding: 10px 10px;
      margin: 0 10px;
    }


    .module-help-form .fon-blur{
        display: block;
        width: 100%;
        display: flex;
        min-height: 550px;
        position: absolute;
        background: rgba(255, 255, 255, 0.65);
        top: 0;
        left: 0;
    }


    .module-help-form h2 {
      text-align: center;
      font-size: 28px;
      line-height: 38px;
      font-weight: 500;
    }

    .inner-container {
      padding-left: 0 !important;
      padding-top: 0px;
    }

    .go-route {
      width: 100%;
      padding: 15px 0 15px 0;
      margin: 0 auto;
      text-align: center;
    }

    .map-iframe {
      padding-left: 10px;
    }

    .map-iframe iframe{
       width: 100%;
       height: 300px;
    }

    .module-help-form img {
      display: none;
    }

     .maps__title {
        font-weight: 450;
        font-size: 28px;
        line-height: 40px;
        letter-spacing: 1px;
        text-transform: uppercase;
        color: #0A0A0A;
        position: absolute;
        left: 15px;
        top: -90px;
        margin: 0;
        pointer-events: none;
    }


    .maps__title {
          font-weight: 450;
          font-size: 28px;
          line-height: 40px;
          position: absolute;
          left: 15px;
          top: -60px;
          margin: 0;
          display: none;
    }

    .module-help-form {
       padding: 30px 0px;
       position: relative;
       min-height: 550px;
    }

    .module-help-form {
          margin-bottom: 0px;
    }


   .module-help-form .mob-fon-img img{
     display: block;
   }

   .module-help-form .mob-fon-img {
        position: absolute;
        top: 210px;
        left: 0;
        width: 100%;
    }


    .module-help-form .col-sm-6 img {
      width: 100%;
      margin-top: 0;
      margin-left: 0;
    }



    .module-help-form .col-sm-6 [type="checkbox"] {
      width: 16px;
      height: 16px;
    }


    .module-help-form .text-center{
      padding: 0;
    }

    .module-help-form p {
       text-align: center;
       margin-left: 0px;
    }


    .module-help-form .col-sm-6{
      padding: 0;
    }

    .module-help-form .col-sm-6 span {
      margin-top: 0;
    }

    .module-help-form span.text_policy{
       display: block;
    }

   .module-waranty .col-sm-6>img {
        margin-top: 10px;
        max-width: 100%;
    }

    .module-help-form .col-sm-6 input {
      background: rgba(255, 255, 255, 0.8);
      backdrop-filter: blur(10px);
    }

   .module-waranty {
    padding: 10px 0 10px;
   }

   .product-card__name{
     font-size: 18px;
     line-height: 26px;
     height: 75px;
     display: flex;
     overflow: hidden;
     display: -webkit-box;
     -webkit-line-clamp: 4;
     -webkit-box-orient: vertical;
   }

   .product-card__btn {
     line-height: 14px;
   }


   .module--home-filter-brands h1,
   .module--implement-filter-brands h1
    {
      font-size: 32px;
      line-height: 44px;
      text-align: center;
      padding: 0 5px;
    }

    .module--home-filter-brands,
    .module--implement-filter-brands {
       padding: 0;
       min-height: 1050px;
       overflow: hidden;
    }


    .module--home-filter-brands #home-filter-brands .body-filter,
    .module--implement-filter-brands #home-filter-brands .body-filter
     {
       padding: 10px 0;
    }


    .module--home-filter-brands #home-filter-brands .action,
    .module--implement-filter-brands #home-filter-brands .action
     {
       display: inline-flex;
       width: 100%;
    }


    .module--home-filter-brands #home-filter-brands .action a,
    .module--implement-filter-brands #home-filter-brands .action a
     {
        padding: 22px 30px;
        margin: 0 auto;
        width: 100%;
        text-align: center;
    }

    .module--implement-filter-brands .col-sm-12{
      width: 100%;
    }


  }

  @media (max-width: 991px) {

      .module-help-form .col-sm-6 input {
        background: rgba(255, 255, 255, 0.8);
        backdrop-filter: blur(10px);
      }


      .module-help-form .col-sm-6 {
        padding: 0;
      }

      .module-help-form .mob-fon-img {
        position: absolute;
        top: 210px;
        left: 0;
        width: 100%;
      }


      .module-help-form .help-form {
        background: rgba(251, 251, 251, 0.68);
        border: 1px solid rgba(44, 42, 42, 0.3);
        height: 643px;
        padding: 80px 100px 90px;
        position: relative;
      }


      .forma_contact_us-input-area{
            width: 100%;
      }


      .module-сertificates .buttons>div {
            margin-right: 8px;
      }

      .module-сertificates .buttons span.digit {
            font-size: 44px;
       }

       .module-сertificates .buttons span {
           font-size: 28px;
           line-height: 36px;
       }

  }


  @media (max-width: 768px) {

   .module-help-form .help-form {
        background: rgba(251, 251, 251, 0.68);
        border: 1px solid rgba(44, 42, 42, 0.3);
        height: auto;
        padding: 15px 15px 20px 15px;
        position: relative;
    }

  }


/** END  Contact **/


/** Pages **/

.h3_title.bold {
    font-weight: 700;
}

.h1_title {
    font-weight: 500;
    line-height: 54px;
    letter-spacing: 1px;
    text-align: left;
    margin: 20px 0 50px 0;
}

.h3_title {
    font-size: 32px;
    font-weight: 450;
    line-height: 54px;
    letter-spacing: 1px;
    text-align: left;
    margin: 6px 0 20px 0;
}

@media(max-width: 768px) {

    .bronex-zashhyta .h3_title {
        font-size: 24px;
        line-height: 34px;
        margin-bottom: 10px;
    }
}

.mess_title_1 {
    font-size: 18px;
    font-weight: 450;
    line-height: 26px;
    letter-spacing: 1px;
    text-align: left;
    margin: 10px 0 20px 0;
    color: #0A0A0A;
}


.no_product_block{
    text-align: center;
    padding: 0 2% 20px 2%;
    margin: 0 auto;
    max-width: 800px;
    border-radius: 5px;
    border: 1px solid #BDBCBC;
    overflow: hidden;
    background: rgba(244, 244, 244, 0.6);
    backdrop-filter: blur(21px);
    margin-bottom: 60px;
}


.line-button .btn-style{
    width: 260px;
    text-align: center;
    outline: none;
    border: none;
    padding: 20px 25px 20px 25px;
    gap: 10px;
    border-radius: 5px;
    color: #fafafa;
    text-transform: uppercase;
    font-size: 16px;
}


@media (max-width: 768px) {

    .line-button{
       display: flex;
       flex-direction: column;
    }

    .line-button .btn-style{
       width: 100%;
       margin-bottom: 4px;
    }

}


.line-button .btn-order-call {
    background: #ff3535;
}


.line-button .btn-go-catalog {
    background: rgba(0, 161, 229, 1);
}



.pad-left-0{
  padding-left:0;
}


.align-items-center {
    align-items: center !important;
}

.justify-content-center {
    justify-content: center !important;
}

.d-flex {
    display: flex !important;
}

.body-text {
  font-family: NotoSans, sans-serif;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.02em;
}


:-webkit-scrollbar {
  width: 5px;
  height: 2px;
}

:-webkit-scrollbar-thumb {
  -webkit-border-radius: 20px;
  border-radius: 0;
  background-color: #47b0d1;
}

:-webkit-scrollbar-track {
  background-color: #e1e1e1;
}

.advantadges__item-inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}


.advantages__text {
  width: 265px;
}

@media (max-width: 768px) {
  .advantadges__item-inner {
    text-align: center;
    align-items: center;
  }
}



/* delivery page */
.delivery_page {
  padding-top: 6px;
  padding-bottom: 50px;
  background: rgba(250, 250, 250, 1);
  color: #000;
}

.delivery_page .marg-h3{
    margin: 80px 0 20px 0;
}

.delivery_page .advantadges__img {
  width: 60px;
  margin-bottom: 20px;
}

.delivery_page .advantages__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #000;
  margin: 0px 0 50px 0;
}


h1.info-page{
    text-transform: uppercase;
    font-size: 44px;
    color: #000;
}



.delivery_page .left-side {
  min-height: 263px;
}


.delivery_page .panel-review_wrapper {
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
  min-height: 236px;
  display: flex;
  margin-bottom: 35px;
  background: #fff;
}

.delivery_page .icon_wrapper {
  padding: 20px;
}

.delivery_page .panel-review_wrapper .row {
  margin: 0;
  width: 100%;
}

@media (max-width: 768px) {

  h1.info-page{
    text-transform: uppercase;
    font-size: 28px;
    font-weight: 600;
    color: #000;
  }

  .delivery_page .panel-review_wrapper .row .left-side {
    justify-content: flex-start !important;
  }

  .delivery_page .panel-review_wrapper .row .left-side .icon_wrapper {
    text-align: left !important;
  }
}


.delivery_page .panel-review_wrapper .text {
  text-transform: uppercase;
  font-weight: 700;
  color: #333;
  margin-top: 15px;
  font-size: 18px;
  font-family: NotoSansBold;
}

.delivery_page .panel-review_wrapper .text_wrapper {
  line-height: 32px;
  font-size: 18px;
}

.about_page .common-text,
.delivery_page .common-text {
  font-size: 18px;
  line-height: 26px;
}

.delivery_page .color-light {
  color: #fff;
}

.delivery_page .common-text.short {
  max-width: 742px;
}

/* end delivery page */


/* installation page */

section.material {
  padding: 80px 0;
}


section.text_wrapper.material{
  font-size: 18px;
  line-height: 30px;
}

.about_page section.material {
  padding: 80px 0 0 0;
}

.installation_page {
  background: #fff;
  font-size: 18px;
  color: #000;
}


.installation_page ul.ul-1{
    margin: 10px 0 0 10px;
    padding: 0 0 40px 20px;
    list-style: inherit;
}

.installation_page ul.ul-1 li{
   padding: 5px 0;
}

.installation_page .section-1 p{
  margin: 0;
}


.installation_page .article-block_wrapper {
    min-height: 328px;
    box-shadow: 0px 0px 10px 0px rgba(3, 3, 3, 0.1);
    border: 1px solid rgba(189, 188, 188, 0.5);
}

.uk-slider-nav > .uk-active > * {
  background: rgba(0, 161, 229, 1) !important;
}


@media (max-width: 768px) {

   .installation_page .article-block_wrapper img{
      width: 100%;
   }
}


.pb-6_4{
  .padding-bottom: 6.4rem;
}

.installation-banner_wrapper { 
  display: flex;
  justify-content: center;
  align-items: center;
}

.main-action-btn {
  min-width: 340px;
  text-align: center;
  outline: none;
  border: none;
  padding: 28px 34px 28px 34px;
  gap: 10px;
  border-radius: 5px;
  background: #ff3535;
  color: #fafafa;
  text-transform: uppercase;
  font-size: 18px;
}

.main-primary-btn {
  min-width: 340px;
  text-align: center;
  outline: none;
  border: none;
  padding: 23px 34px 24px 34px;
  gap: 10px;
  border-radius: 5px;
  background: rgba(0, 161, 229, 1);
  color: #fafafa;
  text-transform: uppercase;
}

.smart-background .img2 {
   position: fixed;
   top: 400px;
   right: 0;   
   transform: translateX(20%);
   display: none;
}

.information-information-7{
  background: #fff;
}

.brands_wrapper {
  border: 1px solid #d6d6d6;
  padding: 10px;
  background: rgba(251, 251, 251, 0.68);
  border-radius: 5px;
  backdrop-filter: blur(10px);
}

.brand_wrapper {
  border-radius: 5px;
    display: inline-block;
    justify-content: center;
    align-items: center;
    padding: 10px;
    background: #fff;
    margin: 1px;
    width: 127px;
    height: 127px;
}

@media (max-width: 768px) {

    .brand_wrapper {
      width: 31%;
      height: auto;
      vertical-align: top;
    }
}

.brand_wrapper .info_wrapper {
  text-align: center;
}

.brand_wrapper .info_wrapper .name {
    color: #000;
    font-size: 16px;
    margin-top: 10px;
}

.brand_wrapper img {
  margin-bottom: 5px;
  width: 45px;
}

.about_page .h1_title,
.installation_page .h1_title {
  text-transform: uppercase;
    font-size: 44px;
    color: #000;
}


.about_page .h3_title,
.installation_page .h3_title {
  font-size: 46px;
  text-transform: uppercase;
  color: #000;
}

.about_page .h3_title.bold
.installation_page .h3_title.bold {
  font-weight: 800;
}

.about_page .h1_title,
.about_page .h3_title
.installation_page .h1_title,
.installation_page .h3_title {
  font-weight: 500;
  line-height: 54px;
  letter-spacing: 1px;
  text-align: left;
  margin: 0 0 25px 0;
}

.about_page .h1_title
.installation_page .h1_title{
  font-weight: 500;
}

.installation_page .mobile {
  display: none;
}

.installation_page .desktop {
  display: block;
}

.installation_page iframe{
      width: 100%;
      height: 490px !important;
    }

@media (max-width: 768px) {
    .about_page .h1_title,
    .installation_page .h1_title {
      text-transform: uppercase;
        font-size: 26px;
        color: #000;
        line-height: 36px;
        margin: 0 0 15px 0;
    }
}



  .module-сertificates .mobile{
      display: none;
  }


@media (max-width: 768px) {
    .installation_page .mobile {
      display: block;
    }

    .installation_page .desktop {
      display: none;
    }

    section.material {
    padding: 45px 0;
    }

    .about_page section.material {
    padding: 45px 0;
    }

    section.material.ground-clearance{
      padding: 50px 0;
    }

    section.material.installation_video{
      padding: 25px 0;
    }

    .installation_page iframe{
      width: 100%;
      height: 450px !important;
    }


    .module-сertificates .desktop{
      display: none;
    }

    .module-сertificates .mobile{
      display: flex;
    }


}


.installation_page .article-block_wrapper .info_wrapper {
    font-size: 18px;
    line-height: 32px;
}

.installation_page .article-block_wrapper .info_wrapper .title {
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: bold;
}

.installation_page .article-block_wrapper div {
    padding: 0;
}

.pb-5, .py-5 {
    padding-bottom: 3rem !important;
}
.pt-5, .py-5 {
    padding-top: 3rem !important;
}
.pl-4, .px-4 {
    padding-left: 1.5rem !important;
}
.pr-4, .px-4 {
    padding-right: 1.5rem !important;
}

.mt-3, .my-3 {
    margin-top: 0.7rem !important;
}


@media (max-width: 991px) {
  .article-block_wrapper.vertical .image_wrapper {
    max-height: none;
  }

  .article-block_wrapper {
    margin: 10px 0;
  }
}

.installation_page .short-videos_wrapper .tab,
.installation_page .before-after-block_wrapper .tab
 {
  display: none;
}

.installation_page .before-after-block_wrapper .tab.active,
.installation_page .short-videos_wrapper .tab.active {
  display: block;
}

.video_wrapper {
  padding: 5px;
}

.video_wrapper .name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 13px;
  margin-top: 10px;
  color: #000;
}


.short-videos_wrapper .video__item{
    text-align: center;
    background: #c7c1c1;
}


.installation_page .tabs-menu {
  display: flex;
  flex-wrap: wrap;
}


/* about_page */
.about_page {
  background: rgba(250, 250, 250, 1);
}



.about_page .catalog-item {
  padding: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  color: #000;
  display: block;
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.2);
  background: #fff;
  height: 100%;
}

.about_page .catalog-item .text {
  padding: 15px;
}

.about_page .catalog-item .image {
  overflow: hidden;
  height: 241px;
  transition: 0.9s;
}

.about_page .catalog-item:hover {
  color: #000;
  text-decoration: none;
}

.about_page .catalog-item:hover .image img {
  transform: scale(1.1);
}

@media (max-width: 768px) {

  .about_page .mobil-right,
  .about_page .mobil-left{
    width: 49%;
    display: inline-block;
    margin-top: 5px;
  }

  .about_page .mobil-left{
    padding-right: 0;
  }

  .about_page .mobil-right{
    padding-left: 0;
  }

  .about_page .catalog-item .image {
    height: 109px;
  }
}

@media (max-width: 575px) {
  .about_page .catalog-item.horizontal {
    display: flex;
    flex-direction: row;
  }
}

.about_page .proud_wrapper .text-wrapper {
  width: calc(100% - 44px);
  font-size: 16px;
  line-height: 24px;
}

.about_page .proud_wrapper .icon_wrapper {
  padding: 0;
  width: 44px;  
}

.about_page .proud_wrapper .icon_wrapper img {
  margin: 0;
}

.about_page .about-pictures.image-wrapper {
  overflow: hidden;
}

.about_page .about-pictures .image-wrapper img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
}

.about_page .myt-3 {
    margin-top: 3rem !important;
}

.about_page .certification_wrapper {
  background: rgba(44, 42, 42, 1);
}

.about_page .experience_wrapper {
  padding: 20px;
  border: 1px solid rgba(255, 53, 53, 1);
  color: #fff;
  margin: 10px 0;
  max-width: 421px;
  border-radius: 5px;

}

.about_page .experience_wrapper.filling {
  border: 1px solid rgba(255, 53, 53, 1);
  background: rgba(255, 53, 53, 1);
  color: #fff;
}

.about_page .experience_wrapper .text {
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
}

.about_page .experience_wrapper .years {
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  line-height: 32px;
  text-transform: lowercase;
  margin-right: 20px;
}

.about_page .tabs-menu .item,
.installation_page .tabs-menu .item {
  margin: 5px 0;
  padding: 10px;
  font-size: 14px;
  border-radius: 5px;
  border: 1px solid rgba(189, 188, 188, 1);
  margin-right: 5px;
  transition: 0.3s;
}

.about_page .tabs-menu .item:hover,
.installation_page .tabs-menu .item:hover {
  background: rgb(228, 228, 228);
  cursor: pointer;
}

.about_page .tabs-menu .item.active,
.installation_page .tabs-menu .item.active {
  color: #fff;
  background: rgba(0, 161, 229, 1);
}

.about_page .uk-slider-nav li,
.installation_page .uk-slider-nav li{
  list-style-type: none;
}

.about_page .short-videos_wrapper ul{
  padding: 0;
}

.about_page .short-videos_wrapper ul li{
  padding-left: 0;
}


.about_page .justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}
.about_page .flex-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}
.about_page .d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}


.about_page .border-rl{
  border-right:1px solid #fff;
  border-left:1px solid #fff;
}


@media (max-width: 768px) {
   .installation_page .main-primary-btn{
      min-width: 100%;
      padding: 23px 34px 24px 34px;
   }

   .installation_page .h3_title {
       font-size: 24px;
       line-height: 36px;
    }

    .installation_page .ground-clearance .h3_title
     {
        font-size: 24px;
        line-height: 36px;
        margin-bottom: 25px;
        font-weight: 500;
        margin-top: 8px;
    }

    .installation_page .uk-child-width-1-1{
      width: 80% !important;
    }

    .about_page .h3_title
     {
        font-size: 22px;
        line-height: 34px;
        margin-bottom: 25px;
        margin-top: 8px;
        font-weight: 500;
    }

}

.about_page{
  font-size: 18px;
  color: #333;
}

.about_page .my-2 {
    margin-bottom: .5rem !important;
}

.about_page .my-2 {
    margin-top: 1.6rem !important;
}

.about_page .p-3 {
    padding: 1rem !important;
}

.about_page .p-3-5 {
    padding: 3.5rem !important;
    padding-bottom: 1.5rem !important;
}

.about_page .my-3 {
    margin-top: 1.5rem !important;
}

.mt-120{
  margin-top: 120px;
}

.about_page .go-route {
  background-color: white;
  border: 2px solid #ff3535;
  border-radius: 5px;
  text-transform: uppercase;
  padding: 15px 30px 15px 30px;  
  font-family: "Avenir Next Cyr";
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
  letter-spacing: 0.01em;
  text-align: left;
}

.about_page .callback-form {
  border: 1px solid rgba(44, 42, 42, 0.3);
}

.about_page .callback-input {
  width: 100%;
  max-width: 416px;
  height: 78px;
  gap: 0px;
  border-radius: 5px;
  padding: 0 10px;
  opacity: 0px;
  border: 2px solid rgba(188, 188, 188, 1);
  margin: 10px 0;
}

.about_page .callback-btn {
  width: 100%;
  max-width: 416px;
  height: 78px;
  gap: 0px;
  background: rgba(0, 161, 229, 1);
  color: #fff;
  text-transform: uppercase;
  margin: 10px 0;
  border-radius: 5px;
  border: none;
}

.about_page input.callback-checkbox[type="checkbox"] {
  width: 32px;
  height: 32px;
  border-radius: 5px;
  border: 2px solid rgba(188, 188, 188, 1) !important;
  margin-right: 20px;
}

.about_page .callback-form_wrapper {
  padding-top: 10%;
  margin-bottom: 35px;
}

.about-pictures-mobile{
  display: none;
}


@media (max-width: 768px) {

  .about-pictures{
    display: none;
  }

  .about-pictures-mobile{
    display: block;
  }

  .about-pictures-mobile .image-wrapper{
   display: inline-block;
        width: 49%;
        overflow: hidden;
        vertical-align: middle;
  }

  .about_page .callback-form_wrapper {
    padding-top: 10%;
  }

  .about_page .p-3-5 {
    padding: 0 !important;
    padding-top: 1.0rem !important;
    padding-bottom: 0.0rem !important;
  }

  .uk-child-width-1-1 {
        width: 80% !important;
    }

}

.about_page .callback-form .row {
  margin: 0 !important;
}

.about_page .callback-form .inner_wrapper {
  position: static;
  z-index: 1000;
  padding: 20px 0;
}

.about_page .left-side {
  min-height: 446px;
}

.about_page .callback-form .img1 {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
}

@media (max-width: 768px) {
  .about_page .left-side {
    display: none;
  }

  .about_page .callback-form .img1 {
    display: none;
  }

   .about_page h3.h1_title{
      font-size: 38px;
   }

   .main-primary-btn{
    min-width: 100%;
   }


}

.about_page .callback-form .img1 img {
  width: 100%;
}

.about_page .callback-form .img2 {
  position: absolute;
  width: 30%;
  right: 0;
  bottom: 0;
  z-index: 0;
}

ul.uk-slider-nav {
  list-style-type: none;
}

.order-install{
  line-height: 28px;
  font-size: 18px;
}


/*** filter-mobil  ***/


.filter-mobile {
    display: none;
    padding-top: 30px;
}

.filter-mobile__box {
    display: flex;
    flex-direction: column;
    font-size: 18px;
    border: 1px solid #ccc;
    border-radius: 10px;
    background: rgba(251, 251, 251, 0.68);
    backdrop-filter: blur(21px);
    padding: 10px;
}

.filter-mobile__item {
    height: 52px;
    -webkit-appearance: none;
    appearance: none;
    border: 1px solid #E1E1E1;
    padding: 0px 32px 0 12px;
    cursor: pointer;
    transition: all .2s linear;
    background: transparent;
    border-radius: 6px;
    width: 100%;
    margin-bottom: 12px;
    background-image: url("../images/arrow-down-blue.svg");
    background-repeat: no-repeat;
    background-position: 95% 50%;
}

.filter-mobile__item.blue {
    color: #fff;
    background-color: #2C9BDA;
    background-image: url(../images/arrow-down-blue.svg);
    background-position: 96% 50%;
}

.filter-mobile__item.blue.open  {
    background-image: url(../images/arrow_down.svg);
}

.filter-mobile__item.disabled {
    color: #B3B3B3;
    background-image: url("../images/arrow-down-gray.svg");
    background-position: 96% 50%;
}

.filter-mobile__item:focus {
    outline: none;
}

.main-action-btn-filter {
    width: 100%;
    text-align: center;
    outline: none;
    border: none;
    padding: 18px 0px 18px 0px;
    border-radius: 5px;
    background: #ff3535;
    color: #fafafa;
    text-transform: uppercase;
    font-size: 18px;
}



@media (max-width: 991px) {

     .filter-mobile {
        display: block;
    }
}


@media (max-width: 991px) {

    #home-big-filter-brands{
      display: none;
    }

    .filter-mobile {
        display: block;
        padding-bottom: 68px;
    }

    .filter-mobile__item.blue.open {
        color: #fff;
        background-color: #00a1e5;
    }

    .filter-mobile__item.blue {
        color: black;
        background-color: #fff;
    }

    button.select {
      display: block;
      margin-right: 8px;
      font-size: 22px;
      text-align: center;
      line-height: 24px;
      padding: 18px 0px;
      width: 100%;
      border-radius: 5px;
      border: unset;
      color: #FAFAFA;
      background: #FF3535;
      font-weight: 600;
    }

    button.filter {
      display: block;
      margin-right: 8px;
      font-size: 22px;
      text-align: center;
      line-height: 24px;
      padding: 18px 0px;
      width: 100%;
      border-radius: 5px;
      border: unset;
      font-weight: 600;
    }

    button.filter.blue{
      color: #FAFAFA;
      background: #00A1E5;
    }

    button.filter.gray{
      color: #333;
      background: #BDBCBC;
    }

}


@media (max-width: 480px) {

    .filter-mobile {
        padding-bottom: 30px;
    }
}

.sort-mobile-but{
  display: none;
}

.aside-container{
  display: none;
}

@media (max-width: 768px) {

    #md-order-consultation{
      margin-bottom: 30px;
    }

   .sort-mobile-but{
     display: inline-block;
     width: 49%;
     text-align: center;
   }

   .aside-container{
     display: block;
   }

   .module--catalog-min-max-info {
      margin: 10px 10PX 30px 10px;
   }

   .module--home-big-filter-brands-sub-show {
    padding-right: 30px;
    }

   .module-partnership .col-sm-6 h2 {
       margin: 0 0 40px 0;
       color: #0A0A0A;
       font-size: 32px;
       line-height: 44px;
    }

}

#cart {
    margin-bottom: 0;
}

.menu-mob__line-item button.have-amount{
  background: none;
  border: none;
}


.menu-mob__lang button{
  color: #fff;
  font-size: 18px;
}

.menu-mob__lang button.active{
   font-weight: 700;
   font-size: 20px;
}

.menu-mob__lang button:active, .menu-mob__lang button:focus{
   font-weight: 500;
   color: #ccc;
}

.block-rating p{
  font-size: 20px;
}

.block-form-review{
  font-size: 24px;
}

.review-fs{
  font-size: 18px;
}

#form-review .alert{
  font-size: 18px;
}

#reviews_1 h3{
   font-size: 30px;
   font-weight: 500;
}

#reviews_1 #form-review{
  font-size: 18px;
}

section.material.dp-bl-1{
   margin: 30px 0 0px 0;
   overflow: hidden;
   padding: 60px 0 0 0;
}

section.material.dp-bl-2{
   margin: 30px 0 0px 0;
   overflow: hidden;
   padding: 60px 0 0 0;
}

@media (max-width: 768px) {

    section.material.dp-bl-1 {
        margin: 0px 0 0px 0;
        overflow: hidden;
        padding: 0px 0 0 0;
    }

    section.material.dp-bl-2 {
      margin: 0px 0 0px 0;
      overflow: hidden;
      padding: 0px 0 0 0;
    }

}


/** Блок 9 - Кастомные селекты, Формы, Аккордеон, Галерея */
/* ==== cart-select ==== */

.cart-select, .cart-select_custome {
    position: relative;
    display: block;  
   margin-top: 20px;
}

.cart-select__head, .cart-select__head_custome {
    position: relative;
    width: 470px;
    height: 45px;
    max-width: 100%;
    border: 1px solid #E1E1E1;
    font-family: "NotoSans", sans-serif;
    font-size: 16px;
    line-height: 26px;
    padding-left: 15px;
    color: #B3B3B3;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.cart-select__head::after, .cart-select__head_custome::after {
    width: 14px;
    height: 9px;
    background: url("/catalog/view/theme/autoprostavka_ua/images/arrow-select.svg") no-repeat center;
    position: absolute;
    right: 20px;
    bottom: 50%;
    transform: translateY(50%);
    content: '';
    display: block;
    transition: .2s ease-in;
}

.cart-select__head.open::after, .cart-select__head_custome.open::after {
    transform: translateY(50%) rotate(180deg);
}

.cart-select__list, .cart-select__list_custome {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    border: 1px solid #E1E1E1;
    margin-top: 5px;
    max-height: 205px;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 100;
    margin: 0;
    padding: 0;
    font-size: 14px;
    color: #424348;
    scrollbar-color: dark;
    scrollbar-width: thin;
    overscroll-behavior: contain;
}


#dropdown_polandpost_city.cart-select__list_custome,
#dropdown_polandpost_branch.cart-select__list_custome
{
    background: rgba(0,0,0, 0.8);
    left:36px;
}


.cart-select__list::-webkit-scrollbar, .cart-select__list_custome::-webkit-scrollbar {
    width: 7px;
    background-color: #F8F9FA;
    padding: 5px;
}

.cart-select__list::-webkit-scrollbar-thumb, .cart-select__list_custome::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #D9D9D9;
}

.cart-select__list .cart-select__item:not(:first-child), .cart-select__list_custome .cart-select__item_custome:not(:first-child) {
    border-top: 1px solid rgba(224, 229, 231, 0.5);
}

.cart-select__list .cart-select__item, .cart-select__list_custome .cart-select__item_custome {
    position: relative;
    padding: 9px 15px;
    cursor: pointer;
    color: #B3B3B3;
    list-style-type: none;
    font-family: "NotoSans", sans-serif;
    font-size: 16px;
    line-height: 26px;
}

.cart-select__list .cart-select__item:hover, .cart-select__list_custome .cart-select__item_custome:hover {
    background-color: rgba(224, 229, 231, 0.5);
}

.cart-select__item_custome a {
    width: 100%;
    display: flex;
    height: 100%;
    color: #333;
}

#dropdown_polandpost_city.cart-select__list_custome .cart-select__item_custome a,
#dropdown_polandpost_branch.cart-select__list_custome .cart-select__item_custome a
 {
    color: #fff;
 }

.cart-select__head_custome {
    color: #3A3939;
}

.input-w-46_4 {
    width: 46.4%;
    display: inline-block;
}

._m-l-36{
  margin-left: 36px;
}

.order-form-input{
  width: 94%;
  margin-left: 36px;
}


@media (max-width: 768px) {

     .order-form-input{
        width: 100%;
        margin-left: 0;
     }

}


.newsblog-menu{
  margin-bottom: 50px;
}

@media (max-width: 768px) {
    .newsblog-menu{
       text-align: center;
    }
}


._m-l-36{
  margin-left: 36px;
}

.form-group-ads{
  position: relative;
}

.form-group-ads input{
  width: 100%;
}

.error__content{
    position: absolute;
    padding: 0 10px;
    font-size: 14px;
	z-index: 1;
    top: 10px;
    color: red;
    right: 10px;
    margin-top: -10px;
    background: #fff;
    display: none;
}

.order-input__item .error__content{
     top: 0;
}

.checkbox-rights:hover{
   cursor: pointer;
}


button.btn-site-popup[type="submit"]:disabled {
  background: #ccc;
}

.popup-mess-2 span.checkbox-rights-text.error{
   color: red;
   text-decoration: underline;
}

.error_content_2{
    padding: 0 10px;
    font-size: 14px;
    color: red;
    background: #fff;
    display: none;
}

.detail-card__details-descr {
    flex: 0 0 70%;
    color: #595959;
    display: flex;
}

.detail-card__details-descr.body-text a {
    margin-right: 5px;
    display: flex;
    flex-direction: column;
}

.detail-card__link {
    min-width: 54px;
    height: auto;
    border: 1px solid #E1E1E1;
    color: #595959;   
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 0 10px;
}





/* Advantages */
.physical_advantages_wrapper{
    display: flex;
    justify-content: space-between;
    max-width: 1100px;
    margin: 25px 0 0 0;
}
.specific_advantage{
    margin-top: 32px;
}
.specific_advantage p{
    max-width: 300px;
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0.005em;
    text-align: left;
}
.physical_advantages_desc_wrapper{
    display: flex;
    margin: 0 auto;
    justify-content: space-between;
}
.line{
    background-color: #2BD7A4;
    max-width: 500px;
    height: 3px;
    margin: 30px 0;
}
.physical_advantages_desc_wrapper div p{
    max-width: 500px;
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0.005em;
    text-align: left;
}
.function{
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: end;
}
.function p {
    max-width: 230px;
    font-size: 24px;
    font-style: italic;
    font-weight: 400;
    line-height: 34px;
    letter-spacing: 0.01em;
    text-align: left;
    padding: 0 25px;
}
.function picture{
    padding: 45px 0 0 0;
}

/* Coverage-options_descr */
.Coverage-options_descr{
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}
.Coverage-options_descr picture{
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}
.Coverage-options_descr div h3{
    font-size: 24px;
    font-weight: 450;
    line-height: 34px;
    letter-spacing: 0.01em;

}
.Coverage-options_descr div p{
    max-width: 506px;
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0.005em;
    text-align: left;
}
.Coverage-options_descr div span{
    color:  #02D89A;
}
/* number_One */
.number_One{
    display: flex;
    align-items: center;
    justify-content: center;
}
.number_One_descr .info{
    display: flex;
}
.info img{
    height: 100%;
    max-width: 110px;
}
.info{
    max-width: 608px;
    border: 1px solid #E1E1E1;
    border-radius: 8px;
    margin: 0 0 10px 20px;
}

.info div{
    align-items: center;
    padding: 20px;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0.005em;
    text-align: left;
}
.info div p{
    max-width: 413px;
}
.info div h4{
    margin-bottom: 5px;
    color: #02D89A;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.01em;
    text-align: left;
}
.margin-left{
    margin: 0 0 10px 0;
}
/* stats*/
.stats{
    display: flex;
    justify-content: space-between;
    padding: 32px 0;
}
.stats div{
    display: flex;
    align-items: center;
    font-size: 24px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0.20000000298023224px;
    text-align: left;
}
.stats div p{
    max-width: 192px;
    margin-left: 20px;
}
/* question */
.questions_wrapper ol{
    margin-top: 25px;
    padding: 0;
    margin-left: 15px;
    font-size: 18px;
    line-height: 32px;
    letter-spacing: 0.005em;
}
.question_wrapper ol span{
    color: #184DD6;
    font-weight: 700;
}
ol li::marker{
    color: #666;
}
ul li::marker{
    color: black;
}
.question span{
    color: #184DD6;
    font-weight: 700;
}
.question ul li{
    margin-left: 40px;
    list-style: disc;
}


@media screen and (max-width: 768px) {
    .content{
        padding: 5px;
    }
    .physical_advantages_wrapper, .physical_advantages_desc_wrapper, .function,
    .Coverage-options_descr, .number_One, .stats{
        display: block;
    }
    .function p, .Coverage-options_descr picture{
        padding: 0 0 0 0;
        margin-top: 15px;
    }
    .stats div{
        margin-top: 20px;
    }
    .info{
        margin-left: 0px;
    }
    .info div{
    padding: 5px;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.30;
    letter-spacing: 0.005em;
    }
    .question ul li{
    margin-left: 0px;
    list-style: disc;
}
}
@media screen and (max-width: 320px) {
    .info div h4{
    font-size: 16px;
    }
}

.head-title.mb-30{
  margin-bottom: 30px;
}


.material.p-t-0{
  padding-top: 0;
}

.btn_wrapper_404{
  margin-top: 90px;
}

.btn_wrapper_404 a:hover,
.btn_wrapper_404 a:focus
{
   background: #f22727;
   color: #fafafa;
}

.btn_wrapper_404 span{
  margin-left: 10px;
  vertical-align: bottom;
}

.h3_title_404
{ font-size:24px; color:#000 }


.fs__title_404{
  color: #0A0A0A;
  font-size: 44px;
}

.uppercase{ text-transform: uppercase; }
.text-center{  text-align: center;}

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

 .h3_title_404{ font-size: 16px; line-height: 30px; font-weight: 500; }

  a.main-action-btn { min-width: 100%; width: 100%; display: block; padding: 28px 0px 28px 0px;}

  .fs__title_404 { text-align: center; font-size: 28px; line-height: 38px; font-weight: 500;}

}

.color-white{ color: #fff !important; }

.tab-form-content button.choice-spacers__link_empty_auth {
    display: inline-block;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.01em;
    color: #333;
    background: white;
    border-radius: 5px;
    padding: 12px 20px;
    margin: 0 auto;
    text-decoration: none;
    border: 1px solid #ccc;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    max-width: 49%;
}

.choice-spacers__link_empty_auth .title{
  display: inline;
}


.bl-auth__social_button{
    border-top: 1px dashed #ccc;
    margin-top: 20px;
    padding-top: 20px;
}


.bl-auth__social_button span {
    display: block;
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 18px;
}

@media screen and (max-width: 768px) {
   .choice-spacers__link_empty_auth img{
     display: inline;
   }

   .tab-form-content button.choice-spacers__link_empty_auth{
     max-width: 100%;
   }

   .tab-form-content button.choice-spacers__link_empty_auth.google-btn{
     margin: 0 0 5px 0;
   }
}


.uk-accordion-title::before {
    background-image: url('../images/accordion-arrow-left.svg');
}

.uk-open>.uk-accordion-title::before {
    background-image: url('../images/accordion-arrow-down.svg');
}

/* accordion  */

.accordion_wrapper .common-text{
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 38px;
}


.accordion_wrapper  h1.info-page {
    margin-bottom: 13px;
}

.accordion_wrapper{
  font-family: "Avenir Next Cyr";
  font-size: 18px;
  margin-bottom: 180px;
}

.accordion_wrapper .uk-accordion {
    margin-bottom: 78px;
    margin-top: 34px;
}

.accordion_wrapper .uk-accordion li{
    box-shadow: 4px 8px 25px 0px rgba(0, 0, 0, 0.09);
    background: #fff;
    border-radius: 5px;
    padding: 47px 46px 47px 46px;
}


.accordion_wrapper h3{
  font-weight: 600;
  font-size: 32px;
  line-height: 34px;
}


.accordion_wrapper .uk-accordion-title{
  font-weight: 700;
  font-size: 24px;
  line-height: 34px;
}

.accordion_wrapper .uk-accordion-title:focus{
  color: #333;
}

.accordion_wrapper .uk-accordion-content,
.accordion_wrapper .uk-accordion-content p
{
   font-weight: 400;
   font-size: 18px;
   line-height: 32px;
}

.accordion_wrapper .uk-accordion-content{
  padding-right: 150px;
}

.uk-accordion>:nth-child(n+2) { margin-top: 7px; }

.title__accordion:hover{
  cursor: pointer;
}



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

   .accordion_wrapper .uk-accordion li { padding: 20px 20px 20px 20px; }

   .accordion_wrapper .uk-accordion-content { padding-right: 0px; }

   .accordion_wrapper .uk-accordion-title {  font-size: 20px;  line-height: 30px; }

   .accordion_wrapper .uk-accordion-content, .accordion_wrapper .uk-accordion-content p {
        font-size: 18px;    line-height: 28px;
   }

}


@media screen and (max-width: 768px) {
    h1.filter-title{
      text-transform: uppercase;
        line-height: 36px;
    }

    .home_page_filter_2 .filter__container{
      padding: 0;
    }


    .filter-mobile__item {
       height: 64px;
    }

    .details-container{
      height: 24px;
    }

    .filter__container .inner-container{
      padding-bottom: 0;
    }

    .filter__container .filter-mobile{
      padding-top: 0;
    }

    .module--home-big-filter-brands img.img-right {
      top: 104px;
      right: 0px;
      margin-right: -120px;
      display: none;
    }

    .module--home-big-filter-brands img.img-left {
       top: 280px;
       left: 0px;
       margin-left: -240px;
    }

    .module-partners h2 {
        text-align: center;
        font-size: 28px;
        line-height: 38px;
        font-weight: 500;
    }

    .module-partners .col-sm-12 {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        flex-direction: column;
    }

    .module-partners .col-sm-12>div {
      width: calc(100% + 100px);
      margin-left: 0px;
      margin-top: 20px;
      height: 54px;
      display: flex;
      align-items: center;
      justify-content: space-between;
    }

    .module-partners {
       padding: 60px 0px 0px;
    }

    .module-partners img {
    height: 30px;
    margin: 0 10px;
    }

}

 .filter_item{
   height: auto;
   max-height: 100%;
 }


.see_all_overflow {
    height: auto;
    max-height: 225px;
    overflow-y: auto;
    transition: max-height 0.1s;
}


.uk-lightbox {
    background: rgba(0, 0, 0, 0.8);
}


.uk-lightbox-button.uk-position-center-left {
    left: 50%;
    margin-left: -400px !important;
}

.uk-lightbox-button.uk-position-center-right {
    right: 50%;
    margin-right: -400px !important;
}

.uk-icon.uk-close{
  border: 1px solid rgba(255, 255, 255, .7);
  padding: 3px;
  border-radius: 5px;
}

.uk-icon.uk-close:hover{
  border: 1px solid rgba(255, 255, 255, 1);
}

.detail-card__link.active {
    background-color: #2c9bda;
    color: #fff;
    border: none;
    min-height: 35px;
}

.cuttedText-1 {
    display: block;
    max-width: 175px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

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

    .cuttedText-1 { max-width: 130px; }

}


/**************************************************************/


.filter-mobile .filter__item.filter__item-btn {
  width: 100%;
}
.details-container {
    position: absolute;
    z-index: 0;
    width: 100%;
}

.filter {
    background-image: url("../images/filter-bg.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;   
    height: auto;
    position: relative;
}
.fillter_ajax_load {
    width: 100%;
}
.filter__select-wrapper {
    position: relative;
    font-weight: 400;
}

.filter-title {
    padding-top: 97px;
}

.filter__select {
    display: flex;
    justify-content: space-between;
    margin-top: 16px;
    margin-bottom: 16px;
}

.filter__item {
    color: #BDBCBC;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    padding: 24px 32px;
    text-align: center;
    font-weight: 400;
    position: relative;
    cursor: pointer;
    font-size: 16px;
    line-height: 24px;
}

.filter__item:hover{
    color: #B3B3B3;
}


.filter__item:last-child:before {
    display: none;
}

.filter__item.blue:before {
    display: none;
}

.filter__item-btn {
    outline: none;
    border: none;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 20px;
    color: #FAFAFA;
    background: #FF3535;
    font-weight: 600;
}

.filter__item-btn:hover {
    background-color: #D80202;
    color: #fff;
}

.filter__item.open.blue {
    background-color: #2C9BDA;
    font-weight: 600;
    color: #fff;
    position: relative;
}


.filter__item.blue {
    color: #091D3E;
    position: relative;
}


.filter__item.blue .arrow {
    width: 16px;
    height: 12px;
    background: url(../images/arrow_filter_black.svg) no-repeat;
    background-size: auto;
}

.filter__item.black{
    color: #091D3E;
}

.filter__item.blue.open .arrow {
    margin-top: 0px;
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    transition: .4s;
    width: 16px;
    height: 12px;
    background: url(../images/arrow_filter.svg) no-repeat;
    background-size: auto;
}

.filter__select .arrow  {
    margin-top: 0px;
    margin-left: 12px;
    display: inline-block;
    padding: 3px;  
    width: 16px;
    height: 12px;
    transition: .4s;
    background: url(../images/arrow_filter_gray.svg) no-repeat;
    background-size: auto;
}


.filter__item.disabled .arrow {
    width: 16px;
    height: 12px;
    transition: .4s;
    background: url(../images/arrow_filter_gray.svg) no-repeat;
    background-size: auto;
}

.filter__iteem.black .arrow{
    margin-bottom: 6px;
    border-color: #091D3E;
    transition: .4s;
}

.filter__item.black.open .arrow {
    margin-top: 5px;
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    transition: .4s;
}


.car-block__list {
    column-count: 6;
    column-gap: 30px;  
    padding-left: 30px;
    padding-right: 20px;
}

.car-kuzov .car-block__list{
    column-count: 2;
}

.car-detail .car-block__list{
    column-count: 1;
}

.car-block {
    display: none;
}

.car-block.open {
    display: flex;
    overflow: auto;
    margin: 0;
    align-items: flex-start;
    flex-wrap: wrap;
    padding: 32px 10px 10px 0;
    outline: 0px solid yellow;    
    width: 990px;    
}

.car-mark__list-wrapper {
    overflow-x: auto;
    overflow-y: auto;  
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    z-index: 9;
    width: 100%;
    margin: 0 -1px;
    display: flex;
    flex-wrap: wrap;
    max-height: 450px;
}


@media (max-width: 1199px) {

      .car-mark__list-wrapper {
          overflow-x: auto;
          overflow-y: auto;
          flex-direction: column;
          align-items: flex-start;
          justify-content: flex-start;
          z-index: 9;
          width: 100%;
          flex-wrap: wrap;
          max-height: 450px;
          max-width: 690px;
          width: 100%;
          margin: 0 20px;
      }

      .module-partners .col-sm-12>div {
          width: calc(100% - 400px);
          margin-left: 10px;
          height: 54px;
       }

}


@media (max-width: 991px) {

    .module-partners .col-sm-12>div {
        width: calc(100% - 400px);
        margin-left: 10px;
        height: 54px;
    }

}

.car-block li {
    font-weight: 300;
    font-size: 18px;
    line-height: 40px;
    letter-spacing: .0024em;
    color: #3a3939;
    position: relative
}

.car-block__list li a {
    color: #585858;
    font-weight: 300;
    font-size: 18px;    
}

.car-block__list li a:hover {
    color: #FF3535;
}

.car-mark li[data-letter]:before {  
    letter-spacing: .0024em;
    content: attr(data-letter);
    color: #3A3939;
    font-weight: 600;
    font-size: 16px;
    line-height: 40px;
    position: absolute;
    left: -24px;

}

.scene__item-left,.scene__item-right {
    position: absolute;
    z-index: -1
}

.scene__item-left {
    left: -40px;
    top: 153px
}

.scene__item-right {
    right: 210px;
    top: 228px
}


.filter__container{
    margin-top: 20px;
    border-radius: 5px;
    border: 1px solid #BDBCBC;
    overflow: hidden;
    background: rgba(244, 244, 244, 0.6);
    backdrop-filter: blur(21px);
    padding-right: 15px;
}


.scene__item-left,.scene__item-right {
    position: absolute;
    z-index: -1;
    display:none;
}

.common-home .scene__item-left {
    left: -350px;
    top: 153px;
    display: block;
}

.common-home .scene__item-right {
    right: -345px;
    top: 228px;
    display: block;
}



#filter .calback-form{
  padding: 0;
}

.filter-body{
  padding: 0;
}

.main__container h1.filter-title {
    color: #0A0A0A;
    font-size: 44px;
    line-height: 54px;
    margin: 0;
    margin-top: 80px;
    padding-top: 0;
    text-transform: uppercase;
}

.calback_form_none{
    display: none;
}


@media (max-width: 768px) {

     .common-home .scene__item-left {
        left: -350px;
        top: 50px;
        display: block;
      }

      .common-home .scene__item-right {
          right: -300px;
          top: 60px;
          display: block;
     }

     .main__container h1.filter-title {
        margin: 30px 0 0 10px;
        font-size: 28px;
        line-height: 34px;
        font-weight: 500;
        text-transform: uppercase;
     }



    .filter__container {
      margin-top: 20px;
      border-radius: 5px;
      border: none;
      overflow: hidden;
      background: rgba(251, 251, 251, 0.68);
      backdrop-filter: blur(21px);
      padding: 5px;
    }

}



@media (max-width: 767px) {

     .module-plusses {
        text-align: center;
        display: flex;
        flex-direction: column;
    }

    .module-plusses .col-sm-4 {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
    }

}


@media (max-width: 991px) {

     .filter-desctop{
        display: none;
     }

}



span.text_policy a{ margin-left:5px; }

.brands-block{
    display: flex;
    justify-content: flex-start;
    width: 100%;
    flex-wrap: wrap;
    margin-top:25px;
}


.brand-col-wrap{
    width: 33%;
    margin-bottom: 5px;
}


.brand-col-wrap:nth-child(3n+2){
  margin: 0 6px 10px 6px;
}

.brand-col{
    display: flex;
    align-items: flex-start;
    padding: 30px 20px 20px 30px;
    background-color: #fff;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
    flex-direction: column;
    flex-wrap: wrap;
    min-height: 215px;
}

.brand-col .cat_href{
    color: #000;
    font-size: 16px;
}

.brand-col a{
    display: block;
    width: 100%;
}


.brand-col-wrap ul.list_cat{
  margin-top: 20px;
}

.brand-col-wrap ul.list_cat li a{
   font-size: 18px;
   display: block;
   padding: 5px;
   color: #0A0A0A;
   text-decoration: underline;
}

.brand-col-wrap ul.list_cat li a:hover{
  color: #000;
  text-decoration: underline;
}

.page_brand .module-featured{
  margin-top: 60px;
}


.page_brand .module-featured h2{
   margin-bottom: 40px;
   text-transform: uppercase;
   color: #000;
   font-size: 44px;
   font-weight: 500;
}


#content.content-brand{
    min-height: 450px;
    margin-bottom: 40px;
}


@media (max-width: 768px) {

    .page_brand .module-featured h2{
        margin-top: 0px;
        margin-bottom: 20px;
        max-width: 70%;
        font-weight: 450;
        font-size: 32px;
        line-height: 44px;
        text-align: left;
    }


    .brands-block {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        flex-direction: column;
    }

    .brand-col-wrap{
      width: 100%;
    }

    .brand-col-wrap:nth-child(3n+2) {
        margin: 0 0 10px 0;
    }

}


.block-description{
  display: block;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 40px;
  margin-top: 40px;
}

.block-description p{
  margin: 0;
}

.block-description ul{
  margin-left: 40px;
}

.block-description ul li{
   padding: 4px 0;
   list-style: inside;
}

.content-brand{
  padding-top: 0px;
}

.pos-relative{
  position: relative;
}


.text_empty{
  display: block;
  padding: 30px 20px;
  border: 1px solid #999;
  text-transform: uppercase;
  border-radius: 5px;
  font-size: 24px;
  width: 500px;
  text-align: center;
  margin: 100px auto;
}



.filter-btn{
   background: #00A1E5;
   color: #fff;
   font-size: 18px;
   text-transform: uppercase;
   width: 100%;
   padding: 15px 12px;
}


.sorter-btn{
   background: none;
   color: #444;
   font-size: 18px;
   text-transform: uppercase;
   width: 100%;
   padding: 15px 12px;
}


.sort-line{
   display: flex;
   padding: 0 0 24px 0;
}


.bg-select-option-first{
  background: url('../images/svg/icon-sort.svg');
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  border: 1px solid red;
}



.mobile-filters_wrapper .new-select{
    border: 1px solid #BDBCBC;
    border-radius: 5px;
    padding: 18px;
    font-size: 12px;
    text-transform: uppercase;
    white-space: nowrap;
}


.mobile-filters_wrapper .select-order{
   min-width: 50px;
}



@media (max-width: 991px) {


    .mobile-filters_wrapper {
        display: block;
        padding: 0;
        width: 49%;
    }


    .sort-panel--category {
        height: 60px;
        padding: 0;
        display: flex;
        justify-content: space-between;
        margin-bottom: 20px;
    }


}



.our-advantages-list {
        list-style: none; /* Убираем стандартные маркеры списка */
        padding: 0;
    }

.our-advantages-list li {
        position: relative;
        padding-left: 36px;
        margin-bottom: 22px;
        font-size: 18px;
        color: #0A0A0A;
 }

.our-advantages-list li::before {
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 16px; /* Размер иконки */
        height: 16px;
        background: url('../images/svg/blue_check_mark.svg') no-repeat center;
        background-size: contain;
        margin-left: 5px;
    }


 #column-left h2{
        margin-top: 60px;
        margin-bottom: 40px;
        font-size: 18px;
        line-height: 24px;
        color: #000000;
        font-weight: 600;
        text-transform: uppercase;
    }

#column-left div.title-h2 {
    margin-top: 60px;
    margin-bottom: 40px;
    font-size: 18px;
    line-height: 24px;
    color: #000000;
    font-weight: 600;
    text-transform: uppercase;
}

#column-left .module-nashi-perevagi{
    border-top:1px solid #BDBCBC;
    display: block;
}


#column-left .module-banner-1{
    display: block;
    position: relative;
    margin-top: 50px;
}


#column-left .module-banner-1 h2{
    display: none;
}

#column-left .module-banner-1 div.title-h2{
    display: none;
}


#column-left .module-banner-1 .text_banner {
    position: absolute;
    top: 110px;
    font-weight: 600;
    left: 45px;
    line-height: 34px;
    font-size: 24px;
    color: #000000;
}

#column-left .module-banner-1 .text_banner img{
   width: auto;
   margin-left: 15px;
}

#column-left .module-banner-1 .text_banner a {
    color: #000000;
}

#column-left .module-banner-1 .text_banner a:hover{
   color: #23a1d1;
}


.content-wishlist{ display: block; width:100%; }

.content-wishlist-wrap {
    width: 400px;
    padding: 70px 20px 50px 20px;
    border-radius: 5px;
    margin: 0 auto 60px auto;
    border: 1px solid #ccc;
    background: #fff;
}

.content-wishlist p.text{ color: #0A0A0A;  font-size: 18px; text-align: center; }


@media (max-width: 480px) {

   .content-wishlist-wrap { width:100%;}

   .btn-double-width { width: 100%;}

   .uk-modal-body .body-text-line { padding: 0 20px; }

}


.alert-wishlist{
  border: 1px solid #00A1E5;
  width: 100%;
  background:#fff;
  text-align:center;
  position:fixed;
  top:150px;
  left:50%;
  margin-left: -670px;
  padding: 0;
  z-index: 1000;
  line-height: 30px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  max-width: 1340px;
}

.alert-wishlist-text{
   font-weight: 400;
   color: #0A0A0A;
   text-align: center;
   width: 100%;
   font-size: 18px;
   position: relative;
   padding: 0 40px;
   background: #E1F1F8;
}

.close-wishlist{
   position: absolute;
   top: 4px;
   right: 10px;
}


@media (max-width: 1430px) {
    .alert-wishlist {
        max-width: 1200px;
        margin-left: -600px;
    }

}



@media (max-width: 1200px) {
    .alert-wishlist {
        max-width: 900px;
        margin-left: -485px;
    }

    .alert-wishlist-text {
       padding: 0 20px;
    }

}



@media (max-width: 992px) {
    .alert-wishlist {
        max-width: 760px;
        margin-left: -380px;
    }

    .alert-wishlist-text {
       padding: 0 20px;
    }

}


@media (max-width: 768px) {
    .alert-wishlist {
        max-width: 100%;
        margin-left: -50%;
    }

    .alert-wishlist-text {
       padding: 0 35px;
    }

}

.pad-bot-40{
  padding-bottom: 40px;
}


.sort-panel--wishlist {
    margin-top: 50px;
    margin-bottom: 30px;
}

.btn-wishlist:hover > svg path{
  stroke: #FF3535;
}

.filter__container{ margin-bottom:30px; }


/** rotating  **/

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(-360deg);
    }
}

.rotating.active {
    animation: rotate 2s linear infinite;
}

/**** end ****/

.load_more_btn{
   width: 100%;
   background: none;
   border: none;
   display: flex;
   align-items: center;
   justify-content: center;
   flex-direction: row;
   padding: 15px 0;
   margin-top: 3px;
}

.load_more_btn img{
  width: 35px;
}

.load_more_btn .text{
  margin-left: 10px;
  font-size: 16px;
}

.wrap-load_more_btn{
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    background: #fff;
}

.wrap-load_more_btn:hover{
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.4);
}


.Coverage-options_descr div:first-child{
   padding: 0 10px 0 0;
}


.Coverage-options_descr div:last-child{
   padding: 0 0 0 10px;
}


.selected-filters-param{
  display: flex;
  flex-wrap: wrap;
}


.selected-filters-param .item-param{
    max-width: 100%;
    background: #00A1E5;
    padding: 5px 5px 5px 10px;
    display: flex;
    margin: 3px;
    align-items: center;
}

.selected-filters-param .item-param:hover{
   cursor: pointer;
   background: #068ec7;
}

.selected-filters-param .item-param .param-name{
    max-width: 92%;
    color: #fff;
    font-size: 18px;
    letter-spacing: 0.2px;
    line-height: 18px;
}


.close-item-param{
   background: url(../images/svg/x-square.svg) no-repeat !important;
   display: block;
   width: 16px;
   height: 16px;
}

#customer-field-telephone{
  position: relative;
}

.tab-form-content button.btn-save-telephone{
    position: absolute;
    padding: 0px 8px;
    background: green;
    font-weight: 100;
    color: #fff;
    width: auto;
    height: auto;
    font-size: 12px;
    right: 10px;
    top: calc(50% - 16px);
}

.tab-form-content button.btn-save-telephone:hover{
   background: #057005;
}

.greenText{
  color: green;
}

.disabled-button{
  border: 2px solid #000;
}

.order_register{
   font-size: 18px;
   color: #444;
   padding-top: 20px;
}

.bl-auth__social_button{
  position: relative;
}

.bl-auth__social_button p{
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -25px;
    margin-top: -20px;
    background: #fff;
    padding: 0 10px;
    font-size: 18px;
    font-weight: 400;
}

.order_register a{
   font-weight: 700;
    font-size: 18px;
   color: #444;
   text-decoration: underline;
}

.order_register a:hover{
   color: #000;
}

.message__text-order{
   font-size: 18px;
   color: #000;
   font-weight: 600;
}

.error-rights{
   padding: 0;
   margin: 5px 0 0 0;
   color: red;
   border: 1px solid #f7d8d8;
}

.new-select__item.active {
    position: relative;
    font-weight: bold; /* Делаем активный элемент жирным */
    color: #007bff; /* Цвет активного элемента */
    border: 0px solid red;
}

.new-select__item.active::after {
    content: "✔";
    position: absolute;
    right: 10px;
    color: #28a745;
    font-size: 16px;
    font-weight: bold;
    top: 16px;
}

ul.top-zone-page{ display: flex;  flex-direction: row; justify-content: space-between;  width: 100%; }

ul.top-zone-page li:first-child { width: 70%;}

ul.top-zone-page li:last-child { width: 30%; text-align: right; }

p.zone-button{ display: inline-flex; font-size: 18px; flex-direction: row; align-items: center; margin: 0 10px 0 0; }
p.zone-button a { display: flex; align-items: center; color: #4e4d4d; }
p.zone-button .text-data{ margin-left:10px; }

p.zone-button-inline{ display: flex; font-size: 18px; flex-direction: row; align-items: center; margin: 0 10px 10px 0;  }
p.zone-button-inline a { display: flex; align-items: center; color: #4e4d4d; }

.form-horizontal .lavel-account-adress-text{ font-size: 18px; padding-top: 24px;}
.form-horizontal .lavel-account-adress-text-2{ font-size: 18px; padding-top: 15px;}

.radio-adress-text-fs { font-size: 18px; }

.input-popup-select {
    border: 1px solid #BDBCBC;
    padding: 8px 28px;
    font-size: 16px !important;
    color: #3a3939;
    border-radius: 5px;
    height: 50px;
}

.button-bask{
    height: 76px;
    border: 2px solid #ccc;
    padding: 0 16px;
    border-radius: 5px;
}

.button-bask:hover{
    border: 2px solid #FF3535;
}




@media (max-width: 768px) {

   .mob-width-btn{ width:100%; margin-bottom: 10px !important;  }

   ul.top-zone-page {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
   }

   ul.top-zone-page li:first-child { width: 100%; }
   ul.top-zone-page li:last-child { width: 100%; }

}


 .table-responsive-address {
      display: flex;
      flex-direction: column;
      gap: 10px;
    }

    .tr-address {
      display: flex;
      flex-direction: row;
      gap: 1px;
    }

    .td-address {
      flex: 1;
      padding: 15px;
      border: 1px solid #ccc;
      text-align: center;

      display: flex;
      align-items: center;
      justify-content: center;
      min-height: 60px;
      font-size: 18px;
    }

    .td-address.left{
      flex: 0 0 15%;
    }


    .td-address.right {
      flex: 0 0 15%;
      display: flow;
    }

    .td-address.center {
      flex: 0 0 70%;
    }

    .td-address.left,
    .td-address.center {
      font-style: italic;
    }

    .td-address span.img{
       display: contents;
    }


    /* Адаптация под мобильные устройства */
    @media (max-width: 768px) {

      .tr-address {
        flex-direction: column;
      }

      .td-address.left,
      .td-address.center,
      .td-address.right {
        flex: 1 1 100%;
      }

      .td-address.right {
         display: flex;
      }

      section.feedback {
        padding: 20px 0 50px;
      }

    }


    .zone-button-inline .edit-data{
      margin-left: 5px;
    }

    .calback-form #form_feedback .feedback_title{
      color: #3F3F3F;
      font-weight: 600;
      font-size: 16px;
      line-height: 24px;
      margin-bottom: 17px;
    }



.uk-slideshow .video::after {
    content: "";
    top: 50%;
    left: 50%;
    margin-top: -35px;
    margin-left: -10px;
    position: absolute;
    background-image: url(/image/catalog/item-video.png);
    background-repeat: no-repeat;
    width: 35px;
    height: 35px;


}

div.video-img-thumb{
    display: block;
    width: 110px;
    height: 140px;
    background: url(https://i.ytimg.com/vi/dCj7oZZrdAE/maxresdefault.jpg) no-repeat;
    background-size: cover;
    background-position-x: center;
}

ul.pp-article li{ font-size: 18px; margin-bottom: 12px; line-height: 24px; }

.art-section{ font-size: 18px; margin-bottom: 12px; line-height: 26px; }

div.page-privacy{
   display: block;
   padding: 40px 20px 80px 20px;
   overflow: hidden;
}

ul.pp-article li.pd-st-1{ padding-left:13px; }
ul.pp-article li.text-bold{ padding-left: 0px; font-weight: 700; margin-bottom: 10px; margin-top: 10px; }


.model-choose {
    margin-bottom: 60px;
    padding: 0 10px;
}

.model-choose ul.model-choose__list{
    display: flex;
    flex-wrap: wrap;
}

.model-choose ul.model-choose__list li.model-choose__item{
    margin-right: 3px;
    margin-bottom: 3px;
}


.model-choose ul.model-choose__list li.model-choose__item a{

    display: block;
    background: #fff;
    font-size: 16px;
    border: 1px solid #BDBCBC;
    border-radius: 5px;
    padding: 12px 12px;
    color: #0A0A0A;
}

.model-choose ul.model-choose__list li.model-choose__item a:hover{
     color: #FAFAFA;
     background-color: #00A1E5;
     border: 1px solid #00A1E5;
}


/*************/
.model-choose__list {
    display: flex;
    flex-wrap: wrap;
    gap: 1px;
    padding: 0;
    list-style: none;
}

.model-choose__item {
    flex: 0 0 auto;
    transition: all 0.3s ease;
    opacity: 1;
    transform: translateY(0);
}

.model-choose__item.hidden {
    max-height: 0;
    opacity: 0;
    transform: translateY(-10px);
    overflow: hidden;
    pointer-events: none;
}
.toggle-button {
    margin-top: 10px;
    cursor: pointer;
    border: none;
    padding: 8px 12px;
    border-radius: 6px;
    color: #7E7E7E;
}
.toggle-button:hover {
    color: #0A0A0A;
}

.show-all-brand{
  text-align: right;
  font-size: 18px;
  text-decoration: underline;
}


/***   profile   ***/

 .profile-wrapper {
      position: relative;
      display: inline-block;
 }

 .profile-link {
      color: #007bff;
      text-decoration: none;
      cursor: pointer;
 }

 .profile-popup {
      display: none;
      position: absolute;
      top: 100%;
      left: 0;
      z-index: 999;
      width: 220px;
      background: white;
      border: 1px solid #bdbcbc;
      border-radius: 8px;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
      padding: 12px;
 }

 .profile-wrapper:hover > .profile-popup {
      display: block;
 }

 .profile-popup a {
      display: block;
      margin-top: 10px;
      color: #dc3545;
      text-decoration: none;
      width: 100%;
      height: auto;
 }

 .profile-popup a:hover {
      text-decoration: underline;
      background: none;
      box-shadow: none;
      border-radius: inherit;

 }

 .profile-name {
      font-weight: bold;
      margin-bottom: 4px;
      font-size: 14px;
 }

 .profile-email {
      font-size: 0.9em;
      color: #555;
      font-size: 16px;
 }

 a.profile-popup__exit{
   color: #464646;
   transition: all .2s linear; 
   font-weight: 700;
   font-size: 14px;
   line-height: 20px;
 }

 a.profile-popup__exit:hover{
   color: #00a1e5;
 }

.line-exit-but{
    display: flex;
    flex-direction: row;
    font-size: 16px;
    align-items: center;
}

.line-exit-but img{
  margin-right: 5px;
  height: 16px;
}


.text-profile-popup{
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 5px;
}


 /***  end profile   ***/


.news__item a:hover .news__title{
  color: #FF3535;
  text-decoration:none;
}

.price_pln{
  font-size: 14px;
}


.brand-col:hover{
   cursor: pointer;
}

.brands_wrapper .flex-wrap-5{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.dropdown-sec {
    width: 100%;
    max-width: 140px;
    display: flex !important;
    flex-direction: row;
}

.dropdown-sec .link__item-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    color: #fff;
    background: transparent;
    border: none;
    outline: none;
    cursor: pointer;
}

.dropdown-sec .link__item-btn span,
.dropdown-sec .link__item-img {
    margin-right: 5px;
}

.dropdown-sec .link__item-img {
    height: 13px;
}

.dropdown-sec .link__item-btn .drop_title {
    margin-top: 0;
}

.dropdown-sec .link__item-btn .arrow {
    width: 10px;
    height: 10px;
    border-left: 2px solid #DBDBDB;
    border-bottom: 2px solid #DBDBDB;
    transform: rotate(-45deg);
    position: relative;
    top: -1.0px;
    margin-left: 5px;
    transition: .4s;
}

.dropdown-sec .link__item-btn.active .arrow {
    /* тот же стиль, что и обычная стрелка */
}

.dropdown-sec .dropdown-form:hover .link__item-btn .arrow {
    transform: rotate(135deg);
    top: 2.5px;
}

.dropdown-sec .link__item:not(:first-child) {
    margin-left: 45px;
}

.dropdown-sec .link__item-link {
    margin-top: 6px;
    white-space: nowrap;
}

.dropdown-sec .link__item-link a,
.dropdown-sec .link__item-link button {
    color: #fff;
    background: transparent;
    border: none;
    padding: 0;
    cursor: pointer;
}

.dropdown-sec .link__item-link button {
    text-align: left;
}

.dropdown-sec .link__item-link a.action {
    color: #6DA5C5;
}

.dropdown-sec .link__item-link button.action {
    color: #FF3535;
}

.dropdown-sec .link__item-btn .drop_title .back {
    display: none;
}

.dropdown-sec .dropdown-form:hover .link__item-btn .drop_title .front {
    display: none;
}

.dropdown-sec .dropdown-form:hover .link__item-btn .drop_title .back {
    display: block;
}

.dropdown-sec .icons {
    display: flex;
    margin-top: 51px;
    width: 200px;
    justify-content: space-between;
}

.dropdown-sec .icon__item + .icon__item {
    margin-left: 57px;
}

.dropdown-sec .dropdown-form {
    position: relative;
    color: #fff;
    flex: 0 0 41%;
}

.dropdown-sec .div-lang,
.dropdown-sec .div-cur {
    display: flex;
    width: 100%;
    height: 26px;
}


.dropdown-sec .dropdown-form button {
    background: none;
    border: none;
}

.dropdown-sec .dropdown-form .dropdown-form__inner {
    position: absolute;
    left: -10px;
    top: -6px;
    padding: 8px 9px;
    background: transparent;
}

.dropdown-sec .dropdown-form .dropdown-form__inner ul {
    display: none;
    opacity: 0;
    visibility: hidden;
    transition: .4s;
}

.dropdown-sec .dropdown-form:hover .dropdown-form__inner {
    background: #000;
    z-index: 22;
}

.dropdown-sec .dropdown-form:hover .dropdown-form__list,
.dropdown-sec .dropdown-form .dropdown-form__list.open {
    display: block;
    opacity: 1;
    visibility: visible;
    list-style-type: none;
    padding-left: 0;
}

.dropdown-sec .drop_title {
    font-size: 16px;
    line-height: 19px;
    display: flex;
    justify-content: center;
    text-align: center;
    color: #BDBCBC;
    margin-top: 0;
}

.dropdown-sec .text {
    font-size: 13px;
    line-height: 19px;
}

.dropdown-sec .header_langs_wrap {
    display: flex !important;
    flex-direction: column;
}

span.text-bold{
  font-weight: 700;
}

.style-12{ margin-top: 30px; margin-bottom: 40px;}


.order__subtitle-shipping{
    font-size: 18px;
    color: #000;
    font-weight: 700;
    margin: 23px 0 10px 0
}

#custom-shipping{
   margin-bottom: 30px;
}

#shipping_flatrupost{ margin-top: 15px;  }


.product-card__img-inner{position: relative;}

.product-action-1 {
    display: flex;
    align-self: flex-start;
    max-width: 207px;
    max-height: 41px;
    border-radius: 5px;
    background: #0881F2;
    position: absolute;
    bottom: 2px;
    left: 5px;
    padding: 7px 14px;
    z-index: 5;
    align-items: center;
    justify-content: center;
}


.product-action-2 {
    display: flex;
    align-self: flex-start;
    max-width: 257px;
    max-height: 41px;
    border-radius: 10px;
    background: #000;
    position: absolute;
    top: 8px;
    left: 175px;
    padding: 12px 17px;
    z-index: 5;
    align-items: center;
    justify-content: center;
}



.action-1{
   color: #FFF;
    display: flex;
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    font-style: normal;
    letter-spacing: 0.5px;
    font-weight: 500;
    line-height: normal;
    align-items: center;
}

.product-action-2 .action-1{
    color: #FFF;
    font-family: "Inter";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}


.product-action-1 .action-1 img{
    width: 20px !important;
    height: 15px !important;
}

.product-action-2 .action-1 img{
    width: 24px !important;
    height: 19px !important;
}


.product-action-1 .action-1 img{
    width: 20px !important;
    height: 15px !important;
}


@media (max-width: 768px) {

    .product-action-1 {
        top: 2px;
        left: 5px;
    }

    .product-action-2 {
        top: -45px;
        left: 0px;
    }

}


.filter_hide{ display: none; }

.h2-style-title{
    color: #0A0A0A;
    font-size: 44px;
    line-height: 54px;
    margin: 0;
}
