body,
html {
	overflow-x: hidden;
	margin: 0;
	padding: 0;
	background: #2D2828;
}

html {
	font-family: "Ubuntu", sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	box-sizing: border-box;
}

body {
	font-size: 16px;
	line-height: 1.7142857143em;
	text-align: center;
	color: #FFFFFF;
}

p {
	font-size: 16px;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
	text-decoration: none;
	color: #00ABE9;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: 700;
}

dfn {
	font-style: italic;
}

h8 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #FFFF00;
	color: #000000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select {
	color: inherit;
	font: inherit;
	margin: 0;
}

textarea {
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid silver;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: 700;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

legend,
td,
th {
	padding: 0;
}

*,
::after,
::before {
	box-sizing: inherit;
}

* {
	outline: none;
}

html.blockedPage,
html.blockedPage body {
	overflow-y: hidden;
}

.content {
	max-width: 1800px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: 5;
}

@media screen and (max-width: 1900px) {
	.content {
		max-width: 1600px;
	}
}

@media screen and (max-width: 1600px) {
	.content {
		max-width: 1400px;
	}
}

@media screen and (max-width: 1400px) {
	.content {
		max-width: 1250px;
	}
}

.content::after {
	clear: both;
	content: "";
	display: table;
}

.blocker h1,
.blocker h3,
.content h1,
.content h3 {
	font-family: "acumin-pro-condensed", Arial, sans-serif;
	color: #2D2828;
}

.blocker h1,
.content .h3,
.content h1 {
	color: #FFFFFF;
	text-align: center;
	text-transform: uppercase;
	display: inline-block;
	margin-bottom: 60px;
	line-height: 1.2em;
	font-size: 2.5714285714em;
	font-weight: 600;
}

@media screen and (min-width: 800px) {
	.blockerh1::after,
	.blocker h1::before,
	.content .h3::before,
	.content .h3::after,
	.content h1::after,
	.content h1::before {
		content: "";
		height: 6px;
		width: 70px;
		margin: 0 22px;
		background: #00ABE9;
		display: inline-block;
		vertical-align: middle;
	}
}

.content .h3 {
	font-size: 23px;
	margin: 15px auto 20px;
	text-align: center;
	width: 100%;
}

@media screen and(max-width: 479px) {
	.blocker h1,
	.content h1 {
		font-size: 2em;
	}
}

.blocker h3,
.content h3 {
	font-size: 1.7142857143em;
	font-weight: 500;
}

.blocker h4,
.content h4 {
	font-size: 1.2857142857em;
	color: #2D2828;
}

.main-content {
	margin-bottom: 40px;
	position: relative;
	z-index: 3;
}

@media screen and (max-width: 992px) {
	.main-content {
		padding: 0px 5px;
		padding-top: 40px;
	}

	.banner--page {
		display: none;
	}

	.banner--gallery {
		display: none;
	}

	.banner-about {
		display: none;
	}

	.banner-offer {
		display: none;
	}
}

@media screen and (min-width: 800px) {
	.main-content {
		padding: 0 20px;
	}

	.main-content::after {
		content: "";
		display: block;
		position: absolute;
		bottom: -117px;
		height: 200px;
		border-bottom: 6px solid #00ABE9;
		background: #2D2828;
		/*-webkit-transform:rotate(-5deg);transform:rotate(-5deg);*/
		width: 110%;
		z-index: 4;
		left: -20px;
		right: 0;
		margin: 0 auto;
	}
}

.banner--page {
	height: 480px;
	position: relative;
}

.banner--page h8 {
	margin-top: 0;
}

.banner--about {
	background-image: url(../img/banner-about.jpg);
}

.banner--offer {
	background-image: url(../img/banner-offer.jpg);
}

.banner--gallery {
	background-image: url(../img/banner-about.jpg);
}

@media screen and (min-width: 800px) {
	.banner::after {
		content: "";
		display: block;
		position: absolute;
		bottom: -100px;
		height: 200px;
		border-top: 6px solid #00ABE9;
		background: #2D2828;
		-webkit-transform: rotate(-5deg);
		transform: rotate(-5deg);
		width: 110%;
		z-index: 2;
		left: 0;
		right: 0;
		margin: 0 auto;
	}
}

.slide {
	height: 100%;
	width: 100%;
	overflow: auto;
	background-size: cover;
	display: table;
	padding-bottom: 3%;
}

.slide > div {
	display: table-cell;
	vertical-align: middle;
	color: #FFFFFF;
	padding: 20px;
	background: -webkit-linear-gradient(
			top,
			rgba(0, 0, 0, 0.25) 0%,
			transparent 52%,
			transparent 100%
	);
	background: linear-gradient(
			to bottom,
			rgba(0, 0, 0, 0.25) 0%,
			transparent 52%,
			transparent 100%
	);
}

.slide h8,
.slide h1 {
	font-size: 3em;
	font-weight: 500;
	text-transform: uppercase;
	text-shadow: 0.5px 0.866px 1px rgba(0, 0, 0, 0.6);
	line-height: 1em;
	margin-top: 90px !important;
}

@media screen and (min-width: 800px) {
	.slide h1 {
		font-size: 3em;
		margin-top: 50px;
	}
}

.slide p {
	font-size: 2.0714285714em;
	line-height: 1.1538461538em;
	font-weight: 300;
	text-shadow: 0.5px 0.866px 1px rgba(0, 0, 0, 0.8);
	max-width: 640px;
	margin: 0 auto;
}

.blocker {
	z-index: 10;
	background-color: rgba(0, 0, 0, 0.9);
}

.modal {
	border-radius: 0;
	width: auto;
	max-width: 960px;
	text-align: center;
}

.modal__content {
	text-align: left;
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 15px;
}

.modal__content::after {
	clear: both;
	content: "";
	display: table;
}

@media screen and (min-width: 800px) {
	.modal__img {
		float: left;
		display: block;
		margin-right: 1.2383900929%;
		width: 39.2569659443%;
	}

	.modal__img:last-child {
		margin-right: 0;
	}
}

@media screen and (max-width: 799px) {
	.modal__img {
		float: left;
		display: block;
		margin-right: 1.5527950311%;
		width: 100%;
		margin-bottom: 15px;
	}

	.modal__img:last-child {
		margin-right: 0;
	}
}

.modal__img img {
	max-width: 100%;
	margin: 0 auto;
	display: block;
}

.modal__img .characteristics__link {
	display: block;
	text-align: center;
}

@media screen and (max-width: 799px) {
	.modal__img .characteristics__link {
		margin-bottom: 10px;
	}
}

@media screen and (min-width: 800px) {
	.modal__txt {
		float: left;
		display: block;
		margin-right: 1.2383900929%;
		width: 59.5046439628%;
	}

	.modal__txt:last-child {
		margin-right: 0;
	}
}

@media screen and (max-width: 799px) {
	.modal__txt {
		float: left;
		display: block;
		margin-top: 150px;
		margin-right: 1.5527950311%;
		width: 100%;
	}

	.modal__txt:last-child {
		margin-right: 0;
	}
}

.modal__txt p:first-child {
	margin-top: 0;
}

nav {
	position: absolute;
	top: 0;
	left: 12px;
	width: 100%;
	z-index: 10;
	margin-top: 35px;
}

nav .topbar,
nav ul li.logo a::before {
	display: none;
}

nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}

nav ul li {
	display: inline-block;
	vertical-align: middle;
	margin: 0 15px;
}

/* nav ul li{display:inline-block;vertical-align:middle;margin:0 35px} */
nav a {
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	position: relative;
	padding: 5px;
}

nav ul li ul li a {
	text-transform: none;
}

.characteristics {
	color: #FFFFFF;
}

.row-3,
.row {
	display: block;
	width: 100%;
	overflow: hidden;
	position: relative;
	margin: 0 0 20px;
	text-align: left;
}

.row .rbox {
	display: block;
	float: left;
	width: calc(50% - 20px);
	margin: 0 10px 20px;
}

.box-container {
	max-width: 100% !important;
	display: flex;
  align-items: center;
  margin-bottom: 60px;
}

.custom-h3 {
	margin-top: 0;
}

.image-box img {
	min-width: 100% !important;
}

.custom-h3 a:hover {
	color: #fff;
}

@media screen and (max-width: 850px) {
	.row .rbox {
		width: calc(100% - 20px);
	}

	.detailing-box .row {
		text-align: center;
	}
}

@media screen and (max-width: 799px) {
	.row .rbox {
		margin: 0px 0px 20px;
		width: 100%;
	}
	.box-container {
		flex-wrap: wrap;
	}
	.custom-h3 {
		text-align: center;
	}

	.characteristics__link {
		text-align: center;
		margin: 0 auto;
	  display: block !important;
	  width: fit-content;
	}
}

.row-3 img,
.row .rbox img {
	width: 100%;
	height: auto;
	border-radius: 10px;
}

