.scheme__top-menu {
  display: flex;
  flex-direction: column;
  width: 60vw;
  padding-top: 200px;
  margin: 0 auto;
}

.scheme_image_description {
  display: flex;
  flex-direction: row;
  gap: 60px;
  align-items: center;
}

.article_scheme_container {
  background: url(../image/image/schemes.png) no-repeat top right;
}

.scheme_image_description span {
  cursor: unset !important;
}

.scheme_image_description img {
  width: 300px;
  height: 200px;
  border-radius: 6px;
  object-fit: cover;
}

.schema {
  width: 300px;
  min-width: 300px;
  max-width: 300px;
}

.borders_container {
  height: 80%;
  border-right: 1px dashed rgb(255 15 15 / 100%);
  border-left: 1px dashed rgb(255 15 15 / 100%);
}

.schema #schema_main-img {
  width: 100%;
  height: 200px;
  border-radius: 10px;
  object-fit: cover;
}

@media (max-width: 759px) {
  .scheme__top-menu {
    width: 90vw;
  }

  .schemas__wrapper {
    flex-direction: column !important;
    width: 90% !important;
    max-width: unset !important;
  }

  .schema {
    width: unset !important;
    min-width: unset !important;
    max-width: 100% !important;
  }

  .scheme_image_description {
    flex-direction: column !important;
    align-items: center;
  }
}

@media (max-width: 1212px) {
  .scheme_image_description {
    flex-direction: column;
  }
}

.schemas__wrapper {
  display: flex;
  flex-direction: row;
  gap: 21px;
  max-width: 80vw;
  padding-top: 105px;
  padding-bottom: 220px;
  margin: 0 auto;
  overflow: auto;
}

.schema #schema_description {
  height: 3%;
  padding: 26px 0;
  font-size: 16px;
  text-align: center;
}

.schema #schema_title {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 60px;
  padding: 10px;
  margin: 20px 10px;
  font-family: Arial;
  font-size: 16px;
  font-weight: 400;
  color: white;
  text-align: center;
  vertical-align: center;
  background: linear-gradient(90deg, #2e3192 0%, #00aeef 100%);
  border-radius: 10px;
}

.schema .schemas_items .schema_item #schema_item-title {
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}

.schema .schemas_items .schema_item .schema_items_child-container {
  position: relative;
  margin: 10px;
  border: 1px dashed black;
  border-radius: 10px;
}

.schema .schemas_items .schema_item .schema_items_child-container #schema_item_child-title {
  display: flex;
  flex-direction: row;
  margin: 20px 10px;
}

.schema .schemas_items .schema_item .schema_items_child-container .schema_items_products {
  position: absolute;
}

.schema .schemas_items .schema_item .schema_items_child-container .schema_items_products .schema_items_products-product {
  z-index: 200;
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 14px;
  text-align: center;
  background: rgb(251 251 251 / 100%);
  border: 1px solid rgb(240 240 240 / 100%);
  border-radius: 10px;
  box-shadow: 0 4px 4px 0 rgb(0 0 0 / 10%);
}

.schema .schemas_items .schema_item .schema_items_child-container .schema_items_products .schema_items_products-product img {
  width: 95px;
  height: 70px;
  object-fit: cover;
}

.schema_items_products {
  display: none;
}

.schema_items_products.active {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  padding-top: 1px;
}

.schema_items-open-products {
  position: absolute;
  right: -5px;
  bottom: -15px;
  z-index: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  font-size: 20px;
  color: red;
  cursor: pointer;
  user-select: none;
  background-color: white;
  border: 1px solid red;
  border-radius: 50%;
}

.schemas__wrapper {
  scrollbar-width: none;
  -ms-overflow-style: none;
}
