.d-is-mobile-only {
    display: none;
}

@media screen and (max-width: 767px) {
    .d-is-mobile-only {
        display: block;
    }
}

.d-footer__contacts {
    display: none;
}

@media screen and (min-width: 1024px) {
    .d-footer__contacts {
        float: right;
        margin: 32px 1rem auto;
        display: inline-flex;
        align-items: center;
    }
    .d-footer__contacts > * {
        margin-right: 0.75rem;
    }
    .d-footer__contacts .contact__text {
        position: relative;
        top: -2px;
        opacity: 0.7;
        margin-right: 1rem;
    }
}
@media screen and (max-width: 768px) {
    .contacts__phone-number {
        display: block;
        margin: 0.85rem 0 1.25rem 0;
    }
    .contacts__phone-call.button.button__primary-gradient {
        margin-top: 1rem;
    }
    .contacts__phone-number.short a {
        font-size: 1.6rem !important;
    }
}
@media screen and (min-width: 769px) {
    .contacts__phone-number {
        margin-bottom: 0.75rem !important;
        margin-top: 0.25rem !important;
    }
    .contacts__phone a {
        font-size: 2rem !important;
    }
    .contacts__phone-info.opacity-70 {
        margin-top: 2rem;
    }
    .contacts__phone-number.short a {
        font-size: 1.6rem !important;
    }
}

@media screen and (max-width: 1023px) {
    .contacts__phone-title.opacity-70 {
        margin-top: 0.5rem;
    }
}

.bank-account-note {
    display:block;
    text-transform: none !important;
    margin-bottom: 1rem;
    margin-top: 0.15rem;
    font-size: 0.95rem !important;
    line-height: 1.35;
}

.faq-wrapper__categories .number {
    font-size: 1.5rem;
    display: inline-block;
    margin: 0.25rem 0 0.35rem;
}

@media screen and (min-width: 1024px) {
    .faq-wrapper__categories .number {
        font-size: 1.75rem;
    }
}

@media screen and (min-width: 1184px) {
    .faq-wrapper__categories .number {
        font-size: 2rem;
    }
}

.button__align-no-text {
    position: relative;
    margin-top: 126px;
}

.video-embed {
    color: #f7f7f7;
    padding-top: 20px;
    padding-bottom: 20px;
}
.video-embed .wrapper {
    display: flex;
    flex-direction: row;
}
.video-embed .wrapper .glightbox {
    position: relative;
}
.video-embed .wrapper .glightbox .video-thumb {
    padding: 8px;
    border-radius: 4px;
    background: #f6f6f6;
    box-shadow: 0 8px 16px 0 rgba(240, 106, 36, 0.07);
}
.video-embed .wrapper .glightbox .video-thumb__play-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.faq .accordion .accordion-body .question__answer {
    color: rgb(74, 74, 74, 0.7);
    opacity: 1;
}

@media screen and (min-width: 769px) {
    .faq .accordion .accordion-body .question__answer {
        color: rgb(74, 74, 74, 0.7);
        opacity: 1;
    }
}

.button.button__green.button__green-gradient {
    background: linear-gradient(180deg, #00bf63 0%, #06ba63 51.47%, #02ab5a 100%);
    color: #fff;
}

.button.button__green.button__green-gradient:hover {
    color: rgba(255, 255, 255, 0.9);
}

.button.button__green.button__green-gradient  .button__green-helper {
    border-radius: 4px;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.3s linear;
    background: #00bf63;
}

@media screen and (min-width: 769px) {
    .banner-wrapper.parking-for-owners {
        margin: 96px auto !important;
    }
}