@charset "UTF-8";
#newsletter .checkbox.newsletter {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

#newsletter .checkbox.newsletter .asset {
  display: flex;
  flex-direction: row;
}

#newsletter .checkbox.newsletter .asset .icon-asset,
#newsletter .checkbox.newsletter .asset .icon-asset svg {
  width: 50px;
  height: 50px;
}

#newsletter .checkbox.newsletter .asset .title-asset {
  display: flex;
  align-items: center;
  justify-content: center;
}

#newsletter .checkbox.newsletter .asset .title-asset h4 {
  font-size: 18px;
  padding: 0 10px;
}

@media (max-width: 991px) {
  html #newsletter .title {
    text-align: center;
  }
}
.results .button-results {
  display: flex;
  justify-content: center;
  margin: 55px 0 0 0;
}

.results .button-results a.button-orange {
  width: 240px;
}

@media (max-width: 1500px) {
  .content-photo .col-12.firstbg.firstbg-case {
    min-height: 300px !important;
  }
}
@media (max-width: 1200px) {
  .content-photo .col-12.firstbg.firstbg-case {
    min-height: 250px !important;
  }
}
@media (max-width: 1000px) {
  .content-photo .col-12.firstbg.firstbg-case {
    min-height: 175px !important;
  }
}
.client-about-cooperation .image p {
  position: absolute;
  top: calc(100% - 27px);
  left: calc(50% - 15px);
  width: auto;
  height: auto;
  transform: translate(0%, -50%);
  z-index: 1;
  padding: 15px;
  background: #ff8b00;
  color: #ffffff;
}

@media (max-width: 992px) {
  .client-about-cooperation .image p {
    min-width: 60%;
    left: calc(50% - 36px);
  }
}
@media (max-width: 768px) {
  .client-about-cooperation .image p {
    min-width: unset;
    top: calc(100% - 26px);
    left: calc(50% - 15px);
  }
}
@media (max-width: 420px) {
  .client-about-cooperation .image p {
    font-size: 15px;
    top: calc(100% - 25px);
    left: calc(50% - 48px);
    min-width: 65%;
  }
}
.button-orange-invert2 {
  height: 60px;
  max-width: 240px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#creating-sites #hero {
  display: flex;
  background: rgb(255, 255, 255);
  background: linear-gradient(0deg, rgb(248, 247, 243) 55%, rgb(40, 50, 80) 50%);
  padding: 25px 0;
}

#creating-sites #hero .left-hero {
  width: 50%;
}

#creating-sites #hero .left-hero .content-top-hero {
  display: flex;
  flex-direction: column;
  gap: 0 20px;
}

#creating-sites #hero .left-hero .title-hero h1 {
  display: flex;
  flex-direction: column;
  color: #fff;
  font-size: 62px;
  font-weight: 700;
  margin: 20px 0;
}

#creating-sites #hero .left-hero .description-hero {
  padding: 25px 0;
}

#creating-sites #hero .left-hero .description-hero p {
  color: #283250;
  font-size: 18px;
  font-weight: 600;
}

#creating-sites #hero .right-hero {
  width: 50%;
}

#creating-sites #hero .right-hero .photo-hero {
  width: 100%;
  height: 100%;
  min-height: 400px;
  position: relative;
  overflow: hidden;
}

#creating-sites #hero .right-hero .photo-hero img {
  width: auto;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
}

#creating-sites #advantages {
  display: flex;
  padding: 50px 0;
  background: #f8f7f3;
}

#creating-sites #advantages .content-advantages {
  display: flex;
  gap: 25px;
}

#creating-sites #advantages .content-advantages .advantage {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 25px;
  flex: 0 0 calc(25% - 25px);
}

#creating-sites #advantages .content-advantages .advantage .icon-advantage {
  width: 80px;
  height: 80px;
}

#creating-sites #advantages .content-advantages .advantage .icon-advantage svg {
  width: 80px;
  height: 80px;
  fill: #ff8b00;
}

#creating-sites #advantages .content-advantages .advantage .title-advantage {
  font-size: 16px;
  font-weight: 500;
  color: #283250;
}

#creating-sites #text-seo-left {
  display: flex;
  background: #fff;
}

#creating-sites #text-seo-left .wrapper1500 {
  display: flex;
}

#creating-sites #text-seo-left .content-text {
  display: flex;
  flex-direction: column;
  width: 50%;
  padding: 50px 25px 50px 50px;
}

#creating-sites #text-seo-left .content-text .title-content h2 {
  color: #283250;
  font-size: calc(28px + 18 * (100vw - 400px) / 1520);
  font-weight: 700;
  line-height: 1;
}

#creating-sites #text-seo-left .content-text .title-content h2 span {
  color: #ff8b00;
  font-size: calc(36px + 18 * (100vw - 400px) / 1520);
  font-weight: 700;
  line-height: 1;
}

#creating-sites #text-seo-left .content-text .subtitle-content h3 {
  color: #283250;
  font-size: calc(16px + 6 * (100vw - 400px) / 1520);
  font-weight: 600;
  margin: 10px 0;
}

#creating-sites #text-seo-left .content-text .description-content p {
  color: #969897;
  font-size: calc(14px + 3 * (100vw - 400px) / 1520);
  font-weight: 400;
  margin: 10px 0;
}

#creating-sites #text-seo-left .content-text .button-content {
  padding: 35px 0 0;
}

#creating-sites #text-seo-left .content-photo {
  display: flex;
  width: 50%;
  background: rgb(255, 255, 255);
  background: linear-gradient(90deg, rgb(255, 255, 255) 30%, rgb(248, 247, 243) 30%);
  justify-content: center;
  align-items: center;
}

#creating-sites #text-seo-left .content-photo .photo-seo {
  width: 75%;
  height: 550px;
  position: relative;
  overflow: hidden;
}

#creating-sites #text-seo-left .content-photo .photo-seo img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: 500px;
}

#creating-sites #text-seo-right {
  display: flex;
  background: #fff;
}

#creating-sites #text-seo-right .wrapper1500 {
  display: flex;
}

#creating-sites #text-seo-right .content-text {
  display: flex;
  flex-direction: column;
  width: 50%;
  padding: 50px 25px 50px 50px;
}

#creating-sites #text-seo-right .content-text .title-content h2 {
  color: #283250;
  font-size: calc(28px + 18 * (100vw - 400px) / 1520);
  font-weight: 700;
  line-height: 1;
}

#creating-sites #text-seo-right .content-text .title-content h2 span {
  color: #ff8b00;
  font-size: calc(36px + 18 * (100vw - 400px) / 1520);
  font-weight: 700;
  line-height: 1;
  display: block;
  margin: 0;
}

#creating-sites #text-seo-right .content-text .subtitle-content h3 {
  color: #283250;
  font-size: calc(16px + 6 * (100vw - 400px) / 1520);
  font-weight: 600;
  margin: 10px 0;
}

#creating-sites #text-seo-right .content-text .description-content p {
  color: #969897;
  font-size: calc(14px + 3 * (100vw - 400px) / 1520);
  font-weight: 400;
  margin: 10px 0;
}

#creating-sites #text-seo-right .content-text .button-content {
  padding: 35px 0 0;
}

