@font-face{
  font-family: 'myriadpro-bold';
    src: url("/fonts/myriadpro/myriadpro-bold.otf");
}
@font-face{
  font-family: 'myriadpro-regular';
  src: url("/fonts/myriadpro/myriadpro-regular.otf");
}
html{
  font-family: 'myriadpro-regular';
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
body{
  background-color: #fff;
      /* overflow-x: hidden; */
/* background-attachment: fixed;
background-image: url(/pic/bacground.jpg);
-moz-background-size: 100%; 
-webkit-background-size: 100%;
-o-background-size: 100%; 
background-size: 100%; */
}
/* #count_cart {
  position: absolute;     
  top: -5px;              
  right:5px;             
 

  color: rgb(254, 4, 4);         
  font-size: 14px;
  font-weight: bold;
  width: 18px;
  height: 18px;
  line-height: 18px;
  border-radius: 50%;     
  text-align: center;
  pointer-events: none;   
 
  z-index: 10;
} */




 #contactForm  .error_order{
  color:red
 }




.b-head__logo{
display:none
}



#count_cart, #count_compare {
  position: absolute;     
  top: -5px;              
  right: 5px;              

  /* Цвет текста - красный */
  color: rgb(0, 0, 0);

  font-size: 14px;
  font-weight: bold;

  width: 18px;
  height: 18px;
  line-height: 18px;
 
  /* Жёлтый фон */
  background-color: yellow;

  border-radius: 50%;
  text-align: center;

  pointer-events: none;   
  z-index: 10;
}

#count_cart:empty,  #count_compare:empty  {
  display: none;
}
 



.cart0, .compare0 {
  position: relative;
  display: inline-block;  
}


h1{

  font-size: 18pt;
  font-weight: 100;
  margin:0px 20px 10px 20px;
}

 .rev_not_p, .rev_not_p>p{
  padding:0;
  margin:0;
}
   
  body {   overflow-y: scroll;  
    padding:0;
    margin:0;
    display: grid;
    height: 100vh; 
    grid-template-rows: auto 1fr auto;
      grid-template-columns: 1fr 1120px 1fr;
    grid-template-areas:
      "header header header"
      ". main ."
      "footer  footer footer ";
      gap: 0px;
  }
    main {
    grid-area: main;
    background: #fff;
    padding: 0;
      width: 100%;
  }
 
footer {  grid-area: footer;
  background-color: #1C2431;
  display: grid;
  padding: 0;
  grid-template-columns: 1fr 1000px 1fr;
  grid-template-areas: ". nav2 ."
  ". copyright .";
  gap: 0;
}

footer nav { 
  grid-area: nav2; 
  display: flex;
  justify-content: center;
}

footer nav > div {
  width: 200px;
  margin: 20px 20px 20px 0;
  padding-right: 15px;
}

footer nav > div:not(:last-child) {
  border-right: 2px solid #fff;
}

footer nav ul {
  padding: 0;
  margin: 0;
}

footer nav span,
footer nav div > a {
  color: #FFDD00;
  font-family: 'myriadpro-bold';
  font-size: 14pt;
  text-decoration: none;
}

footer nav li {
  padding-top: 7px;
}

footer nav > div:last-child div {
  padding-top: 7px;
}

footer nav > div:last-child , #copyright{
  font-size: 15px;
  color: #f6f6f6;
  text-decoration: none;
}

footer .icon_footer img {
  margin: 5px 10px 5px 0;
  width: 30px;
}

footer nav ul li a {
  font-size: 15px;
  color: #f6f6f6;
  text-decoration: none;
}

#copyright{  
  display:none;
  grid-area:   copyright; 
flex-direction: column;
align-items: center;;
 padding:15px;
}

#copyright >img{
   margin:20px;
  width:60px;
}


header {
  background-color: #ECEDEF;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  z-index: 10;
}

main {
  margin-top: 130px;  
}


 ol.breadcrumb  {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 20px 10px 5px 20px;
  padding: 0;
  align-items: center;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: "/";
  margin: 0 8px;
  color: #888;
}

