/*
Theme Name: UDI
Author: UDI Group
Version: 1.0
*/
/* Reset */

.display-none-carousel{
 display: none !important;
}
.page-id-4901 .about-us-1-content{
  align-items: center;
}

.page-id-4901 section.home3 .container{
  justify-content: space-between;
}

.page-id-4901 .home3-bg{
  background-position: center;
}

.page-id-4901 .home3-content-wrapper .container{
  align-items: center;
}

.page-id-4901 .home3-content-wrapper {
  padding-top: 350px;
}

.sub-menu .menu-item-has-children:hover li{
  display: block!important;
}


.page-id-4436 .single-services img{
  width: 100px;
  height: 100px;
  object-fit: contain;
}


.fedex_grid{
  display: flex;
  align-items: center;
}




.fedex_grid a{
  font-size: 15px;
}

.home4.home6{
  margin-top: 50px;
}


.breadcrumbs  span[property="name"] p{
  display: none!important;
}


.home4.home6 .right-col{
  width: 100% !important;
  float: unset!important;
}

.home4.home6 .owl-next{
  font-size: 80px!important;
  position: absolute;
  right: -50px;
  top: calc(50% - 60px);
}

.home4.home6 .home-post{
  padding-top: 15px!important;
}
@media (max-width: 1000px){
  .home4.home6 .owl-prev,.home4.home6 .owl-next{
    position: unset!important;
  }
  .home4.home6 .owl-nav{
    display: flex;
    justify-content: center;
    gap: 30px;
  }
}
.home4.home6 .owl-prev{
  font-size: 80px!important;
  position: absolute;
  left: -50px;
  top: calc(50% - 60px);
}

@charset "UTF-8";
@media (max-width: 1024px) {
  body .blog-grid a .blog-post .blog-post-image img {
    object-fit: contain;
  }
}


.wpo_klienci_entry{
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin-top: 40px;}

.wpo_klienci_entry span{
  color: #53a7dc;
  font-size: 20px;
  font-weight: 300;
  text-align: center;
}

.wpo_klienci_entry h2{
  font-size: 36px;
  font-weight: 700;
  margin: 0 0 60px 0;
  line-height: 50px;
}

.post-content a.btn-orange{
  color: #fff!important;
  background: #f9741c!important;
}

.post-content a.btn-orange:hover{
  background: transparent!important;
  color: #f9741c!important;
  text-decoration: none!important;
}

@media (max-width: 500px) {
  .blog-grid {
    grid-gap: 0 !important;
  }
}

@media (max-width: 750px) {
  .category_list_right {
    width: 100% !important;
  }

  .category_list_left {
    width: 100%;
    justify-content: space-between !important;
  }

  .category_list_right .search-form {
    width: 100%;
    max-width: 100% !important;
  }
}

.category_list .search-form .fa-search {
  top: -10px !important;
}

.category_list .search-form .search-text {
  padding: 4px 35px !important;
}

.category_list {
  justify-content: space-between !important;
}

.category_list_left {
  display: flex;
  gap: 12px;
}
.category_list .search-form {
  margin: 0 !important;
}
@media (max-width: 400px) {
  body {
    overflow-x: hidden;
  }
}
@media (max-width: 700px) {
  body .recommended-article img {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
.recommended-article img {
  width: 202px !important;
  margin-left: 1px !important;
  margin-right: 15px !important;
}

.recommended-article .ra-image {
  display: flex;
  justify-content: center;
}

.post-content ul ul {
  /*padding-left: 0!important;*/
  margin-top: 10px;
}
.post-content ol ul {
  margin-top: 10px;
}

ol ol {
  list-style: lower-alpha;
}

/*.post-content ul{*/
/*	list-style: none!important;*/
/*}*/

.page-id-2300 .asw-3-5 {
  top: -50px;
  left: -50px;
}
.page-id-2300 .asw-3-5:after {
  display: none !important;
}

.asw-3a {
  overflow: hidden;
}
@media (max-width: 1700px) {
  .asw-1-bg img {
    left: -270px !important;
  }
}

#cookie-law-info-again {
  background-color: rgb(247 116 29) !important;
  color: #fff !important;
  outline: 0;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  box-shadow: 8px 8px 24px 0px rgb(218 218 218);
}
@media (min-width: 1024px) {
  .about-us-container {
    align-items: center;
    display: flex;
  }
}

.wpcf7-select {
  -moz-appearance: none; /* Firefox */
  -webkit-appearance: none; /* Safari and Chrome */
  appearance: none;
  position: relative;
  min-height: 52px !important;
}
.after_for_select {
  display: -webkit-box;
}
.after_for_select::after {
  position: absolute;
  content: ">";
  top: 13px;
  right: 20px;
  transform: rotate(90deg);
}

.home5 {
  display: none !important;
}

.popup-exit-sent {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  line-height: 50px;
  position: absolute;
  color: #fff;
  background: var(--orange);
  top: 42px;
  right: 34px;
  cursor: pointer;
  text-align: center;
}
#contact_sent_popup.active {
  display: flex;
}
#contact_sent_popup {
  width: 100%;

  height: 100%;
  left: 0;
  top: 0;

  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.3);
  z-index: 99999;
}
.contact_sent_popup_content {
  padding: 20px;
  overflow: auto;

  width: 100%;
  height: 100%;
  background: #f7f7f7;
  border-radius: 16px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.contact_sent_popup_content h2 {
  font-size: 36px;
  font-weight: 700;
  margin: 0 0 30px 0;
  line-height: 50px;
  text-align: center;
}
.contact_sent_popup_content span {
  font-weight: 300;
  font-size: 17px;
  text-align: center;
}
.popup-sent-check {
  position: relative;
  height: 195px;
  display: flex;
  justify-content: center;
}
.popup-sent-check:before {
  font-size: 130px;
  color: #81dc53;
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  top: 0;
}
.wpcf7-submit:disabled {
  opacity: 0.5;
  pointer-events: none;
}
.wpcf7-submit {
  cursor: pointer !important;
}
@media screen and (max-width: 1450px) and (min-width: 300px) {
  .page-id-61 .asw-3bg-bottom {
    background: url(img/cooperation-bg-bottom.svg) !important;
    background-repeat: no-repeat !important;
    height: 500px !important;
    width: 400px;
    bottom: 0px !important;
    left: 100px !important;
  }
}

@media (max-width: 1024px) {
  .home1 {
    margin-top: 76px !important;
  }
  .intro {
    margin-top: 76px !important;
  }
}

.home1,
.page404 {
  margin-top: 87px;
}

.intro {
  margin-top: 87px;
}

.header-r.active {
  height: 100vh;
}

@media (min-width: 1024px) {
  header.scrolled {
    transition: ease-in-out 0.3s;
  }
}
header.scrolled {
  background: #fff !important;
  box-shadow: 0 8px 20px 0 rgb(0 0 0 / 10%);
}
header {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
@media (max-width: 1024px) {
  li.menu-item-has-children>a{
    pointer-events: none;
  }

  .header-r {
    overflow: auto;
    transition: ease-in-out 0.3s;
    height: 0vh;
  }
}
.page-id-10 .single-services {
  cursor: pointer;
}
body.stop {
  /* overflow: hidden; */
}
@media screen and (max-width: 3000px) and (min-width: 1450px) {
  .page-id-61 .asw-3bg-bottom {
    background: url(img/cooperation-bg-bottom.svg) !important;
    background-repeat: no-repeat !important;
    height: 600px !important;
    width: 500px;
    bottom: 30px !important;
    left: 200px !important;
  }
}

.breadcrumbs a:hover {
  color: #53a7dc;
}

@media (max-width: 1024px) {
  .page404-bg {
    display: none !important;
  }
  .page404-content {
    width: 100% !important;
    text-align: center;
  }
  .page404-content h1 {
    font-size: 37px !important;
    font-weight: 700 !important;
    line-height: 44px !important;
    padding: 50px 0 0 0 !important;
  }
  .page404-content a {
    margin-right: 0 !important;
  }
  body.page-template-page-omnibus .asw-3 {
    margin-bottom: 130px;
  }
}

.page-template-page-omnibus .opt-4-bg ,.page-template-page-consent .opt-4-bg {
  background: url("img/page_wp_plugins_bg1.svg");
  background-repeat: no-repeat;
  width: 36%;
  background-position: center;
}

/* .page-template-page-omnibus .opt-4.home7.home7bg{
	padding-top: 400px;
} */

.page-id-1954 .opt-4-bg{
  bottom: 9% !important;;
}
.page-id-2300 .asw-3, .page-id-2300 .asw-3a,
.page-id-2318 .asw-3, .page-id-2318  .asw-3a,
.page-id-611 .asw-3, .page-id-611  .asw-3a,
.page-id-510 .asw-3, .page-id-510  .asw-3a,
.page-id-451 .asw-3, .page-id-451 .asw-3a {
  margin-bottom: 45px;
}

.page-id-2300 .asw-6 {
  margin-top: 0px;
}


.page-id-2318 .asw-6 {
  margin: 0px 0 130px 0;
}

.page-template-page-omnibus .wwp-3-add-data a{
  position: relative;
  z-index: 4;
}

.page-template-page-omnibus .asw-3, .uwo_page_template .asw-3{
  margin-bottom: 0;
}

/* .page-template-page-omnibus .home7.home7bg{
	margin-top: -130px;
} */

/* .page-template-page-omnibus .asw-3-content > div h3{
	font-weight: 700;
} */

.page-id-611 .about-us-4-values-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.page-id-611 .single-values {
  flex-basis: calc(100% / 3 - 44px);
}

.page-id-651 .asw-3.pwp-3 {
  background: url("img/svg.svg");
  padding: 80px 0px;
  background-position-y: -60px;
}

.page-id-747 .asw-3.kads-3 {
  background: url("img/svg.svg");
  padding: 80px 0px;
  background-position-y: -60px;
}

.page-id-797 .asw-3.tswo-3 {
  background: url("img/svg.svg");
  padding: 80px 0px;
  background-position-y: -60px;
}

.page-id-693 .asw-3.tswp-3 {
  background: url("img/svg.svg");
  padding: 80px 0px;
  background-position-y: -60px;
}

.page-id-611 .asw-3.wwp-3 {
  background: url("img/svg.svg");
  padding: 80px 0px;
  background-position-y: -60px;
}

.page-id-559 .asw-3.isw-3 {
  background: url("img/svg.svg");
  padding: 80px 0px;
  background-position-y: -60px;
}

.page-id-510 .asw-3.bsw-3 {
  background: url("img/svg.svg");
  padding: 80px 0px;
  background-position-y: -60px;
}

.post-content code {
  color: var(--orange);
  background: #f8f8f8;
}
.contents ol {
  counter-reset: item;
}
.contents li {
  display: block;
}
.contents li:before {
  content: counters(item, ".") ".";
  counter-increment: item;
}
.contents ol ol {
  padding-top: 8px;
}
.contents ol ol li:last-child {
  padding-bottom: 0;
}

html,
body {
  height: 100%;
}
html {
  box-sizing: border-box;
  scroll-behavior: smooth;
}
.faq-box a:hover {
  text-decoration: underline;
}
*,
:before,
:after {
  box-sizing: inherit;
}
body {
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  line-height: 1.5;
  color: #25225e;
}
ul,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
a,
input,
fieldset,
textarea {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  text-decoration: inherit;
  border: none;
}
input,
fieldset,
textarea {
  font-family: Arial, Helvetica, sans-serif;
}
.clr {
  clear: both;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
}
input,
textarea {
  border: 1px solid #eee;
}
img {
  vertical-align: middle;
}
strong,
b {
  font-weight: 700;
}
body .logged-in {
  padding-top: 32px;
}
.container {
  width: 90%;
  max-width: 1170px;
  margin: 0 auto;
}
/* Standard rules */
:root {
  --basic: #25225e;
  --orange: #f9741c;
  --blue: #53a7dc;
  --gray: #bababa;
}
button.btn-blue,
button.btn-orange,
a.btn-orange,
a.btn-blue,
a.btn-transparent {
  font-weight: 300;
  padding: 14px 25px;
  border-radius: 50px;
  text-transform: uppercase;
  margin-right: 23px;
  transition: 0.7s;
  display: inline-block;
  cursor: pointer;
}
a.btn-blue {
  background: var(--blue);
  color: #fff;
  border: 2px solid var(--blue);
}
button.btn-blue {
  background: var(--blue);
  color: #fff;
  border: 2px solid var(--blue);
}
a.btn-blue:hover,
button.btn-blue:hover {
  color: var(--blue);
  background: #fff;
}
a.btn-orange,
button.btn-orange {
  border: 2px solid var(--orange);
  color: var(--orange);
}
a.btn-orange:hover,
button.btn-orange:hover {
  color: #fff;
  background: var(--orange);
}
a.btn-transparent {
  border: 2px solid var(--blue);
  color: var(--blue);
}
a.btn-transparent:hover {
  color: #fff;
  background: var(--blue);
}
button.btn-blue:hover,
button.btn-orange:hover,
a.btn-orange:hover,
a.btn-blue:hover,
a.btn-transparent:hover {
  /* transform: translateY(-10px);
	box-shadow: 0 12px 28px rgba(0, 0, 0, 0.2); */
}
/* Header */
header .logo {
  float: left;
  margin-top: 30px;
}
.header-r {
  float: right;
}
.header-menu ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
#menu-main-menu > li {
  display: inline-block;
  text-transform: uppercase;
  padding: 30px 25px 30px 0;
  position: relative;
}

#menu-main-menu > li a{
  position: relative;
}
.header-menu ul.menu > li:hover:after {
  content: "";
  width: 20px;
  height: 3px;
  background: var(--orange);
  position: absolute;
  left: 0;
  bottom: 28px;
}
.header-menu ul.menu > li:hover,
.header-menu ul.menu .sub-menu li:hover {
  color: var(--orange);
}
.header-menu ul.menu .sub-menu li {
  color: var(--basic);
}

