 .form-control:focus {
  border-color: #AEAEAE;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0, 0, 0, .3);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0, 0, 0, .3);
}

html{
  scroll-behavior: smooth
}

.modal-content {
  z-index: 11000000 !important;
  border-radius: 20px;
}

.rounded {
  border-radius: 15px !important;
}

.btn {
  border-radius: 40px !important;
}

.kol{
  font-size: 11px;
  position: absolute;
  margin-left: 2px;
}

.new_scroll_index, .new_scroll {
  height: 520px;
  overflow-y: hidden;
}

.new_scroll_index .col_my {
  min-width: 250px;
  max-width: 250px;
  /*height: 450px;*/
}

#tab_new a.active {
  color: black !important;

  border-bottom: solid black 2px;
}




.dropdown-item {
  white-space: normal;
}

.btn:focus {
  box-shadow: none !important;
  outline: 0 none !important;
}

@media (min-width: 1200px){
  .container {
    width: 1300px !important;
  }
}

body {
  /*position: relative;*/
}


.sticky-top{
 top: 50px;
 z-index: 100;
}

@media (max-width: 750px) {
  .modal-open .sticky-top {
   opacity: 0;
 }
 .sticky-top{
   top:30px;
 }
}  

a:hover {
  text-decoration: none;
}

.search_fav a{
 text-decoration: none !important;
}


.main_menu_gorizontal {
 margin: 15px 0;
}

input[type="checkbox"]+div,  input[type="radio"]+div{ display: inline-block; }

a.go_top {
  position: fixed;
  bottom: 25px;
  right: 15px;
  cursor: pointer;
  display: none;
  z-index: 9999;
  width: 45px;
  height: 45px;
  text-align: center;
  background: #777;
  color: white;
  padding: 12px 0;
  border-radius: 50%;
}

.footer, .footer a{
  color: black !important;
  opacity: .7;
  font-size: 13px;
}

.footer .social a, .mobil_menu .social a {
 display: inline-block;
 font-size: 20px;
 text-align: center;
 margin-right: 20px;
}

/*--------------------------------*/


/*           .menu_top .dropdown.hover:hover>.dropdown-menu { 
             display: block !important; 
             } */
             .dropdown-menu {
               min-width: 12em !important;
             }
             /*-----------------------------------------------------*/
             /*--------------------- header ------------------------*/
             /*-----------------------------------------------------*/

             .fixed_block.position-absolute {
              z-index: 1000;
              top: 0;
              width: 100%;
            }

            .fixed_block .logo.dark
            { display: none; }

            .fixed_block.fixed .logo.dark
            { display: inline-block; }

            .fixed_block.fixed .logo
            { display: none; }

            .fixed_block.noindex{
              color: white;
              padding-bottom: 0;
            }
            .fixed_block{
              color: white;
              padding-bottom: 100px;
            }

            .fixed_block.fixed{
              color: black;
              padding-bottom: 0;
              /*box-shadow: 0 0 30px rgba(0,0,0, .2)*/
            }

            .fixed_block ul>li>a, .fixed_block ul>a {
              color: white;
            }

            .fixed_block ul>li>a+ul a{
              color: black;
            }

            .fixed_block.fixed ul>li>a, .fixed_block.fixed ul>a, .fixed_block.fixed a {
              color: black;
            }
/*
.fixed_block .header_top{
color: white !important;
}
*/
.breadcrumb_my {
  padding-top: 155px;
}

.fixed_block .header_top{
/*    height: 0px;
overflow: hidden;*/
margin-top: 0;
margin-bottom: 30px;
transition: 0.2s;
}

.fixed_block.fixed .header_top{
/*    height: 0px;
overflow: hidden;*/
margin-top: 0;
margin-bottom: 0px;
transition: 0.2s;
}

.fixed_block.fixed .container-fluid{
  background: white;
  transition: 0.2s;

}

