body {
	font-size: 16px;
	background-color: #fff;
    color: #3d3c4a;
	font-family: "Arboria", sans-serif;
    font-weight: 400;
}

a { color: #032d5c; }
a:hover { color: #002855; }
p, ul { margin: 0; padding: 0; }
ul { list-style: none; }

a:active, a:focus {
	outline: 0;
	border: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
	line-height: normal;
}

a,
a:hover,
a:focus,
a:active {
	outline: none;
	text-decoration: none;
}

button,
button:focus,
button:active,
button:hover {
	outline: none;
}

header {
	position: sticky;
	left: 0;
	top: 0;
	right: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #001233;
	color: #efefef;
	z-index: 100000;
}

header .wrapper {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

header .logo {
	display: block;
	width: 180px;
}

header .logo img {
	width: 100%;
}

header .right-side {
	display: flex;
	flex-direction: column;
	flex: 1;
}

header .top-bar {
	display: flex;
	align-items: center;
	gap: 10px;
	flex-wrap: wrap;
	margin-left: auto;
}

header .top-bar ul {
	display: flex;
	align-items: center;
	gap: 10px;
	flex-wrap: wrap;
	margin-left: 10px;
}

header .top-bar ul li a {
	display: block;
	border-radius: 5px;
	padding: 10px 15px;
    background-color: #002855;
	color: #fff;
	font-family: "Arboria", sans-serif;
	font-weight: 500;
	transition: .3s;
}

header .top-bar ul li a:hover {
    background-color: #fff;
	color: #002855;
}

header .top-bar ul li.cp a {
    background-color: #E00356;
}

header .top-bar ul li a i {
	position: relative;
	top: 2.5px;
	padding-right: 7px;
}

header .main-menu {
	margin-top: 10px;
	padding-top: 10px;
	margin-left: auto;
}

header .main-menu > ul {
	display: flex;
	align-items: center;
	gap: 30px;
	flex-wrap: wrap;
}

header .main-menu ul li {
	position: relative;
}

header .main-menu ul li a {
	text-transform: uppercase;
	font-family: "Arboria", sans-serif;
	font-weight: 500;
}

header nav ul.submenu {
	display: flex;
	flex-direction: column;
	position: absolute;
    left: 0;
	visibility: hidden;
    opacity: 0;
    top: 0px;
	width: 390px;
	transition: .1s;
	border: 1px solid #e0e0e0;
	z-index: 10001;
}

header nav ul li.with-submenu > a:after {
	position: relative;
	font-family: flaticon_attonpl !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	content: "\f10a";
	font-size: 20px;
	display: inline-block;
	left: 7px;
	top: 5px;
	color: #6f7580;
}

header nav ul.submenu li a i {
	color: #007834;
	font-size: 40px;
	padding-right: 0px;
}

header nav ul.submenu a {
	display: block;
	width: 100%;
	font-size: 15px;
	line-height: 18px;
	background-color: #fff;
	color: #001233;
	padding: 10px 15px;
}

header nav ul.submenu li:last-child a {
	border-right: 0;
}

header nav ul.submenu.show {
	visibility: visible;
    opacity: 1;
    top: 36px;
}

header a {
	color: #fff;
}

header a:hover {
	color: #fff;
}

.form-wrapper {
	padding: 100px 50px;
	background-color: #fff;
	margin-top: -150px;
	border-radius: 5px;
	border-top: 8px solid #E00356
}

.form-wrapper h6 {
	font-size: 15px;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 10px;
	color: #E00356;
}

.form-wrapper .question {
	display: none;
}

.form-wrapper .icon-items {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	flex-wrap: wrap;
	gap: 30px;
}

.form-wrapper .icon-items.grid-3 {
	grid-template-columns: 1fr 1fr 1fr;
}

.form-wrapper .icon-items.grid-4 {
	grid-template-columns: 1fr 1fr 1fr 1fr;
}

.form-wrapper .icon-items .item {
	position: relative;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: center;
	height: 120px;
	border: 2px solid #E00356;
	border-bottom: 0;
	text-align: center;
	border-radius: 3px;
	transition: .1s;
	box-shadow: 0 5px 0 0 #c01d5b;
}

.form-wrapper .icon-items .item.selected,
.form-wrapper .icon-items .item:hover {
	background-color: #E00356;
}

.form-wrapper .icon-items .item h4 {
	color: #000;
	text-transform: uppercase;
	font-size: 22px;
	color: #E00356;
	font-family: "Arboria", sans-serif;
	font-weight: 700;
	transition: .1s;
	margin-top: 5px;
}

.form-wrapper .icon-items .item i {
	display: block;
	font-size: 50px;
	line-height: 50px;
	color: #E00356;
	transition: .1s;
}

.form-wrapper .icon-items .item.selected h4,
.form-wrapper .icon-items .item:hover h4,
.form-wrapper .icon-items .item:hover i {
	color: #fff;
}

.form-wrapper .icon-items .item a {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}

.form-space {
	position: relative;
	margin-top: 50px;
}

.form-space.big-center {
	width: 50%;
	margin: 0 auto;
	margin-top: 50px;
}

.form-space label {
	font-family: "Arboria", sans-serif;
	font-weight: 400;
	color: #9a9a9a;
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 16px;
	text-align: center;
}

.form-space input {
	display: block;
	width: 100%;
	border: 0;
	padding: 15px 20px;
	background-color: #fff;
	border: 1px solid #eee;
	border-radius: 3px;
	box-shadow: 0 5px 15px 0 rgb(0 0 0 / 5%);
}

.form-space select {
	display: block;
	width: 100%;
	border: 0;
	padding: 15px 20px;
	background-color: #fff;
	border: 1px solid #eee;
	border-radius: 3px;
	box-shadow: 0 5px 15px 0 rgb(0 0 0 / 5%);
}

.form-wrapper .buttons {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 15px;
}

.worth-items {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.worth-items .item {
	position: relative;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 20px;
	padding: 15px 20px;
	border-radius: 5px;
}

.worth-items .item.item-border {
	border-left: 6px solid #E00356;
}

.worth-items .item:after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 5px;
    background-color: #002855;
    z-index: 2;
}

.worth-items .item * {
    position: relative;
    z-index: 3;
}

.worth-items .item .icon {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 15px;
}

.worth-items .item .icon i {
	color: #E00356;
	font-size: 30px;
	line-height: 30px;
}

.worth-items .item h5 {
	color: #fff;
}

.about-boxes {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 40px;
}

.about-boxes .item {
	position: relative;
	padding: 40px 30px;
	background-color: #002855;
	border-radius: 5px;
	border-left: 8px solid #032d5c;
}

.about-boxes.light .item {
	background-color: #fff;
	border-left: 8px solid #eee;
}

.about-boxes .item:before {
	position: absolute;
	content: '';
	background: linear-gradient(0deg, rgba(224, 3, 86, 1) 0%, rgba(192, 29, 91, 1) 100%);
	left: -6px;
	top: -6px;
	height: 50%;
	width: 50%;
	z-index: 1;
	border-radius: 5px;
	transition: .5s;
}

.about-boxes .item:hover:before {
	height: 75%;
	width: 75%;
}

.about-boxes.light .item:before {
	position: absolute;
	content: '';
	background: #001233;
	left: -6px;
	top: -6px;
	height: 50%;
	width: 50%;
	z-index: 1;
	border-radius: 5px;
}

.about-boxes .item:after {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	border-radius: 5px;
	background-color: #002855;
	z-index: 2;
}

.about-boxes.light .item:after {
	background-color: #fff;
}

.about-boxes .item * {
	position: relative;
	z-index: 3;
}

.about-boxes .item .material-symbols-outlined {
	color: #E00356;
	font-size: 60px;
	margin-bottom: 15px;
}

.about-boxes .item h3 {
	font-size: 20px;
    font-weight: 500;
    color: #001233;
	margin-bottom: 30px;
	color: #fff;
}

.about-boxes.light .item h3 {
    color: #001233;
}

.about-boxes .item p {
	color: #efefef;
}

.about-boxes.light .item p {
    color: #3d3c4a;
}

.section-title.with-menu {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.section-title.with-menu ul {
	margin-left: auto;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 5px;
}

.section-title.with-menu ul li a {
	display: block;
	background-color: #e6e6e6;
    color: #717171;
    box-shadow: 0 5px 0 0 #cecece;
	padding: 6px 15px;
	font-family: "Arboria", sans-serif;
	font-weight: 500;
	text-transform: uppercase;
}

section h1 {
	font-size: 35px;
	font-family: "Arboria", sans-serif;
	font-weight: 500;
	color: #001233;
}

.bg-1 {
	background-color: #001233;
}

.bg-2 {
	background-color: #eee;
}

.bg-3 {
	background-color: #E00356;
}

.bg-4 {
	position: relative;
	background: linear-gradient(0deg, rgba(224, 3, 86, 1) 0%, rgba(192, 29, 91, 1) 100%);
}

.bg-4:after {
	position: absolute;
	content: '';
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: url(../img/white-arrows.png);
	background-size: contain;
	background-repeat: no-repeat;
}

h2 {
	font-size: 34px;
	font-weight: 600;
	text-align: center;
	color: #001233;
	font-family: "Arboria", sans-serif;
	font-weight: 300;
}

h2 span {
	font-family: "Arboria", sans-serif;
	font-weight: 700;
}

.big-stats {
	display: flex;
	align-items: center;
	gap: 20px;
}

.big-stats .value {
	font-size: 260px;
	line-height: 260px;
	color: #E00356;
	font-family: "Arboria", sans-serif;
	font-weight: 900;
}

.big-stats p {
	display: flex;
	flex-direction: column;
	font-size: 110px;
	line-height: 100px;
	color: #fff;
	font-family: "Arboria", sans-serif;
	font-weight: 500;
}

.big-stats p span {
	font-family: "Arboria", sans-serif;
	font-weight: 300;
	font-size: 98px;
	line-height: 80px;
}

.text-presentation {
	position: relative;
	padding-left: 50%;
	margin-top: 50px;
}

.text-presentation:before {
	position: absolute;
	content: '';
	left: 0;
	top: 50%;
	width: 45%;
	transform: translateY(-50%);
	height: 4px;
	background-color: #E00356;
	background: linear-gradient(90deg, rgba(224, 3, 86, 1) 0%, rgba(192, 29, 91, 1) 100%);
	border-radius: 5px;
}

.installments-calculator ul[data-group] {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 5px;
}

.installments-calculator ul[data-group] li a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	text-align: center;
	border: 1px solid #001233;
	border-radius: 5px;
	font-family: "Arboria", sans-serif;
	font-weight: 500;
}

.installments-calculator p.group-title {
	font-family: "Arboria", sans-serif;
	font-weight: 500;
	margin: 10px 0;
}

.installments-calculator ul li a.selected {
	background-color: #E00356;
	border-color: #c01d5b;
	color: #fff;
}

.installments-calculator i {
	position: relative;
	top: 4px;
	padding-right: 5px;
	font-size: 18px;
	line-height: 18px;
}

.calculator-output p {
	display: flex;
	align-items: center;
	margin: 10px 0;
}

.calculator-output p:last-child {
	border-top: 1px solid #ccc;
	padding-top: 10px;
}

.calculator-output p span {
	margin-left: auto;
	color: #E00356;
	font-size: 25px;
	line-height: 25px;
	font-family: "Arboria", sans-serif;
	font-weight: 400;
}

.calculator label {
	font-size: 25px;
	line-height: 25px;
	font-family: "Arboria", sans-serif;
	font-weight: 400;
	color: #fff;
	padding-bottom: 65px;
}

.calculator {
	border-radius: 8px;
	background: rgb(224, 3, 86);
    background: linear-gradient(0deg, rgba(224, 3, 86, 1) 0%, rgba(192, 29, 91, 1) 100%);
    box-shadow: 0 5px 0 0 #c01d5b;
	padding: 50px 75px;
	box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.1);
}

.calculator-slider-wrapper {
  padding-bottom: 30px;
}

.calculator-slider-wrapper .ui-slider-handle .value {
	position: absolute;
	top: -40px;
	left: 50%;
	transform: translate(-50%, 0);
	width: 100px;
	color: #fff;
	text-align: center;
	font-size: 25px;
	line-height: 25px;
	font-family: "Arboria", sans-serif;
	font-weight: 500;
}

.calculator-slider-wrapper .ui-slider-handle.ui-state-default.ui-corner-all.ui-state-focus {
	outline: none;
}

.calculator-slider-wrapper .ui-slider-handle .value {
    width: 170px;
}

.calculator .calculator-bottom {
	display: flex;
	align-items: center;
	color: #fff;
}

.calculator .calculator-bottom span {
	font-weight: 600;
}

.calculator .calculator-bottom button {
	margin-left: auto;
}

.calculator .input-helpers {
	display: flex;
    justify-content: space-between;
    color: #eee;
    position: relative;
    top: -11px;
    font-size: 12px;
	line-height: 12px;
}

.calculator-slider .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: 2px solid #fff;
    background: #001233;
    font-weight: bold;
    color: #1c94c4;
	border-radius: 50%;
	height: 30px;
    width: 30px;
}

.ui-slider-horizontal .ui-slider-handle {
    top: -11px;
}

.calculator-slider .ui-widget-content {
    height: 5px;
	background: #001233;
	border: 0;
}

.calculator-slider .ui-widget-header {
    border: 1px solid #66b907;
    background: #66b907;
}

.search-filters {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
}

.search-filters .filter-item {
	flex: 1;
}

.slider-2 .value {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	text-align: center;
	color: #001233;
	font-size: 16px;
	line-height: 16px;
}

.slider-2.ui-widget-content {
    height: 44px;
	background: #ebecef;
	border: 0;
	border-radius: 33px;
}

.slider-2 .ui-state-default,
.slider-2 .ui-widget-content .ui-state-default,
.slider-2 .ui-widget-header .ui-state-default {
	top: 0px;
    background: #fff;
	border-radius: 33px;
	height: 44px;
	min-width: 160px;
	box-shadow: 0 0 6px 0 rgba(0, 0, 0, .16);
	cursor: pointer;
}

.slider-2 .ui-widget-header {
    border: 1px solid #E00356;
    background: #E00356;
	border-top-left-radius: 33px;
	border-bottom-left-radius: 33px;
}

.panel {
	border: 1px solid #ccc;
	box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.1)
	background-color: #fff;
	border-radius: 5px;
}

