@font-face {
	font-family: Maxa Grotesk;
	src: url("../fonts/MaxaGrotesk-Light.ttf") format('truetype');
	font-weight: 400;
}
@font-face {
	font-family: Maxa Grotesk;
	src: url("../fonts/MaxaGrotesk-Regular.ttf") format('truetype');
	font-weight: 500;
}
@font-face {
	font-family: Maxa Grotesk;
	src: url("../fonts/MaxaGrotesk-SemiBold.ttf") format('truetype');
	font-weight: 600;
}
@font-face {
	font-family: Maxa Grotesk;
	src: url("../fonts/MaxaGrotesk-Bold.ttf") format('truetype');
	font-weight: 700;
}

html {
	scroll-behavior: smooth;
	overflow-x:hidden;
}
body.maxa-branches {
	display: block;
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: "Roboto", sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 16px;
	font-weight: 400;
	font-style: normal;
	line-height: 23px;
	color: #000;
	background-color: #6200bf;
}
.maxa-branches h1 {
	color: #fff;
	font-family: Maxa Grotesk;
	font-size: 3.5rem;
	font-weight: 600;
	line-height: 1;
	margin: 0;
	text-align: center;
}
.maxa-branches p {
	color: #fff;
	font-family: Maxa Grotesk;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.6;
	margin: .5em 0;
	word-break: break-word;
}
.maxa-branches a {
	text-decoration: none;
	outline: none;
	color: #ffffff;
}
.maxa-branches .btn-button-yellow {
	background-color: #ffb233;
	min-width: 210px;
	max-width: fit-content;
	border-radius: 38px;
	color: #502983;
	border: 2px solid #ffb233;
	padding: 10px 25px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	display: inline-block;
	font-size: 1rem;
	font-weight: 700;
	font-family: Maxa Grotesk;
	letter-spacing: .3px;
	cursor: pointer;
	opacity: 1;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.maxa-branches .btn-button-yellow:hover {
	background-color: #ffb233e6;
}
.maxa-branches .btn-button-white {
	background-color: #502983;
	min-width: 210px;
	max-width: fit-content;
	border-radius: 38px;
	color: #ffffff;
	border: 2px solid #fff;
	padding: 10px 25px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	display: inline-block;
	font-size: 1rem;
	font-weight: 700;
	font-family: Maxa Grotesk;
	letter-spacing: .3px;
	cursor: pointer;
	opacity: 1;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.maxa-branches .btn-button-white:hover {
	background-color: #3a1865;
}
.maxa-branches .bg-green {
	background-color: #33ee65;
}
.maxa-branches .bg-violet {
	background-color: #6200bf;
}
.maxa-branches .bg-violet-dark {
	background-color: #502983;
}
.maxa-branches .bg-orange {
	background-color: #fa7200;
}
.maxa-branches .bg-yellow {
	background-color: #ffb133;
}
.maxa-branches .bg-teal {
	background-color: #00cccc;
}
.maxa-branches .bg-red {
	background-color: #ff0000;
}
.maxa-branches .violet-color {
	color: #6000bf;
}
.maxa-branches .white-color {
	color: #ffffff;
}
.maxa-branches .orange-color {
	color: #ffb233;
}
.maxa-branches .violet-border {
	background-color: #6000bf;
}
.maxa-branches .white-border {
	background-color: #ffffff;
}
.maxa-branches .strong {
	font-weight: 600;
}
.maxa-branches .pt-2 {
	padding-top: 2em;
}
.maxa-branches .img-wh {
	width: 100%;
	height: auto;
}
.container {
	width: 90%;
	margin: 0 auto;
}
@media (min-width: 768px) {
	.container {
		width: 720px;
	}
}
@media (min-width: 992px) {
	.container {
		width: 960px;
	}
}
@media (min-width: 1200px) {
	.container {
		width: 912px;
	}
}

/* Site header */
.maxa-branches .site-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: top;
	-ms-flex-pack: top;
	justify-content: top;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 3;
}
/* Site header end */
/* Mobile menu */
.maxa-branches .menuItem {
	display: block;
	margin: 2rem 1.5rem;
}
.maxa-branches .menuItem:hover {
	text-decoration: underline;
}
.maxa-branches .hamburger {
	position: relative;
	z-index: 100;
	top: 0;
	right: 0;
	padding: 4px;
	border: 0;
	background: transparent;
	cursor: pointer;
}
.maxa-branches .material-icons {
	color: #fff;
}
.maxa-branches .closeIcon {
	display: none;
}
.maxa-branches .menu {
	display: none;
	position: absolute;
	top: 60px;
	left: 0;
	right: 0;
	-webkit-transition: -webkit-transform 0.2s;
	transition: -webkit-transform 0.2s;
	-o-transition: transform 0.2s;
	transition: transform 0.2s;
	transition: transform 0.2s, -webkit-transform 0.2s;
	z-index: 99;
	background: #502983;
	color: #fff;
	list-style: none;
	padding-top: 4rem;
}
.maxa-branches .showMenu {
	display: block;
}
.maxa-branches .navigation-wrapper-mobile {
	display: block;
	position: relative;
	height: auto;
	width: 100%;
	z-index: 99;
	background-color: #502983;
}
.maxa-branches .navigation-wrapper-mobile .navigation-modify-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	padding: 1em;
}
.maxa-branches .navigation-wrapper-mobile .logo-top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 15px;
}
.maxa-branches .navigation-wrapper-mobile .logo-top a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.maxa-branches .navigation-wrapper-mobile .logo-mobile-inner .logo-top img {
	width: 100px;
	height: auto;
}
.maxa-branches .navigation-wrapper-mobile nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.maxa-branches .navigation-wrapper-mobile ul {
	margin: 0;
	padding: 0;
}
.maxa-branches .menuItem.registration-nav {
	display: inline-block;
	margin: 0 1.5rem 2.5em;
	padding: .5em 1.5em;
	border-radius: 50px;
	background-color: #ffb233;
	color: #6000bf;
}
/* Mobile menu end */
/* Desktop menu */
.maxa-branches nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
}
.maxa-branches .navigation-wrapper-desktop .logo-top img {
	width: 150px;
	height: auto;
}
.maxa-branches .navigation-wrapper-desktop nav li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.maxa-branches .navigation-wrapper-desktop {
	display: none;
}
.maxa-branches .navbar-scrolled {
	background-color: #6000bf;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.maxa-branches .navigation-wrapper-desktop .navigation-modify-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: space-between;
	align-items: center;
	gap: 40px;
	width: 100%;
}
.maxa-branches .navigation-wrapper-desktop .main-menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 80px;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0;
	padding: 0;
	width: 100%;
	list-style: none;
}
.maxa-branches .navigation-wrapper-desktop nav .orange-color,
.maxa-branches .navigation-wrapper-mobile nav .orange-color {
	color: #ffb233;
}
.maxa-branches .navigation-wrapper-desktop nav a,
.maxa-branches .navigation-wrapper-mobile nav a {
	position: relative;
	color: #fff;
	font-family: Maxa Grotesk;
	font-size: 1.1rem;
	font-weight: 500;
	letter-spacing: 1px;
	line-height: 1.5;
	text-decoration: none;
	text-transform: uppercase;
}
.maxa-branches .navigation-wrapper-desktop nav a:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 1px;
	background-color: #ffffff;
	bottom: 0;
	left: 0;
	-webkit-transform-origin: right;
	-ms-transform-origin: right;
	transform-origin: right;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: -webkit-transform .3s ease-in-out;
	transition: -webkit-transform .3s ease-in-out;
	-o-transition: transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
	transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
}
.maxa-branches .navigation-wrapper-desktop nav a:hover:before {
	-webkit-transform-origin: left;
	-ms-transform-origin: left;
	transform-origin: left;
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
}
.maxa-branches .navigation-wrapper-desktop nav .link-item-update:hover:before {
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
}
.maxa-branches .navigation-wrapper-desktop nav .registration-nav {
	background-color: #ffb233;
	color: #6000bf;
	font-weight: 600;
	padding: .5em 2em;
	border-radius: 50px;
}
.maxa-branches .navigation-wrapper-desktop nav .registration-nav:before {
	height: 0;
}
.maxa-branches .navigation-wrapper-desktop nav .registration-nav:hover {
	background-color: #ffb233e6;
	cursor: pointer;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
/* Desktop menu end */

/* main */
.maxa-branches .hero-section {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	padding: 2em 0;
}
.maxa-branches .hero-section:before {
	position: absolute;
	content:"";
	background-image: 
	url("../img/hvezda-1-1.webp"),
	url("../img/hvezda-1-4.webp"),
	url("../img/hvezda-1-5.webp"),
	url("../img/hvezda-2-1.webp"),
	url("../img/hvezda-2-2.webp"),
	url("../img/hvezda-2-3.webp"),
	url("../img/hvezda-2-4.webp");
	background-size:
	50px, 25px, 25px, 30px, 30px, 50px, 25px; 
	background-position:
	right 0% bottom 20%,
	right 5% top 8%,
	right 35% bottom 13%,
	left 3% bottom 53%,
	right 4% bottom 60%,
	left 0% top 0%,
	left 20% bottom 15%;
	background-repeat: no-repeat;
	top: 0;
	left: 0;
	width: 100%;
	height: 120%;
	pointer-events: none;
}
.maxa-branches .section-content {
	padding: 4em 0 0;
}
.maxa-branches .numbered-steps .step-group.step-group-single {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 0;
}
.maxa-branches .numbered-steps .step-group.step-group-single .step-image-col {
	position: relative;
	right: 0;
	bottom: 0;
}
.maxa-branches .numbered-steps .step-group.step-group-single .step-image-col img {
	width: 100%;
	height: auto;
}
.maxa-branches .numbered-steps .step-number {
	background-color: #fff;
	padding: 3px 8px;
	border-radius: 50%;
	font-weight: 600;
	font-size: 1rem;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	line-height: 1.2;
}
.maxa-branches .numbered-steps .step-text-col .step .first {
	color: #ffb233;
	font-family: Maxa Grotesk;
	font-size: 1.2rem;
	font-weight: 600;
	line-height: 1.2;
	margin: 0;
	word-break: break-word;
}
.maxa-branches .numbered-steps .step-text-col .step {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	gap: 15px;
	margin: 0 0 1em;
}
.maxa-branches .numbered-steps .step-text-col .step p {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	margin: 0;
}
.maxa-branches .numbered-steps .step-group.step-group-combined {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	gap: 0;
}
.maxa-branches .numbered-steps .step-group.step-group-combined.top-section {
	padding: 0;
}
.maxa-branches .numbered-steps .step-group.step-group-combined .step-image-col img {
	position: relative;
	z-index: 1;
	width: 100%;
	height: auto;
}
.maxa-branches .numbered-steps .step-group.step-group-combined .step-image-col.custom-width img {
	width: 100%;
}
.maxa-branches .numbered-steps .gift-info-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	gap: 20px;
	margin: 0 0 35px;
}
.maxa-branches .numbered-steps .gift-info-box .gift-box-title {
	color: #ffb233;
	font-family: Maxa Grotesk;
	font-size: 1.3rem;
	font-weight: 600;
	line-height: 1;
	margin: 0;
}
.maxa-branches .numbered-steps .gift-info-box .info-image img {
	width: 100%;
	height: auto;
}
.maxa-branches .color-line {
	display: block;
	width: 100%;
	background-color: #ff0000;
	margin: -45px 0 0;
}
.maxa-branches .color-line img {
	width: 100%;
	height: auto;
}
.maxa-branches .action {
	display: block;
	text-align: center;
	padding: 2em 0;
}
.maxa-branches .action .action-period {
	color: #ffffff;
	font-family: Maxa Grotesk;
	font-size: 1.1rem;
	font-weight: 600;
	line-height: 1.4;
}
.maxa-branches .location-section {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.maxa-branches .location-section .city-title {
	color: #ffb233;
	font-family: Maxa Grotesk;
	font-size: 2rem;
	font-weight: 600;
	line-height: 1.2;
	margin: 0 0 10px;
}
.maxa-branches .location-section .address {
	color: #ffffff;
	font-family: Maxa Grotesk;
	font-size: 2rem;
	font-weight: 600;
	line-height: 1.1;
	margin: 0 0 10px;
}
.maxa-branches .location-section .branch-info {
	color: #ffb233;
	font-family: Maxa Grotesk;
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 1.2;
	margin: 0 0 10px;
}
.maxa-branches .location-section .location-details {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 20px;
	padding: 1em 0 0;
}
.maxa-branches .location-section .location-details .location-image img,
.maxa-branches .location-section .location-details .center-logo img { 
	width: 100%;
	height: auto;
	-o-object-fit: contain;
	object-fit: contain;
}
.maxa-branches .detailed-conditions {
	padding: 3em 0;
}
.maxa-branches .detailed-conditions .conditions-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 20px;
}
.maxa-branches .detailed-conditions .conditions-inner .conditions-title {
	color: #ffffff;
	font-family: Maxa Grotesk;
	font-size: 1.3rem;
	font-weight: 600;
	line-height: 1.3;
	margin: 0;
}
.maxa-branches .detailed-conditions .conditions-inner img {
	width: 100%;
	height: auto;
}

