html {
  display: flex;
  justify-content: center;
  background: #626262;
  font-family: 'Open Sans', sans-serif;
  line-height: 140%;
}
body {
  width: 1000px;
  background: #F7F7F7;
  padding:0px 0px 20px 0px;
  display: flex;
  flex-direction:column;
  gap:24px;
  min-height: 100vh;
  margin: 0;
}
header {
  position: relative;
    width: 1000px;
    z-index: 1000;
    background: #F7F7F7;
    padding: 20px 0px 20px 0px;
}
.header-content {
  width: 100%;
}
main {
  margin-top: 0px;
}
.top-level {
  position:relative;
  background:#F7F7F7;
  padding-top: 20px;
  padding-bottom: 20px;
  max-width: 3000px;
}
.top-level.fixed {
  position: sticky;
  top:0;
}
.content .cart-block{
  gap: 60px;
  display: flex;
  flex-direction: column;
}
.mw {
  max-width: 565px;
}
.content .products-block .item .item-img{
  border-radius: 20px 20px 0px 0px;
}
.container {
  margin: auto;
  width: 90%;
}
.header-content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  height: 40px;
}
.header-content img{
  max-height: 40px;
}
.button-black {
  background-color: #1C1C1C;
  border-radius: 8px;
  padding:8px 16px 8px 16px;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
}
.button-black:hover{
}
.index-content {
  display: flex;
  flex-direction: column;
  gap:20px;
}
#back {
    margin-top:1rem;
}
#back a{
    text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  color: #252A31;
  display: flex;
  gap: 0.5rem;
  align-items: center;
}
.index-content h1{
  color:#121212;
  font-size: 28px;
  font-weight: 600;
  margin: 0;
}
.index-content .menus {
  display: flex;
  flex-wrap: wrap;
  margin: -5px;
}

.index-content .menus .menu-item{
  background-color: #D6DAFF;
  flex: unset;
  margin: 5px;
  box-sizing:  border-box;
  border-radius:12px;
  height: 110px;
  width:110px;
  color:#121212;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  padding: 12px;
  position: relative;
}
.abs-menu-img {
  position: absolute;
  bottom: 5px;
  right: 5px;
}

.index-content .horizontal-menu {
  display: flex;
  flex-direction: row;
  gap:10px;
  overflow-y: scroll;
  overflow-x: auto; -ms-overflow-style: none; white-space: nowrap;
    overflow-x: auto;
  -webkit-overflow-scrolling: touch; /* Для плавной прокрутки на iOS */
  white-space: nowrap; /* Чтобы элементы не переносились */
}

.index-content .horizontal-menu::-webkit-scrollbar {
  display: none;
}


.index-content .horizontal-menu .menu-item{
  padding: 5px 20px 5px 20px;
  border: 1px solid #252A31;
  border-radius: 9999px;
  font-size: 12px;
  font-weight: 600;
  color: #252A31;
  text-decoration: none;
}
.section-mt {
  margin-top: 40px;
}
.content {
  display: flex;
  flex-direction: column;
  gap:32px;
}
.content h2{
  color:#121212;
  font-size: 28px;
  font-weight: 600;
  margin: 0;
}
.content .products-block {
  display: flex;
  flex-direction: row;
  gap:24px;
  flex-wrap: wrap;
  justify-content: space-between;
}

.menu-back {
  background: #F7F7F7;
}

.content .products-block .item{
  display: flex;
  flex: 1 0 47%;
  max-width:47%;
  flex-direction: column;
  background-color: #FFFFFF;
  border-radius: 20px;
  box-shadow: 1px 4px 4.5px rgba(212, 212, 212, 0.4);
}

.content .products-block .item:hover{
  box-shadow: 1px 4px 4.5px rgba(212, 212, 212, 1);
}

.content .products-block .item .item-img{
  width:100%;
  height: auto;
  border-radius
}
.content .products-block .item .item-info{
  display: flex;
  flex-direction: column;
  padding: 20px;
}
.content .products-block .item .item-info .title-block{
  display: flex;
  flex-direction: column;
}
.content .products-block .item .item-info .title-block h3{
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 10px;
  color: #121212;
}
.content .products-block .item .item-info .title-block .description{
  font-weight: 400;
  font-size: 12px;
  color: #121212;
  line-height: 120%;
}