#creating-sites #text-seo-right .content-photo {
  display: flex;
  width: 50%;
  background: rgb(248, 247, 243);
  background: linear-gradient(90deg, rgb(248, 247, 243) 70%, rgb(255, 255, 255) 70%);
  justify-content: center;
  align-items: center;
}

#creating-sites #text-seo-right .content-photo .photo-seo {
  width: 75%;
  height: 550px;
  position: relative;
  overflow: hidden;
}

#creating-sites #text-seo-right .content-photo .photo-seo img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: 500px;
}

#creating-sites #text-seo-center {
  display: flex;
  padding: 50px 0;
  background: #f8f7f3;
  text-align: center;
  justify-content: center;
  align-items: center;
}

#creating-sites #text-seo-center .title-content-center {
  display: flex;
  justify-content: center;
}

#creating-sites #text-seo-center .title-content-center h2 {
  color: #283250;
  font-size: calc(28px + 18 * (100vw - 400px) / 1520);
  font-weight: 700;
  line-height: 1;
}

#creating-sites #text-seo-center .description-content-center {
  display: flex;
  justify-content: center;
}

#creating-sites #text-seo-center .description-content-center p {
  color: #283250;
  font-size: calc(14px + 6 * (100vw - 400px) / 1520);
  font-weight: 600;
  margin: 25px 0;
  max-width: 1000px;
}

#creating-sites #text-seo-center .button-content-center {
  display: flex;
  justify-content: center;
}

#creating-sites #text-seo-center .button-content-center a.button-orange {
  width: 100%;
}

#creating-sites .company {
  padding: 50px 0;
}

#creating-sites .company h2 {
  margin: 25px 0;
  padding: 0;
}

#creating-sites #consultation {
  display: flex;
  padding: 50px 0 0;
  flex-direction: column;
  text-align: center;
}

#creating-sites #consultation .title-consultation {
  display: flex;
  justify-content: center;
  margin: 0 0 25px;
}

#creating-sites #consultation .title-consultation h2 {
  color: #283250;
  font-size: calc(28px + 18 * (100vw - 400px) / 1520);
  font-weight: 700;
  line-height: 1;
}

#creating-sites #consultation .subtitle-consultation {
  display: flex;
  justify-content: center;
}

#creating-sites #consultation .subtitle-consultation h3 {
  color: #283250;
  font-size: calc(14px + 6 * (100vw - 400px) / 1520);
  font-weight: 700;
  margin: 20px 0 0;
  max-width: 1000px;
}

#creating-sites #consultation .description-consultation {
  display: flex;
  justify-content: center;
}

#creating-sites #consultation .description-consultation p {
  color: #969897;
  font-size: calc(12px + 6 * (100vw - 400px) / 1520);
  font-weight: 600;
  margin: 20px 0 25px;
  max-width: 1100px;
}

#creating-sites #consultation .box-form .box-form__left .wrapper h2 {
  text-align: left;
}

@media (max-width: 1000px) {
  #creating-sites #consultation .box-form .box-form__left .wrapper h2 {
    text-align: center;
  }
}
#creating-sites #text-seo-center-2 {
  display: flex;
  padding: 100px 0 50px;
  background: #f8f7f3;
  justify-content: center;
  align-items: center;
}

#creating-sites #text-seo-center-2 .title-content-center {
  display: flex;
  justify-content: center;
}

#creating-sites #text-seo-center-2 .title-content-center h2 {
  color: #283250;
  font-size: calc(28px + 18 * (100vw - 400px) / 1520);
  font-weight: 700;
  line-height: 1;
}

#creating-sites #text-seo-center-2 .columns {
  display: flex;
  gap: 25px;
  padding: 25px 0 0;
}

#creating-sites #text-seo-center-2 .columns .description-content-left,
#creating-sites #text-seo-center-2 .columns .description-content-right {
  width: 50%;
}

#creating-sites #text-seo-center-2 .columns .description-content-left h3,
#creating-sites #text-seo-center-2 .columns .description-content-right h3 {
  color: #283250;
  font-size: calc(16px + 6 * (100vw - 400px) / 1520);
  font-weight: 600;
  margin: 10px 0;
}

#creating-sites #text-seo-center-2 .columns .description-content-left p,
#creating-sites #text-seo-center-2 .columns .description-content-right p {
  color: #969897;
  font-size: calc(12px + 6 * (100vw - 400px) / 1520);
  font-weight: 600;
  margin: 20px 0 25px;
}

#creating-sites .offer .offer__bg-white {
  background: #f8f7f3;
}

#creating-sites .offer .wrapper1500 {
  padding: 50px 0 0;
}

#creating-sites .offer .wrapper1500 .offer__items {
  padding: 50px 30px 0;
}

#creating-sites #contact-box {
  display: flex;
  padding: 50px 0;
  background: #f8f7f3;
  flex-direction: column;
}

#creating-sites #contact-box .title-contact-box {
  display: flex;
  justify-content: center;
}

#creating-sites #contact-box .title-contact-box h2 {
  color: #283250;
  font-size: calc(28px + 18 * (100vw - 400px) / 1520);
  font-weight: 700;
  line-height: 1;
}

#creating-sites #contact-box .description-contact-box {
  display: flex;
  justify-content: center;
}

#creating-sites #contact-box .description-contact-box p {
  color: #283250;
  font-size: calc(16px + 6 * (100vw - 400px) / 1520);
  font-weight: 600;
  margin: 25px 0;
}

#creating-sites #contact-box .contact-form-content {
  display: flex;
  background: #283250;
  gap: 0 15px;
}

#creating-sites #contact-box .contact-form-content .photo {
  width: 50%;
}

#creating-sites #contact-box .contact-form-content .photo img {
  position: absolute;
  width: 43%;
  bottom: 0;
}

@media (min-width: 1900px) {
  #creating-sites #contact-box .contact-form-content .photo img {
    width: 40%;
  }
}
@media (max-width: 1300px) {
  #creating-sites #contact-box .contact-form-content .photo img {
    width: 45%;
  }
}
@media (max-width: 1200px) {
  #creating-sites #contact-box .contact-form-content .photo img {
    width: 48%;
  }
}
@media (max-width: 950px) {
  #creating-sites #contact-box .contact-form-content .photo img {
    width: 50%;
  }
}
#creating-sites #contact-box .contact-form-content .form {
  width: 50%;
  padding: 50px 25px;
}

#creating-sites #contact-box .contact-form-content .form form {
  display: flex;
  flex-direction: column;
  max-width: 600px;
  gap: 25px;
}

#creating-sites #contact-box .contact-form-content .form form .field {
  position: relative;
}

#creating-sites #contact-box .contact-form-content .form form .field .wpcf7-form-control-wrap input {
  width: 100%;
  font-family: "Nunito", sans-serif;
  background: #fff;
  border-radius: 5px;
  color: #283250;
  padding: 25px;
  border: none;
  outline: none;
}

#creating-sites #contact-box .contact-form-content .form form .accept-data {
  display: flex;
  gap: 15px;
  align-items: center;
}

#creating-sites #contact-box .contact-form-content .form form .accept-data .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item {
  margin: 0;
}

#creating-sites #contact-box .contact-form-content .form form .accept-data .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item input {
  width: 25px;
  height: 25px;
  border: none;
  outline: none;
  border-radius: 5px;
}

