html {
    --main-background-color: #374244;
    --main-foreground-color: white;
    --highlight-background-color: #E6D700;
    --highlight-foreground-color: #0b2533;
    --gallery-background-color: white;
    --gallery-color: var(--main-background-color);
    --gallery-caption-color: var(--highlight-background-color);
    --price-background-color: black;
    --price-row-background-color: var(--main-background-color);
    --price-row-alternate-background-color: var(--main-background-color);
    --price-color: white;
    --tech-spec-alternate-background: #012638;
    --contact-panel-form-background: var(--main-background-color);
}

.first-section h2 {
    color: white;
}

.first-section h3 {
    color: #b3b3b3;
    text-transform: uppercase;
}

.margin-left{
    margin-left: 15px;
}

.black-marker{
    margin: 0!important;
}

.black-marker::before{
    content: "";
    display: inline-block;
    width: 7px;
    height: 7px;
    background-color: black;
    margin-right: 5px;
    border: 1px solid white;
    border-radius: 5px;
}

.black-background{
    background: linear-gradient(45deg, #000 0%, #232323 50%, #000 100%)!important;
}

.p-with-marker.no-margin-bottom{
    margin-bottom: 0!important;
}

.gallery-custom-within{
    background: var(--main-background-color)!important;
}

.custom-gallery .content{
    background: var(--main-background-color);
}

.tech-spec {
    background-color: #013145;
    color: white;
}

.contact-panel-form-row .agreement-trigger {
    color: #ee1c25 !important;
}

.req {
    color: #ee1c25 !important;
}

.contact-panel-form-input:only-child label {
    color: #ee1c25 !important;
}

.footer {
    margin-top: 0 !important;
}



.model-switch-button{
    padding: 1rem 2rem;
    background: var(--highlight-background-color);
    opacity: 0.5;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 0.6em;
    text-align: center;
    color: var(--contact-panel-form-background);
    flex: 1;
    margin-bottom: 1rem;
    margin-top: 1rem;
}

.model-switch-button.active{
    opacity: unset;
}

.model-wrapper a:first-child{
    margin-right: 1rem;
}
.model-wrapper a:last-child  {
    margin-left: 1rem;
}

.dotted-section.dotted-subtitles .plain-bar{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.dotted-section.dotted-subtitles .plain-bar h3 {
    width: 70%;
    color: var(--highlight-foreground-color)!important;
    font-size: 1rem;
}

.price-table-content tr{
    border-bottom: 2px solid black;
}

.small {
    font-size: 0.8rem;
}

.small::before{
    content: '*';
}

@media (max-width: 1100px) {

    .mobile-center{
        margin-bottom: 25px;
        width: 100%;
    }


}