.panel.sticky {
	position: sticky;
	top: 120px;
}

.panel .panel-body {
	padding: 20px;
}

.panel h3 {
	font-size: 25px;
	line-height: 25px;
	font-family: "Arboria", sans-serif;
	font-weight: 500;
}


.compare {
	position: relative;
}

.compare .value {
	font-size: 80px;
	line-height: 80px;
	font-family: "Arboria", sans-serif;
	font-weight: 900;
	color: #001233;
}

.compare p {
	font-size: 18px;
	line-height: 18px;
	font-family: "Arboria", sans-serif;
	font-weight: 500;
	margin-top: 20px;
}

.compare .bad {
	display: flex;
	align-items: center;
	height: 200px;
	background-color: #eee;
}

.compare .bad .value {
	text-decoration: line-through;
}

.compare .good {
	display: flex;
	align-items: center;
	height: 200px;
	background-color: #fefefe;
	text-align: right;
}

.compare .good .value {
	color: #E00356;
}

.compare .or {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
	width: 250px;
	height: 250px;
	border-radius: 100%;
	background-color: #E00356;
    background: linear-gradient(-90deg, rgba(224, 3, 86, 1) 0%, rgba(192, 29, 91, 1) 100%);
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 90px;
	line-height: 90px;
	color: #fff;
	font-family: "Arboria", sans-serif;
	font-weight: 900;
	animation-name: roll;
	animation-duration: 4s;
	animation-iteration-count: infinite;
	animation-fill-mode: forwards;
}

@keyframes roll {
	0% {
		transform: translate(-50%, -50%) rotate(0deg);
	}
	50% {
		transform: translate(-50%, -50%) rotate(360deg);
	}
	100% {
		transform: translate(-50%, -50%) rotate(0deg);
	}
}

.gallery {
	position: relative;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
	gap: 0;
	align-items: center;
	flex-wrap: wrap;
}

.gallery:after {
	position: absolute;
	content: '';
	width: 75%;
	height: 20px;
	right: 0;
	bottom: -20px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	background-color: #eee;
}

.gallery .item-gallery {
	position: relative;
	height: 220px;
	overflow: hidden;
}

.gallery img {
	position: relative;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 2s;
}

.gallery img:hover {
	transform: scale(1.5) rotate(5deg);
}

.gallery-fullscreen {
	display: flex;
	align-items: center;
	flex-direction: column;
	max-width: 92%;
	margin: 0 auto;
}

.gallery-fullscreen .preview {
	margin: 15px 0;
}

.gallery-fullscreen .preview .item {
	height: calc(100vh - 165px);
}

.gallery-fullscreen .preview .item.vertical {
	margin: 0 auto;
	max-width: 500px;
}

.gallery-fullscreen .preview .item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 8px;
}

.gallery-fullscreen .thumbnails {
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	justify-content: center;
	gap: 8px;
	margin-bottom: 15px;
}

.gallery-fullscreen .thumbnails .item {
	height: 120px;
	border: 4px solid #001233;
	border-radius: 5px;
	transition: .2s;
}

.gallery-fullscreen .thumbnails .item:hover {
	border-color: #888;
}

.gallery-fullscreen .thumbnails .item.active {
	border-color: #E00356;
}

.gallery-fullscreen .thumbnails .item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 5px;
}

.img-radius {
	border-radius: 5px;
}

.video-wrapper {
	position: relative;
}

.video-wrapper video {
	width: calc(100% - 20px);
	border-radius: 5px;
	margin-top: 20px;
	margin-left: 20px;
}

.video-wrapper .video-box {
	position: absolute;
	left: 0;
	top: 0;
	width: 150px;
	height: 150px;
	border-radius: 5px;
	background: rgb(224,3,86);
	background: linear-gradient(0deg, rgba(224,3,86,1) 0%, rgba(192,29,91,1) 100%);
	z-index: 10001;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	text-align: center;
}