.header-hd-link {
  padding: 12px 25px;
  border: 2px solid var(--orange);
  color: var(--orange);
  text-transform: uppercase;
  border-radius: 50px;
  cursor: pointer;
  margin-right: 20px;
  transition: 0.7s;
}
.header-hd-link:hover {
  color: #fff;
  background: var(--orange);
}
.header-menu,
.header-hd-link,
.header-social {
  display: inline-block;
}
header .sub-menu {
  display: none;
  position: absolute;
  background-color: #f7f7f7;
  padding: 30px 0;
  width: 1170px;
  top: 62px;
  left: -275px;
  z-index: 2;
  border-radius: 20px;
}
@media (min-width: 1024px) {
  ul#menu-main-menu > li.menu-item-has-children:hover > .sub-menu {
    display: block;
    padding: 30px;
  }



  ul#menu-main-menu > li.menu-item-has-children > .sub-menu > li > .sub-menu > li {
    width: 100%;
  }

  #menu-main-menu>li>.sub-menu>li{
    width: 33.3%;
    float: left;
    padding: 0 30px 30px 0;
    height: fit-content;
  }

  #menu-main-menu > li > ul > li {
    width: 33.3%;
    float: left;
    height: 250px;
  }

  #menu-main-menu > li > ul > li > ul {
    width: 100%;
  }
}

#menu-main-menu > li > .sub-menu > li > a{
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 8px;
}

ul#menu-main-menu > li > .sub-menu > li > .sub-menu {
  display: flex;
  flex-direction: column;
}

#menu-main-menu > li > ul > li > ul a {
  font-size: 14px;
}

#menu-main-menu > li.menu-item-has-children > a:before {
  content: "\f078";
  font-family: "Font Awesome 6 Free";
  position: absolute;
  color: var(--basic);
  font-size: 14px;
  transition: 0.5s;
  font-weight: 900;
  cursor: pointer;
  top: 50%;
  right: -20px;
  transform: translate(0, -50%);
}

li.menu-item-has-children li.menu-item-has-children>a{
  pointer-events: none;
}

@media (min-width: 1024px) {
  .header-menu ul li.menu-item-has-children:hover a:before {
    transform: rotate(180deg);
  }
}

#menu-main-menu > li.menu-item-has-children{
  padding-right: 35px;
}

header .sub-menu li {
  margin: 0;
  display: block !important;
  text-transform: none;
  padding: 6px 0 6px 20px;
}


header .sub-menu li a {
  display: block;
}

.header-social a {
  background: var(--gray);
  height: 34px;
  width: 34px;
  border-radius: 50%;
  display: inline-block;
  color: #fff;
  text-align: center;
  line-height: 34px;
  font-size: 17px;
  margin-left: 7px;
}
.header-social a:hover {
  background: var(--basic);
}
/* Footer */
.btn-to-top {
  margin: 45px auto 90px auto;
  height: 57px;
  width: 57px;
  line-height: 57px;
  text-align: center;
  color: #fff;
  background: var(--orange);
  cursor: pointer;
  border-radius: 50%;
  transition: 0.7s;
}
.btn-to-top:hover {
  transform: translateY(-10px);
}
.footer-left {
  width: 31%;
  float: left;
  margin-right: 8%;
}
.footer-left p {
  font-weight: 300;
}
.footer-social {
  margin: 65px 0;
}
.footer-social a {
  background: var(--gray);
  height: 34px;
  width: 34px;
  border-radius: 50%;
  display: inline-block;
  color: #fff;
  text-align: center;
  line-height: 34px;
  font-size: 17px;
  margin-right: 7px;
}
.footer-social a:hover {
  background: var(--basic);
}
.footer-center-l {
  float: left;
  width: 11%;
  margin-right: 6%;
}
.footer-center-l ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  text-transform: uppercase;
}
.footer-center-l ul li {
  margin-bottom: 10px;
}
.footer-center-l ul li a:hover {
  color: var(--orange);
}
.footer-center-r {
  width: 20%;
  float: left;
}
.footer-right {
  width: 23%;
  float: right;
  padding-left: 30px;
}
.footer-center-r p {
  font-size: 17px;
  font-weight: 300;
  margin: 0 0 29px 0;
}
.fr-hd {
  padding: 12px 25px;
  border: 2px solid var(--orange);
  color: var(--orange);
  text-transform: uppercase;
  border-radius: 50px;
  cursor: pointer;
  display: inline-block;
  margin-bottom: 47px;
  transition: 0.7s;
}
.fr-hd:hover {
  color: #fff;
  background: var(--orange);
}
.fr-tel,
.fr-mail {
  display: block;
  font-size: 17px;
  position: relative;
  padding-left: 45px;
  margin-bottom: 15px;
}
.fr-tel:before {
  content: "";
  background: url(img/footer-phone-icon.png) center center no-repeat;
  width: 17px;
  height: 29px;
  position: absolute;
  left: 9px;
  top: -2px;
}
.fr-mail:before {
  content: "";
  background: url(img/footer-mail-icon.png) center center no-repeat;
  width: 32px;
  height: 22px;
  position: absolute;
  left: 1px;
  top: 1px;
}
@media (max-width: 1700px) {
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  font-size: 17px;
  font-weight: 300;
  padding-bottom: 50px;
}
.footer-bottom img {
  margin-right: 30px;
}
.footer-bottom a {
  margin-right: 10px;
  text-decoration: underline;
}
.footer-bottom a:hover {
  color: var(--orange);
}
.footer-bottom strong {
  font-weight: 400;
}
.post-template-default .post-content span {
  font-weight: 300 !important;
}
/* Popup */
.popup-fire {
  position: fixed;
  bottom: 90px;
  right: 40px;
  width: 68px;
  height: 68px;
  cursor: pointer;
  background: url(img/popup-bg.png) center center no-repeat;
  background-size: cover !important;
  transition: 0.7s;
  z-index: 99999999;
}
.popup-fire-container {
  z-index: 999;
  position: fixed;
  bottom: 90px;
  right: 40px;
}
#closeinfopopup {
  width: 24px;
  height: auto;

  cursor: pointer;
}
.popup-fire-info span {
  padding-right: 20px;
  min-width: 190px;
}
#closeinfopopup2:hover {
  opacity: 1 !important;
}
#closeinfopopup2 {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: ease-in-out 0.3s;
  z-index: 999999;
  width: 24px;
  height: 24px;
  background: #fff;
  cursor: pointer;
}
.popup-fire-info {
  align-items: center;
  bottom: 80px;
  right: 0px;
  display: flex;
  -webkit-box-shadow: 8px 8px 24px 0px rgb(218 218 218);
  -moz-box-shadow: 8px 8px 24px 0px rgba(66, 68, 90, 1);
  box-shadow: 8px 8px 24px 0px rgb(218 218 218);
  background: #fff;
  border-radius: 16px;
  padding: 15px;
  font-size: 15px;
  position: absolute;
  opacity: 0;
  transition: ease-in-out 0.3s;
}
.popup-fire-info.active {
  opacity: 1 !important;
  cursor: pointer;
}
.popup-fire:hover {
  transform: translateY(-10px);
}
.popup-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
  justify-content: center;
  align-items: center;
}
.popup-wrapper.active {
  display: flex;
}
.popup {
  position: relative;
  max-width: 90vw;
  max-height: 95vh;
  width: 1200px;
  height: 840px;
  /*background: #f7f7f7;*/
  border-radius: 16px;
overflow: auto;
	background: #fff;
}
.popup-exit {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  line-height: 50px;
  position: absolute;
  color: #fff;
  background: var(--orange);
  top: 42px;
  right: 34px;
  cursor: pointer;
  text-align: center;
}
.popup-intro {
  padding: 0px 0 0 0;
  text-align: center;
}
.popup-intro > span {
  color: var(--blue);
  font-size: 20px;
  font-weight: 300;
  padding-top: 40px;
  display: block;
}
.popup-intro h2 {
  font-size: 36px;
  font-weight: 700;
  color: var(--basic);
  margin-top: 10px;
}
.popup-intro h2 span {
  color: var(--blue);
}
.popup-content {
  /*height: 95vh;*/
  overflow: auto;
	background: #FFFF;
}
.popup-content .wpcf7-form {
  max-width: 650px;
  margin: 0 auto;
}
.popup .wpcf7 .wpcf7-submit {
  display: block;
  margin: 60px auto 0 auto;
}
.popup .wpcf7 .clause-static-wrapper {
  display: none;
}
.popup .wpcf7 .clause-popup-wrapper a {
  color: #22a1bc;
  cursor: pointer;
  text-decoration: underline;
}
/* Home page */

@media (max-width: 1287px) {
  .home1 .btn-blue {
    padding: 7px 8px;
  }
  .home1 .btn-orange {
    padding: 7px 8px;
  }
  .home1-bg {
    width: 50% !important;
  }
  .home1-content {
    width: 50% !important;
  }
}
@media (max-width: 835px) {
  .home1-bg {
    width: 100% !important;
    /* height: 400px; */
    text-align: center;
    opacity: 1 !important;
  }
  .home1-bg img {
    position: relative;
    opacity: 1 !important;
    width: 100%;
    max-height: 463px;
  }
  .home1-content {
    width: 100% !important;
    float: left;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }
  .home1 .container {
    flex-direction: column-reverse;
  }
  .home1 .btn-blue {
    margin-bottom: 10px;
  }
}

.home1 {
  position: relative;
  height: 625px;
  overflow: hidden;
}
.home1 .container {
  display: flex;
}
.home1-bg {
  max-height: 640px;

  width: 55%;
}
.home1-bg img {
  position: relative;
  max-height: 650px;
  height: 100%;
}
.home1-content {
  float: left;
  position: relative;
  width: 45%;
}
.home1-content .buttons{
	display: flex;
	justify-content: flex-start;
	align-items: baseline;
	flex-basis: 100%;
	width: 100%;
	gap: 15px;
}

.home1-content .buttons .btn-blue,
.home1-content .buttons .btn-orange{
	white-space: nowrap;
}
.home1-content h1 {
  font-size: 44px;
  font-weight: 700;
  line-height: 54px;
  margin: 50px 0 0 0;
}
.home1-content h1 span {
  color: var(--blue);
}
.home1-content ul {
  list-style: none;
  font-weight: 700;
  padding-left: 27px;
  margin: 30px 0;
}
.home1-content ul li {
  position: relative;
}
.home1-content ul li:before {
  content: "\f0da";
  font-family: "Font Awesome 6 Free";
  position: absolute;
  left: -27px;
  color: var(--blue);
  font-weight: 600!important;
}


