*{
  margin: 0;
  padding: 0;
   scroll-behavior: smooth;
   font-family: "Roboto", sans-serif;

}
/* Анимация загрузки */

#loader {
          position: fixed;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background-color: rgba(255, 255, 255, 1);
          display: flex;
          justify-content: center;
          align-items: center;
          z-index: 9999;
      }

      .button{
      height: 300px;
      width: 300px;
      background: rgba(148,0,211, 0);
      border-radius: 50%;
      border-top: 6px solid #9400D3;
      border-right: 2px solid transparent;
      border-bottom:none;
      border-left:none;
      animation: spinner5 1.5s linear infinite;
      }
      @keyframes spinner5 {
      to {
      transform: rotate(360deg);
      }
      }
.zagruzka_img{
position: absolute;
}

/*Квноопка вверх  */
.scrollToTopBtn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width:50px;
    height: 50px;
    display: none; /* Скрываем кнопку по умолчанию */
    background-color: #404040;
    color: white;
    border: none;
    border-radius:5px;

    cursor: pointer;
    font-size: 35px;
    z-index: 9999;
}

.scrollToTopBtn:hover {
    background-color: #a957cc;
}


/* шапка */
.container_header{
  display: grid;
  background-position: center ;
  background-repeat: no-repeat;
  grid-template-columns: 300px 620px  ;
  grid-template-rows:  70px ;
  justify-content: center;
  grid-gap: 20px;
}

.logo{
width: 300px;
height: 70px;
 }

 .logo_img{
 padding-top:20px;
 }

 .search{
 width: 620px;
 height: 70px;
  }

.logo{
 grid-column:  1/ span 1;
 grid-row: 1/ span  1;
 }
.search{
 grid-column:  2/ span 1;
 grid-row: 1/ span  1;
 }

 .menu{
   display: none;
 }


/* Каталог товаров */





.container_katalog-tovarov{
  position: relative;
   top:20px;
  display: grid;
  background-position: center ;
  background-repeat: no-repeat;
  background-size: cover;
  grid-template-columns: 300px 620px ;
  grid-template-rows:  ;
  grid-gap: 20px;
  justify-content:center;
}


.container_catalog{
  width: 300px;
  height:50px;
}
.container_categories{
  width: 300px;
  height:203px;
}
.container_info_header{
  width: 620px;
  height:50px;
}

.container_katalog{
  width: 620px;
  height:475px;
}




.container_catalog{
 grid-column:  1/ span 1;
 grid-row: 1/ span  1;
 }

 .container_info_header{
  grid-column:  2/ span 1;
  grid-row: 1/ span  1;
  }
  .container_katalog{
   grid-column:  2/ span 1;
   grid-row: 2/ span  1;
   }


/* Каталог */
.container_catalog{
background-color: #404040;
  border-radius: 5px;

}
.catalog_button{
  width: 300px;
  height: 50px;
  text-decoration: none;

}
.container_catalog:hover{
background-color:  #535554;
}


.catalog_link{
  padding: 6px;
vertical-align: middle;
text-align: center;
text-decoration: none;
color:white;
font-size: 15px;
font-weight: bold;
 white-space: pre;
}

img.catalog_link {
width: 25px;
height: 25px;
}

/* категории */

.container_categories{
box-shadow: 2px 2px 6px #9e9f9f;
border-radius:  5px;
}
.container_categories:hover{
box-shadow: 0px 2px 6px #9e9f9f;
}
.elektronika,.odezhda,.krasota-i-zdorove,.aksessuary{
background-color: white;
}


.elektronika{
  border-bottom:  1px solid #e6e6e6;
  border-top-left-radius: 5px;
  border-top-right-radius:5px;
}
.odezhda{
  border-bottom:  1px solid #e6e6e6;
}

.krasota-i-zdorove{
  border-bottom: 1px solid #e6e6e6;
}

.aksessuary{
  border-bottom-left-radius: 5px;
  border-bottom-right-radius:5px;
}

.elektronika_button,.odezhda_button,.krasota-i-zdorove_button,.aksessuary_button{
  text-decoration: none;
  width: 300px;
  height: 50px;

}
.elektronika:hover{
  box-shadow:inset  0 0 5px #9e9f9f;
  border-top: 1px solid  #9e9f9f;
  border-left:1px solid  #9e9f9f ;
  border-right:1px solid  #9e9f9f ;
  border-top-left-radius: 5px;
  border-top-right-radius:5px;
  width: 299px;
  height: 49px;
}
.odezhda:hover{
  box-shadow:inset  0 0 5px #9e9f9f;
  border-bottom: 1px solid  #9e9f9f;
  border-left:1px solid  #9e9f9f;
  border-right:1px solid  #9e9f9f;
  width: 299px;
  height: 50px
}

.krasota-i-zdorove:hover{
  box-shadow:inset  0 0 5px #9e9f9f;
  border-bottom: 1px solid  #9e9f9f;
  border-left:1px solid  #9e9f9f;
  border-right:1px solid  #9e9f9f;
  width: 299px;
  height: 50px;
}