.video-wrapper .video-box span {
	font-size: 40px;
	font-family: "Arboria", sans-serif;
	font-weight: 900;
	color: #fff;
}

.video-wrapper .video-box p {
	color: #efefef;
	font-size: 16px;
	font-family: "Arboria", sans-serif;
	font-weight: 700;
}

.partners {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	gap: 15px;
}

.partners li img {
	max-height: 30px;
	filter: brightness(0) invert(1);
	opacity: .75;
	transition: .3s;
}

.partners li img:hover {
	opacity: 1;
}

.faq h4 {
	position: relative;
	color: #000;
	text-transform: uppercase;
	font-size: 18px;
	color: #E00356;
	font-family: "Arboria", sans-serif;
	font-weight: 700;
	transition: .1s;
	margin-bottom: 15px;
	padding-left: 15px;
}

.faq h4:before {
	position: absolute;
	top: 50%;
	left: 0;
	border-radius: 5px;
	transform: translateY(-50%);
	content: '';
	display: inline-block;
	width: 5px;
	height: 20px;
	background: rgb(224,3,86);
	background: linear-gradient(0deg, rgba(224,3,86,1) 0%, rgba(192,29,91,1) 100%);
}

p.fast-contact span {
	color: #E00356;
	position: relative;
	top: 7px;
	padding-right: 10px;
}

.btn {
    font-weight: 600;
    font-size: 15px;
    line-height: 15px;
    padding: 15px 25px;
    transition: .3s;
    border-radius: 3px;
    border: 0;
    text-transform: uppercase;
}

.btn-1 {
	background-color: #E00356;
    color: #fff;
	box-shadow: 0 5px 0 0 #c01d5b;
	display: flex;
    align-items: center;
}

.btn-2 {
	background-color: #e6e6e6;
    color: #717171;
	box-shadow: 0 5px 0 0 #cecece;
	min-height: 59px;
	display: flex;
    align-items: center;
}

.btn-3 {
	background-color: transparent;
    color: #fff;
	display: flex;
    align-items: center;
	justify-content: center;
	border: 2px solid #fff;
}

.btn-3:hover {
	background-color: #fff;
    color: #E00356;
}

footer {
	position: relative;
	background-color: #001233;
	padding: 50px 0;
}

footer .box-item {
	position: relative;
	margin-bottom: 20px;
}

footer .box-item .inside {
	display: flex;
	align-items: center;
	position: relative;
	z-index: 2;
	padding: 10px 20px;
	border-radius: 8px;
    background-color: #002855;
}

footer .box-item:before {
    position: absolute;
    content: '';
    background: linear-gradient(0deg, rgba(224, 3, 86, 1) 0%, rgba(192, 29, 91, 1) 100%);
    left: -6px;
    top: -6px;
    height: 50%;
    width: 25%;
    z-index: 1;
    border-radius: 8px;
    transition: .5s;
}

footer .box-item:last-child {
	margin-bottom: 0px;
}

footer .box-item span {
	display: block;
	margin-bottom: 5px;
	color: #d0cdcd;
}

footer .box-item i {
	color: #fff;
	font-size: 22px;
	line-height: 22px;
	position: relative;
	top: -4px;
}

footer .box-item a {
	color: #fff;
	font-family: "Arboria", sans-serif;
	font-weight: 700;
	font-size: 20px;
}

footer .box-item p {
	margin-left: 20px;
}

footer ul.menu {
	display: flex;
	align-items: center;
	gap: 15px;
	flex-wrap: wrap;
}

footer ul li a {
	color: #fefefe;
}

footer h5 {
	color: #fff;
	margin-bottom: 20px;
}

footer p {
	color: #efefef;
}

footer p i {
	position: relative;
	top: 3px;
	padding-right: 10px;
}

footer p.motto {
	color: #8f8f8f;
}

footer a:hover {
	color: #ccc;
}

.pt0 { padding-top: 0px !important; }
.pt50 { padding-top: 50px !important; }
.pt100 { padding-top: 100px !important; }
.pb50 { padding-bottom: 50px !important; }
.pb100 { padding-bottom: 100px !important; }
.mt10 { margin-top: 10px !important; }
.mt20 { margin-top: 20px !important; }
.mt30 { margin-top: 30px !important; }
.mt50 { margin-top: 50px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb50 { margin-bottom: 50px !important; }
.pl50 { padding-left: 50px !important; }

/* ICONS */

.material-symbols-outlined {
	font-variation-settings:
	'FILL' 0,
	'wght' 400,
	'GRAD' 0,
	'opsz' 24
}

footer p span {
	margin-right: 5px;
    transform: translate(0px, 7px);
}

[type=submit]:not(:disabled) {
	display: flex;
    align-items: center;
	min-height: 59px;
}

[type=submit]:not(:disabled) span {
	margin-left: 10px;
	transform: translate(0px, 1px);
}

.frontpage.homepage {
	background-image: url(../img/slide-4.jpg);
	background-size: cover;
	background-position: center center;
	min-height: 680px;
}

.frontpage .wrapper {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 25px 0px 75px 0;
}

.frontpage .wrapper iframe {
    mask-image: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 56%), 
    linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 68%), 
    linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 55%), 
    linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 50%);
    mask-composite: intersect;
    transition: 3s;
    flex: 1;
	opacity: .6;
}

.frontpage .wrapper iframe:hover {
    mask-image: linear-gradient(to top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 100%), 
    linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 100%), 
    linear-gradient(to left, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 100%), 
    linear-gradient(to right, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 100%);
    mask-composite: intersect;
	opacity: 1;
}

.frontpage .wrapper .intro-text {	
	color: #ffff;
	width: 50%;
}

.frontpage .wrapper .intro-text a {
	display: inline-block;
}

.frontpage .wrapper .intro-text h1 {
	font-size: 44px;
    font-weight: 600;
    color: #ffff;
	font-family: "Arboria", sans-serif;
	font-weight: 400;
}

.frontpage .wrapper .intro-text p {
	margin-top: 15px;
	color: #efefef;
	margin-bottom: 30px;
}

.contacts {
	display: flex;
	flex-wrap: wrap;
	background-color: #fff;
    padding: 50px;
	border-radius: 5px;
	margin-top: -50px;
	position: relative;
}

.contacts:before {
	position: absolute;
	content: '';
	background: linear-gradient(0deg, rgba(224, 3, 86, 1) 0%, rgba(192, 29, 91, 1) 100%);
	left: -6px;
	top: -6px;
	height: 50%;
	width: 50%;
	z-index: 1;
	border-radius: 5px;
}

.contacts:after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 5px;
    background-color: #ffff;
    z-index: 2;
}

.contacts * {
	z-index: 3;
	position: relative;
}

.contacts .details {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 30px;
}

.contacts .details > .item {
	display: flex;
	align-items: center;
	flex-direction: column;
	text-align: center;
}

.contacts .details .item i {
	font-size: 30px;
    line-height: 30px;
	color: #001233;
}

.contacts .details .item h6 {
	font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}

.contacts span.title {
	display: block;
	margin: 15px 0;
	font-size: 15px;
	line-height: 15px;
    font-weight: 600;
    text-transform: uppercase;
	color: #E00356;
}

.contacts .more-details {
	flex: 1;
	padding-left: 50px;
}

.opening-hours .item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px dashed #999;
	padding: 5px 0;
}

.opening-hours .item span {
	
}

/* OFFERS */

.offers {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 30px;
}

.offers .item {
	position: relative;
	text-align: center;
	border: 2px solid #eee;
	padding: 20px;
	height: 400px;
	border-radius: 5px;
}

.offers .item:after {
	position: absolute;
	right: -20px;
	bottom: -20px;
	border-radius: 5px;
	content: '';
	width: 75%;
	height: 50px;
	background-color: #eee;
}

.offers .item .item-content {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 75%;
	transform: translate(-50%, -50%);
	z-index: 4;
	padding: 20px;
}

.offers .item .item-content * {
	position: relative;
	z-index: 5;
}

.offers .item .item-content:before {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	border-radius: 5px;
    background: rgb(224, 3, 86);
    background: linear-gradient(0deg, rgba(224, 3, 86, 1) 0%, rgba(192, 29, 91, 1) 100%);
	opacity: .65;
	z-index: 3;
	transition: .3s;
}

.offers .item:hover .item-content:before {
	opacity: .9;
}

.offers .item .item-content h2 {
	font-size: 40px;
    font-family: "Arboria", sans-serif;
	font-weight: 900;
    color: #fff;
	margin-bottom: 15px;
}

.offers .item img {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 5px;
	z-index: 1;
}

.offers .item > a {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 3;
}

/* BLOG */

.blog-posts {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 20px;
}

.blog-posts .item {
	position: relative;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	border: 1px solid #eee;
	box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.1);
	background-color: #fff;
	border-radius: 8px;
}

.blog-posts .item .item-image {
	width: 100%;
	height: 350px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}

.blog-posts .item .item-image a {
	height: 350px;
}

.blog-posts .item .item-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}

.blog-posts .item .item-content {
	padding: 20px;
}

.blog-posts .item .item-content h3 {
	text-align: left;
	font-size: 22px;
    font-weight: 500;
    color: #001233;
	margin-bottom: 15px;
}

