.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;
}