.znachk-bl {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 50px 0px 100px 0px;
}
.catimg1 {
    width: 100px;
    height: 100px;
}
.first-tag, .twoo-tag, .three-tag {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 20px 0px 20px 0px;
}
.anonce-tagcont {
    width: 100%;
    font-size: 14px;
    margin-top: 20px;
    text-align: center;
}

.img-place-svg-time {
    text-align: center;
    margin-bottom: 20px;
}
.uslovie-photoobrazc {
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    margin-bottom: 40px;
}
.first-uslovie-photoobrazc, .twoo-uslovie-photoobrazc {
    font-weight: bold;
}
.cont-thispage-block {
    margin-bottom: 30px;
}

.topzagltopzagl {
    font-weight: 600;
    font-size: 18px;
    text-align: center;
    margin-bottom: 20px;
}

/* SHOW MORE FOR TEXT / IVTRU */
/*
  .show-more-checkbox {
    position: absolute;
    left: -9999px;
  }

  .show-more-label {
    cursor: pointer;
    transition: all 0.5s;
  }
    .show-more-checkbox:checked ~ .ivtru11_pokaz[tabindex="0"] {
    max-height: none;
    overflow: visible;
    position: relative;
    z-index: 1;
    opacity: 1;
    transition: all 0.5s;
  }

  .ivtru11_pokaz {
    max-height: 0;
    overflow: hidden;
    transition: all 0.5s;
    position: absolute;
    z-index: -1;
    opacity: 0;
  }
   .show-more-checkbox:focus ~ .show-more-label {
    outline: 1px dotted #000;
	outline: 5px auto -webkit-focus-ring-color;
  }

  label.show-more-label {
    color: #27c148;
  }


  #bottom_text {
    position: relative;
  }

  .show-more-label {
    position: absolute;
    bottom: -30px;
    left: 0;
  }

  .show-more-checkbox:checked ~ .show-more-label {
    bottom: -100%;
  }
/**/

@media (max-width: 576px) {
    .znachk-bl {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .mycol-colmy {
        margin-top: 20px;
    }
}

/* ivan css 31.07.23 */
.marketing__sale a {
    color: #cd0000 !important;
}

.price-weight {
    max-width: fit-content !important;
}
@media screen and (max-width: 450px){
    .lift-params {
        min-width: 50%;
    }
    .price-weight {
        flex: unset;
    }
}
/*Плитка тегов*/
#tags-toggle {
    display: none;
}

.links_blocktop {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 8px;
    padding-top: 10px;
    margin-bottom: 25px;
    max-height: 135px;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.link_tag_wrap {
    text-decoration: none;
    color: inherit;
    display: contents;
}

.link_tag {
    padding: 8px 16px;
    border: 1px solid #27c148;
    border-radius: 25px;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: box-shadow 0.2s ease, border-color 0.2s ease; /* плавный эффект */
}

.link_tag:hover {
    border-color: #27c148;
    box-shadow: 0 0 8px 2px rgba(39, 193, 72, 0.35);
}

.tags-show-more {
    display: inline-block;
    cursor: pointer;
    color: #27c148;
    font-size: 14px;
    margin-bottom: 20px;
    user-select: none;
}

.tags-show-more:hover {
    text-decoration: underline;
}

.tags-show-less {
    display: none;
    cursor: pointer;
    color: #27c148;
    font-size: 14px;
    margin-bottom: 20px;
    user-select: none;
}

.tags-show-less:hover {
    text-decoration: underline;
}

#tags-toggle:checked ~ .links_blocktop {
    max-height: 2000px;
}

#tags-toggle:checked ~ .tags-show-more {
    display: none;
}

#tags-toggle:checked ~ .tags-show-less {
    display: inline-block;
}

@media (max-width: 768px) {
    .links_blocktop {
        grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
    }
}

@media (max-width: 480px) {
    .links_blocktop {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        max-height: none;
        gap: 8px;
        scrollbar-width: none;
        padding-bottom: 4px;
    }

    .links_blocktop::-webkit-scrollbar {
        display: none;
    }

    .link_tag_wrap {
        display: inline-block; /* на мобиле contents не нужен */
        flex: 0 0 auto;
    }

    .link_tag {
        white-space: nowrap;
    }

    .tags-show-more,
    .tags-show-less {
        display: none !important;
    }
}