.blog-posts .item .item-content p.description {
	margin: 20px 0;
}

.blog-posts .item .item-content p.publication-date {
	font-size: 14px;
	line-height: 14px;
}

.blog-posts .item .item-content a {
	justify-content: center;
}

/* SINGLE BLOG POST */

.blog-single-post {
	background-color: #fff;
	max-width: 755px;
	margin: 0 auto;
	border-radius: 8px;
	padding: 20px;
}

.blog-single-post .post-content {
	font-size: 18px;
}

.blog-single-post .post-content a {
	color: #E00356;
    font-family: "Arboria", sans-serif;
	font-weight: 500;
}

.blog-single-post .post-content h2 {
	font-size: 28px;
    font-family: "Arboria", sans-serif;
	font-weight: 500;
    color: #001233;
	margin-bottom: 20px;
}

.blog-single-post .post-content h3 {
	font-size: 24px;
    font-family: "Arboria", sans-serif;
	font-weight: 500;
    color: #001233;
	margin-bottom: 20px;
}

.blog-single-post .post-image {
	height: 480px;
}

.blog-single-post .post-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* BLOG AUTHOR */

.blog-author {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 15px;
	background-color: #fff;
	padding: 15px;
	border-radius: 8px;
	border: 1px solid #eee;
    box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.05);
}

.blog-author .avatar {
	width: 150px;
	height: 150px;
	border-radius: 8px;
	border: 1px solid #ddd;
}

.blog-author .avatar img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 8px;
}

.blog-author .details {
	flex: 1;
}

.blog-author .details h5 {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	margin-bottom: 10px;
}

.blog-author .details h5 .author {
	line-height: 11.5px;
    font-size: 11.5px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 5px 8px;
    border-radius: 5px;
	background-color: #73c1ff;
    color: #fff;
	display: inline-block;
}

/* ESTATES */

.estates {
	display: grid;
	grid-template-columns: 1fr;
	gap: 20px;
}

.estates.view-2 {
	grid-template-columns: 1fr 1fr 1fr;
}

.estates .item {
	position: relative;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	border: 1px solid #eee;
	box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.1);
	background-color: #fff;
}

.estates.view-2 .item {
	flex-direction: column;
}

.estates .item .item-images {
	position: relative;
	width: 100%;
	height: 370px;
}

.estates .item .item-images a {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 4;
}

.estates .item .item-images .status-overlay {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	background: linear-gradient(0deg, rgba(224, 3, 86, .5) 0%, rgba(192, 29, 91, .5) 100%);
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	z-index: 3;
	color: #fff;
    font-family: "Arboria", sans-serif;
	font-weight: 700;
	font-size: 20px;
}

.estates .item .item-images .status-overlay.status-2 {
	background: rgba(239, 177, 12, .5);
}

.estates .item .item-images > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}

.estates .item .item-images .image-extras {
	position: absolute;
	right: 40px;
	bottom: 20px;
	z-index: 2;
	display: flex;
	align-items: center;
	gap: 10px;
	max-width: 75%;
}

.estates .item .item-images .image-extras img {
	max-width: 33.33%;
	max-height: 80px;
}

.estates .item .item-content {
	width: 50%;
	padding: 20px;
}

.estates.view-2 .item .item-content {
	width: 100%;
}

.estates .item .item-images a {
	display: block;
	height: 370px;
	width: 100%;
}

.estates .item .item-images a img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 5px;
}

.estates .item h3 {
	font-size: 22px;
    font-weight: 600;
    color: #001233;
	font-family: "Arboria", sans-serif;
	font-weight: 500;
	margin: 20px 0;
}

.estates.view-2 .item h3 {
	margin-top: 0;
}

.estates .item .details {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
}

.estates .item .details li {
	display: flex;
	gap: 10px;
}

.estates .item .details i {
	position: relative;
	top: 2px;
	color: #E00356;
	font-size: 20px;
	line-height: 20px;
}

.estates .item .details span {
	display: block;
	margin-bottom: 5px;
    font-family: "Arboria", sans-serif;
	font-weight: 400;
	color: #999;
}

.estates .item .details p {
    font-family: "Arboria", sans-serif;
	font-weight: 500;
	font-size: 15px;
	line-height: 18px;
}

.estates .item .price {
	margin-top: 10px;
	font-size: 20px;
}

.estates .item .price span {
    font-family: "Arboria", sans-serif;
	font-weight: 900;
	color: #E00356;
	font-size: 30px;
}

.estates .item .price span.currency {
    font-family: "Arboria", sans-serif;
	font-weight: 500;
	font-size: 18px;
}

.estates .item .item-buttons {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-top: 20px;
}

/* OFFER SINGLE */

.offer-title {
	margin-bottom: 10px;
}

.offer-title p {
	margin-top: 10px;
}

.offer-header {
	margin-left: auto;
	text-align: right;
}

.offer-header span {
	display: block;
}

.offer-header span.price-installment {
	font-family: "Arboria", sans-serif;
	font-weight: 700;
    color: #E00356;
    font-size: 18px;
}

.offer-header span.price {
	font-family: "Arboria", sans-serif;
	font-weight: 500;
    color: #001233;
    font-size: 18px;
}

.installments-calculator .alert {
	position: relative;
}

.installments-calculator .alert i {
	position: absolute;
	left: 10px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 70px;
	line-height: 70px;
	opacity: .15;
}

.gallery-preview {
	position: relative;
	width: 100%;
	height: 460px;
	border-radius: 8px;
	border: 1px solid #ccc;
	margin-top: 20px;
}

.gallery-preview .preview {
	width: 100%;
	height: 460px;
}

.gallery-preview .preview img {
	cursor: pointer;
}

.gallery-preview a {
	position: absolute;
	top: 50%;
	transform: translateX(-50%);
	z-index: 3;
	width: 0;
	height: 0;
	border-style: solid;
	border-top: 25px solid transparent;
	border-bottom: 25px solid transparent;
	transition: .3s;
}

.gallery-preview a[data-arrow="right"] {
	right: 20px;
	border-left: 30px solid rgba(255, 255, 255, .4);
	border-right: 0;
	z-index: 2;
}

.gallery-preview a[data-arrow="right"]:hover {
	right: 20px;
	border-left-color: rgba(255, 255, 255, .8);
}

.gallery-preview a[data-arrow="left"] {
	left: 40px;
	border-right: 30px solid rgba(255, 255, 255, .4);
	border-left: 0;
	z-index: 2;
}

.gallery-preview a[data-arrow="left"]:hover {
	border-right-color: rgba(255, 255, 255, .8);
}

.gallery-preview img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	border-radius: 8px;
}

.offer-gallery {
	margin: 15px 0;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
}

.offer-gallery .item {
	width: 150px;
	height: 150px;
	border-radius: 8px;
	border: 1px solid #ccc;
}

.offer-gallery .item.big {
	width: 100%;
	height: 460px;
}

.offer-gallery img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	border-radius: 8px;
	cursor: pointer;
	transition: .3s;
}

.offer-gallery img:hover {
	opacity: .5;
}

.offer-gallery .item.selected img {
	opacity: .5;
}

.offer-section {
	font-size: 18px;
    color: #001233;
    font-family: "Arboria", sans-serif;
	font-weight: 500;
	background-color: #eee;
	padding: 10px 20px;
	border-radius: 5px;
}

.legacy-text {
	border-top: 1px solid #ddd;
	padding-top: 10px;
	font-size: 14px;
	line-height: 22px;
	font-style: italic;
	color: #464646;
}

.legacy-text strong {
    font-family: "Arboria", sans-serif;
	font-weight: 500;
}

.guardian-header {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	background-color: #E00356;
	padding: 20px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	color: #fff;
}

.guardian-header .avatar {
	position: relative;
	width: 140px;
	height: 140px;
	border-radius: 8px;
	margin-bottom: 15px;
}

.guardian-header .avatar:before {
    position: absolute;
    content: '';
    background-color: #001233;
    left: -6px;
    top: -6px;
    height: 75%;
    width: 75%;
    z-index: 1;
    border-radius: 8px;
}

.guardian-header .avatar img {
	position: relative;
    z-index: 2;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 8px;
}

.guardian-header h4 {
    font-family: "Arboria", sans-serif;
	font-weight: 500;
	font-size: 18px;
	color: #fff;
}

.guardian-header span {
   display: block;
   margin-bottom: 15px;
}

.guardian-header a {
	color: #fff;
}

.guardian-panel {
	background-color: #f4f4f4;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	padding: 10px 20px;
}

.guardian-contacts {
	display: flex;
	justify-content: center;
	flex-direction: column;
	width: 100%;
}

.guardian-contacts li {
	display: flex;
	align-items: center;
	padding: 10px 0;
	border-bottom: 1px solid rgba(255, 255, 255, .3);
}

.guardian-contacts li:first-child {
	padding-top: 0;
}

.guardian-contacts li:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}

.guardian-contacts li a {
	margin-left: auto;
    font-family: "Arboria", sans-serif;
	font-weight: 500;
}

/* BREADCRUMBS */

.breadcrumbs {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 5px;
	margin-bottom: 30px;
}

.breadcrumbs li {
	display: flex;
	align-items: center;
	position: relative;
}

