.text-xxl p {
    font-family: "Gordita", sans-serif;
    font-weight: 400;
    font-size: 2rem;
    line-height: 4rem;
}

.text-xl p {
    font-family: "Gordita", sans-serif;
    font-weight: 400;
    font-size: 2rem;
    line-height: 4rem;
}

.text-medium p {
    font-family: "Gordita", sans-serif;
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 2.6rem;
}

.text-uppercase {
    text-transform: uppercase;
}

.erp__content--heading-bar ul label {
    cursor: pointer;
}

.erp__content--heading-bar ul label.active {
    background-color: white;
    border-radius: 30px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.cropper-container label {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 150px;
    width: 150px;
    display: flex;
    border-radius: 10px;
    border: 1px solid lightgrey;
}

.cropper-container input[type="file"] {
    display: none;
}
.g-map-outer {
    position: relative;
    text-align: right;
    height: 799px;
    width: 100%;
}

.g-map-canvas {
    overflow: hidden;
    background: none !important;
    height: 799px;
    width: 100%;
}
.about_links_title{
    margin-top: 15px;
    margin-bottom: 55px;
}
.osnonve__body.about_links{
    width: 90%;
}
.terms p{
    margin-bottom: 25px;
}
.laravel-cookies-consent .consent-form-container .consent-buttons .consent-submit.consent-accept {
    background-color: #0094d7 !important;
    border-color: #0094d7 !important;
}
small.cookies-text {
    font-size: small;
    line-height: 18px;
}
p.cookies-title {
    font-size: large;
    padding-bottom: 10px;
}
@media screen and (max-width: 650px){
    .about_links .svoje__content--gallery{
        grid-template-columns: repeat(1, 1fr);
    }
}