h1 {
	font-weight:bold;
	margin-bottom:40px;
	display:block;
}
h2 {
	font-size:28px !important;
	font-family: poppins;
	line-height: 1.5em;
	color: #2B7BE7;
	font-weight: 700 !important;
}
main.post-2225, main.site-main {
	background-color: #F9F9F9;
	width:100% !important;
	max-width: 100% !important;
}
.categories-wrap ul, .categories-wrap li {
	list-style: none;
    padding: 0;
}
.partnerlogo {
		max-height:60px;
		margin-right:50px;
}
.contact-box a {
	color:#fff !important;
}
.arrow-button:hover svg, .more-link:hover svg, .more:hover svg {
    margin-left: 25px !important;
}
.arrow-button svg {
    margin-left: 20px;
}
.arrow-button svg, .more-link svg, .more svg {
    transition: margin-left .5s !important;
}
.contact-box a:hover, .content-wrap a:hover {
	text-decoration:none;
}
@media (min-width: 1200px) {
    main .container {
        max-width: 1680px !important;
		padding: 70px 0
    }
}

.catalog {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .catalog {
    margin-bottom: 80px;
  }
}
.catalog .b2b-left-column-wrap {
  padding: 15px 25px;
  background-color: #273754;
  border-radius: 20px;
  margin-bottom: 16px;
}
@media only screen and (min-width: 768px) {
  .catalog .b2b-left-column-wrap {
    padding: 28px 30px;
  }
}
.catalog .catalog-row {
  margin-left: -31px;
  margin-right: -31px;
}
@media only screen and (min-width: 992px) {
  .catalog .catalog-row {
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media only screen and (min-width: 1200px) {
  .catalog .catalog-row {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media only screen and (min-width: 1600px) {
  .catalog .catalog-row {
    margin-left: -31px;
    margin-right: -31px;
  }
}
.catalog .catalog-row .col {
  padding-left: 31px;
  padding-right: 31px;
}
@media only screen and (min-width: 992px) {
  .catalog .catalog-row .col {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media only screen and (min-width: 1200px) {
  .catalog .catalog-row .col {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 1600px) {
  .catalog .catalog-row .col {
    padding-left: 31px;
    padding-right: 31px;
  }
}
.catalog .header-b2b {
  font-size: 1.125rem;
  line-height: 1.5625rem;
  font-weight: 700;
  margin-bottom: 16px;
  color: #fff;
  display: none;
}
@media only screen and (min-width: 768px) {
  .catalog .header-b2b {
    font-size: 1.25rem;
    line-height: 1.75rem;
    display: block;
  }
}
.catalog .header-b2b.top {
  margin-bottom: 0;
  display: block;
  padding-right: 30px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .catalog .header-b2b.top {
    padding-right: 0;
  }
  .catalog .header-b2b.top:after {
    display: none;
  }
}
.catalog .header-b2b.top::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  background-image: url(../images/chevron_down_how_to_start_mobile.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.catalog .header-b2b.top.active::after {
  transform: rotate(180deg);
}
.catalog .header-b2b svg {
  float: right;
  margin-top: 4px;
  margin-right: 8px;
}
.catalog .categories-wrap {
  margin-bottom: 28px;
}
.catalog .categories-wrap:first-of-type {
  margin-bottom: 0;
}
.catalog .categories-wrap:nth-of-type(2) {
  padding-top: 28px;
  display: none;
}
@media only screen and (min-width: 768px) {
  .catalog .categories-wrap:nth-of-type(2) {
    display: block;
  }
}
.catalog .categories-wrap ul {
  display: none;
  padding-top: 16px;
}
@media only screen and (min-width: 768px) {
  .catalog .categories-wrap ul {
    display: block;
  }
}
.catalog .categories-wrap ul li {
  margin-bottom: 8px;
}
.catalog .categories-wrap ul li a {
  display: block;
  padding-right: 5px;
  border-radius: 5px;
}
.catalog .categories-wrap ul li a.current {
  background-color: #273754;
}
.catalog .categories-wrap ul li a.current .name, .catalog .categories-wrap ul li a.current .count {
  color: #4289E8;
}
.catalog .categories-wrap ul li a.current img.default {
  display: none;
}
.catalog .categories-wrap ul li a.current img.picked {
  display: block;
}
.catalog .categories-wrap ul li a img {
  float: left;
  width: 33px;
  height: 33px;
  object-fit: contain;
  margin-right: 10px;
}
.catalog .categories-wrap ul li a img.default {
  display: block;
}
.catalog .categories-wrap ul li a img.picked {
  display: none;
}
.catalog .categories-wrap ul li a .name {
  color: #fff;
  float: left;
  width: calc(100% - 90px);
  font-size: 1.25rem;
  line-height: 120%;
  margin-bottom: 10px;
  vertical-align: middle;
}
@media only screen and (min-width: 992px) {
  .catalog .categories-wrap ul li a .name {
    font-size: 1rem;
    line-height: 120%;
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 1200px) {
  .catalog .categories-wrap ul li a .name {
    font-size: 1rem;
    line-height: 120%;
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 1600px) {
  .catalog .categories-wrap ul li a .name {
    font-size: 1.25rem;
    line-height: 120%;
    margin-bottom: 10px;
  }
}
.catalog .categories-wrap ul li a .count {
  color: #fff;
  float: right;
  font-size: 1.25rem;
  line-height: 2.0625rem;
  vertical-align: middle;
}
@media only screen and (min-width: 992px) {
  .catalog .categories-wrap ul li a .count {
    font-size: 1rem;
    line-height: 2.0625rem;
  }
}
@media only screen and (min-width: 1200px) {
  .catalog .categories-wrap ul li a .count {
    font-size: 1rem;
    line-height: 2.0625rem;
  }
}
@media only screen and (min-width: 1600px) {
  .catalog .categories-wrap ul li a .count {
    font-size: 1.25rem;
    line-height: 2.0625rem;
  }
}
.simplebar-content label {
	line-height:100%;
}

.catalog .categories-wrap .services-list {
  max-height: 200px;
  overflow-y: auto;
  padding-right: 25px;
  position: relative;
  /*.simplebar-track.simplebar-vertical{

  }*/
}
.catalog .categories-wrap .services-list::after {
  content: "";
  position: absolute;
  display: block;
  right: 4px;
  top: 0;
  height: 100%;
  width: 2px;
  background-color: #4289E8;
}
.catalog .categories-wrap .services-list label {
  display: block;
  margin-bottom: 5px;
  position: relative;
}
.catalog .categories-wrap .services-list label.checked::after {
  display: block;
}
.catalog .categories-wrap .services-list label::before, .catalog .categories-wrap .services-list label::after {

}
.catalog .categories-wrap .services-list label::before {
  display: block;
}
.catalog .categories-wrap .services-list label::after {

}
.catalog .categories-wrap .services-list label .count {
  float: right;
}
.catalog .categories-wrap .services-list label .service-checkbox {
  margin-top: 0;
  vertical-align: middle;
  opacity: 1;
}
.catalog .categories-wrap .services-list label .name, .catalog .categories-wrap .services-list label .count {
  color: #fff;
  font-size: 1.25rem;
  line-height: 100%;
  margin-bottom: 15px;
}
@media only screen and (min-width: 992px) {
  .catalog .categories-wrap .services-list label .name, .catalog .categories-wrap .services-list label .count {
    font-size: 1rem;
    line-height: 100%;
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 1200px) {
  .catalog .categories-wrap .services-list label .name, .catalog .categories-wrap .services-list label .count {
    font-size: 1rem;
    line-height: 100%;
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 1600px) {
  .catalog .categories-wrap .services-list label .name, .catalog .categories-wrap .services-list label .count {
    font-size: 1.25rem;
    line-height: 100%;
    margin-bottom: 15px;
  }
}
.catalog .categories-wrap .services-list .simplebar-scrollbar {
  background-color: #4289E8;
  border-radius: 2px;
  height: 40px !important;
}
.catalog .categories-wrap .services-list .simplebar-scrollbar::before {
  display: none;
}
.catalog .categories-wrap .clear-filters-wrap {
  padding-top: 10px;
  display: none;
}
@media only screen and (min-width: 768px) {
  .catalog .categories-wrap .clear-filters-wrap {
    display: block;
  }
}
.catalog .categories-wrap .clear-filters-wrap .clear-services-filters {
  color: #fff;
  text-decoration: underline;
}
.catalog .categories-wrap .clear-filters-wrap .clear-services-filters:hover {
  text-decoration: none;
}
.catalog .search-wrap {
  position: relative;
  display: none;
  /*margin-bottom: 20px;
  @include devices(extraLarge){
      margin-bottom: 100px;
  }
  @include devices(biggest){
      margin-bottom: 200px;
  }*/
}
@media only screen and (min-width: 768px) {
  .catalog .search-wrap {
    display: block;
  }
}
.catalog .search-wrap input[type=text] {
  padding-right: 60px;
  height: 42px;
  padding: 5px 10px;
  font-size: 1.25rem;
  line-height: 2.0625rem;
  width: 100%;
  font-family: "Barlow", sans-serif;
}
.catalog .search-wrap .search-btn {
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 24px;
  height: 24px;
  display: block;
}
.catalog .contact-box {
  background-color: #008F8F;
  border-radius: 20px;
  padding: 26px 25px 24px 25px;
}
@media only screen and (min-width: 768px) {
  .catalog .contact-box {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 56px 45px 44px 45px;
  }
}
@media only screen and (min-width: 992px) {
  .catalog .contact-box {
    padding: 32px 25px 42px 25px;
  }
}
@media only screen and (min-width: 1600px) {
  .catalog .contact-box {
    padding: 56px 45px 44px 45px;
  }
}
.catalog .contact-box .text {
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-weight: 700;
  color:#fff;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .catalog .contact-box .text {
    font-size: 1.375rem;
    line-height: 1.75rem;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .catalog .contact-box .text {
    font-size: 1.875rem;
    line-height: 2rem;
  }
}
@media only screen and (min-width: 1600px) {
  .catalog .contact-box .text {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
.catalog .contact-box .arrow-button {
  margin-top: auto;
}
.catalog .contact-box .arrow-button span {
  font-size: 1.125rem;
  line-height: 1.5625rem;
  font-weight: 700;
  color: #fff;
  vertical-align: middle;
}
.catalog .contact-box .arrow-button svg {
  margin-left: 10px;
  vertical-align: middle;
  /*@include devices(large){
      margin-left: 0;
  }*/
  /*@include devices(extraLarge){
      margin-left: 20px;
  }*/
}

.companies-row {
  margin-left: -30px;
  margin-right: -30px;
  margin-bottom: 40px;
}
@media only screen and (min-width: 992px) {
  .companies-row {
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media only screen and (min-width: 1600px) {
  .companies-row {
    margin-left: -30px;
    margin-right: -30px;
  }
}
.companies-row .col {
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .companies-row .col {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 992px) {
  .companies-row .col {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media only screen and (min-width: 1600px) {
  .companies-row .col {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.companies-row .col-wrap {
  height: 100%;
  /*border-top-left-radius: 10px;
  border-top-right-radius: 10px;*/
  /*border-left: 1px solid #E3E3F5;
  border-right: 1px solid #E3E3F5;
  border-bottom: 1px solid #E3E3F5;*/
  background-color: #fff;
  border-radius: 20px;
  overflow: hidden;
}
.companies-row .col-wrap.partner {
  border-radius: 0;
  border-top: 1px solid #4289E8;
}
.companies-row .col-wrap .category-wrap {
  background-color: #4289E8;
  padding: 8px 11px 8px 30px;
  position: relative;
}
.companies-row .col-wrap .category-wrap img {
  position: absolute;
  left: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.companies-row .col-wrap .category-wrap .name {
  /*@include font-size(16);
  @include line-height(22);*/
  font-weight: 400;
  color: #fff;
  font-size: 1.25rem;
  line-height: 2.0625rem;
}
@media only screen and (min-width: 992px) {
  .companies-row .col-wrap .category-wrap .name {
    font-size: 1rem;
    line-height: 2.0625rem;
  }
}
@media only screen and (min-width: 1200px) {
  .companies-row .col-wrap .category-wrap .name {
    font-size: 1rem;
    line-height: 2.0625rem;
  }
}
@media only screen and (min-width: 1600px) {
  .companies-row .col-wrap .category-wrap .name {
    font-size: 1.25rem;
    line-height: 2.0625rem;
  }
}
.companies-row .col-wrap .content-wrap {
  padding: 38px 30px 30px 30px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  height: calc(100% - 38px);
}
@media only screen and (min-width: 992px) {
  .companies-row .col-wrap .content-wrap {
    padding: 28px 20px 20px 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .companies-row .col-wrap .content-wrap {
    padding: 38px 30px 30px 30px;
  }
}
.companies-row .col-wrap .img-wrap {
  text-align: center;
  margin-bottom: 20px;
}
.companies-row .col-wrap .img-wrap img {
  width: auto;
  height: 61px;
  object-fit: contain;
}
.companies-row .col-wrap .name {
  /*@include font-size(26);
  @include line-height(32);
  font-weight: 700;
  margin-bottom: 8px;*/
  font-family:poppins;
  font-size: 1.25rem;
  line-height: 0.375rem;
  font-weight: 400;
  margin-bottom: 15px;
}
@media only screen and (min-width: 992px) {
  .companies-row .col-wrap .name {
    font-size: 1.5rem;
    line-height: 1.4375rem;
  }
}
@media only screen and (min-width: 1200px) {
  .companies-row .col-wrap .name {
    font-size: 1.375rem;
    line-height: 1.75rem;
  }
}
@media only screen and (min-width: 1600px) {
  .companies-row .col-wrap .name {
    font-size: 1.625rem;
    line-height: 2rem;
    margin-bottom: 20px;
  }
}
.companies-row .col-wrap .excerpt {
  /*@include font-size(18);
  @include line-height(25);
  margin-bottom: 25px;*/
  color: #5A5A5E;
  font-size: 1.125rem;
  line-height: 1.5625rem;
  font-weight: 400;
  margin-bottom: 10px;
}
@media only screen and (min-width: 1200px) {
  .companies-row .col-wrap .excerpt {
    margin-bottom: 27px;
  }
}
@media only screen and (min-width: 1600px) {
  .companies-row .col-wrap .excerpt {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
.companies-row .col-wrap .arrow-button {
  margin-top: auto;
}
.companies-row .col-wrap .arrow-button span {
  font-size: 1.125rem;
  line-height: 1.875rem;
  vertical-align: middle;
  color: #2B7BE7;
  font-weight: 700;
}
.companies-row .col-wrap .arrow-button svg {
  vertical-align: middle;
  margin-left: 20px;
}
@media only screen and (min-width: 1200px) {
  .companies-row .col-wrap .arrow-button svg {
    margin-left: 10px;
  }
}
@media only screen and (min-width: 1600px) {
  .companies-row .col-wrap .arrow-button svg {
    margin-left: 20px;
  }
}

.no-posts-found {
  font-size: 1.875rem;
  line-height: 2.625rem;
  font-weight: 700;
}

.wiecej {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 1.3em;
    color: #008F8F !important;
}
.news-section {
	margin-bottom:40px
}
.wpis {
    background-color: #FFFFFF;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #D9D9D9;
    border-radius: 20px;
    padding: 20px;
}
.wpis img {
	border-radius: 20px !important;
	margin-bottom:20px;
}
.wpistitle {
	font-size:22px;
	font-family: poppins;
	font-weight:500;
	color:#000;
}
.section-header-wrap-new {
    font-weight: bold !important;
    color: #2B7BE7 !important;
	font-family:poppins;
	font-size:28px;
	display:block;
	margin:50px auto;
	text-align:center;
}

.partners-section {
  margin-bottom: 60px;
  background-color: #F9F9F9;
  padding-top: 60px;
}

.wpistitle {
	font-weight:bold;
}

@media only screen and (min-width: 992px) {
  .partners-section {
    padding-top: 66px;
    margin-bottom: 60px;
  }
}
@media only screen and (min-width: 1200px) {
  .partners-section {
    padding-top: 86px;
    margin-bottom: 100px;
  }
}