﻿header {
    background-color: var(--dark-accent) !important;
}

.prices__wrapper {
    position: relative;
    width: 100%;
    height: 78svh;
    margin-block: 10rem;
}

.prices {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: inherit;
}

    .prices > * {
        color: white;
    }

    .prices h1 {
        padding-block-end: 1.5rem;
        font-size: 3rem;
    }

.service,
.price {
    white-space: nowrap;
}


.dot-leader {
    flex: 1;
    margin: 0 10px;
    border-bottom: 3px dotted white;
    width: 15svw;
}

@media (max-width: 750px) {
    body {
        background: var(--main-color-light);
    }
}

@media (max-width: 500px) {
    .dot-leader {
        width: 0;
    }
}

.prices::after {
    position: absolute;
    background: url(/img/splash.svg) no-repeat center center;
    content: "";
    z-index: -9999;
    width: 100vw;
    min-height: 1050px;
    height: 90vh;
    background-size: contain;
    background-repeat: no-repeat;
    left: 0px;
    top: 0px;
    background-size: cover;
    align-content: center;
    background-size: 141rem;
}

.prices::before {
    position: absolute;
    background: url(/img/splash_w.svg) no-repeat center center;
    content: "";
    z-index: -9999;
    width: 100vw;
    min-height: 1050px;
    height: 90vh;
    background-size: contain;
    background-repeat: no-repeat;
    left: -5px;
    top: -5px;
    background-size: cover;
    align-content: center;
    background-size: 141rem;
}

.price-line {
    display: flex;
    align-items: center;
    margin: 10px 0;
}
