/*
@media (min-width: 1430px) {

    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1430px;
    }

}
*/

@media (min-width: 1430px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1430px; /* Занимает всю ширину */
        padding-left: 10px;
        padding-right: 10px; /* Чтобы контент не прилипал к краям */
    }
}




@media (min-width: 1200px) {
    
    .col-xs-20{
        flex: 0 0 auto;
        width: 20%;
    }

}

@media (min-width: 992px) {
    
    .col-lg-20 {
        flex: 0 0 auto;
        width: 20%;
    } 

}



@media (min-width: 992px) {
    
    .row-cols-lg-2>.col__45 {
        flex: 0 0 auto;
        width: 45%;
    }

    .row-cols-lg-2>.col__65 {
        flex: 0 0 auto;
        width: 55%;
    }

    .row-cols-lg-2>.col__100 {
        flex: 0 0 auto;
        width: 100%;
    }
}



@media (max-width: 767px) {

    .row-cols-lg-2>.col__45 {
        flex: 0 0 auto;
        width: 100%;
    }

    .row-cols-lg-2>.col__100 {
        flex: 0 0 auto;
        width: 100%;
    }

}


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


@font-face {
    font-family: 'Bebas Neue Cyrillic';
    src: url('../fonts/BebasNeueCyrillic.eot');
    src: local('Bebas Neue Cyrillic'), local('BebasNeueCyrillic'),
        url('../fonts/BebasNeueCyrillic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/BebasNeueCyrillic.woff2') format('woff2'),
        url('../fonts/BebasNeueCyrillic.woff') format('woff'),
        url('../fonts/BebasNeueCyrillic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


@font-face {
  font-family: GT Walsheim Pro;
  src: local("GT Walsheim Pro Regular"), local("GTWalsheimProRegular"),
       url(../fonts/GTWalsheimProRegular.woff2) format("woff2"),
       url(../fonts/GTWalsheimProRegular.woff) format("woff"),
       url(../fonts/GTWalsheimProRegular.ttf) format("truetype");
  font-weight: 400;
  font-style: normal
}

@font-face {
  font-family: GT Walsheim Pro;
  src: local("GT Walsheim Pro Bold"), local("GTWalsheimProBold"),
       url(../fonts/GTWalsheimProBold.woff2) format("woff2"),
       url(../fonts/GTWalsheimProBold.woff) format("woff"),
       url(../fonts/GTWalsheimProBold.ttf) format("truetype");
  font-weight: 700;
  font-style: normal
}

.width-100-pr {
    width: 100%;
}

address, dl, fieldset, figure, ol, p, pre, ul {
    margin: 0 0 0 0;
}


text {    
    font-size: 18px;
    fill: #0A0A0A;    
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 133.333% */
    letter-spacing: 0.2px;
}


body { background: #EAEBF0; color:#262626; }

a{ color: #BDBCBC; }

a:active,
a:focus{ color: #6c6c6c; text-decoration: none; }
a:hover { color: #00d093; }

:root{
    --bs-nav-link-font-size: 0.9065rem;
    --bs-dropdown-border-radius:0;
}


@media (min-width: 1200px) {
    .navbar-expand-xl .navbar-nav .dropdown-1 .dropdown-menu {
        position: absolute;        
        top: 68px;
        left: -169px;
    }

    .navbar-expand-xl .navbar-nav .dropdown-2 .dropdown-menu {
        position: absolute;
        top: 68px;
        left: -295px;
    }
    
    .dropdown-menu{
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

}


#app{
    padding-top: 90px;
}


@media (max-width: 767px) {
    #app{
       padding-top: 135px;
    }
    
    #app.page-checkout-app{
       padding-top: 70px; 
    }

}



#modal-call__back.uk-modal {    
    top: 50px;
}


.indent_block{
    display:block; 
    height: 60px;
}


.height-limit-1{
  padding-right: 3px; 
}


.page-fon-1{
    background-color: #fff;
    padding: 95px 175px 80px 197px;
    border-radius: 10px;
    margin-top: 35px;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);    
}

@media (max-width: 767px) {
    .page-fon-1{        
        padding: 30px 30px 30px 30px;        
        margin-top: 15px;        
    }
}


.container.page_wrapper{
    padding-left: 0;
}

.height-limit-1::-webkit-scrollbar {
  width: 5px; /* Ширина всего элемента навигации */  
}

.height-limit-1::-webkit-scrollbar-track {
  background: #fff; /* Цвет дорожки */
}

.height-limit-1::-webkit-scrollbar-thumb {
  background-color: #050c26; /* Цвет бегунка */
  border-radius: 5px; /* Округление бегунка */
  border: 1px solid #050c26; /* Оформление границ бегунка */

}


.dropdown-toggle::after {
    background-image: url(../images/svg/chevron-down-menu.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top;
    /*border: 1px solid #fff;*/
    width: 24px;
    height: 24px;
    vertical-align: bottom;
    border: none;
    margin-left: .05em;
}


.dropdown-menu .multi-column-dropdown li,
.dropdown-menu .multi-column-dropdown li a
 {
    font-weight: 300;
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 0.0024em;
    color: #3A3939;
    position: relative;
    list-style: none;
    min-width: 340px;
}


.auto-mark-menu li[data-letter]:before {
    content: attr(data-letter);
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 0.0024em;
    color: #3A3939;
    position: absolute;
    left: -22px;
    font-weight: 500;
}

.auto-mark-menu li img.logo__marg {
    width: 30px;
    height: auto;
    margin-right: 14px;
    margin-bottom: 5px;
}

.auto-mark-menu a:hover{
   color:#000 !important;
   text-decoration: underline !important;
}


.multi-column-dropdown li{
    list-style: none;
}

.nav-link{
    letter-spacing: 1.04px;
    font-weight: 500;
    color: #FFFFFF;
}

.nav-link:hover, .nav-link.show:hover{
   color: #00d093; 
   text-decoration: none;
}

.navbar-nav .nav-link.dropdown-toggle.show{
   color: #00d093; 
   text-decoration: none; 
}


.nav-link:hover::after {
    background-image: url(../images/svg/chevron-down-menu-green.svg);
}

.nav-link.show:hover::after, .navbar-nav .nav-link.dropdown-toggle.show::after {
    background-image: url(../images/svg/chevron-down-top.svg);
}

.dropdown-menu.columns-6 {
    min-width: 1400px;
    padding: 10px 68px 50px 68px;
}

.form-control-transparent {
    display: block;
    width: 100%;
    padding: .375rem .575rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #ccc;

    border: none;
    appearance: none;
    background-color: transparent;
    background-clip: padding-box;
    border-bottom: 1px solid #999999;    
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;    
}



@media (min-width: 1200px) {
    .col-xl-pr-20 {
        flex: 0 0 auto;
        width: 20%;
    }
}


.input-w-100_pr{
    width: 100% !important;
}




.input-height-1 {
    border: 1px solid #BDBCBC;
    padding: 16px 33px;
    color: #3a3939;
    border-radius: 10px;
}


.form-input:active, .form-input:hover, .form-input:focus {
    border: 1px solid #00D093;
    outline: 0;
    outline-offset: 0;
}


.input-text-1 {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.02em;    
}

.input-text-1::placeholder{
    font-style: italic;
}


input.form-control-transparent:focus,
input.form-control-transparent:active{
  border: none !important;  
  border-bottom: 1px solid red !important;  
}


input.form-control-transparent::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
  font-style: italic;
}
input.form-control-transparent::-moz-placeholder { /* Firefox 19+ */
    color: #fff;
  font-style: italic;
}
input.form-control-transparent:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
  font-style: italic;
}
input.form-control-transparent:-moz-placeholder { /* Firefox 18- */
  color: #fff;
  font-style: italic;
}


.mb-size-1{
  margin-bottom: 1.2rem !important;
}

.mb-size-2{
  margin-bottom: 2.85rem !important;
}

h1,h2,h3,h4,h5{
    margin: 0;
    padding: 0;
}

h1{    
    font-weight:700;    
    color: #262626;
}


h2.h2{}
h3.h3{}
h4.h4{}


h1.h1{
   font-size: 24px;
   line-height: 28px;   
   letter-spacing: 0.2px;
}


h1.h1_1{   
   font-size: 30px;
   line-height: 38px;   
   letter-spacing: 0.2px;   
}

.h5_title_footer{
    font-size: 0.9rem;
    text-transform: uppercase;
    color: #fff;
}

footer{
  color: #fff;
  background-color: #262626;
}

.footer{
  padding-top:134px;
  margin-top: 60px;
}

.text-footer-nav{
  color: #FFF;  
  font-weight: 450;
}

.text-footer-nav:focus,
.text-footer-nav:hover{
    color: #BDBCBC;
}

ul.categories{
   margin-top: 22px;
}

.bl__categories {
    padding-left: 14px;
}

.ms-0_43{
    margin-left: .43rem !important;;
}

.bottom__menu {
    padding-left: 12px;
}

.bottom__menu ul {
    margin-top: 32px;
}

.bottom__menu ul li a,
ul.categories li a
{
    font-size: 0.84rem;
    padding: 3px 0;
}

.order__call_back{
    padding-left: 79px;
    margin-top: -9px;
}


.order__call_back .h4__title{
    text-transform: uppercase;
    margin-bottom: 15px;
    color: #fff;
}

.invitation__text{
   font-size: 0.8rem; 
}

.form_ins__order_call_back{
    max-width: 365px;    
    padding-top: 13px;
}

.footer__contact{
    margin-top: 48px;
    margin-left: 8px;
}

.bl_footer__contact{
    padding-left: 44px;
}

ul.footer__contact .text-footer-nav{
    font-weight: 400;
    font-size: 1.1rem;
}

.social__ul{
    margin-top: 10px;
} 

ul.footer__contact li{
    word-spacing: 1px;
}

li.padd-5{
    padding: 5px 0;
}

.form_ins__order_call_back .iti{
    width: 100%;
}

.form_ins__order_call_back .iti__country-container {
    padding-left: 5px !important;
}

.form_ins__order_call_back .phone_mask_flag_3 {
    padding-left: 65px !important;
}

.footer__payment{
    margin: 18px 0 13px 10px;    
    width: 130px;
}

.icon-payment{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}    


.icon-payment img{
   margin-right: 15px;
   margin-top: 2px;
   display: inline-flex;
   max-width: 40px;
}

.p-l-6{
    padding-left: 6px;
}

ul.footer__contact .nav-item{
    color: #fff;
}

label.fs-size-1{
   font-size: 0.89rem;
   color: #929292;
}


button.transparent__green_border{
    border: 2px solid #00D093;
    padding: 15px 0px;
    width: 100%;
    color: #EFF0F1;
    border-radius: 10px;
    background-color: transparent;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
}

button.transparent__green_border:hover,
button.transparent__green_border:focus
{
  background-color: #00D093; 
}


.button_style__1{
   background-color: #00D093;  
   display: block;  
   color: #fff;
   width: 180px;
   max-height: 48px;
   font-weight: 400;
   font-size: 18px;
   line-height: 24px;
   border-radius: 10px;
   padding: 12px;
   margin: 0 auto;
  /* box-shadow: 0px 15px 40px 0px #8E92A34D;  */
   transition: background 0.5s ease;
}


.button_style__2{
   background-color: #00D093;
    display: block;
    color: #fff;
    width: 250px;
    max-height: 67px;
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 24px;
    border: 0;
    border-radius: 10px;
    padding: 12px;
    margin: 0 0 0 0px;
    box-shadow: 0px 15px 40px 0px #8E92A34D;
    transition: background 0.5s ease;
}


.button_style__3 {
    background-color: #00D093;
    display: block;
    color: #fff;
    width: 258px;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 24px;
    border: 0;
    border-radius: 10px;
    padding: 14px 0;
    margin: 0 0 0 0px;
    box-shadow: 0px 15px 40px 0px #8E92A34D;
    transition: background 0.5s ease;
    text-decoration: none;
}


.button_style__4 {
    background-color: #00D093;
    display: block;
    letter-spacing: 1.0px;
    text-align: center;
    color: #fff;
    padding: 0 10px;
    font-weight: 600;
    font-size: 22px;
    text-transform: uppercase;
    line-height: 24px;
    border: 0;
    border-radius: 10px;    
    margin: 0 0 0 0px;
    box-shadow: 0px 15px 40px 0px #8E92A34D;
    transition: background 0.5s ease;
    height: 60px;
}


.button_style__5 {    
   display: flex;
    color: #262626;
    padding: 0px 10px;
    font-weight: 600;
    font-size: 17px;
    line-height: 22px;
    border: 2px solid #00D093;
    border-radius: 10px;
    margin: 0 0 0 0px;
    box-shadow: 0px 15px 40px 0px #8E92A34D;
    transition: background 0.5s ease;
    height: 60px;
    justify-content: center;
    align-items: center;
}

.button_style__5:hover {  
    background:#00D093;
    color: #fff;    
 }


 .button_style__5:focus,
 .button_style__5:active
  {  
    background-color:#00D093 !important;
    color: #fff !important;   
    box-shadow: 0px 15px 20px 0px #8E92A34D; 
    border: 2px solid #00BE86 !important;
 }


.button_style__4:hover{
     background: #00BE86;
     color: #fff;
     text-decoration: none; 
     box-shadow: 0px 15px 20px 0px #8E92A34D; 
}


 .button_style__4:focus,
 .button_style__4:active
  {  
     background: #00BE86 !important;   
     color: #fff !important;   
     text-decoration: none; 
     box-shadow: 0px 10px 40px 0px #8E92A34D; 
 }


._w_160{
    width: 160px;
}


.button_style__1:hover,
.button_style__1:focus,
.button_style__1:active{
   background-color: #00BE86;
   color: #fff;   
   text-decoration: none;    
}

.button_style__2:hover,
.button_style__2:focus,
.button_style__2:active{
   background-color: #00BE86;
   color: #fff;   
   text-decoration: none;    
}

.button_style__3:hover,
.button_style__3:focus,
.button_style__3:active{
   background-color: #00BE86;
   color: #fff;   
   text-decoration: none;    
}


.button_style__1.disabled{
   background-color: #DFDFDF; 
}

.row-nav-bl-2{
    width: 100%;
    margin-top: 20px;
    margin-bottom: 0;
}




.navbar-expand-lg .navbar-nav .nav-link {
    padding-top: 11px;
   --bs-navbar-nav-link-padding-x: 0.09rem;
   padding-right: var(--bs-navbar-nav-link-padding-x);
   padding-left: var(--bs-navbar-nav-link-padding-x);   
}
 
.menu-desktop .navbar-nav .nav-item:first-child .nav-link {
    font-size: 15px;
    text-transform: uppercase;
    --bs-navbar-nav-link-padding-x: 0.7rem;    
}   

.menu-desktop .navbar-nav .nav-item:nth-child(2) .nav-link {
    font-size: 15px;
    text-transform: uppercase;
    --bs-navbar-nav-link-padding-x: 0.7rem;    
    /* --bs-navbar-nav-link-padding-x: 1.15rem; */
}

.menu-desktop .navbar-nav .nav-item:nth-child(3) .nav-link {
    font-size: 15px;
    text-transform: uppercase;
    --bs-navbar-nav-link-padding-x: 0.7rem;
    padding-top: 10px;
    padding-bottom: 9px;    
    /* --bs-navbar-nav-link-padding-x: 0.9rem; */
}

.menu-desktop .navbar-nav .nav-item:nth-child(4) .nav-link {
    font-size: 15px;
    text-transform: uppercase;
    --bs-navbar-nav-link-padding-x: 0.7rem;
    padding-top: 10px;
    padding-bottom: 9px;    
    /* --bs-navbar-nav-link-padding-x: 1.40rem; */
}



.header__contact{
    padding-top: 15px;
     color: #fff;
}


.header{
    box-shadow: 0px 1px 3px 0px #8E92A333;
    background-color: #262626;
    min-height: 92px;
  /*  border: 1px solid #fff; */
}

.navbar{
    color:#fff;
}


.header__contact .header__help{
   margin-top: 0;
    display: block;
    margin-right: 20px;
    line-height: 20px;
}

.header__contact .header__help a{
    color: #00D093;
    font-size: 15px;
}

button.header__city-btn{
    color: #BDBCBC;
    background: none;
    border: none;
}

.header .logo{
    padding: 0;
}

.header .logo a{
    display: block;
    margin-top: 15px;
}

.menu-desktop-wrap{
    padding-right: 0;
}


.header .menu-desktop{
   margin: 13px 0 20px 0;
}

/*
.menu-desktop .dropdown-toggle::after{
    display: none;
}
*/


.cart_not{ padding-left: 0; padding-right: 0; }


.menu-desktop .container-fluid {
    padding-left: 9px;
    padding-right: 0;
}

.icon-catalog-menu{
    margin-right: 0px;
}

.add-icon-li{
    display: flex;
    align-items: center;
}

.header-contact-wrap{
    display: flex;
    padding-left: 7px;
}

.header__contact{
    display: block;
    max-width: 182px;
    text-align: right;
    margin-right: 5px;
}


.header__contact.hc-1{
    padding-top: 31px;
}

.header__city-btn .down-arrow{
    margin-left: 7px;
}

.header__tel{
    font-size: 22px;
}

.header__langs{
   margin: 30px 0 0 2px;
}

.header__langs a{
   font-size: 14px;
   text-decoration: none;
   padding: 0 4px;
   opacity: 0.5;
}

.header__langs a:focus,
.header__langs a:hover{
  color: #EFF0F1;
}

.header__langs a.action{   
   opacity: 1;
}

.header_icon_wrap{
    padding: 0 ;
}

.header__icon{
   margin: 24px 0 0 2px;
}

.header__icon a{    
    margin: 0 10px;
}


._icon__curt{
    position: relative;
}


.who-did{
    font-size: 0.85rem;
    text-align: right;
    margin-top: 45px;
 }

.who-did a{ color:#FFFFFF; }

.who-did a:hover,
.who-did a:focus
{
    color: #EFF0F1;
}

/** mob-menu **/

.menu-burger__content {
    display: none;
}

.menu-burger__content {
        display: none;
        position: absolute;
        top: 100px;
        left: 5px;
        background: #262626;
        z-index: 99;
        height: calc(100vh - 200px);
        overflow-y: auto;
        width: calc(100vw - 5px); 
}

.menu-burger__content .links {
        margin-left: 30px;
}

.menu-burger__content .dropdown-form {
        flex: 0 0 35%;
}

.menu-burger__content .contacts ul{
        display: flex;
        flex-direction: column;
        padding: 0 18px 18px 18px;
}

.menu-burger__content .contacts__item {
        margin-left: 0;
        margin-bottom: 16px;
}

.burger__btn {
    display: none;
}

/** end mobmenu  **/



.header .mobile .logo {
   padding: 0;
   padding-left: 16px;
   padding-top: 10px;
}

.header .mobile .logo img{
  width: 90px;
}

.header .mobile .header__tel {
    font-size: 0.97rem;
    color: #fff;
}

.header .mobile .contact {
    padding: 26px 0 0 20px;
}

.header .mobile .cart__icon{   
    padding: 22px 0 0 10px;
}


.form-search{
    padding: 9px 10px 9px 24px;
    position: relative;
    border-radius: 5px;
    width: 100%;
}


.mobile .search__input{
    padding-top: 3px;
    max-width: 84%;
    width: 84%;
    padding-right: 3px;
    position: relative;
}

.microphone__search{
    position: absolute;
    top: 18px;
    right: 54px;
}

.icon__search{
   position: absolute;
    top: 11px;
    right: 11px;
}


.search__header button.icon__search{
    border: none;
    background: none;
    top: 8px;
}

.search__header .microphone__search {
    position: absolute;
    top: 17px;
    right: 54px;
}


.header-row.mobile.top-row{
   margin-bottom: 10px;
}


.header-row.mobile-order.top-row {
    margin-top: 22px;
}




.mobile .burger__btn__wrap{
  /* padding: 13px 11px 0 20px;*/
   padding: 5px 5px 0 20px;
}

#offcanvasNavbarMobileLabel .mobile_logo_footer{
    width: 113px;
    margin-left: 0;
}

.container-fluid-mobile .dropdown-menu {      
      background: none !important;
      max-height: 145px;
      /*border-bottom: 1px solid #fff; */
      overflow-y: scroll;   
      border: 1px solid #777 !important;   
}

.container-fluid-mobile .dropdown-menu a{
    color: #fff;    
}

.container-fluid-mobile .nav-link{
   text-transform: uppercase;
}

.menu__mobile_contact{
    font-size: 22px;
    letter-spacing: 0.02rem;
    line-height: 26px;
    padding-top: 10px;
}   

.menu__mobile_contact span a{
    font-size: 14px;
    color: #00d094;
    display: flex;
    letter-spacing: 0.05rem;
}

.menu__mobile_lang ul{
    display: flex;
    flex-direction: row;
    padding: 0;
    margin-top: 0;
    font-size: 14px;
}

.header__city-text{
    border-bottom: 1px dashed;    
}

.menu__mobile_lang{
    padding-top: 0px;
}

.menu__mobile_lang .header__langs{
    margin: 0px 0 0 2px;
}

.menu__mobile_cities{
    padding-top: 0px;
}

.menu__mobile_cities section.cities{    
    display: flex;
    justify-content: flex-end;
}



.lang-select{
    color: #fff;
}

.offcanvas, .offcanvas-lg, .offcanvas-md, .offcanvas-sm, .offcanvas-xl, .offcanvas-xxl {    
    --bs-offcanvas-padding-x: 2.8rem;
}    


.container-fluid-mobile .navbar-toggler{   
   padding-left: 0;
   padding-right: 0;
   border: none;
   background: none;
   color: #fff;
   border-radius: 0;
}

.container-fluid-mobile .navbar-toggler:focus{
    box-shadow: none;
}

ul.menu-burger__list li{
   list-style: none;
}

ul.menu-burger__list li a{
   text-decoration: none; 
}

ul.menu-burger__list li a:hover{
   color: #fff; 
}

ul.contacts__list li{
   list-style: none;
}


@media (min-width: 1430px) {

    header{
        outline: 0px solid red;
    }

     .header-contact-wrap {
        display: flex;
        padding-left: 7px;
        /* flex-direction: column;        */
        flex-direction: row;        
    }


}


@media (min-width: 1400px) and (max-width: 1430px) {
     
     .header-contact-wrap {
        display: flex;
        padding-left: 7px;
        flex-direction: column;        
     } 

}


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

     .header-contact-wrap {
        display: flex;
        padding-left: 7px;
        padding-top: 23px;
        flex-direction: row;
     }


     .header .menu-desktop {
         margin: 18px 0 10px 0;
         max-width: 200px;        
     }


    .header__contact.hc-1 {
      padding-top: 10px;
    } 
     
}


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

    header{
        outline: 0px solid blue;
    }

    .header-row{
        display: flex;
        justify-content: space-evenly;
    }
    

    .header .logo {
      padding: 0 0 0 42px;
    }
    
    .header__contact {
       padding-top: 0px;    
    }   
    

    button.header__city-btn {    
        padding-left: 0;
        text-align: left;
        margin-top: 5px;
    }

    .header__langs{
        display: flex;
    }

    .header-contact-wrap{
        padding-right: 0;
    } 

    .menu-desktop .navbar-nav .nav-item:nth-child(2) .nav-link {    
    --bs-navbar-nav-link-padding-x: 1.0rem;
    }
 

}