.home1-content p {
  font-weight: 300;
  margin: 0 0 40px 0;
}
.home2 {
  margin-top: 90px;
  position: relative;
  z-index: 2;
}
@media (max-width: 1000px){
  .home2{
    margin-top: 30px;
  }
}
.home2 h2 {
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  line-height: 50px;
  margin: 0px 0 10px 0;
}
.home2 h2 span {
  color: var(--blue);
}
.home-services-wrapper,
.about-us-4-values-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 30px;
}
.single-services,
.single-values {
  margin-top: 30px;
  text-align: center;
  transition: 0.7s;
}
.single-services:hover,
.single-values:hover {
  transform: translateY(-15px);
}
.single-services:hover h3,
.single-values:hover h3 {
  color: var(--orange);
}
.single-services h3,
.single-values h3 {
  margin: 20px 0;
  font-size: 20px;
  font-weight: 700;
  position: relative;
}
.single-services p,
.single-values p {
  font-weight: 300;
  margin-bottom: 0;
  font-size: 17px;
}
.single-services a,
.single-values a {
  display: block;
  width: 100%;
  height: 100%;
}
.single-services img,
.single-values img {
  width: 150px;
  height: 150px;
}
.home2 .home2-link-wrapper {
  text-align: center;
}
.home2 .home2-link {
  margin: 50px 0;
}
.home3,
.home4,
.home5-clients {
  margin-bottom: 130px;
}
.gray-line {
  width: 100px;
  background: #d0d0d0;
  height: 0.3px;
  margin: auto;
  margin-bottom: 35px;
}
.home3-content-wrapper {
  height: 1100px;
  background: url(img/fala-bg.svg) center center no-repeat;
  margin-top: -330px;
  padding-top: 450px;
  background-size: cover;
  position: relative;
}
.home3-bg {
  position: absolute;
  height: 590px;
  background: url(img/home_3_bg.svg);
  left: 10%;
  width: 38%;
  background-repeat: no-repeat;
}
.home3-content {
  float: right;
  width: 51%;
}
.home3-content > span,
.home4-intro > span,
.home5-intro > span,
.home6 .left-col > span,
.home7 .left-col > span,
.about-us-1-content .right-col > span,
.about-us-3-content > span,
.about-us-4-intro > span,
.about-us-5-intro > span,
.contact-1-content > span,
.tarrif-4-content > span,
.asw-1-content > span,
.asw-3-intro > span,
.asw-6-intro > span,
.asw-7-intro > span,
.opt-4-content > span,
.asw-3a-intro > span,
.wga-3-intro > span,
.suz-1-intro > span,
.single-footer span,
.knowledge_searcher_text > span{
  color: var(--blue);
  font-size: 20px;
  font-weight: 300;
}
.home3-content h2,
.home4-intro h2,
.home5-intro h2,
.home6 .left-col h2,
.home7 .left-col h2,
.about-us-1-content .right-col h2,
.about-us-3-content h2,
.about-us-4-intro h2,
.about-us-5-intro h2,
.contact-1-content h2,
.tarrif-2-intro h2,
.tarrif-4-content h2,
.tarrif-3-content h2,
.asw-1-content h2,
.asw-3-intro h2,
.asw-6-intro h2,
.asw-7-intro h2,
.opt-4-content h2,
.asw-3a-intro h2,
.wga-3-intro h2,
.suz-1-intro h2,
.single-footer h2{
  font-size: 36px;
  font-weight: 700;
  margin: 0 0 60px 0;
  line-height: 50px;
}
.home3-content h2 span,
.home4-intro h2 span,
.home5-intro h2 span,
.home6 .left-col h2 span,
.home7 .left-col h2 span,
.about-us-1-content .right-col h2 span,
.about-us-3-content h2 span,
.about-us-4-intro h2 span,
.about-us-5-intro h2 span,
.contact-1-content h2 span,
.tarrif-2-intro h2 span,
.tarrif-4-content h2 span,
.tarrif-3-content h2 span,
.asw-1-content h2 span,
.asw-6-intro h2 span,
.asw-7-intro h2 span,
.opt-3-intro h2 span,
.opt-4-content h2 span,
.asw-3a-intro h2 span,
.opt-3 .asw-3-intro span,
.isw-3 .asw-3-intro span,
.bsw-3 .asw-3-intro span,
.wwp-3 .asw-3-intro span,
.pwp-3 .asw-3-intro span,
.tswp-3 .asw-3-intro span,
.kads-3 .asw-3-intro span,
.tswo-3 .asw-3-intro span,
.wga-3-intro span,
.suz-1-intro span,
.single-footer h2 span,
.knowledge_searcher_text h2 span {
  color: var(--blue);
}
.home3-content p {
  font-weight: 300;
  margin-bottom: 30px;
}
.home3 a {
  margin: 30px 0 0 0;
}
.home3 a:hover {
  background: transparent;
}
.home3-counters {
  display: flex;
  justify-content: space-between;
  margin: 30px 0;
}
.home3-counters > div {
  width: 25%;
  text-align: center;
}
.home3-counters > div > div {
  position: relative;
  font-weight: 700;
  font-size: 36px;
  display: block;
  padding-bottom: 20px;
}
.home3-counters > div > div:after {
  content: "";
  width: 30px;
  height: 3px;
  background: var(--orange);
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  position: absolute;
}
.home3-counters > div p {
  color: #777f9d;
  font-weight: 700;
}
.home4-offers {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.home4-offers > div {
  text-align: center;
  border-radius: 20px;
  position: relative;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
  box-shadow: 0 10px 15px rgb(0 0 0 / 10%);
}
.home4-offers .offer1,
.home4-offers .offer3 {
  width: 30%;
  height: 650px;
  background-color: rgba(251, 251, 251, 1);
  background-image: linear-gradient(
    180deg,
    rgba(251, 251, 251, 1) 0%,
    rgba(251, 251, 251, 1) 50%,
    rgba(240, 246, 249, 1) 80%,
    rgba(234, 243, 249, 1) 95%
  );
}
.home4-offers .offer2 {
  background-color: rgba(247, 247, 247, 1);
  background-image: linear-gradient(
    180deg,
    rgba(247, 247, 247, 1) 10%,
    rgba(247, 247, 247, 1) 50%,
    rgba(241, 244, 247, 1) 70%,
    rgba(223, 236, 244, 1) 85%,
    rgba(212, 231, 242, 1) 95%
  );
}
.home4-offers > div:hover {
  -webkit-transform: translateY(-15px);
  -ms-transform: translateY(-15px);
  transform: translateY(-15px);
}
.home4-offers .offer2 {
  width: 35%;
  height: 705px;
}
.home4-offers h3 {
  font-size: 30px;
  font-weight: 700;
}
.home4-offers .offer1 h3,
.home4-offers .offer3 h3 {
  margin: 30px 0 10px 0;
}
.home4-offers .offer2 h3 {
  margin: 57px 0 10px 0;
}
.home4-offers div > span {
  color: var(--blue);
  font-weight: 300;
}
.home4-offers p.price {
  font-size: 30px;
  margin: 20px 0;
}
.home4-offers p.price span {
  font-size: 36px;
  font-weight: 700;
}
.home4-offers p:not(.price) {
  color: #4e5675;
  font-weight: 300;
  line-height: 2;
  font-size: 17px;
}
button.btn-orange {
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  line-height: 1.5;
  background: transparent;
}
button.btn-blue {
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  line-height: 1.5;
}
.home4-offers .offer3 button,
.home4-offers .offer1 button,
.home4-offers .offer1 a,
.home4-offers .offer3 a {
  bottom: 30px;
}
.home4-offers .offer2 button,
.home4-offers .offer2 a {
  bottom: 60px;
}
.home4-offers > div a,
.home4-offers > div button {
  position: absolute;
  padding: 14px 59px;
  transform: translateX(-50%);
}
.home4-offers > div a:hover {
  /* transform: translate(-50%, -10px); */
}
.home4-intro,
.home5-intro,
.home5-about-us-intro,
.asw-3-intro,
.asw-6-intro,
.asw-7-intro,
.opt-4-content,
.asw-3a-intro {
  text-align: center;
}
.home5-clients.owl-carousel div img {
  max-width: 100%;
  height: auto;
  width: auto;
  display: block;
  margin: 0 auto;
  filter: grayscale(1);
  opacity: 0.6;
  cursor: pointer;
}
.home5-clients.owl-carousel div img:hover {
  opacity: 1;
  filter: inherit;
}
.home5-clients.owl-carousel .owl-dots {
  display: none;
}
.home5-about-us-intro {
  padding: 70px 0 0 0;
}
.home5-about-us-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 10px;
}
.home5-about-us-box {
  box-shadow: 0px 0px 20px -7px rgb(0 0 0 / 11%);
  border-radius: 20px;
  text-align: center;
  position: relative;
  height: 535px;
  margin: 10px;
}
.home5-about-us-box h4 {
  margin: 0;
  font-weight: bold;
}
.home5-about-us-box span {
  font-weight: 300;
  padding-bottom: 25px;
  display: block;
  margin-bottom: 25px;
  position: relative;
}
.home5-about-us-box span:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 3px;
  width: 30px;
  background: var(--orange);
}
.home5-about-us-box p {
  padding: 0 20px;
  font-weight: 300;
  line-height: 1.4;
  font-size: 15px;
  color: #777f9d;
}
.home5-about-us-box .logo {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
}
.owl-carousel .owl-item .home5-about-us-box img.author {
  max-width: 84px;
  height: auto;
  display: inline-block;
  margin: 20px 0 20px 0;
}
.owl-carousel .owl-item .home5-about-us-box img.logo {
  display: inline-block;
  width: auto;
}
.home5-about-us-wrapper.owl-carousel .owl-dots.disabled {
  display: block;
  margin: 50px 0 !important;
}
.home5-about-us-wrapper.owl-theme .owl-dots .owl-dot span {
  width: 17px;
  height: 17px;
}
.home5-about-us-wrapper.owl-theme .owl-dots .owl-dot.active span,
.home5-about-us-wrapper.owl-theme .owl-dots .owl-dot:hover span {
  background: var(--orange);
}
.home5-about-us-wrapper.owl-theme .owl-dots .owl-dot span {
  background: #e4e5eb;
}
.home6 .left-col {
  float: left;
  width: 32%;
  
}
@media screen and (min-width: 1025px) {
  .home6 .left-col {
    position: sticky;
    top: 148px;
  }

  @media screen and (min-width: 1150px){
    .home6 .left-col {
      position: sticky;
      top: 87px;
    }
  }
}
.home6 .right-col {
  float: right;
  width: 66%;
}
.home6 .left-col p, .knowledge_searcher_text p {
  font-weight: 300;
  padding-right: 40px;
}
.home6 .left-col a {
  margin: 33px 0 0 0;
}
.home6 .right-col {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px 30px;
}
.home6 .right-col a {
  width: 90%;
  margin: auto;
}
.home6 .home-post,
.home6 .home-post-image:hover,
.home6 .home-post-image {
  transition: 0.7s;
}
.home6 .home-post:hover {
  transform: translateY(-15px);
}
.home6 .home-post-image {
  position: relative;
}
.home6 .home-post:hover .home-post-image:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(249, 116, 28, 0.7);
  position: absolute;
  content: "";
  display: block;
  z-index: 2;
  border-radius: 20px;
  transition: 0.7s;
}
.home6 .home-post:hover .home-post-image:after {
  top: 50%;
  left: 50%;
  content: "Read more >";
  transform: translate(-50%, -50%);
  z-index: 3;
  color: #fff;
  font-size: 21px;
  position: absolute;
}