.row .rbox {
	font-size: 16px;
	line-height: 1.3;
}

.rbtn {
	display: inline-block;
	margin: 0 auto;
	min-width: 260px;
	text-align: center;
	border: 3px solid #00ABE9;
	font-size: 18px;
	line-height: 1;
	padding: 15px 20px;
}

.rbtn:hover {
	background-color: #00ABE9;
}

.detailing-box .rbtn {
	color: #FFFFFF;
}

.detailing-box .rbtn:hover {
	color: #FFFFFF;
}

.row table {
	width: 100%;
	border: 0;
	max-width: 450px;
	margin: 0 auto 10px;
}

.row table th,
.row table td {
	border-bottom: 1px solid #00ABE9;
	border-right: 1px solid #00ABE9;
	padding: 10px;
}

.row table th:last-child,
.row table td:last-child {
	border-right: none;
}

.row table tr:last-child th,
.row table tr:last-child td {
	border-bottom: none;
}

.detailing-box img {
	max-width: 380px;
	border-radius: 10px;
}

.detailing-box .row {
	max-width: 840px;
	margin-left: auto;
	margin-right: auto;
}

.detailing-box h1 {
	margin-bottom: 10px;
}

.subtitle {
	margin-top: 0;
	font-size: 20px !important;
}

.subtitle::after,
.subtitle::before {
	display: none !important;
}

.row-3 > div {
	display: inline-block;
	float: left;
	width: calc(33.33% - 20px);
	margin: 0 10px 20px;
}

@media screen and (max-width: 850px) {
	.detailing-box .row {
		text-align: center;
	}
}

@media screen and (max-width: 799px) {
	.gallery-box > div {
		width: calc(100% - 20px);
		text-align: center;
	}

	.gallery-box img {
		max-width: 450px;
	}
}

@media screen and (min-width: 800px) {
	nav a::before {
		content: "";
		display: block;
		position: absolute;
		margin: 0 auto;
		bottom: 0;
		left: 0;
		right: 0;
		height: 3px;
		width: 0;
		background: #FFFFFF;
		-webkit-transition: all 200ms ease;
		transition: all 200ms ease;
	}

	nav a:hover::before {
		width: 100%;
	}
}

@media screen and (max-width: 992px) {
	nav {
		top: 0;
		left: 0;
		right: 0;
		margin: 0;
		position: fixed;
		height: 60px;
		padding: 0;
		background: rgba(45, 40, 40, 0);
		-webkit-transition: background 200ms ease;
		transition: background 200ms ease;
	}

	nav .box-menu {
		position: fixed;
		overflow-y: auto;
		top: 60px !important;
		bottom: 0 !important;
		right: -400px;
		text-align: left;
		width: 357px;
	}

	nav .box-menu > ul {
		padding: 20px;
		text-align: left;
		width: 340px;
		margin: 0 !important;
		background: rgba(0, 171, 233, 0.95);
	}

	nav.scrolled {
		background: rgba(45, 40, 40, 0.95);
	}

	nav .logo img,
	nav .topbar {
		display: block;
	}

	nav .topbar::after {
		clear: both;
		content: "";
		display: table;
	}

	nav .hamburger,
	nav .logo {
		float: left;
		padding: 10px 20px;
		box-sizing: content-box;
	}

	nav .hamburger {
		float: right;
		padding: 23px 20px;
		height: 14px;
		width: 20px;
		position: relative;
		cursor: pointer;
	}

	nav .hamburger::before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		margin: auto;
		height: 14px;
		width: 20px;
		background: url(/img/menu.png) no-repeat center center;
		background-size: 100%;
	}
}

@media screen and (max-width: 799px) and (min-height: 500px) {
	nav ul::before {
		content: "";
		display: block;
		width: 100%;
		height: 60px;
		background: url(/img/logo.png) no-repeat top center;
		background-size: auto 80%;
		border-bottom: 4px solid rgba(255, 255, 255, 0.5);
		padding-bottom: 20px;
	}
}

@media screen and (max-width: 992px) {
	nav ul li,
	nav ul li a {
		display: block;
		width: 100%;
	}

	nav ul li {
		font-size: 1.2em;
		margin: 0;
	}

	nav ul li a {
		text-transform: none;
		height: 60px;
		line-height: 60px;
		border-bottom: 1px solid rgba(255, 255, 255, 0.5);
		padding: 0;
	}

	nav ul .logo {
		display: none;
	}
}

.main-footer {
	background: url(../img/footer-bg.png);
	color: #FFFFFF;
}

.main-footer h1 {
	color: #FFFFFF;
	margin: 0 0 50px;
}

@media screen and (max-width: 1023px) {
	.main-footer h1 {
		display: none;
	}
}

.main-footer h1::after,
.main-footer h1::before {
	background-color: #979797;
}

.quick-contact {
	padding: 180px 0 55px;
}

@media screen and (max-width: 799px) {
	.quick-contact {
		padding-top: 60px;
	}
}

@media screen and (min-width: 1024px) {
	.quick-contact .contact-company {
		float: left;
		display: block;
		margin-right: 1.5527950311%;
		width: 23.8354037267%;
		margin-left: 13.3881987578%;
	}

	.quick-contact .contact-company:last-child {
		margin-right: 0;
	}
}

@media screen and (min-width: 651px) and (max-width: 1023px) {
	.quick-contact .contact-company {
		float: left;
		display: block;
		margin-right: 1.5527950311%;
		width: 49.2236024845%;
	}

	.quick-contact .contact-company:last-child {
		margin-right: 0;
	}
}

@media screen and (max-width: 650px) {
	.contact-company {
		margin-top: 150px !important;
	}

	.quick-contact .contact-company {
		float: left;
		display: block;
		width: 100%;
		margin-bottom: 20px;
		text-align: center;
	}

	.quick-contact .contact-company:last-child {
		margin-right: 0;
	}

	.quick-contact .contact-numbers {
		text-align: center;
		margin-bottom: 20px;
	}
}

@media screen and (min-width: 651px) {
	.quick-contact .contact-numbers {
		float: left;
		display: block;
		width: 350px;
		font-size: 16px;
		padding: 20px 0 0 20px;
	}

	.quick-contact .contact-map {
		float: right;
		display: block;
		width: calc(100% - 380px);
	}
}

footer .content::after {
	content: unset;
}