/* Portrait tablets and medium desktops  */
@media (min-width: 992px) and (max-width: 1199px) {

    header{
        outline: 0px solid green;
    }

    .burger__btn {
        display: flex;
        align-items: center;
        margin-top: 32px;
    }


   
    .burger__btn-wrap span {
            background-color: #fff;
            width: 23px;
            height: 3px;
            margin: .26em 0;
            display: block;
            transition: all .4s ease;
            transform-origin: 0;
    }


    .header .logo {
      padding: 0 0 0 42px;
    }


    .header-row{
        display: flex;
        justify-content: space-between;
    }

    .menu-desktop .container-fluid {
        padding-left: 30px;
        padding-right: 40px;
    }


    .header-contact-wrap {
        display: flex;
        padding-left: 7px;
        flex-direction: column;
    }

    button.header__city-btn {    
        padding-left: 0;
        text-align: left;
        margin-top: 10px;
    }

    .header__langs{
        display: flex;
    }

    .header-contact-wrap{
        padding-right: 0;
    } 

    .menu-desktop .navbar-nav .nav-item .nav-link {    
    --bs-navbar-nav-link-padding-x: 0.5rem !important;
    }

    .menu-burger__content {    
        top: 95px;
        left: 1px;    
        height: calc(100vh - 200px);    
        width: calc(100vw - 50%);
    }

    .header .menu-desktop {
         margin: 18px 0 10px 0;
         max-width: 150px;
        border: 0px solid red;
     }

}

/* Portrait tablets and small desktops */
/* Открываем выпадающее меню */
@media (min-width: 768px) and (max-width: 991px) {

    header{
        outline: 0px solid blue;
    }

     .burger__btn {
        display: flex;
        align-items: center;
        margin-top: 32px;
    }

    .burger__btn-wrap span {
            background-color: #fff;   
            width: 23px;
            height: 3px;
            margin: 0.26em 0;
            display: block;
            transition: all .4s ease;
            transform-origin: 0 0;
    }

    .header .logo {
      padding: 0 0 0 42px;
    }


    .header-row{
        display: flex;
        justify-content: space-between;
    }

    .menu-desktop .container-fluid {
        padding-left: 30px;
        padding-right: 40px;
    }


    .header-contact-wrap {
        display: flex;
        padding-left: 7px;
        flex-direction: column;
    }

    button.header__city-btn {    
        padding-left: 0;
        text-align: left;
        margin-top: 10px;
    }

    .header__langs{
        display: flex;
    }

    .header-contact-wrap{
        padding-right: 0;
    } 

    .menu-desktop .navbar-nav .nav-item .nav-link {    
    --bs-navbar-nav-link-padding-x: 0.5rem !important;
    }

     .menu-burger__content {    
        top: 95px;
        left: 1px;    
        height: calc(100vh - 200px);    
        width: calc(100vw - 50%);
    }


}



@media (max-width: 768px) {
        

         .burger__btn { display: flex; align-items: center; }

        .menu-burger__content {
            display: none;
            position: absolute;
            top: 100px;
            left: 5px;
            background: #262626;
            /* backdrop-filter: blur(9px); */
            z-index: 99;
            height: calc(100vh - 200px);
            overflow-y: auto;
            width: calc(100vw - 5px);
        }



        .burger__btn-wrap span {
            background-color: #fff;   
            width: 23px;
            height: 3px;
            margin: 0.26em 0;
            display: block;
            transition: all .4s ease;
            transform-origin: 0 0;
        }

        .burger__btn.is-active .burger__btn-wrap span:nth-child(1) {
            transform: rotate(45deg) translate(1px, -7px);
        }

        .burger__btn.is-active .burger__btn-wrap span:nth-child(2) {
            display: none;
        }

        .burger__btn.is-active .burger__btn-wrap span:nth-child(3) {
            transform: rotate(-45deg) translate(1px, 7px);
        }


        .order__call_back {
            padding-left: 30px;
            padding-right: 20px;
            margin-top: 0px;
         }


}



/* Landscape phones and portrait tablets */
@media (max-width: 767px) {

    header{
        outline: 0px solid red;
    }

    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
    }
    


}

/*Landscape phones and smaller */
@media (max-width: 480px) {
     
     header{
        outline: 0px solid yellow;
        padding-bottom: 10px;
     }

     .col-md-auto {
        flex: 0 0 auto;
        width: auto;
     }

    .menu-burger__content {
        
        top: 133px;
        left: 1px;
    }
    
    
    .mobile-order .col-md-auto.logo {
       padding: 0 0 0 15px;
    }

    
    .mobile-order .col-md-auto.contact {     
        padding-top: 6px;
    }
     

}

/* section-1 slider */

.ins_slider__filter{
    background-color: #FFFFFF; 
    display: block; 
    width: 100%; 
    min-height: 717px; 
    border-radius:10px;
}



.banner_cat {
    display: flex;
    justify-content: space-between;
    margin-top: 22px;
}
.banner_cat .banner_cat__item {
    border: 1px solid #DFDFDF;
    padding: 2px;
    width: 33%;
    border-radius: 10px;
}
.banner_cat .banner_cat__item a {
    color: #3D3D3D;    
    display: flex;    
    align-items: center;
}
.banner_cat .banner_cat__item a:hover {
    text-decoration: none;
    color: #000;
}
.banner_cat .banner_cat__item span {
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0.2px;
}

.banner_cat .banner_cat__item:nth-of-type(3) a img {
  width: 200px;
}


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

.bl_footer__mobile:first-child{
    padding-left: 30px;
}

.footer_menu_mobile{
    column-count: 2;
    column-gap: 10px;
    display: inline-block;
    margin-top: 25px;
    margin-bottom: 40px;
}

.bottom__menu_mobile{
    padding-left: 30px;
}



@media (min-width: 991px) {
   
   /*
    .uk-grid>* {
       padding-left: 10px;
    }
   */ 
    .uk-width-3-4 {
      width: 100%;
    }

   
}


@media (min-width: 991px)   and (max-width: 1199px) {

        .col-lg-slider {
        flex: 0 0 auto;
        width: 70%;
        padding-left: 23px;
              
        }

        .col-lg-filter {
            flex: 0 0 auto;
            width: 30%;
        }

}


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

     .col-lg-slider {
        flex: 0 0 auto;
        width: 70%;
        padding-left: 23px;           
    }

    .col-lg-filter {
        flex: 0 0 auto;
        width: 30%;
    }

}

@media (min-width: 1400px)  and (max-width: 1429px) {  

     .col-lg-slider {
        flex: 0 0 auto;
        width: 75%;
        padding-left: 23px;        
    }

    .col-lg-filter {
        flex: 0 0 auto;
        width: 24%;
    }


}


@media (min-width: 1430px) {  

     .col-lg-slider {
        flex: 0 0 auto;
        width: 76.4%;
        padding-left: 23px;        
    }

    .col-lg-filter {
        flex: 0 0 auto;
        width: 23.5%;
    }


}





/* Средние устройства, планшеты (от 768px до 991px) */
@media (min-width: 768px) and (max-width: 991px) {  
  /* Стили для планшетов и небольших ноутбуков */
     
     .col-lg-slider {
        flex: 0 0 auto;
        width: 100.0%;
        padding-left: 23px;
        
    }

    .col-lg-filter {
        flex: 0 0 auto;
        width: 100.0%;
    }

    .uk-grid>* {
       padding-left: 10px;
    }
    
    .uk-width-3-4 {
      width: 100%;
    }

}



@media (max-width: 768px) {


     .footer {
        padding-top: 50px;
     }

     .bl_footer__mobile:first-child {
        padding-left: 30px;
    }


    .bottom__menu_mobile {
       padding-left: 30px;
    }
    
    .footer_menu_mobile {
       column-count: 2;
       column-gap: 0px;
    }
    
     .banner_cat.in__mobile {
        display: flex;        
        flex-direction: column;
        flex-wrap: nowrap;
        padding-top: 20px;
     }

    .banner_cat.in__mobile .banner_cat__item {
        border: 3px solid #DFDFDF;
        padding: 2px;
        width: 100%;
        border-radius: 10px;
        margin-top: 13px;
        background-color: #fff;
    }

    .banner_cat.in__mobile .banner_cat__item a {
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        align-items: center;
        min-height: 100px;
    }

    .banner_cat__item a img{
        width: 50%;
    }

    .banner_cat.in__mobile span{
        text-transform: uppercase;
    }

    .banner_cat.in__mobile .banner_cat__item span {
        font-weight: 500;
        font-size: 18px;
        text-align: left;
        text-transform: none;
        line-height: 20px;
        width: 140px;   
    } 

}



@media (max-width: 480px) {

    .col-md-slider {       
        outline: 0px solid blue;
    }


    .uk-slideshow-items{
        max-height: 140px !important;
    }

  
     .banner_cat.in__mobile {
        display: flex;        
        flex-direction: column;
        flex-wrap: nowrap;
        padding-top: 20px;
     }

    .banner_cat.in__mobile .banner_cat__item {
        border: 1px solid #DFDFDF;
        padding: 2px;
        width: 100%;
        border-radius: 10px;
        margin-top: 13px;
        background-color: #fff;
    }

    .banner_cat.in__mobile .banner_cat__item a {
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        align-items: center;
        min-height: 100px;
    }

    .banner_cat__item a img{
        width: 50%;
    }

    .banner_cat.in__mobile span{
        text-transform: uppercase;
    }

    .banner_cat.in__mobile .banner_cat__item span {
        font-weight: 500;
        font-size: 18px;
        text-align: left;
        text-transform: none;
        line-height: 20px;
        width: 140px;   
    }

    .ins_slider__filter {
        background-color: inherit;
        display: block;
        width: 100%;        
        border-radius: 10px;
    }

}


/* END section-1 */




/**** HOME section ******/


.section_mb{
    outline: 0px solid #ccc;
    margin-bottom: 80px;
}


.page-home .slider__filter
{
   margin-bottom: 80px;
}

.page-home .section_list_mark{
    /*min-height:626px; */
    margin-bottom: 60px;
}

.page-home .section__product_carousel{
    min-height:536px;
    margin-bottom: 80px;
}


.page-home .section__call_back{    
    margin-bottom: 80px;
}

.page-home .advantages{    
    margin-bottom: 10px;
}

.page-home .section__our_production{    
    margin-bottom: 80px;
}

.page-home .section__about-shop{
   outline: 0px solid #ccc; 
   margin-bottom: 5px;
}


span.highlight {
  color: rgba(0, 208, 147, 1);
}


h2.h2__title {
  font-size: 24px;
  line-height: 28px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.5px;
  margin: 0;
}


h3.h3__title {
  font-size: 24px;
  line-height: 28px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.5px;
  margin: 0;
}


h3.h3 {
  font-size: 24px;
  line-height: 28px;
  text-transform: uppercase;
  font-weight: 600;
  margin: 50px 0;
}

h1.title__home{
  font-size: 24px;
  line-height: 28px;
  text-transform: uppercase;
  font-weight: 600;
  margin: 0;  
}

.common-text-gray {
    font-size: 18px;
    line-height: 28px;
    text-align: left;
    color: rgba(105, 110, 128, 1);
    padding: 0 0 0 5px;
    margin: 0;
}

.h-pm-in__text {
    padding-top: 30px;
    margin-bottom: 30px !important;
}

h2.h2__title {
    font-size: 30px;
    line-height: 32px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.5px;
    margin: 0;
}


section.category-desc {
    display: flex;
    margin-top: 60px;
    margin-bottom: 40px;
}

ul.text__ul{ margin: 20px 40px; }

ul.text__ul li{ 
    font-size: 18px;
    line-height: 28px;
    text-align: left;
    color: rgba(105, 110, 128, 1);
    list-style-type: none;
}