.maxa-branches .content-wrapper .content-text-image .content-text p {
	padding: .5rem 0;
}
.maxa-branches .content-wrapper .content-text-image {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	gap: 20px;
}
.maxa-branches .content-wrapper .content-text-image .content-image .red-gift-img {
	width: 100%;
	height: auto;
	max-width: 50px;
}
.maxa-branches .content-wrapper .content-text-image .content-image .selfie-img {
	width: 100%;
	height: auto;
	max-width: 250px;
}
.maxa-branches .content-wrapper .content-text-image .content-image .perfect-gift-img {
	width: 100%;
	height: auto;
	max-width: 900px;
}
.maxa-branches .content-wrapper .content-text-image .content-image .lucky-star-img {
	width: 100%;
	height: auto;
	max-width: 500px;
}
.maxa-branches .content-wrapper .content-text-image .content-text .content-number {
	background-color: #fff;
	color: #6201c0;
	font-size: 1.1rem;
	font-weight: 700;
	padding: 0.5em 0.8em;
	border-radius: 50%;
	display: inline-block;
	line-height: 1;
	margin: 0 10px 0 0;
}
/* Main end */

/* Footer */
.maxa-branches .site-footer {
	display: block;
	padding: 2em 1em;
	margin: 0 auto;
	text-align: center;
}
.maxa-branches .site-footer a {
	display: inline-block;
}
.maxa-branches .footer-logo {
	width: 150px;
	height: auto;
}
.maxa-branches .site-footer .text-image-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 0 0 2em;
}
.maxa-branches .warning-img-mobile {
	display: block;
	height: auto;
	width: 100%;
	font-size: 13px;
	color: #ffffff;
	text-align: center;
	line-height: 1.1;
}
.maxa-branches .warning-img-desktop {
	display: none;
	height: 40px;
	width: auto;
	font-size: 13px;
	color: #ffffff;
	text-align: center;
	line-height: 1.6;
}
.maxa-branches .copyright {
	font-size: .9rem;
}
.maxa-branches .maxa-preferences-center {
	font-family: Maxa Grotesk;
	color: #ffffff;
	font-size: 1rem;
	font-weight: 400;
	text-decoration: none;
	padding: 1em 0 0;
}
.maxa-branches .up-inner .title-hidden {
	visibility: hidden;
	overflow: hidden;
	display: none;
}
.maxa-branches .up-inner .up {
	position: fixed;
	right: .5em;
	bottom: 1em;
	background-color: #502983;
	border: 1px solid #502983;
	border-radius: 5px;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 8px 9px;
	font-size: 1rem;
	visibility: visible;
	opacity: 1;
	z-index: 2;
}
.maxa-branches .up-inner svg {
	overflow: hidden;
	vertical-align: middle;
	fill: #ffb234;
}