#creating-sites #contact-box .contact-form-content .form form .accept-data p {
  color: #969897;
  font-size: calc(14px + 3 * (100vw - 400px) / 1520);
  font-weight: 400;
  margin: 10px 0;
}

#creating-sites #contact-box .contact-form-content .form form .accept-data p a {
  color: #ff8b00;
}

#creating-sites #contact-box .contact-form-content .form form .send-button input {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  border: 1px solid #ff8b00;
  background: #ff8b00;
  color: #ffffff;
  border-radius: 30px;
  width: 100%;
  height: 60px;
}

#creating-sites .results {
  padding: 50px 0;
}

#creating-sites .results .results__items {
  padding: 50px 0 0;
}

#creating-sites #about-us-sites {
  display: flex;
  padding: 50px 0;
  background: #f8f7f3;
}

#creating-sites #about-us-sites .wrapper {
  display: flex;
  gap: 100px;
}

#creating-sites #about-us-sites .wrapper {
  display: flex;
  gap: 100px;
}

#creating-sites #about-us-sites .about-us-sites__content-left {
  display: flex;
  flex-direction: column;
  width: 800px;
}

#creating-sites #about-us-sites .about-us-sites__content-left .about-us-sites__content__title h2 {
  color: #283250;
  font-size: calc(28px + 18 * (100vw - 400px) / 1520);
  font-weight: 700;
  line-height: 1;
}

#creating-sites #about-us-sites .about-us-sites__content-left .about-us-sites__content__description p {
  color: #283250;
  font-size: calc(14px + 3 * (100vw - 400px) / 1520);
  font-weight: 700;
  margin: 50px 0;
}

#creating-sites #about-us-sites .about-us-sites__content-left .columns-button {
  display: flex;
  gap: 25px;
}

#creating-sites #about-us-sites .about-us-sites__content-left .columns-button .column-button {
  flex: 0 0 calc(33% - 15px);
  max-width: 33.33%;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

#creating-sites #about-us-sites .about-us-sites__content-left .columns-button .column-button a.button-orange {
  width: 100%;
  max-width: 260px;
  background: #969897;
  border: 1px solid #969897;
}

#creating-sites #about-us-sites .about-us-sites__content-left .columns-button .column-button a.button-orange:hover {
  background: #ff8b00;
  border: 1px solid #ff8b00;
  text-decoration: underline;
  color: #fff;
}

#creating-sites #about-us-sites .about-us-sites__content-right {
  display: flex;
  flex-direction: column;
  width: calc(100% - 800px);
}

#creating-sites #about-us-sites .about-us-sites__content-right .about-us-sites__content__title h2 {
  color: #283250;
  font-size: calc(28px + 18 * (100vw - 400px) / 1520);
  font-weight: 700;
  line-height: 1;
}

#creating-sites #about-us-sites .about-us-sites__content-right .location-content {
  display: flex;
  justify-content: space-between;
}

#creating-sites #about-us-sites .about-us-sites__content-right .about-us-sites__content__description {
  margin: 50px 0;
}

#creating-sites #about-us-sites .about-us-sites__content-right .about-us-sites__content__description p {
  color: #283250;
  font-size: calc(14px + 3 * (100vw - 400px) / 1520);
  font-weight: 600;
  margin: 5px 0;
}

#creating-sites #about-us-sites .about-us-sites__content-right .about-us-sites__content__button {
  margin: 50px 0;
  min-width: 240px;
}

#creating-sites #about-us-sites .about-us-sites__content-right .about-us-sites__content__button a.button-orange {
  width: 100%;
}

@media (max-width: 1600px) {
  #creating-sites #about-us-sites .wrapper {
    gap: 35px;
  }
  #creating-sites #about-us-sites .wrapper {
    gap: 35px;
  }
}
@media (max-width: 1500px) {
  #creating-sites #hero .right-hero .photo-hero {
    height: auto;
    min-height: 330px;
  }
}
@media (max-width: 1400px) {
  #creating-sites #about-us-sites .wrapper {
    flex-direction: column;
    gap: 50px;
  }
  #creating-sites #about-us-sites .wrapper {
    flex-direction: column;
    gap: 50px;
  }
  #creating-sites #about-us-sites .about-us-sites__content-left {
    width: 100%;
  }
  #creating-sites #about-us-sites .about-us-sites__content-left .columns-button .column-button {
    align-items: center;
  }
  #creating-sites #about-us-sites .about-us-sites__content-right {
    width: 100%;
  }
  #creating-sites #about-us-sites .about-us-sites__content-right .photo-office-content {
    max-width: 1000px;
    margin: 0 auto;
  }
}
@media (max-width: 1275px) {
  #creating-sites #hero .right-hero .photo-hero {
    height: auto;
    min-height: 275px;
  }
}
@media (max-width: 1200px) {
  #creating-sites #hero .left-hero {
    width: 70%;
  }
  #creating-sites #hero .right-hero {
    width: 30%;
    display: flex;
    align-items: center;
  }
  #creating-sites #hero .right-hero .wrapper1500 {
    all: unset;
    width: 100%;
  }
  #creating-sites #hero .right-hero .photo-hero {
    height: auto;
    min-height: 150px;
  }
}
@media (max-width: 1000px) {
  #creating-sites #advantages .content-advantages {
    flex-wrap: wrap;
    justify-content: space-around;
  }
  #creating-sites #advantages .content-advantages .advantage {
    flex: 0 0 calc(33% - 25px);
  }
  #creating-sites #text-seo-left {
    flex-direction: column;
  }
  #creating-sites #text-seo-left .content-text {
    width: 100%;
    padding: 50px 25px 0;
  }
  #creating-sites #text-seo-left .content-text .button-content {
    display: flex;
    justify-content: center;
  }
  #creating-sites #text-seo-left .content-text .button-content a.button-orange {
    width: 100%;
  }
  #creating-sites #text-seo-left .content-photo {
    width: 100%;
    background: #fff;
  }
  #creating-sites #text-seo-right {
    flex-direction: column;
  }
  #creating-sites #text-seo-right .content-text {
    width: 100%;
    padding: 50px 25px 0;
    order: 1;
  }
  #creating-sites #text-seo-right .content-text .button-content {
    display: flex;
    justify-content: center;
  }
  #creating-sites #text-seo-right .content-text .button-content a.button-orange {
    width: 100%;
  }
  #creating-sites #text-seo-right .content-photo {
    width: 100%;
    background: #fff;
    order: 2;
  }
}
@media (max-width: 920px) {
  #creating-sites #hero {
    background: #283250;
    gap: 25px;
    flex-direction: column;
  }
  #creating-sites #hero .left-hero {
    width: 100%;
  }
  #creating-sites #hero .left-hero .title-hero h1 {
    font-size: 40px;
    line-height: 56px;
    margin: 0;
  }
  #creating-sites #hero .left-hero .description-hero p {
    color: #fff;
  }
  #creating-sites #hero .left-hero .button-hero {
    display: flex;
    justify-content: center;
  }
  #creating-sites #hero .left-hero .button-hero a.button-orange {
    width: 100%;
  }
  #creating-sites #hero .right-hero {
    width: 100%;
    display: flex;
    align-items: center;
  }
  #creating-sites #hero .right-hero .photo-hero {
    min-height: 300px;
  }
  #creating-sites #contact-box .contact-form-content .photo {
    display: none;
  }
  #creating-sites #contact-box .contact-form-content .form {
    width: 100%;
  }
  #creating-sites #contact-box .contact-form-content .form form {
    max-width: unset;
  }
}
@media (max-width: 776px) {
  #creating-sites #advantages .content-advantages .advantage {
    flex: 0 0 calc(50% - 25px);
  }
  #creating-sites #text-seo-center-2 {
    padding: 50px 0;
  }
  #creating-sites #text-seo-center-2 .columns {
    flex-direction: column;
  }
  #creating-sites #text-seo-center-2 .columns .description-content-left,
  #creating-sites #text-seo-center-2 .columns .description-content-right {
    width: 100%;
  }
  #creating-sites #about-us-sites .about-us-sites__content-left .columns-button {
    flex-wrap: wrap;
  }
  #creating-sites #about-us-sites .about-us-sites__content-left .columns-button .column-button {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 550px) {
  #creating-sites #hero .right-hero .photo-hero {
    min-height: 225px;
  }
}
@media (max-width: 450px) {
  #creating-sites #advantages .content-advantages .advantage {
    flex: 0 0 100%;
  }
}
@media (max-width: 400px) {
  #creating-sites #hero .left-hero .title-hero h1 {
    font-size: 36px;
  }
  #creating-sites #hero .right-hero .photo-hero {
    min-height: 200px;
  }
}
@media (max-width: 1500px) {
  #customer-case #ai-photo.col-md-6.two-table-adv {
    max-height: 405px !important;
  }
}
@media (max-width: 576px) {
  #navigation#propan .row.row-case {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
  #planning#propan .container {
    padding: 0 30px !important;
  }
  #planning#propan .container #customer-case .container {
    padding: 0 !important;
  }
}
.lp-video_case-study {
  padding-bottom: 120px;
}