ul.text__ul li a:hover{ color:#262626; }


@media (max-width: 768px) {   

   ul.text__ul { margin: 10px 10px; padding-left: 0;}

   ul.text__ul li { font-size: 14px; line-height: 28px; padding-left: 0; }

}   



/*

.advantage-item_wrapper {
  display: flex;
}

.advantage-item {  
  border: 1px solid rgba(223, 223, 223, 1);
  padding: 42px 45px;
  flex: 1;
  border-radius: 10px;
}

.advantage-item .title {
    line-height: 20px;
    text-transform: uppercase;
    margin-bottom: 10px;
}



.section__advantage_wrapper{
    min-height: 635px;
    margin-bottom: 80px;
}


.section__advantage_wrapper .bl-img {
    width: 36%;    
    padding: 0px 0 0 57px;
}

.section__advantage_wrapper .bl-text {
    width: 64%;
}

.section__advantage_wrapper .bl-img img{
   width: 460px;   
}

.section__advantage_wrapper .bl-text{
   padding: 0;
}

.section__advantage_wrapper .bl-text .geo-style-1{
    margin-bottom: 10px;
}


@media (max-width: 598px) {

    .section__advantage_wrapper .bl-img {
        width: 100%;
        padding: 0px 0 0 0;
        text-align: center;
    }

    .section__advantage_wrapper .bl-img img {
        width: 62%;
        margin-top: 10px;
    }

    .section__advantage_wrapper .bl-text {
        width: 100%;
        padding: 52px 0 0 0;        
    }

    
    .section__advantage_wrapper .row{
        margin-left: 0;
        margin-right: 0; 
    }


    .advantage-item {
        padding: 10px 26px;
    }    


}
*/


.section__faq{ margin-bottom: 80px; }

.height_60 {display:block; height: 60px;}

.btn-open {
  background: #000;
  width: 38px;
  height: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  outline: none;
  border-radius: 50%;
}

.accordion___block{
    margin-top: 30px;
    display: flex;
    flex-direction: column;
}

.accordion_wrapper {
  display: flex;
  flex-direction: column;
  margin: 5px 0;
  padding: 20px 40px;
  border: 1px solid #dfdfdf;
  border-radius: 10px;
}

.accordion_wrapper .question {
  font-weight: 600;
  font-size: 18px;
}

.accordion_wrapper .open-accordion-btn {
 
  width: 38px;
  height: 38px;
  background: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  border-radius: 50%;
  border: none;
  outline: none;
}

.accordion_wrapper .answer {
  margin-top: 20px;
  display: none;
  transition: 0.2s;
  font-size: 18px;
}

.accordion_wrapper.opened {
  background: #fff;
}


@media (max-width: 767px){
    .accordion_wrapper {    
      background: #fff;
      padding: 20px 20px;
    }

    .accordion___block {      
      padding: 0 18px;
    }
}


.section__engine_protection{
    min-height: 558px;
    margin-bottom: 80px;
}


.show {
  display: block !important;
}

.rotate {
  transform: rotate(180deg);
}


.about-shop .image_wrapper {
  padding: 0px 50px 20px 0;
}


.block__logo_avto{
   margin-top: 50px; 
   margin-left: 18px;
  justify-content: flex-start;
}


@media (max-width: 480px) {

    .block__logo_avto {
       justify-content: center;    
    }

}


.marka_avto{
    display: flex;
    border: 1px solid #DFDFDF;
    border-radius: 10px;
    width: 133px;
    height: 144px;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    margin: 0 0.71rem 10px 0.71rem;
    transition: background 0.5s ease;
}


.marka_avto-contact{
    display: flex;
    border: 1px solid #DFDFDF;
    border-radius: 10px;
    width: 133px;
    height: 144px;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    margin: 0 0.71rem 10px 0.71rem;
    transition: background 0.5s ease;
    text-align: center;
    font-size: 14px;
    color: #333;
}


.marka_avto h4{
   font-weight:600;
   font-size:18px;
   line-height: 20px;
   letter-spacing: 0.2px;
   text-align: center; 
}


a.marka_avto:hover{
   text-decoration: none;     
   background-color: rgba(255,255,255,0.4);
}

a.marka_avto-contact:hover{
   color: #00D093; 
   text-decoration: none;     
   background-color: rgba(255,255,255,0.4);
}

 

@media (max-width: 576px) {
  .advantage-item {
    border: none;
  }

  .advantage-item .title {
    font-weight: 600;
    font-size: 18px;
  }

    .common-text-gray {
    font-size: 15px;
  }

  .accordion_wrapper .question {
    width: calc(100% - 38px);
  }

  .accordion_wrapper .question,
  .accordion_wrapper .answer {
    font-size: 15px;
    font-weight: 300;
  }

  .accordion_wrapper .answer {
    text-align: justify;
  }

  .about-shop .image_wrapper {
    padding: 20px 0;
  }

  h3.h3 {
    margin-left: 30px 0;
  }

 
}


@media (max-width: 480px) {

    .section_mb {
        outline: 0px solid #ccc;
        margin-bottom: 17px;
     }

     h1.title__home {
          font-size: 20px;
          line-height: 24px;
          text-transform: uppercase;
          font-weight: 700;
          margin-left: 18px;
     }
    
     h3.h3__title {
        font-size: 20px;
        line-height: 24px;
        text-transform: uppercase;
        font-weight: 700;
        margin-left: 18px;    
     }


      h2.h2__title {
        font-size: 20px;
        line-height: 24px;
        text-transform: uppercase;
        font-weight: 700;
        margin-left: 18px;    
     }


     .block__logo_avto {
        margin-top: 18px;
        margin-left: 14px;
     }


     .marka_avto{
        display: flex;
        width: 79px;
        height: 96px;
        margin: 0 0.20rem 10px 0.20rem;
     }

    
     .marka_avto img{
        width: 65px;
     }

     .marka_avto h4{
        font-weight:600;
        font-size:14px;
        line-height: 17px;
     }


     .marka_avto-contact{
        display: flex;
        width: 79px;
        height: 96px;
        margin: 0 0.20rem 10px 0.20rem;
        font-size: 10px;
     }


    .row-nav-bl-2 {
        width: 100%;
        margin-top: 14px;
     }


    .button_style__1 {    
      width: 65%;
    }


}

ul.social__ul_mob li{
    display: inline-block;
    width: 49%;
}

.section__fowbars_for_brands{
    min-height: 528px;
    margin-bottom: 80px;
}


.fowbars_for_brands-block,
.engine-protection-block{
    display: flex;
    overflow: auto;
    margin: 0;
    align-items: flex-start;
    flex-wrap: wrap;
    padding: 55px 20px 40px 5px;  
    /* 
    position: absolute;    
    */
 }   


 .auto-mark__list-wrapper{
    overflow-x: hidden;
    overflow-y: auto;   
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    z-index: 9;
    width: 100%;
    margin: 0 -1px;
    display: flex;
    flex-wrap: wrap;    
 }



.text-1 {    
    font-size: 16px;
    line-height: 32px;
    letter-spacing: .0024em;
    color: var(--Black_main, #262626);
}

.fowbars_for_brands-block li,
.engine-protection-block li {
    font-weight: 300;
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 0.0024em;
    color: #3A3939;
    position: relative;
    list-style: none;
    min-width: 340px;
}

.auto-mark li[data-letter]:before {
    content: attr(data-letter);    
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 0.0024em;
    color: #3A3939;
    position: absolute;
    left: -22px;
    font-weight: 500;
}

.car-block__list li a {
    font-weight: 400;
    position: relative;
    cursor: pointer;
    padding: 0 0 0 15px;
    display: block;
    text-decoration: underline !important;
    color: #262626 !important;
}

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

img.logo__marg{    
    width: 30px;
    height: auto;
    margin-right: 14px;
    margin-bottom: 10px;
}


.bl_footer__mobile img.mobile_logo_footer {
    height: 13px;
    margin-bottom: 25px;
}

.bl_footer__mobile .text-footer-nav{
    font-size: 16px;
}

.bl_footer__mobile .link-body-social{
    display: inline-block;
}

.footer_menu_mobile a{
   text-decoration: underline;
    text-align: left;
    font-size: 14px;
}

.engine-protection-block .car-block__list {
    column-count: 3;
    column-gap: 187px;
    padding-left: 30px;
}


.fowbars_for_brands-block .car-block__list {
    column-count: 4;
    column-gap: 10px;  
    padding-left: 30px;
}

@media (max-width: 1440px) {
     
    .engine-protection-block .car-block__list {
        column-count: 3;
        column-gap: 160px;
        padding-left: 30px;
        
    } 

    .fowbars_for_brands-block .car-block__list {
        column-count: 3;
        column-gap: 160px;
        padding-left: 30px;
    }

}


@media (max-width: 1400px) {

    .fowbars_for_brands-block .car-block__list,
    .engine-protection-block .car-block__list {
        column-count: 3;
        column-gap: 90px;
        padding-left: 30px;      
    }

}



@media (max-width: 1300px) {

    .fowbars_for_brands-block .car-block__list,
    .engine-protection-block .car-block__list {
        column-count: 3;
        column-gap: 40px;
        padding-left: 30px;
        
    }

}



@media (max-width: 1280px) {

    .fowbars_for_brands-block .car-block__list,
    .engine-protection-block .car-block__list {
        column-count: 3;
        column-gap: 40px;
        padding-left: 30px;
        
    }


    .section__engine_protection {
        min-height: 500px;
        margin-bottom: 80px;
    }


    .engine-protection-block, .fowbars_for_brands-block {              
        padding: 40px 5px 40px 5px;
        width: 100%;    
    }


  
}


@media (max-width: 1199px) {

    .fowbars_for_brands-block .car-block__list,
    .engine-protection-block .car-block__list {
         column-count: 2;
        column-gap: 240px;
        padding-left: 30px;
        
    }

     .section__engine_protection {
        min-height: 700px;
        margin-bottom: 80px;
    }
    
    .section__fowbars_for_brands{
        min-height: 820px;
        margin-bottom: 80px;
    }



    .engine-protection-block, .fowbars_for_brands-block {              
        padding: 40px 5px 40px 5px;
        width: 100%;    
    }

}




@media (max-width: 1024px) {

    .fowbars_for_brands-block .car-block__list,
    .engine-protection-block .car-block__list {
         column-count: 2;
        column-gap: 100px;
        padding-left: 30px;
        
    }


     .section__engine_protection {
        min-height: 700px;
        margin-bottom: 80px;
    }

    .engine-protection-block, .fowbars_for_brands-block {              
        padding: 40px 5px 40px 5px;
        width: 100%;    
    }

    .section__fowbars_for_brands {
        min-height: 520px;
        margin-bottom: 80px;
    }

}

@media (max-width: 920px) {
     
    .fowbars_for_brands-block .car-block__list,
    .engine-protection-block .car-block__list {
        column-count: 2;
        column-gap: 5px;
        padding-left: 30px;
    }

    .engine-protection-block, .fowbars_for_brands-block {              
        padding: 40px 5px 40px 5px;
        width: 100%;    
    }

     .section__engine_protection {
        min-height: 500px;
        margin-bottom: 80px;
    }

    .section__fowbars_for_brands {
        min-height: 520px;
        margin-bottom: 80px;
    }


    .section__advantage_wrapper .bl-img {
    width: 36%;
    padding: 0px 20px 0 10px;
    }


   
}

@media (max-width: 768px) {

    .fowbars_for_brands-block .car-block__list,
    .engine-protection-block .car-block__list {
        column-count: 1;
        column-gap: 100%;
        padding-left: 30px;
    }

    .engine-protection-block, .fowbars_for_brands-block {              
        padding: 40px 5px 40px 5px;
        width: 100%;    
    }


  
}




@media (max-width: 767px) {
 
    .auto-mark__list-wrapper {           
        max-height: 440px;
        display: flex;
        flex-wrap: nowrap;
    }

}


@media (max-width: 990px) {
 
    .auto-mark__list-wrapper {           
        max-height: 440px;
        display: flex;
        flex-wrap: nowrap;
    }

}


@media (max-width: 576px) {
    .fowbars_for_brands-block .car-block__list,
    .engine-protection-block .car-block__list {
        column-count: 1;
        column-gap: 100%;
        padding-left: 30px;
    }

    .engine-protection-block, .fowbars_for_brands-block {              
        padding: 40px 5px 40px 5px;
        width: 100%;    
    }

    .auto-mark__list-wrapper {           
        max-height: 440px;
        display: flex;
        flex-wrap: nowrap;
    }

}



.section__map{
    margin-bottom: 80px;
}


.maps__region{
   margin: 77px 0 0 50px;
}


.maps__block_home address{
    margin: 0 0 0 0 !important;
}

.win-hide {
    display: none;   
}

.odessa-modal {
    position: absolute;
    top: 65.7%;
    right: calc(50% + 54px);
}

.kiyev-modal {
    position: absolute;
    top: 35.4%;
    right: calc(50% + 20px);
}


.city-modal {
    background: rgba(251, 251, 251, 0.6);
    border: 1px solid rgba(44, 42, 42, 0.3);
    box-sizing: border-box;
    backdrop-filter: blur(21px);
    border-radius: 5px;
    padding: 20px 40px;
    font-size: 18px;
}

.city-modal__text{
    margin-bottom: 0;
    color: #262626;
    line-height: 30px;
}

.city-modal__call{
    color: #262626;
}

.city-modal__call:hover{
    color: #000;
}


.doneck-modal {
    background: rgba(0, 0, 0, 0.2);
    width: 230px;
    font-size: 16px;
    position: absolute;
    top: 37.0%;
    right: calc(50% - 90px);
}

.doneck-modal .city-modal__text {
    color: #fff;
    text-align: center;
}


.lugansk-modal {
    background: rgba(0, 0, 0, 0.2);
    width: 230px;
    font-size: 16px;
    position: absolute;
    top: 39.0%;
    right: calc(50% - 160px);
}

.lugansk-modal .city-modal__text {
    color: #fff;
    text-align: center;
}


.krum-modal {
    background: rgba(0, 0, 0, 0.2);
    width: 230px;
    font-size: 16px;
    position: absolute;
    bottom: 6.0%;
    right: calc(50% + 85px);
}

.krum-modal .city-modal__text {
    color: #fff;
    text-align: center;
}


.odessa-modal.active, .kiyev-modal.active { display: block }
.city { cursor: pointer }
.city path { -webkit-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s }

.group__city:hover{
   cursor: pointer;
}


.map { max-width: 100% }

.group__city:hover > path.p_1{
   fill: #00D093;
}

.group__city:hover > path.p_1{
   fill: #00D093;
}

.group__city:hover > text{
   fill: #fff;  
}

.odessa.active, .kiyev.active { fill: #00D093 }

.point_city{
  cursor: pointer;
}

.city__big{
    font-size: 28px;
}


ul.maps__region li{
    list-style: none;
    margin-bottom: 20px;
}

ul.maps__region li a{
    color: var(--Black_main, #262626);
    text-decoration: underline;
}

ul.maps__region li a:hover{
    color: #000;    
}

.maps__block_home{
    padding-top: 74px;
    padding-right: 40px;
    padding-left: 120px;
}

.maps__title {
    font-weight: 500;
    font-size: 40px;
    line-height: 50px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #0A0A0A;
    max-width: 230px;
    position: absolute;
    left: 99px;
    bottom: 100px;
    margin: 0;
    pointer-events: none;
}

.maps__title--accent {
    font-weight: 750;
    letter-spacing: 1px;
    color: #00D093;
    display: block;
}


.map path:hover {
    fill: var(--Green_main, #00D093);
    cursor: pointer;
}




/*** CALL BACK ***/

img.face_1_img{ margin-top: 0; }
img.face_2_img{ margin-top: -20px; }
img.face_3_img{ margin-top: -20px; }

.wrap__form_order_call_back form .modal-body-text{
    display: flex;
    flex-wrap: wrap;
}

.input-style-1{
    padding: 1.275rem 2.5rem;
    letter-spacing: 0.05rem;
    max-width: 416px !important;
    width: 416px;
    border-radius: 10px;
    margin-right: 14px !important;

}

.img__text {
    font-size: 18px;
    font-weight: 700;
    text-align: left;
    line-height: 24px;
}

.advantages__row_top{
    background: #fff;
    padding: 31px 10px;
    border-radius: 10px;
}

.call_back__row_button{
    background: #fff;
    padding: 0 10px 28px 10px;
    border-radius: 10px;
    margin-top: 5px;
}    

.advantages__row_top .blood__1 {
    padding: 0px 60px;
    display: flex;
    flex-direction: row;
}

.advantages__row_top .blood__1 img{
    margin-right: 38px;
}


.advantages__row_top .blood__2 {
    padding: 0px 84px;
    display: flex;
    flex-direction: row;
}

.advantages__row_top .blood__2 img{
    margin-right: 38px;
}


.advantages__row_top .blood__3 {
    padding: 0px 110px;
    display: flex;
    flex-direction: row;
}

.advantages__row_top .blood__3 img{
    margin-right: 38px;
}

.advantages__row_top .blood__4 {
    padding: 0px 0 0 94px;
    display: flex;
    flex-direction: row;
}

.advantages__row_top .blood__4 img{
    margin-right: 38px;
}

.col__face{
    padding-left: 55px;
    padding-top: 33px;
}

.col__form{
   padding-top: 88px; 
}

.col__form h3.form__title{
    text-align: left;
    padding: 6px 26px;
    letter-spacing: 0.04rem;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 700;
    border-left: 5px solid #00D093;
}


.col__form p.text__slogan{
    text-align: left;
    padding: 0 5px;
    margin-top: 14px;
    letter-spacing: 0rem;
    font-weight: 600;
    font-size: 18px;
    color: #696E80;
}

.wrap__form_order_call_back{
    padding-top: 40px;
}

.input-style-1::placeholder {
   font-style: italic;
   color: #ccc;
}


.iti__country-container { 
    padding-left: 30px !important;
}

.input-style-1.iti__tel-input{
    padding-left: 90px !important;
}


.iti--allow-dropdown .iti__country-container:not(:has(+ input[disabled])):not(:has(+ input[readonly])) .iti__selected-country-primary:hover, 
.iti--allow-dropdown .iti__country-container:not(:has(+ input[disabled])):not(:has(+ input[readonly])) 
.iti__selected-country:has(+ .iti__dropdown-content:hover) .iti__selected-country-primary {
    background: none !important;
}



@media (min-width: 768px) {

   .col__face{
      width: 14.66666667%;
   }
    
   .col__form{
     width: 84.444444447%; 
   }


}  


@media (max-width: 767px){

     .wrap__form_order_call_back form {
        display: flex;
        flex-wrap: nowrap;
        flex-direction: column;
   }

   .input-style-1 {      
        padding: 1.275rem 2.5rem;
        letter-spacing: 0.05rem;
        max-width: 100% !important;
        width: 100%;
        border-radius: 10px;
        margin-right: 0 !important;
        margin-bottom: 15px;    
    }

    .button_style__2{    
        width: 100%;
        padding: 1.275rem 1.0rem;
        margin-top: 15px;
        text-align: center; 
    }

    .advantages__row_top .blood__1,
    .advantages__row_top .blood__2,
    .advantages__row_top .blood__3,
    .advantages__row_top .blood__4
     {
        padding: 20px 12px;
    }


    .advantages__row_top .blood__1 img,
    .advantages__row_top .blood__2 img,
    .advantages__row_top .blood__3 img,
    .advantages__row_top .blood__4 img
    {
       margin-right: 10px;
       width: 44px;
    }


    .advantages__row_top {
       background: none;
       padding: 31px 10px;
       border-radius: 10px;
    }


    .wrap__form_order_call_back {
       padding-top: 20px;
    }


    .img__text {
      font-size: 13px;    
      line-height: 20px;
    }

    .col__face{
        display: none;
    }

    .call_back__row_button {
        background: #fff;
        padding: 0 10px 34px 10px;
        border-radius: 10px;
        margin: 5px 5px;
    }

    .col__form {
       padding-top: 30px;
     }

     .col__form h3.form__title {    
      font-size: 20px;
    }

    .col__form p.text__slogan {    
      font-size: 14px;    
    }

}

.section__preim{
    min-height: 489px;
    margin-bottom: 80px;
}  

.box__1{
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 600;
    background-color: #fdfdfd;
    border-radius: 10px;
    width: 280px;
    height: 160px;
    padding: 0 30px;
    position: absolute;
    top: 78px;
    left: 40px;
    display: flex;
    flex-direction: column;
}

.box__1 span.green_text{
    color: #00D093;
    font-size: 76px;
    font-family: 'Bebas Neue Cyrillic';
    font-weight: 100;
    line-height: 68px;   
    margin-top: 14px;
}

.box__1 span.black_text{
    width: 180px;
    line-height: 30px;
    margin-left: 40px;    
}

.preim__left img{
   margin: 140px 0 0 98px;
   position: relative;
   z-index: 5;
}

.preim__right img{
   margin: 115px 0 0 142px;
   position: relative;
   z-index: 5;
}

.box__2{
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 500;
    background-color: #fff;
    border-radius: 10px;
    width: 419px;
    height: 168px;
    padding: 30px 50px;
    position: absolute;
    top: 51px;
    left: 512px;
    display: flex;
    flex-direction: column;
}


.box__3{
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 500;
    background-color: #fff;
    border-radius: 10px;
    width: 419px;
    height: 204px;
    padding: 18px 40px 18px 50px;
    position: absolute;
    top: 226px;
    left: 512px;
    display: flex;
    flex-direction: column;
}

.box__2 span.line__text_1{
    font-size: 24px;
}

.box__2 span.line__text_2,
.box__3 span.line__text_4
{
    font-size: 34px;
    line-height: 34px;
    font-weight: 500;
}

.box__2 span.line__text_3 {
    font-size: 20px;
    margin-left: 9px;
    margin-top: 16px;
    color: #696E80;
}

.box__2 span.orange__text{
   color:#ff8305;
   font-weight: 700;
}

.box__3 span.orange__text{
   color:#ff8305;
   font-weight: 700;
}

.box__3 span.line__text_5{
   font-size: 18px;
   margin-top: 17px;
   line-height: 28px;
}


.box__4{
    font-size: 14px;
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 10px;
    width: 285px;
    height: 80px;
    padding: 15px 42px;
    position: absolute;
    top: 128px;
    left: 375px;
    display: flex;
    z-index: 10;
}

.box__4 img{
    margin: 0;
    width: 32px;
}

.box__4 .line__text_8{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
}

.box__4 .line__text_6{   
   margin-left: 43px;
   letter-spacing: 1px;
}

.box__4 .line__text_7{
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 26px;
    margin-left: 42px;
}


@media (min-width: 1367px) and (max-width: 1430px) {
    
    /*
    .video-our-production__wrapper{
        outline: 1px solid blue;
    }

    .ins_slider__filter{
        outline: 1px solid blue;
    }

    */

    h1.title__home{ padding-left: 15px; }
    h3.h3__title { padding-left: 15px;}

    
    .advantages__row_top .blood__1,
    .advantages__row_top .blood__2
     {
        padding: 20px 100px;
    }

    .advantages__row_top .blood__3
     {
        padding: 20px 110px;
     }

    .advantages__row_top .blood__4
     {
        padding: 20px 105px;
     }

     .advantages__row_top .blood__3 img {
        margin-right: 54px;
     }



}


@media (min-width: 1200px) and (max-width: 1366px) {   
  /* Стили для широкоформатных экранов */
    .box__4 {                
        top: 128px;
        right: 10px;
        left: auto;        
    }
    
    /*  
    .video-our-production__wrapper{
        outline: 1px solid red;
    }

    .ins_slider__filter{
        outline: 0px solid red;
    }
    */

    h1.title__home{ padding-left: 15px; }
    h3.h3__title { padding-left: 15px;}

    
    .advantages__row_top .blood__1,
    .advantages__row_top .blood__2
     {
        padding: 20px 10px;
    }

    .advantages__row_top .blood__3
     {
        padding: 20px 110px;
     }

    .advantages__row_top .blood__4
     {
        padding: 20px 105px;
     }

     .advantages__row_top .blood__3 img {
        margin-right: 54px;
     }

     .video__item-link { height: 240px !important; }

     .video__item { margin-bottom: 5px !important; }

}


/* Большие устройства, десктопы (от 992px до 1199px) */
@media (min-width: 992px) and (max-width: 1199px) {  
 
    .box__4 {                
        top: 128px;
        right: 10px;
        left: auto;        
    }

    /*

     .video-our-production__wrapper{
        outline: 1px solid green;
    }

    .ins_slider__filter{
        outline: 1px solid green;
    }

    */


    h1.title__home{ padding-left: 15px; }
    h3.h3__title { padding-left: 15px;}
    
    .maps__title {        
        font-size: 24px;
        line-height: 34px;        
        left: 99px;
        top: 60%;        
    }

    .video__item-link {         
        height: 170px !important;        
    }

    .video__item {
        margin-bottom: 5px !important;
    }


    ul.maps__region li {    
      margin-bottom: 10px;
    }


}



.carts_row__slider{
      
    margin-top: 50px;
    margin-left: 0;
    margin-right: 0;
}

.product-owl-carousel{
    padding-left: 0;
    padding-right: 0;
}


.product-owl-carousel .owl-nav {
    position: absolute;
    display: flex;
    top: 0;
    right: 0px;
    margin-top: -53px;
    margin-right: 3px;
    z-index: 100;
    border-radius: 20px;
    background: var(--Black_main, #262626);
    box-shadow: 0px 15px 40px 0px rgba(142, 146, 163, 0.30);
    width: 86px;
    height: 38px;
    color: #fff;
    justify-content: space-around;
    align-items: center;
 }
 

 .product-owl-carousel .owl-nav button span {
    font-size: 24px;
    line-height: 28px;
    display: inline-block;
    height: 28px;    
 }


 .product-owl-carousel .owl-dots{
    margin-top: 36px;
 }


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

.flex-flex-end{
    display: flex;
    justify-content: flex-end;
}

.flex-space-around{
    display: flex;    
    justify-content: space-around;    
} 

.h1_page_title {
    font-size: 26px;
    font-weight: 700;
    color: #262626;
    letter-spacing: 0.05rem;
    padding-left: 5px;
    text-transform: uppercase;
}

@media (max-width: 768px) {
     
    .page-checkout-app .h1_page_title {
        font-size: 18px;
        margin-top: 8px;
    }

}



/**** end HOME SECTION ****/


/** CONTACT **/

.contact__text{
    background-color: #fff;
    padding: 70px 0 0 135px;
    min-height: 505px;
}

span.title__bold{
    display: block;
    font-weight: 700;
    margin-bottom: 4px;
}

.m_t_19{ margin-top: 19px; }

span.title{
    display: block;
}


.contact__text{
    background-color: #fff;
    padding: 63px 0 0 105px;
    min-height: 505px;
}

.contact__text h3{
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 20px;
}

.border-block-contact{
    border-radius: 10px;
    overflow: hidden;
    margin-top: 20px;
}


@media (max-width: 768px) {
     
     .contact__text {    
        padding: 63px 0 0 15px;    
     }

}

/**** end Contact Page ****/


/**** end Contact Page ****/


/**** Favorites Page ****/

.section__favorites, .section_no_favorites { margin-top: 35px; }

.h_over_footer { display:block; height: 60px; }

.h_favorites_1 {display:block; height: 80px; }

.favorites_cat .cat__bl {
    display: flex;
    width: 460px;
    height: 132px;
    background-color: #fff;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
 }


.favorites_cat a:nth-child(1) .cat__bl, .favorites_cat a:nth-child(2) .cat__bl { padding: 3px 20px 0 10px; }
.favorites_cat a:nth-child(3) .cat__bl { padding: 3px 20px 0 10px; }
.favorites_cat a:nth-child(3) .cat__bl img { margin-right: 30px; }

.favorites_cat a:nth-child(3) .cat__bl span.green_arrow {
    background: url(../images/svg/green_arrow.svg) no-repeat;
    background-position: -20px 0;
    background-size: cover;
    width: 30px;
    height: 20px;
    border: 0px solid red;
    margin-left: 20px;
}

.favorites_cat .cat__bl span {
    font-size: 24px;
    font-weight: 500;
    line-height: 28px;
}
.favorites_cat {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 22px;
    margin-bottom: 86px;
    overflow: hidden;
    border-radius: 10px;
}
.section_no_favorites { padding-top: 7px; }

.block-favorites {
    width: 896px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    border: 2px solid #00D093;
    margin: 0 auto 80px auto;
    padding: 5px 10px;
    background: #d4e9e4;
    border-radius: 10px;
    align-items: center;
}

.block-favorites-text {
    color: #000;
    padding: 16px 10px;
    font-weight: 700;
    margin-left: 42px;
}

.block-favorites-btn {
    margin: 8px 0;
}


@media (max-width: 1430px) {

   .favorites_cat .cat__bl {
        display: flex;
        width: 100%;
        height: 180px;
        padding-bottom: 190px !important;
        flex-direction: column;
    }

    .favorites_cat a { width: 33%; }

    .favorites_cat a:nth-child(3) .cat__bl img { margin-right: 0; }

    .favorites_cat a .cat__bl span.green_arrow { display: none; }

    .favorites_cat .cat__bl span { text-align: center; }
    
}


@media (max-width: 786px) {

   .favorites_cat .cat__bl {
        display: flex;
        width: 100%;        
        padding-bottom: 0 !important;
        flex-direction: column;
        height: 180px;
    }

    .favorites_cat a { width: 100%; }
    .favorites_cat a:nth-child(3) .cat__bl img { margin-right: 0; }
    .favorites_cat a .cat__bl span.green_arrow { 
        background-position: -20px 0;
        width: 20px !important;
        margin-left: 20px; 
        display: block;
    }
    .favorites_cat .cat__bl span { text-align: center; font-size: 20px; }
   
    
}



.btn-site-favorites {
    background: #262626;
    text-align: center;
    display: block;
    text-transform: uppercase;
    color: #fff;
    overflow: hidden;
    border-radius: 10px;
    border: 0;
    font-size: 18px;
    padding: 20px 52px;
    margin: 0;
}


a.btn-site-favorites:hover{
    text-decoration: none;
    /*
    color: #262626;
    background: none;
    border: 2px solid #262626;
    */
    background: #00D093;    
    color: #262626;
    /*
    padding: 18px 50px;
    */
}

.block-favorites-btn {
    margin: 8px 20px 8px 0;
}


h3.t__title {
    font-size: 24px;
    line-height: 28px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.5px;
    margin: 0;
}


 .favorites_cat a{
       color: #262626;
    overflow: hidden;
    border-radius: 10px;
    }


 .favorites_cat a:hover{
        text-decoration: none;
        color: #666;        
 }


 .favorites_cat .cat__bl span{
        display: flex;
        flex-direction: row;
        align-items: center;
 }


.favorites_cat .cat__bl span.green_arrow{        
        background: url(../images/svg/green_arrow.svg) no-repeat;        
        background-position: -20px 0;
        background-size: cover;
        width: 20px;
        height: 20px;
        margin-left: 20px;
    }


.favorites_cat a:hover > .cat__bl span.green_arrow{
        background: url(../images/svg/green_arrow.svg) no-repeat;        
     }



@media (max-width: 768px) {

    .h_favorites_1 {
        display:block; height: 40px; 
    }

    .block-favorites {
        display: flex;
        flex-wrap: nowrap;        
        margin: 0 auto 44px auto;
        padding: 5px 10px;        
        flex-direction: column;
    }

    .block-favorites-btn {
       margin: 8px 0 8px 0;
    }

    .block-favorites-text {     
        padding: 12px 10px;
        font-weight: 700;
        margin-left: 0;        
        text-align: center;
    }

    .block-favorites-text p {     
        font-size: 16px;
        line-height: 21px;
    }

    .btn-site-favorites {        
        font-size: 18px;
        padding: 14px 30px;        
    }

    .section_no_favorites .t__title {
        font-size: 16px;
        line-height: 20px;
        text-transform: uppercase;
        font-weight: 500;
        margin-left: 5px;
    }

    .favorites_cat {
        display: flex;
        flex-direction: column;
        margin-top: 18px;
        margin-bottom: 20px;
        overflow: auto;
        border-radius: 0;
        flex-wrap: nowrap;
        justify-content: space-between;
    }

    .favorites_cat .cat__bl:first-child img,
    .favorites_cat .cat__bl:last-child img
     {
        width: 140px;
    }

    .favorites_cat a:first-child .cat__bl {
       padding: 4px 30px 0 28px;
    }

    .favorites_cat a:last-child .cat__bl {
        padding: 0px 30px 0 28px;
    }

    .favorites_cat .cat__bl {
        width: 100%;
        display: flex;        
        height: 104px;
        background-color: #fff;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 12px;
        border-radius: 10px;
        overflow: hidden;
    }

    .favorites_cat .cat__bl span {
        font-size: 16px;
        font-weight: 500;
        text-align: end;
    }

    .section__product_carousel .carts_row__slider{       
        margin-top: 18px;
    }

    .h_over_footer {
        display: block;
        height: 0px;
    }

    .favorites_cat .cat__bl span.green_arrow{        
        margin-left: 20px;
        background-position: 0 0;
    }

}

/***  BLOG  ***/

.blog-page-content{
   background-color: #fff;
   padding: 15px 25px;
   border-radius: 10px;
   margin-top: 35px;
   box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
   padding-bottom: 75px;
}

.blog_page_list{
    background-color: #fff; 
    padding: 34px 43px;
}

.img_1, .img_2 { height: 325px; width: auto;}
.img_3 { margin: 10px auto 0 auto; display: block; }


.format-text-page {
    padding: 45px 186px 0 186px;
}





.text_page { margin-top: 20px; }
.text_page_500 { margin-top: 20px; font-weight:500; }
.text_page_700 { margin-top: 20px; font-weight:700; }

h3.text_h3 { margin-top: 40px;  }
h3.text_h2 { margin-top: 40px;  }

h3.h3__title.marg_h3,
h2.h2__title.marg_h2{
   margin-bottom:20px;
   margin-top:40px;
}

ul.class-ul-li{ margin-top: 20px; margin-left: 20px; }

ul.class-ul-li li {font-style: italic;}

.blog_page_list{text-align: center; margin-top: 38px; background-color: #fff; border-radius: 10px; box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);}

.row_data{ text-align: left; display: flex; margin-top: 14px; font-size: 14px; }

.short__description_blog{ text-align: left; padding: 0; margin-top: 14px; }

h4.h4_title{ font-weight: 500; text-align: left; font-size: 16px; margin-top: 6px; line-height: 21px; }

h4.h4_title a { color:#262626; text-decoration:underline; }

h4.h4_title a:hover {
    color: #00d093;
}

.text_page a{
    color: #00d093;
    text-decoration:underline;    
    font-weight: 500;
}

.text_page a:hover{
    color: #00d093;
    text-decoration:underline;    
}

.section__blog_page_list{ margin-top: 75px; }

.section__blog_list{
     background-color: #fff; 
     padding: 32px 12px;    
     margin-top: 32px;
     display: block;
     border-radius: 10px;
     box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
}


.blog-cell .short__description_blog {
    text-align: left;
    padding: 0;
    margin-top: 12px;
    line-height: 22px;
}


.blog-cell{
    margin-bottom: 50px;
}

.blog-cell img{
    width: 100%;
}


.blog-cell a{
        display: block;
 }

@media (max-width: 768px) {
     
     .img_1, .img_2 {
        height: auto;
        width: 100%;
        margin-bottom: 10px;
        border-radius: 5px;
     }

     .text_page {
        margin-top: 20px;
        margin-left: 5px;
        margin-right: 5px;
     }

     h3.text_h3 {
        margin-top: 20px;
        margin-left: 5px;
        margin-right: 5px;
     }

     .section__blog_page_list {
        margin-top: 40px;
     }

     .blog_page_list {
        text-align: center;
        margin-top: 20px;
     }


     .blog-cell {
       margin-bottom: 30px;
     }

    .format-text-page {
       padding: 0;
    }


}  

/**** end Favorites Page ****/


/** payment-delivery **/

.pay_del__cell{
    display: flex;
}


.section__payment-delivery_list{          
     display: block;     
     padding-top: 20px;
}

.pay_del__cell{   
    padding: 32px 12px 0 0;
    background-color: #fff;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    margin-bottom: 5px;
}


.pay_del__cell .img_src{
     padding-left: 62px;
}

.block__text_1 h5{
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0.8px;    
}

.block__text_1 p{
    margin-top: 8px;
    line-height: 22px;
    letter-spacing: 0.2px;
}

.block__text_1{
    padding: 6px 0 0 51px;
}

.block__text_2{
    padding: 8px 0 0 72px;    
} 

.block__text_2 p{
    letter-spacing: 0.3px;
}


.block__text_2 ul{    
    list-style: none;
    padding: 0;
    margin: 0;
    margin: 2px 0 4px 2px;
    letter-spacing: 0.4px;
}

.pay_del__cell{
    position: relative;
} 


#form-buy_fast .iti__selected-dial-code {
    color: #262626;
}  


a.butt_in_block{
    display: block;
    position: absolute;
    padding: 7px 20px;
    font-size: 16px;
    left: 42px;
    top: 23px;
    background: rgba(0, 208, 147, 0.2);
    border-radius: 10px;
    border: 1px solid #00D093;
    color: #262626;
    text-transform: uppercase;
    width: 126px;
    text-align: center;
}

a.butt_in_block:hover{
    text-decoration: none;
    color: #fff;
    background-color: #00BE86;
}



span.butt_in_block{
    display: block;
    position: absolute;
    padding: 7px 20px;
    font-size: 16px;
    left: 42px;
    top: 23px;
    background: rgba(0, 208, 147, 0.2);
    border-radius: 10px;
    border: 1px solid #00D093;
    color: #262626;
    text-transform: uppercase;
    width: 126px;
    text-align: center;
}

span.butt_in_block:hover{
    text-decoration: none;
    color: #fff;
    background-color: #00BE86;
}



.pay_del__cell img.line__2{
    margin-left: 75px;
}

.pay_del__cell img.line__3{
    margin-left: 68px;
    margin-top: 25px;
}

.pay_del__cell img.line__4{
    margin-left: 22px;
    margin-top: 0;
}

.pb__20{ padding-bottom: 20px; }


@media (max-width: 768px) {

    .pay_del__cell {
        display: flex;
        flex-direction: column;
        padding-top: 70px;
    }

    .block__text_1 {
        padding: 6px 10px 0 25px;    
    }

    .pay_del__cell img.line__3 {
       margin-left: 0;
       margin: 25px auto 0 auto;
    }

    .pay_del__cell .img_src {
        padding-left: 0;
        margin: 0 auto;
    }

    .pay_del__cell img.line__2 {
        margin: 0 auto;
    }

    .block__text_2 {
        padding: 8px 10px 0 25px;
    }

    a.butt_in_block {    
        left: 32px;
    }


    span.butt_in_block {    
        left: 32px;
    }


    .section__faq {    
       margin-bottom: 65px;
    }


}


/** end payment-delivery  **/



/** order-list  **/

.input-w-620 { width: 620px; }

.input-w-500 { width: 500px; }

._mb_15{
   margin-bottom: 15px;
}

.order-list {
    padding-top: 30px;
    display: block;
    overflow: hidden;    
}


.order-delivery{
    padding-top: 24px;
    display: block;
    overflow: hidden;    
}

.order__subtitle {
    display: block;
    margin-bottom: 18px;
}

/* Стилизация элеиента */
/* для элемента input c type="radio" */
  .custom-radio {
    position: absolute;
    z-index: -1;
    opacity: 0;
  }
  /* для элемента label связанного с .custom-radio */
  .custom-radio+label {
    display: inline-flex;
    align-items: center;
    user-select: none;
  }

  /* создание в label псевдоэлемента  before со следующими стилями */
  .custom-radio+label::before {
    content: '';
    display: inline-block;    
    flex-shrink: 0;
    flex-grow: 0;   
    margin-right: 0.5em;
    width:22px;
    height:22px;
    background-repeat: no-repeat;
    background-position: center center;  
    background-image: url("../images/svg/checkbox.svg");     
  }
  
  /* стили при наведении курсора на радио */
  .custom-radio:not(:disabled):not(:checked)+label:hover::before {
    border-color: #b3d7ff;
  }
  
  /* стили для активной радиокнопки (при нажатии на неё) */
  .custom-radio:not(:disabled):active+label::before {        
    background-image: url("../images/svg/checkbox__active.svg");         
  }

  /* стили для радиокнопки, находящейся в фокусе */
  .custom-radio:focus+label::before {
   
  }
  /* стили для радиокнопки, находящейся в фокусе и не находящейся в состоянии checked */
  .custom-radio:focus:not(:checked)+label::before {
  
  }
  /* стили для радиокнопки, находящейся в состоянии checked */
  .custom-radio:checked+label::before {
    background-image: url("../images/svg/checkbox__checked.svg");    
    width:22px;
    height:22px;  
  }

  /* стили для радиокнопки, находящейся в состоянии disabled */
  .custom-radio:disabled+label::before {    
  }

  ul.cart-select__list_1,
  ul.cart-select__list {
    list-style: none;
    padding: 0;
    margin: 20px 0 0 0px;
  }

  ul.cart-select__list_1 li,
  ul.cart-select__list li{
    margin-bottom: 8px;
  }

  .order-delivery__item{
    margin-left: 30px;
    margin-top: 20px;
  }

  @media(max-width: 768px) { 

    .order-delivery__item{
        margin-left: 0px;
        margin-top: 20px;
    }
   
    .order-delivery__item .input-w-500 {
        width: 100%;
    }  


  }

  /* Стилизация элемента */
  /* для элемента input c классом custom-checkbox и type="checkbox" */
  .custom-checkbox-communication {
    position: absolute;
    z-index: -1;
    opacity: 0;
  }
  /* для элемента label связанного с .custom-radio */
  .custom-checkbox-communication+label {
    display: inline-flex;
    align-items: center;
    user-select: none;
  }

  /* создание в label псевдоэлемента  before со следующими стилями */  
  .custom-checkbox-communication+label::before {
    content: '';
    display: inline-block;    
    flex-shrink: 0;
    flex-grow: 0;   
    margin-right: 0.5em;
    width:22px;
    height:22px;
    background-repeat: no-repeat;
    background-position: center center;  
    background-image: url("../images/svg/checkbox.svg");     
  }

  
  /* стили при наведении курсора на радио */
  .custom-checkbox-communication:not(:disabled):not(:checked)+label:hover::before {
    border-color: #b3d7ff;
  }
  
  /* стили для активной радиокнопки (при нажатии на неё) */
  .custom-checkbox-communication:not(:disabled):active+label::before {        
    background-image: url("../images/svg/checkbox__active.svg");         
  }

  /* стили для радиокнопки, находящейся в фокусе */
  .custom-checkbox-communication:focus+label::before {
   
  }
  /* стили для радиокнопки, находящейся в фокусе и не находящейся в состоянии checked */
  .custom-checkbox-communication:focus:not(:checked)+label::before {
  
  }
  /* стили для радиокнопки, находящейся в состоянии checked */
  .custom-checkbox-communication:checked+label::before {
    background-image: url("../images/svg/checkbox__checked.svg");    
    width:22px;
    height:22px;  
  }

  /* стили для радиокнопки, находящейся в состоянии disabled */
  .custom-checkbox-communication:disabled+label::before {    
  }

  .custom-checkbox-communication{ position: absolute; z-index: -1; opacity: 0;  }

  ul.methods_communication {
    list-style: none;
    padding: 0;
    margin: 5px 0 0 0px;
  }

  ul.methods_communication li{
    display: inline-flex;
    width: 20%;
  }

  .wrap-methods-communication{
     padding-top: 10px;
     padding-left: 25px;
     font-size: 14px;
  }

  .wrap-methods-communication p{
     font-weight: 700;
  }

   @media (max-width: 768px) {
     
     ul.methods_communication li{
        display: inline-flex;
        width: 33%;
     }

     .wrap-methods-communication{
       padding-top: 10px;
       padding-left: 0;
       font-size: 14px;
     }

  }

  
  .cart-select__title.text-title{
    font-size: 14px;
    font-weight: 700;
  }

  .order-pay{
    padding-top: 20px;
  }

  .add__comment:hover{
    cursor: pointer;
  }

  .add__comment_block{
      display: block;
      margin-top: 30px;
  }

  .add__comment_block #custom-comment{      
      margin-top: 20px;
  } 

  .icon-comment{ display: inline-flex; width: 20px; height: 20px; background-color: #262626; color: #fff;
    border-radius: 50%; align-items: center; justify-content: center; margin-right: 0.3em; font-size: 20px;}

  .add__comment:hover{ text-decoration:underline; }  

  .icon-comment:hover{ cursor: pointer; }
    
  .cart__item{ display:flex; }

  .order__sum-wrap{ display:block; }
   
  .order__sum-title{ display:inline-block; width:50%; vertical-align: middle; }  
  
  .order__sum-all { display: inline-block; width: 49%; text-align: right; vertical-align: middle; }

  .cart__item-img{
    width: 90px;
    height: 90px;
  }

  .cart__item-img-150{ width: 150px; height: 150px;}

  .cart-order{ margin-top: 30px; margin-left: 22px; width: 100%;}

  .cart__item{
    background-color: #fff;
    padding: 20px 20px;
    border-radius: 10px;
    margin-bottom: 10px;
  }

  #custom-total{
    background: #696E80;
    color: #fff;
    padding: 22px 60px;
    border-radius: 10px;
    letter-spacing: 1.4px;
  }

  .cart__descr-product{
     display: flex;    
     flex-direction: row;
     align-items: center;
     font-weight: 700;
  }

  .calc-quantity {
    display: flex;
    justify-content: flex-start;
    width: 140px;
    margin: 0 0 0 9px;
  }

  .calc-quantity input {
    border: 0;
    border-radius: 0;
    background-color: #fff;
    font-size: 16px;
    line-height: 23px;
    font-weight: 700;
    color: #3A3939;
    width: 58px;
    height: 30px;
    text-align: center;
    padding: 0;
    margin: 0;
    opacity: 1;
   }


   .calc-quantity__btn {    
        color: #3A3939;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0;
        margin: 0;
        width: 30px;
        height: 30px;
        background-color: #fff;
        border: 1px solid #E1E1E1;
        outline: 0;
        cursor: pointer;    
        font-size: 24px;   
   }

   .calc-quantity__btn:hover{ border: 1px solid #262626; }

   .calc-quantity__btn:active{  transform: scale(0.98); }  

   .cart__item-content{ margin-left: 50px; width: 100%; }

   .cart__item-content.cart-width{ width:100% }

   .cart__descr-art{ font-size:14px; color:#989898; }

   .cart__item-price{ font-weight: 700; padding-left: 20px; display: inline-block; width: 50%; }

   .cart__item-price .price_base { font-size: 12px; color: #666; }

   .cart__item-price .base_price { font-size: 12px; color: #666; }

   .cart__item-delete{ padding-left: 60px; }

   .cart__descr-wrap { font-size: 16px; padding-left: 0px; }

   .cart__descr-product .product-name { width: 45%; font-size: 14px; }

   .cart__item-content.cart-width .cart__descr-product .product-name { width: 65%;}

   .cart__item-content.cart-width .cart__item-price { width: 30%; text-align: center; }

    @media (max-width: 767px) {  
       .cart__item-content.cart-width .cart__item-price {
            width: 50%;            
        }
    }   


   .cart__item-content.cart-width .cart__item-delete { padding-left: 10px; }

   .product-name a { color: #262626; font-weight: 600; }

   .cart__item-delete span{ width: 20px; height: 20px; background-image: url("../images/svg/cart_delete.svg");
    background-repeat: no-repeat; display: block; transition: 0.3s; }

   .cart__item-delete span:hover{
       transform: scale(1.1);      
    }

    .order__sum-num{ font-weight:700; }

    .order__sum-num-base{ display: flex; font-size: 12px; justify-content: flex-end; font-size: 14px; font-weight:700; }

    ul.cart_item__installation { padding: 0; margin:20px 0 0 0; }

    ul.cart_item__installation li{ list-style: none; height: 28px; }

    ul.cart_item__installation li .custom-radio+label::before {
        content: '';
        display: inline-block;
        flex-shrink: 0;
        flex-grow: 0;
        margin-right: 0.5em;
        width: 22px;
        height: 22px;
        background-repeat: no-repeat;
        background-position: center center;
        background-image: url(../images/svg/round_gray.svg);
        
    }


    ul.cart_item__installation li .custom-radio:not(:disabled):active+label::before {
       background-image: url(../images/svg/round_gray.svg);
    }

    ul.cart_item__installation li .custom-radio:checked+label::before {
        background-image: url(../images/svg/round_green.svg);
        width: 22px;
        height: 22px;
   }

   ul.cart_item__installation li .custom-radio+label {        
        font-size: 16px;
   }

   .price__install { font-size: 13px; color: #696E80; padding-left: 28px;}

   .order__sum-title .total__title_1{font-size: 22px; font-weight: 700; text-transform: uppercase;}
   .order__sum-title .total__title_2{ letter-spacing: 0.3px; }


   .btn-green-order {
        text-transform: uppercase;
        color: #fff;
        background: #00D093;
        padding: 14px 10px;
        font-size: 14px;
        max-width: 290px;
        width: 100%;
        font-size: 24px;
        font-weight: bold;
        border-radius: 10px;
    }

    .btn-green-order:hover {
        background-color: #262626;
        color: #fff;
        text-decoration: none;
    }  

    .btn-green-order:focus, 
    .btn-green-order:active {
         background: none;
         border: 2px solid #262626;
    }

    .cart__button-box{
        margin-top: 36px;
        width: auto;
        max-width: max-content;
    }


   @media (max-width: 768px) {

        .cart__button-box{
           margin-top: 36px;
           width: 100%;
           max-width: 100%;
        }

        .cart__button-box .btn-green-order{ max-width: 100%; } 

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

        .cart-order { margin-top: 30px; margin-left: 0px; width: 100%; }

        .cart__descr-product { 
            display: block;
            font-weight: 700;           
        }

        .cart__item { display: flex; flex-direction: column; position: relative; }

        .cart__descr-art { position: absolute; top: 22px; right: 90px; font-size: 12px; }

        .cart__item-content { margin-left: 0px; }


        .cart__item-content.cart-width .cart__descr-product .product-name,
        .cart__descr-product .product-name { width: 100%; font-size: 14px; margin: 25px 0; }

        .calc-quantity { display: inline-flex; justify-content: flex-start; width: 40%; margin: 0 0 0 9px;}
        
        .price__install{ display:none; }

        ul.cart_item__installation li {  height: auto; }

        .cart__item-delete{ position: absolute; top: 20px; right: 20px; }
        #custom-total { padding: 20px 20px; border-radius: 10px; letter-spacing: 1.0px; }
        .order__sum-title { width: 60%; }
        .order__sum-all { width: 38%;  }
        .order__sum-title .total__title_1 { font-size: 16px; display: block;}
        .total__title_2{ font-size:14px;  display: block;}
        .order__sum-num { font-size: 18px; }
   
   }

   .btn-cart-row{ display: flex;  justify-content: space-evenly;  width: 100%; margin-top: 20px;}

    @media (max-width: 768px) {         
         
         .btn-cart-row {
                display: flex;
                justify-content: space-evenly;
                width: 100%;
                margin-top: 20px;
                flex-direction: column;
         }
          
         .row.page-checkout{
             min-height: 425px;
         } 

    }

   .text_thank_you{ font-size: 26px; text-transform: uppercase; margin-bottom: 40px; }

   .desc__thank_you { font-size: 18px; padding-left: 117px; font-weight: 700; }
   
    
   .desc__thank_you{ font-size:16px; } 

   .desc__thank_you .small_text { text-transform: uppercase; margin-bottom: 8px; font-size: 14px; font-weight: 400; }

   .desc__thank_you .small_text .num_order{ font-size: 20px; font-weight: 700; }

    .desc__thank_you .small_text_1 { display: block; margin-bottom: 29px; font-size: 16px; font-weight: 400;  }

   .thank_you {background: #fff; padding: 65px 40px; display: flex;  flex-direction: row;  border-radius: 10px; }

   .thank_you img { width: 509px; height: 305px; margin-left: 50px; }
   

   .btn-green-btn_1 {        
        color: #fff;
        background: #00D093;
        padding: 15px 20px;
        text-align: center;
        max-width: 204px;
        font-size: 18px;
        font-weight: 400;
        border-radius: 10px;
    }

    .btn-green-btn_1.btn_position { margin: 54px 0 0 5px; display: block; }

    .btn-green-btn_1:hover {
        background-color: #262626;
        color: #fff;
        text-decoration: none;
    }  

    .btn-green-btn_1:focus, 
    .btn-green-btn_1:active {
         background: none;
         border: 2px solid #262626;
    }

    
    @media (max-width: 767px) {

        .btn-green-btn_1.btn_position {
            margin: 54px auto 0 auto;
        }

        .thank_you {
            background: #fff;
            padding: 65px 40px;
            display: flex;
            flex-direction: column;
            border-radius: 10px;
            text-align: center;        
        }

        .thank_you img {
            width: 100%;
            height: auto;
            margin-left: 0;
       }

       .desc__thank_you {
            font-size: 18px;
            padding-left: 0;
            font-weight: 700;
        }

        .text_thank_you {text-align: center;}

        .desc__thank_you .small_text {text-align: center;}

    }



    .icon_text_block{
        display: flex;
        align-items: center;
    }


    .abz{ text-indent: 3em; text-align: justify; }
    .padd_top_text{ margin-bottom: 40px; }    
    
     @media (max-width: 767px) {
         .abz {  text-indent: 2em; text-align: justify; }
     }


     
     .lk__block { display: block; padding-top: 42px !important; margin-bottom: 25px; }

     .account_menu{ background: #fff; padding: 35px 54px; border-radius: 10px; box-shadow: 0px 1px 3px 0px #8E92A333; min-height: 404px; }

     .account_content{  margin-left: 8px; }

     .account_content_bg{ background: #fff;  border-radius: 10px; outline:0px solid blue; box-shadow: 0px 1px 3px 0px #8E92A333;  }

     .edit-profile { padding: 30px 0 40px 35px; }

     .edit-profile .lk-form__wrapper{ width: 100%; max-width: 430px; }

     .nav-pills .nav-link.lk-nav__item { display: flex; align-items: center; padding-left: 0; color: #262626; margin-bottom: 10px; align-items: flex-end;}

     .nav-link.lk-nav__item.show:hover { color: #00d093; text-decoration: none; background:none; }

     .nav-pills .nav-link.lk-nav__item.active { color: #00d093; text-decoration: none; background:none; }

     .nav-pills .show>.nav-link.lk-nav__item:hover {color: #00d093; background: none;}

     .lk-nav__list .lk-nav__exit, .lk-nav__item .lk-nav__link{ display:flex; border: none; background: none; padding: 0; font-size: 15px;
    font-weight: 500; }

     .account-icon-1 { width: 24px; height: 24px; background: url(../images/svg/account-circle-outline.svg) no-repeat; }

     .nav-pills .nav-link.lk-nav__item.active .account-icon-1, 
     .nav-pills .nav-link.lk-nav__item:hover > .account-icon-1{ 
        color: #00d093; 
        background: none;
        background: url(../images/svg/account-circle-outline-green.svg) no-repeat;
      }

     .nav-pills .nav-link.lk-nav__item.active .account-icon-2, 
     .nav-pills .nav-link.lk-nav__item:hover > .account-icon-2{ 
        color: #00d093; 
        background: none;
        background: url(../images/svg/server-green.svg) no-repeat;
      }

     .account-icon-2 { width: 24px; height: 24px; background: url(../images/svg/server.svg) no-repeat; }
     .account-icon-3 { width: 24px; height: 24px; background: url(../images/svg/log-in.svg) no-repeat; }
     .account-icon-4 { width: 23px; height: 23px; background: url(../images/svg/change.svg) no-repeat; }
     
     .account_menu .fio{ font-weight:600; font-size:16px; letter-spacing: 0.2px;}
     .account_menu .email{ font-size: 16px; letter-spacing: 0.2px; padding: 6px 0 0 0; line-height: 20px; margin: 0;} 

     .lk-nav__exit:hover > .account-icon-3{ 
        color: #00d093; 
        background: none;
        background: url(../images/svg/log-in-green.svg) no-repeat;
      }
     
     .account-container {padding-left: 0; padding-right: 0; }
  
     .lk-nav__list{ padding-top:52px; }
      
     .nav-pills .nav-link.lk-nav__item{ color:#262626;  }   
     .nav-pills .nav-link.lk-nav__item:hover { color: #00D093; }
     .lk-nav__exit:hover { color: #00D093; }

     .lk-nav__item .account-icon-1 { margin-right: 11px;}
     .lk-nav__item .account-icon-2 { margin-right: 11px;}
     .lk-nav__item .account-icon-4 { margin-right: 6px;}
     .lk-nav__exit .account-icon-3 { margin-right: 11px;}

      .nav-link.lk-nav__item.active .account-icon-4,
      .lk-nav__item:hover > .account-icon-4{ 
        color: #00d093; 
        background: none;
        background: url(../images/svg/change-green.svg) no-repeat;
      }

     .lk-nav__exit{ margin-top: 6px;}
      
     .account_content h4 {color:#262626; font-size:16px; font-weight:500; text-transform:uppercase; margin-bottom: 35px; } 
     .account_content .label_title{ color:#696E80; font-size:14px; }
     .account_content .title{ color: #262626; font-size: 18px; font-weight: 400; line-height: 24px; margin-top: 9px; }
     
     .account_content .tab__profile { 
        padding-left: 70px;
        padding-top: 35px;
        min-height: 404px;
        padding-bottom: 23px;
      }

     .change__button { position: absolute; top: 2px; right: 34px; }
     .change__button a {  display: flex; flex-direction: row; align-items: center; text-decoration: underline;}
     
     /*.tab__profile { position:relative; }*/

      .lk__block { position:relative; }
     
     .tab__profile .row-info{ display: flex; flex-direction: column; margin-bottom: 18px;}     
   
    #v-pills-edit-profile-tab{ position: absolute; top: 70px; right: 49px; }
    
    .phone_mask_flag_1{ padding-left: 90px !important; }

    .phone_mask_flag_3 { padding-left: 90px !important;}
    
    ._mt_15{margin-top: 15px;}

    .btn-style-1{ 
        border-radius: 10px;
        border: 2px solid #00D093;
        padding: 19px 20px;
        color: #262626;
        Line-height: 20px;
        text-align: center;
        display: flex;
        justify-content: center;
        letter-spacing: 1px;
    }
    

    ._width_165{ width: 165px} 

    .btn-style-1:hover{ background-color:#00D093; color:#fff; text-decoration: none; }

    .btn-style-2 {
        border-radius: 10px;
        background-color: #00D093;
        border: 1px solid #00D093;
        padding: 19px 20px;
        color: #fff;
        font-size: 16px;
        Line-height: 24px;
        text-align: center;
        display: flex;
        justify-content: center;
        letter-spacing: 1px;
    }
    .btn-style-2:hover { background-color:#00BE86; color:#fff; text-decoration: none; }
    .btn-style-2:focus, .btn-style-2:active { background-color:#00BE86; color:#fff; text-decoration: none; }

    .line__button {display: flex; flex-direction: row; margin-top: 21px;}
    .input-w-416{ width:416px; }

    .btn_position_1{ margin-left: 10px; width: 243px; }

    .tab_col_order ._header{ 
        color: #696E80;
        display: block;
        text-align: center;
        font-size: 14px;
        line-height: 20px;        
        font-weight: 400;
        width: 100%;
     } 
     
    .tab_col_order ._content{ 
        color: #262626;
        display: block;
        text-align: center;
        font-size: 17px;
        line-height: 22px;        
        font-weight: 500;    
        width: 100%;
        margin-top: 16px; 
     } 


     .tab_col_order .buyer__details{
        padding: 0px 0px 0 3px;
        margin-top: 11px;
     }

     .tab_col_order .buyer__details span{
        display: block;
        padding: 0;
        margin-bottom: 4px;
        font-weight: 500;
     }

     .tab_col_order .buyer__details span.deliver{
        display: block;
        padding: 0;
        margin-bottom: 10px;
     }
     
     .tab_col_order ._content .img_67{ 
         height: auto;
         display: inline-block;
         width: 20%;
         vertical-align: top;
      }
     
     .tab_col_order{ 
        display: flex;
        align-content: flex-start;
        flex-wrap: wrap;
        flex-direction: column;
        align-items: flex-start; 
     }

     .tab_wrap_history_order{
        display: flex;
        flex-direction: column;
        padding: 42px 70px 47px 106px;
        margin-bottom: 5px;
        
     }

     .tab_wrap_history_order_no{
        min-height: 404px;
        padding: 42px 70px 47px 106px;
        display: flex;
        justify-content: center;
        align-items: center;
     }

     .tab_wrap_history_order_no span{
        font-size: 30px;
        color: #00D093;
        text-transform: uppercase;
        font-weight: 450;
     }
      
     .tab_col_order_wrap{
        padding: 6px 0 0 0;
     }

     .text-left{ text-align:left !important; }


     .tab_col_order ._content .text_position{         
            display: inline-block;
            width: 78%;
            padding-left: 20px;
            padding-top: 5px;
     }

     .tab_col_order ._content .ust{ 
        display: block;
        color: #00D093;
        font-size: 14px;
        margin: 5px 0 0 0px;
        letter-spacing: 0.6px;
        font-weight: 600;
     }   

     .text-right{ text-align:right !important; } 

     .tab_col_info__order_wrap {
        display: block;
        margin-top: 8px;
        padding-top: 8px;
     }

     ._m-t-12{ margin-top:12px !important; }
     ._m-t-11{ margin-top:11px !important; }
     ._m-t-8{ margin-top:8px !important; }

     .tab_col_pay__order_wrap{ display: block; margin-top: 24px; }
     
     .cancel_btn_oreder{ display: flex; flex-direction: row; margin: 22px 0 0 114px; flex-wrap: nowrap;
        align-items: center; color: #FC451D; }   

     .cancel_btn_oreder .icon__no{ width: 12px; height: 12px; margin-right: 10px; 
        background: url(../images/svg/no.svg) no-repeat; }

    .cancel_btn_oreder:hover{ text-decoration: underline; cursor: pointer;}

    .add_btn_review { display: flex; flex-direction: row; margin: 22px 0 0 72px; flex-wrap: nowrap;
        align-items: center; color: #262626;}   

    .add_btn_review .icon__circle_plus{ width: 20px; height: 20px; margin-right: 10px; border-radius: 50%; background:#262626; display: inline-flex;
    align-items: center; justify-content: center;}    

    .add_btn_review:hover{ text-decoration: underline; cursor: pointer;}    

    .status_order{
        display: block;
        color: #0A65FF;
        font-size: 15px;
        font-weight: 600;
        margin-top: 2px;
    }

    .status_order__green{
        display: block;
        color: #00D093;
        font-size: 15px;
        font-weight: 600;
    }

    .icon__circle_plus{ background:#262626; color:#fff; display: inline-block; width:20px; height:20px; text-align:center;  }


    @media (max-width: 767px) {

        .tab_wrap_history_order { display: flex; flex-direction: column; padding: 30px 15px 30px 15px; margin-bottom: 5px;}

        .account_content{  margin-left: 5px; margin-right: 5px; }

        .account_menu { padding: 35px 30px; min-height: auto; margin: 0 5px 5px 5px; }

        #v-pills-edit-profile-tab { position: absolute; top: 180px; right: 15px; }

       .account_content .tab__profile { padding-left: 30px; padding-top: 35px; padding-bottom: 23px; }

       .cancel_btn_oreder { margin: 22px 0 0 0px;}

       .add_btn_review { margin: 22px 0 0 0px;}

       .edit-profile {  padding: 30px 16px 40px 16px;  }

       .tab_wrap_history_order_no span { font-size: 20px; font-weight: 500; text-align: center; margin: 0 auto;}

       .tab_wrap_history_order_no{ min-height: 200px; padding: 0;}

    }     
/** end order-list  **/


/** Table  **/

.resp-tab {
    border-radius: 5px;
    font-weight: normal;
    border: none;
    border-collapse: collapse;
    margin-top: 4px;
    margin-right: 65px;
}

.resp-tab th, .resp-tab td {
    padding: 10px 10px;
    font-size: 17px;
    border: none;    
 /*   border: 1px solid #337AB7; */
    vertical-align: top;
}

.resp-tab td {
    font-weight: 500;
}

.resp-tab tr.product_row{
    border-bottom: 1px solid #EAEBF0;
}

/*
.resp-tab tr.product_row td{
    padding-top: 15px;
} 
*/   

.resp-tab td .td__content{
    color: #262626;
    display: block;
    text-align: center;
    font-size: 17px;
    line-height: 22px;
    font-weight: 500;
    width: 100%;
    margin-top: 16px;
}    


.resp-tab th:first-child, .resp-tab td:first-child {
    padding: 10px 0 10px 0;   
    text-align: left;
}


.tw_1{ width: 47.7% !important; }
.tw_2{ width: 20.0% !important; }
.tw_3{ width: 15.0% !important; }
.tw_4{ width: 25.0% !important; }


.table_content{ width: 384px;  padding-bottom: 11px; }

.resp-tab th { 
    color: #696E80;    
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;  
}


.resp-tab tr .img_67 {
    height: auto;
    display: inline-block;
    width: 20%;
    vertical-align: top;
}


.resp-tab td .text_position {
    display: inline-block;
    width: 70%;
    padding-left: 15px;
    padding-top: 0px;
}


.resp-tab tr:nth-child(even) {
    background: none;
}


.resp-tab td span {
    color: #262626;
    display: none;
    text-align: center;
    font-size: 17px;
    line-height: 22px;
    font-weight: 500;  
}


.resp-tab td span.mob_header{
    color: #696E80;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    margin-right: 10px;
}



.resp-tab td span.product_title {

    color: #262626;
    display: block;
    text-align: left;
    font-size: 17px;
    line-height: 22px;
    font-weight: 500;
    position: inherit;     
}


.resp-tab td span.ust,
.resp-tab td span.ust__green {
    display: block;
    color: #00D093;
    font-size: 14px;
    margin: 5px 0 0 0px;
    letter-spacing: 0.6px;
    font-weight: 600;
    position: inherit; 
    text-align: left;
}

.text-align-td{
    text-align: center;
}


@media(max-width: 768px) {

    .resp-tab td .text_position {
        display: inline-block;
        width: 75%;
        padding-left: 15px;
        padding-top: 0px;
    }

    .table_content {
      width: 100%;    
    }

    .text-align-td{
       text-align: left;
    } 

    .resp-tab thead {
        display: none;
    }
    .resp-tab tr {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        margin-bottom: 30px;
    }
    .resp-tab td {
        margin: 0 -1px -1px 0;
        padding-top: 35px;
        position: relative;
        width: 50%;
    }

    .resp-tab td.mob__line_info{
        padding-top: 0px;
    }


    .resp-tab {    
        margin-right: 0px;
    }


    .resp-tab td span {
        display: block;
        text-align: left;
    }

    .tw_1{ width: 100% !important; }
    .tw_2{ width: 100% !important; }
    .tw_3{ width: 100% !important; }
    .tw_4{ width: 100% !important; }

    .mob__line_info{
       display: flex;
       flex-direction: row;
       align-items: baseline;
       justify-content: flex-start;
    }

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

    .iti { width: 100%; }

    .resp-tab td span.mob_header {    
       margin-bottom: 5px;
    }
    
    .tab_col_order ._content { text-align: left;}
    .tab_col_order ._header{ text-align: left; }

}


@media(max-width: 480px) {
    
}

/*** END TABLE  ***/



/*** END AUTH ***/

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

/*** END AUTH ***/
.wrong{
    background-color:#FC451D;
    color:#fff;
    width:24px;
    height:24px;
}


.uk-modal-dialog.auth {    
    width: 560px;
    border-radius: 10px;
    overflow: hidden;
    padding: 0 50px;
    top: 80px;
}

.uk-modal-dialog.call__back{
    width: 560px;
    border-radius: 10px;
    overflow: hidden;
    padding: 0 50px;
}

.uk-modal-dialog.install__product{
    width: 700px;
    border-radius: 10px;
    top: 60px;
    overflow: hidden;
    padding: 0 30px;
}
    


.uk-modal-dialog.auth .uk-modal-header {    
    padding: 10px 20px;    
    border-bottom: 0;
}

.uk-modal-dialog.install__product .uk-modal-header,
.uk-modal-dialog.call__back .uk-modal-header {    
    padding: 10px 20px;    
    border-bottom: 0;
}


.uk-modal-dialog.auth .uk-modal-title {
    font-size: 1.8rem;
    line-height: 1.3;
    font-weight: 700;
    padding-left: 2px;
}

.uk-modal-dialog.install__product .uk-modal-title,
.uk-modal-dialog.call__back .uk-modal-title {
    font-size: 1.8rem;
    line-height: 1.3;
    font-weight: 700;
    padding-left: 2px;
}

.uk-modal-dialog.auth [class*=uk-modal-close-] {
    position: absolute;
    z-index: 1010;
    top: 30px;
    right: 35px;
    padding: 5px;
}

.uk-modal-dialog.install__product [class*=uk-modal-close-],
.uk-modal-dialog.call__back [class*=uk-modal-close-] {
    position: absolute;
    z-index: 1010;
    top: 30px;
    right: 35px;
    padding: 5px;
}


.uk-modal-dialog.auth .uk-modal-body {
    padding: 60px 30px 50px 30px;
}

.uk-modal-dialog.call__back .uk-modal-body {
    padding: 60px 30px 50px 30px;
}

.uk-modal-dialog.install__product .uk-modal-body {
    padding: 25px 5px 30px 5px;
}

.uk-modal-dialog.auth .error{
    color: #FC451D;
    text-align: right;
    font-style: italic;
    padding-top: 5px;
    font-size: 12px;
}

.uk-modal-dialog.install__product .error,
.uk-modal-dialog.call__back .error{
    color: #FC451D;
    text-align: right;
    font-style: italic;
    padding-top: 5px;
}


 .uk-modal-dialog.auth .uk-close{
    color: #000;
 }

 .uk-modal-dialog.install__product .uk-close,
 .uk-modal-dialog.call__back .uk-close{
    color: #000;
 }


 .uk-modal-dialog.auth .bl-socil-auth{
    border-top: 1px dashed #CECACA;
    padding-top: 29px;
 }

  .uk-modal-dialog.call__back .bl-socil-auth{
    border-top: 1px dashed #CECACA;
    padding-top: 29px;
 }


 .uk-modal-dialog.auth .forgot-password{
    font-style: italic;
 }

 .uk-modal-dialog.call__back .forgot-password{
    font-style: italic;
 }

 .uk-modal-dialog.auth .forgot-password:hover{
    color: #262626;
    cursor: pointer;
    text-decoration: underline;
 }

  .uk-modal-dialog.call__back .forgot-password:hover{
    color: #262626;
    cursor: pointer;
    text-decoration: underline;
 }


 .uk-button.uk-button-default-1{
    padding: 0;
 }


 .popup_wrapper .description{
    margin-top: 9px;
    padding-left: 4px;
    letter-spacing: 0.2px;
    margin-bottom: 18px;
 }


.btn-wrapper{
    display: flex !important;
    justify-content: space-between;
    margin-bottom: 39px;   
    padding-top: 5px;
}


.content_form-buy_install{
    display: flex;
}

.content_form-buy_install .left_bl{ width:36% }

.content_form-buy_install .left_bl img { max-width:180px; max-height:180px }

.content_form-buy_install .right_bl {
    width: 64%;
    padding-top: 40px;
}



@media(max-width: 768px) {

    .uk-modal-dialog.install__product {   
        top: 130px;    
    }

    .content_form-buy_install {
        display: flex;
        flex-direction: column;
    }

    .content_form-buy_install .left_bl{ width:100% }

    .content_form-buy_install .right_bl { width: 100%; padding-top: 40px;}

} 


.lk-content__head-item{ 
    color: #262626;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 20px;   
}


._w_221{ width: 221px; }


._w_265 { width: 265px; }

._w_120 { width: 120px; }


.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 #EAEBF0; 
    transition: .3s;
    width: 100%;
}

.call_back__item,
.auth-form__item{
    margin-bottom: 15px;
    position: relative;
}

.call_back__item span.icon,
.auth-form__item span.icon{
    color: #fff;
    background-color: #FC451D;
    display: block;
    position: absolute;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    top: 18px;
    right: 20px;
    font-style: normal;
}




.modal__form_auth .lk-form__item.error::before {
    content: "";
    background-image: url(/catalog/view/theme/bronex_ua/images/svg/error-icon.svg);
    background-repeat: no-repeat;
    position: absolute;
    width: 24px;
    height: 24px;
    right: 15px;
    top: 24px;
}


.lk-form__item {
    display: flex;
    flex-direction: column;
    position: relative;
}




.choice-spacers__link_empty:hover {    
    border: 1px solid #ccc;     
}

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

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

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


.modal__form_auth.uk-modal{
    top: 45px;
}

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

.popup-line-3{ display: flex; align-items: center; padding-bottom: 12px; }

.popup-line-3 span { font-style: italic; font-size: 16px; line-height: 20px; color: #000; }

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

.mess-blue{ color:#0A65FF;}

.menu__mobile_auth{    
    padding:0 15px;
}

.menu__mobile_wishlist{    
    padding:0 20px;
}

.mobile_line_icon{
    display: flex !important;
    align-items: center;
    flex-direction: row;
    padding-bottom: 5px;
    border-bottom: 1px dashed #444;
    margin-bottom: 10px;
}

.mobile_line_icon_1{
    display: flex; 
    margin-bottom: 10px; 
    padding-left: 24px;
}

.mobile_line_icon_1 .menu__mobile_lang{
   display:inline-flex; width: 80px; height: 25px;
}

.mobile_line_icon_1 .menu__mobile_curr{
   display:inline-flex; width: 80px; height: 25px;
} 


.call_back__item .iti{ width:100%; }

@media(max-width: 768px) {

    .uk-modal-dialog.auth {
        width: 100%;
        border-radius: 10px;
        overflow: hidden;
        padding: 0 20px;
    }

     .uk-modal-dialog.call__back {
        width: 100%;
        border-radius: 10px;
        overflow: hidden;
        padding: 0 20px;
        top: 80px;

    }

    .uk-modal-dialog.auth .uk-modal-body {
       padding: 44px 0 45px 0;
    }

    .uk-modal-dialog.call__back .uk-modal-body {
       padding: 44px 0 45px 0;
    }
    
    .btn-wrapper {
        display: flex !important;
        justify-content: space-between;
        margin-bottom: 39px;
        padding-top: 5px;
        flex-direction: column;
        align-items: flex-start;
    } 
    
    .button_style__5._w_120,
    .button_style__4._w_265,
    .button_style__5._w_221,
    .button_style__4._w_160{ width: 100%; } 


    .mobile .btn_1{ margin-bottom:10px; }

}


#form_feedback{ position: relative; }

#form_feedback .form__item.error{ 
    position:relative; 
}    

#form_feedback .form__item.error .error__content{ 
    position: absolute;
    top: -12px;
    right: 30px;
    font-size: 14px;
    background: #fff;
    color: red;
    z-index: 10;
}  


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

.btn-telefon{
    color: #fff;
    background: none;
    border: none;
} 

.menu__mobile_contact  .dropdown-menu.ul-telefon {
    background: rgba(0, 0, 0, 0.8) !important;
    width: 80%;
} 


/*****  chebox  *****/
  .custom-checkbox {  
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.custom-checkbox+label {
  display: inline-flex;
  align-items: center;
  user-select: none;
}


.custom-checkbox+label:hover {
  cursor: pointer;
}

.custom-checkbox+label::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  flex-grow: 0;
  border: 2px solid #696E80;
  border-radius: 0.25em;
  margin-right: 0.5em;
  background-repeat: no-repeat;
  background-position: center right;  
  background-size: 90% 90%;
}                    
.custom-checkbox:checked+label::before {
  border-color: #00D093;
  background-color: #00D093;  
  background-image: url("/catalog/view/theme/bronex_ua/images/svg/chebox_w.svg");
  
}                    
 /* стили при наведении курсора на checkbox */
.custom-checkbox:not(:disabled):not(:checked)+label:hover::before {
  border-color: #666666;
}
/* стили для активного состояния чекбокса (при нажатии на него) */
.custom-checkbox:not(:disabled):active+label::before {
  background-color: #85ebbd;
  border-color: #696E80;
}
/* стили для чекбокса, находящегося в фокусе */
.custom-checkbox:focus+label::before {
  box-shadow: 0 0 0 0.05rem rgba(105, 110, 128, 0.25);
}
/* стили для чекбокса, находящегося в фокусе и не находящегося в состоянии checked */
.custom-checkbox:focus:not(:checked)+label::before {
  border-color: #85ebbd;
}
/* стили для чекбокса, находящегося в состоянии disabled */
.custom-checkbox:disabled+label::before {
  background-color: #e9ecef;
}


.see_all_overflow {
    height: auto;
    max-height: 255px;
    overflow-y: auto;
    transition: max-height 0.1s;
    margin-bottom: 10px;
}

.see_all_overflow::-webkit-scrollbar { width: 10px;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.08), 10px 10px 22px rgba(149, 150, 150, 0.11);
}
.see_all_overflow::-webkit-scrollbar-track { background-color: #BFBEBE;
  border-radius: 0; overflow: hidden;
}
.see_all_overflow::-webkit-scrollbar-thumb { background-color: #FBFBFB;
  border: 2px solid #BFBEBE; border-radius: 0px;
}

/** Оформление заказа **/

.cart-select__list_custome{
   border: 1px solid #ccc;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    background-color: #fff;
    max-width: 500px;
    width: 100%;
    border-radius: 10px;
}

ul.cart-select__list_custome li{
    list-style: none;    
}

ul.cart-select__list_custome li a{
   color: #262626; 
   font-size: 12px;
}


ul.cart-select__list_custome li a:hover{
   color: #262626; 
   background-color: #f1f1f1;
}

.lk-form__item.error .error__content{
    color: #FC451D;
    font-style: italic;
    text-align: right;
    padding-right: 18px;
    font-size: 14px;
}

#custom-customer .lk-form__item.error::before {
    content: "";
    background-image: url(/catalog/view/theme/bronex_ua/images/svg/error-icon.svg);
    background-repeat: no-repeat;
    position: absolute;
    width: 24px;
    height: 24px;
    right: 25px;
    top: 23px;
    z-index: 1;
}

#custom-customer .error {
    color: #FC451D;
  /*  text-align: right; */
    font-style: italic;
    padding-top: 5px;
    font-size: 12px;
}

.alert-warning{
   color: #FC451D; 
   border-radius: 10px;
   border: 1px solid #FC451D;
   background: none;
}

.alert{
   display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 20px;
}


.alert .close{
    border: none;
    font-size: 30px;
    background: none;
    padding: 0;
}

#shipping_flat{
    margin: 20px 0 0 30px;
}
   

@media(max-width: 768px) {
   #shipping_flat{
    margin: 20px 0 0 0px;
   }

   #shipping_flat .input-w-500 {
      width: 100%;
   } 

   #custom-shipping .cart-select{
      width: 100%;
   }

}


ul.sitemap{

}

ul.sitemap li{
    font-size: 18px;
    list-style: none;        
}

ul.sitemap li a{
   color: #262626;
   font-weight: 400;   
}

section.article{
    padding-top: 30px;
}

.info-page p{ margin: 15px 0; }

.info-page h3{ margin: 0 0 20px 0; font-weight:500; }

._icon__wishlist{ position:relative; }

._icon__wishlist .head-btn__result {
    padding-top: 1px;
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: rgba(0, 208, 147, 1);
    font-size: 12px;
    border-radius: 50%;
    text-align: center;
    color: #000;
    font-weight: 500;
    top: 13px;
    left: 14px;
}



.ban_cat_wish{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
}

.ban_cat_wish .banner_cat__item{
    background: #fff;
    border-radius: 10px;
    width: 49%;
}


/*** search ***/


.search_desctop__input{
   padding-top: 28px;
    padding-right: 12px;
    margin-bottom: 24px;
    position: relative;
    padding-bottom: 60px;
}

.form-search-desktop{
    padding: 16px 10px 16px 24px;
    position: relative;
    border-radius: 5px;
    width: 100%;
}


.search_desctop__input .search__input{
    padding-top: 3px;
    max-width: 84%;
    width: 84%;
    padding-right: 3px;
    position: relative;
}

.search_desctop__input .icon__search{
   position: absolute;
    top: 6px;
    right: 20px;
    border: none;
    background: none;
}

.search_desctop__input .icon__search:hover{
    cursor:pointer;    
}


.form-search-desktop{
    border: 1px solid #DFDFDF; 
}

.form-search-desktop:focus,
.form-search-desktop:active,
{
    border: 1px solid #333;
}


.search {
    position: absolute;
    width: 100%;    
    z-index: 10;
}

.search.search__header{
    width: 95%;
}

.search__form {
    display: flex;
    justify-content: center;
    padding-right: 4px;
}


.search .search__results {
    max-height: 420px;
    overflow: hidden;
    border-radius: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
    width: 99.5%;
    background-color: #fff;
    border: 1px solid #E1E1E1;
    display: none;
}

.search .results__list {
    padding: 22px 36px 10px 16px;
}

.search .result__item {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 0;
    align-items: center;
}

.search .result__item .result__item-img{
    width: 10%;
}

.search .result__item .result__item-description{
    width: 70%;
}

.search .result__item .result__item-price{
    width: 15%;
}

.search .result__search-results{
    text-align: center;
    padding: 0;
    background-color: #00D093;    
}

.search  .result__search-results a{
    color: #fff;
    padding: 20px;
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
}

.search  .result__search-results a:hover{
    text-decoration: none;
}

.search  .result__search-results:hover{
    background-color: #00BE86;    
}


.search .result__item-name a{
    color: #262626;
    text-decoration: none;
}

.search .result__item-name a:hover{
    color: #00BE86; 
}

.search .results__list li:nth-child(odd) {    
    background-color: #ecf7f3;
}


.search-result .section__about-shop{
    margin-bottom: 60px;
    margin-top: 60px;
}



.result__item_header{
    display: inline-flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;  
}


.search__header .result__item_header .result__item-img{
    width: 50%;
}

.search__header .result__item_header .result__item-description{
    width: 100%;
}

.search__header .result__item_header .result__item-price{
    width: 50%;
    font-weight: 700;
}

.search__header .results__list {
    padding: 22px 16px 10px 16px;
}

.search__header .results__list li:nth-child(odd) {
    background: none;
    border-bottom: 1px solid #ecf7f3;
}

.search__header .result__item-name a{
    font-size: 14px;
}

.search__header .search__results {
    max-height: 656px;
}


/*

.search__form-btn {
    border: 0;
    position: relative;
    width: 73px;
    outline: 0;
}
.search__form-input, .search__form-btn, .search__inner {
    background-color: #F5F5F5;
}
*/

.search__form-input {
    outline: 0;
    padding-right: 15px;
    height: 56px;
    border: 0;
    width: 100%;
    color: #3A3939;
    font-weight: 500;
}

.search__form-input {
    font-size: 18px;
}


.search__results.open {
    display: block;
}
.search__results {
    max-height: 419px;
    width: 340px;
    background-color: #fff;
    border: 1px solid #E1E1E1;
    display: none;
}

.reset_pass{
    padding-bottom: 20px;
    display: block;
}


.reset_pass_ins{
    background-color: #FFFFFF;
    display: block;
    width: 100%;    
    border-radius: 10px;
    padding: 56px 78px;
}

@media (max-width: 768px) {

    .reset_pass_ins {        
       padding: 25px 25px;
    }

    
    #form_feedback .form__item{ 
      width: 100%;
    }    


}



.modal-btns{
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
}

@media (max-width: 768px) {
  .modal-btns {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
  }
  
  .modal-btns ._w_146{ width: 100%; }
  .modal-btns ._w_240{ width: 100%; }

  .modal-btns .btn_submit_1{margin-left: 0; margin-top: 15px;}

}  


.text_mess{ margin-top: 11px; }
    
.reset_pass_ins .lk-form__wrapper{ margin-top: 18px; max-width: 400px; }    

.reset_pass_ins .lk-form__wrapper .lk-form__item { margin-bottom:15px; }

._w_146 { width: 146px; }
._w_240 { width: 240px; }

.btn_submit_1 { margin-left: 12px; }


.modal-thnx__review-title.h4{
    color: #00D093;
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
}

hr.line_class_1{
   border: 1px dashed #BEC1CB;   
   max-width: 300px;
   margin: 28px auto 0 auto;
}


.form_ins__order_call_back ul.iti__country-list{
    background: #262626 !important;
}

.form_ins__order_call_back .iti__search-input{
    background: #262626;
    margin-bottom: 1px;
}

.marg_bottom_footer{
   display:flex; 
   height:60px;
}

.sitemap-list{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

@media (max-width: 768px) {    
   .sitemap-list {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: space-between;
    } 
}

.sitemap-list .article__main{
    width: 49.5%;
    background: #fff;
    border-radius: 10px;
    padding: 30px 10px;
}


.sitemap-list .article__main:last-child ul.sitemap{
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}

ul.sitemap li a:hover{
   color: #00D093;
}


ul.sitemap li  li {
    font-size: 14px;
    list-style: none;
    font-style: italic;
    padding: 1px;
}


ul.sitemap li.map-title a{ font-weight:700; }
ul.sitemap li.map-title li a{ font-weight:200; }

ul.sitemap li ul{ margin-top:20px; margin-bottom:20px; }


#column-left-cat{ margin-bottom: 10px; }

@media (max-width: 768px) {   

   .sitemap-list {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: space-between;
    } 

    .sitemap-list .article__main{
        width: 100.0%;
        background: #fff;
        border-radius: 10px;
        padding: 30px 10px;
    }

    ul.sitemap li  ul{
        padding-left: 0;
    }

    ul.sitemap{
        padding-left: 10px;
    }

    .categories_filter{
        margin-bottom: 10px;
    }

}


ul.ul_li_in_text{
    margin: 20px 0 ;
}

ul.ul_li_in_text li{
    font-size: 18px;
    line-height: 28px;
    text-align: left;
    color: rgba(105, 110, 128, 1);
}


.banner_cat .banner_cat__item:hover{
   background-color: #DFDFDF;
   cursor: pointer;
}

.header_order {   
    min-height: 80px;
    background: rgba(234, 235, 240, 1);
}

.header_order .dropdown-item.header_order_item{
    color: #262626;
}

.header_order .btn-telefon{
    color: #262626;
    font-weight: 600;
}


.jc_space-between{
   justify-content: space-between;
   align-items: center;
}

.g-0-7 {
    --bs-gutter-y: 0.7rem;
}

.mess_successfull{
    color: green;
    font-weight: 500;
}

.tab__no-review-text.h4{    
    text-align: center;
}


.blog-page-img{
    display: flex;    
    justify-content: space-between;
}


.row-info .title.no-telephone {
    color: red;
    font-size: 14px;
    font-weight: 500;
    font-style: italic;
}


section.all-product{
    display: block;
    margin-bottom: 80px;
}


/***** mob filter ****/

#modal-filter-mob{
    margin-top: 130px;
}

#modal-filter-mob-all-product{
    margin-top: 130px;
}


.modal-filter-mob{
    border-radius: 10px;
}


.title-filter_wrapper{
    background: #00D093;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 10px;
    margin-top: -15px;
    margin-left: -15px;
    margin-right: -15px;    
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    font-weight: bold;
    margin-bottom: 15px;
}

.title-filter_wrapper svg{
    margin-right: 10px;
}

.modal-filter-mob .uk-modal-close-default{
    color: #fff;
    top: 14px;
}

.filter_mob_wrapper .uk-accordion-title{
    font-weight: 600;
}




/*** end filter *****/




/***
 * 
 * 
media (min-width: 1200px) {

}

Portrait tablets and medium desktops 
media (min-width: 992px) and (max-width: 1199px) {

}

Portrait tablets and small desktops
media (min-width: 768px) and (max-width: 991px) {

}

Landscape phones and portrait tablets
media (max-width: 767px) {

}

Landscape phones and smaller
media (max-width: 480px) {

}

По надобности дописую промежуточные разрешения, если вдруг по дизайну что то падает на 650px, тогда дописую:

media (max-width: 650) {

}

**/


.category-desc.all-product span a {
    argin-left: 6px;
    color: #333;
    font-weight: 600;
}


.category-desc.all-product ul {
    margin: 20px 40px;
}

.category-desc.all-product span,
.category-desc.all-product p{
    font-size: 18px;
    line-height: 28px;
    text-align: left;
    color: rgba(105, 110, 128, 1);
    padding: 0 0 0 5px;
    margin: 0;
}    

@media (max-width: 1430px) {

     .input-style-1 {
        padding: 1.275rem 2.5rem;
        letter-spacing: 0.05rem;
        max-width: 340px !important;
        width: 340px;
        border-radius: 10px;
        margin-right: 14px !important;
     }

}

@media (min-width: 1400px) and (max-width: 1429px) {
     

      .col-md-slider {
        flex: 0 0 auto;
        width: 74.4%;
        padding-left: 23px;
    }

    .col-md-filter {
        flex: 0 0 auto;
        width: 25.6%;
    } 


}


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

     .col-md-slider {
        flex: 0 0 auto;
        width: 71.0%;
        padding-left: 23px;
    }

    .col-md-filter {
        flex: 0 0 auto;
        width: 29.0%;
    } 

    .banner_cat { margin-top: -47px; }

    .banner_cat .banner_cat__item {
        border: 1px solid #DFDFDF;
        padding: 2px;        
        width: 49%;
        border-radius: 10px;
        text-align: center;
    }

    .banner_cat .banner_cat__item a {
        display: block;
        padding: 20px 0;
    }

}


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

    .preim__right > img {        
         position: absolute;
         margin: 0;
         z-index: 5;
         top: 60px;
         right: 20px;
         width: 60%;
    } 

    .box__4 {        
        top: 100px;
        left: auto;
        right: 30px;    
    }


    .maps__title {
        font-weight: 500;
        font-size: 32px;
        line-height: 40px;
        letter-spacing: 2px;
        text-transform: uppercase;
        color: #0A0A0A;
        max-width: 230px;
        position: absolute;
        left: 110px;
        bottom: 80px;
        margin: 0;
        pointer-events: none;
    }


     .input-style-1 {
        padding: 1.275rem 2.5rem;
        letter-spacing: 0.05rem;
        max-width: 300px !important;
        width: 300px;
        border-radius: 10px;
        margin-right: 14px !important;
     }

    .main-price { font-size: 16px !important; }
    

    .maps__region {
    margin: 77px 0 0 00px;
    }


}


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

      .maps__region {
          margin: 77px 0 0 0;
          padding-left: 0;
      } 


      .maps__img {
        width: 100%;    
      }

      
      .preim__right > img {
        position: absolute;
        margin: 0 0 0 -240px;
        z-index: 5;
        top: 300px;
        right: auto;
        left: 0;
        width: 60%;
      } 

      .box__4 {
        top: 360px;
        left: 0;
        right: auto;
        margin-left: -260px;
      }


      .preim__left > img {
         margin: 0;
         position: absolute;
         z-index: 5;
         top: 130px;
         left: 120px;
         width: 80%;
      }


      .advantages__row_top .blood__1 {
            padding: 10px 60px;
            display: flex;
            flex-direction: row;
      }

      .advantages__row_top .blood__2 {
            padding: 10px 60px;
            display: flex;
            flex-direction: row;
      }

      .advantages__row_top .blood__3 {
            padding: 10px 0 10px 72px;
            display: flex;
            flex-direction: row;
      }

      .advantages__row_top .blood__3 img {
            margin-right: 50px;
      }

      .advantages__row_top .blood__4 {
          padding: 10px 0px 10px 65px;
          display: flex;
          flex-direction: row;
      }

      .advantages__row_top .blood__4 img {
         margin-right: 45px;
      }

      .main-price { font-size: 16px !important; }


      .input-style-1 {
        padding: 1.275rem 2.5rem;
        letter-spacing: 0.05rem;
        max-width: 240px !important;
        width: 240px;
        border-radius: 10px;
        margin-right: 14px !important;
       }


}


@media (min-width: 768px) and (max-width: 991px) {
    
    
    .page-home .slider__filter{
        margin-top: 20px;
    } 



      .filter_wrap {
         width: 100%;
         min-height: auto;
         margin-bottom: 10px;
    }

      
     .preim__left > img{
       margin: 0;
        width: 65%;
        position: absolute;
        left: 50px;
        top: 190px;
     }

     .preim__right > img{
        margin: 0 0 0 0;
        width: 80%;
        position: absolute;
        margin: 0 0 0 -250px;
        width: 65%;
        position: absolute;
        left: 0;
        top: 300px;
     }

     .box__1 {
        font-size: 24px;
        text-transform: uppercase;
        font-weight: 600;
        background-color: #fdfdfd;
        border-radius: 10px;
        width: 280px;
        height: 160px;
        padding: 0 30px;
        position: absolute;
        top: 50px;
        left: 10px;
        display: flex;
        flex-direction: column;
    }

    .box__2 {       
        font-size: 24px;
        text-transform: uppercase;
        font-weight: 500;
        background-color: #fff;
        border-radius: 10px;
        width: 320px;
        height: 168px;
        padding: 30px 30px;
        position: absolute;
        top: 51px;
        left: 380px;        
        display: flex;
        flex-direction: column;
    }


    .box__3 {
        font-size: 24px;
        text-transform: uppercase;
        font-weight: 500;
        background-color: #fff;
        border-radius: 10px;
        width: 419px;
        height: 204px;
        padding: 18px 40px 18px 50px;
        position: absolute;
        top: 226px;
        left: 280px;
        display: flex;
        flex-direction: column;
    }

    .box__4 {     
        top: 360px;
        left: 0;
        right: auto;
        margin-left: -330px;    
    }

      .advantages__row_top .blood__1 {
            padding: 10px 60px;
            display: flex;
            flex-direction: row;
      }

      .advantages__row_top .blood__2 {
            padding: 10px 60px;
            display: flex;
            flex-direction: row;
      }

      .advantages__row_top .blood__3 {
            padding: 10px 0 10px 72px;
            display: flex;
            flex-direction: row;
      }

      .advantages__row_top .blood__3 img {
            margin-right: 50px;
      }

      .advantages__row_top .blood__4 {
          padding: 10px 0px 10px 65px;
          display: flex;
          flex-direction: row;
      }

      .advantages__row_top .blood__4 img {
         margin-right: 45px;
      }


    .maps__title {
        font-size: 28px;
        line-height: 38px;
        max-width: 230px;
        position: absolute;
        left: 100px;
        top: 360px;
        bottom: auto;
        margin: 0;
        pointer-events: none;
    }

     .video__item-link {         
        height: 150px !important;        
    }

    .video__item {
        margin-bottom: 5px !important;
    }


    .wrap__form_order_call_back .button_style__2 {
        width: 415px;
        margin-top: 10px;                
        padding: 24px 12px;
    }
    

    .wrap__form_order_call_back .input-style-1 {
        padding: 1.275rem 2.5rem;
        letter-spacing: 0.05rem;
        max-width: 415px !important;
        width: 415px;
        border-radius: 10px;
        margin-right: 14px !important;
        margin-bottom: 10px;
    }




    .bl__categories{
        padding: 30px 0 0 55px;
    }

    .order__call_back {
        padding-left: 10px;
        margin-top: 27px;
    }


    .col__face {
       padding-left: 25px;
       padding-top: 85px;
     }


    .call_back__row_button {
        background: #fff;
        padding: 0 10px 28px 10px;
        border-radius: 10px;
        margin-top: 5px;        
        max-width: 100%;
        margin: 5px auto 0 auto;
    }


    .main-price { font-size: 16px !important; }


    .banner_cat {
        justify-content: space-between;
        margin-top: -60px;
    }

   
   
}


@media (max-width: 767px){

   
   .maps__block_home {
    padding-top: 74px;
    padding-right: 40px;
    padding-left: 0px;
    }   

 
   .col-lg-filter{
      margin-top: -30px;
      padding-bottom: 30px;
   }


   .preim__left img{
       margin: 0;
        width: 45%;
        position: absolute;
        left: 154px;
        top: 104px;
   }

    .preim__right img{
       margin: 0 0 0 0;       
       width: 80%;
       position: absolute;margin: 0;
        width: 48%;
        position: absolute;
        left: 48px;
        top: 28px;
    }

    .box__1 {
        font-size: 24px;
        width: 86%;
        display: flex;
        height: 115px;
        padding: 22px 20px;
        position: absolute;        
        top: 530px;
        left: 7%;
        background: none;
        flex-direction: row; 

    }

    .box__2{        
        font-size: 24px;        
        width: 86%;
        height: 110px;
        padding: 15px 47px;
        position: absolute;
        top: 240px;
        left: 7%;        
        
    }


    .box__3{
        font-size: 24px;
        width: 86%;
        height: 165px;
        padding: 22px 47px;
        position: absolute;
        top: 364px;
        left: 7%;       
    }

    .box__4 {    
        top: 320px;
        left: 0px;  
        display: none;  
    }

    .section__preim{
       min-height: 578px;
    }  

    .box__2 span.line__text_1 {
      font-size: 20px;
    }

    .box__2 span.line__text_2, 
    .box__3 span.line__text_4 {
        font-size: 24px;
        line-height: 24px;    
    }

    .box__2 span.line__text_3 {
        font-size: 16px;
        margin-left: 26px;
        margin-top: 2px;
        color: #696E80;
    }  

    .box__3 span.line__text_5 {  
        font-size: 0.810rem;
        margin-top: 8px;
        line-height: 22px;    
    }

    .box__1 span.green_text {        
        font-size: 54px;
        line-height: 60px;
        width: 49.4%;  
        margin-right: 0;
    }

    .box__1 span.black_text {
        width: 49.4%;
        line-height: 26px;
        margin-left: 0px;
        font-size: 18px;
        margin-top: 16px;
        padding-left: 20px;
    }

    .maps__title {        
        font-size: 24px;
        line-height: 34px;
        max-width: 230px;
        position: absolute;
        left: 50px;
        top: 540px;
        bottom: auto;
        margin: 0;
        pointer-events: none;
    }

    .bl_footer__mobile img.mobile_logo_footer {
        height: 13px;
        margin-bottom: 0;
        margin-top: 6px;
        margin-right: 20px;
    }


    .input-style-1 {        
        max-width: 100% !important;
        width: 100%;        
    }

    .main-price { font-size: 14px !important; }

     .video__item-link {         
        height: 100px !important;        
    }

    .video__item {
        margin-bottom: 5px !important;
    }


    .uk-slideshow img{
        width: 100%;
    }


}


@media (max-width: 598px) {

    .maps__region {
        margin: 0;
    }

    .maps__title--accent {    
        display: inline-flex;
        margin-right: 6px;
    }
    
    .maps__title {  
        display: none;      
        font-weight: 500;
        font-size: 18px;
        line-height: 18px;
        letter-spacing: 2px;
        text-transform: uppercase;
        color: #0A0A0A;
        max-width: 100%;
        position: absolute;
        left: 18px;
        bottom: auto;
        top: 60px;
        margin: 0;
        pointer-events: none;
    } 

    .maps__block_home {
        padding-top: 20px;
        padding-right: 0;
        padding-left: 0;
    }

}

/*
.header__langs{
    display: none;
}
*/


/***   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: #00D093;
 }

.line-exit-but{
    display: flex;
    flex-direction: row;
    font-size: 16px;
    align-items: center;
}

.line-exit-but img{
  margin-right: 5px;
  height: 20px;
}


.text-profile-popup{
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 5px;
}
    

 /***  end profile   ***/


 .no-products{
    display: flex;
    padding: 20px;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
 }


 #shipping_flatrupost{
    padding: 0 0 0 30px;
 }


 #shipping_flatrupost .form-input{
    margin-top: 20px;
 } 

 .thank_you .video-success {
    width:50%; 
    height:auto;
 }

 .thank_you .desc__thank_you{
    width: 50%;
 }


/* Выпадушки для выбора языка и валюты */


.header__links {
    margin-right: 37px;
}

.links {
    display: flex;
}

.dropdown-list {
    display: none;
}

.dropdown {
    position: relative;
    /* padding: 8px 10px; */
    padding: 0 10px;
}

.drop__content {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: .5s;
}

.link-item {
    position: absolute;
    background: transparent;
}

.dropdown:hover .link__item {
    background: #1A3C5E;
}

.dropdown:hover .drop__content {
    opacity: 1;
    max-height: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.link__item-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    color: #ffffff;
    background: transparent;
    border: none;
    outline: none;
    cursor: pointer;
}

.link__item-btn .drop_title {
    margin-top: 0;
}

.link__item-btn.active {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    color: #ffffff;
    background: transparent;
    border: none;
    outline: none;
    cursor: pointer;
}

.link__item-btn.active .arrow {
    width: 8px;
    height: 8px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(-45deg);
    position: relative;
    top: -2.5px;
    margin-left: 5px;
    transition: .4s;
}

.link__item:not(:first-child) {
    margin-left: 45px;
}

.link__item-link {
    margin-top: 6px;
    white-space: nowrap;
}

.link__item-link a, .link__item-link button {
    color: #fff;
}
.link__item-link button{
    background: transparent;
    border: none;
    text-align: left;
    padding: 0;
    cursor: pointer;
}

.link__item-link a.action {
    color: #6DA5C5;
}

.link__item-link button.action {
    color: #00D093;
}
.link__item-btn span {
    margin-right: 5px;
}

.link__item-img {
    height: 13px;
    margin-right: 5px;
}

.link__item-btn .arrow {
    width: 8px;
    height: 8px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(-45deg);
    position: relative;
    top: -2.5px;
    margin-left: 5px;
    transition: .4s;
}
.link__item-btn .drop_title .back{
    display: none;
}
.dropdown-form:hover .link__item-btn .arrow {
    transform: rotate(135deg);
    top: 2.5px;
}
.dropdown-form:hover .link__item-btn .drop_title .front{display: none;}
.dropdown-form:hover .link__item-btn .drop_title .back{display: block;}
.icons {
    display: flex;
    margin-top: 51px;
    width: 200px;
    justify-content: space-between;
}

.icon__item {
    display: block;
}

.icon__item+.icon__item {
    margin-left: 57px;
}

.dropdown-form {
    position: relative;
    color: #fff;
    flex: 0 0 33%;
}

.dropdown-form .dropdown-form__inner {
    position: absolute;
    left: -10px;
    top: -6px;
    padding: 8px 9px;
    background: transparent;
}

.dropdown-form .dropdown-form__inner ul {
    display: none;
    opacity: 0;
    visibility: hidden;
    transition: .4s;
}

.dropdown-form:hover .dropdown-form__inner {
    background: #000;
    z-index: 22;
}

.dropdown-form:hover .dropdown-form__list {
    display: block;
    opacity: 1;
    visibility: visible;    
    list-style-type: none;
    padding-left: 0;
}

.dropdown-form .dropdown-form__list.open {
    display: block;
    opacity: 1;
    visibility: visible;
}

.drop_title{
  font-size: 14px;
  line-height: 19px;
  display: flex;
  justify-content: center;
  text-align: center;
  color: #B3B3B3;
  margin-top: 20px;
}

.text{    
    font-size: 13px;
    line-height: 19px;
}

.header_langs_wrap {
    display: flex !important;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
}

.header_langs_style{
    min-width: 180px;    
    border: 0px solid red;
    padding-top: 32px;
    padding-left: 0;
    padding-right: 0;
}


.material-item{
    display: flex;
    flex-direction: column;
    line-height: 20px;
}

.color-black{ color:#000; }


.result__item-price .price_orig{
    font-size: 12px;
}


.call_back_form .modal-title{ font-size: 1.8rem; line-height: 1.3; font-weight: 700; padding-left: 20px;}

.call_back_form { max-width: 100% !important; width: 560px; }

.call_back_form .modal-content { padding: 61px 60px 30px 60px; }

.call_back_form .btn-close { position: absolute; right: 36px; top: 30px; }

.call_back_form .modal-body .description{ margin-top: 9px; padding-left: 4px; letter-spacing: 0.2px;  margin-bottom: 18px;  color: #000;}

.call_back_form .modal-header { padding: 0;  border: 0}

.call_back_form .modal-body { padding: 0 1rem 1rem 1rem;  }

.accordion-filter_wrapper img:hover { cursor: pointer; }