.tabs--header.tabs-discount {
  margin-top: 0;
  border: none;
}

.tabs--header.tabs-discount .tab-head {
  padding: 0px 25px;
  color: #5c5b60;
  text-decoration: none;
  line-height: 20px;
  border: solid 1px;
  margin: 0 10px;
  font-weight: bold;
  border-radius: 5px;
}

.tabs--header.tabs-discount .tab-head.tab-head__active, .tabs--header.tabs-discount .tab-head:hover {
  background: #1066aa;
}

.tabs--header.tabs-discount .tab-head.tab-head__active h3, .tabs--header.tabs-discount .tab-head:hover h3 {
  color: #fff;
}

.long-tabs, .long-tabs02 {
  background: #fff;
  box-shadow: 0px 4px 18px #00000042;
  border-radius: 10px;
  overflow: hidden;
}

.long-tabs input[name="tab-control"], .long-tabs input[name="tab-controla"], .long-tabs02 input[name="tab-control"], .long-tabs02 input[name="tab-controla"] {
  display: none;
}

.long-tabs ul.long-tabs-ul, .long-tabs ul.long-tabs-ul02, .long-tabs02 ul.long-tabs-ul, .long-tabs02 ul.long-tabs-ul02 {
  list-style-type: none;
  padding-left: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  padding: 30px 15px;
  background: #efeded;
}

.long-tabs ul.long-tabs-ul li, .long-tabs ul.long-tabs-ul02 li, .long-tabs02 ul.long-tabs-ul li, .long-tabs02 ul.long-tabs-ul02 li {
  box-sizing: border-box;
  flex: 1;
  width: 25%;
  padding: 0 10px;
  text-align: center;
}

.long-tabs ul.long-tabs-ul li label, .long-tabs ul.long-tabs-ul02 li label, .long-tabs02 ul.long-tabs-ul li label, .long-tabs02 ul.long-tabs-ul02 li label {
  font-weight: bold;
  font-size: 25px;
}

.long-tabs ul.long-tabs-ul li label span, .long-tabs ul.long-tabs-ul02 li label span, .long-tabs02 ul.long-tabs-ul li label span, .long-tabs02 ul.long-tabs-ul02 li label span {
  display: block;
}

ul.long-tabs-cost-ul {
  text-align: left;
  padding: 10px;
}

ul.long-tabs-cost-ul li {
  padding: 10px 0px;
  list-style: decimal;
  margin-left: 20px;
}

ul.long-tabs-cost-ul span {
  color: #4573e7;
}

.long-tabs-cost {
  padding: 0px 15px;
}

.long-tabs-cost-big h4 {
  font-size: 40px;
  font-family: josefin sans,sans-serif;
  font-weight: 100;
  margin-top: 10px;
}

.long-tabs-cost-big h4 span {
  font-size: 16px;
  padding-left: 10px;
  color: #000;
}

.long-tabs-promotions {
  padding: 10px 0;
}

.long-tabs-promotions-small {
  font-style: italic;
  text-decoration: line-through;
  font-size: 12px;
  margin: 5px 0;
}

.long-tabs-promotions-money {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}

.long-tabs-promotions-money-left {
  width: 42px;
  font-size: 16px;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: 0px;
  color: #ff0000;
  border: solid 1px;
  padding: 2px 2px 2px 2px;
  text-align: center;
  margin-right: 10px;
}

.long-tabs-promotions-money-right h4 {
  font-family: josefin sans,sans-serif;
  font-size: 45px;
  color: #ff0000;
}

.long-tabs-promotions-money-right h4 span {
  color: #000;
  font-size: 14px;
  margin-left: 5px;
}

.long-tabs-card img {
  width: 300px;
  height: 64px;
}

.billing02 {
  margin-top: 20px;
}

.long-text {
  min-height: 770px;
  position: relative;
}

.long-text .long-tabs-cost .all-btn {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 5%;
}

@media screen and (max-width: 1200px) {
  .long-text {
    min-height: 890px;
  }
}

