.chimney-cta-widget {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  background: #212427;
  border-radius: 15px;
  overflow: hidden;
  min-height: 160px;
  padding: 30px 60px;
  max-width: 1360px;
  margin: 0 auto;
  z-index: 1;
}

.chimney-cta-widget::before {
  display: none;
}

.chimney-cta-content {
  position: relative;
  z-index: 2;
  width: 70%;
  margin: -30px 0 -30px -60px;
  padding: 30px 80px 30px 60px;
  background: linear-gradient(90deg, #871015 0%, #ED1C24 100%);
  clip-path: polygon(0 0, 100% 0, 78% 100%, 0% 100%);
}

.chimney-cta-phone {
  position: relative;
  z-index: 2;
}

.chimney-cta-text {
  max-width: 720px;
  color: #fff;
  font-size: 37px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.11px;
  text-transform: capitalize;
}

.chimney-cta-widget .btn-request {
  padding: 9.556px 19.111px 9.556px 47.778px;
  font-size: 36.311px;
  line-height: 53.511px;
  letter-spacing: 1.089px;
  text-decoration: none;
}

.chimney-cta-widget .nav-req::before {
  width: 86px;
  height: 86px;
  background-size: 100%;
  left: -47px;
}

.chimney-cta-widget .btn-request::after {
  width: 600px;
  height: 600px;
}

@media (max-width: 1440px) {
  .chimney-cta-widget .btn-request {
    font-size: 26px;
    line-height: 50px;
  }
}

@media (max-width: 1240px) {
  .chimney-cta-widget {
    flex-direction: column;
    align-items: flex-start;
    max-width: 100%;
    min-height: auto;
    gap: 0;
    padding: 0;
    border-radius: 8px;
    background: #212427;
  }

  .chimney-cta-widget .nav-req-holder {
    justify-content: center;
    display: flex;
  }

  .chimney-cta-widget .chimney-cta-content {
    width: 100%;
    margin: 0;
    padding: 35px 35px 110px;
    background: linear-gradient(90deg, #871015 0%, #ED1C24 100%);
    clip-path: polygon(0 0, 100% 0, 100% 78%, 0 60%);
  }

  .chimney-cta-widget .chimney-cta-text {
    max-width: 100%;
    font-size: 28px;
    line-height: 1.28;
  }

  .chimney-cta-widget .chimney-cta-phone {
    width: 100%;
    padding: 0 35px 35px;
    margin-top: -20px;
  }

  .chimney-cta-widget .chimney-cta-widget .btn-request {
    font-size: 29px;
    line-height: 44px;
    letter-spacing: 0.899px;
  }

  .chimney-cta-widget .chimney-cta-widget .nav-req::before {
    width: 71px;
    height: 71px;
  }
}

@media (max-width: 760px) {
  .chimney-cta-widget .chimney-cta-widget {
    margin-bottom: 30px;
  }
}

@media (max-width: 480px) {
  .chimney-cta-widget .chimney-cta-content {
    padding: 20px 20px 110px;
  }

  .chimney-cta-widget .chimney-cta-text {
    font-size: 24px;
  }

  .chimney-cta-widget .chimney-cta-widget .btn-request {
    font-size: 19px;
    line-height: 32px;
    letter-spacing: 0;
  }

  .chimney-cta-widget .chimney-cta-widget .nav-req::before {
    width: 54px;
    height: 54px;
    left: -20px;
  }

  .chimney-cta-widget .chimney-cta-widget .btn-request::after {
    width: 500px;
    height: 500px;
  }
}
