.btn {
  cursor: pointer;
  position: relative;
  background-color: #0068ff;
  width: 195px;
  height: 40px;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #FFFFFF;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.btn:hover {
  background-color: #2c8fff;
}

.btn-cart-discount {
  font-size: 18px;
  text-align: center;
  background-color: #3363ac;
}

.btn-cart-discount:hover {
  background-color: #0068ff;
}

textarea {
  max-width: 100%;
  width: 100%;
  resize: none;
  padding: 10px;
}

input {
  padding: 10px;
  font-size: 15px;
}

p {
  font-size: 16px;
  line-height: normal;
}

.btn.not-active {
  background-color: #84a8cf;
  cursor: default;
}

.btn.not-active a {
  cursor: default;
}

.btn.not-active:hover {
  background-color: #84a8cf;
}

.btn a,
.btn button {
  color: #FFFFFF;
  background: none;
  font-size: 18px;
}

.btn-cart-discount a {
color: #ffffff;
}

a {
  color: #000000;
}

ul:not([class]) li::before {
  display: none;
}

.discount-tooltip {
    position: absolute;
    display: none;
    left: 50%;
    top: 120%;
    right: 0;
    padding: 15px;
    background: #98989f;
    color: #ffffff;
    text-align: center;
    border-radius: 15px;
    z-index: 1000;
}

.discount-tooltip::before {
  content: "";
    position: absolute;
    z-index: 1;
    top: -26px;
    left: 50%;
    transform: translateX(-50%);
    border-width: 13px;
    border-style: solid;
    border-color: transparent transparent #98989f transparent;
}

.span-discount-tooltip {
    font-size: 20px;
    text-decoration-line: underline;
}

@media screen and (max-width: 1180px) {

}
  iframe {
    /*width: 100%;*/
  }
}