.aksessuary:hover{
  box-shadow:inset  0 0 5px #9e9f9f;
  border-bottom: 1px solid  #9e9f9f;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius:5px;
  width: 300px;
  height: 50px;

}



.categories_link{
   white-space: pre;
  vertical-align: middle;
  text-align: left;
  text-decoration: none;
  color:#404040;
  font-size: 15px;
  font-weight: bold;
padding:17px ;

}

/* информация на шапке */

.container_info_header{
  display: grid;
  background-position: center ;
  background-repeat: no-repeat;
  background-size: cover;
  grid-template-columns:  100px 104px 104px 104px 104px 104px;
  grid-template-rows: 50px;
  justify-content:center;
  background-color: #9400D3;
  border-radius: 5px;
}
.info_header_link{
color: white;
position: relative;
top:15px;
}
.info_header_1,.info_header_2,
.info_header_3,.info_header_4{
font-size: 15px;
text-align: center;
text-decoration: none;
}

.info_header_1:hover,.info_header_2:hover,
.info_header_3:hover,.info_header_4:hover{
background-color: #a957cc;
}

.info_header_1:hover{
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}


/* Заголовок */

.katalog_zag_h1{
font-size: 20px;
}


/* Хлебные крошки*/

.container_nav{
position: relative;
color: white;
width: 620px;
height: 17px;
font-size: 15px;
}

.breadcrumbs {
  list-style: none;
  text-decoration: none;
  position:relative;
  left: ;
}

.breadcrumbs-item {
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
}



.breadcrumbs-item:not(:last-child):after {
  content: ">";
  color:#404040;
  margin-left: 5px;
}

.breadcrumbs-link {
  color: #9400D3;
  text-decoration: none;
}

.breadcrumbs-link:hover{
color:#404040;
}

.breadcrumbs-link:not(span):hover {
  text-decoration: underline;
  text-decoration: none;
}

.breadcrumbs-link.current{
  color: #404040;
  justify-content: center;
}




/* каталог */



/* Товары */
.container_bestsellers{
  position: relative;
  display: grid;
  background-position: center ;
  background-repeat: no-repeat;
  background-size: cover;
  grid-template-columns:620px;
  grid-template-rows:  ;
  justify-content:center;

}

.container_bestsellers_content{
  top:20px;
  position: relative;
  display: grid;
  background-position: center ;
  background-repeat: no-repeat;
  background-size: cover;
  grid-column-gap: 8px;
  grid-template-columns: 203.33px 203.33px 203.33px;
  grid-template-rows:400px;
  justify-content:center;
}




.bestsellers_content{
  position: relative;
  display: grid;
  background-position: center ;
  background-repeat: no-repeat;
  background-size: cover;
  grid-template-columns: 203.33px ;
  grid-template-rows:300px 100px;
  justify-content:center;
}


/*1 первый контент */
.slider_middle  {
   width: 203.33px;
   height: 200px;
   overflow: hidden;
   position: relative;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
}



.navigation {
   position: absolute;
   bottom: 6px;
   left: 50%;
   transform: translateX(-50%);
   display: flex;
}

.bar_1 {
   width:50px;
   height: 300px;
   margin: 0px;
   cursor: pointer;
   opacity: 0;
   border-radius: 10px;
   transition: all 0.4s ease;
}


.bar_1_visible{
  width:48px;
  height: 6px;
  margin: 1px;
  cursor: pointer;
  background-color:#000;
  opacity: 0.5;
  border-radius: 10px;
  transition: all 0.4s ease;
}


.bar_1_visible:hover {
opacity: 1;
background-color:#9400D3;
}

input[name="r"] {
   position: absolute;
   visibility: hidden;
}

.slides {
   width: 400%;
   height: 100%;
   display: flex;
}

.slide {
   width: 25%;
   transition: all 0.6s ease;
}

.img {
   width: 100%;
   height: 280px;
}


#r1:hover ~ .s1 {
   margin-left: 0;
}

#r2:hover ~ .s1 {
   margin-left: -25%;
}

#r3:hover~ .s1 {
   margin-left: -50%;
}

#r4:hover ~ .s1 {
   margin-left: -75%;
}


.bestsellers_content_buy{

}
/* Описание */
.buy_link_discripription{
font-size: 10px;
width: 150px;
text-align: left;
padding-left:25px;
}

.link_discripription_name{
  font-size: 13px;
  height: 30px;
}

.link_discripription_price{
  font-size: 16px;

}
/* Кнопки купить */
.buy_link_buttom{
display: grid;
justify-content: center;
}

.link_buttom:hover{
  background-color: #af65cf ;
  transition: all 0.2s ease;
}
.link_buttom{
  transition: all 0.2s ease;
width: 130px;
height: 35px;
background-color: #9400D3 ;
border-radius: 5px;
text-align: center;

}
.link_buttom_but{
padding: 10px;
color: white;
display: block;
text-decoration: none;
font-size: 17px;
}





