@font-face {
    font-family: 'Terminal-Font';
    src: url("../fonts/Mardoto-Regular.eot");
    src: local("Mardoto Regular"), local("Mardoto-Regular"), url("../fonts/Mardoto-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Mardoto-Regular.woff2") format("woff2"), url("../fonts/Mardoto-Regular.woff") format("woff"), url("../fonts/Mardoto-Regular.ttf") format("truetype"), url("../fonts/Mardoto-Regular.svg#Mardoto-Regular") format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: fallback;
}

@font-face {
    font-family: 'Terminal-Font';
    src: url("../fonts/Mardoto-Medium.eot");
    src: local("Mardoto Medium"), local("Mardoto-Medium"), url("../fonts/Mardoto-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Mardoto-Medium.woff2") format("woff2"), url("../fonts/Mardoto-Medium.woff") format("woff"), url("../fonts/Mardoto-Medium.ttf") format("truetype"), url("../fonts/Mardoto-Medium.svg#Mardoto-Medium") format("svg");
    font-weight: 500;
    font-style: normal;
    font-display: fallback;
}

@font-face {
    font-family: 'Terminal-Font';
    src: url("../fonts/Mardoto-Bold.eot");
    src: local("Mardoto Bold"), local("Mardoto-Bold"), url("../fonts/Mardoto-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Mardoto-Bold.woff2") format("woff2"), url("../fonts/Mardoto-Bold.woff") format("woff"), url("../fonts/Mardoto-Bold.ttf") format("truetype"), url("../fonts/Mardoto-Bold.svg#Mardoto-Bold") format("svg");
    font-weight: 700;
    font-style: normal;
    font-display: fallback;
}

@font-face {
    font-family: 'Terminal-Font';
    src: url("../fonts/Inter-Regular.eot");
    src: local("Inter Regular"), local("Inter-Regular"), url("../fonts/Inter-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Inter-Regular.woff2") format("woff2"), url("../fonts/Inter-Regular.woff") format("woff"), url("../fonts/Inter-Regular.ttf") format("truetype"), url("../fonts/Inter-Regular.svg#Inter-Regular") format("svg");
    font-weight: 401;
    font-style: normal;
    font-display: fallback;
}

@font-face {
    font-family: 'Terminal-Font';
    src: url("../fonts/Inter-Bold.eot");
    src: local("Inter Bold"), local("Inter-Bold"), url("../fonts/Inter-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Inter-Bold.woff2") format("woff2"), url("../fonts/Inter-Bold.woff") format("woff"), url("../fonts/Inter-Bold.ttf") format("truetype"), url("../fonts/Inter-Bold.svg#Inter-Bold") format("svg");
    font-weight: 701;
    font-style: normal;
    font-display: fallback;
}

@font-face {
    font-family: 'Terminal-Font';
    src: url("../fonts/GL-Nummernschild-Mtl.eot");
    src: local("GL-Nummernschild-Mtl"), url("../fonts/GL-Nummernschild-Mtl.eot?#iefix") format("embedded-opentype"), url("../fonts/GL-Nummernschild-Mtl.woff2") format("woff2"), url("../fonts/GL-Nummernschild-Mtl.woff") format("woff"), url("../fonts/GL-Nummernschild-Mtl.ttf") format("truetype"), url("../fonts/GL-Nummernschild-Mtl.svg#GL-Nummernschild-Mtl") format("svg");
    font-weight: 501;
    font-style: normal;
    font-display: fallback;
}

@font-face {
    font-family: 'Terminal-Icons';
    src: url("../fonts/icons-font/fonts/Terminal-Icons.eot?cf97j5");
    src: url("../fonts/icons-font/fonts/Terminal-Icons.eot?cf97j5#iefix") format("embedded-opentype"), url("../fonts/icons-font/fonts/Terminal-Icons.ttf?cf97j5") format("truetype"), url("../fonts/icons-font/fonts/Terminal-Icons.woff?cf97j5") format("woff"), url("../fonts/icons-font/fonts/Terminal-Icons.svg?cf97j5#Terminal-Icons") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'Terminal-Icons' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-arrow:before {
    content: "\e900";
}

.icon-back:before {
    content: "\e901";
}

.icon-card:before {
    content: "\e902";
}

.icon-package:before {
    content: "\e903";
}

.icon-phone:before {
    content: "\e904";
}

.icon-success:before {
    content: "\e905";
}

.icon-terminal:before {
    content: "\e906";
}

.icon-warning:before {
    content: "\e907";
}

body {
    margin: 0;
}

body, textarea, input, button {
    font-family: 'Terminal-Font', sans-serif;
}

h1, h2, h3, h4, h5, h6, p, ul, ol {
    margin-top: 0;
    margin-bottom: 0;
}

ol, ul {
    padding-left: 0;
    list-style: none;
}

a {
    color: inherit;
    text-decoration: none;
}

*, *:before, *:after {
    box-sizing: border-box;
}

.layout-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    min-height: 100vh;
}