.breadcrumbs li:before {
	position: relative;
	content: '\00BB';
	margin: 0 5px;
}

.breadcrumbs li:first-child:before {
	content: '';
	margin: 0;
}

.socials {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.socials li a {
	text-transform: uppercase;
    font-family: "Arboria", sans-serif;
	font-weight: 500;
}

.socials li a i {
	position: relative;
	top: 2px;
	padding-right: 7px;
	font-size: 16px;
	line-height: 16px;
	color: #E00356;
}

.filled-title {
	margin-top: -50px;
    background-color: #E00356;
    padding: 20px;
    color: #fff;
    font-weight: 600;
    font-size: 30px;
    max-inline-size: fit-content;
}

.description-text {
	padding: 30px 0px;
}

.description-text h2 {
	text-align: left;
	color: #E00356;
	margin-bottom: 20px;
}

.description-text p {
	margin-bottom: 20px;
}

.description-text h1 {
	font-size: 44px;
    font-weight: 600;
    color: #E00356;
    font-family: "Arboria", sans-serif;
	font-weight: 300;
	text-transform: uppercase;
}

.statistics-section {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 15px;
	margin-bottom: 50px;
}

.statistics-section .stat-item {
	margin: 10px;
	padding: 40px 30px;
	border-radius: 5px;
	display: flex;
	align-items: center;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.statistics-section .stat-item h2 {
	color: #E00356;
	font-weight: 600;
	margin-right: 20px;
}

.statistics-section .stat-item h3 {
	color: #001233;
	font-weight: 600;
	margin-bottom:20px;
}

.statistics-section .stat-item p {
	color: #717171;
}

.estate-sky {
	background-image: url(../img/estate-sky.jpg);
    background-size: cover;
    background-position: center center;
    min-height: 600px;
    position: relative;
}

.our-mission {
	display: flex;
    min-height: 600px;
    align-content: end;
    justify-content: center;
}

.our-mission .item {
	background-color: #fff;
    padding: 40px 30px;
    border-bottom: 8px #E00356 solid;
    border-radius: 5px;
    margin: 5px;
    position: relative;
    margin-bottom: 50px;
}

.our-mission .item h6 {
	font-size: 15px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    margin: 15px 0px;
    color: #E00356;
}

.our-mission .item p {
    text-align: center;
}

.our-mission .item i {
	position: absolute;
    background-color: #E00356;
    padding: 40px;
    border-radius: 100%;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
	font-size: 30px;
    color: white;
}

.our-team {
	padding: 50px 0px 0px 0px;
}

.our-team .team-title {
    color: white;
    text-align: center;
	margin-bottom: 50px;
}

.our-team .our-team-persons {
	display: flex;
    justify-content: center;
}

.our-team .item {
	position: relative;
	height: 500px;
	margin: 10px;
	width: 360px;
}

.our-team .item img {
	border-radius: 5px;
	width: 100%;
    height: 100%;
    object-fit: cover;
}

.our-team .item div {
	position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 40px;
    z-index: 2;
}

.our-team .item div h3 {
	margin-bottom: 10px;
}

.our-team .item .mask {
	background: linear-gradient(0deg, rgba(0, 18, 51, 1) 0%, rgba(0, 18, 51, 0) 39%);
    height: 100%;
    width: 100%;
    z-index: 1;
}

.our-team .owl-nav {
	font-size: 100px;
    display: flex;
    justify-content: center;
    color: #fff;
    gap: 50px;
}

/* TEAM */

.team {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 30px;
}

.team .item {
	border-radius: 8px;
	border: 1px solid #ddd;
	box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.05);
}

.team .item .item-image {
	position: relative;
	height: 450px;
	z-index: 1;
	border-radius: 8px;
}

.team .item .item-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 8px;
}

.team .item .user-personal {
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: #fff;
	z-index: 2;
	border-top-right-radius: 8px;
	padding: 10px 20px;
	font-family: "Arboria", sans-serif;
	font-weight: 500;
    font-size: 18px;
    color: #001233;
}

.team .item .user-personal span {
	display: block;
	color: #656565;
	font-size: 16px;
	line-height: 16px;
	margin-top: 5px;
	font-family: "Arboria", sans-serif;
	font-weight: 400;
}

.team .item .item-details {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 10px;
	flex-wrap: wrap;
	padding: 10px 30px;
}

.team .item .item-details a {
	display: block;
	flex: 1;
	border-radius: 8px;
	background-color: #eee;
	padding: 5px 10px;
	font-family: "Arboria", sans-serif;
	font-weight: 500;
}

.team .item .item-details a i {
	position: relative;
	top: 3px;
	padding-right: 6px;
}

.customer-service .team {
	display: flex;
    justify-content: center;
}

.customer-service .team .item {
	min-width: 350px;
}

.steps {
	max-width: 760px;
	margin: 0 auto;
	display: block;
}

.steps .item {
	width: 50%;
	border-radius: 12px;
    box-shadow: 0 6px 20px 0 rgb(0 0 0 / 5%);
	padding: 30px 20px;
	font-size: 18px;
    font-weight: 600;
    color: #000;
    line-height: 24px;
	border: 2px dashed #E00356;
	clear: both;
	position: relative;
	text-align: center;
	box-shadow: 4px 4px 20px 0 rgb(0 0 0 / 5%);
}

.steps .item > i {
	display: block;
	font-size: 50px;
	margin-bottom: 15px;
	color: #E00356;
	animation-name: tada;
	animation-duration: 2s;
	animation-iteration-count: infinite;
}

.steps .item.item-1 > i {
	animation-duration: 2s;
}

.steps .item.item-2 > i {
	animation-duration: 2.2s;
}

.steps .item.item-3 > i {
	animation-duration: 2.4s;
}

.steps .item.item-4 > i {
	animation-duration: 2.6s;
}

.steps .item span i {
	position: absolute;
	left: 50%;
	bottom: -85px;
}

.steps .item > span {
	display: block;
	font-size: 50px;
	margin-bottom: 15px;
	color: #fcc716;
}

.steps .item.item-1:before {
	position: absolute;
	content: '';
	left: 50%;
	bottom: -85px;
	height: 85px;
	width: 2px;
	border-left: 2px dashed #E00356;
	transform: translateX(-50%);
}

.steps .item.item-1:after {
	position: absolute;
	content: "";
	left: 50%;
	bottom: -85px;
	height: 2px;
	width: 50%;
	border-bottom: 2px dashed #E00356;
	padding-bottom: 10px;
	color: #E00356;
}

.steps .item.item-2 {
	margin: 50px 0;
	float: right;
}

.steps .item.item-2:before {
	position: absolute;
	content: '';
	left: 50%;
	bottom: -85px;
	height: 85px;
	width: 2px;
	border-left: 2px dashed #E00356;
	transform: translateX(-50%);
}

.steps .item.item-2:after {
	position: absolute;
	content: '';
	right: 50%;
	bottom: -85px;
	height: 2px;
	width: 50%;
	border-bottom: 2px dashed #E00356;
}

.steps .item.item-3:before {
	position: absolute;
	content: '';
	left: 50%;
	bottom: -85px;
	height: 85px;
	width: 2px;
	border-left: 2px dashed #E00356;
	transform: translateX(-50%);
}

.steps .item.item-3:after {
	position: absolute;
	content: '';
	left: 50%;
	bottom: -85px;
	height: 2px;
	width: 50%;
	border-bottom: 2px dashed #E00356;
}

.steps .item.item-4 {
	margin: 50px 0;
	float: right;
}

.video-full-section {
    position: relative;
}

.video-full-section:before {
    position: absolute;
    content: '';
    background: linear-gradient(0deg, rgb(0, 18, 51, 1) 0%, rgb(0, 18, 51, 1) 100%);
    left: -10px;
    top: -10px;
    height: 50%;
    width: 50%;
    z-index: 1;
    border-radius: 5px;
    transition: .5s;
}

.video-full-section video {
	position: relative;
	z-index: 2;
	width: 100%;
	height: 100%;
	border-radius: 5px;
}

.clearfix { clear: both; }

.for-buyers-hero {
	display: flex;
	min-height: 400px;
    overflow: hidden;
	position: relative;
	margin-bottom: 50px;
}

.hero-title {
	width: 45%;
    display: flex;
    flex-direction: column;
    justify-content: center;
	z-index: 3;
	margin-left: 30px;
}

.for-buyers-hero h6 {
	font-size: 15px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #E00356;
}

.for-buyers-hero h2 {
    color: #fff;
	margin-bottom: 30px;
}

.for-buyers-hero p {
    color: #fff;
	text-align: center;
}

.for-buyers-hero img {
    position: absolute;
	z-index: 0;
	width: 100%;
}

.for-buyers-hero .mask {
	background: linear-gradient(349deg, rgba(0,18,51,0) 0%, rgba(0,18,51,1) 51%);
	width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
}

.accordion h2 button {
	font-size: 18px;
    font-family: "Arboria", sans-serif;
	font-weight: 500;
}

.whom-section {
	text-align: center;
}

.whom-section h2 {
	background-color: #E00356;
    color: white;
    padding: 20px;
    inline-size: fit-content;
    margin-left: auto;
    margin-right: auto;
}