.home6 .home-post img {
  border-radius: 20px;
  display: block;
  max-width: 100%;
  height: auto;
  position: relative;
  margin: auto;
}
.home6 .post-date {
  font-weight: 300;
  color: var(--blue);
  display: block;
  position: relative;
  margin: 30px 0 15px 0;
  padding-top: 20px;
  font-size: 18px;
}
.home6 .post-date:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 3px;
  width: 30px;
  background: var(--orange);
}
.home6 h4 {
  margin: 0;
  font-size: 25px;
  font-weight: 700;
  line-height: 35px;
}
.home7 .left-col {
  width: 37%;
  float: left;
}
.home7 .right-col {
  float: right;
  width: 55%;
}
.home7 .left-col p {
  font-weight: 300;
}
.home7 .left-col img {
  margin-top: 75px;
}
.home7.home7bg {
  margin-top: -279px;
  padding-top: 415px;
  background: url(img/fala-bg.svg) top center no-repeat;
  background-size: cover;
  min-height: 1083px;
}
.wpcf7-acceptance .hide,
.wpcf7-acceptance .show {
  color: #22a1bc;
  cursor: pointer;
  text-decoration: underline;
}
.home7.home7bg .clause-popup-wrapper,
.wpcf7-acceptance .more,
.wpcf7-acceptance .hide,
.wpcf7-acceptance .show.notactive {
  display: none;
}
.wpcf7-acceptance .more.active,
.wpcf7-acceptance .hide.active {
  display: inline-block;
}
.home7 .wpcf7 label {
  display: block;
  margin-bottom: 19px;
}
.home7 .wpcf7 label input:not([type="checkbox"]),
.home7 .wpcf7-textarea,
.home7 .wpcf7-select {
  display: block;
  width: 100%;
  font-family: "Poppins", sans-serif;
  font-size: 17px;
  font-weight: 300;
  border: 1px solid #dbdee7;
  padding: 12px 25px;
  border-radius: 16px;
}
.home7 .wpcf7 label input:not([type="checkbox"])::placeholder,
.home7 .wpcf7-textarea::placeholder,
.home7 .wpcf7-select::placeholder {
  color: #2a1e33;
  opacity: 1;
}
.home7 .wpcf7 label input:not([type="checkbox"]):-ms-input-placeholder,
.home7 .wpcf7-textarea:-ms-input-placeholder,
.home7 .wpcf7-select:-ms-input-placeholder {
  color: #2a1e33;
}
.home7 .wpcf7 label input:not([type="checkbox"])::-ms-input-placeholder,
.home7 .wpcf7-textarea::-ms-input-placeholder,
.home7 .wpcf7-select::-ms-input-placeholder {
  color: #2a1e33;
}
.home7 .wpcf7-textarea {
  height: 104px !important;
  width: 100% !important;
  min-height: 52px;
  resize: none;
}
.home7 .wpcf7-select {
  color: #2a1e33;
}
.home7 .form-contact-row50 {
  display: flex;
  justify-content: space-between;
}
.home7 .form-contact-row50 label {
  width: calc(50% - 12px);
}
.home7 .wpcf7-acceptance {
  font-size: 15px;
  font-weight: 300;
  color: #2a1e33;
}
.home7 .wpcf7-acceptance .wpcf7-list-item {
  margin: 0;
}
.home7 .wpcf7-acceptance .wpcf7-list-item input[type="checkbox"] {
  display: inline-block;
  margin-right: 11px;
}
.home7 .wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label {
  vertical-align: top;
  display: inline-block;
  width: calc(100% - 29px);
}
.home7 .wpcf7-acceptance .wpcf7-list-item .link {
  color: #22a1bc;
  cursor: pointer;
  text-decoration: underline;
}
.home7 .clause {
  font-size: 15px;
  font-weight: 300;
  color: #2a1e33;
  padding-left: 28px;
}
.home7 .clause-content {
  display: none;
}
.home7 .clause-content.active {
  display: block;
}
.home7 .clause .more {
  color: #22a1bc;
  cursor: pointer;
  text-decoration: underline;
}
.home7 .clause-content {
  font-size: 14px;
  font-weight: 300;
  color: #2a1e33;
  padding-left: 28px;
}
.home7 .wpcf7 .wpcf7-acceptance label {
  margin-bottom: 10px;
}
.home7 .wpcf7 .wpcf7-submit {
  font-size: 18px;
  font-weight: 300;
  padding: 16px 35px;
  border-radius: 50px;
  text-transform: uppercase;
  background: var(--blue);
  color: #fff;
  border: 2px solid var(--blue);
  margin-top: 60px;
}
.invalid .wpcf7-response-output {
  display: none !important;
}
.sent .wpcf7-response-output {
  display: none !important;
}
.home7 .wpcf7-not-valid-tip,
.home7 .wpcf7 form .wpcf7-response-output {
  font-size: 10px;
  padding: 5px 25px 0px 25px;
}
/* Page About us */
.page-template header,
.blog header,
.search header,
.page-template-default:not(.home) header {
  background: #f2f2f3;
  z-index: 900;
  position: relative;
}
.intro {
  text-align: center;
  padding: 0 0 20px 0;
  position: relative;
  z-index: 2;
}
.intro-content {
  background: #f2f2f3;
}
.intro-wave {
  transform: rotate(180deg);
  position: relative;
  z-index: -1;
  margin-top: -45px;
}
.intro h1 {
  font-weight: 700;
  font-size: 52px;
  margin: 0 0 20px 0;
  line-height: 62px;
  padding-top: 50px;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
}

