@media (min-width: 1600px) { @font-face {
    font-family: 'Nunito Sans';
    src: url('/fonts/NunitoSans10pt-Light.woff2') format('woff2'),
        url('/fonts/NunitoSans10pt-Light.woff') format('woff'),
        url('/fonts/NunitoSans10pt-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nunito Sans';
    src: url('/fonts/NunitoSans10pt-Regular.woff2') format('woff2'),
        url('/fonts/NunitoSans10pt-Regular.woff') format('woff'),
        url('/fonts/NunitoSans10pt-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nunito Sans';
    src: url('/fonts/NunitoSans10pt-Medium.woff2') format('woff2'),
        url('/fonts/NunitoSans10pt-Medium.woff') format('woff'),
        url('/fonts/NunitoSans10pt-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nunito Sans';
    src: url('/fonts/NunitoSans10pt-Bold.woff2') format('woff2'),
        url('/fonts/NunitoSans10pt-Bold.woff') format('woff'),
        url('/fonts/NunitoSans10pt-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nunito Sans';
    src: url('/fonts/NunitoSans10pt-ExtraLight.woff2') format('woff2'),
        url('/fonts/NunitoSans10pt-ExtraLight.woff') format('woff'),
        url('/fonts/NunitoSans10pt-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nunito Sans';
    src: url('/fonts/NunitoSans10pt-Black.woff2') format('woff2'),
        url('/fonts/NunitoSans10pt-Black.woff') format('woff'),
        url('/fonts/NunitoSans10pt-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nunito Sans';
    src: url('/fonts/NunitoSans10pt-SemiBold.woff2') format('woff2'),
        url('/fonts/NunitoSans10pt-SemiBold.woff') format('woff'),
        url('/fonts/NunitoSans10pt-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nunito Sans';
    src: url('/fonts/NunitoSans10pt-ExtraBold.woff2') format('woff2'),
        url('/fonts/NunitoSans10pt-ExtraBold.woff') format('woff'),
        url('/fonts/NunitoSans10pt-ExtraBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

:root {
    --white: #FFF;
    --black: #111;
    --grey: #838383;
    --stroke: #ECECEC;
    --violet: #724376;
    --selected-green: #EAF8D9;
    --hover-back: #F4F5F9;
    --admin-back: #F6F6F7;
    --admin-selected-back: #F8F5F8;
    --stroke-2: #D7D7D7;
    --green: #009D6C;
    --red: #EE3124;
    --blue: #2D9CDB;
    --now-parked-back: #ECE9FF;
    --controlled-back: #E0F6FB;
    --registered-back: #FFE4E7;
    --expected-until-2359-back: #ECE9FF;
    --booking-is-in-progress-back: #FAFAFA;
    --booking-verification-back: #C1BCFA;
    --violet-8: rgba(114, 67, 118, 0.08);
    --violet-8-hover: rgba(114, 67, 118, 0.08);
}

body {
    background: #FFF;
}

a {
    text-decoration: none;
}

.title {
    color: var(--black, #242222);
    font-family: Nunito Sans;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px; 
}

.subtitle {
    color: var(--black, #242222);
    font-family: Nunito Sans;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px; 
}

.h1 {
    color: var(--black, #1F1F1F);
    font-family: Nunito Sans;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 38px;
}

.h2 {
    color: var(--black, #1F1F1F);
    font-family: Nunito Sans;
    font-size: 22px;
    font-style: normal;
    font-weight: 800;
    line-height: 32px; 
}

.h4 {
    color: var(--black, #1F1F1F);
    font-family: Nunito Sans;
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: 32px; 
}

.h5 {
    color: var(--black, #1F1F1F);
    font-family: Nunito Sans;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 27px; 
}

.body-text-1 {
    color: var(--black, #1F1F1F);
    font-family: Nunito Sans;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px; 
}

.body-text-1-semi {
    color: var(--black, #1F1F1F);
    font-family: Nunito Sans;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: 27px; 
}

.body-text-2 {
    color: var(--black, #1F1F1F);
    font-family: Nunito Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; 
}

.input-table {
    color: var(--black, #1F1F1F);
    font-family: Nunito Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px; 
}

.button-bold {
    color: var(--black, #1F1F1F);
    font-family: Nunito Sans;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px; 
    text-transform: uppercase;
}

.photo-name {
    color: var(--black, #1F1F1F);
    font-family: Nunito Sans;
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: 74px; 
    text-transform: uppercase;
}

.primary-btn {
    display: flex;
    padding: 17px 40px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 50px;
    background: var(--violet, #724376);
    color: var(--white, #FFF);
    text-align: center;
    border: none;
	cursor: pointer;
}

.secondary-btn {
    display: flex;
    padding: 17px 40px;
    justify-content: center;
    align-items: center;
    gap: 12px;
    color: var(--violet, #724376);
    text-align: center;
	cursor: pointer;
	background: transparent;
	border-radius: 50px;
	border: 2px solid var(--violet, #724376);
}

.link-btn {
    color: var(--violet, #724376);
    text-align: center;
	cursor: pointer;
	background: transparent;
}

.primary-btn:hover {
    background: var(--violet-hover, #5B335F);
}

.secondary-btn:hover {
    border: 2px solid var(--violet-hover, #5B335F);
    color: var(--violet-hover, #5B335F);
}

.link-btn:hover {
    color: #5B335F;
}


:root {
	--column-width: 1240px;
	--offset: calc(50% - (var(--column-width) / 2));
}

body, input, textarea, select {
	font-family: 'Nunito Sans', sans-serif;
	font-size: 16px;
	-webkit-text-size-adjust: none;
}

img, svg {
	max-width: 100%;
	display: block;
}

* {
	box-sizing: border-box;
	outline: none !important;
	-webkit-tap-highlight-color: transparent;
	-webkit-appearance:none;
}

body, dl, dt, dd, ul, ol, li, form, table, tr, td, h1, h2, h3, h4, h5, h6, pre, p, span, b, i, input, textarea, fieldset {
	margin: 0;
	padding: 0;
}

.none {
	display: none;
}

.fade-out {
	opacity: 1;
	transition: 0.3s;
	pointer-events: auto;
}

.fade-out.active {
	opacity: 0;
	pointer-events: none;
}

.fade-in {
	opacity: 0;
	transition: 0.3s;
	pointer-events: none;
}

.fade-in.active {
	opacity: 1;
	pointer-events: auto;
}

.container {
	padding-left: var(--offset);
	padding-right: var(--offset);
}

.container-offset {
	width: var(--column-width);
	margin-left: auto;
	margin-right: auto;
}

img[srcset] {
    object-fit: scale-down !important;
    object-position: center !important;
}

#loader {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 10001;
    opacity: 0;
    pointer-events: none;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.3s;
}

#loader.active {
    opacity: 1;
    pointer-events: auto;
}

#loader path {
    fill: var(--color-second);
}

.label-warning {
    display: none; 
    color: red; 
    font-size: 20px; 
    margin-top: 10px; 
    margin-left: 5px
}

.delete-booking {
    height: 70vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.delete-booking-link {
    text-decoration: underline;
} 

    .breadcrumbs {
        background: var(--color-back-and-stroke);
        margin-bottom: 40px;
        padding: 25px 0;
    }

    .breadcrumbs-inner {
        display: inline;
        list-style: none;
    }

    .breadcrumbs-item {
        display: inline;
    }

    .breadcrumbs-link {
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 20px;
        color: var(--color-grey);
        display: inline;
        text-decoration: none;
    }

    .breadcrumbs-link::after{
        content: ">";
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 20px;
        color: var(--color-grey);
        margin: 0 2.1px;
    }

    .breadcrumbs-last::after{
        display: none;
    }

    .breadcrumbs-last{
        color: var(--grey, #838383);
    }


 
	header {
		background: var(--white, #FFF);
		box-shadow: 0px 4px 16px 0px rgba(114, 67, 118, 0.06);
	}

	.header-inner {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
	}

	.menu-icon {
		display: none;
	}

	.header-logo-container {

	}

	.header-logo {

	}

	.header-nav {

	}

	.header-nav-ul {
		display: flex;
		flex-direction: row;
		list-style: none;
		gap: 60px;
	}

	.header-nav-li a {
		text-decoration: none;
		color: var(--black, #111);
	}

 
/* Absolute Center Spinner */
.loading {
  position: fixed;
  z-index: 999;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  /*visibility: hidden;*/
  display: none;
}

/* Transparent Overlay */
.loading:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.3);
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.loading:not(:required):after {
  content: '';
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 1500ms infinite linear;
  -moz-animation: spinner 1500ms infinite linear;
  -ms-animation: spinner 1500ms infinite linear;
  -o-animation: spinner 1500ms infinite linear;
  animation: spinner 1500ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
  box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}



 

    .success-modal-title {
        text-align: center;
        color: green;
    }

    .success-modal {
        pointer-events: none;
        opacity: 0;
        transition: opacity 0.3s;
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 600px;
        padding: 30px;
        background: #fff;
        border-radius: 4px;
        box-shadow: 0 3px 10px rgba(0,0,0,0.3);
    }
    .success-modal-close-btn {
        position: absolute;
        right: 10px;
        top: 10px;
        font-size: 20px;
        border: none;
        cursor: pointer;
    }

    /** Overlay */
    .overlay-success {
        pointer-events: none;
        opacity: 0;
        transition: opacity 0.3s;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.3);
    }

    /** JS */
    .is-visible {
        opacity: 1;
        pointer-events: auto;
    }


 

    .error-modal-title {
        text-align: center;
        color: red;
    }

    .error-modal {
        pointer-events: none;
        opacity: 0;
        transition: opacity 0.3s;
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 600px;
        padding: 30px;
        background: #fff;
        border-radius: 4px;
        box-shadow: 0 3px 10px rgba(0,0,0,0.3);
    }
    .error-modal-close-btn {
        position: absolute;
        right: 10px;
        top: 10px;
        font-size: 20px;
        border: none;
        cursor: pointer;
    }

    /** Overlay */
    .overlay-error {
        pointer-events: none;
        opacity: 0;
        transition: opacity 0.3s;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.3);
    }

    /** JS */
    .is-visible {
        opacity: 1;
        pointer-events: auto;
    }


 
	footer {
		/*margin-top: 100px;*/
		padding: 40px 100px;
		background: var(--black, #111);
	}

	.footer-inner {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
	}

	.footer-left-column {
		display: flex;
		flex-direction: column;
		gap: 16px;
	}

	.footer-logo-container {

	}










	.footer-logo {

	}

	.footer-right {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		gap: 190px;
	}

	.footer-rights-reserved {
		color: var(--grey, #838383);
	}

	.footer-navigation-links {

	}

	.footer-navigation-ul {
		list-style: none;
		display: grid;
		grid-template-rows: repeat(4, auto); 
		grid-gap: 12px;
		grid-column-gap: 190px;
	}

	.footer-navigation-li a {
		color: var(--white, #FFF);
		text-decoration: none;
	}

	.footer-contacts-column {

	}

	.footer-contacts-ul {
		display: flex;
		flex-direction: column;
		gap: 15px;
	}

	.footer-contacts-li {
		display: flex;
		flex-direction: row;
		gap: 12px;
		align-items: center;
	}

	.footer-contacts-icon {

	}

	.footer-contacts-text a {
		color: var(--white, #FFF);
		text-decoration: none;
	}

 
    .breadcrumbs {
        margin-bottom: 0;
    }

    .terms-conditions-content {
        padding: 20px 0 100px 0;
    }

    .terms-text ul {
        padding: 15px 0 15px 20px;
        display: flex;
        flex-direction: column;
        gap: 8px;
        font-family: Nunito Sans;
        font-size: 17px;
        font-style: normal;
        font-weight: 400;
        line-height: 27px;
        color: var(--black, #111);
    }

    .terms-text h4 {
        font-family: Nunito Sans;
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: 27px;
        color: var(--black, #111);
        margin-top: 40px;
        margin-bottom: 12px;
    }

    .terms-text p {
        font-family: Nunito Sans;
        font-size: 17px;
        font-style: normal;
        font-weight: 400;
        line-height: 27px;
        color: var(--black, #111);
    }

 }@media (max-width: 1600px) and (min-width: 1000px) { @font-face {
    font-family: 'Nunito Sans';
    src: url('/fonts/NunitoSans10pt-Light.woff2') format('woff2'),
        url('/fonts/NunitoSans10pt-Light.woff') format('woff'),
        url('/fonts/NunitoSans10pt-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nunito Sans';
    src: url('/fonts/NunitoSans10pt-Regular.woff2') format('woff2'),
        url('/fonts/NunitoSans10pt-Regular.woff') format('woff'),
        url('/fonts/NunitoSans10pt-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nunito Sans';
    src: url('/fonts/NunitoSans10pt-Medium.woff2') format('woff2'),
        url('/fonts/NunitoSans10pt-Medium.woff') format('woff'),
        url('/fonts/NunitoSans10pt-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nunito Sans';
    src: url('/fonts/NunitoSans10pt-Bold.woff2') format('woff2'),
        url('/fonts/NunitoSans10pt-Bold.woff') format('woff'),
        url('/fonts/NunitoSans10pt-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nunito Sans';
    src: url('/fonts/NunitoSans10pt-ExtraLight.woff2') format('woff2'),
        url('/fonts/NunitoSans10pt-ExtraLight.woff') format('woff'),
        url('/fonts/NunitoSans10pt-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nunito Sans';
    src: url('/fonts/NunitoSans10pt-Black.woff2') format('woff2'),
        url('/fonts/NunitoSans10pt-Black.woff') format('woff'),
        url('/fonts/NunitoSans10pt-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nunito Sans';
    src: url('/fonts/NunitoSans10pt-SemiBold.woff2') format('woff2'),
        url('/fonts/NunitoSans10pt-SemiBold.woff') format('woff'),
        url('/fonts/NunitoSans10pt-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nunito Sans';
    src: url('/fonts/NunitoSans10pt-ExtraBold.woff2') format('woff2'),
        url('/fonts/NunitoSans10pt-ExtraBold.woff') format('woff'),
        url('/fonts/NunitoSans10pt-ExtraBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

:root {
    --white: #FFF;
    --black: #111;
    --grey: #838383;
    --stroke: #ECECEC;
    --violet: #724376;
    --selected-green: #EAF8D9;
    --hover-back: #F4F5F9;
    --admin-back: #F6F6F7;
    --admin-selected-back: #F8F5F8;
    --stroke-2: #D7D7D7;
    --green: #009D6C;
    --red: #EE3124;
    --blue: #2D9CDB;
    --now-parked-back: #ECE9FF;
    --controlled-back: #E0F6FB;
    --registered-back: #FFE4E7;
    --expected-until-2359-back: #ECE9FF;
    --booking-is-in-progress-back: #FAFAFA;
    --booking-verification-back: #C1BCFA;
    --violet-8: rgba(114, 67, 118, 0.08);
    --violet-8-hover: rgba(114, 67, 118, 0.08);
}

body {
    background: #FFF;
}

a {
    text-decoration: none;
}

.title {
    color: var(--black, #242222);
    font-family: Nunito Sans;
    font-size: 2.5vw;
    font-style: normal;
    font-weight: 700;
    line-height: 3.3333vw; 
}

.subtitle {
    color: var(--black, #242222);
    font-family: Nunito Sans;
    font-size: 1.5278vw;
    font-style: normal;
    font-weight: 400;
    line-height: 2.2222vw; 
}

.h1 {
    color: var(--black, #1F1F1F);
    font-family: Nunito Sans;
    font-size: 1.9444vw;
    font-style: normal;
    font-weight: 600;
    line-height: 2.6389vw;
}

.h2 {
    color: var(--black, #1F1F1F);
    font-family: Nunito Sans;
    font-size: 1.5278vw;
    font-style: normal;
    font-weight: 800;
    line-height: 2.2222vw; 
}

.h4 {
    color: var(--black, #1F1F1F);
    font-family: Nunito Sans;
    font-size: 1.3889vw;
    font-style: normal;
    font-weight: 800;
    line-height: 2.2222vw; 
}

.h5 {
    color: var(--black, #1F1F1F);
    font-family: Nunito Sans;
    font-size: 1.25vw;
    font-style: normal;
    font-weight: 700;
    line-height: 1.875vw; 
}

.body-text-1 {
    color: var(--black, #1F1F1F);
    font-family: Nunito Sans;
    font-size: 1.1806vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.875vw; 
}

.body-text-1-semi {
    color: var(--black, #1F1F1F);
    font-family: Nunito Sans;
    font-size: 1.1806vw;
    font-style: normal;
    font-weight: 600;
    line-height: 1.875vw; 
}

.body-text-2 {
    color: var(--black, #1F1F1F);
    font-family: Nunito Sans;
    font-size: 0.9722vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5278vw; 
}

.input-table {
    color: var(--black, #1F1F1F);
    font-family: Nunito Sans;
    font-size: 0.9722vw;
    font-style: normal;
    font-weight: 600;
    line-height: 1.5278vw; 
}

.button-bold {
    color: var(--black, #1F1F1F);
    font-family: Nunito Sans;
    font-size: 1.1806vw;
    font-style: normal;
    font-weight: 700;
    line-height: 1.8056vw; 
    text-transform: uppercase;
}

.photo-name {
    color: var(--black, #1F1F1F);
    font-family: Nunito Sans;
    font-size: 4.4444vw;
    font-style: normal;
    font-weight: 700;
    line-height: 5.1389vw; 
    text-transform: uppercase;
}

.primary-btn {
    display: flex;
    padding: 1.1806vw 2.7778vw;
    justify-content: center;
    align-items: center;
    gap: 0.5556vw;
    border-radius: 3.4722vw;
    background: var(--violet, #724376);
    color: var(--white, #FFF);
    text-align: center;
    border: none;
	cursor: pointer;
}

.secondary-btn {
    display: flex;
    padding: 1.1806vw 2.7778vw;
    justify-content: center;
    align-items: center;
    gap: 0.8333vw;
    color: var(--violet, #724376);
    text-align: center;
	cursor: pointer;
	background: transparent;
	border-radius: 3.4722vw;
	border: 2px solid var(--violet, #724376);
}

.link-btn {
    color: var(--violet, #724376);
    text-align: center;
	cursor: pointer;
	background: transparent;
}

.primary-btn:hover {
    background: var(--violet-hover, #5B335F);
}

.secondary-btn:hover {
    border: 2px solid var(--violet-hover, #5B335F);
    color: var(--violet-hover, #5B335F);
}

.link-btn:hover {
    color: #5B335F;
}


:root {
	--column-width: 86.1111vw;
	--offset: calc(50% - (var(--column-width) / 2));
}

body, input, textarea, select {
	font-family: 'Nunito Sans', sans-serif;
	font-size: 1.1111vw;
	-webkit-text-size-adjust: none;
}

img, svg {
	max-width: 100%;
	display: block;
}

* {
	box-sizing: border-box;
	outline: none !important;
	-webkit-tap-highlight-color: transparent;
	-webkit-appearance:none;
}

body, dl, dt, dd, ul, ol, li, form, table, tr, td, h1, h2, h3, h4, h5, h6, pre, p, span, b, i, input, textarea, fieldset {
	margin: 0;
	padding: 0;
}

.none {
	display: none;
}

.fade-out {
	opacity: 1;
	transition: 0.3s;
	pointer-events: auto;
}

.fade-out.active {
	opacity: 0;
	pointer-events: none;
}

.fade-in {
	opacity: 0;
	transition: 0.3s;
	pointer-events: none;
}

.fade-in.active {
	opacity: 1;
	pointer-events: auto;
}

.container {
	padding-left: var(--offset);
	padding-right: var(--offset);
}

.container-offset {
	width: var(--column-width);
	margin-left: auto;
	margin-right: auto;
}

img[srcset] {
    object-fit: scale-down !important;
    object-position: center !important;
}

#loader {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 10001;
    opacity: 0;
    pointer-events: none;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.3s;
}

#loader.active {
    opacity: 1;
    pointer-events: auto;
}

#loader path {
    fill: var(--color-second);
}

.label-warning {
    display: none; 
    color: red; 
    font-size: 1.3889vw; 
    margin-top: 0.6944vw; 
    margin-left: 0.3472vw
}

.delete-booking {
    height: 70vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.delete-booking-link {
    text-decoration: underline;
} 

    .breadcrumbs {
        background: var(--color-back-and-stroke);
        margin-bottom: 2.7778vw;
        padding: 1.7361vw 0;
    }

    .breadcrumbs-inner {
        display: inline;
        list-style: none;
    }

    .breadcrumbs-item {
        display: inline;
    }

    .breadcrumbs-link {
        font-style: normal;
        font-weight: normal;
        font-size: 0.9722vw;
        line-height: 1.3889vw;
        color: var(--color-grey);
        display: inline;
        text-decoration: none;
    }

    .breadcrumbs-link::after{
        content: ">";
        font-style: normal;
        font-weight: normal;
        font-size: 0.9722vw;
        line-height: 1.3889vw;
        color: var(--color-grey);
        margin: 0 0.1458vw;
    }

    .breadcrumbs-last::after{
        display: none;
    }

    .breadcrumbs-last{
        color: var(--grey, #838383);
    }


 
	header {
		background: var(--white, #FFF);
		box-shadow: 0vw 0.2778vw 1.1111vw 0vw rgba(114, 67, 118, 0.06);
	}

	.header-inner {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
	}

	.menu-icon {
		display: none;
	}

	.header-logo-container {

	}

	.header-logo {

	}

	.header-nav {

	}

	.header-nav-ul {
		display: flex;
		flex-direction: row;
		list-style: none;
		gap: 4.1667vw;
	}

	.header-nav-li a {
		text-decoration: none;
		color: var(--black, #111);
	}

 
/* Absolute Center Spinner */
.loading {
  position: fixed;
  z-index: 999;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  /*visibility: hidden;*/
  display: none;
}

/* Transparent Overlay */
.loading:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.3);
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.loading:not(:required):after {
  content: '';
  display: block;
  font-size: 0.6944vw;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 1500ms infinite linear;
  -moz-animation: spinner 1500ms infinite linear;
  -ms-animation: spinner 1500ms infinite linear;
  -o-animation: spinner 1500ms infinite linear;
  animation: spinner 1500ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
  box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}



 

    .success-modal-title {
        text-align: center;
        color: green;
    }

    .success-modal {
        pointer-events: none;
        opacity: 0;
        transition: opacity 0.3s;
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 41.6667vw;
        padding: 2.0833vw;
        background: #fff;
        border-radius: 0.2778vw;
        box-shadow: 0 3px 0.6944vw rgba(0,0,0,0.3);
    }
    .success-modal-close-btn {
        position: absolute;
        right: 0.6944vw;
        top: 0.6944vw;
        font-size: 1.3889vw;
        border: none;
        cursor: pointer;
    }

    /** Overlay */
    .overlay-success {
        pointer-events: none;
        opacity: 0;
        transition: opacity 0.3s;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.3);
    }

    /** JS */
    .is-visible {
        opacity: 1;
        pointer-events: auto;
    }


 

    .error-modal-title {
        text-align: center;
        color: red;
    }

    .error-modal {
        pointer-events: none;
        opacity: 0;
        transition: opacity 0.3s;
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 41.6667vw;
        padding: 2.0833vw;
        background: #fff;
        border-radius: 0.2778vw;
        box-shadow: 0 3px 0.6944vw rgba(0,0,0,0.3);
    }
    .error-modal-close-btn {
        position: absolute;
        right: 0.6944vw;
        top: 0.6944vw;
        font-size: 1.3889vw;
        border: none;
        cursor: pointer;
    }

    /** Overlay */
    .overlay-error {
        pointer-events: none;
        opacity: 0;
        transition: opacity 0.3s;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.3);
    }

    /** JS */
    .is-visible {
        opacity: 1;
        pointer-events: auto;
    }


 
	footer {
		/*margin-top: 6.9444vw;*/
		padding: 2.7778vw 6.9444vw;
		background: var(--black, #111);
	}

	.footer-inner {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
	}

	.footer-left-column {
		display: flex;
		flex-direction: column;
		gap: 1.1111vw;
	}

	.footer-logo-container {

	}










	.footer-logo {

	}

	.footer-right {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		gap: 13.1944vw;
	}

	.footer-rights-reserved {
		color: var(--grey, #838383);
	}

	.footer-navigation-links {

	}

	.footer-navigation-ul {
		list-style: none;
		display: grid;
		grid-template-rows: repeat(4, auto); 
		grid-gap: 0.8333vw;
		grid-column-gap: 13.1944vw;
	}

	.footer-navigation-li a {
		color: var(--white, #FFF);
		text-decoration: none;
	}

	.footer-contacts-column {

	}

	.footer-contacts-ul {
		display: flex;
		flex-direction: column;
		gap: 1.0417vw;
	}

	.footer-contacts-li {
		display: flex;
		flex-direction: row;
		gap: 0.8333vw;
		align-items: center;
	}

	.footer-contacts-icon {

	}

	.footer-contacts-text a {
		color: var(--white, #FFF);
		text-decoration: none;
	}

 
    .breadcrumbs {
        margin-bottom: 0;
    }

    .terms-conditions-content {
        padding: 1.3889vw 0 6.9444vw 0;
    }

    .terms-text ul {
        padding: 1.0417vw 0 1.0417vw 1.3889vw;
        display: flex;
        flex-direction: column;
        gap: 0.5556vw;
        font-family: Nunito Sans;
        font-size: 1.1806vw;
        font-style: normal;
        font-weight: 400;
        line-height: 1.875vw;
        color: var(--black, #111);
    }

    .terms-text h4 {
        font-family: Nunito Sans;
        font-size: 1.25vw;
        font-style: normal;
        font-weight: 700;
        line-height: 1.875vw;
        color: var(--black, #111);
        margin-top: 2.7778vw;
        margin-bottom: 0.8333vw;
    }

    .terms-text p {
        font-family: Nunito Sans;
        font-size: 1.1806vw;
        font-style: normal;
        font-weight: 400;
        line-height: 1.875vw;
        color: var(--black, #111);
    }

 }@media (min-width: calc(494px)) and (max-width: calc(1000px)) {
            body {
                --coef-w: calc(var(--width) / -910 + 1.3771);
                --offset: calc(4.6875vw * ((320 - 320 * var(--coef-w) + 30 * var(--coef-w)) / 30));
                --column-width: calc( (1px * var(--width)) - (2 * var(--offset)) );
            }
        }

        @media (max-width: calc(494px)) {
            body {
                --coef-w: 1;
                --column-width: 90.625vw;
                --offset: calc(50% - (var(--column-width) / 2));
            }
        }
        @media (max-width: 1000px) { @font-face {
    font-family: 'Nunito Sans';
    src: url('/fonts/NunitoSans10pt-Light.woff2') format('woff2'),
        url('/fonts/NunitoSans10pt-Light.woff') format('woff'),
        url('/fonts/NunitoSans10pt-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nunito Sans';
    src: url('/fonts/NunitoSans10pt-Regular.woff2') format('woff2'),
        url('/fonts/NunitoSans10pt-Regular.woff') format('woff'),
        url('/fonts/NunitoSans10pt-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nunito Sans';
    src: url('/fonts/NunitoSans10pt-Medium.woff2') format('woff2'),
        url('/fonts/NunitoSans10pt-Medium.woff') format('woff'),
        url('/fonts/NunitoSans10pt-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nunito Sans';
    src: url('/fonts/NunitoSans10pt-Bold.woff2') format('woff2'),
        url('/fonts/NunitoSans10pt-Bold.woff') format('woff'),
        url('/fonts/NunitoSans10pt-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nunito Sans';
    src: url('/fonts/NunitoSans10pt-ExtraLight.woff2') format('woff2'),
        url('/fonts/NunitoSans10pt-ExtraLight.woff') format('woff'),
        url('/fonts/NunitoSans10pt-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nunito Sans';
    src: url('/fonts/NunitoSans10pt-Black.woff2') format('woff2'),
        url('/fonts/NunitoSans10pt-Black.woff') format('woff'),
        url('/fonts/NunitoSans10pt-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nunito Sans';
    src: url('/fonts/NunitoSans10pt-SemiBold.woff2') format('woff2'),
        url('/fonts/NunitoSans10pt-SemiBold.woff') format('woff'),
        url('/fonts/NunitoSans10pt-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nunito Sans';
    src: url('/fonts/NunitoSans10pt-ExtraBold.woff2') format('woff2'),
        url('/fonts/NunitoSans10pt-ExtraBold.woff') format('woff'),
        url('/fonts/NunitoSans10pt-ExtraBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


:root {
	--column-width: calc(90.625vw * var(--coef-w));
	--offset: calc(4.6875vw * var(--coef-w));
}

body, input, textarea, select {
	font-family: 'Nunito Sans', sans-serif;
	font-size: calc(5vw * var(--coef-w));
	-webkit-text-size-adjust: none;
}

img, svg {
	max-width: 100%;
	display: block;
}

* {
	box-sizing: border-box;
	outline: none !important;
	-webkit-tap-highlight-color: transparent;
	-webkit-appearance:none;
}

body, dl, dt, dd, ul, ol, li, form, table, tr, td, h1, h2, h3, h4, h5, h6, pre, p, span, b, i, input, textarea, fieldset {
	margin: 0;
	padding: 0;
}

.title {
	color: var(--black, #242222);
	font-family: Nunito Sans;
	font-size: calc(7.8125vw * var(--coef-w));
	font-style: normal;
	font-weight: 700;
	line-height: calc(10.3125vw * var(--coef-w)); 
}

.subtitle {
	color: var(--black, #242222);
	font-family: Nunito Sans;
	font-size: calc(5.625vw * var(--coef-w));
	font-style: normal;
	font-weight: 400;
	line-height: calc(8.125vw * var(--coef-w)); 
}

.h1 {
	color: var(--black, #1F1F1F);
	font-family: Nunito Sans;
	font-size: calc(6.25vw * var(--coef-w));
	font-style: normal;
	font-weight: 600;
	line-height: calc(8.75vw * var(--coef-w));
}

.h2 {
	color: var(--black, #1F1F1F);
	font-family: Nunito Sans;
	font-size: calc(5.3125vw * var(--coef-w));
	font-style: normal;
	font-weight: 800;
	line-height: calc(7.8125vw * var(--coef-w)); 
}

.h4 {
	color: var(--black, #1F1F1F);
	font-family: Nunito Sans;
	font-size: calc(5vw * var(--coef-w));
	font-style: normal;
	font-weight: 800;
	line-height: calc(7.5vw * var(--coef-w)); 
}

.h5 {
	color: var(--black, #1F1F1F);
	font-family: Nunito Sans;
	font-size: calc(4.6875vw * var(--coef-w));
	font-style: normal;
	font-weight: 700;
	line-height: calc(7.1875vw * var(--coef-w)); 
}

.body-text-1 {
	color: var(--black, #1F1F1F);
	font-family: Nunito Sans;
	font-size: calc(4.375vw * var(--coef-w));
	font-style: normal;
	font-weight: 400;
	line-height: calc(6.875vw * var(--coef-w)); 
}

.body-text-1-semi {
	color: var(--black, #1F1F1F);
	font-family: Nunito Sans;
	font-size: calc(4.375vw * var(--coef-w));
	font-style: normal;
	font-weight: 400;
	line-height: calc(6.875vw * var(--coef-w)); 
}

.body-text-2 {
	color: var(--black, #1F1F1F);
    font-family: Nunito Sans;
	font-size: calc(3.75vw * var(--coef-w));
	font-style: normal;
	font-weight: 400;
	line-height: calc(5.625vw * var(--coef-w)); 
}

.input-table {
	color: var(--black, #1F1F1F);
	font-family: Nunito Sans;
	font-size: calc(3.75vw * var(--coef-w));
	font-style: normal;
	font-weight: 600;
	line-height: calc(5.625vw * var(--coef-w)); 
}

.button-bold {
	color: var(--black, #1F1F1F);
	font-family: Nunito Sans;
	font-size: calc(3.75vw * var(--coef-w));
	font-style: normal;
	font-weight: 700;
	line-height: calc(5.625vw * var(--coef-w));
	text-transform: uppercase;
}

.photo-name {
	color: var(--black, #1F1F1F);
	font-family: Nunito Sans;
	font-size: calc(8.75vw * var(--coef-w));
	font-style: normal;
	font-weight: 700;
	line-height: calc(11.25vw * var(--coef-w)); 
	text-transform: uppercase;
}

.primary-btn {
    display: flex;
    padding: calc(4.0625vw * var(--coef-w)) calc(12.5vw * var(--coef-w));
    justify-content: center;
    align-items: center;
    gap: calc(2.5vw * var(--coef-w));
    border-radius: calc(15.625vw * var(--coef-w));
    background: var(--violet, #724376);
    color: var(--white, #FFF);
    text-align: center;
    border: none;
	cursor: pointer;
}

.secondary-btn {
    display: flex;
    padding: calc(4.0625vw * var(--coef-w)) calc(12.5vw * var(--coef-w));
    justify-content: center;
    align-items: center;
    gap: calc(3.75vw * var(--coef-w));
    color: var(--violet, #724376);
    text-align: center;
	cursor: pointer;
	background: transparent;
	border-radius: calc(15.625vw * var(--coef-w));
	border: 2px solid var(--violet, #724376);
}

.link-btn {
    color: var(--violet, #724376);
    text-align: center;
	cursor: pointer;
	background: transparent;
}

.primary-btn:hover {
    background: var(--violet-hover, #5B335F);
}

.secondary-btn:hover {
    border: 2px solid var(--violet-hover, #5B335F);
    color: var(--violet-hover, #5B335F);
}

.link-btn:hover {
    color: #5B335F;
}

.none {
	display: none;
}

.fade-out {
	opacity: 1;
	transition: 0.3s;
	pointer-events: auto;
}

.fade-out.active {
	opacity: 0;
	pointer-events: none;
}

.fade-in {
	opacity: 0;
	transition: 0.3s;
	pointer-events: none;
}

.fade-in.active {
	opacity: 1;
	pointer-events: auto;
}

.container {
	padding-left: var(--offset);
	padding-right: var(--offset);
}

.container-offset {
	width: var(--column-width);
	margin-left: auto;
	margin-right: auto;
}

img[srcset] {
    object-fit: scale-down !important;
    object-position: center !important;
}

#loader {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 10001;
    opacity: 0;
    pointer-events: none;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.3s;
}

#loader.active {
    opacity: 1;
    pointer-events: auto;
}

#loader path {
    fill: var(--color-second);
}

.label-warning {
    display: none; 
    color: red; 
    font-size: calc(4.375vw * var(--coef-w)); 
    margin-top: calc(3.125vw * var(--coef-w)); 
    margin-left: calc(1.5625vw * var(--coef-w))
}

.delete-booking {
    height: 70vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.delete-booking-link {
    text-decoration: underline;
} 

    .breadcrumbs {
        background: var(--color-back-and-stroke);
        margin-bottom: calc(7.8125vw * var(--coef-w));
        padding: calc(2.1875vw * var(--coef-w)) 0;
    }

    .breadcrumbs-inner {
        display: inline;
        list-style: none;
    }

    .breadcrumbs-item {
        display: inline;
    }

    .breadcrumbs-link {
        font-style: normal;
        font-weight: normal;
        font-size: calc(3.75vw * var(--coef-w));
        line-height: calc(5vw * var(--coef-w));
        color: var(--color-grey);
        display: inline;
        text-decoration: none;
    }

    .breadcrumbs-link::after{
        content: ">";
        font-style: normal;
        font-weight: normal;
        font-size: calc(3.75vw * var(--coef-w));
        line-height: calc(5vw * var(--coef-w));
        color: var(--color-grey);
        margin: 0 calc(0.7813vw * var(--coef-w));
    }

    .breadcrumbs-last::after{
        display: none;
    }

    .breadcrumbs-last{
        color: var(--grey, #838383);
    }


 
	header {
		background: var(--white, #FFF);
		box-shadow: calc(0vw * var(--coef-w)) calc(1.25vw * var(--coef-w)) calc(5vw * var(--coef-w)) calc(0vw * var(--coef-w)) rgba(114, 67, 118, 0.06);
	}

	.header-inner {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		padding: calc(3.125vw * var(--coef-w)) calc(4.6875vw * var(--coef-w));
	}

	.menu-icon {
		width   : calc(6.25vw * var(--coef-w));
		height  : calc(4.375vw * var(--coef-w));
		cursor  : pointer;
		position: relative;
	}

	.menu-icon span {
		background-color: var(--black, #111);
		height          : 2px;
		position        : absolute;
		width           : 100%;
		left            : 0;
		transition      : all 0.3s ease;
		border-radius   : calc(3.125vw * var(--coef-w));
	}

	.menu-icon span:first-child {
		top: 0;
	}

	.menu-icon span:nth-child(2) {
		top: calc(1.875vw * var(--coef-w));
	}

	.menu-icon span:last-child {
		top: calc(3.75vw * var(--coef-w));
	}

	.menu-icon.active span:nth-child(2) {
		opacity: 0;
	}

	.menu-icon.active span:first-child,
	.menu-icon.active span:last-child {
		top             : calc(1.875vw * var(--coef-w));
		background-color: var(--black, #111);
	}

	.menu-icon.active span:first-child {
		transform: rotate(45deg);
	}

	.menu-icon.active span:last-child {
		transform: rotate(-45deg);
	}

	.header-nav {
		display: none;
	}

	.header-nav-visible {
		display: flex;
		position: absolute;
		top: calc(25vw * var(--coef-w));
		left: 0;
		width: 100%;
		padding: calc(9.375vw * var(--coef-w)) calc(4.6875vw * var(--coef-w));
		flex-direction: column;
		align-items: flex-start;
		gap: calc(4.6875vw * var(--coef-w));
		background: var(--white, #FFF);
	}

	.header-nav-ul {
		display: flex;
		flex-direction: column;
		list-style: none;
		gap: calc(4.6875vw * var(--coef-w));
	}

	.header-nav-li a {
		text-decoration: none;
		color: var(--black, #111);
	}


 
.loading {
  position: fixed;
  z-index: 999;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  /*visibility: hidden;*/
  display: none;
}

/* Transparent Overlay */
.loading:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.3);
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.loading:not(:required):after {
  content: '';
  display: block;
  font-size: calc(3.125vw * var(--coef-w));
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 1500ms infinite linear;
  -moz-animation: spinner 1500ms infinite linear;
  -ms-animation: spinner 1500ms infinite linear;
  -o-animation: spinner 1500ms infinite linear;
  animation: spinner 1500ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
  box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}


 
   .success-modal-title {
        text-align: center;
        color: green;
    }

    .success-modal {
        pointer-events: none;
        opacity: 0;
        transition: opacity 0.3s;
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: calc(93.75vw * var(--coef-w));
        padding: calc(9.375vw * var(--coef-w));
        background: #fff;
        border-radius: calc(1.25vw * var(--coef-w));
        box-shadow: 0 3px calc(3.125vw * var(--coef-w)) rgba(0,0,0,0.3);
    }
    .success-modal-close-btn {
        position: absolute;
        right: calc(3.125vw * var(--coef-w));
        top: calc(3.125vw * var(--coef-w));
        font-size: calc(6.25vw * var(--coef-w));
        border: none;
        cursor: pointer;
    }

    /** Overlay */
    .overlay-success {
        pointer-events: none;
        opacity: 0;
        transition: opacity 0.3s;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.3);
    }

    /** JS */
    .is-visible {
        opacity: 1;
        pointer-events: auto;
    }

 
   .error-modal-title {
        text-align: center;
        color: red;
    }

    .error-modal {
        pointer-events: none;
        opacity: 0;
        transition: opacity 0.3s;
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: calc(93.75vw * var(--coef-w));
        padding: calc(9.375vw * var(--coef-w));
        background: #fff;
        border-radius: calc(1.25vw * var(--coef-w));
        box-shadow: 0 3px calc(3.125vw * var(--coef-w)) rgba(0,0,0,0.3);
    }
    .error-modal-close-btn {
        position: absolute;
        right: calc(3.125vw * var(--coef-w));
        top: calc(3.125vw * var(--coef-w));
        font-size: calc(6.25vw * var(--coef-w));
        border: none;
        cursor: pointer;
    }

    /** Overlay */
    .overlay-error {
        pointer-events: none;
        opacity: 0;
        transition: opacity 0.3s;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.3);
    }

    /** JS */
    .is-visible {
        opacity: 1;
        pointer-events: auto;
    }

 
		footer {
		/*margin-top: calc(31.25vw * var(--coef-w));*/
		padding: calc(9.375vw * var(--coef-w)) calc(4.6875vw * var(--coef-w));
		background: var(--black, #111);
	}

	.footer-inner {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		gap: calc(9.375vw * var(--coef-w));
	}

	.footer-left-column {
		display: flex;
		flex-direction: column;
		gap: calc(5vw * var(--coef-w));
	}

	.footer-logo-container {

	}

	.footer-logo {

	}

	.footer-right {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		gap: calc(9.375vw * var(--coef-w));
	}

	.footer-rights-reserved {
		color: var(--grey, #838383);
	}

	.footer-navigation-links {

	}

	.footer-navigation-ul {
		list-style: none;
		display: grid;
		grid-template-rows: repeat(2, auto); 
		grid-gap: calc(3.75vw * var(--coef-w));
		grid-column-gap: calc(15.625vw * var(--coef-w));
	}

	.footer-navigation-li a {
		color: var(--white, #FFF);
		text-decoration: none;
	}

	.footer-contacts-column {

	}

	.footer-contacts-ul {
		display: flex;
		flex-direction: column;
		gap: calc(4.6875vw * var(--coef-w));
	}

	.footer-contacts-li {
		display: flex;
		flex-direction: row;
		gap: calc(3.75vw * var(--coef-w));
		align-items: center;
	}

	.footer-contacts-icon {

	}

	.footer-contacts-text a {
		color: var(--white, #FFF);
		text-decoration: none;
	}

 
    .breadcrumbs {
        margin-bottom: 0;
    }

    .terms-conditions-content {
        padding: calc(6.25vw * var(--coef-w)) 0 calc(31.25vw * var(--coef-w)) 0;
    }

    .terms-text ul {
        padding: calc(3.75vw * var(--coef-w)) 0 calc(3.75vw * var(--coef-w)) calc(6.25vw * var(--coef-w));
        display: flex;
        flex-direction: column;
        gap: calc(2.5vw * var(--coef-w));
        font-family: Nunito Sans;
        font-size: calc(4.375vw * var(--coef-w));
        font-style: normal;
        font-weight: 400;
        line-height: calc(6.875vw * var(--coef-w));
    }

    .terms-text h4 {
        font-family: Nunito Sans;
        font-size: calc(4.6875vw * var(--coef-w));
        font-style: normal;
        font-weight: 700;
        line-height: calc(7.1875vw * var(--coef-w));
        margin-top: calc(9.375vw * var(--coef-w));
        margin-bottom: calc(2.5vw * var(--coef-w));
    }

    .terms-text p {
        font-family: Nunito Sans;
        font-size: calc(4.375vw * var(--coef-w));
        font-style: normal;
        font-weight: 400;
        line-height: calc(6.875vw * var(--coef-w));
    }

 }