.whom-section h3 {
	margin: 40px 0px;
}

.whom-section .whom-examples-work {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 15px;
}

.whom-section .whom-examples-work h6 {
	font-size: 17px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #E00356;
}

.whom-section .whom-examples-work img {
	width: 100%;
    border-radius: 5px;
    margin-bottom: 20px;
}

.whom-section .whom-examples-work .item {
	padding: 20px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
	overflow: hidden;
}

/* STATS */

.stats {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 15px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 50px 0;
}

.stats .item {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 15px;
}

.stats .item .value {
	font-size: 65px;
	line-height: 65px;
	font-weight: 600;
	color: #E00356;
}

.stats .item p {
	font-size: 16px;
	line-height: 20px;
	text-transform: uppercase;
	font-weight: 500;
	color: #999;
}

/* WINDOW */

.window {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,.65);
	z-index: 100006;
	display: none;
}

.window.show {
	display: block;
	animation-name: fadeIn;
	animation-duration: .3s;
}

.window .window-body {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 50%;
	background-color: #fff;
	border-radius: 2px;
	padding: 30px 40px;
	display: none;
	max-height: 90%;
	max-width: 1680px;
	overflow-y: auto;
}

.window.window-50 .window-body {
	width: 50%;
}

.window.window-fullscreen .window-body {
	padding: 0px;
	width: 100%;
	max-width: 100%;
	height: 100vh;
	max-height: 100vh;
	background-color: #001233;
	border-radius: 0px;
}

.window.window-full .window-body {
	width: 98%;
	min-height: 98%;
	max-height: 98%;
	overflow: auto;
	height: 98%;
	padding: 20px 30px;
}

.window.show .window-body {
	display: block;
	animation-name: show-window-body;
	animation-duration: .3s;
	transform: translate(-50%, -50%);
}

@keyframes show-window-body {
	0% {
		top: 200%;
	}
	100% {
		top: 50%;
	}
}

.window .window-body .window-close {
	position: absolute;
	right: 10px;
	top: 10px;
	font-weight: 600;
	cursor: pointer;
	width: 26px;
	height: 26px;
	border-radius: 4px;
	background-color: #f6f6f6;
    color: rgb(23, 116, 226);
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	transition: .2s;
}

.window .window-body .window-close:hover {
	background-color: #f1f1f1;
}

.window .window-body .window-close i {
	font-size: 28px;
	transition: .1s;
}

.window .window-body .window-close:hover i {
	color: #000;
}

.window .window-body h3 {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 20px;
	font-weight: 700;
	color: #001b47;
}

.window .window-body h4 {
	font-size: 18px;
	font-weight: 600;
	color: #001b47;
}

.mobile-menu {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 100001;
	background-color: #fff;
	padding: 30px;
	overflow-y: auto;
}

.mobile-menu.show {
	display: block;
}

.mobile-menu ul li {
	display: block;
}

#nav-icon2 {
	display: none;
	position: fixed;
	right: 30px;
	top: 25px;
	width: 25px;
	height: 25px;
	transition: .5s ease-in-out;
	cursor: pointer;
	z-index: 100005;
}

#nav-icon2 span {
	display: block;
	position: absolute;
	height: 4px;
	width: 50%;
	background-color: #fff;
	opacity: 1;
	transition: .25s ease-in-out;
}

#nav-icon2.open span {
	background-color: #001233;
}

#nav-icon2 span:nth-child(even) {
	left: 50%;
	border-radius: 0 3px 3px 0;
}

#nav-icon2 span:nth-child(odd) {
	left: 0px;
	border-radius: 3px 0 0 3px;
}

#nav-icon2 span:nth-child(1), #nav-icon2 span:nth-child(2) {
	top: 0px;
}

#nav-icon2 span:nth-child(3), #nav-icon2 span:nth-child(4) {
	top: 8px;
}

#nav-icon2 span:nth-child(5), #nav-icon2 span:nth-child(6) {
	top: 16px;
}

#nav-icon2.open span:nth-child(1),#nav-icon2.open span:nth-child(6) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

#nav-icon2.open span:nth-child(2),#nav-icon2.open span:nth-child(5) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

#nav-icon2.open span:nth-child(1) {
	left: 6px;
	top: 8px;
}

#nav-icon2.open span:nth-child(2) {
	left: calc(50% - 6px);
	top: 8px;
}

#nav-icon2.open span:nth-child(3) {
	left: -50%;
	opacity: 0;
}

#nav-icon2.open span:nth-child(4) {
	left: 100%;
	opacity: 0;
}

#nav-icon2.open span:nth-child(5) {
	left: 6px;
	top: 8px;
}

#nav-icon2.open span:nth-child(6) {
	left: calc(50% - 6px);
	top: 8px;
}

.search {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.search-wrapper {
	background-color: #fff;
	border-radius: 8px;
	padding: 15px;
}

.search-wrapper .location-input {
	position: relative;
}

.search-wrapper .location-input .hints {
	position: absolute;
	top: 50px;
	left: 0;
	right: 0;
	z-index: 50;
	background-color: #fff;
	box-shadow: 0 0 60px rgb(14 42 71 / 25%);
	border: 1px solid #eee;
	border-radius: 8px;
}

.search-wrapper .location-input .hints ul {
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.search-wrapper .location-input .hints ul li a {
	display: block;
	padding: 10px 15px;
}

.search-wrapper .form-space {
	margin-top: 0;
}

.search-wrapper .form-space label {
	color: #000;
}

.search-wrapper .form-space select {
	width: 100%;
	display: block;
	padding: 10px 15px;
	background-color: #f2f3f6;
	color: #343434;
	min-height: 50px;
	border-radius: 8px;
	border: 1px solid rgba(255, 255, 255, .3);
	box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.05);
	font-size: 18px;
}

.search-wrapper .form-space input {
	width: 100%;
	display: block;
	padding: 10px 15px;
	background-color: #f2f3f6;
	color: #343434;
	min-height: 50px;
	border-radius: 8px;
	border: 1px solid rgba(255, 255, 255, .3);
	box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.05);
	font-size: 18px;
}

.search-wrapper .form-space .btn-1 {
	width: 100%;
	display: block;
	min-height: 50px;
	box-shadow: none;
}

.status-overlay-warning {
	background-color: #E00356;
    border-radius: 8px;
    text-align: center;
    padding: 30px;
    margin-bottom: 20px;
	color: #fff;
    font-family: "Arboria", sans-serif;
	font-weight: 700;
    font-size: 20px;
}

