* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "DM Sans", sans-serif;
  background-color: #fbfbfb;
  color: #333333;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  text-decoration: none;
  color: inherit;
}

ul {
  list-style: none;
}

strong,
b {
  font-weight: 700;
}

.reklama-bar {
  width: 100%;
  background-color: #fbfbfb;
  padding: 5px 0;
}
.reklama-bar__container {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.reklama-bar__text {
  font-size: clamp(14px, 1.1vw, 16px);
  font-weight: 400;
  color: #b1b1b1;
  line-height: normal;
}

.update-bar {
  width: 100%;
  background-color: #1a2e4c;
  padding: 5px 240px;
}
.update-bar__container {
  max-width: 1220px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.update-bar__text {
  font-size: clamp(14px, 1.1vw, 16px);
  font-weight: 500;
  color: white;
  line-height: normal;
}
.update-bar__text--bold {
  font-weight: 800;
}
.update-bar__text--medium {
  font-weight: 500;
}
.update-bar__text--highlight {
  color: #ffd900;
}

.header {
  width: 100%;
  background-color: white;
  padding: 20px 240px;
}
@media (max-width: 1370px) {
  .header {
    padding: 10px 20px;
  }
}
.header__container {
  max-width: 1220px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
@media (max-width: 1080px) {
  .header__container {
    justify-content: center;
  }
}
.header__logo {
  display: flex;
  align-items: center;
  gap: 10px;
}
.header__logo-image {
  width: 60px;
  height: 60px;
  border-radius: 10px;
  flex-shrink: 0;
}
.header__logo-text {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.header__logo-title {
  font-size: clamp(20px, 1.8vw, 26px);
  font-weight: 700;
  color: #333333;
  line-height: 1;
}
.header__logo-subtitle {
  font-size: clamp(12px, 1vw, 15px);
  font-weight: 700;
  color: #4a7a9b;
  line-height: 1;
  margin-top: 2px;
}
.header__live-icon {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  gap: 5px;
  padding: 4px 8px;
  border-radius: 5px;
}
.header__live-icon-dot {
  width: 8px;
  height: 8px;
}
.header__live-icon-signal {
  width: 12px;
  height: 12px;
}
.header__live-text {
  font-size: clamp(8px, 0.6vw, 9px);
  font-weight: 700;
  color: white;
}
.header__nav {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 900px) {
  .header__nav {
    display: none;
  }
}
.header__nav-link {
  font-size: clamp(14px, 1.1vw, 16px);
  font-weight: 400;
  color: #4a7a9b;
  white-space: nowrap;
  transition: color 0.3s ease;
}
.header__nav-link:hover {
  color: #1a2e4c;
}

.header-logolive {
  display: flex;
  gap: 16px;
}

.hero {
  width: 100%;
  background-color: #f1f1f1;
  padding: 20px 0 0 0;
}
.hero__container {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
}
.hero__content {
  padding: 0 240px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 40px;
}
.hero__titles {
  max-width: 778px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.hero__title {
  font-size: clamp(32px, 3vw, 45px);
  font-weight: 800;
  color: black;
  line-height: 1.5;
}
.hero__subtitle {
  font-size: clamp(20px, 1.9vw, 28px);
  font-weight: 800;
  color: #4a7a9b;
  line-height: 1.2;
}
.hero__flash-badge {
  flex-shrink: 0;
  width: 151px;
  height: 151px;
  background-color: #ff6f00;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  box-shadow: 0px 4px 4px -1px rgba(12, 12, 13, 0.1), 0px 4px 4px -1px rgba(12, 12, 13, 0.05);
}
.hero__flash-text {
  font-size: clamp(16px, 1.2vw, 18px);
  font-weight: 700;
  color: white;
  text-align: center;
  line-height: 1.2;
}
.hero__flash-number {
  font-size: clamp(24px, 2vw, 30px);
  font-weight: 700;
  display: block;
}
.hero__flash-label {
  font-size: clamp(16px, 1.2vw, 18px);
  font-weight: 400;
  display: block;
}
.hero__image {
  width: 100%;
  border-top: 10px solid #1a2e4c;
  border-bottom: 10px solid #1a2e4c;
}
.hero__img {
  width: 100%;
  height: 387px;
  -o-object-fit: cover;
     object-fit: cover;
}

.lead {
  width: 100%;
  padding: 20px 240px;
}
.lead__container {
  max-width: 1220px;
  width: 100%;
  margin: 0 auto;
}
.lead__box {
  background-color: #cfdbe3;
  border: 1px solid #1a2e4c;
  border-radius: 40px;
  padding: 40px;
}
.lead__text {
  font-size: clamp(16px, 1.2vw, 18px);
  font-weight: 700;
  color: #1a2e4c;
  line-height: 1.44;
  text-align: center;
}

.copy {
  width: 100%;
  padding: 20px 240px;
}
.copy__container {
  max-width: 1220px;
  width: 100%;
  margin: 0 auto;
}
.copy__paragraph {
  font-size: clamp(14px, 1.1vw, 16px);
  font-weight: 400;
  color: #333333;
  line-height: 1.38;
  margin-bottom: 20px;
}
.copy__paragraph:last-child {
  margin-bottom: 0;
}
.copy__heading {
  font-size: clamp(20px, 1.8vw, 26px);
  font-weight: 700;
  color: #4a7a9b;
  line-height: 1.31;
  margin-bottom: 20px;
  margin-top: 32px;
  max-width: 960px;
}
.copy__prof-section {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}
.copy__prof-image {
  flex-shrink: 0;
  width: 237px;
  position: relative;
  max-height: 324px;
}
@media (max-width: 1025px) {
  .copy__prof-image {
    max-height: 100%;
  }
}
.copy__prof-img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 40px;
  display: block;
}
.copy__prof-name {
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  background-color: #cfdbe3;
  padding: 10px;
  text-align: center;
  font-size: clamp(14px, 1.1vw, 16px);
  font-weight: 500;
  color: #1a2e4c;
  border-radius: 0 0 40px 40px;
}
.copy__prof-content {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.copy__phases {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 20px 0;
}
.copy__phase {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
.copy__phase-icon {
  width: 72px;
  height: 79px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 10px;
  flex-shrink: 0;
}
.copy__phase-content {
  flex: 1;
}
.copy__phase-title {
  font-size: clamp(20px, 1.8vw, 26px);
  font-weight: 700;
  color: #1a2e4c;
  line-height: 1.38;
  margin-bottom: 5px;
}
.copy__phase-name {
  font-weight: 400;
}
.copy__phase-text {
  font-size: clamp(14px, 1.1vw, 16px);
  font-weight: 400;
  color: #333333;
  line-height: 1.38;
}
.copy__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 20px 0;
}
.copy__list-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: clamp(14px, 1.1vw, 16px);
  font-weight: 400;
  color: #333333;
  line-height: 1.38;
}
.copy__list-icon {
  width: 18px;
  height: 20px;
  flex-shrink: 0;
  margin-top: 2px;
}
.copy__benefits {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 20px 0;
}
.copy__benefits-item {
  font-size: clamp(14px, 1.1vw, 16px);
  font-weight: 400;
  color: #333333;
  line-height: 1.38;
}
.copy--problems {
  padding-top: 40px;
  padding-bottom: 40px;
}
.copy--availability {
  padding-top: 20px;
  padding-bottom: 20px;
}

.before-after {
  width: 100%;
  padding: 20px 240px;
}
.before-after__container {
  max-width: 1220px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  gap: 20px;
  align-items: flex-start;
}
.before-after__item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.before-after__image-wrapper {
  width: 100%;
  max-width: 432px;
  margin-bottom: 31px;
}
.before-after__image {
  width: 100%;
  height: auto;
  border-radius: 10px;
  border: 5px solid white;
  display: block;
}
.before-after__details {
  position: relative;
  width: 472px;
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.before-after__arc {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 169px;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 0;
}
.before-after__info {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 35px 20px 20px 20px;
  width: 100%;
}
.before-after__title {
  font-size: clamp(20px, 1.8vw, 26px);
  font-weight: 700;
  line-height: 1.31;
  margin-bottom: 20px;
}
.before-after__title--red {
  color: red;
}
.before-after__title--green {
  color: #00981c;
}
.before-after__description {
  font-size: clamp(14px, 1.1vw, 16px);
  font-weight: 400;
  color: #333333;
  line-height: 1.38;
}
.product {
  width: 100%;
  padding: 50px 100px 0 100px;
  position: relative;
  overflow: hidden;
  min-height: 578px;
}
.product__container {
  max-width: 1220px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 480px) {
  .product__container {
    margin-bottom: 20px;
  }
}
.product__bg {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1434px;
  height: 578px;
  z-index: 0;
  pointer-events: none;
}
.product__bg-image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.product__image {
  position: relative;
  z-index: 1;
  width: 465px;
  height: 465px;
  margin-bottom: -60px;
}
.product__img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.product__awards {
  position: relative;
  z-index: 2;
  background-color: white;
  box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  gap: 15px;
  border-radius: 40px;
  padding: 13px 20px;
  align-items: center;
}
@media (min-width: 480px) {
  .product__awards {
    transform: translateY(-15px);
  }
}
@media (min-width: 768px) {
  .product__awards {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-radius: 100vmax;
  }
}
@media (min-width: 960px) {
  .product__awards {
    padding: 13px 47px;
    gap: 40px;
  }
}
.product__award-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  justify-items: center;
  align-items: center;
  width: 100%;
}
@media (min-width: 960px) {
  .product__award-wrapper {
    gap: 40px;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.product__award {
  flex-shrink: 0;
  height: auto;
  max-height: 70px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.testimonials {
  width: 100%;
  padding: 20px 240px;
}
.testimonials__container {
  max-width: 1220px;
  width: 100%;
  margin: 0 auto;
}
.testimonials__title {
  font-size: clamp(28px, 2.3vw, 34px);
  font-weight: 800;
  color: #333333;
  line-height: 1.5;
  margin-bottom: 20px;
}
.testimonials__grid {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .testimonials__grid {
    align-items: center;
  }
}
.testimonials__column {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 471px;
}
.testimonials__item {
  background-color: #fffef2;
  border-radius: 10px;
  padding: 40px;
  box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.15);
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.testimonials__column:first-child .testimonials__item:nth-child(1) {
  min-height: 547px;
}
@media (max-width: 768px) {
  .testimonials__column:first-child .testimonials__item:nth-child(1) {
    min-height: unset;
  }
}
.testimonials__column:first-child .testimonials__item:nth-child(2) {
  min-height: 591px;
}
@media (max-width: 768px) {
  .testimonials__column:first-child .testimonials__item:nth-child(2) {
    min-height: unset;
  }
}
.testimonials__column:last-child .testimonials__item:nth-child(1) {
  min-height: 635px;
}
@media (max-width: 768px) {
  .testimonials__column:last-child .testimonials__item:nth-child(1) {
    min-height: unset;
  }
}
.testimonials__column:last-child .testimonials__item:nth-child(2) {
  min-height: 525px;
}
@media (max-width: 768px) {
  .testimonials__column:last-child .testimonials__item:nth-child(2) {
    min-height: unset;
  }
}
.testimonials__avatar {
  width: 138px;
  height: 138px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 20px;
}
.testimonials__name {
  font-size: clamp(18px, 1.5vw, 22px);
  font-weight: 700;
  color: #333333;
  text-align: center;
  margin-bottom: 5px;
}
.testimonials__location {
  font-size: clamp(18px, 1.5vw, 22px);
  font-weight: 400;
  color: #333333;
  text-align: center;
  margin-bottom: 20px;
}
.testimonials__divider {
  width: 100%;
  height: 1px;
  background-color: #333333;
  margin-bottom: 20px;
}
.testimonials__text {
  font-size: clamp(14px, 1.1vw, 16px);
  font-weight: 400;
  color: #333333;
  line-height: 1.38;
  text-align: left;
}

.cta {
  width: 100%;
  padding: 20px 240px;
}
.cta__container {
  max-width: 1220px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
.cta__button {
  background-color: #ff6f00;
  color: white;
  font-size: clamp(20px, 1.8vw, 26px);
  border: 5px solid #db6102;
  font-weight: 700;
  padding: 20px 40px;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-align: center;
  display: inline-block;
  max-width: 827px;
  width: 100%;
  line-height: 1.31;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.15);
}
.cta__button:hover {
  background-color: #db6102;
  transform: translateY(-2px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}
.cta__button:active {
  transform: translateY(0);
}

.comments {
  width: 100%;
  padding: 40px 240px;
}
.comments__container {
  max-width: 1220px;
  width: 100%;
  margin: 0 auto;
}
.comments__title {
  font-size: clamp(24px, 2.3vw, 34px);
  font-weight: 700;
  color: #333333;
  line-height: 1.31;
  margin-bottom: 20px;
}
.comments__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.comments__item {
  display: flex;
  gap: 20px;
  background-color: white;
  padding: 15px;
  border-radius: 10px;
}
.comments__avatar {
  width: 58px;
  height: 58px;
  border-radius: 50%;
}
.comments__content {
  flex: 1;
}
.comments__header {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 10px;
}
.comments__author {
  font-size: clamp(16px, 1.2vw, 18px);
  font-weight: 700;
  color: #333333;
}
.comments__date {
  font-size: clamp(14px, 1.1vw, 16px);
  font-weight: 400;
  color: #b1b1b1;
}
.comments__text {
  font-size: clamp(14px, 1.1vw, 16px);
  font-weight: 400;
  color: #333333;
  line-height: 1.38;
  margin-bottom: 10px;
}
.comments__actions {
  display: flex;
  gap: 20px;
}
.comments__action {
  font-size: clamp(14px, 1.1vw, 16px);
  font-weight: 400;
  color: #4a7a9b;
  cursor: pointer;
  transition: color 0.3s ease;
}
.comments__action:hover {
  color: #1a2e4c;
}

@media (max-width: 1200px) {
  .before-after__item {
    max-width: 400px;
  }
  .before-after__image-wrapper {
    max-width: 380px;
  }
  .before-after__details {
    width: 100%;
    max-width: 420px;
  }
}
@media (max-width: 1024px) {
  .update-bar {
    padding: 5px 40px;
  }
  .header {
    padding: 20px 40px;
  }
  .header__nav {
    gap: 15px;
  }
  .header__nav-link {
    font-size: 14px;
  }
  .hero__content {
    padding: 0 40px;
  }
  .hero__flash-badge {
    width: 120px;
    height: 120px;
  }
  .lead {
    padding: 20px 40px;
  }
  .copy {
    padding: 20px 40px;
  }
  .copy__prof-section {
    flex-direction: column;
  }
  .copy__prof-image {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }
  .before-after {
    padding: 20px 40px;
  }
  .before-after__item {
    max-width: 350px;
  }
  .before-after__image-wrapper {
    max-width: 320px;
  }
  .before-after__details {
    max-width: 380px;
  }
  .product {
    padding: 50px 40px 0 40px;
  }
  .testimonials {
    padding: 20px 40px;
  }
  .testimonials__column {
    width: 400px;
  }
  .cta {
    padding: 20px 40px;
  }
  .comments {
    padding: 40px 40px;
  }
}
@media (max-width: 768px) {
  .update-bar {
    padding: 10px 16px;
  }
  .update-bar__text {
    text-align: center;
  }
  .header {
    padding: 15px 16px;
  }
  .header__container {
    flex-wrap: wrap;
    justify-content: center;
  }
  .header__nav {
    display: none;
  }
  .header__live-icon {
    margin-left: auto;
  }
  .hero__content {
    padding: 0 16px;
    flex-direction: column;
    align-items: center;
  }
  .hero__titles {
    max-width: 100%;
    text-align: center;
  }
  .hero__flash-badge {
    margin-top: 20px;
  }
  .hero__img {
    height: 250px;
  }
  .lead {
    padding: 20px 16px;
  }
  .lead__box {
    padding: 20px;
  }
  .copy {
    padding: 20px 16px;
  }
  .copy__prof-section {
    flex-direction: column;
  }
  .copy__prof-image {
    width: 100%;
    max-width: 250px;
  }
  .copy__phase {
    flex-direction: column;
    text-align: center;
  }
  .copy__phase-icon {
    margin: 0 auto;
  }
  .before-after {
    padding: 20px 16px;
  }
  .before-after__container {
    flex-direction: column;
    align-items: center;
  }
  .before-after__item {
    width: 100%;
    max-width: 500px;
  }
  .before-after__item--after .before-after__image-wrapper {
    align-self: center;
  }
  .before-after__image-wrapper {
    margin-bottom: 20px;
  }
  .before-after__details {
    width: 100%;
  }
  .product {
    padding: 30px 16px 0 16px;
  }
  .product__image {
    width: 100%;
    max-width: 350px;
    height: auto;
  }
  .product__award {
    max-height: 50px;
  }
  .testimonials {
    padding: 20px 16px;
  }
  .testimonials__grid {
    flex-direction: column;
  }
  .testimonials__column {
    width: 100%;
    max-width: 500px;
  }
  .cta {
    padding: 20px 16px;
  }
  .cta__button {
    padding: 15px 30px;
  }
  .comments {
    padding: 30px 16px;
  }
  .comments__item {
    flex-direction: column;
    align-items: flex-start;
  }
  .comments__avatar {
    align-self: flex-start;
  }
}
@media (max-width: 480px) {
  .header__logo-image {
    width: 50px;
    height: 50px;
  }
  .header__logo-title {
    font-size: 18px;
  }
  .header__logo-subtitle {
    font-size: 11px;
  }
  .hero__img {
    height: 200px;
  }
  .lead__box {
    padding: 15px;
  }
  .copy__phases {
    gap: 15px;
  }
  .product__image {
    max-width: 280px;
  }
  .testimonials__item {
    padding: 20px;
  }
  .testimonials__avatar {
    width: 100px;
    height: 100px;
  }
  .cta__button {
    padding: 12px 20px;
  }
  .comments__avatar {
    width: 48px;
    height: 48px;
  }
}
.callpage-body {
  background-color: #fbfbfb;
}

.callpage {
  width: 100%;
  min-height: 100vh;
  position: relative;
  background-color: #fbfbfb;
  padding-bottom: 40px;
  overflow: hidden;
}
.callpage::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 2800px;
  height: 1700px;
  background-image: url("../img/product_bg.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  pointer-events: none;
  z-index: 0;
}
.callpage > * {
  position: relative;
  z-index: 1;
}

.callpage-reklama {
  width: 100%;
  padding: 4px 237px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.callpage-reklama__text {
  font-size: 16px;
  font-weight: 400;
  color: #b1b1b1;
  text-align: center;
}

.callpage-header-logolive {
  display: flex;
  gap: 16px;
}

.callpage-header {
  width: 100%;
  padding: 20px 240px;
  background-color: transparent;
  position: relative;
  z-index: 1;
}
.callpage-header__container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.callpage-header__logo {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  position: relative;
  width: 204px;
  height: 60px;
}
.callpage-header__logo-img {
  width: 60px;
  height: 60px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.callpage-header__logo-text {
  display: flex;
  flex-direction: column;
  padding-top: 6px;
}
.callpage-header__logo-title {
  font-size: 26px;
  font-weight: 700;
  color: #333333;
  line-height: normal;
  margin-bottom: 0;
}
.callpage-header__logo-subtitle {
  font-size: 15px;
  font-weight: 700;
  color: #4a7a9b;
  line-height: 16px;
}
.callpage-header__live {
  display: flex;
  align-items: center;
  gap: 4px;
  position: relative;
  flex-shrink: 0;
}
.callpage-header__nav {
  display: none;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
  width: 683px;
}
.callpage-header__nav-item {
  font-size: 16px;
  font-weight: 400;
  color: #4a7a9b;
  cursor: default;
  white-space: nowrap;
}

.callpage-main {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 11px 240px 0 240px;
  position: relative;
  z-index: 1;
}

.callpage-box {
  background-color: white;
  border-radius: 25px;
  box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.15);
  padding: 40px 140px 60px 140px;
  width: 960px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.callpage-box__heading {
  font-size: 58.248px;
  font-weight: 800;
  color: #4a7a9b;
  text-align: center;
  line-height: normal;
  width: 100%;
}
.callpage-box__text {
  font-size: 30px;
  font-weight: 400;
  color: #333333;
  text-align: center;
  line-height: 1.2;
  width: 100%;
}
.callpage-box__text--green {
  font-weight: 700;
  color: #00981c;
}
.callpage-box__cta-wrapper {
  padding-top: 20px;
  width: 100%;
  display: flex;
  justify-content: center;
}
.callpage-box__cta-text {
  font-size: 26px;
  font-weight: 400;
  color: #333333;
  text-align: center;
  line-height: normal;
  max-width: 680px;
}
.callpage-box__cta-text--green {
  font-weight: 700;
  color: #00981c;
}
.callpage-box__cta-text strong {
  font-weight: 700;
}
.callpage-box__footnote {
  font-size: 12px;
  font-weight: 400;
  color: #333333;
  text-align: center;
  line-height: normal;
  width: 100%;
}

.callpage-info-box {
  background-color: #f0f0f0;
  border-radius: 10px;
  padding: 20px;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 20px;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.15) inset;
}
.callpage-info-box__icon {
  position: relative;
  width: 72px;
  height: 72px;
  flex-shrink: 0;
  transform: rotate(180deg) scaleY(-1);
}
.callpage-info-box__icon-base {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.callpage-info-box__icon-hands {
  position: absolute;
  width: 42px;
  height: 22px;
  left: 15px;
  top: 19.5px;
  transform: rotate(180deg) scaleY(-1);
}
.callpage-info-box__icon-clock {
  position: absolute;
  width: 11.34px;
  height: 11.34px;
  left: 30.33px;
  top: 25.27px;
  transform: rotate(180deg) scaleY(-1);
}
.callpage-info-box__text {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: normal;
  flex: 1;
}

.callpage-button {
  background-color: #ff6f00;
  border: 5px solid #db6102;
  border-radius: 50px;
  padding: 20px 40px;
  width: 567px;
  height: 71px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  font-weight: 700;
  color: white;
  text-align: center;
  line-height: 34px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: "DM Sans", sans-serif;
}
.callpage-button:hover {
  background-color: #db6102;
  transform: translateY(-2px);
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.2);
}
.callpage-button:active {
  transform: translateY(0);
}

.callpage-phone {
  border-radius: 50px;
  padding: 20px 40px;
  width: 567px;
  height: 71px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  font-weight: 700;
  text-align: center;
  line-height: 34px;
  text-decoration: none;
  transition: all 0.3s ease;
  font-family: "DM Sans", sans-serif;
  color: #00981c;
  border-radius: 50px;
  border: 5px solid #00981c;
  background: #fff;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.5) inset;
}
.callpage-phone:hover {
  transform: translateY(-2px);
}
.callpage-phone:active {
  transform: translateY(0);
}

@media (max-width: 1410px) {
  .callpage::before {
    top: 150px;
    width: 2400px;
    height: 1400px;
  }
  .callpage-header {
    padding: 20px 80px;
  }
  .callpage-header__container {
    gap: 15px;
  }
  .callpage-header__nav {
    gap: 12px;
    width: auto;
    flex-shrink: 1;
  }
  .callpage-header__nav-item {
    font-size: 14px;
  }
}
@media (max-width: 1024px) {
  .callpage::before {
    top: 100px;
    width: 2000px;
    height: 1200px;
  }
  .callpage-reklama {
    padding: 4px 40px;
  }
  .callpage-header {
    padding: 20px 40px;
  }
  .callpage-header__container {
    gap: 12px;
    justify-content: center;
  }
  .callpage-header__nav {
    display: none;
  }
  .callpage-main {
    padding: 11px 40px 0 40px;
  }
  .callpage-box {
    width: 100%;
    max-width: 800px;
    padding: 40px 80px 60px 80px;
  }
  .callpage-box__heading {
    font-size: clamp(42px, 5vw, 58.248px);
  }
  .callpage-box__text {
    font-size: clamp(24px, 3vw, 30px);
  }
  .callpage-box__cta-text {
    font-size: clamp(22px, 2.5vw, 26px);
  }
  .callpage-button,
  .callpage-phone {
    width: 100%;
    max-width: 500px;
  }
}
@media (max-width: 768px) {
  .callpage::before {
    display: none;
  }
  .callpage-reklama {
    padding: 4px 8px;
  }
  .callpage-header {
    padding: 20px 8px;
  }
  .callpage-header__container {
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
  }
  .callpage-header__logo {
    width: 204px;
  }
  .callpage-header__nav {
    display: none;
  }
  .callpage-header__live {
    order: 3;
  }
  .callpage-main {
    padding: 11px 16px 0 16px;
  }
  .callpage-box {
    width: 100%;
    padding: 40px 16px;
    border-radius: 25px;
  }
  .callpage-box__heading {
    font-size: clamp(36px, 10vw, 42px);
  }
  .callpage-box__text {
    font-size: clamp(20px, 5vw, 22px);
  }
  .callpage-box__cta-wrapper {
    padding-top: 10px;
  }
  .callpage-box__cta-text {
    font-size: clamp(20px, 5vw, 26px);
    max-width: 100%;
  }
  .callpage-info-box {
    flex-direction: column;
    text-align: center;
  }
  .callpage-info-box__icon {
    width: 72px;
    height: 72px;
  }
  .callpage-button,
  .callpage-phone {
    width: 100%;
    font-size: clamp(20px, 5vw, 26px);
    padding: 20px 20px;
  }
}
@media (max-width: 480px) {
  .callpage-box {
    padding: 30px 12px;
  }
  .callpage-box__heading {
    font-size: 32px;
  }
  .callpage-box__text {
    font-size: 18px;
  }
  .callpage-box__cta-text {
    font-size: 18px;
  }
  .callpage-info-box {
    padding: 16px;
  }
  .callpage-info-box__icon {
    width: 60px;
    height: 60px;
  }
  .callpage-info-box__icon-hands {
    width: 35px;
    height: 18px;
    left: 12.5px;
    top: 16px;
  }
  .callpage-info-box__icon-clock {
    width: 9.5px;
    height: 9.5px;
    left: 25.25px;
    top: 21px;
  }
  .callpage-info-box__text {
    font-size: 14px;
  }
  .callpage-button,
  .callpage-phone {
    font-size: 20px;
    padding: 16px 20px;
    height: auto;
  }
}/*# sourceMappingURL=style.css.map */