body {
    font-family: 'Mukta', sans-serif;
}

.solution__header {
    width: 100%;
    margin: 0 auto;
    max-width: 100rem;
    color: #19233f;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.6;
    padding: 0 0 0 0 ;
    text-align: center;
}
@media only screen and (min-width: 1200px) {
    .solution__header {
        padding: 3rem 0 0 0 ;
    }
}
    .solution__header h1 {
        color: #19233f;
        text-align: center;
        margin: 0 0 3rem 0;
        padding: 0;
        font-size: 3.3rem;
        font-weight: bold;
        line-height: 1.1;
    }
    @media only screen and (min-width: 768px) {
        .solution__header h1 {
            margin: 0 0 4rem 0;
        }
    }
    @media only screen and (min-width: 1200px) {
        .solution__header h1 {
            margin: 0 0 8rem 0;
            font-size: 4.0rem;
        }
    }

    .solution__description {
        margin: 0 0 3rem 0;
    }
    @media only screen and (min-width: 768px) {
        .solution__description {
            margin: 0 0 4rem 0;
        }
    }
    @media only screen and (min-width: 1200px) {
        .solution__description {
            margin: 0 0 8rem 0;
        }
    }

        .solution__header p {
            margin: 0 0 3rem 0;
        }

        .solution__header a {
            color: #fd8f65;
            font-weight: bold;
            text-decoration: underline;
        }
            .solution__header a:hover {
                color: #19233f;
            }

    .solution__image {
        width: 100%;
        max-width: 810px;
        margin: 0 auto;
    }
    @media only screen and (max-width: 599px) {
        .solution__image {
            display: none;
        }
    }
        .solution__image img {
            width: 100%;
            display: block;
        }

.solution__header h2 {
    margin: 0 0 25px;
}

.solution__image svg {
    max-width: 100%;
}

.solution__categories {
    margin: 0 auto;
    width: 100%;
    max-width: 1320px;
    padding: 4rem 2rem 0 0;
}        
@media only screen and (min-width: 1200px) {
    .solution__categories {
        padding: 4rem 4rem 0 4rem;
    }      
}

.solution__caption {
    color: #19233f;
    text-align: left;
    margin: 0 0 1.5rem 0;
    padding: 0;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.1;
}
@media only screen and (min-width: 768px) {
    .solution__caption {
        margin: 0 0 2rem 0;
    }
}
@media only screen and (min-width: 1200px) {
    .solution__caption {
        margin: 0 0 2.5rem 0;
        font-size: 2.8rem;
    }
}

.solution__categories>ol {
    list-style: none;
    counter-reset: custom-alphabet-marker;
    padding: 0;
    margin: 0;
}

.solution__categories>ol>li {
    counter-increment: custom-alphabet-marker;
    position: relative;
    padding: 10px 15px;
    background: #fff;
    box-shadow: 0 0 2rem rgb(0 0 0 / 20%);
    margin: 0 0 15px 0;
}

.solution__categories>ol>li::before {
    content: counter(custom-alphabet-marker, upper-alpha);
    color: #fff;
    background: #c6c6c6;
    font-weight: bold;
    font-size: 16px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 100%;
    text-align: center;
    display: block;
    position: absolute;
    top: 16px;
    left: 10px;
    z-index: 10;
    pointer-events: none;
}
@media only screen and (min-width: 768px) {
    .solution__categories>ol>li::before {
        font-size: 18px;
        width: 48px;
        height: 48px;
        line-height: 48px;
        top: 10px;
        left: 15px;
    }
}

.solution__categories>ol>li.selected::before {
    background: #fd8f65;
}

.solution__categories>ol>li.open::before {
    background: #5bbfc7;
}


/*new styly ul hakel radi*/
.solution__categories > ul {
    list-style: none;
    
    padding: 0;
    margin: 0;
}

    .solution__categories > ul > li {
        
        position: relative;
        padding: 10px 15px;
        background: #fff;
        box-shadow: 0 0 2rem rgb(0 0 0 / 20%);
        margin: 0 0 15px 0;
    }

    .solution__categories > ul > li::before {
        display:none;
    }