/*.header_top>div  {
  border-bottom: 1px solid rgba(255,255,255, .3);
  }*/


  header .panel i.bi {
    font-size: 20px;
  }

  header a{
    color: white;
  }

  header a:hover, header a:focus, header a:active{
    color: white !important;
    opacity: .7;
  }

  header.fixed a:hover, header.fixed a:focus, header.fixed a:active{
    color: black !important;
    opacity: .7;
  }


  header.noindex a:hover, header.noindex a:focus, header.noindex a:active,
  header .dropdown-menu a:hover, header .dropdown-menu a:focus, header .dropdown-menu a:active
  {
    color: black !important;
    opacity: .6;
  }

  header .top_social a{
    font-size: 18px;
    padding: 0 5px;
  }

  /*                NoIndex               */

  .fixed_block.noindex {
    background: white !important;
    /*border-bottom: 1px solid rgba(0,0,0, .1);*/
    /*padding-bottom: 30px;*/
  }

  .fixed_block.fixed-top.noindex {
    /*z-index: 0 !important;*/
  }

  .fixed_block.fixed-top.noindex.fixed {
    /*z-index: 10 !important;*/
  }


  .fixed_block.noindex .header_top{
    margin-bottom: 20px;
  }

  .fixed_block.noindex.fixed .header_top{
    margin-bottom: 0;
  }

  .fixed_block.noindex.fixed {
    margin-bottom: 0;
  }


  .fixed_block.noindex .logo {
    display: none;
  }
  .fixed_block.noindex .logo.dark {
    display: inline-block !important;
  }

  .fixed_block.noindex{
    color: black !important;
  }


  .fixed_block.noindex ul>li>a+ul a,
  .fixed_block.noindex a
  {
    color: black;
  }

  .fixed_block.noindex .header_top>div {
    /*border-bottom: 1px solid rgba(0,0,0, .1);*/
  }



  @media (max-width: 750px) {

    header .flex-header {
     /*display: block !important;*/
     height: 80px;
     color: white;  

   }

   .logo img {
    margin-bottom: 25px;
    width: 150px;
    margin-left: 20px;
  }

  header .flex-header .logo {
   text-align: center;
   padding: 20px 0 10px;
   float: left;

 }

 header .flex-header .phone {
   text-align: right;
   font-size: 13px;
   font-weight: normal;
   line-height: 12pt;
 }

 header .cart {
   margin-top: 40px;
   text-align: center;
   position: absolute;
   top: -31px;
   right: 40px;
   z-index: 100;
 }

 header .cart a {
   font-size: 20px;
   /* text-transform: uppercase; */
   text-decoration: none;
   color: white !important;
   padding: 0;
   border: none;
   margin: -5px 20px;
 }

 header .cart a .kol {
   font-size: 11px;
   background: red;
   padding: 5px 10px;
 }

 .menu_mobile {
  padding: 10px;
  border-bottom: 1px solid rgba(255,255,255, .1)
}


.menu_mobile a{
  font-size: 18px;
  text-decoration: none;
  margin-right: 10px;
}

.menu .modal-content .btn {
  font-size: 18px; 
  padding: 10px 20px;
  margin: 0 0 6px;
  position: absolute;
  right: 0;
  top: 10px;
  background: none;
  z-index: 100000;
}

}


/*            Modal           */
.modal *[aria-label="Close"] {
  font-size: 30px;
  position: absolute;
  right: 15px;
  top: 10px;
  cursor: pointer;
}

.modal.menu *[aria-label="Close"] {
  font-size: 30px;
  position: absolute;
  right: 15px;
  top: 10px;
  cursor: pointer;
}

.modal-content {
  z-index: 11000000 !important;
}
.nm { margin: 0 !important; }

#form_search   .modal-dialog {
  max-width: 1200px;
}

#form_search .modal-content {
  background: none;
  border: none;
}





/*********************************************************************************/

#modal_menu .modal-dialog{
  width: 100% !important;
  height: 100vh;
}
#modal_menu .modal-body{
  width: 100% !important;
  height: 100vh;
  background: white;
}

/*.modal.menu {
position: absolute;
left: 0; right: 0; top: 0; bottom: 0;
}*/

.modal.menu .modal-dialog {
  /*position: fixed;*/
  width: auto;
  margin: 0;
  left: 0;
  pointer-events: none;
  width: 100%;
  font-size: 14px;
  pointer-events: auto;
  opacity: .8;

}