@media (min-width: 768px) {
	.maxa-branches .numbered-steps .step-group.step-group-single {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		gap: 15px;
	}
	.maxa-branches .numbered-steps .step-group.step-group-combined {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		gap: 10px;
	}
	.maxa-branches .numbered-steps .step-group.step-group-combined .step-image-col img {
		width: 265px;
	}
	.maxa-branches .numbered-steps .gift-info-box {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
		gap: 20px;
		margin: -30px 0 35px;
	}
	.maxa-branches .numbered-steps .gift-info-box .info-image img {
		width: 400px;
	}
	.maxa-branches .numbered-steps .step-group.step-group-combined .step-image-col.custom-width img {
		width: 400px;
	}
	.maxa-branches .color-line {
		margin: -100px 0 0px;
	}
	.maxa-branches .location-section .location-details {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	.maxa-branches .location-section .location-details .location-image img,
	.maxa-branches .location-section .location-details .center-logo img { 
		height: 350px;
	}
	.maxa-branches .location-section .city-title {
		line-height: 1.6;
		margin: 0;
	}
	.maxa-branches .location-section .address {
		line-height: 1.6;
		margin: 0;
	}
	.maxa-branches .location-section .branch-info {
		line-height: 1.6;
		margin: 0;
	}
	.maxa-branches .location-section {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.maxa-branches .detailed-conditions .conditions-inner img {
		height: 50px;
		width: 50px;
	}
	.maxa-branches .detailed-conditions .conditions-inner {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	.maxa-branches .hero-section:before {
		position: absolute;
		content:"";
		background-image: 
		url("../img/hvezda-1.webp"),
		url("../img/hvezda-1-1.webp"),
		url("../img/hvezda-1-2.webp"),
		url("../img/hvezda-1-3.webp"),
		url("../img/hvezda-1-4.webp"),
		url("../img/hvezda-1-5.webp"),
		url("../img/hvezda-2-1.webp"),
		url("../img/hvezda-2-2.webp"),
		url("../img/hvezda-2-3.webp"),
		url("../img/hvezda-2-4.webp");
		background-size:
		50px, 50px, 25px, 25px, 30px, 30px, 50px, 50px, 25px, 25px; 
		background-position:
		right 5% bottom 30%, 
		left 25% bottom 35%,
		right 32% bottom 44%,
		right 25% top 8%,
		right 49% bottom 6%,
		left 3% bottom 25%,
		right 30% bottom 10%,
		left 12% top 0%,
		left 7% top 40%,
		left 37% bottom 6%;
		background-repeat: no-repeat;
		top: 0;
		left: 0;
		width: 100%;
		height: 120%;
		pointer-events: none;
	}
	.maxa-branches .numbered-steps .step-group.step-group-single .step-image-col img {
		width: 250px;
	}
	.maxa-branches .warning-img-desktop {
		display: block;
	}
	.maxa-branches .warning-img-mobile {
		display: none;
	}
}

@media (min-width: 992px) {
	.maxa-branches .site-header {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		height: 100%;
	}
	.maxa-branches .navigation-wrapper-desktop {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		width: 100%;
		position: relative;
		height: 110px;
		z-index: 99;
		background-color: #6200bf;
	}
	.maxa-branches .navigation-wrapper-mobile {
		display: none;
	}
	.maxa-branches h1 {
		font-size: 7rem;
		text-align: center;
	}
	.maxa-branches .numbered-steps .step-group.step-group-combined .step-image-col img {
		width: 265px;
	}
	.maxa-branches .numbered-steps .gift-info-box .info-image img {
		width: 500px;
	}
	.maxa-branches .numbered-steps .gift-info-box {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
		gap: 20px;
		margin: -140px 0 35px;
	}
	.maxa-branches .numbered-steps .step-group.step-group-combined .step-image-col.custom-width img {
		width: 450px;
	}
	.maxa-branches .numbered-steps .step-group.step-group-single .step-image-col {
		position: absolute;
		right: 0;
		bottom: -100px;
	}
	.maxa-branches .numbered-steps .step-group.step-group-combined.top-section {
		padding: 4em 0 0;
	}
	.maxa-branches .color-line {
		margin: -125px 0 0px;
	}
	.maxa-branches .up-inner .up {
		right: 2em;
		bottom: 2em;
		padding: 10px 11px;
	}
}