.image-tabs__thumbnails {
    display: none;
}

.footer-one__content {
    display: block;
    color: white;
}

.footer-one__column:last-child {
    display: none;
}

.footer-one__column:first-child {
    width: 100%;
    max-width: 100%;
    flex-basis: 100%;
}

.footer-one__column .link-one {
    color: white;
}

.footer-one__text {
    max-width: 1175px;
    color: white;
}

.footer-one {
    background-color: #15333f;
}

.poweredby {
    background-color: #15333f;
}

.poweredby__copyright {
    color: white;
}
.poweredby__column .link-one{
    color: white;
}

.poweredby__column .link-one::before {
    background-color: white;
}

.header-two__logo-img {
    max-width: 200px;
    width: 200px;
}

.header-two__logo-wrapper {
    max-width: 200px;
    width: 200px !important;
}

@media (min-width: 992px) {
    .header-two__logo-img {
        max-width: 250px;
        width: 250px;
        max-height: 80px;
        margin: 0px;
    }
    .header-two__logo-wrapper {
        max-width: 250px;
        width: 250px !important;
    }
    .phone-one__number--bold {
        font-weight: 700;
        font-size: 1.3em;
    }
    .frame__container {
        padding: 1em 6rem;
    }
    
    .poweredby__grid {
        grid-template-columns: 1fr 2fr;
        grid-column-gap: 1em;
    }
}

.product-price-one--medium .product-price-one__price {
    font-size: 1.8em;
}

.header-two__phone {
    font-size: 20px;
}

.use-overlay:not(.is-fixed):not(.is-opened) .phone-one__number--bold:hover {
    color: #fdc581;
}

.product-price-one__price[data-price="0"] {
    display: none !important;
}

.product-price-one__price[data-price="0"] + .product-one__gap {
    display: none !important;
}

/*.product-price-one__price {*/
/*    display: none;*/
/*}*/

/*.product-one__gap {*/
/*    display: none;*/
/*}*/

/*.phone-one__button::after {*/
/*    background-color: white;*/
/*}*/

/*.phone-one__button::after:hover {*/
/*    background-color: white;*/
/*}*/

.video-btn__wrapper {
    margin-top: 15px;
}

.video-btn__wrapper > .button-two {
    width: 100%;
    max-width: 100%;
}