@media screen and (min-width: 1024px)  and (max-width: 1300px){
  .intro h1 {
    max-width: 700px;
  }
}
.intro .breadcrumbs {
  font-size: 20px;
  font-weight: 300;
}
.intro .separator {
  margin: 0 7px;
}
.about-us-1-content {
  display: flex;
  justify-content: space-between;
}
.about-us-1-content .left-col {
  width: 44%;
}
.about-us-1-content .left-col img {
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: 20px;
}
.about-us-1-content .right-col {
  width: calc(56% - 50px);
}
.about-us-1-content .right-col p,
.about-us-3-content p {
  font-weight: 300;
  margin-bottom: 30px;
}
.about-us-3 {
  /* margin-top: -220px; */
  /* padding-top: 420px; */
  /* background: url(img/fala-bg.svg) top center no-repeat; */
  background-size: cover;
  /* min-height: 1080px; */
  position: relative;
  padding: 40px 0;
  background-color: #eaf3f8;
}
.about-us-3-bg {
  /* position: absolute; */
  /* height: 535px; */
  /* background: url(img/about_us_bg.svg) left top no-repeat; */
  /* left: 50%; */
  width: 50%;
  /* background-size: 100%; */
  /* bottom: 200px; */
  float: left;
}
@media (max-width: 1024px) {
  .about-us-3 .container {
    display: flex;
    flex-direction: column-reverse;
  }
  .about-us-3-bg {
    float: left;
    width: 100%;
  }
}
.about-us-3-content {
  float: left;
  width: 48%;
}
.about-us-4,
.about-us-5 {
  padding: 50px 0;
}
.about-us-4-intro,
.about-us-5-intro {
  text-align: center;
}
.about-us-4-values-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 30px;
}
.about-us-5-intro {
  font-weight: 300;
}
.about-us-5-team-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 30px;
  text-align: center;
  padding: 30px 0;
}
.single-person h3 {
  font-weight: 700;
  margin: 30px 0 10px 0;
}
.single-person p {
  margin: 0;
  font-size: 19px;
  font-weight: 300;
}
.single-person a {
  color: var(--orange);
}
/* Page Contact */
.contact-1,
.contact-2 {
  padding: 50px 0;
}
.contact-1 {
  position: relative;
  height: 750px;
  display: flex;
  align-items: center;
}
.contact-1-bg {
  position: absolute;
  height: 660px;
  background: url(img/contact-bg.svg) left top no-repeat;
  left: 8%;
  width: 50%;
}
.contact-1-content {
  float: right;
  width: 35%;
}
.contact-1-content ul,
.asw-1-content ul {
  margin: 0;
  list-style-type: none;
  padding: 0;
}
.contact-1-content ul li,
.asw-1-content ul li {
  position: relative;
  padding-left: 30px;
  font-weight: 300;
  margin-bottom: 10px;
}
.contact-1-content ul li:before,
.asw-1-content ul li:before {
  position: absolute;
  top: 1px;
  left: 0;
  font-size: 18px;
  color: var(--orange);
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}
.contact-2-content-wrapper {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.single-info-box {
  width: 33.3%;
  text-align: center;
}
.single-info-box h3 {
  font-weight: 700;
}
.single-info-box span,
.single-info-box a {
  color: var(--orange);
  font-size: 18px;
}
.single-info-box img {
  height: 120px;
}
/* Page News */
.blog-posts {
  margin-top: 40px;
}
.blog-grid {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.blog-grid a {
  width: calc(33% - 30px);
}
.blog-post {
  transition: 0.7s;
  margin-bottom: 45px;
}
.blog-post-image {
  position: relative;
  transition: 0.7s;
}
.blog-post .post-date {
  font-weight: 300;
  color: var(--blue);
  display: block;
  position: relative;
  margin: 30px 0 15px 0;
  padding-top: 20px;
}
.blog-post h4 {
  margin: 0;
  font-size: 23px;
  font-weight: 700;
  line-height: 27px;
}
.blog-post img {
  border-radius: 20px;
  display: block;
  max-width: 100%;
  height: auto;
  position: relative;
  height: 356px;
  object-fit: cover;
}
.blog-post span.post-date:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 3px;
  width: 30px;
  background: var(--orange);
}
.blog-post p {
  font-size: 19px;
  font-weight: 300;
}
.blog-post:hover {
  transform: translateY(-15px);
}
.blog-post:hover .blog-post-image:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(249, 116, 28, 0.7);
  position: absolute;
  content: "";
  display: block;
  z-index: 2;
  border-radius: 20px;
  transition: 0.7s;
}
.blog-post:hover .blog-post-image:after {
  top: 50%;
  left: 50%;
  content: "Read more >";
  transform: translate(-50%, -50%);
  z-index: 3;
  color: rgb(255, 255, 255);
  font-size: 22px;
  position: absolute;
}
.blog-pagination {
  text-align: center;
  font-weight: 300;
  font-size: 25px;
}
.blog-pagination .fa {
  font-size: 20px;
}
.blog-pagination .page-numbers {
  margin: 0 3px;
}
.blog-pagination .page-numbers.current,
.blog-pagination .page-numbers {
  width: 35px;
  height: 35px;
  display: inline-block;
  line-height: 35px;
  border-radius: 50%;
  text-align: center;
}
.blog-pagination .page-numbers.current,
.blog-pagination .page-numbers:hover {
  background: var(--orange);
  color: #fff;
}
/* Page Tarrif */
.tarrif-2-intro,
.tarrif-4-content {
  text-align: center;
}
.price-list-add-info {
  text-align: center;
  margin: 30px 0;
  font-weight: 300;
  font-size: 15px;
}
.price-list-add-info span,
.tarrif-2-table table tbody td span {
  color: var(--blue);
}
.tarrif-2-table {
  border: 2px solid var(--blue);
  padding: 25px;
  border-radius: 20px;
}
.tarrif-2-table table {
  width: 100%;
  border-collapse: collapse;
}
.tarrif-2-table table thead td {
  font-size: 26px;
  font-weight: 700;
  padding: 0 0 30px 0;
  text-align: center;
}
.tarrif-2-table table tbody {
  color: #4e5675;
  font-size: 17px;
  font-weight: 300;
}
.tarrif-2-table table tbody td {
  padding: 12px 0;
  text-align: center;
}
.tarrif-2-table table tbody tr:hover {
  background: #e4f1f8;
  color: var(--orange);
}
.tarrif-2-table table tbody td:first-child {
  text-align: left;
  position: relative;
  padding-left: 5px;
}
.tarrif-2-table table tfoot td {
  text-align: center;
}
.tarrif-2-table table tfoot a {
  font-size: 18px;
  font-weight: 300;
  padding: 14px 25px;
  border-radius: 50px;
  text-transform: uppercase;
  transition: 0.3s;
  display: inline-block;
  border: 2px solid var(--orange);
  margin-right: 0;
  margin-top: 15px;
  cursor: pointer;
}
.tarrif-2-table table tfoot a:hover {
  background: var(--orange);
  color: #fff;
}
.tarrif-3,
.tarrif-4 {
  padding: 50px 0;
}
.tarrif-3 {
  position: relative;
  height: 600px;
}
.tarrif-3-bg {
  position: absolute;
  height: 550px;
  background: url(img/tarrif_3_bg.svg);
  left: 15%;
  width: 40%;
  background-repeat: no-repeat;
}
.tarrif-3-content {
  float: right;
  width: 40%;
  margin-top: 90px;
}
.tarrif-3-content p {
  font-weight: 300;
  font-size: 18px;
}
.tarrif-3-content a {
  margin-top: 30px;
}
.tarrif-4-price-list-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 30px;
}
.price-list-box {
  max-width: 270px !important;
  height: 250px;
  background: #f7f9fa;
  border-radius: 20px;
  text-align: center;
  padding: 0 16px;
  transition: 0.7s;
}
.price-list-box h4 {
  font-weight: 700;
  margin: 0;
  padding: 55px 0 0 0;
  font-size: 19px;
  line-height: 27px;
}
.price-list-box .separator {
  margin: 25px auto;
  width: 30px;
  height: 3px;
  background: var(--orange);
}
.price-list-box p {
  color: #777f9d;
  margin: 0;
  font-size: 17px;
  line-height: 23px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.price-list-box p strong {
  font-size: 24px;
  margin-left: 5px;
}
.price-list-box:hover {
  transform: translateY(-15px);
}
.price-list-box:hover h4 {
  color: var(--orange);
}
.price-list-box a.btn-orange {
  display: none;
  margin: 15px auto 0 auto;
  padding: 5px 25px;
}
.price-list-box button.btn-orange {
  display: none;
  margin: 15px auto 0 auto;
  padding: 5px 25px;
}
.price-list-box:hover a {
  display: inline-block;
}
/* Page Offer 1 - WordPress administration */
.asw-1 {
  padding: 50px 0;
  position: relative;
}
.asw-1 .container {
  display: flex;
  position: relative;
}
@media (max-width: 1300px) {
  .asw-1 .container {
    flex-direction: column;
  }
  .asw-1-bg {
    margin-bottom: 40px !important;
    text-align: center;
    width: 100%;
    height: auto !important;
  }
  .asw-1-bg img {
    position: initial !important;
  }
  .asw-1-content {
    float: left;
    width: 100%;
  }
}
.asw-1-bg {
  position: relative;
  width: 50%;
  float: left;
}
.asw-1-bg img {
  position: absolute;
  max-width: 790px;
  left: -238px;
  top: 50px;
  min-width: 100%;
}
@media (min-width: 1400px) {
  .asw-1-bg img {
    width: 790px;
  }
}
.asw-1-content {
  float: right;
  width: 50%;
  font-weight: 300;
}
.asw-1-content ul li {
  margin-bottom: 25px;
}
.asw-2 {
  margin: 80px 0;
}
.asw-3,
.asw-3a {
  margin-bottom: 130px;
}
.asw-3a {
  position: relative;
}
.asw-3bg-top {
  position: absolute;
  height: 550px;
  background: url(img/cooperation-bg-top.svg);
  right: 0%;
  width: 44%;
  background-repeat: no-repeat;
  top: 300px;
}
.asw-3bg-bottom {
  position: absolute;
  height: 700px;
  /* background: url(img/cooperation-bg-bottom.svg); */
  background: url(img/woocommerce_proces.svg);
  left: 4%;
  width: 44%;
  background-repeat: no-repeat;
  bottom: -50px;
}
.page-id-693 .asw-3bg-bottom {
  position: absolute;
  height: 700px;
  /* background: url(img/cooperation-bg-bottom.svg); */
  background: url(img/tworzenie_stron_proces.svg);
  left: 7%;
  width: 33%;
  background-repeat: no-repeat;
  bottom: -50px;
}
.page-id-747 .asw-3bg-bottom {
  position: absolute;
  height: 700px;
  /* background: url(img/cooperation-bg-bottom.svg); */
  background: url(img/ads_proces.svg);
  left: 7%;
  width: 33%;
  background-repeat: no-repeat;
  bottom: -50px;
}

.asw-3 .home-services-wrapper,
.wga-3 .home-services-wrapper,
.suz-1 .home-services-wrapper,
.wwp-4 .about-us-4-values-wrapper {
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 65px;
}
.asw-3 .home-services-wrapper .single-services {
  margin: 0;
}
.asw-3a-content span {
  font-size: 62px;
  display: inline-block;
  color: var(--blue);
  font-weight: bold;
  width: 130px;
  height: 130px;
  text-align: center;
  line-height: 130px;
  vertical-align: top;
}
.asw-3a-content h3 {
  font-size: 28px;
  font-weight: 700;
  margin: 25px 0 15px 0;
}
.asw-3a-content > div {
  position: relative;
}
.asw-3a-content > div > div {
  display: inline-block;
}
.asw-3a-content p {
  font-weight: 300;
  font-size: 17px;
}
.asw-3-1 {
  margin-bottom: 120px;
}
.asw-3-1:after {
  content: "";
  position: absolute;
  background: url(img/cooperation-path-1.svg) left center no-repeat;
  height: 200px;
  left: 60px;
  top: 132px;
  width: 100%;
}
.asw-3-1 span {
  background: url(img/cooperation-bg1.svg) center center no-repeat;
}
.asw-3-1 div,
.asw-3-3 div,
.asw-3-5 div {
  margin-left: 70px;
}
.asw-3-2 div {
  text-align: right;
  margin-right: 40px;
}
.asw-3-2 span {
  background: url(img/cooperation-bg2.svg) center center no-repeat;
}
.asw-3-3 span {
  background: url(img/cooperation-bg3.svg) center center no-repeat;
}
.asw-3-4 span {
  background: url(img/cooperation-bg4.svg) center center no-repeat;
}
.asw-3-5 span {
  background: url(img/cooperation-bg5.svg) center center no-repeat;
  position: relative;
  z-index: 1;
}
.asw-3-6 span {
  background: url(img/cooperation-bg6.svg) center center no-repeat;
}
.asw-3-2:after {
  content: "";
  position: absolute;
  background: url(img/cooperation-path-2.svg) left center no-repeat;
  height: 200px;
  left: 90px;
  top: 132px;
  width: 100%;
}
.asw-3-2 {
  margin-bottom: 45px;
}
.asw-3-4,
.asw-3-5,
.asw-3-6 {
  text-align: right;
}
.asw-3-3:after {
  content: "";
  position: absolute;
  background: url(img/cooperation-path-3.svg) left center no-repeat;
  height: 200px;
  left: 52px;
  top: 132px;
  width: 100%;
}
.asw-3-3 {
  margin-bottom: 80px;
}
.asw-3-4 > div {
  margin-right: 40px;
}
.asw-3-4:after {
  content: "";
  position: absolute;
  background: url(img/cooperation-path-4.svg) left center no-repeat;
  height: 190px;
  right: 52px;
  top: 88px;
  width: 45%;
}
.asw-3-4 div {
  margin-bottom: 100px;
}
.asw-3-5 div {
  text-align: left;
  margin-right: 50px;
}
.asw-3-5 {
  margin-bottom: 75px;
}
.asw-3-5:after {
  content: "";
  position: absolute;
  background: url(img/cooperation-path-5.svg) left center no-repeat;
  height: 190px;
  right: 52px;
  top: 135px;
  width: 45%;
}
.asw-3a-content .finish h3,
.asw-3a-content .asw-3-6 span {
  color: var(--orange);
}
@media (max-width: 1024px) {
  .asw-4-intro p br {
    display: none !important;
  }
}
.asw-4-intro p {
  margin: 0 0 60px 0;
  font-weight: 300;
}
.faq-wrapper {
  margin: 60px 0 100px 0;
}
.faq-question {
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
  position: relative;
}
.faq-answer {
  display: none;
}
.faq-question:hover {
  color: var(--blue);
}
.faq-box {
  margin-left: 70px;
  border-bottom: 1px solid #bbdcf1;
}
.faq-question:before {
  position: absolute;
  content: "+";
  left: -70px;
  top: -3px;
  font-size: 25px;
  display: block;
  color: #f98030;
}
.faq-question.active-question:before {
  content: "-";
}
.faq-answer.active-answer {
  display: block;
}
.faq-answer {
  padding: 20px 0;
  font-weight: 300;
}
.faq-answer a {
  color: var(--blue);
}
/* Page Offer 2 - WordPress optimization */
.opt-1-bg {
  position: absolute;
  height: 600px;
  background: url(img/page_optimization_wp_bg.svg);
  left: 5%;
  width: 43%;
  background-repeat: no-repeat;
  top: 15%;
}
.asw-3-content {
  display: flex;
  justify-content: space-between;
}
.asw-3-content > div {
  width: 48%;
  padding-left: 30px;
  font-weight: 300;
  font-size: 17px;
}
.asw-3-content > div h3 {
  position: relative;
  font-weight: 700;
  margin: 35px 0 18px 0;
}
.asw-3-content > div h3:before {
  position: absolute;
  top: 1px;
  left: -30px;
  font-size: 18px;
  color: var(--orange);
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
}
.opt-4-content {
  float: right;
  width: 50%;
  text-align: left;
}
.opt-4 {
  position: relative;
}
.opt-4-bg {
  position: absolute;
  height: 530px;
  background: url(img/cooperation-bg-bottom.svg);
  left: 13%;
  width: 24%;
  background-repeat: no-repeat;
  bottom: 15%;
}

.optima-4-bg {
  position: absolute;
  height: 530px;
  background: url(img/asw_1_bg.svg);
  left: 5%;
  width: 44%;
  background-repeat: no-repeat;
  bottom: 15%;
}

.opt-4-content p {
  margin: 20px 0 50px 0;
  font-weight: 300;
}
.one-line-form input[type="url"],
.one-line-form input[type="email"] {
  width: 400px;
  max-width: 100%;
  border-radius: 30px 0 0 30px;
  outline: none;
  font-family: "Poppins", sans-serif;
  font-size: 17px;
  font-weight: 300;
  border: 1px solid #dbdee7;
  padding: 12px 25px;
}
.opt-4.home7.home7bg {
  padding-top: 500px;
}
.opt-4.home7.home7bg.optima7 {
  padding-top: 433px !important;
}
.one-line-form input[type="submit"] {
  margin-left: -25px;
  background-color: var(--orange);
  color: #fff;
  box-shadow: none;
  text-transform: uppercase;
  height: 50px;
  z-index: 1;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  font-family: "Poppins", sans-serif;
  padding: 0 30px;
  border: 2px solid var(--orange);
  transition: 0.7s;
}
.one-line-form input[type="submit"]:hover {
  border: 2px solid var(--orange);
  color: var(--orange);
  background: #fff;
  box-shadow: 0 12px 28px rgb(0 0 0 / 20%);
}
.opt-5 {
  margin-top: 100px;
}
.opt-5 .asw-3-3:after {
  display: none;
}
.opt-5 .asw-3-2 {
  margin-bottom: 125px;
}
.opt-5 .asw-3-3 span {
  color: var(--orange);
}
.asw-6 {
  margin: 130px 0;
}
/* Page Offer 3 - WordPress protection */
.bsw-1-bg {
  position: absolute;
  height: 600px;
  background: url(img/page_protection_bg_1.svg);
  left: 5%;
  width: 43%;
  background-repeat: no-repeat;
  top: 8%;
}
.bsw-4 .asw-3-2 {
  margin-bottom: 150px;
}
.bsw-4 .asw-3-3:after {
  display: none;
}
.bsw-4 .asw-3bg-top {
  background: url(img/page_protection_bg_2.svg) center center no-repeat;
}
.bsw-4 .asw-3-3 span {
  color: var(--orange);
}
.bsw-4 .asw-3-2 div {
  margin-right: 110px;
}
/* Page Offer 4 - WordPress integrations */
.isw-1-bg {
  position: absolute;
  height: 600px;
  background: url(img/page_integration_bg.svg);
  left: 8%;
  width: 45%;
  background-repeat: no-repeat;
  top: 100px;
}
.isw-3-add-data,
.wwp-3-add-data,
.pwp-3-add-data,
.tswp-3-add-data,
.wga-3-add-data,
.tswo-3-add-data,
.kads-3-add-data {
  text-align: center;
}
.isw-3-add-data a,
.wwp-3-add-data a,
.pwp-3-add-data a,
.tswp-3-add-data a,
.wga-3-add-data a,
.tswo-3-add-data a {
  margin: 50px 0 0 0;
}
/* Page Offer 5 - WordPress plugins */
.wwp-1-bg {
  position: absolute;
  height: 600px;
  background: url(img/page_wp_plugins_bg1.svg);
  left: 5%;
  width: 43%;
  background-repeat: no-repeat;
  top: 15%;
}
/* Page Offer 6 - WordPress programmer */
.pwp-1-bg {
  position: absolute;
  height: 600px;
  background: url(img/page_wp_programmer_bg1.svg);
  left: 5%;
  width: 43%;
  background-repeat: no-repeat;
  top: 12%;
}
/* Page Offer 7 - WordPress developing */
.tswp-1-bg {
  position: absolute;
  height: 600px;
  background: url(img/page_wp_development_bg1.svg);
  left: 5%;
  width: 43%;
  background-repeat: no-repeat;
  top: 10%;
}
.tswp-4 .asw-3-2 {
  margin-bottom: 100px;
}
.tswp-4 .asw-3-4 div {
  margin-bottom: 45px;
}
.tswp-3 .asw-3-content,
.tswo-3 .asw-3-content {
  padding: 0 12%;
}
/* Page Offer 8 - Campaigns ADS */
.kads-1-bg {
  position: absolute;
  height: 600px;
  background: url(img/page_campaign_ads_bg1.svg);
  left: 7%;
  width: 43%;
  background-repeat: no-repeat;
  top: 9%;
}
.google-badge {
  text-align: center;
  margin: 50px 0;
}
.kads-4 .asw-3-2 {
  margin-bottom: 100px;
}
.kads-4 .asw-3bg-top {
  background: url(img/page_campaign_ads_bg2.svg) center center no-repeat;
}
/* Page Offer 9 - WooCommerce developing */
.tswo-1-bg {
  position: absolute;
  height: 600px;
  background: url(img/page_woo_programmer_bg1.svg);
  left: 12%;
  width: 43%;
  background-repeat: no-repeat;
  top: 9%;
}
.tswo-4 .asw-3-2 {
  margin-bottom: 100px;
}
.tswo-4 .asw-3-4 div {
  margin-bottom: 60px;
}
/* Page Offer 9 - Google AMP */
.wga-3-intro {
  text-align: center;
}
.wga-1-bg {
  position: absolute;
  height: 600px;
  background: url(img/page_google_amp_bg1.svg);
  left: 5%;
  width: 42%;
  background-repeat: no-repeat;
  top: 9%;
}
/* Page Offer Summary */
.suz-1-intro {
  text-align: center;
}
.suz-1 .single-services a {
  padding: 8px 25px;
  display: inline-block;
  width: auto;
  height: auto;
  margin-top: auto;
}
.suz-1 .single-services {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.suz-1 .single-services p {
  margin-bottom: 20px;
}
/* single post */
.blog-container {
  max-width: 1420px;
  padding: 0 130px;
  background: #fff;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.post-thumbnail {
  height: 900px;
  background-size: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  max-width: 90%;
  margin: 0 auto;
}

.post-intro {
  margin-top: 127px !important;
  text-align: center;
  max-width: 90%;
  margin: auto;
}
.post-intro h1 {
  font-weight: 700;
  font-size: 37px;
  margin: 0;
  padding: 0 0 20px 0;
  position: relative;
}
.post-intro .breadcrumbs {
  font-size: 20px;
  font-weight: 300;
  margin: 30px 0;
}
.post-intro .separator {
  margin: 0 7px;
}
.post-author img {
  border-radius: 50%;
}
.post-author span {
  margin: 0 30px;
  font-size: 20px;
  font-weight: bold;
}
.post-wrapper {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.post-content {
  font-weight: 300;
}
.post-sidebar {
}
.post-info {
  margin-top: -135px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 15px 0;
}
.post-info > div {
  display: inline-block;
}
.post-info .post-date {
  color: var(--blue);
  font-size: 17px;
  position: relative;
  padding-left: 30px;
}
.post-content ol li {
  padding-bottom: 8px;
}
.post-info .post-date:before {
  content: "";
  background: url(img/calendar.svg) center center no-repeat;
  position: absolute;
  width: 17px;
  height: 17px;
  top: 2px;
  left: 3px;
}
.post-content .wp-caption {
  padding: 25px 0px;
}
.post-content p {
  margin-top: 0;
}
.post-content .wp-caption-text {
  text-align: left;
  font-size: 13px;
  font-style: italic;
  margin-top: 5px;
  color: #929ba8;
}
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6 {
  font-weight: bold;
  margin: 30px 0;
}
.post-content h2 {
  font-size: 23px;
  position: relative;
  padding-left: 13px;
}
.post-content h2:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  background: var(--orange);
  content: "";
}
.post-content h3 {
  font-size: 20px;
  color: var(--orange);
}
.post-content h4 {
  font-size: 19px;
  color: #88879a;
}
.post-content h5 {
  font-size: 18px;
}
.post-content h6 {
  font-size: 18px;
  font-style: italic;
}
.post-content hr {
  border: 1px solid #e0e3e7;
}
.post-content .aligncenter {
  margin: 0 auto;
  display: block;
}
.post-content .alignleft {
  margin: 0 1.5em 0.75em 0;
  float: left;
}
.post-content .alignright {
  margin: 0 0 0.75em 1.5em;
  float: right;
}
.post-content a {
  color: var(--blue);
}
.post-content a:hover {
  text-decoration: underline;
}
.post-content .contents {
  margin: 30px 0;
  padding: 30px 0;
  border-top: 1px solid #e0e3e7;
  border-bottom: 1px solid #e0e3e7;
  color: var(--blue);
}
.post-content .contents p {
  font-weight: bold;
}
.post-content .contents a {
  text-decoration: none;
}
.post-content .contents a:hover {
  text-decoration: underline;
}
.post-content > ul {
  list-style: none;
  padding: 0;
}
.post-content > ul li {
  position: relative;
  padding-left: 60px;
  padding-bottom: 8px;
}
.post-content > ul li:before {
  content: "";
  width: 8px;
  height: 8px;
  left: 34px;
  background: var(--orange);
  border-radius: 50%;
  position: absolute;
  top: 10px;
}
.post-content div {
  max-width: 100%;
}
.post-content .dist1 {
  padding: 20px 45px;
  background: #fafcfd;
  border: 2px solid var(--blue);
  border-radius: 10px;
  margin: 30px 0;
}
.post-content .dist1 h4 {
  margin-top: 15px;
  color: #25225e;
}
.post-content .dist1 a.btn-blue {
  color: #fff;
  margin-top: 20px;
  text-decoration: none;
}
.post-content .dist1 a.btn-blue:hover {
  color: var(--blue);
}
.post-content > ol {
  padding-left: 60px;
}
.post-content > ol li::marker {
  color: var(--orange);
  font-weight: 500;
}
.post-content blockquote {
  margin: 30px 0;
  padding: 30px 0;
  border-top: 1px solid #e0e3e7;
  border-bottom: 1px solid #e0e3e7;
  padding-left: 90px;
}
.post-content blockquote p {
  position: relative;
  font-size: 27px;
  color: #25225e;
  font-weight: 400;
}
.post-content blockquote p:before {
  content: "";
  width: 63px;
  height: 50px;
  left: -90px;
  background: url(img/quote.svg) center center no-repeat;
  position: absolute;
  top: 9px;
}
.post-content blockquote div {
  color: #88879a;
  font-size: 15px;
  font-weight: 400;
}
.post-content .dist3 {
  padding: 20px 45px;
  background: #fdfbf9;
  border: 2px solid var(--orange);
  border-radius: 10px;
  margin: 30px 0;
}
.post-content .dist3 h4 {
  margin-top: 15px;
  color: #25225e;
}
.search-form {
  position: relative;
}
.search-form .search-text {
  font-weight: 300;
  padding: 16px 35px;
  border-radius: 50px;
  font-family: "Poppins", sans-serif;
  border: 2px solid #dbdee7;
  width: 100%;
}
.search-form .search-submit {
  position: absolute;
  right: 0;
  top: 0px;
  width: 67px;
  height: 61px;
  text-indent: -999px;
  border: none;
  padding: 0;
  background: transparent;
  z-index: 999;
}
.search-form .fa-search {
  position: absolute;
  right: 0;
  top: 0px;
  width: 67px;
  height: 61px;
  text-align: center;
  line-height: 60px;
  font-size: 23px;
  color: var(--orange);
  cursor: pointer;
}
.search-error {
  font-size: 36px;
  font-weight: 700;
  margin: 0 0 30px 0;
  line-height: 50px;
  text-align: center;
  width: 100%;
}
.post-sidebar .separator {
  margin: 45px 0;
  background: var(--orange);
  width: 32px;
  height: 3px;
}
.post-sidebar .last-posts h6 {
  font-weight: bold;
}
.lp-single {
  display: flex;
  margin-bottom: 20px;
  align-items: center;
}
.lp-single .lp-image img {
  border-radius: 10px;
  margin-right: 8px;
}
.lp-single .lp-content h5 {
  font-weight: bold;
  font-size: 15px;
  margin: 0 0 10px 0;
}
.lp-single .lp-content span {
  font-size: 14px;
  font-weight: 300;
  color: var(--blue);
}
.recommended-article {
  margin: 30px 0;
  padding: 14px;
  border-radius: 10px;
  border: 1px solid #e0e3e7;
  display: flex;
  font-size: 17px;
}
.recommended-article .post-excerpt {
  line-height: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.recommended-article img {
  border-radius: 10px;
  margin-right: 60px;
}
.recommended-article h6 {
  font-size: 19px;
  font-style: normal;
  margin: 10px 0;
  font-weight: 400;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.recommended-article a {
  position: relative;
  color: var(--orange);
  text-decoration: none;
  margin-top: 15px;
  display: inline-block;
}
.recommended-article a:after {
  content: "\f178";
  font-family: "Font Awesome 6 Free";
  position: absolute;
  right: -32px;
  color: var(--orange);
  font-size: 20px;
  top: -3px;
  transition: 0.5s;
  font-weight: 900;
}
.recommended-article a:hover {
  text-decoration: underline;
}
.post-share-box {
  display: flex;
  justify-content: space-between;
  margin: 60px 0;
  padding: 60px 0;
  border-top: 2px solid #e0e3e7;
}
.post-share-box p {
  font-weight: bold;
  color: #929ba8;
  font-size: 21px;
}
.post-share-box a {
  width: 79px;
  height: 36px;
  border-radius: 5px;
  display: inline-flex;
  margin-right: 10px;
  font-size: 20px;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
}
.post-share-box a.twitter {
  background: #3c9cd8;
}
.post-share-box a.fb {
  background: #395aa1;
}
.post-share-box a.linkedin {
  background: #0c78b9;
}
.single-footer {
  text-align: center;
  margin-top: 200px;
}
/* single page */
.page .post-content {
  width: 100%;
}
/* page statute / privacy policy */
.statute h2:before {
  display: none;
}
.statute h2 {
  padding-left: 0;
}
.statute .statute-title {
  text-align: center;
  color: var(--blue);
}
.statute .centered {
  text-align: center;
}
/* page 404 */
.page404 {
  position: relative;
  margin-bottom: 300px;
}
.page404-content h1 {
  font-size: 44px;
  font-weight: 700;
  line-height: 54px;
  padding: 150px 0 0 0;
  margin: 0;
}
.page404-content {
  width: 50%;
}
.page404-content p {
  font-size: 20px;
  margin: 50px 0;
}
.page404-bg {
  position: absolute;
  height: 600px;
  background: url(img/page_404_bg1.svg);
  right: 0%;
  width: 50%;
  background-repeat: no-repeat;
  top: 0;
}
.page404-content a {
  background: var(--blue);
  color: #fff;
}

#services-form-popup {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
  /* display: flex!important; */
  justify-content: center;
  align-items: center;
}
#services-form-popup.active {
  display: flex !important;
}

#services-form-popup .home7 .wpcf7 .wpcf7-submit {
  margin-top: 10px;
}
#services-form-information {
  visibility: hidden !important;
  display: none;
}