@media screen and (max-width: 767px) {
  .long-text {
    min-height: 770px;
  }
}

@media screen and (max-width: 767px) {
  .long-text .long-tabs-cost .all-btn {
    bottom: 0;
  }
}

@media screen and (max-width: 640px) {
  .long-tabs ul, .long-tabs02 ul {
    padding: 15px;
  }
  .long-tabs ul li label, .long-tabs02 ul li label {
    display: block;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-size: 23px;
  }
  .long-tabs ul li label span, .long-tabs02 ul li label span {
    display: block;
    font-size: 17px;
    font-weight: 400;
    line-height: 21px;
  }
  .long-tabs ul li label br, .long-tabs02 ul li label br {
    display: none;
  }
  .long-tabs ul li label:hover, .long-tabs ul li label:focus, .long-tabs ul li label:active, .long-tabs02 ul li label:hover, .long-tabs02 ul li label:focus, .long-tabs02 ul li label:active {
    outline: 0;
    color: #bec5cf;
  }
  .long-tabs .slider, .long-tabs02 .slider {
    position: relative;
    width: 33.33%;
    transition: all 0.33s cubic-bezier(0.38, 0.8, 0.32, 1.07);
  }
  .long-tabs .content .long-text, .long-tabs02 .content .long-text {
    display: none;
    animation-name: content;
    animation-direction: normal;
    animation-duration: 0.3s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1;
    line-height: 1.4;
  }
  .long-tabs input[name="tab-control"]:nth-of-type(1):checked ~ ul > li:nth-child(1) > label, .long-tabs input[name="tab-controla"]:nth-of-type(1):checked ~ ul > li:nth-child(1) > label, .long-tabs02 input[name="tab-control"]:nth-of-type(1):checked ~ ul > li:nth-child(1) > label, .long-tabs02 input[name="tab-controla"]:nth-of-type(1):checked ~ ul > li:nth-child(1) > label {
    cursor: default;
    color: #428BFF;
  }
  .long-tabs input[name="tab-control"]:nth-of-type(1):checked ~ .slider, .long-tabs input[name="tab-controla"]:nth-of-type(1):checked ~ .slider, .long-tabs02 input[name="tab-control"]:nth-of-type(1):checked ~ .slider, .long-tabs02 input[name="tab-controla"]:nth-of-type(1):checked ~ .slider {
    transform: translateX(0%);
  }
  .long-tabs input[name="tab-control"]:nth-of-type(1):checked ~ .content > .long-text:nth-child(1), .long-tabs input[name="tab-controla"]:nth-of-type(1):checked ~ .content > .long-text:nth-child(1), .long-tabs02 input[name="tab-control"]:nth-of-type(1):checked ~ .content > .long-text:nth-child(1), .long-tabs02 input[name="tab-controla"]:nth-of-type(1):checked ~ .content > .long-text:nth-child(1) {
    display: block;
  }
  .long-tabs input[name="tab-control"]:nth-of-type(2):checked ~ ul > li:nth-child(2) > label, .long-tabs input[name="tab-controla"]:nth-of-type(2):checked ~ ul > li:nth-child(2) > label, .long-tabs02 input[name="tab-control"]:nth-of-type(2):checked ~ ul > li:nth-child(2) > label, .long-tabs02 input[name="tab-controla"]:nth-of-type(2):checked ~ ul > li:nth-child(2) > label {
    cursor: default;
    color: #428BFF;
  }
  .long-tabs input[name="tab-control"]:nth-of-type(2):checked ~ .slider, .long-tabs input[name="tab-controla"]:nth-of-type(2):checked ~ .slider, .long-tabs02 input[name="tab-control"]:nth-of-type(2):checked ~ .slider, .long-tabs02 input[name="tab-controla"]:nth-of-type(2):checked ~ .slider {
    transform: translateX(60%);
  }
  .long-tabs input[name="tab-control"]:nth-of-type(2):checked ~ .content > .long-text:nth-child(2), .long-tabs input[name="tab-controla"]:nth-of-type(2):checked ~ .content > .long-text:nth-child(2), .long-tabs02 input[name="tab-control"]:nth-of-type(2):checked ~ .content > .long-text:nth-child(2), .long-tabs02 input[name="tab-controla"]:nth-of-type(2):checked ~ .content > .long-text:nth-child(2) {
    display: block;
  }
  .long-tabs input[name="tab-control"]:nth-of-type(3):checked ~ ul > li:nth-child(3) > label, .long-tabs input[name="tab-controla"]:nth-of-type(3):checked ~ ul > li:nth-child(3) > label, .long-tabs02 input[name="tab-control"]:nth-of-type(3):checked ~ ul > li:nth-child(3) > label, .long-tabs02 input[name="tab-controla"]:nth-of-type(3):checked ~ ul > li:nth-child(3) > label {
    cursor: default;
    color: #428BFF;
  }
  .long-tabs input[name="tab-control"]:nth-of-type(3):checked ~ .slider, .long-tabs input[name="tab-controla"]:nth-of-type(3):checked ~ .slider, .long-tabs02 input[name="tab-control"]:nth-of-type(3):checked ~ .slider, .long-tabs02 input[name="tab-controla"]:nth-of-type(3):checked ~ .slider {
    transform: translateX(135%);
  }
  .long-tabs input[name="tab-control"]:nth-of-type(3):checked ~ .content > .long-text:nth-child(3), .long-tabs input[name="tab-controla"]:nth-of-type(3):checked ~ .content > .long-text:nth-child(3), .long-tabs02 input[name="tab-control"]:nth-of-type(3):checked ~ .content > .long-text:nth-child(3), .long-tabs02 input[name="tab-controla"]:nth-of-type(3):checked ~ .content > .long-text:nth-child(3) {
    display: block;
  }
  .long-tabs input[name="tab-control"]:nth-of-type(4):checked ~ ul > li:nth-child(4) > label, .long-tabs input[name="tab-controla"]:nth-of-type(4):checked ~ ul > li:nth-child(4) > label, .long-tabs02 input[name="tab-control"]:nth-of-type(4):checked ~ ul > li:nth-child(4) > label, .long-tabs02 input[name="tab-controla"]:nth-of-type(4):checked ~ ul > li:nth-child(4) > label {
    cursor: default;
    color: #428BFF;
  }
  .long-tabs input[name="tab-control"]:nth-of-type(4):checked ~ .slider, .long-tabs input[name="tab-controla"]:nth-of-type(4):checked ~ .slider, .long-tabs02 input[name="tab-control"]:nth-of-type(4):checked ~ .slider, .long-tabs02 input[name="tab-controla"]:nth-of-type(4):checked ~ .slider {
    transform: translateX(210%);
  }
  .long-tabs input[name="tab-control"]:nth-of-type(4):checked ~ .content > .long-text:nth-child(4), .long-tabs input[name="tab-controla"]:nth-of-type(4):checked ~ .content > .long-text:nth-child(4), .long-tabs02 input[name="tab-control"]:nth-of-type(4):checked ~ .content > .long-text:nth-child(4), .long-tabs02 input[name="tab-controla"]:nth-of-type(4):checked ~ .content > .long-text:nth-child(4) {
    display: block;
  }
  @keyframes content {
    from {
      opacity: 0;
      transform: translateY(5%);
    }
    to {
      opacity: 1;
      transform: translateY(0%);
    }
  }
}

@media screen and (max-width: 667px) {
  .long-tabs ul.long-tabs-ul, .long-tabs ul.long-tabs-ul02 {
    padding: 30px 0px;
  }
  .long-tabs ul.long-tabs-ul li, .long-tabs ul.long-tabs-ul02 li {
    padding: 0;
  }
  ul.long-tabs-ul li label, ul.long-tabs-ul02 li label {
    font-size: 18px;
  }
}
/*# sourceMappingURL=discount.css.map */