/* ALL ELEMENTS */

  @font-face {
    font-family: NotoSansBold;
    src: url(/catalog/view/theme/autoprostavka_ua/fonts/Noto-Sans-Bold/OpenSans-Bold.ttf);
    font-display: swap;
  }
  @font-face {
    font-family: NotoSans;
    src: url(/catalog/view/theme/autoprostavka_ua/fonts/NotoSans/OpenSans-Regular.ttf);
    font-display: swap;
  }


html { overflow-x: auto; }

* {
  font-family: 'AvenirNextCyr-Regular', 'Open Sans', sans-serif;
  text-decoration: none;
}

a:focus { text-decoration: none !important; outline: 1px solid #999 !important; }
.common-home,
.product-categorymark-catalog,
.product-categorymark,
.product-category-1,
.product-category-3,
.product-category-4,
.product-category-5,
.product-category-6,
.product-category-7,
.product-category-8,
.product-category-2 { 
  background: #FAFAFA; overflow-x: hidden; 
}
body { padding-top: 145px; background: #FAFAFA; }

@media (min-width: 1440px) {
    .container {
        width: 1340px;
    }
}



/* HEADER */
#top-menu { background: #2C2A2A; height: 146px; display: flex; align-items: center; position: fixed;
  top: 0; left: 0; right: 0; z-index: 30;
}
#top-menu .row { display: flex; align-items: center; justify-content: space-evenly; }

/*
.breadcrumb > li:first-child{
  padding: 0 !important;
}
*/

ul.ul-in-row{
  padding: 0;
  margin: 0;
}
ul.ul-in-row li{
  display: inline-block;
  width: 49%; 
}

/* TOP LINE */
#top-menu .top-line { height: 54px; padding-left: 100px; justify-content: space-between; }
@media (max-width: 1200px) and (min-width: 992px) {
  #top-menu .top-line { padding-left: 110px; }
}

.top-line .header--catalog { width: 120px; margin: 0; padding: 0; height: 40px; display: flex; align-items: center;
  border: 1px solid #585858; border-radius: 5px;
}
.top-line .header--catalog:hover { border: 1px solid #FF3535; cursor: pointer; }
.top-line .header--catalog:hover a { color: #FF3535; font-weight: 600; }
.top-line .header--catalog a { margin-left: 5px; padding: 6px 15px 6px 0; display: flex; align-items: center; justify-content: space-between;
  font-size: 16px; font-weight: 400; line-height: 24px; color: #BDBCBC;
}
.top-line .header--catalog a svg { height: 16px; margin-right: 11px; }
.top-line .header--catalog .dropdown { display: flex; justify-content: flex-start; align-items: center; }
.top-line .header--catalog ul.dropdown-menu { padding: 0; left: -17px; overflow: hidden; width: fit-content; }
.top-line .header--catalog ul.dropdown-menu a { color: #2C2A2A; font-size: 17px; font-weight: 600; display: flex;
  padding: 10px 18px; min-width: 210px; align-items: center; justify-content: flex-start; margin: 0;
}
.top-line .header--catalog ul.dropdown-menu a:hover { background: #F1F1F1; color: #262626; }
.header__city-btn { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center;
  -ms-flex-align: center; align-items: center; border: none; background: none; -webkit-box-shadow: none;
  box-shadow: none
}

.top-line .header--catalog ul.dropdown-menu li.menu-li-bottom{ background:#2C2A2A;}
.top-line .header--catalog ul.dropdown-menu li.menu-li-bottom a {color: #fff;}
.top-line .header--catalog ul.dropdown-menu li.menu-li-bottom a:hover {background:#333; font-weight: 200} 

.header__city-btn:hover .header__city-location path,
.header__city-btn:hover .header__city-arrow path,
.header__city-btn:hover .header__city-text { color: #FF3535; fill: #FF3535 }
.header__city-location path,
.header__city-arrow path { -webkit-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s }
.header__city-text { font-style: normal; font-weight: normal; font-size: 16px; line-height: 24px; letter-spacing: 0.2px;
  color: #BDBCBC; display: block; margin: 0 18px 0 10px; -webkit-transition: .3s; -o-transition: .3s; transition: .3s
}
.top-line>a { color: #BDBCBC; line-height: 24px; font-size: 16px; }
.top-line>a:hover { color: #FAFAFA; font-weight: 600; }
@media (max-width: 992px) {
  .top-line>a { font-size: 14px; }
}

.top-line .header--catalog a:focus{
  outline: none !important;
}

.manufacturer_cat{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-left: -20px;
    margin-right: -20px;
}

.manufacturer_cat__item{
  border: 1px solid #BCBCBC;
  margin: 0 10px 10px 10px;
  border-radius: 5px;
  overflow: hidden;
}

@media (max-width: 768px) {
  .manufacturer_cat__item { width: 100%;}
}

.manufacturer_cat__item a{
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.2px;
    color: #0A0A0A;
    text-decoration: none;
    padding: 5px 10px;    
    display: block;
}

.manufacturer_cat__item a:hover{
    background-color: #F0f0f0;
}

.d-block{display: block;}

.top-line .header--city { width: 195px; margin: 0; padding: 0; }
.top-line .header--city:hover { cursor: pointer; }
.top-line .header--city:hover svg>path { fill: #FF3535; }
.top-line .header--city:hover a span { color: #FF3535; border-bottom: 2px #FF3535 dashed; }
.top-line .header--city svg { height: 24px; width: 24px; padding: 2px; }
.top-line .header--city .dropdown { display: flex; justify-content: flex-start; align-items: center; }
.top-line .header--city a { margin-left: 5px; width: 170px; display: flex; align-items: center; justify-content: space-between;
  font-size: 16px; font-weight: 400; line-height: 24px; color: #BDBCBC;
}
.top-line .header--city a span { border-bottom: 2px #BDBCBC dashed; }
.top-line .header--city ul.dropdown-menu { padding: 0; left: -17px; overflow: hidden; }
.top-line .header--city ul.dropdown-menu a { color: #2C2A2A; font-size: 17px; font-weight: 600; display: flex;
  padding: 20px 18px; min-width: 210px; align-items: center; justify-content: flex-start; margin: 0;
}
.top-line .header--city ul.dropdown-menu a:hover { background: #F1F1F1; color: #262626; }
#top-menu .top-line #form-language { width: 82px; height: 24px; display: flex; justify-content: space-between; margin-left: 30px; }
.top-line #form-language button { padding: 0; font-size: 16px; color: #BDBCBC; opacity: .5; text-decoration: none; }
.top-line #form-language button.active { font-weight: 600; color: #BDBCBC; opacity: 1; }
/* TOP LINE END */

#top-menu .mod__lang{width: 82px; height: 24px; display: flex; justify-content: space-between; margin-left: 30px; }
.top-line .mod__lang a { padding: 0; font-size: 16px; color: #BDBCBC; opacity: .5; text-decoration: none; }
.top-line .mod__lang a.action { font-weight: 600; color: #BDBCBC; opacity: 1; }

#mobi-menu .mod__lang{width: 82px; height: 24px; display: flex; justify-content: space-between; margin-left: 30px; }
#mobi-menu .mod__lang a { padding: 0; font-size: 16px; color: #BDBCBC; opacity: .5; text-decoration: none; }
#mobi-menu .mod__lang a.action { font-weight: 600; color: #BDBCBC; opacity: 1; }

/* SECONDARY LINE */
#top-menu #logo { margin: 0; }
#top-menu #logo img { height: 52px; margin-right: 40px; }
#top-menu #search { width: 100%; margin: 0 0 0 0; }
#top-menu #search .input-lg { height: 54px; color: #FAFAFA; line-height: 22px;
    font-size: 16px; border-radius: 5px; border: none; padding: 15px 50px 15px 30px; background: #565555;
  }

#top-menu #search .input-lg:focus { -webkit-box-shadow: none; box-shadow: none; }
#top-menu #search .form-control::-webkit-input-placeholder { font-style: italic; color: #BDBCBC; }

#top-menu #search .btn-lg{ height: 54px; border: none; margin-left: -45px;
    box-shadow: none; padding: 5px 12px;
}

#top-menu #search .bg-dack  { background: #565555;}
#top-menu #search .bg-white  { background: #fff; color: #000; }


#top-menu #search input:focus, 
#top-menu #search input:active { outline: unset; outline: unset; outline-offset: unset; background-color:#fff; color:#000; }
/*
#top-menu input #search:-webkit-autofill,
#top-menu input #search:-webkit-autofill:focus {
    transition: background-color 0s 600000s, color 0s 600000s !important;
    background-color:#fff;
  }
  */

input:-internal-autofill-selected { background-color:#fff !important; }  

@media (max-width: 1200px) {
  #top-menu #search { width: 600px; }
}
#top-menu .header--contacts { display: flex; align-items: center; margin: 0; width: 216px;
  height: 30px; text-align: center;
}
.header--contacts>li>a { color: #FAFAFA !important; font-size: 17px; text-decoration: none;
  display: flex; align-items: center;
}
@media (max-width: 992px) {
  .header--contacts>li>a { font-size: 14px; }
}
.header--contacts>li>a svg { margin-left: 9px; }
.header--contacts ul a { color: #2C2A2A; font-size: 17px; font-weight: 600; display: flex;
  padding: 20px 59px 20px 18px; min-width: 210px; align-items: center; justify-content: flex-start;
}
.header--contacts .dropdown-menu { padding: 0; left: -17px; overflow: hidden; }
.header--contacts .dropdown-menu svg { display: none; }
.header--contacts ul a:hover { background: #F1F1F1; padding-right: 18px; color: #262626; }
.header--contacts ul a:hover svg { display: block; width: 21px; margin-left: 20px; }
.header--user-menu { display: flex; justify-content: space-around; width: 224px; }
.header--user-menu a { width: 42px; height: 42px; display: flex; justify-content: center; align-items: center; }
.header--user-menu a:hover { background: rgba(86, 85, 85, 0.4); box-shadow: 4px 8px 25px rgba(0, 0, 0, 0.09); border-radius: 5px; }
.header--user-menu button { padding: 0; width: 42px; height: 42px; display: flex; justify-content: center;
  align-items: center; border: none; box-shadow: none; background: none;
}
.header--user-menu button:hover { background: rgba(86, 85, 85, 0.4); box-shadow: 4px 8px 25px rgba(0, 0, 0, 0.09); border-radius: 5px; }
/* SECONDARY LINE END */

.pagination__item.prev img, .pagination__item.next img {
    vertical-align: middle;
}

ul.pagination__list {
    display: flex;
    justify-content: center;
    height: 30px;
    align-items: center;
}

.pagination__item .arrow-right {
    transform: rotate(180deg);
}

.pagination__item .arrow-double-right {
    transform: rotate(180deg);
}

.pagination__item .pagination__link {
    color: #B3B3B3;
    font-size: 16px;
    line-height: 20px;
}



/* Header-Change */
.header--user-menu button.header__card-btn { 
    padding: 0;
    width: 42px;    
    height: 35px;
    margin-top: 7px;
    display: flex;
    justify-content: center;    
    box-shadow: none;
    background: none;
}

.header--user-menu button:hover { background: rgba(86, 85, 85, 0.4); box-shadow: 4px 8px 25px rgba(0, 0, 0, 0.09); border-radius: 5px; }


/* NOBILE MENU */
#mobi-menu { display: none; height: 133px; background-color: #0A0A0A; align-items: center; }
@media (max-width: 991px) {
  #top-menu { display: none; }
  #mobi-menu { display: block; background-color: #0A0A0A; position: fixed; top: 0; left: 0; right: 0; z-index: 10; }

  .desktop-view{ display:none; }
}

#mobi-menu .row { margin: 0; width: 100%; height: 134px; }
#mobi-menu .col-xs-2,
#mobi-menu .col-xs-3,
#mobi-menu .col-xs-4,
#mobi-menu .col-xs-5,
#mobi-menu .col-xs-6,
#mobi-menu .col-xs-7,
#mobi-menu .col-xs-8,
#mobi-menu .col-xs-12,
#mobi-menu .header--mobi-cart { display: flex; align-items: center; height: 60px; }
#mobi-menu #logo-mobile img { height: 38px; }
#mobi-menu .col-xs-8 { justify-content: flex-end; }
#mobi-menu .header--contacts { margin: 0; padding: 0; }
#mobi-menu .header--contacts .dropdown-menu svg { display: none !important; }
#mobi-menu .header--contacts .dropdown-menu { left: -20px; }
#mobi-menu .header--contacts .dropdown-menu a { padding: 17px 20px; min-width: unset; }
#mobi-menu #menuToggle { display: flex; flex-direction: column; position: absolute; left: 22px; top: 82px; z-index: 3;
  -webkit-user-select: none; user-select: none; background: transparent; border: unset;
}
#mobi-menu #menuToggle span { display: flex; width: 25px; height: 3px; margin-bottom: 5px; position: relative;
  background: #ffffff; border-radius: 3px; z-index: 1; transform-origin: 5px 0px;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0), opacity 0.55s ease;
}
#mobi-menu #menuToggle .dropdown-menu.menu-modal { position: fixed; top: 0; right: 0; left: unset;
  background: #0A0A0A; min-width: 300px; padding-left: 30px;
}
#menuToggle .header--mobile-menu-logo img { display: block; position: absolute; height: 32px; top: 16px; }
#menuToggle .header--mobile-menu-close { display: block; position: absolute; top: 20px; right: 18px; }
#menuToggle .row { height: 62px; }
#menuToggle .header--mobile-menu-user-info { color: #FFFFFF; font-size: 16px; height: 48px; }
#menuToggle .header--mobile-menu-user-info span { color: #BDBCBC; background: unset !important; height: 24px; }
#menuToggle .header--mobile-menu-user-action { display: flex; align-items: center; justify-content: space-evenly;
  width: calc(100% + 30px); background: #2C2A2A; left: 0; height: 54px; margin-left: -30px;
}
#menuToggle .menu-modal>li>a { font-size: 18px; line-height: 24px; color: #fff; padding: 5px 0; }
#menuToggle .menu-modal>li.phone>a { color: #7E7E7E; }

#mobi-menu .header--mobi-search { padding: 0 0 0 70px; width: 85%;}
#mobi-menu .header--mobi-search #search { width: 100%; margin: 0; }
#mobi-menu .header--mobi-search #search span { display: none; }
#mobi-menu .header--mobi-search #search input { height: 42px; border-radius: 5px; padding: 9px 9px 9px 48px;
  background: url(../images/search.svg) no-repeat scroll 16px 12px; background-size: 17px; background-color: #fff;
}
#mobi-menu .header--mobi-cart { position: absolute; right: 14px; bottom: 5px; }
#mobi-menu .header--mobi-cart a { display: block; /*position: absolute;*/ right: 20px; }
#mobi-menu .header--mobi-cart button { background: none; box-shadow: none; border: none; }
/* NOBILE MENU END */
/* HEADER END */


/*  breadcrumb  */
.breadcrumb>.active {    
    font-size: 16px;
}
/* end breadcrumb */


/* MODULES */
/* MODULE HOME BIG FILTER BRANDS */
.module--home-big-filter-brands { background: #FAFAFA; padding: 0px 0 0px 0; min-height: 100px; overflow: hidden; }
.module--home-big-filter-brands img { display: block; position: absolute; }
.module--home-big-filter-brands img.img-left { /*transform: rotate(30deg); */ 
    left: -365px; top: 150px; }
.module--home-big-filter-brands img.img-right { right: -344px; top: 300px; }
.module--home-big-filter-brands h1 { color: #0A0A0A; font-size: 44px; line-height: 54px; margin: 0; margin-top: 80px; }


#filter {display: block;}

@media (max-width: 768px) {

    #filter {display: block;} 

    .module--home-big-filter-brands h1 {
        text-transform: uppercase;
        font-size: 36px;
        font-weight: 500;
        color: #000;
        line-height: 40px;
        margin: 30px 0 10px 20px;
    }

    .module--home-big-filter-brands {
    background: #FAFAFA;
    padding: 0px 0 0 0;
    min-height: 100px;
    overflow: hidden;
    }
    
    .module--home-big-filter-brands-sub{
      display: none;
    }

}

.module--home-big-filter-brands #home-big-filter-brands { margin-top: 20px; border-radius: 5px; border: 1px solid #BDBCBC; overflow: hidden; }
.module--home-big-filter-brands #home-big-filter-brands .head-filter { display: flex; justify-content: space-between;
  padding: 16px; background: rgba(250, 250, 250, 0.68); backdrop-filter: blur(21px);
}
.module--home-big-filter-brands #home-big-filter-brands .head-filter button { display: flex; align-items: center;
  margin-right: 8px; font-size: 16px; line-height: 24px; color: #BDBCBC; background: unset; padding: 22px 30px; border-radius: 5px; border: unset;}
.module--home-big-filter-brands #home-big-filter-brands .head-filter button:last-child { margin-right: 0; }

.module--home-big-filter-brands #home-big-filter-brands .head-filter button svg { margin-left: 20px; }
.module--home-big-filter-brands #home-big-filter-brands .head-filter button svg path { stroke: #BDBCBC; }

.module--home-big-filter-brands #home-big-filter-brands .head-filter button.active { color: #F6F3F3; background: #00A1E6; font-weight: 600; }
.module--home-big-filter-brands #home-big-filter-brands .head-filter button.active svg path { stroke: white;}

.module--home-big-filter-brands #home-big-filter-brands .head-filter #btn--select { color: #FAFAFA; background: #FF3535; font-weight: 600; }
.module--home-big-filter-brands #home-big-filter-brands .body-filter { background: rgba(251, 251, 251, 0.68); backdrop-filter: blur(21px);
  margin: 0; padding-right: 15px;
}
.module--home-big-filter-brands #home-big-filter-brands .body-filter .calback-form { padding: 32px 15px; }
.module--home-big-filter-brands #home-big-filter-brands .body-filter .calback-form h4 { color: #3F3F3F; font-weight: 600;
  font-size: 16px; line-height: 24px; margin-bottom: 17px;
}
.module--home-big-filter-brands #home-big-filter-brands .body-filter .calback-form input { width: 100%; max-width: 240px;
  padding: 15px 30px; margin-bottom: 13px; font-size: 18px; line-height: 24px; border: 1px solid #BBBBBB;
  box-sizing: border-box; border-radius: 5px;
}


.calback-form #form_feedback h4 { color: #3F3F3F; font-weight: 600;  font-size: 16px; line-height: 24px; margin-bottom: 17px;}

.calback-form #form_feedback input { 
    width: 100%; 
    max-width: 240px;  
    padding: 15px 30px; 
    margin-bottom: 13px; 
    font-size: 16px; 
    line-height: 24px; 
    border: 1px solid #BBBBBB;
    box-sizing: border-box; 
    border-radius: 5px; 
}

.calback-form #form_feedback .iti--allow-dropdown input[type=tel]{
    padding-left: 65px;
}

.calback-form #form_feedback button { padding: 15px 20px; width: 100%;  max-width: 240px; background: transparent; border: 1px solid #F44444; 
  box-sizing: border-box; border-radius: 5px;  font-weight: 600; font-size: 18px; line-height: 24px; color: #3F3F3F; }

.module--home-big-filter-brands #home-big-filter-brands .body-filter .calback-form input:focus { outline: none; }
.module--home-big-filter-brands #home-big-filter-brands .body-filter .calback-form input::-webkit-input-placeholder { font-style: italic; }
.module--home-big-filter-brands #home-big-filter-brands .body-filter .calback-form button { padding: 15px 20px; width: 100%;
  max-width: 240px; background: transparent; border: 1px solid #F44444; box-sizing: border-box; border-radius: 5px;
  font-weight: 600; font-size: 18px; line-height: 24px; color: #3F3F3F;
}
.module--home-big-filter-brands #home-big-filter-brands .body-filter .calback-form button:hover {
  background: rgba(255, 53, 53, 0.2);
}

.calback-form #form_feedback button:hover {
  background: rgba(255, 53, 53, 0.2);
}


.modal-thnx__review-title.h4{
  font-size: 24px;
    display: block;
    text-align: center;
    color: red;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 30px;
}

.modal-thnx__review-text.body{
    font-size: 18px;
    display: block;
    text-align: center;
    /* margin-top: 20px; */
    padding: 20px 40px;
    line-height: 32px;
}

#otvet_feedback{
  border: 1px solid #ccc;
    padding: 10px;
    border-radius: 5px;
}

.modal-thnx__review-title h4{
  font-size: 24px;
}

.module--home-big-filter-brands #home-big-filter-brands .body-filter .columns { display: flex; justify-content: space-between;
  overflow-y: scroll; overflow-x: unset;
  /* height: 340px;  */
  height: 420px;
  margin-top: 62px; margin-bottom: 45px;
}
.module--home-big-filter-brands #home-big-filter-brands .body-filter .columns::-webkit-scrollbar { width: 10px;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.08), 10px 10px 22px rgba(149, 150, 150, 0.11);
}
.module--home-big-filter-brands #home-big-filter-brands .body-filter .columns::-webkit-scrollbar-track { background-color: #BFBEBE;
  border-radius: 10px; overflow: hidden;
}
.module--home-big-filter-brands #home-big-filter-brands .body-filter .columns::-webkit-scrollbar-thumb { background-color: #FBFBFB;
  border: 2px solid #BFBEBE; border-radius: 10px;
}
.module--home-big-filter-brands #home-big-filter-brands .body-filter .column__container { column-count: 6;
  -webkit-column-count: 6; -moz-column-count: 6; column-gap: 5px; -webkit-column-gap: 5px; -moz-column-gap: 5px;
}
.module--home-big-filter-brands #home-big-filter-brands .body-filter .column__container.types-auto-list,
.module--home-big-filter-brands #home-big-filter-brands .body-filter .column__container.types-item-list { column-count: 1; -webkit-column-count: 1; -moz-column-count: 1; }
.module--home-big-filter-brands #home-big-filter-brands .body-filter .column__item { display: flex;
  justify-content: flex-start; align-items: center;
}
.module--home-big-filter-brands #home-big-filter-brands .body-filter span { color: #3A3939; font-weight: 600; font-size: 16px;
  line-height: 24px; width: 12px; text-align: center; margin-right: 17px;
}
.module--home-big-filter-brands #home-big-filter-brands .body-filter a { color: #585858; font-weight: 300; font-size: 18px; line-height: 40px; }
.module--home-big-filter-brands #home-big-filter-brands .body-filter a:hover { color: #FF3535; }