@media only screen and (min-width: 500px) {
    .solution__categories > ul > li > .solution-category-card > .solution-category-card__icons {
        float: left;
    }
}
        .solution__categories > ul > li > .solution-category-card > .solution-category-card__icons .solution-category-card__icon {
            position: relative;
            display: inline-block;
            color: #fff;
            font-size: 16px;
            font-weight: bold;
            z-index: 1;
            margin: 1rem;
        }

@media only screen and (min-width: 500px) {
    .solution__categories > ul > li > .solution-category-card > .solution-category-card__icons .solution-category-card__icon {
        position: relative;
        display: inline-block;
        color: #fff;
        font-size: 16px;
        font-weight: bold;
        z-index: 1;
        margin: 2rem 3rem 1rem 1rem;
    }
}

            .solution__categories > ul > li > .solution-category-card > .solution-category-card__icons .solution-category-card__icon::before {
                content: "";
                color: #fff;
                background: #c6c6c6;
                font-weight: bold;
                font-size: 16px;
                width: 35px;
                height: 35px;
                line-height: 35px;
                border-radius: 100%;
                text-align: center;
                display: block;
                position: absolute;
                top: -7px;
                left: -9px;
                z-index: -1;
                pointer-events: none;
            }

.solution__categories > ul > li.open > .solution-category-card > .solution-category-card__icons .solution-category-card__icon::before {
    background: #5bbfc7;
}

    @media only screen and (min-width: 768px) {
        .solution__categories > ul > li > .solution-category-card > .solution-category-card__icons .solution-category-card__icon::before {
            font-size: 18px;
            width: 48px;
            height: 48px;
            line-height: 48px;
            top: -1.4rem;
            left: -1.6rem;
        }
    }

    .solution__categories > ul > li > .solution-category-card > .solution-category-card__icons .solution-category-card__icon.selected::before {
        background: #fd8f65;
    }

    .solution__categories > ul > li > .solution-category-card > .solution-category-card__icons .solution-category-card__icon.open::before {
        background: #5bbfc7;
    }

    /*end new styly hakel radi*/

    .solution-category-card__content {
        display: none;
    }

    .solution-category-card__loader {
        display: none;
    }

    .solution-category-card__content .partial-panel.loading .solution-category-card__loader {
        position: absolute;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        text-align: center;
        background: #0b0b0b;
        height: 100%;
        opacity: .6;
    }

    .solution__categories > ol > li.selected::after {
        content: '';
        background: url(../images/circle-check.svg) no-repeat center center;
        background-size: contain;
        width: 18px;
        height: 18px;
        display: block;
        position: absolute;
        top: 25px;
        right: -25px;
    }

    @media only screen and (min-width: 1200px) {
        .solution__categories > ol > li.selected::after {
            right: -35px;
        }
    }

    .solution-category-card {
    }

    .solution-category-card__title {
        padding: 2.4rem 6.5rem 2.4rem 6rem;
        position: relative;
        color: #000;
        text-align: left;
        margin: -10px -15px;
        font-weight: bold;
        font-size: 16px;
        text-transform: uppercase;
        line-height: 1.2;
        display: block;
        background: transparent;
        cursor: pointer;
    }

    @media only screen and (min-width: 768px) {
        .solution-category-card__title {
            padding: 2.4rem 7.5rem 2.4rem 8rem;
        }
    }

    .solution-category-card__title:hover {
        text-decoration: underline;
    }

    .solution-category-card__title:before {
        content: '';
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 3rem;
        border-top: 8px solid #fd8f65;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
    }

    .solution-category-card__title.toggled:before {
        transform: translateY(-50%) rotate(180deg);
    }

    .solution-category-card__desc {
        padding: 0 2.5rem 0 2.5rem;
        margin: 2.5rem 0 2.5rem 0;
        width: 100%;
        border-left: 1px solid #ccc;
        font-size: 16px;
        line-height: 1.6;
        color: #000;
    }

    @media only screen and (min-width: 768px) {
        .solution-category-card__desc {
            padding: 0 7.5rem 0 2.5rem;
            margin: 2.5rem 0 2.5rem 7rem;
            width: calc(100% - 7rem);
        }
    }

    .solution-category-card__products {
        display: flex;
        flex-wrap: wrap;
        width: calc(100% + 2rem);
        margin: 0 -1rem;
    }

    @media only screen and (min-width: 768px) {
        .solution-category-card__products {
            width: calc(100% + 3rem);
            margin: 0 -1.5rem;
        }
    }

    @media only screen and (min-width: 1200px) {
        .solution-category-card__products {
            padding: 0 8rem;
        }
    }

    .solution-category-card__product-item {
        width: 100%;
        margin: 0 0 2rem 0;
        padding: 0 1rem;
        position: relative;
    }

    @media only screen and (min-width: 550px) {
        .solution-category-card__product-item {
            width: 50%;
        }
    }

    @media only screen and (min-width: 768px) {
        .solution-category-card__product-item {
            width: 33.33%;
            margin: 0 0 3rem 0;
            padding: 0 1.5rem;
        }
    }

    @media only screen and (min-width: 991px) {
        .solution-category-card__product-item {
            width: 25%;
        }
    }

    @media only screen and (min-width: 1200px) {
        .solution-category-card__product-item {
            width: 20%;
        }
    }

    .solution-category-card__product-item.invisible {
        display: none;
    }

    .solution-category-card__product-item:hover .solution-product-card__footer {
        opacity: 1;
        pointer-events: all;
        visibility: visible;
    }

    .solution-product-card {
        width: 100%;
        min-height: 100%;
        background: #fff;
        display: block;
        text-decoration: none;
        color: #000;
        text-align: center;
        border-radius: 0rem;
        transition: 0.3s;
        padding: 1.5rem;
        cursor: pointer;
    }

    .solution-product-card__footer {
        transition: 0.3s;
        opacity: 0;
        pointer-events: none;
        visibility: hidden;
        border: 0.2rem solid #fd8f65;
        background: #fd8f65;
        position: absolute;
        top: calc(100% - 2rem);
        left: 1rem;
        width: calc(100% - 2rem);
        display: flex;
        flex-direction: row;
        z-index: 10;
    }

    @media only screen and (min-width: 768px) {
        .solution-product-card__footer {
            left: 1.5rem;
            width: calc(100% - 3rem);
        }
    }

    .solution-product-card__footer .quantity-edit .quantity-input {
        width: calc(100% - 2rem - 1.8rem);
        text-align: right;
        border: none;
    }

    .solution-product-card__footer .quantity-edit .quantity-suffix {
        width: 1.8rem;
        background: #fff;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        color: #000;
        justify-content: center;
        font-size: 13px;
    }

    .solution-product-card__footer .quantity-edit .quantity-buttons .quantity-button {
        height: 1.8rem;
    }

    .solution-product-card__footer .quantity-edit .quantity-buttons .quantity-button--down:before {
        top: 60%;
        border-bottom: 0.6rem solid #000;
    }

    .solution-product-card__footer .quantity-edit .quantity-buttons .quantity-button--up:before {
        top: 40%;
        border-top: 0.6rem solid #000;
    }

    .solution-product-card__btn {
        outline: none !important;
        border: none;
        cursor: pointer;
        font-family: 'Mukta', sans-serif;
        margin: 0;
        flex: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #fd8f65;
        color: #fff;
        text-align: center;
        text-decoration: none;
        font-size: 1.0rem;
        font-weight: 600;
        line-height: 1.1;
        padding: 0 1rem;
        border-radius: 0;
    }

    @media only screen and (min-width: 1200px) {
        .solution-product-card__btn {
            font-size: 1.1rem;
        }
    }

    .solution-product-card__btn:hover {
        background: #5bbfc7;
    }

    .solution-product-card:hover {
        box-shadow: 0 0 0 0.1rem #d9d9d9;
    }

    .solution-product-card__image {
        padding-top: 75%;
        position: relative;
        margin: 0 0 2.5rem 0;
    }

        .solution-product-card__image img {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            max-width: 100%;
            max-height: 100%;
        }

    .solution-product-card__title {
        width: 100%;
        color: #19233f;
        font-size: 1.6rem;
        line-height: 1.2;
        text-align: center;
        font-family: 'Mukta', sans-serif;
        font-weight: bold;
        margin: 0 0 0.5rem 0;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }

    .solution-product-card__code {
        width: 100%;
        color: #19233f;
        font-size: 1.1rem;
        line-height: 1.2;
        text-align: center;
        font-family: 'Mukta', sans-serif;
        font-weight: 600;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        margin: 0 0 1rem 0;
    }

        .solution-product-card__code strong {
            color: #fd8f65;
        }

    .solution-product-card__header {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        width: 100%;
        padding: 0 0 0.5rem 0;
        min-height: 23px;
    }

    .solution-product-card__pieces {
        background: #bfe1c0;
        color: #036b0a;
        font-size: 1.1rem;
        line-height: 1.2;
        font-weight: bold;
        display: flex;
        align-items: center;
        white-space: nowrap;
        border-radius: 2px;
        position: relative;
    }

        .solution-product-card__pieces span {
            padding: 0 8px;
        }

        .solution-product-card__pieces:before {
            content: '';
            background: #fff;
            width: 14px;
            height: 14px;
            border-radius: 100%;
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            right: 2px;
            z-index: 1;
        }

        .solution-product-card__pieces svg,
        .solution-product-card__pieces img {
            position: relative;
            z-index: 2;
        }

    .solution-product-more {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
        padding: 30px 0;
    }

    .solution-product-more__button {
        display: inline-block;
        background: #5bbfc7;
        color: #fff;
        text-align: left;
        text-decoration: none;
        font-size: 1.3rem;
        font-weight: 600;
        line-height: 1;
        padding: 1.3rem 1.5rem;
        border-radius: 0;
        max-width: 167px;
        border: none;
        outline: none;
        cursor: pointer;
        margin: 0;
    }

    @media only screen and (min-width: 550px) {
        .solution-product-more__button {
            font-size: 1.5rem;
            font-weight: 600;
            padding: 1.7rem 3.3rem;
        }
    }

    .solution-product-more__button:hover {
        background: #fd8f65;
    }


    .solution-button, .solution-hidden-card {
        display: none;
    }

    .solution-category-card__products.expanded .solution-button,
    .solution-category-card__products.expanded .solution-hidden-card {
        display: block;
    }

    .solution-inquiry {
        margin: 0 auto;
        width: 100%;
        max-width: 1240px;
        padding: 4rem 0 0 0;
    }

    .solution-inquiry__caption {
        color: #19233f;
        text-align: left;
        margin: 0 0 1.5rem 0;
        padding: 0;
        font-size: 2.4rem;
        font-weight: bold;
        line-height: 1.1;
    }

    @media only screen and (min-width: 768px) {
        .solution-inquiry__caption {
            margin: 0 0 2rem 0;
        }
    }

    @media only screen and (min-width: 1200px) {
        .solution-inquiry__caption {
            margin: 0 0 2.5rem 0;
            font-size: 2.8rem;
        }
    }

    .solution-inquiry__view-variants {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        padding: 0 0 1.5rem 0;
    }

    .solution-inquiry__view-variants-lbl {
        padding: 0;
        margin: 0 1.2rem 0 0;
        color: #000;
        font-size: 1.3rem;
        line-height: 1.1;
        font-family: 'Mukta', sans-serif;
        font-weight: 600;
        display: none;
    }

    @media only screen and (min-width: 550px) {
        .solution-inquiry__view-variants-lbl {
            display: block;
        }
    }

    .solution-inquiry__view-variants .partial-panel {
        display: flex;
        align-items: center;
    }

    .solution-inquiry__view-variants .view-variant input {
        display: none;
    }

    .solution-inquiry__view-variants .view-variant .view-variant__link {
        display: flex;
        align-items: center;
        padding: 0;
        margin: 0 0 0 1.5rem;
        color: #b1b1b1;
        font-size: 1.3rem;
        line-height: 1.1;
        font-family: 'Mukta', sans-serif;
        font-weight: bold;
        cursor: pointer;
    }

        .solution-inquiry__view-variants .view-variant .view-variant__link:hover {
            color: #ff8759;
            text-decoration: underline;
        }

        .solution-inquiry__view-variants .view-variant .view-variant__link img {
            width: 1.6rem;
            height: 1.6rem;
            opacity: 0.5;
            margin: 0 1rem 0 0;
        }

        .solution-inquiry__view-variants .view-variant .view-variant__link span {
            display: none;
        }

    @media only screen and (min-width: 400px) {
        .solution-inquiry__view-variants .view-variant .view-variant__link span {
            display: block;
        }
    }

    .solution-inquiry__view-variants .view-variant.selected .view-variant__link {
        color: #000;
    }

        .solution-inquiry__view-variants .view-variant.selected .view-variant__link img {
            opacity: 1;
        }

    .solution-inquiry__controls {
        text-align: center;
        padding: 3rem 0;
    }

    @media only screen and (min-width: 768px) {
        .solution-inquiry__controls {
            padding: 4rem 0;
        }
    }

    @media only screen and (min-width: 1200px) {
        .solution-inquiry__controls {
            padding: 6rem 0;
        }
    }

    .solution-inquiry__submit {
        display: inline-block;
        background: #fd8f65;
        color: #fff;
        text-align: left;
        text-decoration: none;
        font-size: 1.3rem;
        font-weight: 600;
        line-height: 1;
        padding: 1.3rem 3rem;
        border-radius: 0;
        border: none;
        outline: none;
        cursor: pointer;
        margin: 0;
    }

    @media only screen and (min-width: 550px) {
        .solution-inquiry__submit {
            font-size: 1.5rem;
            font-weight: 600;
            padding: 1.7rem 4.5rem;
        }
    }

    .solution-inquiry__submit:hover {
        background: #5bbfc7;
    }


    .solution-inquiry__list {
        display: flex;
        flex-wrap: wrap;
        width: calc(100% + 2rem);
        margin: 0 -1rem;
    }

    @media only screen and (min-width: 768px) {
        .solution-inquiry__list {
            width: calc(100% + 3rem);
            margin: 0 -1.5rem;
        }
    }

    .solution-inquiry__item {
        width: 100%;
        margin: 0 0 2rem 0;
        padding: 0 1rem;
        position: relative;
    }

    @media only screen and (min-width: 550px) {
        .solution-inquiry__item {
            width: 50%;
        }
    }

    @media only screen and (min-width: 768px) {
        .solution-inquiry__item {
            width: 33.33%;
            margin: 0 0 3rem 0;
            padding: 0 1.5rem;
        }
    }

    @media only screen and (min-width: 991px) {
        .solution-inquiry__item {
            width: 25%;
        }
    }

    @media only screen and (min-width: 1200px) {
        .solution-inquiry__item {
            width: 20%;
        }
    }

    .solution-inquiry-card {
        width: 100%;
        min-height: 100%;
        background: #fff;
        display: block;
        text-decoration: none;
        color: #000;
        text-align: center;
        border-radius: 0rem;
        transition: 0.3s;
        padding: 1.5rem;
    }

    .solution-inquiry-card__image {
        padding-top: 75%;
        position: relative;
        margin: 0 0 2.5rem 0;
    }

        .solution-inquiry-card__image img {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            max-width: 100%;
            max-height: 100%;
        }

    .solution-inquiry-card__title {
        width: 100%;
        color: #19233f;
        font-size: 1.6rem;
        line-height: 1.2;
        text-align: center;
        font-family: 'Mukta', sans-serif;
        font-weight: bold;
        margin: 0 0 0.5rem 0;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }

    .solution-inquiry-card__code {
        width: 100%;
        color: #19233f;
        font-size: 1.1rem;
        line-height: 1.2;
        text-align: center;
        font-family: 'Mukta', sans-serif;
        font-weight: 600;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        margin: 0 0 1rem 0;
    }

        .solution-inquiry-card__code strong {
            color: #fd8f65;
        }

    .solution-inquiry-card__header {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        width: 100%;
        padding: 0 0 0.5rem 0;
    }

    .solution-inquiry-card__pieces {
        color: #000;
        font-size: 1.8rem;
        line-height: 1.2;
        font-weight: bold;
        white-space: nowrap;
        position: relative;
    }

    @media only screen and (min-width: 1200px) {
        .solution-inquiry-card__pieces {
            font-size: 2.0rem;
        }
    }


    .solution-category-card .field-tooltip {
        margin: 0 0 0 1rem;
        display: flex;
        align-items: center;
    }

        .solution-category-card .field-tooltip svg {
            cursor: pointer;
        }

            .solution-category-card .field-tooltip svg path {
                fill: #fd8f65;
            }

    .solution-category-card__help {
        position: relative;
    }

    .solution-category-card__help-label {
        background: #e6f5f8;
        margin: 0 0 5px 0;
        padding: 15px;
        display: flex;
        align-items: center;
        color: #2ca1ab;
        font-size: 15px;
        font-weight: bold;
        line-height: 1.2;
    }

        .solution-category-card__help-label span {
            padding: 2px 0 0 10px;
        }

        .solution-category-card__help-label label {
            cursor: pointer;
        }

    .solution-card__ico--wo-color {
        background-color: transparent;
        width: 7rem;
        height: 100%;
        top: 0;
        left: 1.5rem;
    }

    .solution-product-card a {
        text-decoration: none;
        color: inherit;
    }

    .solution__intro {
        text-align: center;
    }

    .jqifade {
        position: absolute;
        background-color: #000;
    }

    .jqi {
        width: 100%;
        max-width: 400px;
        max-width: 40rem;
        position: absolute;
        text-align: center;
        background: #fff;
        padding: 20px;
        padding: 2rem;
        border: none;
        border-top: 45px solid #000000;
        font-weight: 500;
    }

        .jqi .jqiclose {
            color: #fff !important;
            font-size: 24px;
            font-size: 2.4rem;
            line-height: 1.2;
            top: -39px;
            top: -3.9rem;
            right: 15px;
            right: 1.5rem;
            position: absolute;
            font-family: Arial;
            cursor: pointer;
        }

        .jqi .jqititle {
            padding: 5px 10px;
            padding: 0.5rem 1rem;
            font-size: 16px;
            font-size: 1.6rem;
            line-height: 20px;
            line-height: 2rem;
            border-bottom: solid 1px #eeeeee;
        }

        .jqi .jqimessage {
            padding: 0 15px 15px 15px;
            padding: 0 1.5rem 1.5rem 1.5rem;
            line-height: 20px;
            line-height: 2rem;
            font-size: 16px;
            font-size: 1.6rem;
        }

            .jqi .jqimessage a {
                color: #000;
                text-decoration: underline;
            }

                .jqi .jqimessage a:hover {
                    text-decoration: none;
                }

        .jqi .jqibuttons button {
            margin: 0 4px;
            margin: 0 0.4rem;
            padding: 10px 20px;
            padding: 1rem 2rem;
            color: #fff;
            outline: none;
            background: #fd8f65;
            border: none;
            font-size: 14px;
            font-size: 1.4rem;
        }

            .jqi .jqibuttons button:hover {
                background: #2ca1ab;
                color: #fff;
                cursor: pointer;
            }


    .letter-btn.toggled path {
        fill: #5bbfc7 !important;
    }

    .catalogue-header__title h1,
    .detail__title,
    .solution__intro h1,
    .solution__header h1 {
        font-weight: 800 !important;
    }

    .detail-tabs .filters-tab-box,
    .solution__header,
    .subpage-texts--404 {
        font-weight: 400 !important;
    }

    .detail-tabs__param {
        font-family: Arial, Helvetica, sans-serif !important;
        font-weight: normal;
    }

    .header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 999;
    }

    .page {
        padding-top: 6rem;
    }

    @media only screen and (min-width: 550px) {
        .page {
            padding-top: 7rem;
        }
    }

    @media only screen and (min-width: 1200px) {
        .page {
            padding-top: 12rem;
        }
    }