body {
  padding: 0;
  margin: 0;
  font-family: Open sans;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul {
  margin: 0;
  padding: 0;
}


ol,
ul {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

.cable-1 {
  padding-block: 50px;
  color: rgb(73, 73, 73);
}

.cable-1 img {
  max-width: 100%;
  object-fit: cover;

}

.cable-1__container {
  padding-block: 20px;
}

.cable-1__grid[data-gjs-type="grid"] {
  gap: 10px;
  padding: 0;
}

.cable-1__cell[data-gjs-type="grid-cell"] {
  display: flex;
  flex-direction: column;
  padding: 10px;
}

.cable-1__form-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.cable-1 h1 {
  font-size: 40px;
  font-weight: 900;
}

.cable-1 h1 span {
  color: #F10207;
}

.cable-1 p {
  font-weight: 400;
  font-size: 14px;
}

.cable-1 h5 {
  font-size: 18px;
}

.cable-1__form {
  margin-top: 20px;
  padding: 0;
}

.cable-1--green .cable-1__form .ll-btn {
  background-color: #8BC34A;
}

.cable-1--green .cable-1__form .ll-form__input-i,
.cable-1--green .cable-1__form .ll-form__input-date,
.cable-1--green .cable-1__form .ll-form__input-textarea {
  border-radius: 20px;
  border-color: #8BC34A;
}

.cable-1__form .ll-btn {
  background-color: #F10207;
  border-radius: 50px;
  font-weight: 700;
  font-size: 18px;
}

.cable-1__form .ll-form__input-i,
.cable-1__form .ll-form__input-date,
.cable-1__form .ll-form__input-textarea {
  border-radius: 20px;
  border-color: #959595;
}


.cable-1__info {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 20px;
}

.cable-1__info__row {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 10px;
}

.cable-1__info__row p {
  font-weight: bold;
}

.cable-1__icon {
  height: 25px;
}

.cable-1__product {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.cable-1__product img {
  max-width: 100%;
}

.cable-1__product__info {
  display: flex;
  align-items: start;
  gap: 30px;
}

.cable-1__product__info__price {
  display: flex;
  flex-direction: column;
}

.cable-1__product__info__price p {
  font-weight: bold;
  font-size: 14px;
}

.cable-1__full-price {
  font-size: 35px;
  font-weight: normal;
  text-decoration: line-through;
  color: rgb(143, 143, 143);
}

.cable-1__discounted-price {
  font-size: 55px;
  color: #8BC34A;
}

.cable-2 {
  padding-block: 30px;
  color: rgb(73, 73, 73);
}

.cable-2__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.cable-2 h2 {
  font-size: 36px;
}

.cable-2__img {
  width: 900px;
  margin-bottom: 30px;
}

.cable-2 p {
  max-width: 100%;
  width: 1000px;
}

.cable-3 {
  padding-block: 50px;
  color: rgb(73, 73, 73);
}

.cable-3__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.cable-3 h2 {
  font-size: 36px;
}

.cable-3 p {
  max-width: 100%;
}

.cable-3__info {
  display: flex;
  flex-direction: row;
  gap: 30px;
  margin-top: 30px;
}

.cable-3__info__right {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}

.cable-3__info__right img {
  height: 300px;
  object-fit: contain;
}

.cable-3__gif {
  width: 50%;
}

@media screen and (max-width: 992px) {
  .cable-3__info {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .cable-3__gif {
    width: 100%;
  }

}

.cable-3--black {
  background-color: black;
  color: white;
  padding-block: 70px;
}

.cable-3--black .cable-3__info__right {
  align-items: start;
  justify-content: center;
  text-align: start;
}

.cable-3__info__row {
  display: flex;
  align-items: start;
  flex-direction: row;
  justify-content: start;
  gap: 10px;
}

.cable-3__icon {
  min-width: 30px;
}

.cable-4 {
  padding-block: 20px;
  background-color: #ffffff;
  color: black;
}

.cable-4__container {
  padding-block: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 15px;
  text-align: center;
}


.cable-4 a {
  font-size: 22px;
  color: black;
}

.cable-4 p {
  font-size: 18px;
  font-weight: 500;
}

.cable-4__yellow {
  background-color: yellow;
  width: 100%;
}