/* MODULE BIG CAT MENU IMG */
.module--big-cat-menu-img { display: flex; align-items: center; flex-wrap: wrap; justify-content: center;
  padding: 25px 0px 120px; background: #FAFAFA;
}
.module--big-cat-menu-img h1 { width: 100%; font-size: 44px; line-height: 54px; margin: 0 0 60px 15px; }
.module--big-cat-menu-img .col-sm-4 { height: 340px; padding: 0 10px; }
.module--big-cat-menu-img .col-sm-4>div { display: flex; flex-direction: column; align-items: center; justify-content: center;
  padding: 0px; background: #fff; height: 100%; box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2); border-radius: 5px; text-align: center;
}
.module--big-cat-menu-img .col-sm-4>div span { color: #0A0A0A; font-size: 20px; line-height: 24px; }
.module--big-cat-menu-img .col-sm-4>div img { height: 180px; margin-bottom: 40px; }
.module--big-cat-menu-img>a { background: #00A1E6; border-radius: 5px; padding: 22px 78px; color: #FAFAFA;
  font-size: 18px; line-height: 24px; margin-top: 50px;
}

@media (max-width: 768px) {
  .module--home-big-filter-brands img.img-right,
  .module--home-big-filter-brands img.img-left
  {display: block;}
}  

/* MODULE BIG CAT MENU IMG END */



/* MODULE WARANTY */
.module-waranty { background: #FAFAFA; padding: 100px 0 160px; }
.module-waranty .mobile { display: none; }
.module-waranty .col-sm-6>img { float: right; margin-top: 80px; max-width: 740px; }
.module-waranty h1 { color: #0A0A0A; font-size: 44px; line-height: 54px; margin-top: 20px; }
.module-waranty .desktop { z-index: 1; }
.module-waranty .desktop .block { background: rgba(251, 251, 251, 0.68); border-radius: 5px;
  backdrop-filter: blur(21px); -webkit-backdrop-filter: blur(21px); border: 1px solid rgba(44, 42, 42, 0.3);
  padding: 20px 40px 40px; margin-bottom: 24px;
}

.fw-700-st-1{ font-weight: 700; }

.module-waranty .desktop .block div { display: flex; align-items: flex-start; margin: 30px 0 0; }

@media (max-width: 768px) {

    .module-waranty .desktop .block div {
        display: flex;
        margin: 30px 0 0;
        flex-wrap: wrap;
    }

    .fw-700-st-1{ 
      margin: 10px 0 15px 0;
      display: block; 
    }

    .module-waranty .desktop .block {    
       padding: 0px 15px 0px 15px;
       border: none;  
       margin-bottom: 0px; 
    }

    .module-waranty .desktop .block div.block-insert{
      background: #fff;
      border: 1px solid #f0f0f0;
      padding: 30px 15px 20px 15px;
      margin: 10px 0;
      border-radius: 5px;
    }

    .module-waranty .desktop .block h3.choice-spacers__title{
      margin-top: 50px;  
    }
    
    .no-js .owl-carousel, .owl-carousel.owl-loaded {
        display: flex;
        flex-direction: column-reverse;
        flex-wrap: wrap;
        align-content: center;
    }

}


.module-waranty .desktop .block img { float: left; width: 40px; margin-right: 35px; }
.module-waranty .desktop .block p { font-size: 18px; line-height: 26px; }

@media (max-width: 768px) {
    .module-waranty .desktop .block p {
        font-size: 18px;
        line-height: 26px;
        width: 70%;        
        vertical-align: top;
        margin-top: 0;
    }
}

.module-waranty .desktop .block p strong { font-size: 22px; }
/* MODULE WARANTY END */



/* MODULE CERTIFICATES */
.module-сertificates { 
  padding: 80px 0; 
  background: #2C2A2A; 
  width: 99.7vw; 
  margin-left: -50vw; 
  left: 50%; 
  position: relative; 
}

.module-сertificates .mobile { display: none; }
.module-сertificates h1 { color: #FAFAFA; font-size: 44px; line-height: 54px; margin: 0 0 20px 0; }

@media (max-width: 768px) {
   .module-сertificates h1 {
      font-size: 28px;
      margin: 0 0 0 0px;
   }
}

.module-сertificates p { color: #FAFAFA; font-size: 18px; line-height: 32px; margin-bottom: 30px; }

.module-сertificates .buttons { display: flex; align-items: center; justify-content: center; height: 128px;
  border: 1px solid #fff; margin-bottom: 14px; padding: 30px 60px; margin-right: 30px; border: 1px solid #FF3535;
  box-sizing: border-box; border-radius: 5px; background: #FF3535;
}

@media (max-width: 768px) {
  .module-сertificates .buttons { margin: 0 10px 20px 10px; }
  /* .module-сertificates { padding: 94px 0;} */
  .module-сertificates { padding: 10px 0 30px 0;}
}


.module-сertificates .buttons.outline { background: transparent; }
.module-сertificates .buttons p { margin: 0; }
.module-сertificates .buttons>div { display: flex; flex-direction: column; align-items: center; margin-right: 38px; }
.module-сertificates .buttons span { font-family: 'AvenirNextCyr-Bold', 'Open Sans', sans-serif; color: #fff;
  font-weight: 800; font-size: 30px; line-height: 36px;
}
.module-сertificates .buttons span.digit { font-size: 50px; }
.module-сertificates .buttons p { color: #FAFAFA; font-weight: 600; font-size: 24px; line-height: 26px; }
.module-сertificates .owl-carousel { margin-top: 14px; }
/* MODULE CERTIFICATES END */



/* MODULE HOME INFO */
.module-home-info { background: #FAFAFA; padding: 160px 0px 100px; }
.module-home-info h1 { color: #0A0A0A; font-size: 44px; line-height: 54px; margin-bottom: 100px; margin-left: 15px; }
.module-home-info span { color: #FE4B4B; font-size: 54px; font-family: 'AvenirNextCyr-Bold'; }
.module-home-info h4 { color: #0A0A0A; font-weight: 600; font-size: 24px; line-height: 30px; margin: 35px 0 25px; }
.module-home-info p { color: #0A0A0A; font-size: 18px; line-height: 32px; }
/* MODULE HOME INFO END */



/* MODULE HOME FILTER BRANDS */
.module--home-filter-brands { background: #FAFAFA; padding: 100px 0 10px; min-height: 1050px; overflow: hidden; }
.module--home-filter-brands>img { display: block; position: absolute; }
.module--home-filter-brands img.img-left { 
  transform: rotate(-50.49deg); left: -200px; width: 330px; margin-top: 180px;
}
.module--home-filter-brands img.img-right { right: -300px; margin-top: 360px; }
.module--home-filter-brands h1 { color: #0A0A0A; font-size: 44px; line-height: 54px; margin: 0; }
.module--home-filter-brands #home-filter-brands { margin-top: 40px; border-radius: 5px; border: 1px solid #BDBCBC;
  overflow: hidden;
}
.module--home-filter-brands #home-filter-brands .body-filter { background: rgba(251, 251, 251, 0.68);
  backdrop-filter: blur(21px); margin: 0; padding: 65px;
}
.module--home-filter-brands #home-filter-brands .body-filter .column__container { display: flex; flex-direction: column;
  align-items: center; padding-bottom: 45px;
}
.module--home-filter-brands #home-filter-brands .body-filter .column__container h4 a { width: 100%; color: #3D3D3D;
  font-size: 18px; line-height: 22px; border-bottom: 1px solid #3D3D3D; font-weight: 700;
}
.module--home-filter-brands #home-filter-brands .body-filter .column__container img { height: 44px; margin: 5px 0 12px; }
.module--home-filter-brands #home-filter-brands .body-filter .column__container>a { color: #3D3D3D; font-size: 16px;
  line-height: 20px; margin-bottom: 10px; border-bottom: 1px solid #3D3D3D;
}
.module--home-filter-brands #home-filter-brands .action { display: flex; align-items: center; justify-content: center; }
.module--home-filter-brands #home-filter-brands .action a { color: #FAFAFA; font-weight: 600;
  font-size: 18px; line-height: 24px; background: #00A1E5; border-radius: 5px; padding: 22px 77px;
}
.module--home-filter-brands #home-filter-brands .action a:hover { background: #0095D3; }


/* MODULE IMPLEMENTATION FILTER BRANDS */
.module--implement-filter-brands { background: #fff; padding: 20px 0 10px; min-height: 1050px; overflow: hidden; }
.module--implement-filter-brands>img { display: block; position: absolute; }
.module--implement-filter-brands img.img-left { transform: rotate(-50.49deg); left: -265px; width: 330px; margin-top: 120px; }
.module--implement-filter-brands img.img-right { right: -284px; margin-top: 360px; }

@media (max-width: 768px) {
      .module--implement-filter-brands img.img-right {
        right: 0;
        margin-top: 400px;
        display: none;
      }

}

.module--implement-filter-brands h1 { color: #0A0A0A; font-size: 44px; line-height: 54px; margin: 0; }
.module--implement-filter-brands #home-filter-brands { margin-top: 40px; border-radius: 5px; border: 1px solid #BDBCBC;
  overflow: hidden;
}
.module--implement-filter-brands #home-filter-brands .body-filter { background: rgba(251, 251, 251, 0.68);
  backdrop-filter: blur(21px); margin: 0; padding: 65px;
}
.module--implement-filter-brands #home-filter-brands .body-filter .column__container { display: flex; flex-direction: column;
  align-items: center; padding-bottom: 45px;
}
.module--implement-filter-brands #home-filter-brands .body-filter .column__container h4 a { width: 100%; color: #3D3D3D;
  font-size: 18px; line-height: 22px; border-bottom: 1px solid #3D3D3D; font-weight: 700;
}
.module--implement-filter-brands #home-filter-brands .body-filter .column__container img { height: 44px; margin: 5px 0 12px; }
.module--implement-filter-brands #home-filter-brands .body-filter .column__container>a { color: #3D3D3D; font-size: 16px;
  line-height: 20px; margin-bottom: 10px; border-bottom: 1px solid #3D3D3D;
  
  max-width: 100px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;


}
.module--implement-filter-brands #home-filter-brands .action { display: flex; align-items: center; justify-content: center; }
.module--implement-filter-brands #home-filter-brands .action a { color: #FAFAFA; font-weight: 600;
  font-size: 18px; line-height: 24px; background: #00A1E5; border-radius: 5px; padding: 22px 77px;
}
.module--implement-filter-brands #home-filter-brands .action a:hover { background: #0095D3; }


/* MODULE VIDEOS */
.module-videos { 
  background: #FAFAFA; 
  /* padding: 100px 0px 130px;  */
  padding: 60px 0px 30px;
}
.module-videos h3 { color: #0A0A0A; font-size: 44px; line-height: 54px; width: 70%; margin-bottom: 40px; text-transform: uppercase; }
.module-videos .video-item { height: 535px; padding: 0 5px; }

.module-videos .video-item>div { display: flex; justify-content: center; height: 100%; overflow: hidden; }
.module-videos .video-item>div img { width: 100px; }

@media (max-width: 768px) {
   .module-videos h3 {color: #0A0A0A; font-size: 30px; line-height: 40px; width: 100%; margin-bottom: 20px;}
   .module-videos { padding: 50px 0px 20px;}
   .module-videos .video-item { height: auto; padding: 0 5px; display: inline-block; width: 49%;}
}

.module-videos-white { background: #fff; padding: 100px 0px 80px;}
.module-videos-white h3 { color: #0A0A0A; font-size: 44px; line-height: 54px; width: 70%; margin-bottom: 40px; text-transform:uppercase; }
.module-videos-white .video-item { height: 535px; padding: 0 5px; }
.module-videos-white .video-item>div { display: flex; justify-content: center; height: 100%; overflow: hidden; }
.module-videos-white .video-item>div img { width: 100px; }


@media (max-width: 768px) {
   .module-videos-white h3 {color: #0A0A0A;
        font-size: 24px;
        line-height: 36px;
        font-weight: 500;
        width: 100%;
        margin-bottom: 20px;}
   .module-videos-white { padding: 50px 0px 10px;} 
   .module-videos-white .video-item { height: auto; padding: 0 5px; display: inline-block; width: 49%;}
}

/* MODULE VIDEOS END */



/* MODULE PARTNERSHIP */
.module-partnership { padding: 100px 0px 100px; }

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

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

.module-featured h2,
.module-bestseller h2 { margin: 0 0 60px 0; color: #0A0A0A; font-size: 44px; line-height: 54px; text-transform: uppercase;  }

.module-partnership .col-sm-6 h4 { margin: 0 0 14px 0; color: #0A0A0A; font-weight: 600; font-size: 24px; line-height: 30px; }
.module-partnership .col-sm-6 ul { list-style: none; padding: 0 10px; margin-bottom: 30px; }
.module-partnership .col-sm-6 li { font-size: 18px; margin: 10px 0; }
.module-partnership .col-sm-6 li::before { content: "\2022"; color: #00A1E6; font-weight: bold; display: inline-block;
  width: 10px; margin-left: -10px; margin-right: 10px;
}
.module-partnership .col-sm-6 button { color: #FAFAFA; font-weight: 600; font-size: 18px; padding: 25px 65px;
  background: #FF3535; border: 1px solid #FF3535; box-sizing: border-box; border-radius: 5px; margin-bottom: 40px;
}
.module-partnership .col-sm-6 button.outline { color: #0A0A0A; background: #FAFAFA; margin-bottom: 0px; }
.module-partnership .col-sm-6 img { width: 110%; }
/* MODULE PARTNERSHIP END */



/* MODULE HELP FORMS */
.module-help-form { padding: 130px 0px; }

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

.module-help-form>img { display: flex; position: relative; height: 733px; top: -733px;
  margin-bottom: -733px; margin-left: -70px;
}
.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;
}
.module-help-form .help-form .col-sm-12 { padding-left: calc(100% - 620px); margin-bottom: 60px; }

@media (max-width: 768px) {
    .module-help-form .help-form .col-sm-12 {
        padding-left: 0;
        margin-bottom: 5px;
    }
}



.module-help-form h2 { color: #0A0A0A;
    font-size: 44px;
    line-height: 54px;
    font-weight: 450;
    margin: 0;
    text-align: left; }

.module-help-form p { font-style: italic; font-size: 16px; line-height: 22px; margin-top: 20px;
    padding-left: 0; text-align: left; margin-left: 0; }
.module-help-form .col-sm-6 img { width: 120%; margin-top: calc(-10% - 60px); margin-left: -20%; }
.module-help-form .col-sm-6 input { width: 100%; margin-bottom: 10px; height: 78px; border: 1px solid #BDBCBC;
  box-sizing: border-box; border-radius: 5px; padding: 27px 24px; font-size: 18px; line-height: 24px;
}
.module-help-form .form-control::-webkit-input-placeholder { font-style: italic; color: #C3C3C3; }
.module-help-form .col-sm-6 button { margin: 10px 0; width: 100%; background: #00A1E6; border-radius: 5px;
  padding: 27px; color: #FFFFFF; font-size: 18px; border: unset;
}
.module-help-form .col-sm-6 [type="checkbox"] { width: 31px; height: 31px; margin-right: 22px; float: left; }
.module-help-form .col-sm-6 span { display: flex; font-size: 14px; color: rgba(0, 0, 0, 0.5); margin-top: 10px; }
/* MODULE HELP FORMS END */



/* MODULE PARTNERS */
.module-partners { padding: 100px 0px 130px; }
.module-partners .col-sm-12 { display: flex; align-items: center; justify-content: space-between; }
.module-partners h2 { font-size: 44px; line-height: 54px; float: left; margin: 0; }
.module-partners .col-sm-12>div { width: calc(100% - 484px); margin-left: 100px; height: 54px; display: flex;
  align-items: center; justify-content: space-between;
}
.module-partners img { height: 25px; }
/* MODULE PARTNERS END */



/* MODULE PLUSES */
.module-plusses { padding: 50px 0px 130px; }

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


.module-plusses .col-sm-4 { display: flex; flex-wrap: wrap; }
.module-plusses img { width: 60px; margin-bottom: 20px;  }
.module-plusses span { color: #0A0A0A; font-size: 20px; line-height: 32px; }

@media (max-width: 575px) {
    .module-plusses img { margin:0 auto; width:45px; margin-bottom: 16px; margin-top: 46px;}
    .module-plusses { text-align: center; }      
    .module-plusses span { line-height: 28px; }
}


@media (max-width: 768px) {
    .module-plusses img { margin:0 auto; width:45px; margin-bottom: 16px; margin-top: 46px;}
    .module-plusses { text-align: center; display: flex;}      
    .module-plusses span { line-height: 28px; }
}

/* MODULE PLUSES END */



/* FOOTER */
.footer { margin-top: 0 }
.footer__inner { padding: 87px 0 74px }
.footer__top { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify;
  justify-content: space-between; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-bottom: 48px
}
.footer__down { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify;
  -ms-flex-pack: justify; justify-content: space-between
}
.footer-mobi { display: none }
@media (max-width: 478px) {
  .footer-mobi { display: -webkit-box; display: -ms-flexbox; display: flex }
}
.footer__contact-logo { margin-bottom: 50px }
.footer__contact-item { margin-bottom: 26px }
.footer__contact-link { font-weight: 600; font-size: 16px; line-height: 24px; letter-spacing: 0.2px; color: #BDBCBC }
.footer__supplies { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical;
  -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; padding-top: 36px
}
.footer__supplies-title { font-weight: 600; font-size: 16px; line-height: 24px; letter-spacing: 0.5px;
  text-transform: uppercase; color: #7E7E7E; margin: 0; margin-bottom: 40px
}
.footer__supplies-list { font-style: normal; font-weight: 450; font-size: 24px; line-height: 34px;
  letter-spacing: 0.01em; text-transform: uppercase; color: #0A0A0A
}
.footer__supplies-list--two-col { display: -ms-grid; display: grid; -ms-grid-columns: (1fr)[2]; grid-template-columns: repeat(1, 1fr) }
.footer__supplies-item { margin-bottom: 5px }
.footer__supplies-link { font-weight: normal; font-size: 14px; line-height: 24px; letter-spacing: 0.2px; color: #BDBCBC;
  margin: 16px 0px; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; white-space: nowrap
}
.footer__supplies-link:hover { color: white; font-weight: 600 }
.footer__delivery { padding-top: 36px }
.footer__delivery-title { font-weight: 600; font-size: 16px; line-height: 24px; letter-spacing: 0.5px; text-transform: uppercase;
  color: #7E7E7E; margin: 0; margin-bottom: 40px
}
.footer__delivery-inner { display: -webkit-box; display: -ms-flexbox; display: flex }
.footer__delivery-grid { display: -ms-grid; display: grid; -ms-grid-columns: (1fr)[1]; grid-template-columns: repeat(1, 1fr);
  grid-gap: 10px 40px; background: rgba(251, 251, 251, 0.1); border: 1px solid rgba(190, 190, 190, 0.1); -webkit-box-sizing: border-box;
  box-sizing: border-box; -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); padding: 15px 20px; border-radius: 5px
}



.footer__delivery-grid--delivery { margin-right: 20px; -ms-grid-columns: 50% 30%; grid-template-columns: 50% 30%; align-items: center;  }



.footer__social { width: 100%; -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; text-align: right }
.footer__social-link svg path,
.footer__social-link svg rect { -webkit-transition: .3s; -o-transition: .3s; transition: .3s }
.footer__social-link:hover svg path { fill: #FF3535 }
.footer__social-link:hover svg rect { stroke: #FF3535 }
.footer__social-link:not(:last-child) { margin-right: 32px }
.footer__contact-list--mobile { display: none }
.footer__address { margin-bottom: 17px }
.footer__address--mobile { display: none }

.menu-mob { position: absolute; top: 0; right: 0; background-color: #0A0A0A; max-width: 338px; width: 100%; height: 100vh;
  z-index: 9; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; -webkit-transform: translateY(-2000px);
  -ms-transform: translateY(-2000px); transform: translateY(-2000px); overflow: auto
}
.menu-mob.active { -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0) }
.menu-mob__top-section { padding: 16px 18px 13px 30px; position: relative }
.menu-mob__logo { max-width: 72px; max-height: 32px; margin-bottom: 20px; display: block }
.menu-mob__login { list-style: none; padding: 0; margin: 0 }
.menu-mob__item { font-size: 16px; line-height: 24px; letter-spacing: 0.2px; color: #FFFFFF }
.menu-mob__item--mail { color: #BDBCBC }
.menu-mob__close-btn { background: none; -webkit-box-shadow: none; box-shadow: none; border: none; cursor: pointer;
  width: 20px; height: 20px; background-image: url("../images/close-btn.svg");
  background-position: center; background-repeat: no-repeat; background-size: cover; position: absolute;
  top: 20px; right: 13px
}
.menu-mob__line { width: 100%; background-color: #2C2A2A; list-style: none; display: -webkit-box; display: -ms-flexbox;
  display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: 9px 30px; margin: 0; justify-content: space-around;
}
.menu-mob__line-item { 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
}

/*
.menu-mob__line-item:not(:last-child) { margin-right: 93px }
*/
.menu-mob__line-btn { border: none; background: none; padding: 0; 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
}
.menu-mob__menu { padding: 30px 0 0 35px; list-style: none; margin: 0; margin-bottom: 30px }
.menu-mob__menu-span { font-size: 18px; line-height: 28px; letter-spacing: 0.5px; color: #FFFFFF; margin-right: 10px }
.menu-mob__menu-item--dropdown { display: -webkit-box; display: -ms-flexbox; display: flex;
  -webkit-box-align: center; -ms-flex-align: center; align-items: center; -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
.menu-mob__menu-item:not(:last-child) { margin-bottom: 10px }
.menu-mob__menu-link { font-size: 18px; line-height: 28px; letter-spacing: 0.5px; color: #FFFFFF }
.menu-mob__dropdown { width: 100%; list-style: none; padding: 0; margin: 10px 0 0 0; padding-left: 10px; margin-right: 3px;
  height: 0px; z-index: -999; opacity: 0; -webkit-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s
}
.menu-mob__dropdown.active { height: 100%; font-size: 0; z-index: 1; opacity: 1 }
.menu-mob__dropdown-item:not(:last-child) { margin-bottom: 10px }
.menu-mob__dropdown-link { font-size: 16px; line-height: 20px; letter-spacing: 0.2px; color: #FAFAFA }
.menu-mob__numbers { padding-left: 30px; margin-bottom: 30px; 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: start; -ms-flex-align: start; align-items: flex-start
}

.menu-mob__number--btn { font-size: 18px; line-height: 24px; letter-spacing: 0.2px; color: #FAFAFA; border: none;
  -webkit-box-shadow: none; box-shadow: none; background: none; padding: 0; border-bottom: 1px solid #FAFAFA;
  margin-bottom: 21px
}

.menu-desctop__number--btn { font-size: 16px; line-height: 20px; letter-spacing: 0.2px; color: #FAFAFA; border: none;
  -webkit-box-shadow: none; box-shadow: none; background: none; padding: 0; border-bottom: 1px solid #FAFAFA;  
}

.menu-mob__number--link { font-size: 18px; line-height: 24px; letter-spacing: 0.2px; color: #7E7E7E; margin-bottom: 12px }
.menu-mob__lang { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center;
  -ms-flex-align: center; align-items: center; padding-left: 30px; margin-bottom: 20px
}
.menu-mob__lang-title,
.menu-mob__locate-title { font-size: 16px; line-height: 24px; display: block; letter-spacing: 0.2px;
  color: #7E7E7E; margin-right: 30px
}
.menu-mob__lang-btn { border: none; background: none; -webkit-box-shadow: none; box-shadow: none;
  font-size: 16px; line-height: 24px; letter-spacing: 0.2px; color: rgba(189, 188, 188, 0.5);
  padding: 0; text-transform: uppercase
}
.menu-mob__lang-btn:not(:last-child) { margin-right: 20px }
.menu-mob__lang-btn.active { color: #BDBCBC; font-weight: 600 }
.menu-mob__locate { padding-left: 30px; display: -webkit-box; display: -ms-flexbox; display: flex }
.menu-mob__choice-city { border: none; background: none; -webkit-box-shadow: none; box-shadow: none;
  font-weight: normal; font-size: 16px; line-height: 24px; letter-spacing: 0.2px; color: #BDBCBC
}
.menu-mob-choicen-city { display: inline-block; border-bottom: 1px dashed #BDBCBC; margin-right: 12px }
.mob-modal { position: fixed; width: 100vw; height: 100vh; top: 0; left: 0; background-color: rgba(86, 85, 85, 0.6);
  z-index: 30; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; -webkit-transform: translateY(-2000px);
  -ms-transform: translateY(-2000px); transform: translateY(-2000px); 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-pack: center; -ms-flex-pack: center; justify-content: center;
  -webkit-box-align: center; -ms-flex-align: center; align-items: center
}
.mob-modal.active { -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0) }
.mob-modal__inner { background-color: white; padding: 60px 70px; max-width: 1012px; position: relative }
.mob-modal__close { position: absolute; border: none; background: none; -webkit-box-shadow: none;
  box-shadow: none; top: 24px; right: 24px; width: 26px; height: 26px; background-image: url("../images/close-btn.svg");
  background-repeat: no-repeat; background-position: center
}
.mob-modal__title { font-style: normal; font-weight: 450; font-size: 24px; line-height: 34px;
  letter-spacing: 0.01em; text-transform: uppercase; color: #0A0A0A; margin: 0; margin-bottom: 10px
}
.mob-modal__subtitle { font-weight: normal; display: block; font-size: 16px; line-height: 24px;
  letter-spacing: 0.2px; color: #7E7E7E; padding-left: 39px; background-image: url(../images/car.svg);
  background-position: left top; background-repeat: no-repeat; background-size: contain;
  margin-bottom: 40px
}

@media (max-width: 768px) {

    .mob-modal__subtitle {    
      padding-left: 60px;
    }

}  


.mob-modal__grid { display: -ms-grid; display: grid; -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr); grid-gap: 0 50px; list-style: none;
  padding: 0; margin-bottom: 30px
}
.mob-modal__item { font-style: normal; font-weight: 450; font-size: 18px; line-height: 50px;
  letter-spacing: 0.2px; color: #585858; display: inline
}

.mob-modal__item:hover { cursor: pointer; background-image: url(../images/check.svg); background-repeat: no-repeat;
  background-position: right center; color: #00A1E6 }

.mob-modal__item.active { background-image: url(../images/check.svg); background-repeat: no-repeat;
  background-position: right center; color: #00A1E6
}

.mob-modal__item.active_select { color: #00A1E6 }

.mob-modal__label { display: -webkit-box; display: -ms-flexbox; display: flex;
  -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column;
  flex-direction: column; margin-bottom: 20px
}
.mob-modal__label-title { padding-left: 31px; font-style: normal; font-weight: 600; font-size: 18px;
  line-height: 22px; letter-spacing: 0.2px; color: #0A0A0A; margin-bottom: 15px
}
.mob-modal__input { padding: 15px 40px; border: 1px solid #BDBCBC; -webkit-box-sizing: border-box;
  box-sizing: border-box; border-radius: 5px; font-size: 18px; line-height: 24px; letter-spacing: 0.005em;
  color: black
}
.mob-modal__input::-webkit-input-placeholder { font-style: italic; font-weight: normal; font-size: 18px;
  line-height: 24px; letter-spacing: 0.005em; color: #7E7E7E
}
.mob-modal__input::-moz-placeholder { font-style: italic; font-weight: normal; font-size: 18px;
  line-height: 24px; letter-spacing: 0.005em; color: #7E7E7E
}
.mob-modal__input:-ms-input-placeholder { font-style: italic; font-weight: normal; font-size: 18px;
  line-height: 24px; letter-spacing: 0.005em; color: #7E7E7E
}
.mob-modal__input::-ms-input-placeholder { font-style: italic; font-weight: normal; font-size: 18px;
  line-height: 24px; letter-spacing: 0.005em; color: #7E7E7E
}
.mob-modal__input::placeholder { font-style: italic; font-weight: normal; font-size: 18px;
  line-height: 24px; letter-spacing: 0.005em; color: #7E7E7E
}
.mob-modal__text { font-style: normal; font-weight: normal; font-size: 16px; line-height: 24px;
  letter-spacing: 0.2px; color: #7E7E7E; padding: 0 40px
}

.popup-pannel-info {color: red; display: block;}

/*
#cities-list{max-height: 200px; overflow-y: scroll;}
*/

@media (max-width: 770px) {
  .mob-modal__inner { position: relative; width: 100%; height: 100%; padding: 17px 20px }
  .mob-modal__close { top: 20px; right: 18px }
  .mob-modal__title { font-weight: 600; font-size: 20px; line-height: 30px; letter-spacing: 0.5px;
    color: #0A0A0A; margin: 0; margin-bottom: 14px
  }
  .mob-modal__subtitle { font-size: 14px; margin-bottom: 30px }
  .mob-modal__grid { display: -ms-grid; display: grid; -ms-grid-columns: 40% 50%; grid-template-columns: 40% 50%;
    grid-gap: 0 30px; list-style: none; padding: 0; margin-bottom: 30px
  }
  .mob-modal__item { font-weight: 450; font-size: 16px; line-height: 50px; letter-spacing: 0.2px;
    color: #585858; padding-right: 13px; white-space: nowrap; -o-text-overflow: ellipsis;
    text-overflow: ellipsis; overflow: hidden
  }
  .mob-modal__item.active { background-image: url(../images/check.svg); background-repeat: no-repeat;
    background-position: right center; color: #00A1E6
  }
  .mob-modal__label { display: -webkit-box; display: -ms-flexbox; display: flex;
    -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column;
    flex-direction: column; width: 100%; margin: 0 auto; margin-bottom: 20px
  }
  .mob-modal__label-title { font-weight: 600; font-size: 16px; line-height: 28px; letter-spacing: 0.5px;
    color: #0A0A0A; margin-bottom: 18px
  }
  .mob-modal__input { padding: 15px 18px; border: 1px solid #BDBCBC; border-radius: 5px;
    font-size: 18px; font-weight: bold
  }
  .mob-modal__input::-webkit-input-placeholder { font-style: italic; font-weight: normal; font-size: 18px;
    line-height: 1; letter-spacing: 0.005em; padding-top: 2px
  }
  .mob-modal__input::-moz-placeholder { font-style: italic; font-weight: normal; font-size: 18px;
    line-height: 1; letter-spacing: 0.005em; padding-top: 2px
  }
  .mob-modal__input:-ms-input-placeholder { font-style: italic; font-weight: normal; font-size: 18px;
    line-height: 1; letter-spacing: 0.005em; padding-top: 2px
  }
  .mob-modal__input::-ms-input-placeholder { font-style: italic; font-weight: normal; font-size: 18px;
    line-height: 1; letter-spacing: 0.005em; padding-top: 2px
  }
  .mob-modal__input::placeholder { font-style: italic; font-weight: normal; font-size: 18px; line-height: 1;
    letter-spacing: 0.005em; padding-top: 2px
  }
  .mob-modal__text { font-size: 16px; line-height: 24px; letter-spacing: 0.2px; color: #7E7E7E }

  .footer { background-color: #2C2A2A }
  .footer__inner { padding: 70px 0 40px }
  .footer__top { -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
  }
  .footer__contact-list--decktop { display: none }
  .footer__contact-list--mobile { display: block }
  .footer__contact-item { text-align: center }
  .footer__supplies { padding: 0; width: 100%; text-align: center; margin-bottom: 60px }
  .footer__supplies-title,
  .footer__delivery-title { display: none }
  .footer__supplies-list--two-col { -ms-grid-columns: (1fr)[1]; grid-template-columns: repeat(1, 1fr) }
  .footer__delivery-title { text-align: center }
  .footer__social { text-align: center }
  .footer__address--mobile { text-align: center; 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
  }
  .footer__address--mobile span { display: block; font-size: 16px; line-height: 24px; margin-bottom: 10px; letter-spacing: 0.2px }
  .footer__contact-item { margin-bottom: 10px }
  .footer__address { display: none }
  .footer__down { -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
  }
  .footer__social { margin-bottom: 20px }
  .footer-desktop--copy { text-align: center; font-size: 16px; line-height: 24px; max-width: 80%; margin-bottom: 20px }
}



.product-card { margin: 1px; padding: 14px 20px 20px; background: #FFFFFF; -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2); border-radius: 5px; max-width: 325px; min-height: 440px; /* max-height: 440px; */
  width: 100%; height: auto; 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-sizing: border-box;
  box-sizing: border-box; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between
}
.product-card--favorite .product-card__favorite { fill: #00A1E5 }
.product-card--last .product-card__have { display: none }
.product-card--last .product-card__last { display: block }
.product-card__img-inner { max-width: 285px; margin-bottom: 10px }
.product-card__img { display: block; width: 100%; height: auto; -o-object-fit: cover; object-fit: cover }
.product-card__number-likes { display: -webkit-box; display: -ms-flexbox; display: flex;
  -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between
}
.product-card__number-text,
.product-card__number { font-style: normal; font-weight: normal; font-size: 12px; line-height: 24px;
  letter-spacing: 0.2px; color: #585858
}
.product-card__add-favorite { border: none; background: none; -webkit-box-shadow: none; box-shadow: none;
  padding: 0; margin: 0; cursor: pointer
}
.product-card__add-favorite:hover .product-card__favorite { fill: #00A1E5 }

.product-card__add-favorite.active .product-card__favorite { fill: #00A1E5 }

.product-card__add-favorite.active .product-card__favorite path { stroke: #00A1E5 }


.product-card__favorite { -webkit-transition: .3s; -o-transition: .3s; transition: .3s }
.product-card__favorite:hover { fill: #00A1E5 }
.product-card__info { display: -webkit-box; display: -ms-flexbox; display: flex;
  -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column;
  flex-direction: column
}
.product-card__title { margin-bottom: 5px; height: 80px; }
.product-card__name { display: block; font-style: normal; font-weight: 600; font-size: 18px; line-height: 24px;
  text-align: center; letter-spacing: 0.2px; color: #0A0A0A; text-decoration: none; height: 75px;
    display: flex; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical;
}
.product-card__availability { -ms-flex-item-align: center; -ms-grid-row-align: center; align-self: center; margin-bottom: 20px }
.product-card__have,
.product-card__last { padding-left: 24px; background-position: left center; background-repeat: no-repeat;
  font-style: normal; font-weight: normal; font-size: 16px; line-height: 24px; letter-spacing: 0.2px; color: #474747; text-transform: none
}
.product-card__have { background-image: url("../images/green-circle.svg") }
.product-card__last { display: none; background-image: url("../images/orange-circle.svg") }
.product-card__down { display: -webkit-box; display: -ms-flexbox; display: flex;
  -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between;
  margin-bottom: 15px
}
.product-card__review { display: -webkit-box; display: -ms-flexbox; display: flex;
  -webkit-box-align: center; -ms-flex-align: center; align-items: center
}
.product-card__review-img { margin-right: 10px }
.product-card__review-amount,
.product-card__review-text { display: block; font-style: normal; font-weight: normal; font-size: 14px; line-height: 24px;
  letter-spacing: 0.2px; color: #474747; text-transform: none
}
.product-card__review-amount { margin-right: 4px }
.product-card__cost { font-style: normal; font-weight: 450; font-size: 24px; line-height: 34px; letter-spacing: 0.01em;
  text-transform: uppercase; color: #00A1E6
}
.product-card__btns { display: -webkit-box; display: -ms-flexbox; display: flex }
.product-card__btn { border: none; background: none; -webkit-box-shadow: none; box-shadow: none; border: 1px solid #BCBCBC;
  border-radius: 5px; padding: 13px 0px; font-style: normal; font-weight: 450; font-size: 16px; text-transform: uppercase; line-height: 22px;
  letter-spacing: 0.2px; color: #262626; 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-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center;
  align-items: center; width: 100%; cursor: pointer; max-height: 50px; -webkit-transition: .3s; -o-transition: .3s; transition: .3s
}
.product-card__btn--buy { margin-right: 4px }
.product-card__btn--buy:hover { background-color: #FF3535; color: white }
.product-card__btn--card { padding: 9px 40px; max-width: 106px; background-color: #FF3535; border: 2px solid #FF3535 }
.product-card__btn--card:hover { background-color: white }
.product-card__btn--card:hover path { stroke: #FF3535 }
.module-bestseller .owl-carousel .owl-nav.disabled,
.module-featured .owl-carousel .owl-nav.disabled { display: block !important; position: absolute; top: -30px; right: 50px; }
.owl-next { content: ''; width: 24px; height: 24px; }
.owl-next span { display: block; font-size: 0; background-image: url('../images/slider-arrow-right.svg');
  background-position: center; background-repeat: no-repeat;
}
.owl-prev { content: ''; width: 24px; height: 24px; margin-right: 20px; }
.owl-prev span { display: block; width: 100%; font-size: 0; background-image: url('../images/slider-arrow-left.svg');
  background-position: center; background-repeat: no-repeat;
}

.module-featured,
.module-bestseller
{
  margin-top: 100px;
}
.module-bestseller h2,
.module-featured h2{
  font-weight: 400;
}



@media (max-width: 768px) {
     
    .module-featured,
    .module-bestseller
    {
      margin-top: 30px;
    } 

    .module-bestseller h2,
    .module-featured h2{
      margin-top: 50px;
      max-width: 70%;
      font-weight: 450;
      font-size: 32px;
      line-height: 44px;
      text-align: left;
    }

}


@media (max-width: 1199px) { 
      .product-card__btn {      
          font-size: 14px;
          line-height: 20px;      
      } 
      
      .product-card__cost {
          font-style: normal;
          font-weight: 550;
          font-size: 20px;                    
      }


      .module-help-form h2 {          
          font-size: 44px;
          line-height: 54px;
          font-weight: 450;
          margin: 0 0 0 70px;
          text-align: left;
      }


      .module-help-form p {          
          margin-left: 130px;
      }


}




.owl-nav{
  position: absolute;
  top: 0;
  right: 0px;
  margin-top: -52px;
  z-index: 100;
}


/* CHOICE-SApcer */
.choice-spacers { -webkit-box-sizing: border-box; box-sizing: border-box; /*max-width: 1170px;*/ padding: 0 15px; margin: 0 auto;
  padding-top: 25px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical;
  -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column
}
.choice-spacers__title { font-weight: 450; font-size: 44px; line-height: 54px; letter-spacing: 1px;
  text-transform: uppercase; color: #0A0A0A; margin: 40px 0 60px 0;
}
@media (max-width: 1024px) {
  .choice-spacers__title { font-size: 36px; line-height: 1.2; z-index: 1; }
}
@media (max-width: 575px) {
  .choice-spacers__title { font-size: 28px; line-height: 38px; margin-bottom: 30px; font-weight: 450; }
}

.choice-spacers__grid { display: -ms-grid; display: grid; -ms-grid-columns: (1fr)[3]; grid-template-columns: repeat(3, 1fr);
  grid-gap: 32px; margin-bottom: 50px
}
@media (max-width: 1024px) {
  .choice-spacers__grid { -ms-grid-columns: (1fr)[2]; grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: 220px 320px; grid-template-rows: 220px 320px; grid-gap: 22px
  }
}
@media (max-width: 575px) {
  .choice-spacers__grid { -ms-grid-columns: (1fr)[2]; grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: 174px 194px; grid-template-rows: 174px 194px; grid-gap: 12px; margin-bottom: 12px
  }
}


.choice-spacers__grid_4 { display: -ms-grid; display: grid; -ms-grid-columns: (1fr)[4]; grid-template-columns: repeat(4, 1fr);
  grid-gap: 32px; margin-bottom: 50px
}
@media (max-width: 1024px) {
  .choice-spacers__grid_4 { -ms-grid-columns: (1fr)[3]; grid-template-columns: repeat(3, 1fr);
    -ms-grid-rows: 220px 320px; grid-template-rows: 220px 320px; grid-gap: 22px
  }
}
@media (max-width: 575px) {
  .choice-spacers__grid_4 { -ms-grid-columns: (1fr)[2]; grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: 174px 194px; grid-template-rows: 174px 194px; grid-gap: 12px; margin-bottom: 12px
  }
}

.choice-spacers__inner { display: -webkit-box; display: -ms-flexbox; display: flex }
.choice-spacers__card { -webkit-box-sizing: border-box; box-sizing: border-box; width: 100%;
  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-pack: justify; -ms-flex-pack: justify; justify-content: space-between;
  -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding-bottom: 36px;
  -webkit-box-shadow: 4px 8px 25px rgba(0, 0, 0, 0.09); box-shadow: 4px 8px 25px rgba(0, 0, 0, 0.09);
  border-radius: 5px
}
@media (max-width: 1024px) {
  .choice-spacers__card:first-child { -webkit-box-orient: horizontal; -webkit-box-direction: normal;
    -ms-flex-direction: row; flex-direction: row; -ms-flex-pack: distribute; justify-content: space-around;
    max-width: 100%; -ms-grid-column: 1; grid-column-start: 1; -ms-grid-column-span: 2; grid-column-end: 3;
    padding: 0 10px
  }
  .choice-spacers__card:first-child .choice-spacers__img-inner { max-width: 50%; margin-bottom: 0 }
}
@media (max-width: 575px) {
  .choice-spacers__card { padding-bottom: 10px }
}

.choice-spacers__img-inner { max-width: 416px; width: 100%; max-height: 241px; padding-top: 27px; margin-bottom: 27px }
@media (max-width: 575px) {
  .choice-spacers__img-inner { padding-top: 0; margin-bottom: 0 }
}

.choice-spacers__img { width: 100%; max-height: 208px; -o-object-fit: contain; object-fit: contain }
@media (max-width: 575px) {
  .choice-spacers__img { max-height: 120px }
}

.choice-spacers__text { font-weight: 450; width: 204px; font-size: 18px; line-height: 24px; text-align: center; letter-spacing: 1px;
  color: #0A0A0A; margin: 0
}

@media (max-width: 1024px) {
  .choice-spacers__text { font-size: 16px; line-height: 1.2; width: auto; text-align: center;}
}


.choice-spacers__text_4 { font-weight: 450; width: 204px; font-size: 12px; line-height: 24px; text-align: center; letter-spacing: 1px;
  color: #0A0A0A; margin: 0
}

@media (max-width: 1024px) {
  .choice-spacers__text_4 { font-size: 12px; line-height: 1.2; width: auto; text-align: center;}
}

.choice-spacers__link { display: inline-block; font-weight: 600; font-size: 18px; line-height: 24px;
  text-align: center; letter-spacing: 0.01em; text-transform: uppercase; color: #FAFAFA; background: #00A1E6;
  border-radius: 5px; padding: 22px 78px; margin: 0 auto; text-decoration: none; border: 2px solid #00A1E6;
  -webkit-transition: .3s; -o-transition: .3s; transition: .3s
}

@media (max-width: 575px) {
  .choice-spacers__link { display: block; margin: 0 }
}
.choice-spacers__link:hover { background-color: white; color: #00A1E6 }


.choice-spacers__link_empty { 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;
  width: 49%;
}

@media (max-width: 575px) {
  .choice-spacers__link_empty { display: block; margin: 0 }
}
.choice-spacers__link_empty:hover { color: #000; border: 1px solid #000; }



/* HAVE Amount */
.have-amount { position: relative }
.have-amount .header__amount-span { display: block }
.header__amount-span { width: 25px; height: 25px; background-color: #00A1E6; color: white; text-align: center;
  font-size: 14px; line-height: 25px; border-radius: 50%; position: absolute; bottom: 0; left: 24px; display: none
}



/* ADD Product */
.add-product { position: absolute; top: 45px; right: 0; /* max-width: 463px; */ width: 100%; -webkit-box-shadow: 4px 8px 25px rgba(0, 0, 0, 0.09);
  box-shadow: 4px 8px 25px rgba(0, 0, 0, 0.09); border-radius: 5px; -webkit-transition: .2s; -o-transition: .2s; transition: .2s;
  opacity: 0; z-index: -10; background-color: white; display:none; }

.add-product.active { opacity: 1; z-index: 20; width: 1000%; display:block; }




.add-product__inner { padding: 37px 17px 17px 17px; position: relative; display: -webkit-box; display: -ms-flexbox; display: flex;
  -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column
}
@media (max-width: 420px) {
  .add-product__inner { padding: 10px 26px 26px }
}
.add-product__close-btn { border: none; background: none; -webkit-box-shadow: none; box-shadow: none; width: 24px; height: 24px;
  background-image: url("../images/close-btn.svg"); background-repeat: no-repeat; background-position: center; position: absolute;
  top: 5px; right: 5px; cursor: pointer; z-index: 10;
}
.add-product__grid { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical;
  -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; border-bottom: 1px solid #BDBCBC;  
  overflow-y: auto; max-height: 320px;  
}

@media (max-width: 768px) {
  .add-product__grid { overflow-y: auto; max-height: 220px;}
}


.add-product__card { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center;
  align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; width: 100%; margin-bottom: 30px
}
.add-product__img-inner { max-width: 136px; max-height: 100px }
.add-product__img { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover }
.add-product__info { 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: 192px
}
.add-product__text a {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.2px;
    color: #0A0A0A;
    margin: 0;
}
.add-product__text a { display: block !important; width: 100% !important; height: 100% !important }
.add-product__model { display: block }
.add-product__price { font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #0a0a0a;
}
.add-product__delete-btn { border: none; -webkit-box-shadow: none; box-shadow: none; background: none; cursor: pointer }
.add-product__delete-btn:hover { background: none !important; background-color: transparent !important; -webkit-box-shadow: none !important;
  box-shadow: none !important; border-radius: 0 !important
}
.add-product__delete-btn:hover svg path { stroke: #FF3535 }
.add-product svg path { -webkit-transition: .3s; -o-transition: .3s; transition: .3s }
.add-product__total { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify;
  justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding-top: 20px;
  margin-bottom: 30px
}
.add-product__total-text { font-style: normal; font-weight: 450; font-size: 18px; line-height: 24px; letter-spacing: 0.2px; color: #0A0A0A }
.add-product__total-price { font-weight: 600; font-size: 24px; line-height: 34px; letter-spacing: 0.01em; color: #0A0A0A }
.add-product__btns { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical;
  -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column
}
.add-product__link-order { display: block; font-weight: 600; font-size: 18px; line-height: 24px; letter-spacing: 0.01em;
  text-transform: uppercase; color: #FAFAFA; background: #FF3535; border-radius: 5px; margin-bottom: 40px; text-align: center;
  padding: 20px 0; border: 2px solid #FF3535; text-decoration: none; width: 100% !important; height: auto !important;
  position: static !important; right: 0 !important
}
.add-product__link-order:hover { color: #FF3535 !important; background-color: transparent !important }
.add-product__link-cart { font-weight: 450; font-size: 18px; line-height: 24px; letter-spacing: 0.2px; -webkit-text-decoration-line: underline;
  text-decoration-line: underline; color: #0A0A0A; -ms-flex-item-align: center; -ms-grid-row-align: center; align-self: center;
  width: 100% !important; height: auto !important; position: static !important; right: 0 !important; text-align: center !important
}
.add-product__link-cart:hover { background: none !important; color: #0A0A0A !important; background-color: transparent !important;
  -webkit-text-decoration-line: none !important; text-decoration-line: none !important; -webkit-box-shadow: none !important;
  box-shadow: none !important; border-radius: 0 !important
}
@media (max-width: 590px) {
  .add-product__card { -ms-flex-wrap: wrap; flex-wrap: wrap }
  .add-product__info { width: 100%; max-width: 100%; -webkit-box-ordinal-group: 4; -ms-flex-order: 3; order: 3 }
  .add-product { padding: 50px 26px 26px; top: 60px; right: 20px;  display:none; }
  .add-product.active { opacity: 1; z-index: 9; width: calc(100vw - 40px); display:block; height: 480px; padding: 5px 0; }
}



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

.maps { 
  position: relative; 
  max-width: 1170px; 
  height: 600px;
 /* 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;
        /* margin-left: -60px; */
        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;
  }


}

.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: 160px 0 100px;  */
  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%;    
  /*  max-height: 660px;    */
    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: all 0.3s;
}

.buttonupdown:hover .buttonicon {
  opacity: 0.9;
  transition: all 0.3s;
}

.buttonicon.active {

 /* transform: rotate(180deg);
  transition: all 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-bottom: 75px; */
    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; }


.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);
}


/* 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 { /*padding: 10px 80px;*/ 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:not(:last-child) {
  margin-right: 7px;
}
*/

.tabs li a {
  display: block;
  position: relative;
  top: 4px;
/*  padding: 10px 25px; */
  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;
        /* width: 45%; */
    }

    .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;}

.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;
}



/* .product__inner-left-rest { width: 490px; } */
            .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; }
               /*
              .product__inner-left-rest { width: 400px; }
              .detail-card__content-rest { width: calc(100% - 420px); }
              .detail-card__content-rest .detail-card__online { font-size: 14px; }              
              .product-wish { left: 370px; }
              */
              .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; /*line-height: 24px;*/ 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; /* Новое, предпочтительное */
    }


 }  



.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;
    /*gap: 20px; */
  }

  .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;   /* #00a1e5;    */
    padding: 21px 28px;
    color: #3a3939;
    border-radius: 5px;
}

.input-popup-auth {
    border: 1px solid #BDBCBC;   /* #00a1e5;    */
    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: 2;
                      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 {
    /* font-family: 'AvenirNextCyr-Regular'; */
    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;
    /*opacity: 0; */
    background-color: white;
  }

  .form-content , .products-content {
    /* margin-top: 20px; */
    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;
   /* margin-left: -3px; */
  }

  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 input {
    font-family: 'AvenirNextCyr-Italic';
    border: 2px solid #BDBCBC;
    padding: 10px;
    width: 100%;
    height: 50px;
    border: 1px 0px 0px 0px;
    opacity: 0px;
    margin-top: 15px;
    margin-bottom: 5px;

    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.005em;
    text-align: left;
  }
  */

  .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;
  }

  .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: 3px;
    top: 3px;
    width: 14px;
    height: 10px;
    */
    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;
  vertical-align: middle;
}

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);
}

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

.text-error-red{ color: red; }

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;
}

@media (max-width: 768px) {
    
    .block-flex-1 {
      display: flex;
      flex-direction: column;
      align-items: center;
    }

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


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

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

} 


.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;
    }

}


.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;  
    }

    /*
    .product-categorymark-catalog .choice-spacers__title{
      display: none;}
    */  

  }



  .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;
    /*
    top: 242px;
    left: 304px;
    gap: 0px;
    */
    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 {
 /* min-height: 100vh; */
  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 {  
    position: relative;
    overflow: hidden;
}
*/

.smart-background .img2 {
   position: fixed;
   top: 400px;
   right: 0;
       /* width: 30vw; */
   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 {
  /* margin: 10px 0; */
  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 .catalog-item .image img {
  height: 100%;
}
*/

.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;
  /* height: 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;
}


/*
.installation_page .installation_video .uk-position-relative{
  position: relative;
}
*/

.about_page .go-route {
  background-color: white;
  border: 2px solid #ff3535;
  border-radius: 5px;
  text-transform: uppercase;
  padding: 15px 30px 15px 30px;
  /* margin-left: 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;
    }

}    



/* ==== cart-select ==== */

.cart-select, .cart-select_custome {
    position: relative;
    display: block;
   /* width: fit-content; */
   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;
    top: 10px;
    z-index: 1;
    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;
    /* display: flex; */
    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: 747px; */
    height: auto;
    position: relative;
}
.fillter_ajax_load {
    width: 100%;
}
.filter__select-wrapper {
    position: relative;
  /*  padding-bottom: 440px;   */
    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;
 /*   background-color: #fff; */
 /*   border-bottom: 1px solid #E1E1E1; */
    border-radius: 5px;
    padding: 24px 32px;   
    text-align: center;
    font-weight: 400;
    position: relative;
    cursor: pointer;
 /*   outline: 1px solid green; */
    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;
    /* transform: rotate(45deg); */
    /* -webkit-transform: rotate(45deg); */
    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;
   /* background: none; */
    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;
    /* position: absolute; */
    width: 990px;
    /* left: 0px; */
}

.car-mark__list-wrapper {
    overflow-x: auto;
    overflow-y: auto;
  /*   background: #fff;*/
    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;
    /*
    line-height: 40px;
    */
}

.car-block__list li a:hover {    
    color: #FF3535;
}    

/*
.car-block__list li a:before {
    content: '';
    display: block;
    position: absolute;
    width: 0%;
    height: 1px;
    background: #3a3939;
    bottom: 0;
    transition: .4s
}

.car-block__list li a:hover:before {
    width: 100%
}
*/

.car-mark li[data-letter]:before {
  /*
    content: attr(data-letter);
    font-size: 16px;
    line-height: 32px;
    letter-spacing: .0024em;
    color: #3a3939;
    position: absolute;
    left: -22px
  */
    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;
  /*  border-bottom: 1px dashed #ccc; */
    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-family: 'Open Sans'; */
   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:focus{
    outline: none !important;
}

.news__item a:hover .news__title{
  color: #FF3535;
}


.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 .div-cur {
  margin-right: 40px;
}


.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;  }