.s{
  color: black;
}
.s_big{
font-size: 13px;
}
.b{
    font-size: 13px;
}






/*2 второй контент */
.slider_middle  {
   width: 203.33px;
   height: 200px;
   overflow: hidden;
   position: relative;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
}



.navigation {
   position: absolute;
   bottom: 6px;
   left: 50%;
   transform: translateX(-50%);
   display: flex;
}



.bar_2 {
   width:50px;
   height: 300px;
   margin: 0px;
   cursor: pointer;
   opacity: 0;
   border-radius: 10px;
   transition: all 0.4s ease;
}


.bar_2_visible{
  width:48px;
  height: 6px;
  margin: 1px;
  cursor: pointer;
  background-color:#000;
  opacity: 0.5;
  border-radius: 10px;
  transition: all 0.4s ease;
}

.bar_2_visible:hover {
   opacity: 0.8;
   background-color:#9400D3;
}



input[name="r"] {
   position: absolute;
   visibility: hidden;
}

.slides {
   width: 400%;
   height: 100%;
   display: flex;
}

.slide {
   width: 25%;
   transition: all 0.6s ease;
}

.img {
   width: 100%;
   height: 280px;
}

#r1_2:hover ~ .s2 {
   margin-left: 0;
}

#r2_2:hover ~ .s2 {
   margin-left: -25%;
}

#r3_2:hover ~ .s2 {
   margin-left: -50%;
}

#r4_2:hover ~ .s2 {
   margin-left: -75%;
}


.bestsellers_content_buy{

}
/* Описание */
.buy_link_discripription{
font-size: 10px;
width: 150px;
text-align: left;
padding-left:25px;
}

.link_discripription_name{
  font-size: 13px;
  height: 30px;
}

.link_discripription_price{
  font-size: 16px;

}
/* Кнопки купить */
.buy_link_buttom{
display: grid;
justify-content: center;
}

.link_buttom:hover{
  background-color: #af65cf ;
  transition: all 0.2s ease;
}
.link_buttom{
  transition: all 0.2s ease;
width: 130px;
height: 35px;
background-color: #9400D3 ;
border-radius: 5px;
text-align: center;

}
.link_buttom_but{
padding-top: 6px;
color: white;
display: block;
text-decoration: none;
font-size: 17px;
}





/*3 третий контент */
.slider_middle  {
   width: 203.33px;
   height: 300px;
   overflow: hidden;
   position: relative;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
}



.navigation{
   position: absolute;
   bottom: 6px;
   left: 50%;
   transform: translateX(-50%);
   display: flex;
}

.bar_3 {
   width:50px;
   height: 300px;
   margin: 0px;
   cursor: pointer;
   opacity: 0;
   border-radius: 10px;
   transition: all 0.4s ease;
}


.bar_3_visible{
  width:48px;
  height: 6px;
  margin: 1px;
  cursor: pointer;
  background-color:#000;
  opacity: 0.5;
  border-radius: 10px;
  transition: all 0.4s ease;
}

.bar_3_visible:hover {
   opacity: 0.8;
   background-color:#9400D3;
}
.bar:hover {
   opacity: 1;
   transform:scale(1.1);
}

input[name="r"] {
   position: absolute;
   visibility: hidden;
}

.slides {
   width: 400%;
   height: 100%;
   display: flex;
}

.slide {
   width: 25%;
   transition: all 0.6s ease;
}

.img {
   width: 100%;
   height: 280px;
}



#r1_3:hover ~ .s3 {
   margin-left: 0;
}

#r2_3:hover ~ .s3 {
   margin-left: -25%;
}

#r3_3:hover ~ .s3 {
   margin-left: -50%;
}

#r4_3:hover ~ .s3 {
   margin-left: -75%;
}

.bestsellers_content_buy{

}
/* Описание */
.buy_link_discripription{
font-size: 10px;
width: 150px;
text-align: left;
padding-left:25px;
}

.link_discripription_name{
  font-size: 13px;
  height: 30px;
}

.link_discripription_price{
  font-size: 16px;

}
/* Кнопки купить */
.buy_link_buttom{
display: grid;
justify-content: center;
}

.link_buttom:hover{
  background-color: #af65cf ;
  transition: all 0.2s ease;
}
.link_buttom{
  transition: all 0.2s ease;
width: 130px;
height: 35px;
background-color: #9400D3 ;
border-radius: 5px;
text-align: center;

}
.link_buttom_but{
padding-top: 6px;
color: white;
display: block;
text-decoration: none;
font-size: 17px;
}





/*4 третий контент */
.slider_middle  {
   width: 203.33px;
   height: 300px;
   overflow: hidden;
   position: relative;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
}



.navigation{
   position: absolute;
   bottom: 6px;
   left: 50%;
   transform: translateX(-50%);
   display: flex;
}