@media (max-width: 1024px) {
  .lp-video_case-study {
    padding-bottom: 72px;
  }
}
.lp-video_case-study a:hover {
  text-decoration: none;
}

.lp-video_case-study .text-heading h2 {
  font-size: 45px;
  font-style: normal;
  font-weight: 800;
  line-height: 130%;
  color: #283150;
  margin: 0;
}

@media (max-width: 1024px) {
  .lp-video_case-study .text-heading h2 {
    font-size: 34px;
    line-height: 130%;
  }
}
.lp-video_case-study .case-study-items {
  display: flex;
  gap: 20px;
  padding: 50px 0 0;
  flex-wrap: wrap;
}

.lp-video_case-study .case-study-item {
  display: flex;
  flex-direction: column;
  flex: 0 0 25%;
  max-width: calc(25% - 15px);
  border-radius: 20px;
  border: 1px solid #EBEBEB;
  background: #FFF;
  transition: all 300ms linear;
}

.lp-video_case-study .case-study-item:hover {
  background: #ff8b00;
}

@media (max-width: 1024px) {
  .lp-video_case-study .case-study-items {
    justify-content: center;
  }
  .lp-video_case-study .case-study-item {
    flex: 0 0 33%;
    max-width: calc(33% - 15px);
  }
}
@media (max-width: 768px) {
  .lp-video_case-study .case-study-item {
    flex: 0 0 50%;
    max-width: calc(50% - 15px);
  }
}
@media (max-width: 568px) {
  .lp-video_case-study .case-study-items {
    gap: 25px;
  }
  .lp-video_case-study .case-study-item {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.lp-video_case-study .case-study-item img {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.lp-video_case-study .case-study-item .case-study-content {
  padding: 20px;
}

.lp-video_case-study .case-study-item .case-study-content p {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 12px;
  line-height: 135%;
  color: #283150;
  transition: all 300ms linear;
}

.lp-video_case-study .case-study-item:hover .case-study-content p {
  color: #FFF;
}

.lp-video_case-study .case-study-item .case-study-tags {
  display: flex;
  justify-content: space-between;
}

.lp-video_case-study .case-study-item .case-study-tags p {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 135%;
  font-weight: 600;
  color: #7E8597;
  padding: 10px 0;
}

.lp-video_case-study .case-study-item .case-study-tags p:last-child {
  background-color: #f8f7f3;
  padding: 10px 15px;
  border-radius: 10px;
  transition: all 300ms linear;
}

.lp-video_case-study .case-study-item:hover .case-study-tags p:last-child {
  color: #7E8597;
}

.person-photo-section {
  padding-top: 78px;
}

@media (max-width: 1024px) {
  .lp-video__hero.strategie .background-absolute {
    height: calc(100% - 20px);
  }
  .person-photo-section {
    flex-direction: row !important;
  }
}
@media (max-width: 1250px) {
  svg#Warstwa_1.score2 {
    top: 0px !important;
    right: 25px !important;
  }
}
@media (max-width: 1150px) {
  svg#Warstwa_1.score1 {
    width: 125px !important;
    bottom: unset !important;
    top: 200px !important;
  }
  svg#Warstwa_1.score2 {
    width: 125px !important;
  }
  svg#Warstwa_1.score3 {
    width: 125px !important;
  }
}
@media (max-width: 1025px) {
  svg#Warstwa_1.score1 {
    width: 150px !important;
    top: 20px !important;
    left: 50px !important;
  }
  svg#Warstwa_1.score2 {
    width: 150px !important;
    top: 215px !important;
    left: 225px !important;
  }
  svg#Warstwa_1.score3 {
    width: 150px !important;
    bottom: 25px !important;
    left: 75px !important;
  }
}
@media (max-width: 825px) {
  svg#Warstwa_1.score2 {
    width: 150px !important;
    top: -60px !important;
    left: unset !important;
    right: 25px !important;
  }
  svg#Warstwa_1.score3 {
    width: 150px !important;
    bottom: 25px !important;
    left: 75px !important;
  }
}
@media (max-width: 767px) {
  svg#Warstwa_1.score1 {
    width: 150px !important;
    top: 75px !important;
    left: 50px !important;
    right: unset !important;
  }
  svg#Warstwa_1.score2 {
    width: 125px !important;
    top: -35px !important;
    left: unset !important;
    right: 25px !important;
  }
  svg#Warstwa_1.score3 {
    width: 175px !important;
    bottom: 25px !important;
    left: 75px !important;
  }
}
@media (max-width: 725px) {
  svg#Warstwa_1.score3 {
    width: 175px !important;
    bottom: 25px !important;
    left: 25px !important;
  }
}
@media (max-width: 650px) {
  svg#Warstwa_1.score1 {
    width: 125px !important;
    top: 75px !important;
    left: 25px !important;
    right: unset !important;
  }
  svg#Warstwa_1.score3 {
    width: 125px !important;
    bottom: 25px !important;
    left: 25px !important;
  }
}
@media (max-width: 600px) {
  svg#Warstwa_1.score3 {
    width: 125px !important;
    bottom: 125px !important;
    left: 10px !important;
  }
}
@media (max-width: 585px) {
  svg#Warstwa_1.score1 {
    width: 100px !important;
    top: unset !important;
    bottom: 5px !important;
    left: unset !important;
    right: 5px !important;
    transform: rotate(8deg) !important;
  }
  svg#Warstwa_1.score2 {
    width: 100px !important;
    top: 75px !important;
    left: 10px !important;
    right: unset !important;
    transform: rotate(-15deg) !important;
  }
}
@media (max-width: 585px) {
  svg#Warstwa_1.score1 {
    width: 100px !important;
    top: 75px !important;
    bottom: unset !important;
    left: unset !important;
    right: 5px !important;
    transform: rotate(8deg) !important;
  }
}
@media (max-width: 500px) {
  svg#Warstwa_1.score1 {
    width: 80px !important;
  }
  svg#Warstwa_1.score3 {
    width: 100px !important;
  }
}
@media (max-width: 430px) {
  svg#Warstwa_1.score1 {
    right: -20px !important;
  }
  svg#Warstwa_1.score2 {
    width: 80px !important;
  }
  svg#Warstwa_1.score3 {
    bottom: 20px !important;
    left: -15px !important;
    transform: rotate(9deg);
  }
}
@media (max-width: 385px) {
  svg#Warstwa_1.score3 {
    width: 85px !important;
  }
}
.line-services {
  margin-top: 25px !important;
}