.gallery-preview .status-overlay {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    background: linear-gradient(0deg, rgba(224, 3, 86, .5) 0%, rgba(192, 29, 91, .5) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    z-index: 2;
    color: #fff;
    font-family: "Arboria", sans-serif;
	font-weight: 700;
    font-size: 20px;
}

.alert strong.title {
	color: #E00356;
	font-size: 25px;
}

.alert strong.signature {
	float: right;
}

.alert p {
	margin: 10px 0px;
}

.alert p strong {
	color: #E00356;
	font-weight: 900;
}

.window .window-body .alert .window-close {
	font-size: 19px;
	right: -11px;
    top: -8px;
	width: 37px;
    height: 37px;
}

.atton-marquee {
	background-color: #E00356;
	height: 55px;
	overflow: hidden;
}

.atton-marquee strong {
	font-weight: 900;
}

.js-marquee p {
	font-size: 21px;
    margin: 10px 0px;
	color: #ffff;
}

@media (min-width: 0px) and (max-width: 991px) {
	
	header {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	
	header .wrapper {
		flex-direction: column;
	}
	
	header .right-side {
		margin-top: 15px;
	}
	
	header .top-bar ul {
		margin-left: 0px;
	}
	
	header .main-menu {
		display: none;
	}
	
	header .logo {
		width: 130px;
	}
	
	header .top-bar .address {
		display: none;
	}
	
	header .top-bar ul li:last-child {
		display: none;
	}
	
	header .top-bar ul li a {
		padding: 10px 5px;
	}
	
	#nav-icon2 {
		display: block;
	}
	
	.mobile-menu ul li a {
		display: block;
		padding: 5px 10px;
	}
	
	.frontpage.homepage {
		background-position: 70% 30%;
	}
	
	.search-wrapper {
		max-width: 100%;
		gap: 10px;
		padding: 10px 15px;
		flex-direction: column;
	}
	
	.search-wrapper .form-space {
		min-width: 100%;
	}

	.form-wrapper {
		padding: 50px 20px;
	}
	
	.form-wrapper h2 {
		font-size: 28px;
	}
	
	.form-wrapper .form-space.big-center {
		width: 100%;
	}

	.form-wrapper .icon-items {
		grid-template-columns: 1fr;
		gap: 15px;
	}
	
	.form-wrapper .icon-items.grid-3 {
		grid-template-columns: 1fr 1fr;
	}
	
	.form-wrapper .icon-items.grid-4 {
		grid-template-columns: 1fr 1fr;
	}
	
	.form-wrapper .icon-items .item {
		height: 80px;
		flex-direction: row;
		justify-content: flex-start;
		padding: 10px 20px;
	}
	
	.form-wrapper .icon-items .item h4 {
		font-size: 18px;
		padding-left: 15px;
		margin-top: 0;
	}
	
	.form-wrapper .icon-items .item i {
		font-size: 40px;
		line-height: 40px;
	}
	
	.form-wrapper .icon-items .item h4 span {
		font-size: 35px;
	}
	
	.section-title.with-menu ul {
		margin-left: 0;
		margin-top: 10px;
	}

	h2 {
		font-size: 30px;
	}
	
	.about-boxes {
		grid-template-columns: 1fr;
		gap: 15px;
	}
	
	.gallery {
		grid-template-columns: 1fr 1fr;
	}
	
	.contacts {
		flex-direction: column;
	}
	
	.contacts .details {
		grid-template-columns: 1fr;
		gap: 15px;
	}
	
	.contacts .more-details {
		padding-left: 0px;
	}
	
	.customer-service .team {
		display: grid;
	}
	
	.frontpage .wrapper .intro-text {
		width: 100%;
		text-align: center;
	}
	
	.frontpage .wrapper iframe {
		mask-image: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 20%), 
		linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 20%), 
		linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 20%), 
		linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 20%);
		opacity: 1;
		margin-top: 50px;
	}
	
	.stats {
		grid-template-columns: 1fr;
		gap: 30px;
	}
	
	.stats .item .value {
		width: 40%;
		text-align: right;
	}
	
	.stats .item p {
		flex: 1;
	}
	
	.contact-details {
		margin-top: -25px;
	}

	.description-text .row div:last-of-type {
		display: none;
	}
	
	.statistics-section {
		grid-template-columns: 1fr;
	}
	
	.our-mission {
		padding: 70px 10px 10px 10px;
	}
	
	.big-stats {
		flex-direction: column;
	}
	
	.big-stats p {
		font-size: 88px;
		line-height: 88px;
	}
	
	.big-stats p span {
		font-family: "Arboria", sans-serif;
		font-weight: 300;
		font-size: 78px;
		line-height: 70px;
	}
	
	.text-presentation {
		padding-left: 0;
		padding-top: 200px;
	}
	
	.text-presentation:before {
		position: absolute;
		content: '';
		left: 50%;
		top: 0;
		transform: translateX(-50%);
		width: 4px;
		height: 150px;
	}
	
	.compare .value {
		font-size: 50px;
		line-height: 50px;
	}
	
	.compare .bad,
	.compare .good {
		height: 300px;
	}
	
	.compare .or {
		width: 150px;
		height: 150px;
		font-size: 60px;
		line-height: 60px;
	}
	
	.calculator {
		padding: 20px;
	}
	
	.calculator .calculator-bottom {
		flex-direction: column;
		text-align: center;
	}
	
	.calculator .calculator-bottom a {
		width: 100%;
		margin-top: 10px;
	}
	
	.for-buyers-hero {
		min-height: 500px;
	}
	
	.for-buyers-hero .hero-title {
		width: 100%;
		margin-left: 0px;
	}

	.for-buyers-hero img {
		bottom: 0;
		top: auto;
	}
	
	.mobile-container-buyers.container {
		padding: 0;
	}
	
	.for-buyers-hero .mask {
		background: linear-gradient(0deg, rgba(0,18,51,0) 0%, rgba(0,18,51,1) 39%);
	}
	
	.for-buyers-hero .hero-title {
		padding: 0px 15px;
	}
	
	.whom-section .whom-examples-work {
		grid-template-columns: 1fr;
	}
	
	.offers {
		grid-template-columns: 1fr;
		gap: 15px;
	}
	
	.offers .item .item-content h2 {
		font-size: 35px;
	}

	.estates.view-2 {
		grid-template-columns: 1fr;
	}
	
	.estates .item {
		flex-direction: column;
	}
	
	.estates .item .item-content {
		width: 100%;
	}
	
	.window .window-body {
		width: 90%;
		padding: 20px;
	}
	
	.window.window-50 .window-body {
		width: 90%;
		padding: 20px;
	}
	
	.m-mt10 { margin-top: 10px !important; }
	.m-mt20 { margin-top: 20px !important; }

	.team {
		grid-template-columns: 1fr;
		gap: 20px;
	}
	
	.customer-service .team .item {
		min-width: auto;
	}
	
	.blog-author {
		flex-direction: column;
	}

	.gallery-fullscreen .preview {
		margin: 10px 0;
	}
	
	.gallery-fullscreen .thumbnails {
		grid-template-columns: 1fr 1fr 1fr 1fr;
		gap: 5px;
		margin-bottom: 15px;
	}
	
	.gallery-fullscreen .thumbnails .item {
		height: 100px;
	}
	
	.alert {
		font-size: 12px;
	}
	
	.alert strong.title {
		color: #E00356;
		margin-bottom: 10px;
		font-size: 20px;
	}

	.alert strong.signature {
		margin-top: 10px;
		float: right;
	}

	.alert p {
		margin: 10px 0px;
	}
	
	.alert p strong {
		font-weight: 900;
	}
	
	
	.our-team .our-team-persons {
		display: block;
	}
	
	.our-team .our-team-persons .item {
		width: auto;
	}
	
}

