.summaryBody {
  padding: 0;
  margin: 0;
}

.summary {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px auto 0;
  width: 100%;
  max-width: 900px;
}
@media (max-width: 900px) {
  .summary {
    margin-top: 0;
  }
}
.summary .summary__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1607843137);
  padding: 50px 98px 25px;
  font-size: 18px;
}
.summary .summary__content p {
  margin: 25px 0 0;
}
@media (max-width: 900px) {
  .summary .summary__content {
    padding: 40px 20px 25px;
    box-shadow: none;
  }
}
.summary .summary__content .content__title {
  color: #149E00;
  font-size: 55px;
  font-weight: 900;
  border-bottom: 2px solid #149E00;
  padding: 0 40px;
  margin-bottom: 25px;
  line-height: 1.4;
}
@media (max-width: 600px) {
  .summary .summary__content .content__title {
    font-size: 30px;
    padding: 0 10px;
  }
}
.summary .summary__content .content__subTitle {
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
.summary .summary__content .content__subTitle b {
  color: #149E00;
}
.summary .summary__content .content__subTitle span {
  color: red;
  text-decoration: line-through;
}
.summary .summary__content .content__product {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .summary .summary__content .content__product {
    flex-direction: column;
    text-align: center;
  }
}
.summary .summary__content .product__imgBox {
  margin-top: -10px;
  min-width: 240px;
  position: relative;
}
@media (max-width: 768px) {
  .summary .summary__content .product__imgBox .imgBox__img {
    max-width: 150px;
  }
}
.summary .summary__content .imgBox__promo {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 122px;
  height: 122px;
  background-color: #DF0404;
  border-radius: 50%;
  color: #FFFFFF;
  font-weight: 600;
  top: 20px;
  right: 0;
  transform: rotate(5deg);
  box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.6588235294);
}
@media (max-width: 768px) {
  .summary .summary__content .imgBox__promo {
    width: 80px;
    height: 80px;
    right: 10px;
  }
}
.summary .summary__content .imgBox__promo .promo__title {
  font-size: 13px;
  border-bottom: 1px solid #fff;
  padding: 0 5px;
  margin-bottom: -5px;
}
@media (max-width: 768px) {
  .summary .summary__content .imgBox__promo .promo__title {
    font-size: 10px;
  }
}
.summary .summary__content .imgBox__promo .promo__value {
  font-size: 28px;
  margin-bottom: -10px;
}
@media (max-width: 768px) {
  .summary .summary__content .imgBox__promo .promo__value {
    font-size: 20px;
  }
}
.summary .summary__content .product__description {
  margin-left: 40px;
}
@media (max-width: 768px) {
  .summary .summary__content .product__description {
    margin: 0;
  }
}
.summary .summary__content .product__description p {
  margin-bottom: 20px;
  line-height: 2;
}
.summary .summary__content .content__info {
  font-size: 20px;
  margin-bottom: 25px;
}
@media (max-width: 768px) {
  .summary .summary__content .content__info {
    font-size: 16px;
    text-align: center;
  }
}
.summary .summary__content .content__info span {
  color: #FF8800;
}
.summary .summary__content .summary__phone {
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: center;
  background-color: #149E00;
  border: 1px solid #149E00;
  border-radius: 10px;
  color: #fff;
  height: 93px;
  padding: 0 25px;
  font-size: 20px;
  font-weight: 700;
  cursor: pointer;
  text-align: center;
}
@media (max-width: 768px) {
  .summary .summary__content .summary__phone {
    font-size: 16px;
    height: auto;
    width: 100%;
    max-width: 450px;
    padding: 15px 20px;
  }
}
.summary .summary__content .summary__phone img {
  height: 50%;
  width: auto;
}
.summary .summary__content .summary__phone--active {
  font-size: 60px;
  gap: 30px;
  background: none;
  color: #149E00;
}
@media (max-width: 768px) {
  .summary .summary__content .summary__phone--active {
    font-size: 32px;
    gap: 10px;
    padding: 0 10px;
  }
}
.summary .summary__content .content__callInfo {
  line-height: 1.8;
  text-align: center;
  max-width: 700px;
}
.summary .summary__content .content__callInfo--bold {
  font-weight: 700;
}
.summary .summary__content .content__warning {
  font-weight: 700;
  color: #D50000;
}
@media (max-width: 768px) {
  .summary .summary__content .content__warning {
    text-align: center;
  }
}

.container {
  max-width: 985px;
  margin: 0 auto;
  padding: 0 20px;
}

.flex {
  display: flex;
  flex-direction: column;
}

.flex-center {
  align-items: center;
}

.text-center {
  text-align: center;
}

.footer {
  padding: 20px 0 60px;
  text-align: center;
  margin-top: 44px;
}
.footer .footer__copyright {
  font-size: 12px;
  margin-bottom: 15px;
  letter-spacing: 0.5px;
  max-width: 500px;
}
.footer .footer__linksBox {
  margin-bottom: 15px;
}
.footer .footer__linksBox .linksBox__link {
  text-decoration: underline;
  font-size: 12px;
  color: #000;
}/*# sourceMappingURL=summary.css.map */