@media screen and (min-width: 1200px) and (max-width: 1359.98px) {
  .header-desktop address .address__item {
    padding: 12px 10px;
  }
}

@media (max-width: 575.98px) {
  .home .site {
    background-size: cover;
    background-repeat: no-repeat;
  }

  .hero .offer-part .preview-offer .preview-offer__info {
    text-align: center;
  }

  .preview-post::after {
    display: none;
  }

  .blog-section {
    margin-bottom: 0;
    padding-bottom: 60px;
  }

  .text-img-icons-section .text-part .d-flex img {
    display: block;
  }

  .text-img-icons-section .text-part .d-flex {
    margin-bottom: 30px;
  }
}

@media (min-width: 1200px) {
  .sidebar__item--sticky {
    margin-top: 50px;
  }

  .sidebar__item .preview-post-xs:last-child {
    margin-bottom: 70px;
  }
}

.stu-form-wrap input[type="checkbox"] {
  -webkit-appearance: checkbox;
}

.stu-form-wrap.stu-template-2 .stu-heading-text {
  margin-bottom: 30px;
}

.stu-form-wrap.stu-template-2 .icon {
  display: none;
}

.stu-form-wrap.stu-template-2 .stu-form-submit {
  padding: 8px 24px;
  font-size: 15px !important;
  font-weight: 500;
  background-color: #eecc2d;
  border: 1px solid #eecc2d;
  line-height: 1.4;
  text-align: center;
  color: #000940;
  text-transform: initial;
  letter-spacing: 1px;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.stu-form-wrap.stu-template-2 .top-lines span:nth-child(1) {
  background-color: #000940;
}

.stu-form-wrap.stu-template-2 .top-lines span:nth-child(2) {
  background-color: #3080a5;
}

.stu-form-wrap.stu-template-2 .top-lines span:nth-child(3) {
  background-color: #c1ddeb;
}

.stu-form-wrap.stu-template-2 {
  padding: 20px 0;
}

@media screen and (max-width: 1199.98px) {
  .stu-form-wrap.stu-template-2 .stu-heading-text {
    font-size: 18px !important;
  }

  .stu-form-wrap.stu-template-2 .padding {
    padding: 0;
  }

  .stu-form-wrap.stu-template-2 {
    padding: 30px 15px 10px;
  }

  .stu-form-wrap {
    max-width: 80% !important;
  }

  .single-post-content__content .info p {
    font-size: 18px;
  }

  .single-post-content__content .info::before {
    left: 10px;
    top: -10px;
  }

  .single-post-content__content .info::after {
    left: 40px;
  }

  .single-post-content__content .info {
    padding-left: 75px;
  }
}

.newsletter {
  padding: 45px 0 0;
}

.newsletter input[type="email"] {
  height: 38px;
  position: relative;
  top: -2px;
  border: none;
  padding: 5px 15px;
  background: none;
  border: 1px solid #fff;
  color: #fff;
}

.newsletter input[type="email"]::placeholder {
  color: #fff;
}

.newsletter .mc4wp-response {
  margin-top: 16px;
  font-size: 14px;
}

.sidebar .newsletter {
  padding-top: 0;
}

.sidebar .newsletter input[type="email"] {
  border: 1px solid #000940;
  color: #000940;
  margin-bottom: 3px;
  width: 200px;
  max-width: 100%;
}

.sidebar .newsletter input[type="email"]::placeholder {
  color: #000940;
}

@media screen and (max-width: 575.98px) {
  .newsletter .newsletter__fields {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .newsletter .newsletter__fields input[type="email"] {
    margin-bottom: 5px;
  }

}

.header-desktop address:after {
  right: calc(-50vw + 590px);
}


.cta-box {
  position: relative;
  min-height: 300px;
  z-index: 1;
  display: flex;
  align-items: center;
  padding: 70px 50px 30px;
}

@media screen and (max-width: 1199.98px) {
  .cta-box {
    padding: 30px;
    min-height: 250px;
  }
}

.cta-box__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  position: absolute;
  z-index: -1;
  border-top: 2px solid #fff;
}

.cta-box__content {
  position: relative;
  z-index: 2;
  line-height: 1.5;
}

@media screen and (min-width: 1200px) {
  .cta-box__content {
    max-width: 60%;
  }
}

.cta-box .headline {
  opacity: 0.7;
  line-height: 1.25;
}

.cta-box__btn-wrapper {
  margin-left: auto;
  position: relative;
  z-index: 2;
}


/* ACCORDION */
.left {
  text-align: left;
}

.accordion-section .accordion {
  border: 1px solid #ddd;
  margin-bottom: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* @media (max-width: 575.98px) {
  .accordion-section .accordion {
    margin-bottom: 30px;
  }
} */

.accordion-section .accordion:hover {
  cursor: pointer;
  border: 1px solid #273068;
}

.accordion-section .accordion.active {
  border: 1px solid #00b5f1;
}

.accordion-section .accordion.active .accordion__title::before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.accordion-section .accordion.active .accordion__title::after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.accordion-section .accordion__title {
  margin-bottom: 16px;
  position: relative;
  padding: 16px 25px 0;
}

@media (max-width: 1679.98px) {
  /* .accordion-section .accordion__title {
    padding: 16px 80px 0 70px;
  } */
}

@media (max-width: 1199.98px) {
  /* .accordion-section .accordion__title {
    padding: 16px 100px 0 15px;
  } */
}

@media (max-width: 991.98px) {
  .accordion-section .accordion__title {
    /* padding: 16px 0px 0 15px; */
    padding-right: 60px;
  }
}

@media (max-width: 575.98px) {
  .accordion-section .accordion__title {
    padding: 16px 25px 0 20px;
    padding-right: 50px;
    font-size: 17px;
  }
}

.accordion-section .accordion__title::before,
.accordion-section .accordion__title::after {
  content: "";
  display: block;
  width: 1px;
  height: 34px;
  background-color: #273068;
  position: absolute;
  top: 15px;
  right: 54px;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  z-index: 999;
}

@media (max-width: 1199.98px) {

  .accordion-section .accordion__title::before,
  .accordion-section .accordion__title::after {
    top: 16px;
  }
}

@media (max-width: 991.98px) {

  .accordion-section .accordion__title::before,
  .accordion-section .accordion__title::after {
    right: 34px;
  }
}

@media (max-width: 575.98px) {

  .accordion-section .accordion__title::before,
  .accordion-section .accordion__title::after {
    height: 24px;
    /* top: 28px; */
    top: 16px;
    right: 24px;
  }
}

.accordion-section .accordion__title::before:hover,
.accordion-section .accordion__title::after:hover {
  background-color: #000;
}

.accordion-section .accordion__title::after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.accordion-section .accordion__text {
  display: none;
  /* padding: 40px 125px 40px; */
  padding: 0 25px 25px;
  margin-bottom: 0;
}

@media (max-width: 1679.98px) {
  /* .accordion-section .accordion__text {
    padding: 40px 70px 40px;
  } */
}

@media (max-width: 1199.98px) {
  /* .accordion-section .accordion__text {
    padding: 8px 15px 24px;
  } */
}

.accordion-section .accordion__text p:last-child {
  margin-bottom: 0;
}

/* HERO */

.hero .headline {
  line-height: 1.2 !important;
}


/* TABLE OF CONTENTS */

.table-of-contents {
  background-color: #132051;
  color: #fff;
  padding: 60px 45px 24px;
  position: relative;
  margin-bottom: 60px;
}

.table-of-contents img {
  filter: invert(1);
  position: absolute;
  top: 55px;
  right: 45px;
  opacity: 0.1;
}

.table-of-contents p {
  font-size: 32px;
  font-weight: 400;
  color: #fff;
  opacity: 0.7;
  margin-bottom: 34px;
}

.table-of-contents ol li {
  border-bottom: 1px solid #424d74;
  padding: 5px 0 16px 50px !important;

}

.table-of-contents ol li:last-child {
  border-bottom: none;
}

.table-of-contents ol li::before {
  color: #fff !important;
  font-size: 24px;
  font-weight: 400;
  content: counter(item, decimal-leading-zero) ".";
  top: 2px;
}

.table-of-contents ol li a {
  color: #fff !important;
  text-decoration: none !important;
  font-size: 16px;
}

.table-of-contents ol li a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 1199.98px) {
  .table-of-contents {
    padding: 45px 30px 15px;
  }
}

@media screen and (max-width: 767.98px) {
  .table-of-contents {
    padding: 34px 24px 15px;
  }

  .table-of-contents img {
    display: none;
  }
}

@media screen and (max-width: 575.98px) {
  .table-of-contents {
    padding: 24px 15px 12px;
  }

  .table-of-contents ol li {
    padding-left: 40px !important;
  }

  .table-of-contents ol li::before {
    font-size: 20px;
    top: 2px;
  }
}

/* TABLE OF CONTENTS - END */


.sidebar__item--about-author img {
  width: 145px;
  max-width: 100%;
  margin: 5px 0 12px;
}

.sidebar__item--about-author p {
  font-size: 14px;
  line-height: 14px;
  font-weight: 500;
}

.sidebar__item--about-author .btn {
  margin-top: 8px;
}

.blog-section {
  background: none;
}

.home .preview-post::after {
  display: none;
}


/* hp - seo texts */

.home .text-img-section h2 {
  font-weight: 400;
}

.text-img-section--seo-1 {
  margin-top: 80px;
}

.text-img-section--seo-4 {
  background-image: url('https://taxmarketing.314-dev2.pl/wp-content/uploads/2025/09/bg.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  padding: 60px 0 20px;
  margin-bottom: 80px;
}

.text-img-section--seo .row {
  align-items: center;
}

.text-img-section--seo .img-part {
  padding-top: 0;
  display: flex;
  justify-content: center;
}

.text-img-section--seo .img-part img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.text-img-section--seo h2 {
  font-size: 32px;
}

.text-section--text-boxes {
  margin-bottom: 20px;
}

.text-section--text-boxes .col .row>div {
  background-color: #efeff3;
  padding: 0px 24px 24px;
  margin: 0 15px 90px;
  max-width: calc(50% - 30px);
}

.text-section--text-boxes .d-flex {
  margin-top: -24px;
  margin-bottom: 8px;
}

.text-section--text-boxes p {
  font-size: 14px;
}

.text-section--text-boxes h3 {
  font-size: 22px;
}

.text-section--text-boxes .d-flex img {
  margin-right: 45px;
}

@media screen and (min-width: 992px) {

  .text-img-section--seo .text-part {
    max-width: 58.3333%;
    flex: 0 0 58.3333%;
  }

  .text-img-section--seo .img-part {
    max-width: 41.6667%;
    flex: 0 0 41.6667%;
  }

  .text-img-section--seo-4 .text-part {
    max-width: 58.3333%;
    flex: 0 0 58.3333%;
  }

  .text-img-section--seo-4 .img-part {
    max-width: 41.6667%;
    flex: 0 0 41.6667%;
  }

}

@media screen and (min-width: 1200px) {

  .text-img-section--seo .text-part {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .text-img-section--seo .img-part {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .text-img-section--seo-4 .text-part {
    max-width: 58.3333%;
    flex: 0 0 58.3333%;
  }

  .text-img-section--seo-4 .img-part {
    max-width: 41.6667%;
    flex: 0 0 41.6667%;
  }

}

@media screen and (max-width: 1199.98px) {
  .text-section--text-boxes .d-flex img {
  margin-right: 30px;
}
}

@media screen and (max-width: 991.98px) {

    .text-section--text-boxes .d-flex img {
  margin-right: 16px;
}

  .text-section--text-boxes .d-flex h3 {
 font-size: 18px;
}

.text-section--text-boxes .col .row>div {
  padding-bottom: 0;
}
}

@media screen and (max-width: 767.98px) {
  .text-section--text-boxes .col .row>div {
    max-width: 100%;
    width: 100%;
    margin: 0 0 70px;
  }


    .text-section--text-boxes .d-flex img {
  margin-right: 30px;
}


    .text-section--text-boxes .d-flex h3 {
 font-size: 22px;
}
}


@media screen and (max-width: 575.98px) {

    .text-section--text-boxes .d-flex img {
  margin-right: 16px;
}

  .text-section--text-boxes .d-flex h3 {
 font-size: 18px;
}
}

/* hp - seo texts - end */