#popup-contact {
    z-index: 10000;
}

#popup-contact .modal-title {
    font-size: 24px;
    margin: 20px 20px 0 20px;
}

#popup-contact .modal-body {
    padding: 20px;
}

#popup-contact .btn {
    padding: 5px 30px;
}

#popup-contact textarea,
#popup-contact input[type="text"],
#popup-contact input[type="email"] {
    margin-bottom: 0;
    height: 45px;
}

.tpl-button-link {
    display: inline-flex;
}

.tpl-button-link img {
    max-width: 250px;
    position: relative;
    margin: 0 -80px;
}

.tpl-button-link span,
.tpl-button-link:before,
.tpl-button-link:after {
    background-color: #ff5e15;
    transition: background-color 800ms ease;
}

.tpl-button-link:before,
.tpl-button-link:after {
    content: '';
    width: 80px;
    display: inline-block;
}

.tpl-button-link:before {
    border-radius: 50% 0 0 50%;
}

.tpl-button-link:after {
    border-radius: 0 50% 50% 0;
}

.tpl-button-link:hover span,
.tpl-button-link:hover:before,
.tpl-button-link:hover:after {
    background-color: #0b2c3d;
}

#csaas-widget-dvokyyu98u .Phone-channel .color-element {
    color: #ff5e15 !important;
    fill: #ff5e15 !important;
}

.mobile-only {
    display: none !important;
}

@media (max-width: 500px) {
    .ltn__slide-item-2 {
        padding-top: 45px !important;
    }

    .mobile-only {
        display: flex !important;
    }

    .desktop-only {
        display: none !important;
    }
}