.content .products-block .item .item-info .info-block{
  display: flex;
  flex-direction: row;
  gap:5px;
  align-items: center;
  margin: 10px 0px;
}

.content .products-block .item .item-info .info-block span{
  color: #686868;
  font-size: 400;
  font-size: 12px;
}
.content .products-block .item .item-info .info-block  .info-img {
  margin-left: 5px;
}

.content .products-block .item .item-info  .buy-block {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.content .simpleMod .item .item-info  .buy-block {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  margin-bottom: 20px;
}
.info-block-help {
    margin-left:10px;
}
.info-block-help span {
    font-weight: 400!important;
    font-size: 12px!important;
    color: #4d4d4d !important;
    line-height: 120%!important;
}
.content .products-block .item .item-info  .buy-block span{
  color:#121212;
  font-weight: 600;
  font-size: 28px;
  line-height: 140%;
}



.content .products-block .item .item-info  .buy-block .button-block {
  display: flex;
  gap:20px;
  align-items: center;
}

.content .products-block .item .item-info  .buy-block .button-block span{
  font-size: 20px;
}

.content .products-block .item .item-info  .buy-block .button-block .cart-button {
  padding: 16px;
  background-color: #1C1C1C;
  border: none;
  color:#fff;
  font-weight: 600;
  font-size: 18px;
  line-height: 0;
  border-radius: 8px;
  outline: none;
  cursor:pointer;
  height: 100%;
}
.content .products-block .item .item-info  .buy-block .multi .cart-button {
  background-color: #fff;
  color:#121212;
  border:1px solid #121212;
}

.content .cart-block .item {
  display: flex;
  flex-direction: row;
  width: 100%;
  gap:12px;
  align-items: center;
}
.content .cart-block .item .item-img{
  width: 30%;
  border-radius: 4px;
}
.content .cart-block .item .item-info{
   width: 65%;
   display: flex;
   flex-direction: column;
   justify-content: space-between;
   gap: 15px;
}

.content .cart-block .item .item-info h3{
   margin:0;
   font-size: 18px;
   line-height: 120%;
}
.content .cart-block .item .item-info .button-block{
  display: flex;
  justify-content: space-between;
}
.content .cart-block .item .item-info .button-block{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.content .cart-block .item .item-info .button-block .price-calc {
  display: flex;
  gap: 20px;
  align-items: center;
}
.content .cart-block .item .item-info .button-block .price-calc .item-count{
  font-size: 20px;
  font-weight: 600;
}
.content .cart-block .item .item-info .button-block .price-calc .cart-button{
  width: 42px;
  height: 42px;
  background-color: #fff;
  border: none;
  color:#25282B;
  border: 1px solid #25282B;
  font-weight: 500;
  font-size: 18px;
  line-height: 0;
  border-radius: 8px;
  outline: none;
  cursor:pointer;
}

.content .cart-block .item .item-info .sum{
  font-size:18px;
  font-weight: 600;
  line-height: 120%;
}

footer  {
  margin-top:60px;
  margin-bottom:60px;
  text-align: center;
}
footer .copy{
  font-size: 12px;
  color:#121212;
}
footer .copy a{
  text-decoration: none;
  color:#06B8EA;
}
/*1000px*/
@media screen and (max-width: 1000px) {
  html {
    display: flex;
    justify-content: center;
    font-family: 'Open Sans', sans-serif;
    line-height: 140%;
    background: none;
  }
  body {
    background: #F7F7F7;
    padding:0px 0px 20px 0px;
    display: flex;
    flex-direction:column;
    gap:24px;
    min-height: 100vh;
    margin: 0;
    width: 90%;
  }
  header {
      width: 100%;
      z-index: 1000;
      background: #F7F7F7;
      padding: 20px 0px 20px 0px;
  }
  .header-content {
    width: 90%;
  }
  .container {
    margin: auto;
    width: auto;
  }
  .index-content .horizontal-menu {
     scrollbar-width: none;
    }
  .header-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: 40px;
  }
  .button-black {
    background-color: #1C1C1C;
    border-radius: 8px;
    padding: 8px 16px 8px 16px;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
  }
  .button-black:hover{
  }
  .index-content {
    display: flex;
    flex-direction: column;
    gap:20px;
  }
  .index-content h1{
    color:#121212;
    font-size: 28px;
    font-weight: 600;
    margin: 0;
  }
  .index-content .menus {
    display: flex;
    flex-wrap: wrap;
    margin: -5px;
  }

  .index-content .menus .menu-item{
    background-color: #D6DAFF;
    flex: unset;
    margin: 5px;
    box-sizing:  border-box;
    border-radius:12px;
    height: 110px;
    width:110px;
    color:#121212;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    padding: 12px;
    position: relative;
  }
  .abs-menu-img {
    position: absolute;
    bottom: 5px;
    right: 5px;
  }

  .index-content .horizontal-menu {
    display: flex;
    flex-direction: row;
    gap:10px;
    overflow-y: scroll;
    overflow-x: auto; scrollbar-width: none; -ms-overflow-style: none; white-space: nowrap;
  }

  .index-content .horizontal-menu::-webkit-scrollbar {
    display: none;
  }


  .index-content .horizontal-menu .menu-item{
    padding: 5px 20px 5px 20px;
    border: 1px solid #252A31;
    border-radius: 9999px;
    font-size: 12px;
    font-weight: 600;
    color: #252A31;
    text-decoration: none;
  }
  .section-mt {
    margin-top: 40px;
  }
  .content {
    display: flex;
    flex-direction: column;
    gap:32px;
  }
  .content h2{
    color:#121212;
    font-size: 28px;
    font-weight: 600;
    margin: 0;
  }
  .content .products-block {
    display: flex;
    flex-direction: row;
    gap:24px;
    flex-wrap: wrap;
  }

  .menu-back {
    background: #F7F7F7;
  }

  .content .products-block .item{
    display: flex;
    flex: 1 0 47%;
    flex-direction: column;
    background-color: #FFFFFF;
    max-width:47%;
    border-radius: 20px;
    box-shadow: 1px 4px 4.5px rgba(212, 212, 212, 0.4);
  }

  .content .products-block .item:hover{
    box-shadow: 1px 4px 4.5px rgba(212, 212, 212, 1);
  }

  .content .products-block .item .item-img{
    width:100%;
    height: auto;
  }
  .content .products-block .item .item-info{
    display: flex;
    flex-direction: column;
    padding: 20px;
  }
  .content .products-block .item .item-info .title-block{
    display: flex;
    flex-direction: column;
  }
  .content .products-block .item .item-info .title-block h3{
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 10px;
    color: #121212;
  }
  .content .products-block .item .item-info .title-block .description{
    font-weight: 400;
    font-size: 12px;
    color: #121212;
    line-height: 120%;
  }

  .content .products-block .item .item-info .info-block{
    display: flex;
    flex-direction: row;
    gap:5px;
    margin: 10px 0px;
  }

  .content .products-block .item .item-info .info-block span{
    color: #686868;
    font-size: 400;
    font-size: 12px;
  }
  .content .products-block .item .item-info .info-block  .info-img {
    margin-left: 5px;
  }

  .content .products-block .item .item-info  .buy-block {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }

  .content .products-block .item .item-info  .buy-block span{
    color:#121212;
    font-weight: 600;
    font-size: 28px;
    line-height: 140%;
  }
  .content .products-block .item .item-info  .buy-block .cart-button {
    padding: 16px;
    background-color: #1C1C1C;
    border: none;
    color:#fff;
    font-weight: 600;
    font-size: 18px;
    line-height: 0;
    border-radius: 8px;
    outline: none;
    cursor:pointer;
  }

  .content .cart-block .item {
    display: flex;
    flex-direction: row;
    width: 100%;
    gap:12px;
    align-items: center;
  }
  .content .cart-block .item .item-img{
    width: 30%;
    border-radius: 4px;
  }
  .content .cart-block .item .item-info{
     width: 65%;
     display: flex;
     flex-direction: column;
     justify-content: space-between;
     gap: 15px;
  }

  .content .cart-block .item .item-info h3{
     margin:0;
     font-size: 18px;
     line-height: 120%;
  }
  .content .cart-block .item .item-info .button-block{
    display: flex;
    justify-content: space-between;
  }
  .content .cart-block .item .item-info .button-block{
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .content .cart-block .item .item-info .button-block .price-calc {
    display: flex;
    gap: 20px;
    align-items: center;
  }
  .content .cart-block .item .item-info .button-block .price-calc .item-count{
    font-size: 20px;
    font-weight: 600;
  }
  .content .cart-block .item .item-info .button-block .price-calc .cart-button{
    width: 42px;
    height: 42px;
    background-color: #fff;
    border: none;
    color:#25282B;
    border: 1px solid #25282B;
    font-weight: 500;
    font-size: 18px;
    line-height: 0;
    border-radius: 8px;
    outline: none;
    cursor:pointer;
  }

  .content .cart-block .item .item-info .sum{
    font-size:18px;
    font-weight: 600;
    line-height: 120%;
  }

  footer  {
    margin-top:60px;
    margin-bottom:60px;
    text-align: center;
  }
  footer .copy{
    font-size: 12px;
    color:#121212;
  }
  footer .copy a{
    text-decoration: none;
    color:#06B8EA;
  }
}

/*768px*/
@media screen and (max-width: 768px) {
  html {
    display: flex;
    justify-content: center;
    font-family: 'Open Sans', sans-serif;
    line-height: 140%;
    background: none;
  }
  body {
    background: #F7F7F7;
    padding:0px 0px 20px 0px;
    display: flex;
    flex-direction:column;
    gap:24px;
    min-height: 100vh;
    margin: 0;
    width: 90%;
  }
  header {
      position:relative;
      width: 100%;
      z-index: 1000;
      background: #F7F7F7;
      padding: 20px 0px 0px 0px;
  }
  .header-content {
    width: 100%;
  }
  .container {
    margin: auto;
    width: auto;
  }
  .header-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: 40px;
  }
  .button-black {
    background-color: #1C1C1C;
    border-radius: 8px;
    padding: 8px 16px 8px 16px;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
  }
  .button-black:hover{
  }
  .index-content {
    display: flex;
    flex-direction: column;
    gap:20px;
  }
  .index-content h1{
    color:#121212;
    font-size: 28px;
    font-weight: 600;
    margin: 0;
  }
  .index-content .menus {
    display: flex;
    flex-wrap: wrap;
    margin: -5px;
  }

  .index-content .menus .menu-item{
    background-color: #D6DAFF;
    flex: unset;
    margin: 5px;
    box-sizing:  border-box;
    border-radius:12px;
    height: 110px;
    width:110px;
    color:#121212;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    padding: 12px;
    position: relative;
  }
  .abs-menu-img {
    position: absolute;
    bottom: 5px;
    right: 5px;
  }

  .index-content .horizontal-menu {
    display: flex;
    flex-direction: row;
    gap:10px;
    overflow-y: scroll;
    overflow-x: auto; scrollbar-width: none; -ms-overflow-style: none; white-space: nowrap;
  }

  .index-content .horizontal-menu::-webkit-scrollbar {
    display: none;
  }


  .index-content .horizontal-menu .menu-item{
    padding: 5px 20px 5px 20px;
    border: 1px solid #252A31;
    border-radius: 9999px;
    font-size: 12px;
    font-weight: 600;
    color: #252A31;
    text-decoration: none;
  }
  .section-mt {
    margin-top: 40px;
  }
  .content {
    display: flex;
    flex-direction: column;
    gap:32px;
  }
  .content h2{
    color:#121212;
    font-size: 28px;
    font-weight: 600;
    margin: 0;
  }
  .content .products-block {
    display: flex;
    flex-direction: column;
    gap:24px;
  }

  .menu-back {
    background: #F7F7F7;
  }

  .content .products-block .item{
    display: flex;
    max-width:100%;
    flex-direction: column;
    background-color: #FFFFFF;
    border-radius: 20px;
    box-shadow: 1px 4px 4.5px rgba(212, 212, 212, 0.4);
  }

  .content .products-block .item:hover{
    box-shadow: 1px 4px 4.5px rgba(212, 212, 212, 1);
  }

  .content .products-block .item .item-img{
    width:100%;
    height: auto;
  }
  .content .products-block .item .item-info{
    display: flex;
    flex-direction: column;
    padding: 20px;
  }
  .content .products-block .item .item-info .title-block{
    display: flex;
    flex-direction: column;
  }
  .content .products-block .item .item-info .title-block h3{
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 10px;
    color: #121212;
  }
  .content .products-block .item .item-info .title-block .description{
    font-weight: 400;
    font-size: 12px;
    color: #121212;
    line-height: 120%;
  }

  .content .products-block .item .item-info .info-block{
    display: flex;
    flex-direction: row;
    gap:5px;
    margin: 10px 0px;
  }

  .content .products-block .item .item-info .info-block span{
    color: #686868;
    font-size: 400;
    font-size: 12px;
  }
  .content .products-block .item .item-info .info-block  .info-img {
    margin-left: 5px;
  }

  .content .products-block .item .item-info  .buy-block {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }

  .content .products-block .item .item-info  .buy-block span{
    color:#121212;
    font-weight: 600;
    font-size: 28px;
    line-height: 140%;
  }
  .content .products-block .item .item-info  .buy-block .cart-button {
    padding: 16px;
    background-color: #1C1C1C;
    border: none;
    color:#fff;
    font-weight: 600;
    font-size: 18px;
    line-height: 0;
    border-radius: 8px;
    outline: none;
    cursor:pointer;
  }

  .content .cart-block .item {
    display: flex;
    flex-direction: row;
    width: 100%;
    gap:12px;
    align-items: center;
  }
  .content .cart-block .item .item-img{
    width: 30%;
    border-radius: 4px;
  }
  .content .cart-block .item .item-info{
     width: 65%;
     display: flex;
     flex-direction: column;
     justify-content: space-between;
     gap: 15px;
  }

  .content .cart-block .item .item-info h3{
     margin:0;
     font-size: 18px;
     line-height: 120%;
  }
  .content .cart-block .item .item-info .button-block{
    display: flex;
    justify-content: space-between;
  }
  .content .cart-block .item .item-info .button-block{
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .content .cart-block .item .item-info .button-block .price-calc {
    display: flex;
    gap: 20px;
    align-items: center;
  }
  .content .cart-block .item .item-info .button-block .price-calc .item-count{
    font-size: 20px;
    font-weight: 600;
  }
  .content .cart-block .item .item-info .button-block .price-calc .cart-button{
    width: 42px;
    height: 42px;
    background-color: #fff;
    border: none;
    color:#25282B;
    border: 1px solid #25282B;
    font-weight: 500;
    font-size: 18px;
    line-height: 0;
    border-radius: 8px;
    outline: none;
    cursor:pointer;
  }

  .content .cart-block .item .item-info .sum{
    font-size:18px;
    font-weight: 600;
    line-height: 120%;
  }

  footer  {
    margin-top:60px;
    margin-bottom:60px;
    text-align: center;
  }
  footer .copy{
    font-size: 12px;
    color:#121212;
  }
  footer .copy a{
    text-decoration: none;
    color:#06B8EA;
  }
}
.content .simpleMod .item .item-info .title-block .description {
    margin-bottom: 10px;
    min-height:30px;
}
.content .simpleMod .item .item-info .buy-block .button-block .cart-button {
  width: 150px;
}
@media screen and (max-width: 1000px) {
  .content .simpleMod {
    display: flex;
    flex-direction: row;
    gap: 24px;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  .content .simpleMod {
    gap: 10px;
  }
  .content .simpleMod .item .item-info {
    gap: 10px;
    justify-content: space-between;
    height:100%;
  }
  .content .simpleMod .item {
    display: flex;
    flex-direction: column;
    background-color: #FFFFFF;
    border-radius: 20px;
    box-shadow: 1px 4px 4.5px rgba(212, 212, 212, 0.4);
  }
  .content .simpleMod .item .item-info .title-block .description {
        margin-bottom: 10px;
        min-height:unset;
    }
    .content .simpleMod .item .item-info .buy-block .button-block .cart-button {
        min-width: 100%;
    }
    .content .simpleMod .item .item-info .buy-block .multi .cart-button-minus,
    .content .simpleMod .item .item-info .buy-block .multi .cart-button-plus{
        min-width: unset;
        width:100%;
    }
}