.modal.menu .modal-content {
  position: fixed;
  top: 0;
  right: 0 !important;
  border: none;
  /*height: 100vh;*/
  border-radius: 0;
  padding: 0 0 0 30px;
}
.modal.menu  .close {
  text-shadow:none;
  opacity: .5;
  font-size: 60px;
}
.modal.menu .modal-body::-webkit-scrollbar {
  width: 10px;
}

.modal.menu .modal-body::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.3);
}

.modal.menu .modal-body::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, .1);
}
.modal.menu .modal-body {
  padding: 0;
  /*height: calc(90vh - 40px);*/
  overflow: auto;
}

.modal.menu .modal-content {
  background: rgba(255,255,255, 1);
  z-index: 1000000
}

@media (min-width: 576px){
  .modal-dialog {
    max-width: 600px;
  }

  .modal-dialog.modal-xl {
    max-width: 900px;
  }

}

.modal-backdrop.show {
  z-index: 1040;
}

/*#modal_menu.fade2 {
    transform: scale(0.9);
    opacity: 0;
    transition: all .3s linear;
    display: block !important;
    z-index: -1 !important;
}

#modal_menu.fade2.show {
    opacity: 1;
    transform: scale(1);
      z-index: 1000000 !important;
}
*/


.modal.fade .modal-dialog {
 -webkit-transform: scale(0.1);
 -moz-transform: scale(0.1);
 -ms-transform: scale(0.1);
 transform: scale(0.1);
 top: 300px;
 opacity: 0;
 -webkit-transition: all 0.4s;
 -moz-transition: all 0.4s;
 transition: all 0.4s;
}

.modal.fade.show .modal-dialog {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transform: translate3d(0, -300px, 0);
  transform: translate3d(0, -300px, 0);
  opacity: 1;
}

@media (min-width: 576px){
  .modal.menu  .modal-dialog {
   max-width: 100% !important; 
   margin:0 important;
 }
}

/*.modal.fade:not(.in) .modal-dialog {
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
    }*/
    #share.show_no {
      left:-450px !important;
      transition: all .4s linear;
    }
    #share.show_yes {
      left: -50px !important;
      /*opacity: 1;*/
      transition: all .4s linear;
    }

    html.noscroll {
      position: fixed; 
      overflow-y: scroll;
      width: 100%;
    }

    #to_right{
      cursor: pointer;
    }
    #to_right:before {
      font-family: "FontAwesome";
      content:"\f0b0";
      padding: 4px 0 0 7px;
    }

    #to_right.active:before {
      font-family: "FontAwesome";
      content:"\f00d";
      padding: 4px 0 0 7px;
    }

    #share::-webkit-scrollbar, #share_1::-webkit-scrollbar {
      width: 7px;
    }

    #share::-webkit-scrollbar-thumb, #share_1::-webkit-scrollbar-thumb {
      background: rgba(0, 0, 0, 0.3);
      /*margin-right: -2px !important;*/
    }

    #share::-webkit-scrollbar-track, #share_1::-webkit-scrollbar-track {
      background: rgba(0, 0, 0, .05);
    }

    .size_radio input[type='radio'] {
      display: none;
    }
    .size_radio input[type='radio']+label  {
     border: 1px solid #dee2e6;
     padding: 0 3px 0 5px;
     border-radius: 5px;
     cursor: pointer;
   }
   .size_radio input[type='radio']:checked+label {
    background: #EEE;
    border-color: #EEE;
  }



  @media (max-width: 1200px) {
    .col .panel {
      padding: 5px 25px 5px 0;
      position: fixed;
      bottom: 0; 
      left: 0; 
      width: 100%; 
      background: black !important;
      text-align: center !important;
      color: white !important;
    }

    .fixed .col .panel,
    .fixed .col .panel a,
    .noindex .col .panel a,
    {
      color: white !important;
    }
/*.fixed_block.noindex a {
    color: black !important;
    }*/
    .panel a{
      color: white !important;
    }
  } 


  .col-xs-5th, .col-sm-5th, .col-md-5th, .col-lg-5th, .col-xl-5th {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
  @media (min-width: 576px) {
    .col-sm-5th {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
      flex: 0 0 20%;
      max-width: 20%;
    }
  }
  @media (min-width: 768px) {
    .col-md-5th {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
      flex: 0 0 20%;
      max-width: 20%;
    }
  }
  @media (min-width: 992px) {
    .col-lg-5th {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 20% !important;
      flex: 0 0 20% !important;
      max-width: 20%;
    }
  }
  @media (min-width: 1600px) {
    .col-xl-5th {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 20% !important;
      flex: 0 0 20% !important;
      max-width: 20% !important;
    }
  }


  /*    Оформление характеристик    */

.table_har { 

  width: 100%; margin: -30px 0 20px;
  border-padding: 1px !important;
  font-size: 16px;


}


.table_har th, .table_har td{ 
  padding: 5px 0 0;
  border-bottom: 1px #C4C4C4 dotted;
  position: relative;
  display: table-cell;
  text-align: left;
  vertical-align: bottom;
}

.table_har td{ text-align: right; padding-right: 1px;}

.table_har th span, .table_har td span{ 
  display: inline-block;
  background: white;
  /*padding: 0 15px 0 0;*/
  /*margin-bottom: -20px;*/
  bottom: -8px;
  position: relative;
}

.table_har th span {padding-right: 7px;}
.table_har td span {padding-left: 7px;}

/*    Оформление характеристик    */

#to_right { margin-left: -5px; }

#preloader_page {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, .8);
  color: white;
  z-index: 999999
}

