.site-banner .slider-wrapper {
    min-height: auto;
    margin: auto auto auto 0;
}
.slider-wrapper h1,
.slider-wrapper .h5 {
    color: #ffffff;
}
@media only screen and (max-width: 768px) {
    .slider-wrapper h1,
    .slider-wrapper .h5 {
        text-align: left;
    }
}
.slider-wrapper i {
    color: var(--text-primary-color);
}

.slider-wrapper .banner-content .h5 {
    float: left;
}
.slider-wrapper .banner-content p {
    margin-right: 32px;
}
.site.site-index .site-banner .banner-content {
    opacity: 1;
}

@media (min-width: 769px) {
    .site-banner, .site-banner > .container {
        height: auto;
    }
}
@media (min-width: 1024px) {
    .site-banner, .site-banner > .container {
        height:300px;
    }
}
.banner.banner-sides .banner-content {
    padding-right: 0;
    width: 100%;
}
.banner.banner-sides .banner-background {
    width: 460px;
}
.banner.banner-sides .banner-background {
    min-height: auto;
    margin: auto auto auto 0;
}
@media only screen and (max-width: 860px) {
    .banner.banner-sides .banner-background {
        display: flex;
        order: 2;
        width: 100%;
        flex-direction: column;
    }
}

.banner-background div {
    background-color: #fff;
    border-radius: 8px;
    padding: 28px 38px;
    display: flex;
    flex-direction: column;
}
@media only screen and (max-width: 768px) {
    .banner-background div {
        width: 100%;
        padding: 28px 0;
        background-color: transparent;
    }
}
@media (max-width: 992px) {
    .banner-background div {
        width: 100%;
        background-color: transparent;
        padding: 28px 0;
    }
}

.banner-background a {
    margin-bottom: 15px;
}
.banner-background a:last-child {
    margin-bottom: 0;
}

@media (max-width: 992px) {
    .banner_default .container {
        flex-direction: column;
        padding: 36px;
    }
}
/* END HERO */
.krypt-com .site-section {
    padding: 3rem 0;
}
@media (max-width: 1024px) {
    .krypt-com .site-section {
        padding: 1rem 0;
    }
}
/* START BEST DEDICATED */
.krypt-com .best_title {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 1.5rem 0;
    text-transform: uppercase;
}
.krypt-com .best_plans {
    padding-bottom: 1rem;
    padding-top: 1rem;
    display: flex;
    justify-content: space-between;
    color: #3A3D3F;
    border-top: var(--package-border);
    position: relative;
    overflow: hidden;
}
@media only screen and (max-width: 480px) {
    .krypt-com .best_plans {
        padding-bottom: 0.5rem;
        padding-top:  0.5rem;
    }
}
.krypt-com .best_plans:hover {
    background-color: #F7F7F8;
}
@media only screen and (max-width: 480px) {
    .krypt-com .best_plans {
        flex-direction: column;
    }
    .krypt-com .section-price {
        justify-content: space-between;
        margin-top: 0;
    }
    .krypt-com .price-mo p {
        color:var(--gray-base);
        font-size: 12px;
    }
    .krypt-com .price-mo h4 {
        font-size: 18px;
    }
}
.krypt-com .section-plan {
    display: flex;
    align-items: center;
    padding-left: 16px;
}
@media (min-width: 320px) and (max-width:768px) {
    .krypt-com .section-plan {
        align-items: flex-start;
        flex-direction: column;
        padding-left: 0;
    }
}

@media (min-width: 768px) and (max-width:1024px) {
    .krypt-com .section-price .btn {
        width: auto;
    }
}

@media only screen and (max-width: 1024px) {
    .krypt-com .best_plans .logo {
        display: none;
    }
}

@media only screen and (min-width: 1025px) {
    .krypt-com .best_plans .logo {
        display: flex;
        align-items: center;
    }
}
.krypt-com .section-plan .badge-gray {
    font-size: 14px;
    font-weight: 500;
    padding: 0.25rem 0.5rem ;
    margin-left: 0.5rem;
}
@media (min-width: 320px) and (max-width:768px) {
    .krypt-com .section-plan .badge-gray {
        padding: 0 0.5rem;
        margin-left: 0;
    }
}
.krypt-com .section-plan.special .badge-gray {
    background-color: #FAE1E2;
    color: rgb(227, 24, 55);
    border: 0;
}
.krypt-com .section-spec {
    display: flex;
    font-size: 14px;
    font-weight: bold;
    color:var(--gray-base);
}
@media only screen and (max-width: 480px) {
    .krypt-com .section-spec {
        flex-direction: column;
    }
}
.krypt-com .section-spec-contain {
    padding-left: 16px;
}
@media (min-width: 320px) and (max-width:768px) {
    .krypt-com .section-spec-contain {
        padding-left: 0;
        padding-top: 8px;
    }
}
.krypt-com .section-spec div {
    padding-right: 16px;
}
@media only screen and (max-width: 480px) {
    .krypt-com .section-spec div {
        padding-right: 4px;
    }
}