.layout-header {
    width: 100%;
    height: 80px;
    flex: 0 0 auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 20px;
    padding-right: 30px;
}

.layout-body {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 0;
    flex: 1;
    background-color: #ebf0f3;
}

.layout-logo {
    width: 100%;
    min-width: 0;
    height: 60px;
    flex: 1;
    object-fit: contain;
    object-position: left center;
}

.layout-page-title {
    flex: 0 0 auto;
    font-size: 30px;
    line-height: 36px;
    color: #343F51;
    font-weight: 700;
    text-transform: capitalize;
}

.layout-page-info-block {
    width: 100%;
    min-width: 0;
    flex: 1;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.layout-page-time {
    font-size: 30px;
    line-height: 36px;
    color: #343F51;
    font-weight: 400;
}

.layout-lang-button {
    width: 38px;
    height: 38px;
    margin-left: 30px;
    background-color: transparent;
    border: none;
    outline: none;
    padding: 0;
    border-radius: 50%;
    overflow: hidden;
    cursor: pointer;
}

.layout-lang-button img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.welcome-page {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.welcome-page-text {
    font-size: 100px;
    line-height: 117px;
    font-weight: 500;
    color: #000000;
    text-align: center;
    text-transform: uppercase;
}

.lang-popup-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.lang-popup-wrapper.active {
    display: flex;
}

.lang-popup {
    width: 100%;
    max-width: 500px;
    border-radius: 20px;
    background-color: #ffffff;
    box-shadow: 0 0 0 1px #ccc inset;
    padding-top: 10px;
    padding-bottom: 10px;
}

.lang-li {
    width: 100%;
}

.lang-li a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding: 20px 30px;
}

.lang-li a img {
    display: block;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
    flex: 0 0 auto;
    margin-right: 30px;
}

.lang-li a span {
    width: 100%;
    min-width: 0;
    flex: 1;
    text-transform: capitalize;
    font-size: 30px;
    line-height: 35px;
    font-weight: 500;
    color: #000000;
}

.lang-li:not(:last-child) {
    box-shadow: 0 -1px 0 0 #ccc inset;
}

.warning-page, .success-page {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.warning-page i, .success-page i {
    font-size: 200px;
    margin-bottom: 60px;
}

.warning-page i {
    color: #ffab09;
}

.success-page i {
    color: #47B99F;
}

.warning-label, .success-label {
    width: 100%;
    text-align: center;
    font-size: 50px;
    line-height: 58px;
    color: #000000;
}

.warning-label {
    max-width: 772px;
}

.success-label {
    max-width: 550px;
}

.parking-wrapper {
    width: 100%;
    height: 100%;
    padding: 50px 114px 60px;
}

.parking-row {
    width: 100%;
    margin-bottom: 110px;
}

.parking-cams-row {
    width: 100%;
    display: flex;
    gap: 50px;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 15px;
}

.parking-cams-row img {
    display: block;
    width: 100%;
	max-width:814px;
	max-height:375px;
    min-width: 0;
    flex: 1;
    box-shadow: 0 0 40px 0 #00000033;
    border-radius: 20px;
    overflow: hidden;
}

.parking-info-row {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.parking-visit-info {
    width: 100%;
    min-width: 0;
    flex: 1;
    font-size: 24px;
    line-height: 28px;
    color: #000000;
    font-weight: 700;
}

.parking-visit-info:first-child {
    text-align: left;
}

.parking-visit-info:last-child:nth-child(3) {
    text-align: right;
}

.parking-car-num {
    flex: 0 0 auto;
    font-size: 40px;
    line-height: 48px;
    font-weight: 501;
    color: #000000;
}

.parking-duration-wrapper {
    width: 100%;
}

.parking-duration-label {
    width: 100%;
    text-align: center;
    font-size: 30px;
    line-height: 35px;
    color: #000000;
    font-weight: 700;
    margin-bottom: 30px;
}

.parking-price {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 74px;
    line-height: 87px;
    font-weight: 700;
    color: #1faa8a;
}

.parking-price-label {
    width: 100%;
    text-align: center;
    font-size: 26px;
    line-height: 30px;
    color: #000000;
    font-weight: 400;
    margin-bottom: 99px;
}

.parking-payment-buttons {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 40px;
}

.parking-payment-button {
    width: 100%;
    min-width: 0;
    height: 102px;
    flex: 1;
    border-radius: 10px;
    border: none;
    outline: none;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.parking-payment-button:disabled {
    opacity: 0.5;
    pointer-events: none;
}

.parking-payment-button.idram {
    background-color: #212121;
}

.parking-payment-button.idram img {
    display: block;
    height: 62px;
    width: auto;
}

.parking-payment-button.card {
    background-color: #ffffff;
}

.parking-payment-button.card i {
    color: #47B99F;
}

.parking-payment-button.card span {
    color: #000000;
}

.parking-payment-button.package {
    background-color: #f5821e;
}

.parking-payment-button.package i {
    color: #ffffff;
}

.parking-payment-button.package span {
    color: #ffffff;
}

.parking-payment-button i {
    font-size: 62px;
    margin-right: 19px;
}

.parking-payment-button span {
    font-size: 36px;
    line-height: 42px;
    font-weight: 700;
}

.parking-payment-block {
    width: 100%;
    margin-top: -6px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-right: 71px;
}

.parking-payment-block-with-cash {
    width: 100%;
    margin-top: -6px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.parking-payment-info-col {
    width: 100%;
    min-width: 0;
    flex: 1;
}

.parking-payment-duration {
    width: 100%;
    font-size: 30px;
    line-height: 35px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 30px;
}

.parking-payment-price {
    width: 100%;
    font-size: 74px;
    line-height: 87px;
    color: #1faa8a;
    font-weight: 700;
    text-transform: uppercase;
}

.parking-payment-label {
    width: 100%;
    font-size: 26px;
    line-height: 30px;
    color: #000000;
    margin-bottom: 102px;
}

.parking-payment-buttons {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.parking-payment-back {
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    background-color: #ffffff;
    border: none;
    outline: none;
    font-size: 43px;
    color: #000000;
    cursor: pointer;
}

.parking-payment-btn {
    border: none;
    outline: none;
    height: 100px;
    min-width: 330px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #212121;
    border-radius: 10px;
    cursor: pointer;
}

.parking-payment-btn img {
    display: block;
    width: auto;
    height: 62px;
}

.parking-payment-action-col {
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.parking-payment-action-col img, .parking-payment-action-col i {
    display: block;
    width: 330px;
    height: 330px;
    font-size: 330px;
    color: #000000;
    object-fit: contain;
    object-position: center;
    margin-bottom: 19px;
}

.parking-payment-action-label {
    width: 100%;
    text-align: center;
    font-size: 30px;
    line-height: 35px;
    color: #000000;
    font-weight: 700;
}

.parking-payment-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
}

.parking-payment-btn i {
    font-size: 61px;
    margin-right: 16px;
    color: #47b99f;
}

.parking-payment-value {
    font-size: 36px;
    line-height: 42px;
    color: #000000;
    font-weight: 700;
}

.car-num-page {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.car-num-form {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 50px;
}

.car-num-form-field-wrapper {
    position: relative;
}

.car-num-form-field-wrapper .placeholder-imitation {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 120px;
    font-weight: 501;
    pointer-events: none;
    padding-left: 94px;
    color: rgba(0, 0, 0, 0.3);
}

.car-num-form-field {
    width: 591px;
    height: 120px;
    box-shadow: 0 0 0 3px #000000 inset;
    border-radius: 10px;
    border: none;
    outline: none;
    font-size: 120px;
    font-weight: 501;
    position: relative;
    z-index: 1;
    background-color: transparent;
    padding-left: 94px;
}

.car-num-btn {
    width: 120px;
    height: 120px;
    display: none;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    background-color: #47b99f;
    color: #ffffff;
    font-size: 60px;
    border: none;
    outline: none;
    margin-left: 20px;
    cursor: pointer;
}

.car-num-btn.active {
    display: flex;
}

.car-num-text {
    font-size: 50px;
    line-height: 58px;
    color: #000000;
    font-weight: 500;
    max-width: 591px;
    text-align: center;
    margin-bottom: 110px;
}

.car-num-submit {
    background-color: transparent;
    padding: 0;
    font-size: 50px;
    line-height: 58px;
    font-weight: 500;
    color: #0052B4;
}

.car-welcome-block {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.car-welcome-text {
    text-align: center;
    font-size: 50px;
    line-height: 58px;
    font-weight: 500;
    color: #000000;
    margin-bottom: 70px;
}

.car-welcome-text span {
    display: block;
}

.car-welcome-actions {
    width: 100%;
    max-width: 690px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

.car-welcome-action {
    width: 100%;
    min-width: 0;
    height: 102px;
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 36px;
    line-height: 42px;
    color: #ffffff;
    font-weight: 700;
    border-radius: 10px;
}

.car-welcome-action.success {
    background-color: #47b99f;
}

.car-welcome-action.abort {
    background-color: #ff0000;
}

.parking-payment-cash-col {
    position: relative;
    width: 100%;
    min-width: 0;
    flex: 1;

    &:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 1px;
        height: 173px;
        background-color: #000000;
    }
}

.parking-payment-cash-col-inner {
    width: 100%;
    padding-left: 52px;
}

.parking-payment-cash-col-title {
    width: 100%;
    font-size: 30px;
    line-height: 35px;
    color: #000000;
    margin-bottom: 36px;
    font-weight: 700;
}

.parking-payment-cash-desc {
    width: 100%;
}

.parking-payment-cash-row {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.parking-payment-cash-row:not(:last-child) {
    margin-bottom: 19px;
}

.parking-payment-cash-row dt {
    font-size: 26px;
    line-height: 30px;
    color: #000000;
}

.parking-payment-cash-row dd {
    font-size: 40px;
    line-height: 47px;
    color: #1faa8a;
    font-weight: 700;
}

/*# sourceMappingURL=styles.css.map */