.mfile_udi {
  color: #2a1e33;
  font-size: 17px;
  font-weight: 300;
  display: flex;
  flex-direction: column;
  border: 1px solid #dbdee7;
  padding: 12px 25px;
  border-radius: 16px;
  background: #fff;
}

.mfile_udi .wpcf7-form-control-wrap {
  margin-top: 6px;
}

.mfile_udi .wpcf7-form-control.wpcf7-radio {
  display: flex;
  margin-top: 6px;
}

.mfile_udi .wpcf7-form-control.wpcf7-radio .wpcf7-list-item {
  margin: 0 20px 0px 0px;
}

.mfile_udi .wpcf7-form-control.wpcf7-radio .wpcf7-list-item label {
  display: flex;
  margin-bottom: 0;
}

.mfile_udi .wpcf7-form-control.wpcf7-radio .wpcf7-list-item label input {
  margin: 0 5px 0px 0px;
}

.dnd-progress-bar span {
  background: var(--blue);
  padding-right: 5px;
}
.dnd-upload-details .name {
  font-size: 13px;
}
.codedropz-upload-wrapper {
  margin-bottom: 20px;
}

.codedropz-upload-handler {
  border: 1px solid #dbdee7 !important;
  border-radius: 16px !important;
  background: #fff !important;
}

.codedropz-upload-container,
.codedropz-upload-handler {
  display: none !important;
}

.mfile_copy {
  cursor: pointer;
}

.dnd-upload-details em {
  display: none !important;
}
.dnd-progress-bar {
  display: none !important;
}

.dnd-upload-image {
  width: 16px !important;
  height: 16px !important;
}

.dnd-upload-image .file {
  height: 9px !important;
  width: 6px !important;
}

.codedropz-upload-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 37px;
}
.dnd-upload-details {
  width: unset !important;
}
.dnd-upload-status .dnd-upload-details .name {
  padding-right: 20px;
}