.percent-content {
  color: #ff8b00;
}

.lp-video__wideo .first-column .text-heading.wideo-strategie h2 .icon:after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='240' height='56' viewBox='0 0 240 56' fill='none'%3E%3Cg clip-path='url(%23clip0_1_2)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M132.733 0.351671L7.55602e-06 0.35174L9.12501 13.8514L3.80371e-06 27.7261L9.12501 41.9757L0 55.4755H132.733L240 55.4753L230.874 41.9757L240 28.101L230.874 13.8513L240 0.351671H132.733Z' fill='%23F28A19'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1_2'%3E%3Crect width='240' height='56' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  width: 100%;
  height: 100%;
  position: absolute;
  left: -12px;
  top: 3px;
  z-index: -2;
}

.lp-video__services .text-heading.services-strategie .icon:after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='175' height='56' viewBox='0 0 175 56' fill='none'%3E%3Cg clip-path='url(%23clip0_2_4)'%3E%3Cpath d='M0 56V0H175L170.958 13.7143L175 28.1905L170.958 42.2857L175 56H0Z' fill='%23F28A19'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2_4'%3E%3Crect width='175' height='56' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  width: 100%;
  height: 100%;
  position: absolute;
  left: -7px;
  top: 0px;
  z-index: -2;
}

.lp-video_case-study .text-heading.case-study-strategie .icon {
  position: relative;
  color: #fff;
  z-index: 10;
}

.lp-video_case-study .text-heading.case-study-strategie .icon:after {
  content: url("data:image/svg+xml,%3Csvg width='281' height='51' viewBox='0 0 281 51' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M155.408 0L8.84684e-06 6.33072e-05L10.6839 12.4898L4.45351e-06 25.3266L10.6839 38.5102L0 51H155.408L281 50.9999L270.315 38.5102L281 25.6735L270.315 12.4897L281 0H155.408Z' fill='%23F28A19'/%3E%3C/svg%3E%0A");
  width: 100%;
  height: 100%;
  position: absolute;
  left: -10px;
  top: 7px;
  z-index: -2;
}

@media (max-width: 540px) {
  #ads.row {
    height: auto;
    margin-bottom: 50px;
  }
}
@media (max-width: 1025px) {
  .lp-video__wideo .first-column .text-heading.wideo-strategie h2 .icon:after {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='175' height='45' viewBox='0 0 175 45' fill='none'%3E%3Cg clip-path='url(%23clip0_1_2)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M96.7845 0.282593L5.5096e-06 0.282648L6.65366 11.1306L2.77354e-06 22.2799L6.65366 33.7305L0 44.5785H96.7845L175 44.5784L168.346 33.7305L175 22.5812L168.346 11.1305L175 0.282593H96.7845Z' fill='%23F28A19'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1_2'%3E%3Crect width='175' height='45' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
    left: -9px;
  }
}
@media (max-width: 1025px) {
  .lp-video__services .text-heading.services-strategie .icon:after {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='150' height='50' viewBox='0 0 150 50' fill='none'%3E%3Cpath d='M0 50V0H150L146.536 12.2449L150 25.1701L146.536 37.7551L150 50H0Z' fill='%23F28A19'/%3E%3C/svg%3E");
    left: -5px;
  }
}
@media (max-width: 1025px) {
  .lp-video_case-study .text-heading.case-study-strategie .icon:after {
    content: url("data:image/svg+xml,%3Csvg width='217' height='36' viewBox='0 0 217 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M120.013 0L6.8319e-06 4.46874e-05L8.25053 8.81635L3.43919e-06 17.8776L8.25053 27.1837L0 36H120.013L217 35.9999L208.749 27.1837L217 18.1224L208.749 8.81627L217 0H120.013Z' fill='%23F28A19'/%3E%3C/svg%3E%0A");
    left: -9px;
  }
}
@media (min-width: 1025px) {
  svg#Warstwa_1.score1 {
    animation: moveLeftToRight 1s infinite alternate ease-in-out;
  }
  svg#Warstwa_1.score2 {
    animation: moveTopToBottom 1s infinite alternate ease-in-out;
  }
  svg#Warstwa_1.score3 {
    animation: moveRightToLeft 1s infinite alternate ease-in-out;
  }
}
@keyframes moveLeftToRight {
  0% {
    transform: rotate(-15deg);
  }
  100% {
    transform: rotate(-10deg);
  }
}
@keyframes moveTopToBottom {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(5%);
  }
}
@keyframes moveRightToLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-5%);
  }
}
html #header.header.is-sticky {
  position: fixed;
  z-index: 99;
  width: 100%;
  animation: slideDown 0.35s forwards;
  height: auto;
}

html #header.header.is-sticky.active {
  position: fixed;
  z-index: 99;
  width: 100%;
  animation: slideDown 0.35s forwards;
  height: 100%;
}

html #header.header.is-hidden {
  position: fixed;
  z-index: 99;
  width: 100%;
  animation: slideUp 0.35s forwards;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes slideUp {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-100%);
  }
}
.lp-video__hero.social .row .first-column .text-hero.social .icon:after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='225' height='45' viewBox='0 0 225 45' fill='none'%3E%3Cg clip-path='url(%23clip0_1_2)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M124.437 0.282593L7.08377e-06 0.282648L8.5547 11.1306L3.56598e-06 22.2799L8.5547 33.7305L0 44.5785H124.437L225 44.5784L216.444 33.7305L225 22.5812L216.444 11.1305L225 0.282593H124.437Z' fill='%23F28A19'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1_2'%3E%3Crect width='225' height='45' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  width: 100%;
  height: 100%;
  position: absolute;
  left: -12px;
  top: 7px;
  z-index: -2;
}

