.catalog-sections-main {
  display: flex;
  width: 100%;
  flex-direction: row;
  flex-wrap: wrap; }
  .catalog-sections-main_prop {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 2.5rem;
    padding: 5px 0; }
  .catalog-sections-main_group {
    font-family: Head;
    font-size: 2rem; }
  .catalog-sections-main_img {
    display: flex;
    width: 100%;
    height: 125px; }
  .catalog-sections-main_text {
    display: flex;
    flex-direction: column;
    font-family: 'Menu';
    padding: 15px;
    font-size: 1.5rem;
    height: 90px;
    justify-content: space-between;
    letter-spacing: 0.1rem; }
  .catalog-sections-main_name {
    font-family: 'Head';
    font-weight: 700;
    font-size: 2rem;
    letter-spacing: 0.15rem;
    -webkit-text-stroke-width: 0.5px;
    -webkit-text-stroke-color: black; }
  .catalog-sections-main_price {
    font-size: 2rem;
    font-weight: 700; }
  .catalog-sections-main_block {
    display: flex;
    flex-direction: row;
    width: 100%;
    padding: 75px 0; }
  .catalog-sections-main_left {
    display: flex;
    width: 50%;
    flex-grow: 1;
    align-items: flex-start;
    font-size: 2rem;
    text-decoration: none; }
  .catalog-sections-main_right {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 630px;
    max-width: 630px;
    flex-grow: 1;
    min-width: 630px;
    justify-content: space-around; }
    .catalog-sections-main_right a {
      text-decoration: none;
      color: black; }
  .catalog-sections-main_item {
    display: flex;
    max-width: 30%;
    width: 220px;
    height: 250px;
    min-width: 200px;
    position: relative;
    flex-direction: column;
    margin-bottom: 25px;
    background: white;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1rem;
    border-radius: 8px;
    overflow: hidden;
    opacity: 1;
    transition: 0.3s; }
    .catalog-sections-main_item:nth-child(3n+2) {
      margin-top: -60px;
      margin-left: 15px;
      margin-right: 15px; }
    .catalog-sections-main_item:nth-child(3n+3) {
      margin-top: -110px; }
    .catalog-sections-main_item_shift {
      display: flex;
      position: absolute;
      object-fit: cover;
      width: 300px;
      height: 250px;
      flex-wrap: wrap;
      flex-direction: column; }
    .catalog-sections-main_item img {
      width: 100%;
      justify-content: flex-start; }

.first_hidden {
  opacity: 0.5; }

.margin_0 {
  margin-top: 0 !important; }

/*# sourceMappingURL=style.css.map */