.breadcrumb-item a {
  color: #9d9d9d;
  text-decoration: none;
  transition: color 0.2s;
}

.breadcrumb-item a:hover {
  color: #393939;
  text-decoration: underline;
}

/* .breadcrumb-item:last-child,
.breadcrumb-item:last-child a {
  color: #333;
  font-weight: bold;
  pointer-events: none;
  cursor: default;
  text-decoration: none;
} */

@media (max-width: 1100px) {
 
body{
background-image: none;
}

footer nav > div {
    width: 25%;
}



  footer { 
    grid-template-columns: 1fr;
    grid-template-areas: 
    "nav2"
    "copyright";
  }

 
  body { 
    grid-template-columns: 1fr;
    grid-template-areas:
      "header header header"
      "main main main"
      " footer footer footer";

  }
header {width:100% !important}
main {width:100% !important}
footer {width:100% !important}


.nav_bg_left,.nav_bg_right ,.manifest_bg_left ,.manifest_bg_right {display: none;}

}

div.count0{
  position: relative;
}

 
@media (max-width: 768px) {

  main {
 
  margin-top: 150px;  
 
}


  #copyright{
    display:flex;
  }
  footer nav > div:not(:last-child) {
    display:none;
  }
  
 footer nav > div:last-child {
    margin:20px 0 0 0;
    padding:0;
    text-align: center;
    width:200px;
   }
  
 
   #logotp, #logotp>img:nth-child(1)
   {
    width:39px;
    height:39px;
    margin-left:3px;
  }


 #top .logo{
margin-right: 15px; 
}
    #menu_store nav#nav_store ul.navigation > li{
      padding:15px 10px;
    }


  #logotp>img:nth-child(2)
  {margin: 0;
    display:none;
  }
  
  #contact .ico, #contact .ico img{
width: 30px;
height: 30px;
  }

#contact .ico img{
  width:20px;
  height:20px;
  }


  #manifest{ 
     display: none !important;
  }

  #contact {
    background-color: #1C2431;
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
    width: 100%;
    padding: 0 !important;
    order: 1;
  }

 
    #contact > div.center-vertical {
      order: 1;
      margin-right: 10px;
    }
    .center-vertical img {
      width: 90px !important;
      height: auto;
    }

    #contact > div:nth-child(1) {
      order: 2;
      display: flex !important;
      margin-right: auto;
    }
    #contact > div:nth-child(1) > div:not(:first-child) {
      display: none !important;
    }

    #contact > div:nth-child(3) {
      order: 3;
      display: flex !important;
      flex-direction: row;
          gap: 10px;
    }
    #contact > div:nth-child(3) > div:nth-child(1)  {
      display: none !important;
    }
   
    #contact > div:nth-child(3) > div:nth-child(2),
    #contact > div:nth-child(3) > div:nth-child(3) {
      width:30px;
      display: flex !important;
      align-items: center;
      padding: 0;
 
    }
    #contact > div:nth-child(3) > div:nth-child(2)>a>span,
    #contact > div:nth-child(3) > div:nth-child(3)>a>span{
      display:none;
    }
    .hamburger-menu {
      order: 4;
       margin-left: 10px;
    }
}

.password-wrapper {
  position: relative;
  display: inline-block;
}

.password-wrapper input {
  height: 40px;
  line-height: 40px;
  padding-right: 30px;
  box-sizing: border-box;
  font-size: 16px;
}

.toggle-password {
  position: absolute;
  top: 37%;
  right: 8px;
  transform: translateY(-50%);
  cursor: pointer;
  user-select: none;
  font-size: 18px;
  color: #333;
  background: transparent;
  z-index: 10;
  height: 18px;
  line-height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}


.password-wrapper {
  position: relative;
  width: 100%;
  display: inline-block;
}

.password-wrapper input {
  width: 100%;
  box-sizing: border-box;
  padding-right: 30px;
}