.bar_4 {
   width:50px;
   height: 300px;
   margin: 0px;
   cursor: pointer;
   opacity: 0;
   border-radius: 10px;
   transition: all 0.4s ease;
}


.bar_4_visible{
  width:48px;
  height: 6px;
  margin: 1px;
  cursor: pointer;
  background-color:#000;
  opacity: 0.5;
  border-radius: 10px;
  transition: all 0.4s ease;
}

.bar_4_visible:hover {
   opacity: 0.8;
   background-color:#9400D3;
}
.bar:hover {
   opacity: 1;
   transform:scale(1.1);
}

input[name="r"] {
   position: absolute;
   visibility: hidden;
}

.slides {
   width: 400%;
   height: 100%;
   display: flex;
}

.slide {
   width: 25%;
   transition: all 0.6s ease;
}

.img {
   width: 100%;
   height: 280px;
}



#r1_4:hover ~ .s4 {
   margin-left: 0;
}

#r2_4:hover ~ .s4 {
   margin-left: -25%;
}

#r3_4:hover ~ .s4 {
   margin-left: -50%;
}

#r4_4:hover ~ .s4 {
   margin-left: -75%;
}

.bestsellers_content_buy{

}
/* Описание */
.buy_link_discripription{
font-size: 10px;
width: 150px;
text-align: left;
padding-left:25px;
}

.link_discripription_name{
  font-size: 13px;
  height: 30px;
}

.link_discripription_price{
  font-size: 16px;

}
/* Кнопки купить */
.buy_link_buttom{
display: grid;
justify-content: center;
}

.link_buttom:hover{
  background-color: #af65cf ;
  transition: all 0.2s ease;
}
.link_buttom{
  transition: all 0.2s ease;
width: 130px;
height: 35px;
background-color: #9400D3 ;
border-radius: 5px;
text-align: center;

}
.link_buttom_but{
padding-top: 6px;
color: white;
display: block;
text-decoration: none;
font-size: 17px;
}

/*5 третий контент */
.slider_middle  {
   width: 203.33px;
   height: 300px;
   overflow: hidden;
   position: relative;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
}



.navigation{
   position: absolute;
   bottom: 6px;
   left: 50%;
   transform: translateX(-50%);
   display: flex;
}

.bar_5 {
   width:50px;
   height: 300px;
   margin: 0px;
   cursor: pointer;
   opacity: 0;
   border-radius: 10px;
   transition: all 0.4s ease;
}


.bar_5_visible{
  width:48px;
  height: 6px;
  margin: 1px;
  cursor: pointer;
  background-color:#000;
  opacity: 0.5;
  border-radius: 10px;
  transition: all 0.4s ease;
}

.bar_5_visible:hover {
   opacity: 0.8;
   background-color:#9400D3;
}
.bar:hover {
   opacity: 1;
   transform:scale(1.1);
}

input[name="r"] {
   position: absolute;
   visibility: hidden;
}

.slides {
   width: 400%;
   height: 100%;
   display: flex;
}

.slide {
   width: 25%;
   transition: all 0.6s ease;
}

.img {
   width: 100%;
   height: 280px;
}



#r1_5:hover ~ .s5 {
   margin-left: 0;
}

#r2_5:hover ~ .s5 {
   margin-left: -25%;
}

#r3_5:hover ~ .s5 {
   margin-left: -50%;
}

#r4_5:hover ~ .s5 {
   margin-left: -75%;
}

.bestsellers_content_buy{

}
/* Описание */
.buy_link_discripription{
font-size: 10px;
width: 150px;
text-align: left;
padding-left:25px;
}

.link_discripription_name{
  font-size: 11px;
  height: 30px;
}

.link_discripription_price{
  font-size: 16px;

}
/* Кнопки купить */
.buy_link_buttom{
display: grid;
justify-content: center;
}

.link_buttom:hover{
  background-color: #af65cf ;
  transition: all 0.2s ease;
}
.link_buttom{
  transition: all 0.2s ease;
width: 130px;
height: 35px;
background-color: #9400D3 ;
border-radius: 5px;
text-align: center;

}
.link_buttom_but{
padding: 8px;
color: white;
display: block;
text-decoration: none;
font-size: 17px;
}









 /*футер*/
.container_footer{
  top:20px;
 position: relative;
 display: grid;
 background-position: center ;
 background-repeat: no-repeat;
 background-size: cover;
 grid-template-columns:100%;
 grid-template-rows:200px 200px 20px;
 justify-content:center;

}


.footer_mail{

 display: grid;
 background-position: center ;
 background-repeat: no-repeat;
 background-size: cover;
 grid-template-columns:;
 grid-template-rows: 198px;
 justify-content:center;
 background-color:#9400D3;

}



.container_footer_contnent{
 top:20px;
 position: relative;
 display: grid;
 background-position: center ;
 background-repeat: no-repeat;
 background-size: cover;
 grid-template-columns:320px 320px ;
 grid-template-rows:200px;
 justify-content:center;
}

.foter_info_zag{
padding-top: 10px;
color: #797878;
}

