form {
    max-width: 90%;
    margin: 0 auto;
}

.price {
    text-align: center
}

.price__new {
    color: #ff0000;
    font-weight: 700;
    font-size: 28px;
    flex: 0 0 auto;
}

@media (min-width: 375px) {
    .price__new {
        font-size: 38px
    }
}

@media (min-width: 768px) {

    .offer-form__price {
        position: static;
        top: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-evenly;
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
        margin: 0 0 20px;
    }

    .price__new {
        font-size: 44px
    }
}

.price__old {
    text-decoration: line-through;
    font-weight: 600;
    font-size: 22px;
    opacity: .75;
    flex: 0 0 auto;
}

@media (min-width: 375px) {
    .price__old {
        font-size: 28px
    }
}

@media (min-width: 768px) {
    .price__old {
        font-size: 34px
    }
}

@media(max-width: 767px) {
    .mdspost-entry__aside {
        display: none;
    }
}

@media(max-width: 767px) {
    .mob {
        display: none;
    }
}


.list-green {
    list-style-type: none !important;
    list-style: none !important;
    margin: 0;
    padding: 0 !important;
  }
  
  .list-green li {
    position: relative;
    padding-left: 24px;
    background-image: url(../images/gal.png);
    background-position: left top 2px;
    background-size: 20px;
    background-repeat: no-repeat;
    margin-bottom: 7px;
  }
  
  .list-red {
    list-style-type: none !important;
    list-style: none !important;
    margin: 0;
    padding: 0 !important;
  }
  
  .list-red li {
    position: relative;
    padding-left: 27px;
    background-image: url(https://sky-goods.com/fungokiller/hu/buy6/images/crest.png);
    background-position: left top 5px;
    background-size: 20px;
    background-repeat: no-repeat;
    margin-bottom: 10px;
  }
  
  ul:not(.menu-ul) {
    margin: 0;
    padding: 0;
    list-style-type: none;
    list-style: none;
  }
  
  ul:not(.menu-ul) li {
    list-style: none;
  }
  
  .red-link {
    font-weight: bold;
    display: block;
    text-align: center;
    text-decoration: underline;
    color: #ff0000;
    font-size: 22px;
    line-height: 1.35;
    font-weight: 700;
    max-width: 80%;
    margin: 0 auto;
    margin-bottom: 30px;
  }
  .red-link:hover {
    text-decoration: underline;
  }
  .red-link::after {
    display: inline-block;
    -webkit-animation: dotty steps(1, end) 2s infinite;
    animation: dotty steps(1, end) 2s infinite;
    content: "";
    position: absolute;
    margin-left: 10px;
  }
  @keyframes dotty {
    0% {
      content: "";
    }
    25% {
      content: ">";
    }
    50% {
      content: ">>";
    }
    75% {
      content: ">>>";
    }
    100% {
      content: "";
    }
  }
  
  .glowing {
    animation: glowing 2s infinite both;
  }
  
  @keyframes glowing {
    0% {
      -webkit-box-shadow: 0 0 2px #d90000;
      box-shadow: 0 0 2px #d90000;
    }
    0% {
      -webkit-box-shadow: 0 0 12px #d90000;
      box-shadow: 0 0 12px #d90000;
    }
    100% {
      -webkit-box-shadow: 0 0 8px #d90000;
      box-shadow: 0 0 8px #d90000;
    }
  }
  
  .wiggle {
    animation: wiggle 4s 2s infinite;
  }
  
  @keyframes wiggle {
    5%,
    50% {
      transform: scale(1);
    }
    10% {
      transform: scale(0.9);
    }
    15% {
      transform: scale(1.15);
    }
    20% {
      transform: scale(1.15) rotate(-5deg);
    }
    25% {
      transform: scale(1.15) rotate(5deg);
    }
    30% {
      transform: scale(1.15) rotate(-3deg);
    }
    35% {
      transform: scale(1.15) rotate(2deg);
    }
    40% {
      transform: scale(1.15) rotate(0);
    }
  }
  
  .pulse {
    animation: pulse 2s infinite;
  }
  
  @keyframes pulse {
    0% {
      transform: scale(1);
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -o-transform: scale(1);
      -ms-transform: scale(1);
    }
  
    50% {
      transform: scale(1.05);
      -webkit-transform: scale(1.05);
      -moz-transform: scale(1.05);
      -o-transform: scale(1.05);
      -ms-transform: scale(1.05);
    }
  
    100% {
      transform: scale(1);
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -o-transform: scale(1);
      -ms-transform: scale(1);
    }
  }
  
  .nw {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 10px;
    font-size: 14px;
    text-align: left;
    margin-top: 15px !important;
    padding-bottom: 0 !important;
  }
  
  .main-link {
    display: block;
    margin: 40px auto;
    padding: 20px;
    font-size: 20px;
    text-decoration: none;
    background-color: #de0606;
    text-align: center;
    color: #fff !important;
    border-radius: 4px;
    border: none;
    cursor: pointer;
  }
  
  .main-link:hover {
    opacity: 0.8;
  }
  
  