#preloader_page div {
  width: 260px;
  height: 40px;
  line-height: 40px;
  font-size: 25px;
  text-align: center;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto
}


.shildiki {
  position: absolute;
  top: 10px;
  left: 10px;
  display: inline-block;
  text-align: center;
  z-index: 10;
}

.shildiki div {padding: 3px 7px 3px; margin-bottom: 3px; font-size: 11px; color: white;}

.shildiki .new { background: #00AD58;}
.shildiki .hit { background: #FF8300;}
.shildiki .skidka { background: #ff5656;}
.shildiki .recom { background: #007FFF;}

/*Убрать  стрелки в number*/

 input[type="number"] { 
  -moz-appearance: textfield;
}
 input[type="number"]::-webkit-inner-spin-button { 
  display: none;
}

  /*      Modal FULL    */

.modal.modal_full{
  width: 100%;
  max-width: 100% !important;
  height: 100vh !important;

}

.modal_full .modal-dialog {
  position: fixed;
  left: 0; 
  right: 0;
  top: 0;
  bottom: 0;
  background-color: white;
  z-index: 9999999999;
  height: 100%;
  max-width: 100% !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

.modal_full .modal-content {
  border: none !important;
  height: 100vh !important;
}

.modal_full .modal-content {
  padding: 0;
}

.modal_full .modal-header{
  border: none !important;
  /*padding: 0 !important;*/
}

.modal-dialog.modal_full_podbor button.close_ {
  position: fixed;
  z-index: 20;
  top: 0;
  right: 10px;
  opacity: 1;
  font-size: 40px;
}

@media (max-width: 750px) { 
  .modal-dialog.modal_full_podbor button.close_ {
    position: fixed;
    z-index: 20;
    top: 0;
    right: 10px;
    opacity: 1;
    font-size: 25px;
  }
}

.modal-dialog-scrollable .modal-content {
  height: 100vh !important;
  max-height: 100vh !important;
}

/*NEW STYLES*/
.shildiki .NEWPRODUCT {
  background: #00AD58;
}
.shildiki .SALELEADER {
  background: #ff8300;
}
.catalog_small {
  height: auto;
}
.new_scroll {
  height: auto;
  margin: 50px 0;
  padding: 0;
}
img {
  max-width: 100%;
}
.visible-xs, .visible-sm, .visible-md, .visible-lg {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  .hidden-xs {
    display: none !important;
  }
}
.basket-btn-checkout,
.bx-blue .btn.btn-default {
  border-color: #cc0000 !important;
  background-color: #cc0000 !important;
}
.text-success {
  color: #cc0000 !important;
}
#modal_menu a[href^="mailto"] {
  display: none;
}
@media(width < 576px) {
  #modal_menu a[href^="mailto"] {
    display: inline;
  }
  header a[href^="mailto"] {
    display: none;
  }
}