.mfile_copy {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.mfile_copy span:nth-child(1) {
  color: #fff;
  background: #53a7dc;
  border-radius: 30px;
  width: 27px;
  height: 27px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
}

.mfile_copy span:nth-child(2) {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 300;
  color: #2a1e33;
}

.dnd-upload-status {
  padding: 10px 0px 0px 0px;
}
.dnd-upload-status .dnd-upload-details .remove-file {
  top: 16px !important;
}

/* pricing table */
.mobile-table-pricing-offername {
  display: none;
}
@media screen and (max-width: 515px) {
  .mobile-table-pricing-offername {
    display: table-row;
    border-top: 1px solid #f9741c;
  }
  .mobile-table-pricing-offername td {
    display: table-cell !important;
    text-align: center !important;
    font-size: 14px !important;
  }
}
/* end */

/* .asw-7,.home7.home7bg{
	display: none!important;
} */

@font-face {
  font-family: "Poppins";
  src: url("/wp-content/themes/udi/fonts/Poppins-Medium.woff2") format("woff2"),
    url("/wp-content/themes/udi/fonts/Poppins-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("/wp-content/themes/udi/fonts/Poppins-Thin.woff2") format("woff2"),
    url("/wp-content/themes/udi/fonts/Poppins-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("/wp-content/themes/udi/fonts/Poppins-Regular.woff2") format("woff2"),
    url("/wp-content/themes/udi/fonts/Poppins-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("/wp-content/themes/udi/fonts/Poppins-Light.woff2") format("woff2"),
    url("/wp-content/themes/udi/fonts/Poppins-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("/wp-content/themes/udi/fonts/Poppins-Bold.woff2") format("woff2"),
    url("/wp-content/themes/udi/fonts/Poppins-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("/wp-content/themes/udi/fonts/Poppins-Black.woff2") format("woff2"),
    url("/wp-content/themes/udi/fonts/Poppins-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

/* submenu */
@media screen and (max-width: 1024px) {
  .menu-item-561:before {
    display: none;
  }
  .menu-item-2065 {
    display: block !important;
    width: 100%;
    text-align: center;
    padding: 0 !important;
    font-weight: 300;
    font-size: 14px;
  }
  .sub-menu .sub-menu {
    display: flex !important;
    padding: 0 !important;
  }
  .menu-item-561 {
    /*border-top: 1px solid var(--orange); border-bottom: 1px solid var(--orange);*/
    gap: 7px;
  }
}
@media screen and (min-width: 1024px) {
  .sub-menu ul.sub-menu {
    position: initial;
    padding: 0 !important ;
    width: 100%;
  }

  .sub-menu ul.sub-menu li {
    margin: 0;
  }

  .menu-item-561:before {
    top: 13px !important;
  }
}

.page-id-2318 .asw-3bg-bottom {
  display: none !important;
}
.page-id-2318 .asw-3-3:after {
  display: none !important;
}

.page-id-2318 .asw-3a-content h3 {
  margin: 55px 0 15px 0 !important;
}

.page-id-2318 .asw-3-2:after {
  top: 112px !important;
}

/*NOWE STYLE*/

.post-content h2,
.post-content h3 {
  scroll-margin: 100px;
}

.last-posts .lp-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}

.blog-post > p {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.categories {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.categories .category-post {
  border: 1px solid #53a7dc;
  padding: 5px 8px;
  border-radius: 30px;
}

.post-info {
  margin-top: 50px !important;
}

.category_list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.category_list .category-post:hover {
  background: #53a7dc;
  color: #fff;
}

.category_list .category-post {
  border: 1px solid #53a7dc;
  padding: 5px 8px;
  border-radius: 30px;
  transition: ease-in-out 0.3s;
}

.category_list .category-post.active {
  background: #25225e !important;
  border-color: #25225e !important;
  color: #fff !important;
}
.post_thumbnail {
  display: flex;
  align-items: center;
  justify-content: center;
}
.post_thumbnail img {
  max-width: 100%;
  width: 100%;
  object-fit: cover;
}

.post-sidebar .last-posts h6 {
  font-weight: bold;
  font-size: 21px;
  text-align: center;
}

@media screen and (max-width: 1150px) and (min-width: 800px) {
  .last-posts .lp-wrapper {
    grid-template-columns: 1fr 1fr !important;
  }
}

@media screen and (max-width: 800px) and (min-width: 300px) {
  .last-posts .lp-wrapper {
    grid-template-columns: 1fr !important;
  }
  .contents ol {
    padding-left: 0 !important;
  }
  .blog-post img {
    height: auto !important;
    width: 100% !important;
  }
}

.post-intro .breadcrumbs {
  margin-top: 0 !important;
}

.search-form {
  max-width: 400px !important;
  margin: 0 auto 60px auto !important;
}


.mfile_copy{
  display: none!important;
}



@media (max-width: 500px){
  .page-id-16 .contact-1{
    flex-direction: column;
    gap: 16px;

  }
}





.asw-3-content > div h3 span{
  font-weight: 300;
  margin: 20px 0;
  display: block;
}

.page-id-3974 .tswp-3 .asw-3-content{
  padding: 0 2%;
}


.page-id-3974 .asw-3bg-top{
  display: none!important;
}

.page-id-3974 .asw-3bg-bottom{
  display: none!important;
}

.page-id-8458 .asw-3-5:after{
  display: none!important;
}

.page-id-3974 .asw-3-2{
  display: flex;
  flex-direction: row-reverse;
  gap: 101px;
}

.page-id-3974 .asw-3-2 div{
  text-align: left;
}


.page-template-page-landing-template .home1{
  height: unset!important;
  margin-bottom: 50px;
}

.page-template-page-landing-template .home1-bg{
  padding-left: 70px;
}

.post-content ul ul li{
  position: unset!important;
  padding-left: 0!important;
}

.landing_buttons{
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 20px 45px;
  background: #fafcfd;
  border: 2px solid var(--blue);
  border-radius: 10px;
  margin: 0px auto;
}

.landing_list{
  padding: 0!important;
}

.landing_list ul{
  list-style: none;
}

.landing_list{
  flex-direction: column;
}

.landing_list ul li{
  position: relative;
  margin-bottom: 10px;
}

.landing_list ul li::before{
  content: "\f0da";
  font-family: "Font Awesome 6 Free";
  position: absolute;
  left: -27px;
  color: var(--blue);
  font-weight: 600 !important;
}



.page-template-page-landing-template .home1-bg{
  max-height: unset!important;
}

.page-template-page-landing-template .home1-bg img{
  top: 50% !important;
  transform: translate(0, -50%) !important;
}


.landing_list li span{
  margin-bottom: 12px;
  display: inline-block;
}

.landing_list li:not(:first-child){
  margin-top: 12px;
}

.page-template-page-landing-template .asw-3,.page-template-page-landing-template .asw-3a{
  margin-bottom: 65px;
}
.city-box{
  background-color: #f9741c;
  color: white;
  font-size: 16px;
  border-radius: 15px;
  padding: 8px 15px;

}
.container-cities{
  max-width: 1170px;
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.cities-section{
  margin-top: 60px;
}
@media screen and (max-width: 650px){
  .container-cities{
    gap: 10px;
    flex-direction: column;
  }
  .container-cities a{
    font-size: 14px;
    width: auto;
    padding: 5px 10px;
  }
}

body .home7.home7bg .container .left-col a{
  color: #53a7dc;
  text-decoration: none;
  font-weight: 600;
  transition: ease-in-out 0.1s;
}
body .home7.home7bg .container .left-col a:hover{
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 2px;

}
.hot-topics-list{
  display: flex;
  flex-direction: column;
  gap: 20px;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-color: orange;
  text-decoration-thickness: 1px;
  list-style-type: none;
}
.hot-topics-list li{
  position: relative;
  

}
.hot-topics-list li::before{
  content: '';
  height: 20px;
  width: 20px;
  background-image: url('https://wp-care.eu/wp-content/uploads/2024/07/fire.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: -30px;
  top: 5px;
}

.categories-container{

}
.categories-container h2{
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  margin: 0 0 60px 0;
  line-height: 50px;
}
.categories-container .categories-grid{
  max-width: 1170px;
  margin: 0 auto;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.categories-container .categories-grid .category-box{
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  z-index: 3;
}

.categories-grid .category-box:nth-child(2) img{
  width: 130px !important;
}

.page-template-page-knowledge section.home3 .container{
  display: flex;
  flex-direction: row-reverse;
}
.page-template-page-knowledge section.home3 .home3-bg{
  position: inherit;
  
}
.categories-container .categories-grid .category-box img{
  width: 150px;
  height: auto;
  object-fit: contain;
}

@media screen and (max-width: 1025px){
  .page-template-page-knowledge section.home3 .container{
    flex-direction: column;
  }
  .page-template-page-knowledge section.home3 .home3-bg{
    display: none;
  }
  .page-template-page-knowledge .home3-content{
width: 100%;
  }
  .page-template-page-knowledge .categories-container .categories-grid{
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
  .page-template-page-knowledge{

  }
  .page-template-page-knowledge{
    
  }
  .page-template-page-knowledge{

  }
  .page-template-page-knowledge{
    
  }
}
@media screen and (max-width: 470px){
  .page-template-page-knowledge .categories-container .categories-grid{
    grid-template-columns: repeat(1, 1fr);
  }
}

.ugp-1-bg{
  width: 50%;
  float: left;
}

@media screen and (max-width: 1300px) {
  .ugp-1-bg{
    width: 100%;
  }
  .ugp-1-bg img{
    margin: auto;
  }
}

.ugp-1-bg img{
  position: static;
  max-width: 790px;
  width: 100%;
  height: auto;
  display: block;
}

.ugp-2 .home-services-wrapper{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 50px;
}

.ugp-2 .home-services-wrapper .single-services:hover{
  transform: none;
}

.ugp-2 .home-services-wrapper .single-services:hover h3{
  color: #25225e;
}

.ugp-2 .home-services-wrapper .single-services{
  flex-basis: calc(40% - 50px);
}

@media screen and (max-width: 1000px) {
  .ugp-2 .home-services-wrapper .single-services{
    flex-basis: calc(50% - 50px);
  }
}

.ugp-2 .home-services-wrapper .single-services h3{
  text-align: left;
  padding-left: 30px;
}

@media screen and (max-width: 767px) {
  .ugp-2 .home-services-wrapper .single-services{
    flex-basis: 100%;
  }
  .ugp-2 .home-services-wrapper .single-services h3{
    text-align: center;
    margin: auto;
    width: fit-content;
  }
}

.ugp-2 .single-services h3::before {
  position: absolute;
  top: 1px;
  left: 0;
  font-size: 18px;
  color: var(--orange);
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}

.ugp-3-content p span{
  font-size: 17px;
  display: inline;
  color: var(--blue);
  font-weight: bold;
  width: unset;
  height: unset;
  text-align: unset;
  line-height: inherit;
  vertical-align: unset;
}

.ugp-3-content .asw-3-5::after{
  display: none;
}

.knowledge_posts_searcher{
  margin-bottom: 100px;
}

.knowledge_posts_searcher .top_bar{
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
  position: relative;
}

@media screen and (max-width: 1170px) {
  .knowledge_posts_searcher .top_bar{
    flex-direction: column;
    gap: 20px;
  }
}

.knowledge_posts_searcher .meta_tags{
  display: flex;
  gap: 15px;
}

.knowledge_posts_searcher .meta_tag{
  padding: 10px 15px;
  border-radius: 10px;
  cursor: pointer;
  border: 1px solid var(--orange);
  color: var(--orange);
  font-size: 14px;
  transition: all .2s ease-in-out;
}

@media screen and (max-width: 768px) {
  .knowledge_posts_searcher .meta_tags{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }

  .knowledge_posts_searcher .meta_tag{
    text-align: center;
  }
}

@media screen and (max-width: 450px) {
  .knowledge_posts_searcher .meta_tags{
    grid-template-columns: repeat(1, 1fr);
  }
}


.knowledge_posts_searcher .meta_tag:hover{
  background-color: #f9741c;
  color: white;
}

.knowledge_posts_searcher .meta_tag.selected_tag{
  background-color: var(--orange);
  color: white;
  padding: 10px 15px;
  border-radius: 10px;
}

.knowledge_posts_searcher .tag_searcher{
  width: 35%;
  position: relative;
}

@media screen and (max-width: 768px) {
  .knowledge_posts_searcher .tag_searcher{
    width: 100%;
  }
}

.knowledge_posts_searcher .knowledge_posts_container{
  display: grid;
  gap: 10px 30px;
  grid-template-columns: repeat(3, 1fr);
}

@media screen and (max-width: 600px){
  .knowledge_posts_searcher .knowledge_posts_container {
    display: grid;
    gap: 20px 30px;
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 450px){
  .knowledge_posts_searcher .knowledge_posts_container {
    display: grid;
    gap: 20px 30px;
    grid-template-columns: repeat(1, 1fr);
  }
}


.knowledge_posts_searcher .knowledge_posts_container a{
  display: block;
}

.knowledge_posts_searcher .knowledge_post_image img{
  width: 100%;
  height: auto;
}

.knowledge_posts_searcher .tag_searcher input{
  height: 100%;
  min-height: 45px;
  border-color: #25225e;
  color: #25225e;
  padding: 4px 35px !important;
  font-weight: 300;
  border-radius: 50px;
  font-family: "Poppins", sans-serif;
  border: 2px solid #dbdee7;
  width: 100%;
}

.knowledge_posts_searcher .bottom_content{
  display: flex;
  gap: 30px;
}


.knowledge_posts_container h4{
  font-size: 18px;
  font-weight: 700;
  margin: 0;
}

.knowledge_posts_container span.knowledge_post_date{
  font-size: 14px;
  font-weight: 300;
  color: #53a7dc;
  display: block;
  position: relative;
  margin: 0px 0 10px 0;
  padding-top: 10px;
}

.knowledge_posts_container span.knowledge_post_date::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 3px;
  width: 30px;
  background: var(--orange);
}

.knowledge_searcher_text{
  height: fit-content;
  min-width: 35%;
  width: 35%;
}

@media screen and (max-width: 1025px){
  .knowledge_posts_searcher .bottom_content{
    flex-direction: column;
  }
  .knowledge_searcher_text{
    width: 100%;
  }
}

  
@media screen and (min-width: 1025px) {
  .knowledge_searcher_text {
    position: sticky;
    top: 148px;
  }

  @media screen and (min-width: 1150px){
    .knowledge_searcher_text {
      position: sticky;
      top: 87px;
    }
  }
}

.knowledge_searcher_text h2{
  font-size: 36px !important;
}

.knowledge_tag_title{
  color: #f9741c;
  border: 2px solid #f9741c;
  font-weight: 300;
  padding: 10px 20px;
  border-radius: 50px;
  text-transform: uppercase;
  transition: 0.7s;
  display: inline-block;
  cursor: pointer;
}

.knowledge_tag_title:hover{
  color: #fff;
  background: #f9741c;
}

@media screen and (max-width: 768px) {
  .knowledge_tag_title{
    padding: 10px 5px;
  }
}

.knowledge_posts_searcher p {
  margin: 0;
  margin-bottom: 20px;
}

.knowledge_posts_searcher p span {
  color: var(--blue);
}

.knowledge_searcher_text h2  {
  font-size: 36px;
  font-weight: 700;
  margin: 0 0 30px 0;
  line-height: 50px;
}

.tag_searcher .fa-search{
  position: absolute;
  right: 0;
  top: 50%;
  width: 67px;
  height: 61px;
  text-align: center;
  line-height: 60px;
  font-size: 23px;
  color: var(--orange);
  cursor: pointer;
  transform: translate(0, -50%);
}

.page-id-4901 .home3-content-wrapper{
  background: none;
  height: fit-content;
  margin-top: 0;
  padding-top: 0;
}

/* .page-id-4901 .home7bg{
  display: none;
}

@media screen and (max-width: 1800px) {
  .page-id-4901 .home3-content-wrapper {
    height: 1035px;
    margin-top: -255px;
    padding-top: 270px;
  }
}

@media screen and (max-width: 1500px) {
  .page-id-4901 .home3-content-wrapper {
    height: 860px;
    margin-top: -250px;
    padding-top: 250px;
  }
}

@media screen and (max-width: 1300px) {
  .page-id-4901 .home3-content-wrapper {
    height: 860px;
    margin-top: -250px;
    padding-top: 250px;
  }
}

@media screen and (max-width: 1025px) {
  .page-id-4901 .home3-content-wrapper {
    height: 670px;
    margin-top: -200px;
    padding-top: 200px;
  }
}

@media screen and (max-width: 600px) {
  .page-id-4901 .home3-content-wrapper {
    height: 800px;
  }
} */

.page-id-4901 .home3{
  margin-bottom: 0;
}

.all_posts_button_container{
  margin-top: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.all_posts_button_container .tag_see_all_button{
  margin-right: 0;
}

@media screen and (min-width: 1300px) {
  .uwo_page_template .asw-1-bg img{
    max-width: 100% !important;
    position: relative;
    left: unset !important;
    top: 50% !important;
    transform: translate(0, -50%);

  }
  
  .uwo_page_template .asw-1-bg{
    left: unset !important;
  }
  
  .uwo_page_template .asw-1 .container{
    gap: 10px;
    width: 100%;
    max-width: unset;
  }
  
  .uwo_page_template .asw-1 .container .asw-1-content{
    max-width: 585px;
  }
}

.uwo_page_template .asw-3-content {
  width: 100%;
  font-weight: 300;
  font-size: 17px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}

.uwo_page_template .asw-3-content > div {
  width: 100%;
  padding-left: 30px;
  font-weight: 300;
  font-size: 17px;
}

.uwo_page_template .wwp-3-add-data a {
  position: relative;
  z-index: 4;
}
.uwo_page_template .asw-3 .container {
  z-index: 4;
}

@media screen and (max-width: 700px) {
  .uwo_page_template .asw-3-content {
    grid-template-columns: repeat(1, 1fr);
  }
}

.uwo_page_template .dist3 {
  padding: 20px 45px;
  background: #fdfbf9;
  border: 2px solid var(--orange);
  border-radius: 10px;
  margin: 75px 0;
}

.uwo_page_template .dist3 h4 {
  margin-top: 15px;
  color: #25225e;
}

.uwo_page_template .dist3 a, .uwo_page_template .dist1 a, .uwo_page_template .dist2 a {
  position: relative;
  z-index: 4;
}

.uwo_page_template .dist1 {
  padding: 20px 45px;
  background: #fafcfd;
  border: 2px solid var(--blue);
  border-radius: 10px;
  margin: 75px 0;
}
.uwo_page_template .dist1 h4 {
  margin-top: 15px;
  color: #25225e;
}
.uwo_page_template .dist1 a.btn-blue {
  color: #fff;
  margin-top: 20px;
  text-decoration: none;
}
.uwo_page_template .dist1 a.btn-blue:hover {
  color: var(--blue);
}

.uwo_page_template .dist1 >div{
  display: block;
  width: fit-content;
  margin: auto;
}


.uwo_page_template .opt-4.home7.home7bg{
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
  padding-top: 350px;
}

.page-id-5780.uwo_page_template .opt-4.home7.home7bg{
  padding-top: 300px;
}

.uwo_page_template .opt-4 img, .uwo_page_template .opt-4 .container{
  width: 45%;
  height: auto;
  max-width: 585px;
  margin: unset;
}

.uwo_page_template .opt-4 .container .opt-4-content{
  float: unset;
  width: 100%;
  max-width: 585px;
}

@media screen and (max-width: 1024px) {
  .uwo_page_template .opt-4.home7.home7bg{
    flex-direction: column;
    margin-top: -260px !important;
    padding-top: 160px !important;
  }
  
  .uwo_page_template .opt-4 img{
    display: block;
    position: absolute;
    opacity: 0.1;
    right: 0;
  }

  .uwo_page_template .opt-4 .container{
    width: 90%;
    margin: auto;
    max-width: unset;
  }
  
  .uwo_page_template .opt-4 .container .opt-4-content{
    max-width: unset;
  }
}

.uwo_page_template .asw-3a{
  margin-bottom: 50px;
}

.uwo_page_template .home4-offers.uwo_8_bundles .offer1, .uwo_page_template .home4-offers .offer3{
  height: 740px;
}

.uwo_page_template .home4-offers.uwo_8_bundles .offer2{
  height: 820px;
}

.uwo_page_template .home4-offers.uwo_8_bundles > div button{
  bottom: 30px;
}

.uwo_page_template .home4-offers.uwo_8_bundles ul{
  padding-right: 30px;
}

.uwo_page_template .home4-offers.uwo_8_bundles ul li{
  text-align: left;
  color: #4e5675;
  font-weight: 300;
  line-height: 1.5;
  font-size: 17px;
  margin-bottom: 10px;
}

@media screen and (min-width: 1150px) and (max-width: 1280px) {
  .uwo_page_template .home4-offers.uwo_8_bundles ul li{
    font-size: 16px;
    margin-bottom: 5px;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1150px) {
  .uwo_page_template .home4-offers.uwo_8_bundles ul li{
    font-size: 15px;
    margin-bottom: 5px;
  }
}

/* Audyt Narzędzi Marketingowych */

.page-id-5913 .bsw-4 .asw-3-2 div{
  margin-right: 70px;
}

.page-id-5913 .bsw-4 .asw-3-2{
  margin-bottom: 90px;
}

.page-id-5906 .asw-3-1{
  margin-bottom: 150px;
}


/* Audyt Stron i Sklepów Internetowych */

.page-id-5906 .bsw-4 .asw-3-2 div{
  margin-right: 15px;
}

.page-id-5906 .bsw-4 .asw-3-2{
  margin-bottom: 100px;
}

/* Wdrożenie zaleceń SEO na Stronie Internetowej */

.page-id-5899 .asw-3-1{
  margin-bottom: 100px;
}

.page-id-5899 .bsw-4 .asw-3-2 div{
  margin-right: 15px;
}

.page-id-5899 .bsw-4 .asw-3-2{
  margin-bottom: 100px;
}

/* Audyt SEO Stron Internetowych */

.page-id-5890 .asw-3-1{
  margin-bottom: 90px;
}

.page-id-5890 .bsw-4 .asw-3-2 div{
  margin-right: 40px;
}

.page-id-5890 .bsw-4 .asw-3-2{
  margin-bottom: 70px;
}

.page-id-5890 .asw-3-1:after{
  top: 145px;
}

/* Audyt Kampanii Internetowych SEM */

.page-id-5882 .asw-3-1{
  margin-bottom: 45px;
}

.page-id-5882 .bsw-4 .asw-3-2 div{
  margin-right: 45px;
}

.page-id-5882 .bsw-4 .asw-3-2{
  margin-bottom: 95px;
}

.page-id-8435 .uwo_page_template >.gray-line,
.page-id-8443 .uwo_page_template >.gray-line{
  display: none;
  margin-bottom: 0;
}

.page-id-8435 .uwo_page_template,
.page-id-8443 .uwo_page_template{
  display: flex;
  flex-direction: column;
}

.page-id-8435 .uwo_page_template .asw-6,
.page-id-8443 .uwo_page_template .asw-6{
  margin-bottom: 0;
  margin-top: 50px;
}

.page-id-8435 .uwo_page_template .asw-6 .faq-wrapper
.page-id-8443 .uwo_page_template .asw-6 .faq-wrapper{
  margin-bottom: 0;
}

.page-id-8435 .uwo_page_template .opt-4.home7 .container,
.page-id-8443 .uwo_page_template .opt-4.home7 .container{
  width: 100%;
  max-width: 1100px;
}

.page-id-8435 .uwo_page_template .opt-4.home7 .container .opt-4-content,
.page-id-8443 .uwo_page_template .opt-4.home7 .container .opt-4-content{
  width: 100%;
  max-width: 100%;
  padding: 0 20px;
}

@media screen and (max-width: 989px) {
  .page-id-8435 .uwo_page_template .opt-4.home7 .container .opt-4-content,
  .page-id-8443 .uwo_page_template .opt-4.home7 .container .opt-4-content{
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .page-id-8435 .uwo_page_template .opt-4.home7 .container,
  .page-id-8443 .uwo_page_template .opt-4.home7 .container{
    font-size: 16px;
  }
}

.page-id-8435 .uwo_page_template .opt-4.home7.home7bg,
.page-id-8443 .uwo_page_template .opt-4.home7.home7bg{
  margin-top: -290px;
  padding-top: 400px;
}

@media screen and (max-width: 768px) {
  .page-id-8435 .uwo_page_template .opt-4.home7.home7bg,
  .page-id-8443 .uwo_page_template .opt-4.home7.home7bg{
    background-image: none;
    min-height: unset !important;
    margin: 50px 0 !important;
    padding-top: unset !important;
  }
}

.page-id-8435 .uwo_page_template section:nth-child(1){
  order: 1;
}

.page-id-8435 .uwo_page_template section:nth-child(2){
  order: 2;
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .page-id-8435 .uwo_page_template section:nth-child(2){
    margin-bottom: 0;
  }
}

.page-id-8435 .uwo_page_template section:nth-child(3){
  order: 3;
}

.page-id-8435 .uwo_page_template section:nth-child(4){
  order: 4;
}

.page-id-8435 .uwo_page_template section:nth-child(5){
  order: 5;
}

.page-id-8435 .uwo_page_template section:nth-child(6){
  order: 7;
}

.page-id-8435 .uwo_page_template section:nth-child(7){
  order: 8;
}
.page-id-8435 .uwo_page_template section:nth-child(8){
  order: 6;
}

@media screen and (max-width: 768px) {
  .page-id-8435 .uwo_page_template section:nth-child(8){
    padding-bottom: 0 !important;
  }
}


#contact_countries{
  margin: 50px auto;
}

#contact_countries .contact_countries_title{
  font-size: 18px;
  text-align: center;
  margin: 0 0 50px;
  font-weight: 700;
}

.grid-2-col{
  display: flex;
  justify-content: center;
  gap: 80px;
}

#contact_countries .grid-2-col .col >p a{
  color: #f9741c;
}

#contact_countries svg{
  width: 18px;
  height: 18px;
}

@media screen and (max-width: 1200px) {
  #contact_countries .grid-2-col .col >p{
    font-size: 14px;
  }

  #contact_countries svg{
    width: 14px;
    height: 14px;
  }
}

@media screen and (max-width: 900px) {
  #contact_countries .grid-2-col{
    gap: 0;
    flex-direction: column;
    width: fit-content;
    margin: 0 auto;
  }

  #contact_countries .contact_countries_title{
    font-size: 16px;
  }

  #contact_countries .grid-2-col .col >p{
    text-align: center;
  }

  #contact_countries .grid-2-col .col >p:first-child{
    margin-top: 0;
  }
}

.post-content .post-table table{
  border-spacing: 20px;
  border-collapse: collapse;
  background: #fdfbf9;
  border-radius: 10px;
  margin: 30px 0;
  width: 100%;
  display: table;
}

.post-content .post-table table th, .post-content .post-table table td{
  text-align: left;
  border-left: 1px solid #f9741c;
  border-right: 1px solid #f9741c;
  padding: 10px;
  box-sizing: border-box;
}

.post-content .post-table table tr{
  border-top: 1px solid #f9741c;
  border-bottom: 1px solid #f9741c;
}

@media screen and (max-width: 768px) {
  .post-content .post-table {
    overflow-x: auto;
    overflow-y: hidden;
  }

  .post-content .post-table table th{
    white-space: nowrap;
  }
}