@media (max-width: 1024px) {
  .lp-video__hero.social .row .first-column .text-hero.social .icon:after {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='181' height='48' viewBox='0 0 181 48' fill='none'%3E%3Cg clip-path='url(%23clip0_1_2)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M100.103 0.301432L5.6985e-06 0.30149L6.88178 11.8726L2.86863e-06 23.7652L6.88178 35.9792L0 47.5504H100.103L181 47.5503L174.118 35.9792L181 24.0866L174.118 11.8725L181 0.301432H100.103Z' fill='%23F28A19'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1_2'%3E%3Crect width='181' height='48' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
    top: 2px;
    left: -10px;
  }
}
.lp-video__wideo.social .first-column .text-heading.wideo-strategie h2 .icon:after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='155' height='50' viewBox='0 0 155 50' fill='none'%3E%3Cg clip-path='url(%23clip0_1_2)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M85.7234 0.313992L4.87993e-06 0.314053L5.89324 12.3673L2.45656e-06 24.7554L5.89324 37.4783L0 49.5317H85.7234L155 49.5316L149.106 37.4783L155 25.0902L149.106 12.3672L155 0.313992H85.7234Z' fill='%23F28A19'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1_2'%3E%3Crect width='155' height='50' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  width: 100%;
  height: 100%;
  position: absolute;
  left: -12px;
  top: 7px;
  z-index: -2;
}

@media (max-width: 1024px) {
  .lp-video__wideo.social .first-column .text-heading.wideo-strategie h2 .icon:after {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='115' height='48' viewBox='0 0 115 48' fill='none'%3E%3Cg clip-path='url(%23clip0_1_2)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M63.6013 0.301432L3.62059e-06 0.30149L4.3724 11.8726L1.82261e-06 23.7652L4.3724 35.9792L0 47.5504H63.6013L115 47.5503L110.627 35.9792L115 24.0866L110.627 11.8725L115 0.301432H63.6013Z' fill='%23F28A19'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1_2'%3E%3Crect width='115' height='48' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
    left: -9px;
    top: 2px;
  }
}
.lp-video__services.social .text-heading.services-strategie .icon:after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='275' height='60' viewBox='0 0 275 60' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M152.09 0.376791L8.65794e-06 0.376864L10.4557 14.8408L4.35841e-06 29.7065L10.4557 44.974L0 59.438H152.09L275 59.4379L264.543 44.974L275 30.1083L264.543 14.8407L275 0.376791H152.09Z' fill='%23F28A19'/%3E%3C/svg%3E");
  width: 100%;
  height: 100%;
  position: absolute;
  left: -15px;
  top: 0px;
  z-index: -2;
}

@media (max-width: 1024px) {
  .lp-video__services.social .text-heading.services-strategie .icon:after {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='240' height='48' viewBox='0 0 240 48' fill='none'%3E%3Cg clip-path='url(%23clip0_1_2)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M132.733 0.301432L7.55602e-06 0.30149L9.12501 11.8726L3.80371e-06 23.7652L9.12501 35.9792L0 47.5504H132.733L240 47.5503L230.874 35.9792L240 24.0866L230.874 11.8725L240 0.301432H132.733Z' fill='%23F28A19'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1_2'%3E%3Crect width='240' height='48' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
    left: -15px;
    top: 0px;
  }
}
main.lp_seo .lp-video__hero.social .row .first-column .text-hero.social .icon:after {
  content: url("data:image/svg+xml,%3Csvg width='174' height='48' viewBox='0 0 174 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M96.2315 0L5.47811e-06 5.95832e-05L6.61563 11.7551L2.75769e-06 23.8368L6.61563 36.2449L0 48H96.2315L174 47.9999L167.384 36.2449L174 24.1633L167.384 11.755L174 0H96.2315Z' fill='%23F28A19'/%3E%3C/svg%3E%0A");
  width: 100%;
  height: 100%;
  position: absolute;
  left: -11px;
  top: 7px;
  z-index: -2;
}

@media (max-width: 1024px) {
  main.lp_seo .lp-video__hero.social .row .first-column .text-hero.social .icon:after {
    content: url("data:image/svg+xml,%3Csvg width='144' height='36' viewBox='0 0 144 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M79.6398 0L4.53361e-06 4.46874e-05L5.47501 8.81635L2.28222e-06 17.8776L5.47501 27.1837L0 36H79.6398L144 35.9999L138.524 27.1837L144 18.1224L138.524 8.81627L144 0H79.6398Z' fill='%23F28A19'/%3E%3C/svg%3E%0A");
    width: 100%;
    height: 100%;
    position: absolute;
    left: -9px;
    top: 7px;
    z-index: -2;
  }
}
main.lp_seo .lp-video__wideo.social .first-column .text-heading.wideo-strategie h2 .icon:after {
  content: url("data:image/svg+xml,%3Csvg width='219' height='51' viewBox='0 0 219 51' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M121.119 0L6.89487e-06 6.33072e-05L8.32658 12.4898L3.47088e-06 25.3266L8.32658 38.5102L0 51H121.119L219 50.9999L210.673 38.5102L219 25.6735L210.673 12.4897L219 0H121.119Z' fill='%23F28A19'/%3E%3C/svg%3E%0A");
  width: 100%;
  height: 100%;
  position: absolute;
  left: -12px;
  top: 7px;
  z-index: -2;
}

@media (max-width: 1024px) {
  main.lp_seo .lp-video__wideo.social .first-column .text-heading.wideo-strategie h2 .icon:after {
    content: url("data:image/svg+xml,%3Csvg width='165' height='36' viewBox='0 0 165 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M91.254 0L5.19476e-06 4.46874e-05L6.27345 8.81635L2.61505e-06 17.8776L6.27345 27.1837L0 36H91.254L165 35.9999L158.726 27.1837L165 18.1224L158.726 8.81627L165 0H91.254Z' fill='%23F28A19'/%3E%3C/svg%3E%0A");
    left: -10px;
    top: 5px;
  }
}
main.lp_seo .lp-video__services.social .text-heading.services-strategie .icon:after {
  content: url("data:image/svg+xml,%3Csvg width='311' height='60' viewBox='0 0 311 60' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 60V0H311L303.818 14.6939L311 30.2041L303.818 45.3061L311 60H0Z' fill='%23F28A19'/%3E%3C/svg%3E%0A");
  width: 100%;
  height: 100%;
  position: absolute;
  left: -15px;
  top: 0px;
  z-index: -2;
}

@media (max-width: 1024px) {
  main.lp_seo .lp-video__services.social .text-heading.services-strategie .icon:after {
    content: url("data:image/svg+xml,%3Csvg width='260' height='48' viewBox='0 0 260 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 48V0H260L253.995 11.7551L260 24.1633L253.995 36.2449L260 48H0Z' fill='%23F28A19'/%3E%3C/svg%3E%0A");
    left: -5px;
    top: 0px;
  }
}
.cards.seoLanding {
  padding-bottom: 120px;
}

.cards.seoLanding .title h2 {
  font-size: 42px;
  font-style: normal;
  font-weight: 800;
  line-height: 130%;
  text-align: center;
  color: #283150;
}

@media (max-width: 1024px) {
  .cards.seoLanding .title h2 {
    font-size: 36px;
    font-style: normal;
    font-weight: 800;
    line-height: 130%;
    color: #283150;
    text-align: left;
  }
}
@media (max-width: 1024px) {
  .cards.seoLanding {
    padding-bottom: 72px;
  }
}
.cards.seoLanding .tabsCard {
  margin-top: 64px;
  gap: 16px;
}