.copyright {
	font-family: "acumin-pro-condensed", Arial, sans-serif;
	font-size: 1.1428571429em;
	font-weight: 300;
	color: #979797;
	border-top: 1px solid rgba(255, 255, 255, 0.3);
	padding: 0 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.copyright p:first-child {
	display: block;
}

.copyright p:first-child:last-child {
	margin-right: 0;
}

.copyright p:last-child {
	display: block;
}

.copyright p:last-child:last-child {
	margin-right: 0;
}

@media screen and (max-width: 567px) {
	.copyright {
		flex-wrap: wrap;
	}

	footer .copyright p:first-child {
		order: 1;
		width: 50%;
	}

	footer .copyright .policy {
		order: 4;
		width: 100%;
	}

	footer .copyright p:last-child {
		order: 1;
		width: 50%;
	}
}

.consent {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	margin-bottom: 16px;
	width: 100%;
	cursor: pointer;
}

.consent input {
	width: 16px;
	height: 16px;
}

.checkbox-label {
	font-size: 12px;
	line-height: 1.4;
	width: 100%;
	cursor: pointer;
}

.copyright a {
	font-weight: 500;
	color: inherit;
	text-decoration: none;
}

.copyright a:hover {
	color: #00ABE9;
}

.overlay {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: #FFFFFF;
	z-index: 9999;
	display: table;
}

.offer__tile > div > div > span,
.overlay > div {
	display: table-cell;
	vertical-align: middle;
}

.sk-folding-cube {
	margin: 20px auto;
	width: 40px;
	height: 40px;
	position: relative;
	-webkit-transform: rotateZ(45deg);
	transform: rotateZ(45deg);
}

.sk-folding-cube .sk-cube {
	float: left;
	width: 50%;
	height: 50%;
	position: relative;
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.sk-folding-cube .sk-cube:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #00ABE9;
	-webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
	animation: sk-foldCubeAngle 2.4s infinite linear both;
	-webkit-transform-origin: 100% 100%;
	transform-origin: 100% 100%;
}

.sk-folding-cube .sk-cube2 {
	-webkit-transform: scale(1.1) rotateZ(90deg);
	transform: scale(1.1) rotateZ(90deg);
}

.sk-folding-cube .sk-cube3 {
	-webkit-transform: scale(1.1) rotateZ(180deg);
	transform: scale(1.1) rotateZ(180deg);
}

.sk-folding-cube .sk-cube4 {
	-webkit-transform: scale(1.1) rotateZ(270deg);
	transform: scale(1.1) rotateZ(270deg);
}

.sk-folding-cube .sk-cube2:before {
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
}

.sk-folding-cube .sk-cube3:before {
	-webkit-animation-delay: 0.6s;
	animation-delay: 0.6s;
}

.sk-folding-cube .sk-cube4:before {
	-webkit-animation-delay: 0.9s;
	animation-delay: 0.9s;
}

@-webkit-keyframes sk-foldCubeAngle {
	0%,
	10% {
		-webkit-transform: perspective(140px) rotateX(-180deg);
		transform: perspective(140px) rotateX(-180deg);
		opacity: 0;
	}

	25%,
	75% {
		-webkit-transform: perspective(140px) rotateX(0deg);
		transform: perspective(140px) rotateX(0deg);
		opacity: 1;
	}

	90%,
	to {
		-webkit-transform: perspective(140px) rotateY(180deg);
		transform: perspective(140px) rotateY(180deg);
		opacity: 0;
	}
}

@keyframes sk-foldCubeAngle {
	0%,
	10% {
		-webkit-transform: perspective(140px) rotateX(-180deg);
		transform: perspective(140px) rotateX(-180deg);
		opacity: 0;
	}

	25%,
	75% {
		-webkit-transform: perspective(140px) rotateX(0deg);
		transform: perspective(140px) rotateX(0deg);
		opacity: 1;
	}

	90%,
	to {
		-webkit-transform: perspective(140px) rotateY(180deg);
		transform: perspective(140px) rotateY(180deg);
		opacity: 0;
	}
}

.home-container {
	position: absolute;
	top: 76%;
	left: 0;
	width: 100%;
}

@media screen and (max-width: 799px) {
	.home-container {
		top: 0% !important;
	}

	.banner--slider {
		display: none;
	}
}

.banner--slider {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	box-sizing: border-box;
}

@media screen and (min-width: 800px) {
	.banner--slider {
		height: 80%;
		padding: 0;
	}
}

.banner--slider .slide {
	padding-bottom: 10%;
}

.owl-carousel {
	height: 100%;
}

.owl-carousel .owl-item,
.owl-carousel .owl-stage,
.owl-carousel .owl-stage-outer {
	height: inherit;
}

.characteristics {
	list-style: none;
}

.characteristics,
.characteristics li {
	margin: 0;
	padding: 0;
}

@media screen and (min-width: 1024px) {
	.characteristics li {
		float: left;
		display: block;
		margin-right: 1.5527950311%;
		width: 23.8354037267%;
	}

	.characteristics li:last-child {
		margin-right: 0;
	}
}

@media screen and (min-width: 651px) and (max-width: 1023px) {
	.characteristics li {
		float: left;
		display: block;
		margin-right: 1.5527950311%;
		width: 49.2236024845%;
	}

	.characteristics li:last-child {
		margin-right: 0;
	}

	.characteristics li:nth-child(2n) {
		margin-right: 0;
	}

	.characteristics li:nth-child(2n + 1) {
		clear: left;
	}

	.characteristics li:first-child,
	.characteristics li:nth-child(2) {
		margin-bottom: 40px;
	}
}

@media screen and (max-width: 650px) {
	.characteristics li {
		float: left;
		display: block;
		margin-right: 1.5527950311%;
		width: 100%;
		margin-bottom: 40px;
	}

	.characteristics li:last-child {
		margin-right: 0;
	}

	.characteristics li:nth-child(n) {
		margin-right: 0;
	}

	.characteristics li:last-child {
		margin-bottom: 0;
	}
}

.characteristics li::before {
	content: "";
	display: inline-block;
	height: 62px;
}

.characteristics__offer::before {
	background-image: url(../img/icons/offer.png);
	width: 86px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
	.characteristics__offer::before {
		background: url(../img/icons/offer@2x.png);
		background-size: 100%;
	}
}

.characteristics__about::before {
	background-image: url(../img/icons/about.png);
	width: 72px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
	.characteristics__about::before {
		background: url(../img/icons/about@2x.png);
		background-size: 100%;
	}
}

.characteristics__gallery::before {
	background-image: url(../img/icons/gallery.png);
	width: 56px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
	.characteristics__gallery::before {
		background: url(../img/icons/gallery@2x.png);
		background-size: 100%;
	}
}

.characteristics__contact::before {
	background-image: url(../img/icons/contact.png);
	width: 40px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
	.characteristics__contact::before {
		background: url(../img/icons/contact@2x.png);
		background-size: 100%;
	}
}

.characteristics h3 {
	margin: 0.5em 0 0.8em;
}

.characteristics p {
	color: #FFFFFF;
	height: 100px;
}

.characteristics__link,
.characteristics__link::after {
	display: inline-block;
	-webkit-transition: all 200ms ease;
	transition: all 200ms ease;
}

.characteristics__link {
	font-family: "acumin-pro-condensed", Arial, sans-serif;
	font-size: 1.2857142857em;
	padding: 0 22px;
	line-height: 40px;
	box-sizing: border-box;
	border: 3px solid #00ABE9;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: 500;
	margin-top: 10px;
	height: 48px;
}

.characteristics__link::after {
	content: "";
	width: 20px;
	height: 13px;
	background: url(../img/icons/arrow.png) no-repeat 0 0;
	margin-left: 10px;
	vertical-align: middle;
	position: relative;
	top: -1px;
}

/*@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min-device-pixel-ratio:2){
	.characteristics__link::after{background:url(../img/icons/arrow@2x.png);background-size:100%}}*/
.characteristics__link:hover {
	background: #00ABE9;
	color: #FFFFFF;
}

.characteristics__link:hover::after {
	background-position: 0 0;
}

@media screen and (min-width: 800px) {
	.about-us__img,
	.about-us__txt {
		float: left;
		display: block;
		margin-right: 1.5527950311%;
		width: 49.2236024845%;
	}

	.about-us__img:last-child,
	.about-us__txt:last-child {
		margin-right: 0;
	}
}

@media screen and (max-width: 799px) {
	.about-us__img,
	.about-us__txt {
		float: left;
		display: block;
		margin-right: 1.5527950311%;
		width: 100%;
	}

	.about-us__img:last-child,
	.about-us__txt:last-child {
		margin-right: 0;
	}
}

.about-us__img img {
	max-width: 100%;
}

.about-us__txt {
	text-align: left;
}

.about-us__txt em {
	font-size: 1.1428571429em;
}

.gallery .img {
	box-shadow: inset 0 0 0 0 #00ABE9;
	-webkit-transition: box-shadow 200ms ease;
	transition: box-shadow 200ms ease;
	position: relative;
}

.yt-box {
	float: left;
	display: block;
	overflow: hidden;
	position: relative;
}

.yt-box iframe {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
}

@media screen and (min-width: 1024px) {
	.gallery .img {
		float: left;
		display: block;
		margin-right: 1.2383900929%;
		width: 19.0092879257%;
		padding-bottom: 19.00929%;
		margin-bottom: 1.23839%;
	}

	.gallery .img:last-child {
		margin-right: 0;
	}

	.gallery .img:nth-child(5n) {
		margin-right: 0;
	}

	.gallery .img:nth-child(5n + 1) {
		clear: left;
	}
}

@media screen and (min-width: 651px) and (max-width: 1023px) {
	.gallery .img {
		float: left;
		display: block;
		margin-right: 1.5527950311%;
		width: 23.8354037267%;
		padding-bottom: 23.8354%;
		margin-bottom: 1.5528%;
	}

	.gallery .img:last-child {
		margin-right: 0;
	}

	.gallery .img:nth-child(4n) {
		margin-right: 0;
	}

	.gallery .img:nth-child(4n + 1) {
		clear: left;
	}
}

@media screen and (max-width: 799px) {
	.modal__img img {
		display: none;
	}

	.modal__img img:first-child {
		display: block !important;
	}
}

.scrollup {
	display: none;
	position: fixed;
	background-color: #00ABE9;
	right: 30px;
	bottom: 30px;
	width: 40px;
	height: 40px;
	cursor: pointer;
	z-index: 1000;
	border-radius: 50%;
	padding: 8px;
}

.scrollup--phone {
	display: block;
	left: 30px;
}

.scrollup--phone::before {
	display: block;
	margin-top: 0.2rem;
}

@media screen and (min-width: 800px) {
	.scrollup--phone {
		display: none !important;
	}
}

.scrollup:hover {
	background-color: #00ABE9D9;
}

.fa {
	color: white;
	font-size: 20px;
}

@media screen and (max-width: 650px) {
	.gallery .img {
		float: left;
		display: block;
		margin-right: 1.5527950311%;
		width: 49.2236024845%;
		padding-bottom: 49.2236%;
		margin-bottom: 1.5528%;
	}

	.gallery .img:last-child {
		margin-right: 0;
	}

	.gallery .img:nth-child(2n) {
		margin-right: 0;
	}

	.gallery .img:nth-child(2n + 1) {
		clear: left;
	}
}

.gallery .img img {
	max-width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

.gallery .img:hover {
	box-shadow: inset 0 0 0 8px #00ABE9;
}

.offer__tile {
	margin-bottom: 2.08117%;
	padding-bottom: 15%;
	background-position: center center;
	background-size: 100% auto;
	-webkit-transition: all 400ms ease;
	transition: all 400ms ease;
	position: relative;
	display: block;
	text-decoration: none;
	font-family: "acumin-pro-condensed", Arial, sans-serif;
	line-height: 1.2em;
	font-size: 2.1428571429em;
	color: #FFFFFF;
}

@media screen and (min-width: 1024px) {
	.offer__tile {
		float: left;
		display: block;
		margin-right: 2.0811654527%;
		width: 31.9458896982%;
	}

	.offer__tile:last-child {
		margin-right: 0;
	}

	.offer__tile:nth-child(3n) {
		margin-right: 0;
	}

	.offer__tile:nth-child(3n + 1) {
		clear: left;
	}
}

@media screen and (min-width: 651px) and (max-width: 1023px) {
	.offer__tile {
		float: left;
		display: block;
		margin-right: 1.5527950311%;
		width: 49.2236024845%;
	}

	.offer__tile:last-child {
		margin-right: 0;
	}

	.offer__tile:nth-child(2n) {
		margin-right: 0;
	}

	.offer__tile:nth-child(2n + 1) {
		clear: left;
	}
}

@media screen and (max-width: 650px) {
	.offer__tile {
		float: left;
		display: block;
		margin-right: 1.5527950311%;
		width: 100%;
		padding-bottom: 25%;
		font-size: 1.7857142857em;
	}

	.offer__tile:last-child {
		margin-right: 0;
	}

	.offer__tile:nth-child(n) {
		margin-right: 0;
	}
}

.contact-wrapper,
.offer__tile > div {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.offer__tile > div {
	height: 100%;
	background-color: rgba(0, 0, 0, 0.75);
	-webkit-transition: all 400ms ease;
	transition: all 400ms ease;
}

.offer__tile > div > div {
	display: table;
	height: 100%;
	width: 100%;
}

.offer__tile:hover {
	background-size: 120% auto;
}

.offer__tile:hover > div {
	background-color: rgba(0, 0, 0, 0.55);
}

.contact-wrapper {
	color: #FFFFFF;
	min-height: 100%;
	display: table;
}

@media screen and (min-width: 800px) {
	.contact-wrapper {
		padding: 20px;
	}
}

.contact-wrapper > div {
	background: url(../img/footer-bg.png);
	display: table-cell;
	width: 100%;
	height: 100%;
}

.contact-wrapper .banner::after,
.contact-wrapper .main-content::after {
	display: none;
}

.contact-wrapper .main-content {
	margin-top: -90px;
	padding: 0 20px;
}

.contact-wrapper .copyright {
	position: absolute;
	width: 100%;
	bottom: 0;
	margin: 0 auto;
	left: 0;
	right: 0;
}

@media screen and (min-width: 800px) {
	.contact-wrapper .copyright {
		bottom: 20px;
	}
}

@media screen and (max-width: 1306px) {
	.contact-wrapper .copyright {
		padding: 0 40px;
	}
}

.offer__tile1 {
	margin-bottom: 2.08117%;
	padding-bottom: 15%;
	background-position: center center;
	background-size: 100% auto;
	-webkit-transition: all 400ms ease;
	transition: all 400ms ease;
	position: relative;
	display: block;
	text-decoration: none;
	font-family: "acumin-pro-condensed", Arial, sans-serif;
	line-height: 1.2em;
	font-size: 2.1428571429em;
	color: #FFFFFF;
}

@media screen and (min-width: 1024px) {
	.offer__tile {
		float: left;
		display: block;
		margin-right: 2.0811654527%;
		width: 31.9458896982%;
	}

	.offer__tile:last-child {
		margin-right: 0;
	}

	.offer__tile:nth-child(3n) {
		margin-right: 0;
	}

	.offer__tile:nth-child(3n + 1) {
		clear: left;
	}
}

@media screen and (min-width: 651px) and (max-width: 1023px) {
	.offer__tile {
		float: left;
		display: block;
		margin-right: 1.5527950311%;
		width: 49.2236024845%;
	}

	.offer__tile:last-child {
		margin-right: 0;
	}

	.offer__tile:nth-child(2n) {
		margin-right: 0;
	}

	.offer__tile:nth-child(2n + 1) {
		clear: left;
	}
}

@media screen and (max-width: 650px) {
	.offer__tile {
		float: left;
		display: block;
		margin-right: 1.5527950311%;
		width: 100%;
		padding-bottom: 25%;
		font-size: 1.7857142857em;
	}

	.offer__tile:last-child {
		margin-right: 0;
	}

	.offer__tile:nth-child(n) {
		margin-right: 0;
	}
}

.contact-wrapper,
.offer__tile > div {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.offer__tile > div {
	height: 100%;
	background-color: rgba(0, 0, 0, 0.75);
	-webkit-transition: all 400ms ease;
	transition: all 400ms ease;
}

.offer__tile > div > div {
	display: table;
	height: 100%;
	width: 100%;
}

.offer__tile:hover {
	background-size: 120% auto;
}

.offer__tile:hover > div {
	background-color: rgba(0, 0, 0, 0.55);
}

.contact-wrapper {
	color: #FFFFFF;
	min-height: 100%;
	display: table;
}

@media screen and (min-width: 800px) {
	.contact-wrapper {
		padding: 20px;
	}
}

.contact-wrapper > div {
	background: url(../img/footer-bg.png);
	display: table-cell;
	width: 100%;
	height: 100%;
}

.contact-wrapper .banner::after,
.contact-wrapper .main-content::after {
	display: none;
}

.contact-wrapper .main-content {
	margin-top: -90px;
	padding: 0 20px;
}

.contact-wrapper .copyright {
	position: absolute;
	width: 100%;
	bottom: 0;
	margin: 0 auto;
	left: 0;
	right: 0;
}

@media screen and (min-width: 800px) {
	.contact-wrapper .copyright {
		bottom: 20px;
	}
}

@media screen and (max-width: 1306px) {
	.contact-wrapper .copyright {
		padding: 0 40px;
	}
}

.contact-company strong {
	font-size: 1.6em;
	line-height: 115%;
	color: #00ABE9;
	display: block;
	margin-bottom: 20px;
}

.contact-company address {
	font-style: normal;
	font-size: 1.2857142857em;
	white-space: pre-line;
}

.company-data {
	margin-top: 2em;
}

.contact-numbers .phone {
	font-size: 26px;
	color: #00ABE9;
	margin-top: 0;
	display: block;
}

.contact-numbers .phone::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 20px;
	background: url(../img/icons/phone.png);
	margin-right: 4px;
}

.contact-numbers .mail {
	font-size: 26px;
	color: #00ABE9;
	margin: 10px 0 20px;
	display: block;
}

.contact-numbers .hours {
	font-size: 1.2857142857em;
}

.contact-numbers .hours small {
	display: block;
	font-size: 0.7777777778em;
}

.contact {
	padding-bottom: 60px;
}

.contact__info {
	text-align: left;
}

@media screen and (min-width: 1024px) {
	.contact__info {
		float: left;
		display: block;
		margin-right: 1.5527950311%;
		width: 23.8354037267%;
	}

	.contact__info:last-child {
		margin-right: 0;
	}
}

@media screen and (min-width: 651px) and (max-width: 1023px) {
	.contact__info {
		float: left;
		display: block;
		margin-right: 1.5527950311%;
		width: 49.2236024845%;
	}

	.contact__info:last-child {
		margin-right: 0;
	}
}

@media screen and (max-width: 650px) {
	.contact__info {
		float: left;
		display: block;
		margin-right: 1.5527950311%;
		width: 100%;
		text-align: center;
	}

	.contact__info:last-child {
		margin-right: 0;
	}
}

.contact__info .contact-numbers {
	margin-top: 2em;
}

.contact__info .contact-numbers p {
	margin-left: 0;
	margin-right: 0;
}

@media screen and (min-width: 1024px) {
	.contact__form {
		float: left;
		display: block;
		margin-right: 1.5527950311%;
		width: 23.8354037267%;
	}

	.contact__form:last-child {
		margin-right: 0;
	}
}

@media screen and (min-width: 651px) and (max-width: 1023px) {
	.contact__form {
		float: left;
		display: block;
		width: 49.2236024845%;
		margin-right: 0;
	}

	.contact__form:last-child {
		margin-right: 0;
	}
}

@media screen and (max-width: 650px) {
	.contact__form {
		float: left;
		display: block;
		width: 100%;
		margin: 40px 0 20px;
	}

	.contact__form:last-child {
		margin-right: 0;
	}
}

.contact__form .feedback {
	background: #00ABE9;
	color: #FFFFFF;
	padding: 12px;
	border-radius: 2px;
	font-size: 0.9285714286em;
	line-height: 1.2em;
}

@media screen and (min-width: 1024px) {
	.contact__map {
		float: left;
		display: block;
		margin-right: 1.5527950311%;
		width: 49.2236024845%;
	}

	.contact__map:last-child {
		margin-right: 0;
	}
}

@media screen and (min-width: 651px) and (max-width: 1023px) {
	.contact__map {
		float: left;
		display: block;
		margin-right: 1.5527950311%;
		width: 100%;
	}

	.contact__map:last-child {
		margin-right: 0;
	}
}

@media screen and (max-width: 650px) {
	.contact__map {
		float: left;
		display: block;
		margin-right: 1.5527950311%;
		width: 100%;
	}

	.contact__map:last-child {
		margin-right: 0;
	}
}

input[type="email"],
input[type="submit"],
input[type="text"],
textarea {
	border: 2px solid #FFFFFF;
	box-sizing: border-box;
	border-radius: 2px;
	width: 100%;
	background: 0 0;
	color: #FFFFFF;
	font-family: "acumin-pro-condensed", Arial, sans-serif;
	font-size: 1.2857142857em;
	margin-bottom: 20px;
	display: block;
}

input[type="email"],
input[type="submit"],
input[type="text"] {
	height: 44px;
	line-height: 40px;
	padding: 0 10px;
}

textarea {
	padding: 10px;
	min-height: 180px;
}

input[type="submit"] {
	border-color: #00ABE9;
	text-align: center;
	text-transform: uppercase;
	-webkit-transition: all 200ms ease;
	transition: all 200ms ease;
}

input[type="submit"]:hover {
	background: #00ABE9;
}

#map {
	width: 100%;
	height: 372px;
}

.main-nav ul > li > ul {
	display: none;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

/* wygl�?d elementu - li - w cz�?�?ci rozwijanej */
.main-nav ul > li > ul > li {
	display: block;
	border: 0 !important;
	text-align: left;
	padding-left: 0;
	margin-left: 5px;
	padding: 0 0 10px 0;
}

/* wygl�?d elementu - a - w cz�?�?ci rozwijanej */
.main-nav ul > li > ul > li > a {
	border: 0 !important;
}

/* wygl�?d elementu - li - w cz�?�?ci rozwijanej, po najechaniu kursorem myszki na dany element - li */
.main-nav ul > li > ul > li:hover {
	border: 0 !important;
}

/* wygl�?d elementu - a - w cz�?�?ci rozwijanej, po najechaniu kursorem myszki na element - li */
.main-nav ul > li > ul > li:hover > a {
	color: silver;
	border: 0 !important;
}

/* wygl�?d elementu - a - dziecka elementu - li - b�?d�?cego dzieckiem elementu - ol - po najechaniu kursorem myszki na element - li */
.main-nav ul > li:hover > a {
	color: silver;
}

@media (min-width: 800px) {
	/* wygl�?d elementu - ul - dziecka elementu - li - b�?d�?cego dzieckiem elementu - ol - po najechaniu kursorem myszki na element - li */
	.main-nav ul > li {
		position: relative;
	}

	.main-nav ul > li:hover > ul {
		padding-top: 10px;
		display: block;
		position: absolute;
		margin-left: 0;
		background: rgba(0, 0, 0, 0.7);
		top: 30px;
		width: 365px;
	}

	.main-nav ul > li > ul a {
		font-size: 20px;
	}
}

@media (max-width: 992px) {
	.main-nav ul > li > ul {
		position: static;
		display: block;
		font-size: 0.75em;
		width: 100%;
		background: transparent;
	}

	.main-nav ul > li > ul > li {
		margin-left: 0;
	}

	.main-nav li a.submenu-link {
		border-bottom: 0;
	}

	.main-nav ul > li > ul > li > a {
		line-height: 1.8em;
		height: 1.8em;
		padding-left: 20px;
		box-sizing: border-box;
	}

	.main-nav ul > li > ul::before {
		display: none;
	}
}

@media (min-width: 500px) {
	.contact__info {
		margin-top: 100px !important;
	}
}

.slide h2 {
	font-size: 3.4285714286em;
	font-weight: 500;
	text-transform: uppercase;
	text-shadow: 0.5px 0.866px 1px rgba(0, 0, 0, 0.6);
	line-height: 1em;
}

@media screen and (min-width: 800px) {
	.slide h2 {
		font-size: 4.2857142857em;
	}
}

.blocker h2,
.blocker h3,
.content h2,
.content h3 {
	color: #FFFFFF;
}

.blocker h2,
.content h2 {
	text-align: center;
	text-transform: uppercase;
	display: inline-block;
	margin-bottom: 60px;
	line-height: 1.2em;
	font-size: 2.1714em;
	font-weight: 600;
}

@media screen and (min-width: 800px) {
	.blocker h2::after,
	.blocker h2::before,
	.content h2::after,
	.content h2::before {
		content: "";
		height: 6px;
		width: 70px;
		margin: 0 22px;
		background: #00ABE9;
		display: inline-block;
		vertical-align: middle;
	}
}

@media screen and (max-width: 479px) {
	.blocker h2,
	.content h2 {
		font-size: 2em;
	}
}

.cennik img {
	width: 100%;
}

.gallery-list {
	display: block;
	overflow: hidden;
	width: 100%;
}

.gallery-list a {
	display: block;
	position: relative;
	float: left;
	width: 32%;
	padding: 10px 0 11px;
	line-height: 100%;
	margin: 0 0.5% 1%;
	color: #FFFFFF;
	font-size: 16px;
	background-color: #000000;
}

.gallery-list a:hover {
	background-color: #00ABE9;
}

.pop-container {
	position: fixed;
	display: none;
	overflow: hidden;
	z-index: 100000;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgb(255, 255, 255, 0.9);
}

.pop-content {
	position: relative;
	width: 90%;
	color: #000000;
	max-width: 500px;
	min-width: 250px;
	margin: 100px auto;
	border-radius: 15px;
	background: #FFFF;
	border: 5px solid #00ABE9;
}

.pop-close {
	position: absolute;
	right: 15px;
	top: 15px;
	display: block;
	padding: 5px 0 0;
	line-height: 1;
	width: 25px;
	height: 25px;
	border-radius: 25px;
	background: #00ABE9;
	color: #FFFFFF;
	cursor: pointer;
	z-index: 10;
}

.price-tab {
	display: block;
	overflow: hidden;
	background: #FFFFFF;
	color: #444444;
	border-top: 6px solid #00ABE9;
	border-bottom: 6px solid #00ABE9;
	margin-bottom: 30px;
	padding: 20px;
}

.price-tab .price-col {
	display: flex;
	float: left;
	width: 50%;
	padding: 15px;
	height: 205px;
	overflow: hidden;
}

.price-tab .price-col .img {
	max-width: 45%;
}

.price-tab .price-col img {
	width: 100%;
	height: auto;
}

.price-tab .price-content {
	text-align: left;
	width: calc(55% - 30px);
	padding: 15px;
}

.price-tab .price-title {
	font-weight: bold;
	font-size: 18px;
	color: #00ABE9;
	position: relative;
	padding: 15px 0 0 20px;
}

.price-tab .price-title::before {
	content: "";
	position: absolute !important;
	top: 19px;
	left: 0;
	width: 15px;
	height: 15px;
	background-color: #00ABE9;
	border-radius: 10px;
	display: block;
	border: 3px solid black;
}

.price-tab .price-txt {
	padding: 10px 0 0;
	line-height: 1.3;
}

.price-tab .price-price {
	text-align: right;
	margin-top: 10px;
}

@media (max-width: 950px) {
	.price-tab .price-col {
		width: 610px;
		margin: 0 auto;
		float: none;
	}
}

@media (max-width: 720px) {
	.price-tab .price-col {
		width: 100%;
	}
}

@media (max-width: 620px) {
	.fvideo {
		width: 400px !important;
		height: 290px;
	}

	.price-tab .price-col {
		display: block;
		height: auto;
	}

	.price-tab .price-col .img {
		width: 100%;
		max-width: 100%;
		text-align: center;
	}

	.price-tab .price-col .img img {
		max-width: 200px;
	}

	.price-tab .price-content {
		text-align: center;
		width: 100%;
		padding-top: 0;
	}

	.price-tab .price-title {
		padding-top: 0;
	}

	.price-tab .price-title::before {
		display: inline-block;
		position: relative !important;
		left: 0;
		top: 0;
		margin-right: 5px;
	}
}

@media (max-width: 430px) {
	.fvideo {
		width: 300px !important;
		height: 270px;
	}
}

@media (max-width: 350px) {
	.fvideo {
		width: 280px !important;
		height: 220px;
	}
}

@media (max-width: 300px) {
	.fvideo {
		width: 220px !important;
		height: 200px;
	}
}

@media (max-width: 1250px) {
	nav ul li {
		margin: 0 10px;
	}
}

@media (max-width: 1320px) {
	nav a {
		font-size: 18px;
	}
}

@media (max-width: 1090px) {
	nav a {
		font-size: 18px;
	}

	nav ul li {
		margin: 0 8px;
	}
}

@media (max-width: 799px) {
	nav ul {
		width: 340px;
		top: 60px;
		right: -350px;
	}

	nav {
		left: 0;
	}

	nav a {
		font-size: 18px !important;
	}

	.gallery-list {
		margin-top: 70px;
	}

	.gallery-list a {
		width: 49%;
	}

	.modal__txt {
		margin-top: 0;
	}
}

.offer__oklejanie {
	float: none;
	margin: 15px auto !important;
}

@media (max-width: 1023px) {
	.offer__oklejanie {
		float: left;
		margin: 0px !important;
	}
}

@media (max-width: 590px) {
	.gallery-list a {
		width: 100%;
		margin: 0 0 1%;
	}
}

@media screen and (min-width: 1400px) {
	.home-container {
		top: 90% !important;
	}

	.banner--slider {
		height: 93% !important;
	}
}

@media only screen and (max-width: 992px) {
	.main-nav .box-menu ul li a {
		line-height: 1.1;
		padding-top: 20px;
	}
}

.ks-subtitle--accent {
	color: #00ABE9;
}

.ks-container {
	display: flex;
	width: 100%;
	justify-content: center;
	gap: 40px;
	align-items: center;
	flex-wrap: wrap;
}

.ks-col-6 {
	width: 48%;
}

.ks-col-4 {
	width: 31%;
}

.ks-col-3 {
	width: 22%;
	display: flex;
	flex-wrap: wrap;
}

.ks-offer__link {
	border: 3px solid #00ABE9;
	padding: 25px;
	border-radius: 5px;
	transition: 400ms all;
}

.ks-offer__link:hover {
	background: #00ABE9;
	color: #FFFFFF;
}

.ks-img {
	max-width: 100%;
	height: auto;
	border-radius: 10px;
}

.ks-btn__container {
	display: flex;
	justify-content: center;
	padding: 20px 0;
}

.ks-btn {
	border: 3px solid #00ABE9;
	text-decoration: none;
	color: #FFFFFF;
	padding: 10px 20px;
	font-weight: 500;
	cursor: pointer;
	transition: 400ms all;
}

.ks-btn:hover {
	background: #00ABE9;
	color: #FFFFFF;
}

.section {
	margin-bottom: 100px;
}

h3.ks-trust__title {
	text-transform: uppercase;
	font-size: 80px;
	font-weight: 700;
	text-align: left;
	line-height: 1.1;
	margin: 30px 0;
}

.opinion__container {
	align-items: stretch;
}

.opinion__img {
	width: 100px;
	height: auto;
}

.opinion__header {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	gap: 20px;
	justify-content: start;
	padding-left: 20px;
	background-color: #292424;
	border-bottom: 3px solid #00ABE9;
	border-radius: 15px;
	padding: 20px;
}

.opinion__login {
	font-size: 16px;
	letter-spacing: 1px;
	align-items: center;
	display: flex;
	gap: 10px;
}

.title__container {
	position: absolute;
	top: 40%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	z-index: 1;
}

.title__container h1 {
	font-size: 3em;
	font-weight: 500;
	text-transform: uppercase;
	text-shadow: 0.5px 0.866px 1px rgba(0, 0, 0, 0.6);
	line-height: 1em;
}

.text-align--start {
	text-align: left;
}

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

.ks-team__list {
	display: flex;
	flex-direction: column;
	align-items: start;
}

.ks-team__list li {
	list-style: none;
}

.pt-30 {
	padding-top: 30px;
}

.movie iframe {
	width: 640px;
	height: 480px;
}

.callnowbutton {
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	z-index: 10;
	width: 55px;
	height: 55px;
	border-radius: 50%;
	background: #00BB00;
	bottom: 1em;
	left: 1em;
	font-size: 30px;
	box-shadow: 0 3px 6px rgb(0 0 0 / 30%);
}

.ks-container.ks-team {
	align-items: stretch;
	margin-top: 20px;
}

.ks-container.ks-benefits__wrapper .ks-col-4 {
	width: 30%;
}

.ks-team__img {
	width: 100%;
	height: auto;
}

.ks-team__desc {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	border-right: 4px solid #00ABE9;
	margin-top: 15px;
	padding: 5px;
	background-color: #302C2C;
	height: 90px;
}

.ks-team__desc span {
	display: flex;
	justify-content: flex-start;
	width: 100%;
	text-align: left;
}

.ks-team__name {
	margin-top: 5px;
	font-weight: 700;
	font-size: 16px;
}

.ks-team__position {
	font-size: 12px;
}

.ks-team__img-wrapper {
	max-height: 355px;
	overflow: hidden;
	border-radius: 10px;
}

.ks-benefits__wrapper {
	margin: 100px 0;
	justify-content: center;
}

.ks-benefits__img {
	position: absolute;
	left: 0;
	top: 50%;
	width: auto;
	height: 100%;
	transform: translate(-50%, -50%);
	z-index: 9;
}

.ks-benefits__item {
	position: relative;
}

.ks-benefits__text {
	background-color: #1C1919;
	padding: 20px;
	clip-path: polygon(0 0, 100% 0%, 85% 100%, 0% 100%);
}

.ks-benefits__title {
	margin: 0;
}

.ks-team__b-img {
	border-radius: 10px;
	max-width: 100%;
	height: auto;
}

@media (min-width: 768px) {
	.callnowbutton {
		display: none;
	}
}

.movie iframe {
	aspect-ratio: 16/9;
	width: 100%;
	height: auto;
}

h3.ks-team__title {
	font-size: 30px;
}

h3.package__title {
	color: #FFFFFF;
	font-size: 34px;
	margin-bottom: 0;
}

.package__price {
	/* border-bottom: 2px solid #00ABE9; */
	/* padding-bottom: 10px; */
	max-width: 440px;
}

ul.package__list-item {
	margin-left: 20px;
	padding: 0;
}

ul.package__list-item li {
	color: #00ABE9;
	display: flex;
}

ul.package__list-item li::before {
	padding-top: 2px;
	padding-right: 5px;
	content: "";
	display: inline-block;
	height: 20px;
	width: 20px;
	background-image: url("../../images/cennik/check.svg");
	background-repeat: no-repeat;
	margin-right: 5px;
}

@media only screen and (max-width: 767px) {
	.ks-container.ks-benefits__wrapper {
		justify-content: center;
		flex-wrap: wrap;
		gap: 60px;
	}

	.ks-container.ks-benefits__wrapper .ks-col-4 {
		width: 90%;
	}

	.ks-benefits__img {
		left: 50%;
		top: 0;
		width: 70px;
		height: auto;
		transform: translate(-50%, -50%);
	}

	.ks-benefits__text {
		clip-path: polygon(15% 0, 100% 0%, 85% 100%, 0% 100%);
		padding: 40px 0;
	}

	.ks-col-3 {
		width: 100%;
	}

	.ks-team__img {
		margin-top: -70px;
	}

	.ks-container.ks-team {
		gap: 40px;
	}

	.ks-col-6 {
		width: 100%;
	}

	.section {
		margin-bottom: 50px;
	}

	h3.ks-trust__title {
		font-size: 40px;
	}

	.ks-container {
		align-items: stretch;
	}

	.ks-col-4 {
		width: 85%;
		align-items: center;
		font-size: 16px;
	}

	.opinion__item {
		width: 100%;
	}

	.title__container {
		top: 140px;
		z-index: 1;
	}

	.title__container h1 {
		font-size: 2.5em;
	}

	.home-container {
		margin-top: 200px;
	}

	.movie iframe {
		width: 100%;
		height: auto;
	}

	.ks-team div {
		justify-content: flex-start;
	}

	.ks-team {
		gap: 0;
	}

	.ks-team__list {
		padding-left: 20px;
	}
}

.ks-check {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 20px;
}

.ks-check img {
	width: 40px !important;
}

.package__container {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	max-width: 600px;
	border-bottom: 2px solid #00ABE9;
}

.package__img {
	padding-bottom: 15px;
}

@media (max-width: 480px) {
	.package__img {
		display: none !important;
	}
}

.big-gallery {
	display: flex !important;
	flex-direction: column;
	gap: 20px;
}

.big-gallery .row-1 div img {
	aspect-ratio: 16/9;
	object-fit: cover;
}

.big-gallery .row-3 {
	display: flex !important;
	gap: 20px;
}

.big-gallery .row-3 div {
	float: none;
	margin: 0;
	width: 100%;
}

.big-gallery .row-3 div img {
	aspect-ratio: 16/9;
	object-fit: cover;
}

@media (max-width: 799px) {
	.big-gallery {
		margin: 0 10px;
		gap: 10px;
	}

	.big-gallery .row-1 div {
		margin: 0;
		width: 100%;
	}

	.big-gallery .row-3 {
		gap: 10px;
	}

	.big-gallery .row-1 div img {
		max-width: 100%;
	}
}

.extra-pricing {
	display: flex;
	gap: 20px;
	margin: 30px 15px;
}

.extra-pricing .main-price {
	width: 50%;
	min-width: 50%;
}

.extra-pricing .extra-prices .gallery-box {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

.extra-pricing .main-price a {
	display: block;
	line-height: 1;
	position: relative;
}

.extra-pricing .main-price a span {
	position: absolute;
	left: 0;
	bottom: 10px;
	background-color: #00ABE9;
	padding: 10px 20px;
	color: #FFFFFF;
	display: flex;
	flex-direction: column;
	gap: 5px;
	justify-items: center;
	justify-content: center;
	align-items: center;
	border-radius: 0px 10px 10px 0;
}

.extra-pricing .main-price a img {
	width: 100%;
	border-radius: 10px;
	height: 400px;
	object-fit: cover;
}

.extra-pricing .extra-prices .gallery-box div {
	width: calc(50% - 10px);
}

.extra-pricing .extra-prices .gallery-box div a {
	display: block;
	line-height: 1;
	position: relative;
}

.extra-pricing .extra-prices .gallery-box div a span {
	position: absolute;
	left: 0;
	bottom: 10px;
	background-color: #00ABE9;
	padding: 10px 20px;
	color: #FFFFFF;
	display: flex;
	flex-direction: column;
	gap: 5px;
	justify-items: center;
	justify-content: center;
	align-items: center;
	border-radius: 0px 15px 15px 0;
}

.extra-pricing .extra-prices .gallery-box div a img {
	width: 100%;
	border-radius: 10px;
	height: calc(200px - 10px);
	object-fit: cover;
}

@media (max-width: 799px) {
	.extra-pricing {
		flex-direction: column;
	}

	.extra-pricing .main-price {
		width: 100%;
		min-width: 100%;
	}

	.extra-pricing .main-price a img {
		max-width: 100%;
		aspect-ratio: 16/9;
		height: auto;
	}

	.extra-pricing .main-price .big-gallery {
		margin: 0;
	}

	.extra-pricing .main-price .gallery-box div {
		margin: 0;
		width: 100%;
	}

	.extra-pricing .extra-prices img {
		aspect-ratio: 16/9;
		height: auto !important;
	}
}

@media (max-width: 576px) {
	.extra-pricing .extra-prices .gallery-box div {
		width: calc(100%);
	}

	.gallery-box img {
		max-width: 100%;
	}
}

.title_footer {
	text-align: center;
	text-transform: uppercase;
	display: inline-block;
	margin-bottom: 60px;
	line-height: 1.2em;
	font-size: 2.1714em;
	font-weight: 600;
}

/* @media screen and (min-width: 800px)
{
	.title_footer::after, .title_footer::before, .content span::after, .content span::before{
		content: '';
    height: 6px;
    width: 70px;
    margin: 0 22px;
    background: #00abe9;
    display: inline-block;
    vertical-align: middle;
	}
} */

/* =========== */
/*   CENNIK */
/* =========== */
.pricelist {
	width: 80%;
	max-width: 1400px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

@media (max-width: 1200px) {
	.pricelist {
		width: 100%;
		max-width: unset;
		margin: 0 auto;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	nav a {
		font-size: 18px;
	}

	nav ul li {
		margin: 0 8px;
	}

	.logo img {
		max-width: 75px;
		height: auto;
	}
}

@media (max-width: 1135px) {

	nav a {
		font-size: 18px;
	}

	nav ul li {
		margin: 0 5px;
	}

	.logo img {
		max-width: 70px;
		height: auto;
	}
}

@media (max-width: 992px) {

	.logo img {
		max-width: unset;
		height: 40px;
	}
}

.pricelist__header {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 12px;
}

.pricelist__header span,
.banner__pricing_left-block__header span {
	color: #00ABE9;
	text-align: center;
	font-family: Ubuntu;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.pricelist__header h2 {
	color: #FFFFFF;
	text-align: center;
	font-family: Ubuntu;
	font-size: 40px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: none;
	margin: 0;
	margin-bottom: 50px;
}

.banner__pricing_left-block__header h2 {
	color: #FFFFFF;
	text-align: center;
	font-family: Ubuntu;
	font-size: 40px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: none;
	margin: 0;
}

.pricelist__header h2::after,
.pricelist__header h2::before {
	content: none;
}

/* Resetowanie stylów dla listy zakładek */
.pricelist__tabs {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 24px;
	list-style: none;
	padding: 0;
	margin: 0;
	margin-bottom: 50px;
}

/* Styl zakładek */
.pricelist__tab {
	display: flex;
	padding: 17px 30px;
	justify-content: center;
	align-items: center;
	border-radius: 8px;
	background: linear-gradient(
			97deg,
			rgba(255, 255, 255, 0.19) -110.93%,
			rgba(255, 255, 255, 0.01) 122.24%
	);
	cursor: pointer;
	color: #FFFFFF;
	text-align: center;
	font-family: Ubuntu;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

/* Aktywna zakładka */
.pricelist__tab--active {
	border-radius: 8px;
	background: linear-gradient(100deg, #00ABE9 -26.15%, #3DCBFF 122.78%);
	box-shadow: 0px 5px 30px 0px rgba(0, 171, 233, 0.3);
}

/* Styl zawartości */
.pricelist__content {
	display: flex;
	flex-direction: column;
	border-radius: 0 0 5px 5px;
	padding: 20px 0;
	width: 100%;
}

.pricelist__accordion-content {
	display: flex;
	gap: 48px;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.3s ease-in-out;
}

.pricelist__accordion .pricelist__accordion-header {
	display: flex;
	gap: 48px;
	width: 100%;
	cursor: pointer;
}

.pricelist__accordion
.pricelist__accordion-header
.pricelist__accordion-header__description {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex: 1;
	gap: 20px;
	color: #FFFFFF;
	font-family: Ubuntu;
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
}

.pricelist__accordion
.pricelist__accordion-header
.pricelist__accordion-header__description
strong {
	color: #FFFFFF;
	font-family: Ubuntu;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
}

.pricelist__accordion
.pricelist__accordion-header
.pricelist__accordion-header__time {
	min-width: 150px;
}

.pricelist__accordion
.pricelist__accordion-header
.pricelist__accordion-header__price {
	min-width: 180px;
}

.pricelist__accordion {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	border: 1px solid #444444;
	padding: 16px 44px 17px 43px;
	border-radius: 8px;
	background: linear-gradient(
			91deg,
			rgba(255, 255, 255, 0.15) -39.46%,
			rgba(255, 255, 255, 0.01) 83%
	);
}

.pricelist__content-item {
	display: none;
	gap: 20px;
	flex-direction: column;
	width: 100%;
}

.pricelist__accordion.active {
	border-radius: 8px;
	gap: 20px;
	border: 1px solid rgba(61, 203, 255, 0.32);
	background: linear-gradient(
			96deg,
			rgba(0, 171, 233, 0.15) -29.61%,
			rgba(0, 171, 233, 0.03) 93.43%
	);
}

.pricelist__accordion-content .cta-pricing,
.pricelist__accordion-content__left_buttons .cta-pricing {
	display: flex;
	padding: 16px 30px;
	justify-content: center;
	align-items: center;
	border-radius: 8px;
	border: 1px solid #58D3FF;
	background: linear-gradient(94deg, #00ABE9 -6.37%, #3DCBFF 123.98%);
	color: white;
	/* cien-niebieski */
	box-shadow: 0px 5px 30px 0px rgba(0, 171, 233, 0.3);
}

.pricelist__accordion-content .cta-phone,
.pricelist__accordion-content__left_buttons .cta-phone {
	display: flex;
	padding: 16px 30px;
	justify-content: center;
	align-items: center;
	border-radius: 8px;
	border: 1px solid rgba(61, 203, 255, 0.6);
	box-shadow: 0px 5px 30px 0px rgba(255, 255, 255, 0.01);
	background: transparent;
}

.pricelist__accordion-content__left {
	text-align: left;
	display: flex;
	flex: 1;
	gap: 20px;
	flex-direction: column;
	width: calc(100% - 48px - 150px - 180px - 48px);
	margin-left: 44px;
	align-items: flex-start;
	justify-content: space-around;
}

.pricelist__accordion-content__left_buttons {
	display: flex;
	gap: 24px;
}

.pricelist__accordion-content__right {
	display: flex;
	gap: 12px;
}

.pricelist__accordion-content__right__left-panel {
	width: 150px;
}

.pricelist__accordion-content__right__right-panel {
	width: 180px;
}

.pricelist__accordion-content__icon {
	width: 26px;
	height: 15px;
}

.pricelist__accordion-content__icon.small-car {
	background-image: url("../img/icons/small-car.svg");
	background-size: cover;
	background-position: center;
}

.pricelist__accordion-content__right__left-panel-small,
.pricelist__accordion-content__right__left-panel-medium,
.pricelist__accordion-content__right__left-panel-big {
	display: flex;
	align-items: center;
	gap: 20px;
	justify-content: center;
}

.pricelist__accordion-content__icon.medium-car {
	background-image: url("../img/icons/medium-car.svg");
	background-size: cover;
	background-position: center;
}

.pricelist__accordion-content__icon.big-car {
	background-image: url("../img/icons/big-car.svg");
	background-size: cover;
	background-position: center;
}

.pricelist__accordion-content__right__left-panel,
.pricelist__accordion-content__right__right-panel {
	display: flex;
	gap: 20px;
	flex-direction: column;
}

.pricelist__accordion-header__time {
	text-align: right;
}

.pricelist__subheader {
	display: flex;
	gap: 48px;
	color: #00ABE9;
	font-family: Ubuntu;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	width: 100%;
}

.pricelist__subheader__type {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex: 1;
	margin-left: 85px;
}

.pricelist__subheader__time {
	min-width: 150px;
}

.pricelist__subheader__price {
	min-width: 180px;
	text-align: left;
}

.pricelist__accordion-header__description__toggle {
	background-image: url("../img/icons/toggle-plus.svg");
	width: 24px;
	height: 24px;
	background-size: cover;
	background-position: center;
}

.pricelist__accordion.active .pricelist__accordion-header__description__toggle {
	background-image: url("../img/icons/toggle-minus.svg");
	width: 24px;
	height: 24px;
	background-size: cover;
	background-position: center;
}

.pricelist__accordion-content__right-bottom-panel {
	width: 100%;
	display: flex;
}

.pricelist__accordion-content__right-top-panel {
	width: 100%;
}

.phone-icon {
	background-image: url("../img/icons/cta-phone.svg");
	width: 24px;
	height: 24px;
	background-size: cover;
	background-position: center;
}

/* Pokaż aktywną zawartość */
.pricelist__content-item--active {
	display: flex;
}

.pricelist__accordion-content {
	width: 100%;
}

.pricelist__accordion-content__right__left-panel {
	align-items: flex-start;
}

.pricelist__tabs {
	flex-wrap: wrap;
}

@media (max-width: 992px) {
	.pricelist__accordion-content {
		flex-direction: column-reverse;
	}

	.pricelist__accordion-content__right {
		justify-content: center;
	}

	.pricelist__accordion-content__left {
		width: 100%;
	}

	.pricelist__accordion {
		padding: 16px 44px 17px 17px;
	}

	.pricelist__accordion-header {
		gap: 24px;
	}

	.pricelist__accordion-header__time,
	.pricelist__accordion-header__price {
		display: none;
	}

	.pricelist__accordion-content__left {
		justify-content: center;
		align-items: center;
	}

	.pricelist__accordion-content__left_buttons {
		justify-content: center;
		align-items: center;
	}

	.pricelist__accordion-content__left {
		margin-left: 0;
	}
}

@media (max-width: 550px) {
	.pricelist__accordion-content__left {
		margin-left: 0;
	}

	.pricelist__accordion-content__left_buttons {
		display: flex;
		gap: 24px;
		width: 100%;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	.pricelist__subheader {
		display: none;
	}

	.pricelist__tabs {
		justify-content: center;
	}

	.pricelist__accordion {
		padding: 17px;
	}

	.pricelist__accordion.active {
		gap: 40px;
	}
}

.pricelist__accordion-content__right--independent
.pricelist__accordion-content__right__left-panel-big {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.clock-icon {
	background-image: url("../img/icons/clock.svg");
	background-size: cover;
	background-position: center;
	width: 24px;
	height: 24px;
}

.clock-container {
	display: flex;
	gap: 20px;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
}

.pricelist__accordion.active .pricelist__accordion-header__time,
.pricelist__accordion.active .pricelist__accordion-header__price {
	display: none !important;
}

.pricelist__accordion.active .pricelist__accordion-content__right__right-panel {
	text-align: left;
}

.hidden {
	opacity: 0;
}

.margin-bottom-10 {
	margin-bottom: 10px;
}

@media (max-width: 400px) {
	.pricelist__accordion-content__right__left-panel-small,
	.pricelist__accordion-content__right__left-panel-medium,
	.pricelist__accordion-content__right__left-panel-big {
		gap: 10px;
	}

	.clock-container {
		gap: 10px;
	}

	.pricelist__accordion {
		padding: 12px;
	}

	.pricelist__accordion-content__right__left-panel {
		width: 85%;
	}

	.pricelist__accordion-content__right__right-panel {
		width: 30%;
	}
}

.banner__pricing__container {
	max-width: 1400px;
	margin: 0 auto;
}

.banner__pricing {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 250px;
	width: 100%;
	padding: 40px;
}

.banner__pricing_left-block {
	width: 50%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 50px;
	justify-content: center;
}

.banner__pricing_right-block {
	width: 50%;
	display: flex;
	align-items: flex-start;
	justify-content: center;
}

.banner__pricing_left-block__text,
.banner__pricing_left-block__header {
	text-align: left;
}

.banner__pricing_right-block .banner__pricing_right-block__image {
	background-image: url("../img/icons/car-heroo.png");
	width: 100%;
	height: 100%;
	height: 426px;
	width: 606px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

@media (max-width: 992px) {
	.banner__pricing {
		margin-top: 150px;
	}

	.banner__pricing {
		display: flex;
		align-items: center;
		justify-content: flex-start;
		margin-top: 250px;
		gap: 50px;
		width: 100%;
		padding-bottom: 0;
		flex-direction: column;
	}

	.pricelist__accordion-content__left_buttons {
		flex-direction: row;
	}

	.banner__pricing_left-block,
	.banner__pricing_right-block {
		width: 100%;
	}
}

@media (max-width: 800px) {
	.banner__pricing {
		margin-top: 100px;
	}
}

@media (max-width: 560px) {
	.main-content {
		margin-top: 50px !important;
	}

	.banner__pricing {
		margin-top: 100px;
	}

	.pricelist__accordion-content__left_buttons {
		flex-direction: column;
	}

	.banner__pricing_left-block__cta .cta-pricing,
	.banner__pricing_left-block__cta .cta-phone {
		width: 85%;
	}

	.banner__pricing_left-block__cta {
		display: flex;
		width: 100%;
	}
}

@media (max-width: 400px) {
	.main-content {
		margin-top: 0px !important;
	}
}

.pricelist__header span.white-text {
	color: #FFFFFF;
}

@media (max-width: 1401px) {
	.ks-mobile-responsive {
		display: flex;
		flex-direction: column;
	}

	.ks-mobile-responsive .rbox {
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
	}

	.ks-mobile-responsive .rbox img {
		max-width: 700px;
	}
}

.hide-robot {
	display: none !important;
}

.icon-box-wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
	gap: 32px 64px;
}

.icon-box-wrapper {
	list-style: none;
}

.icon-box-wrapper .icon-box__single {
	width: calc(100% / 4 - 64px);
	min-width: 175px;
	text-align: center;
}

.icon-box-wrapper .icon-box__single img {
	width: 100%;
	max-width: 100px;
	height: auto;
}

.pricelist__link {
	display: block;
}

.pricelist__accordion-content__left p {
	margin: 0;
}

.pricelist__visualization {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
	flex-wrap: wrap;
}

.visualization__wrapper {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
}

.visualization__link {
	height: 50px;
	display: flex;
	width: 50px;
	align-items: center;
	justify-content: center;
	border: 1px solid rgba(61, 203, 255, 0.6);
	border-radius: 8px;
}

.benefits {
    padding: 80px 0;
}

.benefits__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.benefits__item {
    padding: 30px;
    border-radius: 8px;
    text-align: center;
		border:1px solid #00ABE9D9;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.benefits__item:hover {
    transform: translateY(-5px);
}

.benefits__icon {
    width: 64px;
    height: 64px;
    margin-bottom: 20px;
}

.benefits__title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #00ABE9D9;
}

.benefits__text {
    font-size: 16px;
    line-height: 1.6;
    //color: #666;
}

.logo-ppf {
	width:100%;
	max-width: 300px;
	height: auto;
}

.logo-ppf.logo-ppf--large {
	max-width: 500px;
}


@media (max-width: 992px) {
    .benefits__container {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .benefits__container {
        grid-template-columns: 1fr;
    }

    .benefits {
        padding: 40px 0;
    }
}
.grecaptcha-badge {
	display: block !important;
}

.pricelist__content-item {
    display: none;
}
.pricelist__content-item--active {
    display: block;
}

.pricelist__accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}
.left-text-list {
	text-align: left;
}