@media (min-width: 1200px) {
	.container {
		max-width: 1280px;
	}
}
/* ========== SHOP (Sklep) ========== */
.product-card { background:#fff; border:1px solid #e6e8ef; border-radius:12px; overflow:hidden; transition:transform .2s, box-shadow .2s; display:flex; flex-direction:column; }
.product-card:hover { transform:translateY(-3px); box-shadow:0 10px 30px rgba(0,0,0,.08); }
.product-card .product-image { display:block; background:#f5f7fa; aspect-ratio:1/1; overflow:hidden; }
.product-card .product-image img { width:100%; height:100%; object-fit:cover; display:block; }
.product-card .product-body { padding:18px 18px 18px; flex:1; display:flex; flex-direction:column; }
.product-card .product-body h3 { font-size:1.05rem; line-height:1.35; margin:0 0 8px; }
.product-card .product-body h3 a { color:#1a1d29; text-decoration:none; }
.product-card .product-body h3 a:hover { color:var(--primary-color, #007bff); }
.product-card .product-short { color:#555; font-size:.9rem; flex:1; }
.product-card .product-footer { display:flex; align-items:center; justify-content:space-between; margin-top:16px; padding-top:14px; border-top:1px solid #eef0f5; }
.product-card .price { font-size:1.5rem; font-weight:700; color:#1a1d29; }
.product-card .price small { font-size:.85rem; color:#777; font-weight:500; }

.product-single-image img { width:100%; border-radius:12px; }
.product-single-content { font-size:.97rem; line-height:1.7; color:#333; }
.product-single-content h3 { font-size:1.2rem; margin-top:24px; margin-bottom:10px; color:#1a1d29; }
.product-single-content ul, .product-single-content ol { padding-left:20px; }
.product-single-content li { margin-bottom:6px; }

.product-buy-box { background:#fff; border:1px solid #e6e8ef; border-radius:12px; padding:24px; position:sticky; top:24px; box-shadow:0 4px 20px rgba(0,0,0,.04); }
.product-buy-box h1 { font-size:1.3rem; line-height:1.35; margin-bottom:10px; }
.product-buy-box .lead { color:#555; font-size:.95rem; }
.product-buy-box .price-row { display:flex; align-items:baseline; justify-content:space-between; padding:18px 0; border-top:1px solid #eef0f5; border-bottom:1px solid #eef0f5; margin:20px 0; }
.product-buy-box .price { font-size:2rem; font-weight:700; color:#1a1d29; }
.product-buy-box .price small { font-size:1rem; color:#777; }
.product-buy-box .badge-trust { background:#e8f5e9; color:#2e7d32; padding:5px 12px; border-radius:20px; font-size:.78rem; font-weight:600; }
.product-buy-box .trust-list { list-style:none; padding:0; margin:0; }
.product-buy-box .trust-list li { padding:8px 0; color:#555; font-size:.9rem; }
.product-buy-box .trust-list li i { color:#2e7d32; margin-right:8px; }

.shop-cta { background:linear-gradient(135deg, #1a1d29 0%, #2a2f44 100%); color:#fff; border-radius:12px; padding:30px; margin:30px 0; }
.shop-cta h3 { color:#fff; font-size:1.3rem; margin-bottom:10px; }
.shop-cta p { color:#c8ccd9; margin-bottom:18px; }
.shop-cta .btn { background:#fff; color:#1a1d29; border:none; font-weight:600; }
.shop-cta .btn:hover { background:#5b6cff; color:#fff; }

/* ========== CART ICON ========== */
.cart-icon { position:relative; display:inline-flex; align-items:center; gap:6px; padding:6px 14px; border-radius:20px; background:#f5f7fa; color:#1a1d29; text-decoration:none; font-size:.88rem; transition:background .15s; }
.cart-icon:hover { background:#e6e8ef; color:#1a1d29; }
.cart-badge { background:#5b6cff; color:#fff; border-radius:10px; padding:1px 7px; font-size:.72rem; font-weight:700; line-height:1.3; }

/* ========== CART PAGE ========== */
.cart-wrapper { background:#fff; border:1px solid #e6e8ef; border-radius:12px; overflow:hidden; }
.cart-table { width:100%; border-collapse:collapse; }
.cart-table th { background:#f7f8fb; padding:14px 16px; text-align:left; font-size:.78rem; text-transform:uppercase; letter-spacing:.04em; color:#6c757d; }
.cart-table td { padding:18px 16px; border-top:1px solid #eef0f5; vertical-align:middle; }
.cart-table .cart-item-image img { width:80px; height:60px; object-fit:cover; border-radius:6px; }
.cart-table .cart-item-name { font-weight:600; color:#1a1d29; text-decoration:none; display:block; }
.cart-table .cart-item-name:hover { color:#5b6cff; }
.cart-table .cart-item-price-unit { color:#777; font-size:.85rem; margin-top:4px; }
.cart-table .qty-input { width:70px; padding:6px 10px; border:1px solid #d6d8e0; border-radius:6px; text-align:center; font-size:.95rem; }
.cart-table .cart-item-line { font-weight:700; font-size:1.05rem; color:#1a1d29; }
.btn-remove { background:none; border:none; color:#a0a4b8; font-size:1.4rem; cursor:pointer; padding:0 8px; transition:color .15s; }
.btn-remove:hover { color:#dc3545; }
.cart-footer { background:#fff; border:1px solid #e6e8ef; border-radius:12px; padding:20px; margin-top:20px; display:flex; align-items:center; justify-content:space-between; flex-wrap:wrap; gap:16px; }
.cart-summary { display:flex; align-items:center; gap:24px; }
.cart-summary .row-sum { font-size:1.05rem; }
.cart-summary .row-sum strong { font-size:1.6rem; color:#1a1d29; margin-left:10px; }
.btn-checkout { padding:12px 28px; font-size:1rem; }

/* ========== CHECKOUT ========== */
.checkout-grid { display:grid; grid-template-columns: 2fr 1fr; gap:24px; align-items:start; }
.checkout-form { background:#fff; border:1px solid #e6e8ef; border-radius:12px; padding:28px; }
.checkout-form .form-group { margin-bottom:16px; }
.checkout-form label { display:block; font-size:.88rem; font-weight:600; margin-bottom:6px; color:#1a1d29; }
.checkout-form input, .checkout-form textarea { width:100%; padding:10px 14px; border:1px solid #d6d8e0; border-radius:6px; font-size:.95rem; font-family:inherit; }
.checkout-form input:focus, .checkout-form textarea:focus { outline:none; border-color:#5b6cff; box-shadow:0 0 0 3px rgba(91,108,255,.1); }
.checkout-summary { background:#fff; border:1px solid #e6e8ef; border-radius:12px; padding:24px; position:sticky; top:24px; }
.checkout-summary h3 { font-size:1.1rem; margin-bottom:16px; padding-bottom:14px; border-bottom:1px solid #eef0f5; }
.checkout-summary .line { display:flex; justify-content:space-between; padding:8px 0; font-size:.92rem; }
.checkout-summary .line.total { font-size:1.15rem; font-weight:700; padding-top:14px; border-top:1px solid #eef0f5; margin-top:10px; color:#1a1d29; }
.field-error { color:#dc3545; font-size:.82rem; margin-top:4px; }
@media (max-width: 768px) { .checkout-grid { grid-template-columns: 1fr; } .cart-table { font-size:.85rem; } .cart-table .cart-item-image img { width:60px; height:45px; } }

/* ========== THANK YOU ========== */
.thanks-box { background:linear-gradient(135deg, #e8f5e9 0%, #c8e6c9 100%); border-radius:14px; padding:48px; text-align:center; }
.thanks-box h1 { color:#1b5e20; font-size:2rem; margin-bottom:14px; }
.thanks-box .order-number { display:inline-block; background:#fff; padding:10px 26px; border-radius:8px; font-size:1.2rem; font-weight:700; color:#1a1d29; margin:20px 0; }
.thanks-box p { color:#2e7d32; font-size:1rem; }

/* ========== SHOP SHOWCASE (mini cards on blog/offer pages) ========== */
.shop-showcase { margin-top:40px; }
.shop-showcase-head { text-align:center; margin-bottom:30px; }
.shop-showcase-head h2 { font-size:1.5rem; color:#1a1d29; margin-bottom:10px; }
.shop-showcase-head p { color:#555; max-width:640px; margin:0 auto; font-size:.95rem; }
.shop-mini-card { background:#fff; border:1px solid #e6e8ef; border-radius:12px; overflow:hidden; height:100%; display:flex; flex-direction:column; transition:transform .2s, box-shadow .2s; }
.shop-mini-card:hover { transform:translateY(-3px); box-shadow:0 8px 24px rgba(0,0,0,.08); }
.mini-card-image { display:block; aspect-ratio:1/1; background:#f5f7fa; overflow:hidden; }
.mini-card-image img { width:100%; height:100%; object-fit:cover; display:block; }
.mini-card-body { padding:16px; flex:1; display:flex; flex-direction:column; }
.mini-card-body h4 { font-size:1rem; line-height:1.3; margin-bottom:8px; min-height:2.6em; }
.mini-card-body h4 a { color:#1a1d29; text-decoration:none; }
.mini-card-body h4 a:hover { color:#5b6cff; }
.mini-card-body p { color:#666; font-size:.85rem; line-height:1.45; flex:1; }
.mini-card-footer { display:flex; align-items:center; justify-content:space-between; gap:10px; margin-top:14px; padding-top:14px; border-top:1px solid #eef0f5; }
.mini-price { font-size:1.35rem; font-weight:700; color:#1a1d29; line-height:1; white-space:nowrap; }
.mini-price small { font-size:.85rem; color:#777; font-weight:500; }
.btn-mini-cta { font-size:.82rem; padding:7px 14px; white-space:nowrap; }

/* ========== MOBILE: ecommerce surfaces ========== */
@media (max-width: 768px) {
  /* Header cart icon: shrink */
  .cart-icon { padding:4px 10px; font-size:.78rem; }
  .cart-icon i { display:none; }
  .cart-badge { font-size:.65rem; padding:1px 5px; }

  /* Shop list: single col on phones */
  .product-card { margin-bottom:16px; }

  /* Cart table: convert to stacked cards */
  .cart-wrapper { border:none; background:transparent; overflow:visible; }
  .cart-table thead { display:none; }
  .cart-table, .cart-table tbody, .cart-table tr, .cart-table td { display:block; width:100%; }
  .cart-table tr { background:#fff; border:1px solid #e6e8ef; border-radius:10px; margin-bottom:12px; padding:12px; position:relative; }
  .cart-table td { border:none; padding:6px 0; }
  .cart-table .cart-item-image { float:left; width:80px; margin-right:14px; }
  .cart-table .cart-item-image img { width:80px; height:80px; }
  .cart-table .cart-item-line { font-weight:700; font-size:1.1rem; margin-top:8px; text-align:left !important; padding-top:8px !important; border-top:1px dashed #eef0f5; }
  .cart-table .cart-item-qty { display:inline-block; width:auto; padding-right:10px; }
  .cart-table .qty-input { width:60px; }
  .cart-table .text-end:has(.btn-remove) { position:absolute; top:8px; right:8px; }

  /* Cart footer: stack */
  .cart-footer { flex-direction:column; align-items:stretch; }
  .cart-footer > div { width:100%; display:flex; gap:8px; flex-wrap:wrap; }
  .cart-footer .btn { flex:1; min-width:0; }
  .cart-summary { flex-direction:column; align-items:stretch; gap:12px; }
  .cart-summary .row-sum { text-align:center; }
  .btn-checkout { width:100%; }

  /* Checkout: stack */
  .checkout-grid { grid-template-columns: 1fr !important; gap:16px; }
  .checkout-summary { position:static; }
  .checkout-form { padding:18px; }

  /* Product single: stack */
  .product-buy-box { position:static; margin-top:24px; }
  .product-single-content { font-size:.9rem; }

  /* Shop showcase mini cards: single col */
  .shop-mini-card { margin-bottom:14px; }
  .mini-card-body h4 { min-height:0; }

  /* CTA blocks */
  .shop-cta { padding:20px; }
  .shop-cta h3 { font-size:1.1rem; }
  .shop-cta .text-end { text-align:left !important; }
  .shop-cta .m-mt20 { margin-top:20px; }

  /* Settings/admin tabs scroll horizontally */
  .nav-tabs { flex-wrap:nowrap; overflow-x:auto; }
}

@media (max-width: 480px) {
  .product-card .product-footer { flex-direction:column; align-items:stretch; gap:10px; }
  .product-card .price { text-align:center; }
  .product-card .product-footer form { width:100%; }
  .product-card .product-footer .btn { width:100%; }
  .mini-card-footer { flex-direction:column; align-items:stretch; }
  .btn-mini-cta { width:100%; }
}

/* Account login form generic input styling */
.account-login input[type=email] { width:100%; padding:12px 16px; border:1px solid #d6d8e0; border-radius:6px; font-size:1rem; }

/* Header text links (Moje konto, Koszyk) - subtle, not button-like */
header .top-bar ul li .header-link {
  color: #1a1d29;
  text-decoration: none;
  font-size: .88rem;
  font-weight: 500;
  padding: 4px 0;
  display: inline-block;
}
header .top-bar ul li .header-link:hover { color: #5b6cff; }
