@font-face{font-family:'DIN Pro';src:url(../fonts/DINPro-Medium.eot);src:local("DIN Pro Medium"),local("DINPro-Medium"),
    url(../fonts/DINPro-Medium.eot?#iefix) format("embedded-opentype"),url(../fonts/DINPro-Medium.woff) format("woff"),
    url(../fonts/DINPro-Medium.ttf) format("truetype");font-weight:500;font-style:normal;font-display:swap}
@font-face{font-family:'DIN Pro';src:url(../fonts/DINPro-Bold.eot);src:local("DIN Pro Bold"),local("DINPro-Bold"),
    url(../fonts/DINPro-Bold.eot?#iefix) format("embedded-opentype"),
    url(../fonts/DINPro-Bold.woff) format("woff"),
    url(../fonts/DINPro-Bold.ttf) format("truetype");font-weight:700;font-style:normal;font-display:swap}
@font-face{font-family:'DIN Pro';src:url(../fonts/DINPro-Light.eot);src:local("DIN Pro Light"),local("DINPro-Light"),
    url(../fonts/DINPro-Light.eot?#iefix) format("embedded-opentype"),
    url(../fonts/DINPro-Light.woff) format("woff"),
    url(../fonts/DINPro-Light.ttf) format("truetype");font-weight:300;font-style:normal;font-display:swap}
@font-face{font-family:'DIN Pro';src:url(../fonts/DINPro.eot);src:local("DIN Pro"),local("DINPro"),url(../fonts/DINPro.eot?#iefix) format("embedded-opentype"),url(../fonts/DINPro.woff) format("woff"),url(../fonts/DINPro.ttf) format("truetype");}
*{outline: none;}
body {font-family: "DIN Pro",-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif}

.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);
}



                  .kol{
                    font-size: 11px;
                    position: absolute;
                    margin-left: 2px;
                    /*bottom: 0;*/
                  }

                  .new_scroll_index {
                    overflow-x: auto;
                    height: 570px;
                  }

                  .new_scroll_index .col_my {
                    min-width: 300px;
                    max-width: 300px;
                  }

                  #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: #ffd201;
              color: #999;
              padding: 12px 0;
              color: black !important;
              border-radius: 50%;
            }


            .footer, .footer a{
              color: black !important;
              opacity: .7;
              font-size: 13px;
            }

            .social a {
             display: inline-block;
             font-size: 20px;
             text-align: center;
             margin-right: 20px;
			 opacity: .7;
           }

           .dropdown-menu {
             min-width: 12em !important;
           }

           .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: 120px;
          }

          .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;
          }

.breadcrumb_my {
  padding-top: 135px;
}

.fixed_block .header_top{
margin-top: 0;
margin-bottom: 30px;
transition: 0.2s;
}

.fixed_block.fixed .header_top{
/*    height: 0px;
overflow: hidden;*/
margin-top: -60px;
margin-bottom: 0px;
transition: 0.2s;
}

.fixed_block.fixed .container-fluid{
  background: white;
  transition: 0.2s;

}

  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;
  }

  .fixed_block.noindex {
    background: white !important;
  }



  .fixed_block.noindex .header_top{

    margin-bottom: 0;
  }

  .fixed_block.noindex.fixed {
    padding-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;
  }




@media (max-width: 768px) {

    header .flex-header {
     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-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;
}

.logo_box {text-align: center;margin-bottom: 40px;}

.d_md_none {display:none}

.footer .order2 {order: 3;flex: 0 0 40%;}
.footer .order3 {order: 2;flex: 0 0 40%;}
.footer .order4 {order: 4;}

.footer .row {
    justify-content: center;
}
table.contacts tr {
    display: flex;
    flex-direction: column;
}


table.contacts tr td:last-child {
    padding-left: 25px;
}
}


/*            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:"\f178";
      padding: 4px 0 0 7px;
    }

    #to_right.active:before {
      font-family: "FontAwesome";
      content:"\f177";
      padding: 4px 0 0 7px;
    }

    #share::-webkit-scrollbar {
      width: 7px;
    }

    #share::-webkit-scrollbar-thumb {
      background: rgba(0, 0, 0, 0.3);
      /*margin-right: -2px !important;*/
    }

    #share::-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;
     cursor: pointer;
   }
   .size_radio input[type='radio']:checked+label {
    background: #343a40;
	color: #fff;
    border: 1px solid #343a40;
  }
  .product .basket .btn{border-radius: 0;
    color: #fff;
    background-color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 320px;
    max-width: 100%;
    line-height: 1;
    border: 1px solid #000;
    cursor: pointer;
    transition: .3s ease;
    text-transform: uppercase;
    user-select: none;}



  @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;
  }
}

.btn.btn-auth {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0;
    color: #fff;
    border-color: #000;
    background-color: #000;
    transition: all  0.15s ease-in-out;
    width: 100%;
    margin-bottom: 10px;
}

.btn.btn-auth:hover {
    opacity: 0.7;
}

.form-control {
    border-radius: 0;
}