@media (max-width: 1024px) {
  .cards.seoLanding .tabsCard {
    margin-top: 32px;
  }
}
.cards.seoLanding .tabsCard .tab {
  border-radius: 40px;
  border: 1px solid #EBEBEB;
  background: #FFF;
  padding: 36px;
  transition: all 300ms linear;
  width: calc(50% - 8px);
}

@media (max-width: 1024px) {
  .cards.seoLanding .tabsCard .tab {
    padding: 28px;
    border-radius: 24px;
  }
  .cards.seoLanding .tabsCard .tab {
    width: 100%;
  }
}
.cards.seoLanding .tabsCard .tab-icon {
  margin-bottom: 1rem;
}

.description.seoLanding {
  padding-bottom: 120px;
}

@media (max-width: 1024px) {
  .description.seoLanding {
    padding-bottom: 72px;
  }
}
.description.seoLanding .workWithUs h2 {
  font-size: 42px;
  font-style: normal;
  font-weight: 800;
  line-height: 130%;
  color: #283150;
}

@media (max-width: 1024px) {
  .description.seoLanding .workWithUs h2 {
    font-size: 36px;
    font-style: normal;
    font-weight: 800;
    line-height: 130%;
    color: #283150;
  }
}
.description.seoLanding .workWithUs p {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 135%;
  font-weight: 600;
  color: #7E8597;
}

.lp-video__wideo .first-column .tabs .tab:hover svg.not-active-path path {
  stroke: #F28A19;
}

.lp-video__wideo .first-column .tabs .tab.active svg.not-active-path path {
  stroke: #F28A19;
}

body.page-template-tworzenie_stron_internetowych p.trustCompanyHeading.h2 {
  color: #283250;
  font-size: calc(36px + 18 * (100vw - 400px) / 1520);
  font-weight: 700;
  line-height: 1;
  margin: 25px 0;
  padding: 0;
  text-align: center;
}

body.page-template-tworzenie_stron_internetowych p.consultationHeading.h2 {
  color: #283250;
  font-size: calc(28px + 18 * (100vw - 400px) / 1520);
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

body.page-template-tworzenie_stron_internetowych p.boxFormLeftHeading.h2 {
  color: #283250;
  font-size: calc(36px + 18 * (100vw - 400px) / 1520);
  font-weight: 700;
  line-height: 1;
  max-width: 505px;
  text-align: left;
}

body.page-template-tworzenie_stron_internetowych p.boxFormRightHeading.h2 {
  font-size: calc(36px + 18 * (100vw - 400px) / 1520);
  font-weight: 700;
  line-height: 1;
  text-align: right;
  max-width: 505px;
  color: #fff;
}

body.page-template-tworzenie_stron_internetowych p.whatWeDoHeading.h2 {
  color: #283250;
  font-size: calc(36px + 18 * (100vw - 400px) / 1520);
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

body.page-template-tworzenie_stron_internetowych p.contactBoxHeading.h2 {
  color: #283250;
  font-size: calc(28px + 18 * (100vw - 400px) / 1520);
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

body.page-template-tworzenie_stron_internetowych p.resultsHeading.h2 {
  color: #283250;
  font-size: calc(36px + 18 * (100vw - 400px) / 1520);
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

body.page-template-tworzenie_stron_internetowych p.cityHeading.h2 {
  color: #283250;
  font-size: calc(28px + 18 * (100vw - 400px) / 1520);
  font-weight: 700;
  line-height: 1;
}

body.page-template-tworzenie_stron_internetowych p.officeHeading.h2 {
  color: #283250;
  font-size: calc(28px + 18 * (100vw - 400px) / 1520);
  font-weight: 700;
  line-height: 1;
}

body.page-template-tworzenie_stron_internetowych p.blogHeading.h2 {
  color: #283250;
  font-size: calc(36px + 18 * (100vw - 400px) / 1520);
  font-weight: 700;
  line-height: 1;
}

body.page-template-tworzenie_stron_internetowych p.offerHeading.h3 {
  color: #283250;
  font-size: calc(22px + 6 * (100vw - 400px) / 1520);
  font-weight: 600;
  line-height: calc(30px + 10 * (100vw - 400px) / 1520);
  margin-bottom: 20px;
}

body.page-template-tworzenie_stron_internetowych p.offerHeadingMobile.h3 {
  color: #283250;
  font-size: calc(22px + 6 * (100vw - 400px) / 1520);
  font-weight: 600;
  line-height: calc(30px + 10 * (100vw - 400px) / 1520);
  margin-bottom: 20px;
}

body.page-template-tworzenie_stron_internetowych p.caseStudyHeading.h3 {
  color: #283250;
  font-size: calc(22px + 6 * (100vw - 400px) / 1520);
  font-weight: 600;
  line-height: calc(30px + 10 * (100vw - 400px) / 1520);
  margin-bottom: 20px;
}

body.page-template-tworzenie_stron_internetowych p.blogPostsHeading.h3 {
  color: #283250;
  font-size: calc(22px + 6 * (100vw - 400px) / 1520);
  font-weight: 600;
  line-height: calc(30px + 10 * (100vw - 400px) / 1520);
  margin-bottom: 20px;
}

body.page-template-tworzenie_stron_internetowych p.newsletterHeading.h3 {
  color: #283250;
  font-size: calc(22px + 6 * (100vw - 400px) / 1520);
  font-weight: 600;
  line-height: calc(30px + 10 * (100vw - 400px) / 1520);
  margin-bottom: 20px;
}

body.page-template-tworzenie_stron_internetowych p.seoContent__1.h3 {
  color: #283250;
  font-size: calc(16px + 6 * (100vw - 400px) / 1520);
  font-weight: 600;
  margin: 10px 0;
}

body.page-template-tworzenie_stron_internetowych p.subtitleConsultation.h3 {
  color: #283250;
  font-size: calc(14px + 6 * (100vw - 400px) / 1520);
  font-weight: 700;
  margin: 20px 0 0;
  max-width: 1000px;
}

body.page-template-tworzenie_stron_internetowych p.descriptionContent.h3 {
  color: #283250 !important;
  font-size: calc(16px + 6 * (100vw - 400px) / 1520) !important;
  font-weight: 600 !important;
  margin: 10px 0 !important;
}

body.page-template-tworzenie_stron_internetowych p.newsletterAsset.h4 {
  font-size: 18px;
  padding: 0 10px;
}

.pop-up-form .container-pop-up-form .form .pop-up.form-title p.h2 {
  color: #fff;
  font-size: clamp(1.375rem, 0.823vw + 1.182rem, 2rem);
  line-height: clamp(2.063rem, 0.708vw + 1.897rem, 2.6rem);
  margin: 0;
}

.contact-box a.button-orange-invert {
  float: none;
  max-width: 200px;
  margin-bottom: 0;
  text-align: center;
}

#contact .container .row:nth-child(2),
#contact .container .row:nth-child(3) {
  padding: 20px 0 60px !important;
}

#contact .container .row .small-title.underMap {
  margin-bottom: 60px;
}

@media (max-width: 768px) {
  #contact .container .row:nth-child(2),
  #contact .container .row:nth-child(3) {
    padding: 20px 0 40px !important;
  }
  #contact .container .row .small-title.underMap {
    margin-bottom: 40px;
  }
}
#blog .blog__item a img {
  min-height: unset;
}

.wojewodztwa-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto 5%;
  padding: 0 20px;
}

