/*
    Theme Name: Marketize
    Theme URI: http://underscores.me/
    Author: Bartosz Chomont
    Author URI: http://marketize.pl
    Description: Autorski motyw stworzony przez Marketize.pl
    Version: 1.0.4
    Tested up to: 5.4
    Requires PHP: 5.6
    License: GNU General Public License v2 or later
    License URI: LICENSE
    Text Domain: marketize
    Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/





.splide__container {
	box-sizing: border-box;
	position: relative;
}

.splide__list {
	backface-visibility: hidden;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	margin: 0 !important;
	padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
	display: block;
}

.splide__pagination {
	-ms-flex-align: center;
	align-items: center;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0;
	pointer-events: none;
}

.splide__pagination li {
	display: inline-block;
	line-height: 1;
	list-style-type: none;
	margin: 0;
	pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
	display: none;
}

.splide__progress__bar {
	width: 0;
}

.splide {
	position: relative;
	visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
	visibility: visible;
}

.splide__slide {
	backface-visibility: hidden;
	box-sizing: border-box;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	list-style-type: none !important;
	margin: 0;
	position: relative;
}

.splide__slide img {
	vertical-align: bottom;
}

.splide__spinner {
	animation: splide-loading 1s linear infinite;
	border: 2px solid #999;
	border-left-color: transparent;
	border-radius: 50%;
	bottom: 0;
	contain: strict;
	display: inline-block;
	height: 20px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 20px;
}

.splide__sr {
	clip: rect(0 0 0 0);
	border: 0;
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
	display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
	display: inline;
}

.splide__track {
	overflow: hidden;
	position: relative;
	z-index: 0;
}

@keyframes splide-loading {
	0% {
		transform: rotate(0);
	}
	to {
		transform: rotate(1turn);
	}
}

.splide__track--draggable {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
	margin: 0 !important;
	opacity: 0;
	z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
	opacity: 1;
	z-index: 1;
}

.splide--rtl {
	direction: rtl;
}

.splide__track--ttb > .splide__list {
	display: block;
}

.splide__arrow {
	-ms-flex-align: center;
	align-items: center;
	background: #ccc;
	border: 0;
	border-radius: 50%;
	cursor: pointer;
	display: -ms-flexbox;
	display: flex;
	height: 2em;
	-ms-flex-pack: center;
	justify-content: center;
	opacity: .7;
	padding: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 2em;
	z-index: 1;
}

.splide__arrow svg {
	fill: #000;
	height: 1.2em;
	width: 1.2em;
}

.splide__arrow:hover:not(:disabled) {
	opacity: .9;
}

.splide__arrow:disabled {
	opacity: .3;
}

.splide__arrow:focus-visible {
	outline: 3px solid #0bf;
	outline-offset: 3px;
}

.splide__arrow--prev {
	left: 1em;
}

.splide__arrow--prev svg {
	transform: scaleX(-1);
}

.splide__arrow--next {
	right: 1em;
}

.splide.is-focus-in .splide__arrow:focus {
	outline: 3px solid #0bf;
	outline-offset: 3px;
}

.splide__pagination {
	bottom: .5em;
	left: 0;
	padding: 0 1em;
	position: absolute;
	right: 0;
	z-index: 1;
}

.splide__pagination__page {
	background: #ccc;
	border: 0;
	border-radius: 50%;
	display: inline-block;
	height: 8px;
	margin: 3px;
	opacity: .7;
	padding: 0;
	position: relative;
	transition: transform .2s linear;
	width: 8px;
}

.splide__pagination__page.is-active {
	background: #fff;
	transform: scale(1.4);
	z-index: 1;
}

.splide__pagination__page:hover {
	cursor: pointer;
	opacity: .9;
}

.splide__pagination__page:focus-visible {
	outline: 3px solid #0bf;
	outline-offset: 3px;
}

.splide.is-focus-in .splide__pagination__page:focus {
	outline: 3px solid #0bf;
	outline-offset: 3px;
}

.splide__progress__bar {
	background: #ccc;
	height: 3px;
}

.splide__slide {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.splide__slide:focus {
	outline: 0;
}

@supports (outline-offset: -3px) {
	.splide__slide:focus-visible {
		outline: 3px solid #0bf;
		outline-offset: -3px;
	}
}

@media screen and (-ms-high-contrast: none) {
	.splide__slide:focus-visible {
		border: 3px solid #0bf;
	}
}

@supports (outline-offset: -3px) {
	.splide.is-focus-in .splide__slide:focus {
		outline: 3px solid #0bf;
		outline-offset: -3px;
	}
}

@media screen and (-ms-high-contrast: none) {
	.splide.is-focus-in .splide__slide:focus {
		border: 3px solid #0bf;
	}
	.splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
		border-color: #0bf;
	}
}

.splide__toggle {
	cursor: pointer;
}

.splide__toggle:focus-visible {
	outline: 3px solid #0bf;
	outline-offset: 3px;
}

.splide.is-focus-in .splide__toggle:focus {
	outline: 3px solid #0bf;
	outline-offset: 3px;
}

.splide__track--nav > .splide__list > .splide__slide {
	border: 3px solid transparent;
	cursor: pointer;
}

.splide__track--nav > .splide__list > .splide__slide.is-active {
	border: 3px solid #000;
}

.splide__arrows--rtl .splide__arrow--prev {
	left: auto;
	right: 1em;
}

.splide__arrows--rtl .splide__arrow--prev svg {
	transform: scaleX(1);
}

.splide__arrows--rtl .splide__arrow--next {
	left: 1em;
	right: auto;
}

.splide__arrows--rtl .splide__arrow--next svg {
	transform: scaleX(-1);
}

.splide__arrows--ttb .splide__arrow {
	left: 50%;
	transform: translate(-50%);
}

.splide__arrows--ttb .splide__arrow--prev {
	top: 1em;
}

.splide__arrows--ttb .splide__arrow--prev svg {
	transform: rotate(-90deg);
}

.splide__arrows--ttb .splide__arrow--next {
	bottom: 1em;
	top: auto;
}

.splide__arrows--ttb .splide__arrow--next svg {
	transform: rotate(90deg);
}

.splide__pagination--ttb {
	bottom: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	left: auto;
	padding: 1em 0;
	right: .5em;
	top: 0;
}












.description-advantages-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

@media (max-width: 768px) {
	.description-advantages-row {
		flex-direction: column;
		align-items: flex-start;
	}
}

.description-advantages-icons, .description-advantages-content {
	flex: 0 0 48%;
}

@media (max-width: 768px) {
	.description-advantages-icons, .description-advantages-content {
		flex-basis: 100%;
	}
}

@media (max-width: 768px) {
	.description-advantages-icons {
		margin-bottom: 20px;
	}
}

.description-advantages-icon {
	display: flex;
	align-items: center;
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 30px;
}

@media (max-width: 768px) {
	.description-advantages-icon {
		margin-bottom: 20px;
	}
}

.description-advantages-icon:last-child {
	margin-bottom: 0;
}

.description-advantages-icon__image {
	margin-right: 15px;
}

.services-list {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(225px, 1fr));
	grid-gap: 40px;
	font-size: 14px;
	line-height: 1.6em;
	font-weight: 500;
	color: #666;
	padding-left: 0;
}

.services-list__item {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}

.services-list__icon {
	margin-bottom: 30px;
	height: 64px;
	object-fit: contain;
}

.services-list__title {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 20px;
	margin-top: 0;
	color: #000000;
}

.services-button {
	display: flex;
	justify-content: center;
	margin-top: 75px;
}

@media (max-width: 768px) {
	.team {
		padding-left: 30px;
		padding-right: 30px;
	}
}

.team__title {
	text-align: center;
	margin-bottom: 50px;
	margin-top: 0;
}

.team .splide {
	max-width: 1920px;
	margin: 0 auto;
}

.team-member__name {
	margin-top: 0;
	margin-bottom: 10px;
}

.team-member__content {
	font-size: 14px;
	padding: 1rem 1.5rem;
	border: 2px solid #303030;
}

.team-member__description {
	text-transform: uppercase;
	line-height: 1.6em;
}

.team img {
	width: 100%;
}

.team .splide__arrow {
	position: initial;
	width: auto;
	height: auto;
	background: none;
	border: 0;
	transform: none;
	color: #fff;
	font-size: 30px;
}

.team .splide__arrow:hover, .team .splide__arrow:focus {
	color: #E09900;
}

.team .splide__arrow--prev {
	margin-right: 10px;
}

.team .splide__arrows {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	width: 100%;
	margin-bottom: 20px;
}

.splide-inline-arrows .splide__arrow {
	position: initial;
	width: auto;
	height: auto;
	background: none;
	border: 0;
	transform: none;
	font-size: 1.4rem;
}

.splide-inline-arrows .splide__arrow:hover, .splide-inline-arrows .splide__arrow:focus {
	color: #e09900;
}

.splide-inline-arrows .splide__arrows {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 40px auto 0;
	max-width: 400px;
	width: 100%;
}






.input-field {
	width: 100%;
	padding: 20px 15px;
	border: 0;
	outline: 0;
	border: 1px solid #676767;
	font-weight: 500;
	background-color: transparent;
	font-size: 16px;
	font-family: "Montserrat";
	background-color: #fff;
	border-radius: 10px;
}

.input-field.wpcf7-not-valid {
	border-color: red;
}

.input-field--textarea {
	height: auto;
	min-height: 143px;
	resize: vertical;
}

.cf7--footer .input-field {
	background-color: transparent;
	border: 0;
	border-bottom: 1px solid #fff;
	border-radius: 0;
	color: #fff;
	font-size: 14px;
	padding: 20px 0;
}

.cf7--footer .cf7-row {
	margin-bottom: 20px;
}

.cf7-row {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 30px;
}

.cf7-row__single {
	flex-basis: 50%;
}

.cf7-row__single--full {
	flex-basis: 100%;
}

.cf7-row .wpcf7-list-item {
	margin: 0;
	font-size: 1rem;
}

.cf7-row label {
	cursor: pointer;
}

.cf7-row .wpcf7-list-item span {
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
}

.cf7-row .wpcf7-list-item span::before {
	content: '';
	width: 0.8rem;
	height: 0.8rem;
	display: inline-flex;
	border: 1px solid #3c3c3c;
	margin-right: 0.5rem;
	vertical-align: middle;
	transition: all 0.3s ease;
}

.cf7-row .wpcf7-list-item input[type='checkbox'] {
	position: absolute;
	left: 0;
	opacity: 0.01;
}

.cf7-row .wpcf7-list-item input[type='checkbox']:checked ~ span::before {
	background-color: #3c3c3c;
}

.cf7--contact {
	text-align: left;
}

.wpcf7-not-valid-tip {
	margin-top: 10px;
}