.krypt-com .section-price {
    display: inline-flex;
    align-items: center;
}
.krypt-com .price-mo {
    padding-right: 80px;
    text-align: center;
}
@media only screen and (max-width: 480px) {
    .krypt-com .price-mo {
        padding-right:0;
        text-align:left;
    }
    .krypt-com .price-mo p {

    }
}
@media (min-width: 768px) and (max-width:1024px) {
    .krypt-com .price-mo {
        padding-right: 16px;
    }
    .krypt-com .price-mo p {
        font-size: 14px;
    }
    .krypt-com .price-mo h4 {
        font-size: 16px;
        line-height: 1;

    }
}
.krypt-com .price-mo .badge {
    font-size: var(--font-size-base);
}

.krypt-com .section-price h4 {
    margin-bottom: 0;
}
.krypt-com .section-price .btn {
    width: 160px;
}
@media (min-width: 320px) and (max-width:1024px) {
    .krypt-com .section-price .btn {
        width:72px;
    }
}
.krypt-com h2 {
    word-break: break-word;
}
@media (max-width: 1024px) {
    .krypt-com h1, .krypt-com h2 {
        font-size: 1.6rem;
        line-height: 1.4;
    }
}
.krypt-com h5 {
    margin-bottom: 0;
}
@media (max-width: 480px) {
    .krypt-com .plan-list-item__label h5 {
        margin-bottom: 0;
        word-break: break-word;
    }
}
/*.krypt-com .cloud .best_plans {*/
/*    padding-left: 0;*/
/*}*/
@media (max-width: 480px) {
    .krypt-com .cloud .best_plans {
        padding-left: 0;
    }
}

.krypt-com .plan {
    padding: 0.4rem 0;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
}
@media (max-width: 480px) {
    .krypt-com .detail {
        width: 50%;
    }

    .krypt-com .detail:first-child {
        width: 100%;
    }
}
.best_plans {
    padding-left: 40px;
}
.krypt-com .plan-list-item__label:before {
    align-items: center;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .16), 0 0 0 1px rgba(0, 0, 0, .08);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .16), 0 0 0 1px rgba(0, 0, 0, .08);
    display: flex;
    font-size: 10px;
    height: 26px;
    justify-content: center;
    left: -38px;
    line-height: 10px;
    position: absolute;
    text-align: center;
    top: 8px;
    transform: rotate(-45deg);
    white-space: pre-wrap;
    width: 120px;
    z-index: 1;
}
.krypt-com .plan-list-item__label.highlight:before {
    background-color: #D92632;
    color: #fff;
    content: "SAVE 48%";
}
.krypt-com .plan-list-item__label.activity:before {
    background-color: var(--text-primary-color);
    color: #fff;
    content: "40% OFF";
}
.krypt-com .plan-list-item__label.promo:before {
    background-color: #ff9800;
    color: #fff;
    border-color: #ff9800;
    content: "SAVE 40%";
}
.krypt-com .detail h2 {
    margin-bottom: 0;
}
.krypt-com .plan .detail.price {
    width: 100%;
    flex-direction: row;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
}
.krypt-com .plan .detail.location {
    width: 100%;
}
@media only screen and (min-width: 768px) {
    .krypt-com .plan .detail small {
        display: none;
    }
    .krypt-com .plan .detail.price {
        border-top: none;
    }
    .krypt-com .plan .detail.location {
        width: auto;
    }
}
@media only screen and (max-width: 480px) {
    .krypt-com .spec-cores span:first-child,
    .krypt-com .spec-mem span:first-child,
    .krypt-com .spec-storage span:first-child,
    .krypt-com .spec-bw span:first-child {
        color: var(--text-body-color);
    }
}

/* ABOUT KRYPT */
@media only screen and (max-width: 480px) {
    .about_krypt p:nth-child(2) {
        display: none;
    }
}
.krypt-com h1,
.krypt-com h2 {
    text-transform: uppercase;
}