.info_foter_link{
text-decoration: none;
color: #404040;

}
.info_foter{
padding-top: 15px;
}

.social_network_content{
padding-top: 10px;
}
.social_network{
  color: #404040;
text-decoration: none;
 vertical-align: middle;
}

.prava_zashishenu{
  position: relative;
   top:20px;
font-size: 15px;
text-align: center;
}
.politika-konfidencialnosti{
  color: black;
  text-decoration:underline solid ;
   text-underline-offset: 4px;
}


.footer_mail{
grid-column:  1/ span 1;
grid-row: 1/ span  1;
}
.foter_info{
grid-column:  1/ span 1;
grid-row: 1/ span  1;
}
.social_network_foter{
 grid-column:  2/ span 1;
 grid-row: 1 span  1;
 }



 @media (max-width:946px) {
   *{
     margin: 0;
     padding: 0;
      scroll-behavior: smooth;
      font-family: "Roboto", sans-serif;

   }




   /* шапка */
   .container_header{
     display: grid;
     background-position: center ;
     background-repeat: no-repeat;
     grid-template-columns: 300px 320px  ;
     grid-template-rows:  70px ;
     justify-content: center;
     grid-gap: 20px;
   }

   .logo{
   width: 300px;
   height: 70px;
    }

    .logo_img{
    padding-top:20px;
    }

    .search{
    width: 320px;
    height: 70px;
     }

   .logo{
    grid-column:  1/ span 1;
    grid-row: 1/ span  1;
    }
   .search{
    grid-column:  2/ span 1;
    grid-row: 1/ span  1;
    }

    .menu{
      display: none;
    }

   /* Каталог товаров */





   .container_katalog-tovarov{
     position: relative;
      top:20px;
     display: grid;
     background-position: center ;
     background-repeat: no-repeat;
     background-size: cover;
     grid-template-columns: 300px 320px ;
     grid-template-rows:  ;
     grid-gap: 20px;
     justify-content:center;

   }


   .container_catalog{
     width: 300px;
     height:50px;
   }

   .container_info_header{
     width: 320px;
     height:50px;
   }

   .container_katalog{
     width: 620px;
     height:365px;
   }




   .container_catalog{
    grid-column:  1/ span 2;
    grid-row: 1/ span  1;
    }

    .container_info_header{
     grid-column:  2/ span 1;
     grid-row: 1/ span  1;
     }
     .container_info_header{
      grid-column:  2/ span 1;
      grid-row: 1/ span  1;
      }

 .container_katalog{
   grid-column:  1/ span 2;
   grid-row: 2/ span  1;
 }


   /* каталог кнопка  */
   .container_catalog{
   background-color: #404040;
     border-radius: 5px;

   }
   .catalog_button{
     width: 300px;
     height: 50px;
     text-decoration: none;

   }
   .container_catalog:hover{
   background-color:  #535554;
   }


   .catalog_link{
     padding: 6px;
   vertical-align: middle;
   text-align: center;
   text-decoration: none;
   color:white;
   font-size: 15px;
   font-weight: bold;
    white-space: pre;
   }

   img.catalog_link {
   width: 25px;
   height: 25px;
   }



 .container_categories{
 display: none;
 }



   /* информация на шапке */

   .container_info_header{
     display: grid;
     background-position: center ;
     background-repeat: no-repeat;
     background-size: cover;
     grid-template-columns:  53px 53px 74px 74px 66px;
     grid-template-rows: 50px;
     justify-content:center;
     background-color: #9400D3;
     border-radius: 5px;
   }
   .info_header_link{
   text-decoration: none;
   color: white;
   position: relative;
   top:18px;
   }
   .info_header_1,.info_header_2,
   .info_header_3,.info_header_4{
   font-size: 11px;
   text-align: center;
   }

   .info_header_1:hover,.info_header_2:hover,
   .info_header_3:hover,.info_header_4:hover{
   background-color: #a957cc;
   }

   .info_header_1:hover{
     border-top-left-radius: 5px;
     border-bottom-left-radius: 5px;
   }




   /* каталог  */

   .container_katalog{
     display: grid;
     background-position: center ;
     background-repeat: no-repeat;
     background-size: cover;
     grid-template-columns:  620px ;
     grid-template-rows:  ;
     justify-content:center;
   }
   .katalog_zag_h1{
    grid-column:  1/ span 2;
    grid-row: 1/ span  1;
    }

    .container_nav{
     grid-column: 1/ span 2;
     grid-row: 2/ span  1;
     }
     .container_katalog_kategor{
      grid-column:  1/ span 2;
      grid-row: 3/ span  1;
      }





   /* Заголовок */
   .katalog_zag_h1{
   font-size: 20px;

   }


   /* Хлебные крошки*/

   .container_nav{

   position: relative;
   color: white;
   width: 620px;
   height: 17px;
   font-size: 14px;
   }

   .breadcrumbs {
     list-style: none;
     text-decoration: none;
     position:relative;
     left: ;
   }

   .breadcrumbs-item {
     display: inline-block;
     vertical-align: top;
     margin-right: 2px;
   }



   .breadcrumbs-item:not(:last-child):after {
     content: ">";
     color:#404040;
     margin-left: 2px;
   }

   .breadcrumbs-link {
     color: #9400D3;
     text-decoration: none;
   }

   .breadcrumbs-link:hover{
   color:#404040;
   }

   .breadcrumbs-link:not(span):hover {
     text-decoration: underline;
     text-decoration: none;
   }

   .breadcrumbs-link.current{
     color: #404040;
     justify-content: center;
   }




   /* каталог */


   .container_katalog_kategor{
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: left;
   padding-top:10px;
   gap:20px;
   }




   .katalog_kategor{
     border: 1px solid #9e9f9f;
   width: 191px;
   height: 160px;
   border-radius: 5px;

   }

   .katalog_kategor_img_p{
   padding: 20px;
   text-align: center;
   font-size: 14px;

   }

   .katalog_kategor_a{
   text-decoration: none;
   color: #404040;
   }






    /*футер*/
   .container_footer{
     top:140px;
      position: relative;
    display: grid;
    background-position: center ;
    background-repeat: no-repeat;
    background-size: cover;
    grid-template-columns:100%;
    grid-template-rows:200px 200px 20px;
    justify-content:center;

   }


   .footer_mail{
     top:0px;
      position: relative;
    display: grid;
    background-position: center ;
    background-repeat: no-repeat;
    background-size: cover;
    grid-template-columns:;
    grid-template-rows: 198px;
    justify-content:center;
    background-color:#9400D3;

   }



   .container_footer_contnent{
     top:20px;
      position: relative;
    display: grid;
    background-position: center ;
    background-repeat: no-repeat;
    background-size: cover;
    grid-template-columns:300px 300px ;
    grid-template-rows:200px;
    justify-content:center;
   }

   .foter_info_zag{
   padding-top: 10px;
   color: #797878;
   }

   .info_foter_link{
   text-decoration: none;
   color: #404040;

   }
   .info_foter{
   padding-top: 15px;
   }

   .social_network_content{
   padding-top: 10px;
   }
   .social_network{
     color: #404040;
   text-decoration: none;
    vertical-align: middle;
   }
   .prava_zashishenu{
     top:20px;
      position: relative;
   font-size: 15px;
   text-align: center;
   }


   .footer_mail{
   grid-column:  1/ span 1;
   grid-row: 1/ span  1;
   }
   .foter_info{
   grid-column:  1/ span 1;
   grid-row: 1/ span  1;
   }
   .social_network_foter{
    grid-column:  2/ span 1;
    grid-row: 1 span  1;
    }
 }







 @media (max-width:654px) {
   *{
     margin: 0;
     padding: 0;
      scroll-behavior: smooth;
      font-family: "Roboto", sans-serif;

   }




   /* шапка */
   .container_header{
     display: grid;
     background-position: center ;
     background-repeat: no-repeat;
     grid-template-columns: 100% ;
     grid-template-rows:  70px ;
     justify-content: center;
     background-color: white;
 border-bottom: 1px solid #9400D3;
   }

   .logo{
     position: relative;
     left: 80px;
   width: 180px;
   height: 40px;
    }

    .logo_img{

    width: 230px;
    height: 40px;
    }

    .search{
    width: 0px;
    height: 70px;
     }

   .logo{
    grid-column:  1/ span 1;
    grid-row: 1/ span  1;
    }
   .search{
    grid-column:  2/ span 1;
    grid-row: 1/ span  1;
    }


 /* бургер меню */

      .menu{
   display: block;
   position: absolute;
   top: 15px;
   }


   .burger-checkbox {
     position: absolute;
     visibility: hidden;

   }

   .burger {
     position: relative;
     z-index: 1;
   left: 5px;
     top: 5px;
     cursor: pointer;
     display: block;
     position: relative;
     border: none;
     background: transparent;
     width: 40px;
     height: 26px;

   }

   .burger::before,
   .burger::after {
     content: '';
     left: 0;
     position: absolute;
     display: block;
     width: 40px;
     height: 4px;
     border-radius: 10px;
     background: #9400D3;
   }

   .burger::before {
     top: 0;
     box-shadow: 0 11px 0  #9400D3;
     transition: box-shadow .3s .15s, top .3s .15s, transform .3s;
   }
   .burger::after {

     bottom: 0;
     transition: bottom .3s .15s, transform .3s;
   }
   .burger-checkbox:checked + .burger::before {
     top: 11px;
     transform: rotate(45deg);
     box-shadow: 0 6px 0 rgba(0,0,0,0);
     transition: box-shadow .15s, top .3s, transform .3s .15s;
   }
   .burger-checkbox:checked + .burger::after {
     bottom: 11px;
     transform: rotate(-45deg);
     transition: bottom .3s, transform .3s .15s;
   }

   .menu-list {
border-bottom: 1px solid #9400D3;
border-right: 1px solid #9400D3;
     top: 56px;
     right: 100%;
     position: absolute;
     display: grid;
     width: 225px;
     height: 405px;
     gap: 0px;
     margin: 0;
     background-color: white;
     list-style-type: none;
     transform: translateX(-100%);
     transition: .3s;
   justify-content: left;
   z-index: 9999;
   border-bottom-right-radius:  5px;
   }

   .menu-item {
     position: relative;
     display: block;
     color:#404040;
     font-size: 20px;
     height: 27px;
     width: 225px;
     padding-top: 5px;
      padding-bottom: 5px;
    border-bottom: 1px solid #e6e6e6;
     font-weight: ;
     text-decoration: none;
      background-color: white;
      vertical-align: middle;
   }



.menu-item_menu{
   height: 36px;
  position: relative;
  top: -2px;
  display: block;
  background-color: #f0eeee;
 padding-top: 5px;
  padding-bottom: 5px;
  height:27px ;
   width: 225px;
  color:#404040;
  font-size: 20px;
  font-weight: ;
  text-decoration: none;
    vertical-align: middle;

}

.menu-item_x{
background-color: #f0eeee;
height: 36px;
position: relative;
top: -2px;
display: block;
background-color: #ddbff1;
padding-top: 5px;
padding-bottom: 5px;
height:27px ;
width: 225px;
color:#404040;
font-size: 20px;
font-weight: ;
text-decoration: none;
 vertical-align: middle;
}
.menu-item_x2{
background-color: #f0eeee;
height: 36px;
position: relative;
top: -2px;
display: block;
background-color: #838383;
padding-top: 5px;
padding-bottom: 5px;
height:27px ;
width: 225px;
color:#404040;
font-size: 20px;
font-weight: ;
text-decoration: none;
 vertical-align: middle;
}

.menu-item-middle_1{
  vertical-align: middle;
  position: relative;
  left: 69px;
}
.menu-item-middle_2{
  vertical-align: middle;
  position: relative;
  left:118px;
}
.menu-item-middle_3{
  vertical-align: middle;
  position: relative;
left: 6px;
}
.menu-item-middle_4{
  vertical-align: middle;
  position: relative;
  left: 80px;
}
.menu-item-middle_5{
  vertical-align: middle;
  position: relative;
  left: 116px;
}
.menu-item-middle_6{
  vertical-align: middle;
  position: relative;
  left: 117px;
}
.menu-item-middle_7{
  vertical-align: middle;
  position: relative;
  left: 85px;
}
.menu-item-middle_8{
  vertical-align: middle;
  position: relative;
  left: 124px;
}.menu-item-middle_9{
  vertical-align: middle;
  position: relative;
  left: 102px;
}
.menu-item-middle_10{
  vertical-align: middle;
  position: relative;
  left: 100px;
}




.social_network_burger{
  position: relative;
width:22px;
height: 22px;
left: 2px;
}

   .menu-item:hover {
     background: rgba(255,255,255,.2)
   }
   .burger-checkbox:checked ~ .menu-list {
   transform:translateX(100%);
   }

   /* Каталог товаров */





   .container_katalog-tovarov{
     position: relative;
      top:0px;
     display: grid;
     background-position: center ;
     background-repeat: no-repeat;
     background-size: cover;
     grid-template-columns:  320px ;
     grid-template-rows:  ;
     grid-gap: 0px;
     justify-content:center;

   }


   .container_catalog{
     width: 300px;
     height:50px;
   }

   .container_info_header{
     width: 320px;
     height:50px;
   }

   .container_katalog{
     width: 320px;
     height:160px;
   }




   .container_catalog{
    grid-column:  1/ span 1;
    grid-row: 1/ span  1;
    }

    .container_info_header{
     grid-column:  2/ span 1;
     grid-row: 1/ span  1;
     }
     .container_info_header{
      grid-column:  2/ span 1;
      grid-row: 1/ span  1;
      }

      .container_katalog{
        grid-column:  1/ span 2;
        grid-row: 2/ span  1;
      }


   /* каталог кнопка  */
   .container_catalog{
     display: none;
   background-color: #404040;
     border-radius: 5px;

   }
   .catalog_button{
     width: 300px;
     height: 50px;
     text-decoration: none;

   }
   .container_catalog:hover{
   background-color:  #535554;
   }


   .catalog_link{
     padding: 6px;
   vertical-align: middle;
   text-align: center;
   text-decoration: none;
   color:white;
   font-size: 15px;
   font-weight: bold;
    white-space: pre;
   }

   img.catalog_link {
   width: 25px;
   height: 25px;
   }


   /* информация на шапке */

   .container_info_header{
     display: none;
     background-position: center ;
     background-repeat: no-repeat;
     background-size: cover;
     grid-template-columns:  53px 53px 74px 74px 66px;
     grid-template-rows: 50px;
     justify-content:center;
     background-color: #9400D3;
     border-radius: 5px;
   }
   .info_header_link{
   text-decoration: none;
   color: white;
   position: relative;
   top:18px;
   }
   .info_header_1,.info_header_2,
   .info_header_3,.info_header_4{
   font-size: 11px;
   text-align: center;
   }

   .info_header_1:hover,.info_header_2:hover,
   .info_header_3:hover,.info_header_4:hover{
   background-color: #a957cc;
   }

   .info_header_1:hover{
     border-top-left-radius: 5px;
     border-bottom-left-radius: 5px;
   }




   /* каталог  */

   .container_katalog{
     display: grid;
     background-position: center ;
     background-repeat: no-repeat;
     background-size: cover;
     grid-template-columns:  320px ;
     grid-template-rows:  ;
     justify-content:center;
   }
   .katalog_zag_h1{
    grid-column:  1/ span 2;
    grid-row: 1/ span  1;
    }

    .container_nav{
     grid-column: 1/ span 2;
     grid-row: 2/ span  1;
     }
     .container_bestsellers{
      grid-column:  1/ span 2;
      grid-row: 3/ span  1;
      }
      .container_buy{
       grid-column:  1/ span 2;
       grid-row: 4/ span  1;
       }
       .container_harakteristiki{
        grid-column:  1/ span 2;
        grid-row: 5/ span  1;
        }
        .container_vam_mozhet_ponravitsa{
         grid-column:  1/ span 2;
         grid-row: 6/ span  1;
         }




   /* Заголовок */
   .katalog_zag_h1{
   font-size: 15px;

   }


   /* Хлебные крошки*/

   .container_nav{

   position: relative;
   color: white;
   width: 320px;
   height: 20px;
   font-size: 12px;
   }

   .breadcrumbs {
     list-style: none;
     text-decoration: none;
     position:relative;
     left: ;
   }

   .breadcrumbs-item {
     display: inline-block;
     vertical-align: top;
     margin-right: 2px;
   }



   .breadcrumbs-item:not(:last-child):after {
     content: ">";
     color:#404040;
     margin-left: 2px;
   }

   .breadcrumbs-link {
     color: #9400D3;
     text-decoration: none;
   }

   .breadcrumbs-link:hover{
   color:#404040;
   }

   .breadcrumbs-link:not(span):hover {
     text-decoration: underline;
     text-decoration: none;
   }

   .breadcrumbs-link.current{
     color: #404040;
     justify-content: center;
   }





     /* каталог */


           .container_katalog{
             display: grid;
             background-position: center ;
             background-repeat: no-repeat;
             background-size: cover;
             grid-template-columns:  320px ;
             grid-template-rows:  ;
             justify-content:center;
           }

           .container_bestsellers{
             position: relative;
             display: grid;
             background-position: center ;
             background-repeat: no-repeat;
             background-size: cover;
             grid-template-columns:320px;
             grid-template-rows:  ;
             justify-content:center;

           }

     .container_bestsellers_content{
       top:20px;
       position: relative;
       display: grid;
       background-position: center ;
       background-repeat: no-repeat;
       background-size: cover;
       grid-column-gap: 8px;
       grid-template-columns: 203.33px ;
       grid-template-rows:400px;
       justify-content:center;
     }





    /*футер*/
   .container_footer{
     top:320px;
      position: relative;
    display: grid;
    background-position: center ;
    background-repeat: no-repeat;
    background-size: cover;
    grid-template-columns:100%;
    grid-template-rows:200px 300px 20px;
    justify-content:center;

   }


   .footer_mail{
     top:0px;
      position: relative;
    display: grid;
    background-position: center ;
    background-repeat: no-repeat;
    background-size: cover;
    grid-template-columns:;
    grid-template-rows: 198px;
    justify-content:center;
    background-color:#9400D3;

   }



   .container_footer_contnent{
     top:20px;
      position: relative;
    display: grid;
    background-position: center ;
    background-repeat: no-repeat;
    background-size: cover;
    grid-template-columns:300px  ;
    grid-template-rows:200px 100px ;
    justify-content:center;
   }

   .foter_info_zag{
   padding-top: 10px;
   color: #797878;
   }

   .info_foter_link{
   text-decoration: none;
   color: #404040;

   }
   .info_foter{
   padding-top: 15px;
   }

   .social_network_content{
   padding-top: 10px;
   }
   .social_network{
     color: #404040;
   text-decoration: none;
    vertical-align: middle;
   }
   .prava_zashishenu{
     top:20px;
      position: relative;
   font-size: 15px;
   text-align: center;
   }


   .footer_mail{
   grid-column:  1/ span 1;
   grid-row: 1/ span  1;
   }
   .foter_info{
   grid-column:  1/ span 1;
   grid-row: 1/ span  1;
   }
   .social_network_foter{
    grid-column:  1/ span 1;
    grid-row: 2 span  1;
    }
    .prava_zashishenu{
      grid-column:  1/ span 1;
      grid-row: 4 span  1;
    }
 }