.wojewodztwo-btn {
  width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  gap: 10px;
  text-align: center;
}

/* Responsywność */
@media (max-width: 991px) {
  .wojewodztwa-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .wojewodztwa-grid {
    grid-template-columns: 1fr;
  }
}
.blok-pozycjonowanie {
  padding: 60px 20px;
  background-color: #f9f9f9; /* lub inny neutralny kolor */
  display: flex;
  justify-content: center;
}

.pozycjonowanie-container {
  max-width: 800px;
  width: 100%;
  text-align: center;
}

.pozycjonowanie-heading {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 30px;
}

.pozycjonowanie-opis {
  text-align: justify;
  font-size: 1.05rem;
  line-height: 1.7;
  color: #333;
}

.button {
  background-color: #283150;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  padding: 12px 32px;
  border-radius: 9999px;
  transition: all 300ms linear;
  color: #fff;
  border: 1px solid #283150;
  line-height: 1;
}

.button:visited {
  color: #fff;
}

.button-icon {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
}

.button-icon:hover {
  background-color: #ff8b00;
}

.button:hover {
  color: #fff;
  text-decoration: none;
  background-color: #ff8b00;
  border-color: #ff8b00;
}

.text-center {
  text-align: center !important;
}

.badge-custom {
  background-color: #ff8b00;
  padding: 0 10px;
  left: -9px;
  margin-right: 5px;
  position: relative;
  display: inline-block;
  color: #fff;
}

.text-heading.case-study-strategie.aos-init.aos-animate {
  margin: 2%;
}

.cta__white {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 40px;
  margin: 30px 0;
  border-radius: 20px;
  background: #fff;
  border: 4px solid #eee;
  position: relative;
  overflow: hidden;
  width: 100%;
}

@media (max-width: 1200px) {
  .cta__white {
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }
}
.cta__white svg {
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
}

.cta__white .text__content {
  position: relative;
  z-index: 10;
}

.cta__white .text__content span {
  color: #283250;
  font-size: calc(22px + 6 * (100vw - 400px) / 1520);
  font-weight: 600;
  line-height: calc(30px + 10 * (100vw - 400px) / 1520);
}

.cta__white .text__content span span.cta_text {
  color: #ff8b00;
  font-weight: 800;
}

.cta__white .button__content {
  position: relative;
  z-index: 10;
}

.cta__white .button__content a.button-orange {
  width: 240px;
  font-weight: 500;
}

.reel .iphone {
  position: relative;
  width: 300px;
  height: 575px;
  background: transparent;
  border-radius: 50px;
  transform: rotate(0deg);
  transition: all 450ms ease-in-out;
  z-index: 99;
  margin: 25px auto;
}

.reel .iphone::before {
  content: "";
  position: absolute;
  inset: 3px;
  background: transparent;
  border-radius: 48px;
}

/* BIG */
.reel .iphone.reel .iphone-big {
  z-index: 9;
}

/* INNER */
.reel .iphone .inner {
  opacity: 1;
  display: flex;
  justify-content: center;
  position: absolute;
  inset: 3px;
  background: transparent;
  background-size: cover !important;
  background-position: center !important;
  border-radius: 48px;
  border: 10px solid #000;
  transition: 0.5s;
}

.reel .iphone .inner video {
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -10;
  width: calc(100% + 5px);
  height: calc(100% + 3px);
  border-radius: 30px;
  position: relative;
  bottom: 1px;
}

.reel .iphone .inner .glightboxHero {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.reel .iphone .inner .glightboxHero span {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 25px;
  background: #fff;
  border-radius: 100%;
}

.reel .iphone .inner .glightboxHero span::before {
  color: #000;
}

/* BUTTONS */
.reel .iphone .btn {
  position: absolute;
  top: 110px;
  left: -2px;
  width: 3px;
  height: 26px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  z-index: 10;
  background: radial-gradient(#ccc, #555, #222);
}

.reel .iphone .btn2 {
  top: 160px;
  height: 40px;
}

.reel .iphone .btn3 {
  top: 220px;
  height: 40px;
}

.reel .iphone .rightButton {
  position: absolute;
  top: 170px;
  right: -2px;
  width: 3px;
  height: 30px;
  border-radius: 4px;
  background: radial-gradient(#ccc, #555, #222);
  z-index: 10;
}

/* DYNAMIC ISLAND */
.reel .iphone .dynamic_island {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 10px;
  width: 100px;
  height: 25px;
  background: #000;
  border-radius: 20px;
  transition: 0.5s ease-in-out;
}

/* CAMERA */
.reel .iphone .camera {
  transition: all 300ms linear;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  width: 15px;
  height: 15px;
  background-color: #111;
  border-radius: 50%;
}

.reel .iphone .camera::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #161a3c;
}

.reel .iphone .camera::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: linear-gradient(0deg, #03344f 0%, #040e27 50%, #3e5191 100%);
}

/* CONTENT */
.reel .iphone .content {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 10px;
  line-height: 25px;
  width: 100%;
  color: #fff;
}

.reel .iphone .action {
  position: relative;
  color: #fff;
  top: 4px;
  display: flex;
  gap: 12px;
  visibility: hidden;
  opacity: 0;
  transition: 0.5s;
}

.reel .iphone.dynamic_island.active p,
.reel .iphone .dynamic_island:hover p,
.reel .iphone.dynamic_island:hover .action,
.reel .iphone .dynamic_island.active .action {
  visibility: visible;
  opacity: 1;
  transition-delay: 0.25s;
}

/* DETAILS */
.reel .iphone .details {
  position: relative;
  display: flex;
  align-items: center;
}

.reel .iphone .details .imgBox {
  position: relative;
  width: 0;
  height: 0;
  border-radius: 50%;
  overflow: hidden;
  transition: 0.5s;
}

/* IPHONE BIG MAIN */
.reel .iphone .iphone-big-main {
  z-index: 99;
}

@media (max-width: 1200px) {
  .reel .iphone .iphone-big-main {
    padding-left: 100px;
  }
}
.reel .iphone .iphone-big-main .blue-box {
  right: -16%;
  z-index: 99;
}

@media (max-width: 768px) {
  .reel .iphone .iphone-big-main .blue-box {
    top: 25%;
  }
  .reel .iphone .iphone-big-main .blue-box svg {
    width: 8px;
    height: 8px;
  }
}
.reel .iphone .iphone-big-main .heart-icon {
  top: 10%;
  left: -16%;
  z-index: 99;
}

@media (max-width: 1200px) {
  .reel .iphone .iphone-big-main .heart-icon {
    left: 10%;
    top: 20%;
  }
}
@media (max-width: 768px) {
  .reel .iphone .iphone-big-main .heart-icon {
    left: 45% !important;
    width: 27.565px;
    height: 22.84px;
  }
}
.reel .iphone .iphone-big-main .pop-icon {
  bottom: 17%;
  left: -70px;
  z-index: 99;
}

@media (max-width: 1200px) {
  .reel .iphone .iphone-big-main .pop-icon {
    left: 50px;
  }
}
@media (max-width: 768px) {
  .reel .iphone .iphone-big-main .pop-icon {
    left: 45% !important;
    width: 45.169px;
    height: 56.612px;
  }
}

/*# sourceMappingURL=style-dominik.css.map */