/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
* {
    padding: 0;
    margin: 0
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-size: 16px;
    line-height: 28px
}

@media only screen and (max-width: 1024px) {
    html {
        font-size: 14px;
        line-height: 24px
    }
}

@media only screen and (min-width: 768px) {
    html {
        font-size: 14px
    }
}

body {
    margin: 0;
    padding-top: 20px;
    background: #F2F3F5
}

@media print {
    body {
        margin: 10mm 15mm 10mm 15mm
    }
}

@media only screen and (max-width: 1024px) {
    body {
        padding-top: 0px
    }
}

html, body {
    max-width: 100%;
    overflow-x: hidden
}

@-moz-document url-prefix() {
    body {
        font-weight: lighter !important
    }
}

body {
    margin: 0;
    background: #F2F2F2
}

footer, header {
    display: block
}

h6 {
    font-size: 16px;
    font-size: 1.1428571429rem;
    line-height: 20px
}

@media only screen and (min-width: 768px) {
    h6 {
        font-size: 18px;
        font-size: 1.2857142857rem;
        line-height: 20px
    }
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
    color: inherit;
    text-decoration: none
}

a:active, a:hover {
    outline-width: 0
}

b {
    font-weight: inherit
}

b {
    font-weight: 700
}

img {
    border-style: none;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
    font-size: .8571428571rem;
    color: rgba(0, 0, 0, 0.6);
    text-align: center;
    vertical-align: middle
}

svg:not(:root) {
    overflow: hidden
}

input {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

input {
    overflow: visible
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    -webkit-padding-start: 0;
    margin-before: 0;
    margin-after: 0;
    margin-start: 0;
    margin-end: 0;
    padding-start: 0
}

*::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
    background-color: transparent
}

*::-webkit-scrollbar {
    width: 10px;
    height: 5px
}

*::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 2.5px
}

li {
    list-style: none
}

@font-face {
    font-family: 'Almarai';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(fonts/Almarai/Almarai-Regular.woff2) format("woff2");
    unicode-range: U+0600-06FF, U+200C-200E, U+2010-2011, U+204F, U+2E41, U+FB50-FDFF, U+FE80-FEFC, U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: 'Almarai-b';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(fonts/Almarai/Almarai-Bold.woff2) format("woff2");
    unicode-range: U+0600-06FF, U+200C-200E, U+2010-2011, U+204F, U+2E41, U+FB50-FDFF, U+FE80-FEFC, U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

body {
    font-family: "Almarai", "sans-serif"
}

h6 {
    font-family: "Almarai", "sans-serif";
    font-weight: 700;
    -webkit-margin-before: 0px;
    -webkit-margin-after: 0px;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.container {
    max-width: calc(100% - 160px);
    margin-left: auto;
    margin-right: auto;
    padding-right: 10px;
    padding-left: 10px
}

@media only screen and (max-width: 1279px) {
    .container {
        max-width: none
    }
}

@media only screen and (max-width: 768px) {
    .container {
        padding-top: 10px
    }
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px
}

.col-md-3, .col-xs-12, .col-sm-12 {
    position: relative;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px
}

.col-xs-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%
}

@media only screen and (min-width: 640px) {
    .col-sm-12 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }
}

@media only screen and (min-width: 960px) {
    .col-md-3 {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%
    }
}

@media only screen and (max-width: 1024px) {
    .no-touch {
        display: none !important
    }
}

.google {
    background: #e02f2f
}

.google:hover {
    background: #e96565
}

.box-theme {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 1px 2px rgba(0, 0, 0, 0.04);
    box-shadow: 0px 0px 1px 2px rgba(0, 0, 0, 0.04)
}

.mr-max {
    margin-right: auto
}

@-webkit-keyframes lds-ellipsis1 {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes lds-ellipsis1 {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes lds-ellipsis3 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    100% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
}

@keyframes lds-ellipsis3 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    100% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
}

@-webkit-keyframes lds-ellipsis2 {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
    100% {
        -webkit-transform: translate(24px, 0);
        transform: translate(24px, 0)
    }
}

@keyframes lds-ellipsis2 {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
    100% {
        -webkit-transform: translate(24px, 0);
        transform: translate(24px, 0)
    }
}

@-webkit-keyframes loading-1 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(36);
        transform: rotate(36deg)
    }
}

@keyframes loading-1 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(36);
        transform: rotate(36deg)
    }
}

@-webkit-keyframes loading-2 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(72);
        transform: rotate(72deg)
    }
}

@keyframes loading-2 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(72);
        transform: rotate(72deg)
    }
}

@-webkit-keyframes loading-3 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(108);
        transform: rotate(108deg)
    }
}

@keyframes loading-3 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(108);
        transform: rotate(108deg)
    }
}

@-webkit-keyframes loading-4 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(144);
        transform: rotate(144deg)
    }
}

@keyframes loading-4 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(144);
        transform: rotate(144deg)
    }
}

@-webkit-keyframes loading-5 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(180);
        transform: rotate(180deg)
    }
}

@keyframes loading-5 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(180);
        transform: rotate(180deg)
    }
}

@-webkit-keyframes HideList {
    from {
        -webkit-transform: scaleY(1);
        transform: scaleY(1)
    }
    to {
        -webkit-transform: scaleY(0);
        transform: scaleY(0)
    }
}

@keyframes HideList {
    from {
        -webkit-transform: scaleY(1);
        transform: scaleY(1)
    }
    to {
        -webkit-transform: scaleY(0);
        transform: scaleY(0)
    }
}

input[type="search"] {
    -webkit-appearance: none
}

input[type="search"], .input {
    display: block;
    padding: 0 13.3333333333px;
    color: #A3A9B2;
    height: 44px;
    line-height: 44px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    font-family: "Almarai", "sans-serif";
    margin-bottom: 15px;
    font-size: 16px;
    font-size: 1.1428571429rem;
    border-radius: 10px;
    font-weight: 100;
    -webkit-transition: 0.2s;
    transition: 0.2s
}

input[type="search"] ::-webkit-input-placeholder, .input ::-webkit-input-placeholder {
    color: #bdbdbd
}

input[type="search"] ::-moz-placeholder, .input ::-moz-placeholder {
    color: #bdbdbd
}

input[type="search"] :-ms-input-placeholder, .input :-ms-input-placeholder {
    color: #bdbdbd
}

input[type="search"] :-moz-placeholder, .input :-moz-placeholder {
    color: #bdbdbd
}

input[type="search"]::-webkit-input-placeholder, .input::-webkit-input-placeholder {
    color: #bdbdbd
}

input[type="search"]::-moz-placeholder, .input::-moz-placeholder {
    color: #bdbdbd
}

input[type="search"]:-ms-input-placeholder, .input:-ms-input-placeholder {
    color: #bdbdbd
}

input[type="search"]:-moz-placeholder, .input:-moz-placeholder {
    color: #bdbdbd
}

input[type="search"]:focus, .input:focus {
    outline: none;
    background: #F2F3F5;
    color: #000
}

.header {
    position: fixed;
    top: 0px;
    -webkit-box-shadow: 0px 0px 1px 2px rgba(0, 0, 0, 0.04);
    box-shadow: 0px 0px 1px 2px rgba(0, 0, 0, 0.04);
    background: #fff;
    width: 100%;
    height: 75px;
    z-index: 9999
}

@media only screen and (max-width: 1222px) {
    .header {
        background: #17A654;
        height: 55px
    }
}

.header__linkMenu {
    width: 100%
}

.header__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    position: relative
}

.header__burger {
    display: none
}

.header__burger span {
    width: 15px;
    height: 2px;
    position: relative;
    background: #fff;
    -webkit-transition: .3s;
    transition: .3s
}

.header__burger span::after {
    content: "";
    width: 25px;
    position: absolute;
    top: -10px;
    height: 2px;
    background: #fff;
    -webkit-transition: .2s;
    transition: .2s
}

.header__burger span::before {
    content: "";
    width: 25px;
    position: absolute;
    bottom: -10px;
    height: 2px;
    background: #fff;
    border-radius: 5px;
    -webkit-transition: .2s;
    transition: .2s
}

@media only screen and (max-width: 1222px) {
    .header__burger {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        position: absolute;
        top: 0px;
        bottom: 0px;
        margin: auto;
        right: -10px;
        width: 70px
    }
}

.header__burger.active span {
    background: transparent;
    width: 0px
}

.header__burger.active span::before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    bottom: 0px;
    right: 0px;
    width: 25px
}

.header__burger.active span::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 0px;
    right: 0px;
    width: 25px
}

.header__logo {
    background: -webkit-gradient(linear, right top, left top, from(#24A557), to(#24A557));
    background: linear-gradient(to left, #24A557, #24A557);
    padding: 10px 35px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: .3s;
    transition: .3s
}

.header__logo:hover {
    background: -webkit-gradient(linear, right top, left top, from(#24A557), to(#BAFB3C));
    background: linear-gradient(to left, #24A557, #BAFB3C)
}

.header__logo img {
    height: 35px;
    width: 134px
}

@media only screen and (max-width: 1222px) {
    .header__logo {
        position: absolute;
        left: 0px;
        right: 0px;
        margin: auto;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        padding: 10px
    }

    .header__logo img {
        height: 28px;
        width: 107px
    }

    .header__logo:hover {
        background: -webkit-gradient(linear, right top, left top, from(#24A557), to(#24A557));
        background: linear-gradient(to left, #24A557, #24A557)
    }
}

.header__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 50px;
    -webkit-transition: .3s;
    transition: .3s;
    height: 100%
}

@media only screen and (max-width: 1222px) {
    .header__nav {
        position: absolute;
        right: -105%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 0px;
        padding: 10px 15px;
        top: 0px;
        width: 100%;
        background: #fff;
        -webkit-box-shadow: 1px 1px 1px 2px rgba(0, 0, 0, 0.04);
        box-shadow: 1px 1px 1px 2px rgba(0, 0, 0, 0.04);
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
        height: 100vh;
        padding: 0;
        z-index: 2;
        -webkit-transition: all 0.8s cubic-bezier(0.77, 0.2, 0.05, 1);
        transition: all 0.8s cubic-bezier(0.77, 0.2, 0.05, 1)
    }

    .header__nav.active {
        right: 0px;
        overflow: auto
    }

    .header__nav::-webkit-scrollbar {
        width: 0px;
        height: 0px
    }
}

.header__mobile-close {
    display: none;
    margin: 15px
}

@media only screen and (max-width: 1222px) {
    .header__mobile-close {
        display: block
    }
}

.header__mobile-close .icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    width: 30px;
    height: 30px
}

.header__mobile-close .icon svg {
    fill: #17A654;
    height: 24px;
    width: 24px
}

.header__link {
    font-family: "Almarai", "sans-serif";
    font-weight: bold;
    margin-left: 50px
}

.header__link a {
    -webkit-transition: .2s;
    transition: .2s;
    white-space: nowrap
}

.header__link a .icon-home {
    fill: #17A654
}

.header__link a .icon-matches {
    fill: #17A654
}

.header__link a.active {
    color: #17A654
}

@media only screen and (max-width: 1222px) {
    .header__link a {
        width: 100%;
        border: 1px solid #eee;
        border-radius: 5px;
        display: inline-block;
        padding: 10px;
        color: #A2A8B1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .header__link a.active {
        background-color: #17A654;
        color: white
    }

    .header__link a.active svg {
        fill: #fff
    }
}

.header__link:hover > a {
    color: #17A654
}

@media only screen and (max-width: 1222px) {
    .header__link:hover > a {
        color: #17A654
    }
}

@media only screen and (max-width: 1222px) {
    .header__link {
        padding: 0px 15px;
        margin: 0px;
        margin-top: 15px;
        width: 100%
    }
}

.header__more-links {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

@media only screen and (max-width: 1222px) {
    .header__more-links {
        height: auto
    }
}

.header__more-links span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer
}

@media only screen and (max-width: 1222px) {
    .header__more-links span {
        width: 100%;
        border: 1px solid #eee;
        border-radius: 5px;
        display: inline-block;
        padding: 10px;
        color: #A2A8B1;
        -webkit-transition: .3s;
        transition: .3s;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .header__more-links span:hover span {
        color: #17A654
    }

    .header__more-links span .icon-more {
        fill: #17A654
    }

    .header__more-links span.active {
        background-color: #17A654;
        color: white
    }

    .header__more-links span.active svg {
        fill: #fff
    }
}

.header__more-links span svg {
    width: 15px;
    margin-right: 5px;
    position: relative;
    top: 2px;
    -webkit-transition: .3s;
    transition: .3s
}

@media only screen and (min-width: 1025px) {
    .header__more-links.active span {
        color: #17A654
    }

    .header__more-links.active span svg {
        fill: #17A654
    }
}

@media only screen and (min-width: 1025px) {
    .header__more-links.active .header__megamenu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}

.header__more-links .arrow {
    position: absolute;
    left: 25px;
    display: none
}

.header__more-links .arrow svg {
    width: 12px;
    height: 12px;
    fill: #A2A8B1;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

@media only screen and (max-width: 1222px) {
    .header__more-links .arrow {
        display: initial
    }
}

@media only screen and (max-width: 1222px) {
    .header__more-links.active span {
        background-color: #17A654;
        color: white
    }
}

.header__more-links.active svg {
    fill: #fff
}

.header__more-links.active .icon-arrow {
    fill: #fff;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.header__section-icon {
    display: none
}

@media only screen and (max-width: 1222px) {
    .header__section-icon {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-left: 15px
    }
}

.header__section-icon svg {
    width: 22px;
    height: 22px;
    fill: #17A654
}

.header__megamenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #fff;
    position: fixed;
    width: 100%;
    min-height: 150px;
    top: 75px;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    -webkit-box-shadow: 0px 2px 1px 2px rgba(0, 0, 0, 0.04);
    box-shadow: 0px 2px 1px 2px rgba(0, 0, 0, 0.04);
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 15px;
    height: 100vh;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .3s;
    transition: .3s
}

@media only screen and (max-width: 1222px) {
    .header__megamenu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        min-height: unset;
        -webkit-box-shadow: none;
        box-shadow: none;
        padding: 0;
        width: 100%;
        left: auto;
        border-left: 0;
        position: relative;
        height: 0px;
        overflow: hidden;
        width: 100%;
        top: 0px;
        -webkit-transition: .3s;
        transition: .3s
    }
}

.header__megamenu__linkMenu {
    width: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.header__megamenu.active {
    visibility: visible;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1
}

@media only screen and (max-width: 1222px) {
    .header__megamenu.active {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: calc(100vh - 55px);
        height: 760px;
        overflow: visible;
        z-index: 1;
        top: 0px;
        background: #fff;
        min-height: unset;
        max-height: 1401px;
        height: 1401px;
        -webkit-transition: .3s;
        transition: .3s
    }
}

.header__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 150px
}

@media only screen and (max-width: 1222px) {
    .header__list {
        display: none
    }
}

.header__list a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px;
    color: #000;
    border-radius: 3px;
    font-family: "Almarai", "sans-serif";
    font-weight: bold;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.header__list a.active {
    background: #17A654;
    color: #fff
}

.header__list a.active:hover {
    color: #fff
}

.header__list a:hover {
    color: #17A654
}

.header__wrap {
    background: #F9F9F9;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    margin-right: 15px;
    border-radius: 3px;
    padding: 20px
}

@media only screen and (max-width: 1222px) {
    .header__wrap {
        margin-right: 0;
        background: transparent
    }
}

@media only screen and (max-width: 1023px) {
    .header__wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.header .close-mega-menu {
    position: absolute;
    left: 35px;
    top: 35px;
    cursor: pointer
}

@media only screen and (max-width: 1222px) {
    .header .close-mega-menu {
        display: none
    }
}

.header .close-mega-menu .icon svg {
    width: 25px;
    height: 25px
}

.header__column {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

@media only screen and (max-width: 1023px) {
    .header__column:last-of-type {
        margin-top: 15px;
        border-top: 1px solid #eee;
        padding-top: 15px
    }
}

.header__column-title {
    margin-bottom: 30px;
    font-family: "Almarai", "sans-serif";
    font-weight: bold
}

.header__column-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media only screen and (max-width: 767px) {
    .header__column-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-bottom: 15px
    }
}

.header__column-box .img-beside-text {
    margin-bottom: 20px;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 50%;
    min-width: 50%
}

@media only screen and (max-width: 767px) {
    .header__column-box .img-beside-text {
        max-width: 100%;
        min-width: 100%
    }
}

.header__column-box .img-beside-text p {
    font-weight: 100;
    font-size: 13px;
    font-family: "Almarai", "sans-serif";
    max-width: 25ch
}

.header__column-box .img-beside-text a {
    border: none
}

.header__column-box .all {
    color: #17A654;
    font-size: 12px
}

.header__follow {
    display: none;
    margin-top: 25px;
    width: 100%
}

@media only screen and (max-width: 1222px) {
    .header__follow {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 15px
    }
}

.header__follow p {
    font-size: 13px;
    font-weight: 600;
    margin-right: 15px;
    white-space: nowrap
}

.header__follow-icons {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly
}

.header__follow-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.header__follow-link svg {
    height: 20px;
    width: 20px
}

.header__bord {
    position: absolute;
    border: 0.25px solid #e7e4e4;
    width: 145px;
    height: 49px;
    border-radius: 4px;
    opacity: 1
}

.header__search {
    margin-right: auto;
    -webkit-box-shadow: 1px -1px 2px 2px rgba(0, 0, 0, 0.04);
    box-shadow: 1px -1px 2px 2px rgba(0, 0, 0, 0.04);
    height: 100%;
    background: #eee;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 15px 18px;
    -webkit-transition: .5s;
    transition: .5s;
    min-width: 90px;
    position: relative
}

.header__search .most_viewed {
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
    font-weight: 700
}

.header__search .icon {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%
}

.header__search .icon svg {
    width: 22px;
    height: 22px;
    fill: #17A654
}

.header__search .icon .close-icon {
    display: none
}

.header__search .enter-search {
    width: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: -10px
}

.header__search .enter-search svg {
    width: 15px;
    height: 15px;
    fill: lightgray;
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s
}

.header__search .enter-search:hover svg {
    fill: #000
}

@media only screen and (max-width: 1222px) {
    .header__search {
        z-index: 1;
        -webkit-box-shadow: none;
        box-shadow: none;
        min-width: unset;
        background: #fff
    }

    .header__search .icon {
        padding: 0px;
        width: 30px
    }

    .header__search .icon svg {
        width: 18px;
        height: 18px
    }
}

.header__search.active .header__search-box {
    background: #fff;
    margin-left: 15px;
    max-width: 220px;
    padding: 0px 10px;
    opacity: 1
}

@media only screen and (max-width: 330px) {
    .header__search.active .header__search-box {
        max-width: 160px
    }
}

.header__search.active .icon {
    width: unset
}

.header__search.active .icon .search-icon {
    display: none
}

.header__search.active .icon .close-icon {
    display: unset
}

.header__search.active .enter-search svg {
    -webkit-transform: translateX(0px);
    transform: translateX(0px)
}

@media only screen and (max-width: 1222px) {
    .header__search.active {
        background: #eee
    }
}

.header__search-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #eee;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 5px;
    padding: 0px;
    overflow: hidden;
    max-width: 0px;
    -webkit-transition: .5s;
    transition: .5s;
    opacity: 0
}

.header__search-box input {
    outline: 0;
    margin: 0;
    border: none;
    height: 35px;
    background: #fff;
    padding: 0px;
    font-size: 12px
}

.header__search-box input:focus {
    outline: none;
    background: #fff;
    color: #000
}

.header__discount {
    position: absolute;
    top: 0;
    width: 24px;
    height: 24px;
    bottom: 0;
    margin: auto;
    right: -108px;
    display: block
}

@media only screen and (max-width: 1222px) {
    .header__discount {
        right: 20px;
        display: none
    }
}

@media only screen and (max-width: 340px) {
    .header__discount {
        right: 10px
    }
}

.header__discount a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 24px;
    height: 24px
}

.header__discount a img {
    width: 14px;
    height: 24px;
    margin-left: 16px
}

@media only screen and (min-width: 1222px) {
    .header__mostviewedmenu {
        display: none
    }
}

.header__mostviewedmenu a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header__mostviewedmenu img {
    margin-left: 15px;
    width: 14px;
    height: 24px
}

.header .menu-footer {
    display: none;
    background: #eee;
    margin: 15px;
    width: calc(100% - 30px);
    margin-top: auto;
    border-radius: 10px
}

.header .menu-footer .footer__bottom {
    padding-top: 5px;
    padding-bottom: 50px
}

.header .menu-footer .footer__logo {
    width: 100px;
    bottom: 5px
}

.header .menu-footer .footer__rights {
    bottom: 16px
}

@media only screen and (max-width: 1222px) {
    .header .menu-footer {
        display: block
    }
}

.footer {
    margin: 50px auto
}

.footer__body {
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 1024px;
    margin: auto
}

@media only screen and (min-width: 1400px) {
    .footer__body {
        max-width: 1180px
    }
}

@media only screen and (min-width: 1700px) {
    .footer__body {
        max-width: 1280px
    }
}

@media only screen and (min-width: 1024px) {
    .footer__body {
        padding: 10px 20px 30px 20px
    }
}

@media only screen and (max-width: 1024px) {
    .footer__body {
        padding: 10px 20px 30px 20px
    }
}

.footer__top {
    padding-bottom: 15px;
    border-bottom: 2px solid #eee;
    margin-bottom: 15px
}

.footer__col-head {
    padding: 15px;
    position: relative;
    margin-bottom: 20px
}

.footer__col-head::after {
    content: '';
    position: absolute;
    height: 2px;
    right: 15px;
    top: 100%;
    background: #eee;
    width: 70%
}

@media only screen and (max-width: 992px) {
    .footer__col-head::after {
        width: 100%
    }
}

@media only screen and (max-width: 1024px) {
    .footer__col-head::after {
        width: 100%;
        right: 0px
    }
}

.footer__col-head h6 {
    font-size: 16px;
    line-height: 25px
}

.footer__item {
    margin-bottom: 5px
}

@media only screen and (max-width: 1024px) {
    .footer__item {
        font-size: 12px
    }
}

.footer__item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    padding: 5px 15px;
    -webkit-transition: .2s;
    transition: .2s;
    border-radius: 5px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.footer__item a:hover {
    color: #17A654
}

@media only screen and (max-width: 1024px) {
    .footer__item a {
        padding: 5px
    }
}

@media only screen and (max-width: 340px) {
    .footer__item a {
        white-space: nowrap;
        font-size: 11px
    }
}

.footer__item a .icon {
    margin-left: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.footer__item a .icon svg {
    height: 15px;
    width: 15px
}

.footer__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media only screen and (max-width: 1024px) {
    .footer__bottom {
        position: relative;
        padding-bottom: 20px
    }
}

.footer__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 125px;
    padding-left: 20px;
    border-left: 2px solid #eee;
    margin-left: 10px
}

@media only screen and (max-width: 1024px) {
    .footer__logo {
        position: absolute;
        bottom: -12px;
        width: 95px
    }
}

.footer__logo img {
    width: 103px;
    height: 29px
}

@media only screen and (max-width: 1024px) {
    .footer__logo img {
        height: 20px;
        width: 78px
    }
}

.footer__terms {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.footer__terms .footer__item {
    margin: 0px
}

@media only screen and (max-width: 1024px) {
    .footer__terms {
        width: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media only screen and (max-width: 1024px) {
    .footer__rights {
        position: absolute;
        white-space: nowrap;
        bottom: -13px;
        font-size: 12px;
        right: 115px
    }
}

@media only screen and (max-width: 330px) {
    .footer__rights {
        right: 100px
    }
}

.down-app-pair {
    height: calc(100% - 60px);
    margin-top: 60px;
    background-color: #fff
}

.down-app-pair .pair-home-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    height: 100%
}

.down-app-pair .pair-home-content .desc-part {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.down-app-pair .pair-home-content .img-part {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.down-app-pair .pair-home-content .img-part img {
    float: left;
    height: 600px
}

.down-app-pair .pair-home-content .desc-part {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.down-app-pair .pair-home-content .desc-part .text-flex {
    width: 70%;
    -webkit-margin-start: 89px;
    margin-inline-start: 89px
}

.down-app-pair .pair-home-content .desc-part .text-flex p {
    color: #171C19;
    font-size: 1.5rem;
    margin-bottom: 5px;
    font-weight: 400
}

.down-app-pair .pair-home-content .desc-part .text-flex p:last-of-type {
    margin-bottom: 70px
}

.down-app-pair .pair-home-content .desc-part .text-flex b {
    display: block;
    color: #24A557;
    font-size: 2rem;
    margin-bottom: 40px
}

.down-app-pair .pair-home-content .desc-part .text-flex .pair-down-imgs img {
    width: 264px
}

.down-app-pair .pair-home-content .desc-part .pair-down-imgs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 18px
}

.down-app-pair .scend-part .container_ {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px;
    width: 90%;
    margin: auto
}

.down-app-pair .scend-part .container_ .part2 {
    width: auto
}

.down-app-pair .scend-part .container_ .pair-des .div {
    width: 250px
}

.down-app-pair .scend-part .container_ .pair-des .div:first-of-type {
    margin: 0 0 125px 0
}

.down-app-pair .scend-part .container_ .pair-des .div .counter {
    width: 84px;
    height: 84px;
    background-color: #24A55710;
    border-radius: 11px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 16px
}

.down-app-pair .scend-part .container_ .pair-des .div .counter span {
    color: #40B16B;
    font-size: 45px;
    font-weight: 400
}

.down-app-pair .scend-part .container_ .pair-des .div p {
    font-size: 1.5rem;
    font-weight: 400;
    color: #252837
}

.down-app-pair .therd-part .contaner_ {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 90%;
    margin: auto;
    padding: 30px 0
}

.down-app-pair .therd-part .contaner_ .img-contanier {
    width: 45%
}

.down-app-pair .therd-part .contaner_ .desc-part {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 45%
}

.down-app-pair .therd-part .contaner_ .desc-part .text-flex {
    -webkit-margin-start: 89px;
    margin-inline-start: 89px
}

.down-app-pair .therd-part .contaner_ .desc-part .text-flex p {
    color: #171C19;
    font-size: 1.5rem;
    margin-bottom: 5px;
    font-weight: 400
}

.down-app-pair .therd-part .contaner_ .desc-part .text-flex p:last-of-type {
    margin-bottom: 70px
}

.down-app-pair .therd-part .contaner_ .desc-part .text-flex b {
    display: block;
    color: #24A557;
    font-size: 2rem;
    margin-bottom: 45px
}

.down-app-pair .therd-part .contaner_ .desc-part .text-flex .pair-down-imgs img {
    width: 264px
}

.down-app-pair .therd-part .contaner_ .desc-part .pair-down-imgs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 18px
}

.bunner {
    display: none
}

@media (max-width: 768px) {
    .down-app-pair {
        margin-top: 0
    }

    .down-app-pair .pair-home-content {
        height: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
        flex-flow: column-reverse
    }

    .down-app-pair .pair-home-content .img-part img {
        margin-bottom: 30px;
        height: auto
    }

    .down-app-pair .pair-home-content .desc-part .text-flex {
        margin: auto;
        width: 90%
    }

    .down-app-pair .pair-home-content .desc-part .text-flex p {
        font-size: 16px;
        margin-bottom: 0px;
        font-weight: 400;
        text-align: center
    }

    .down-app-pair .pair-home-content .desc-part .text-flex p:last-of-type {
        margin-bottom: 30px
    }

    .down-app-pair .pair-home-content .desc-part .text-flex b {
        display: block;
        font-size: 21px;
        margin-bottom: 27px;
        text-align: center
    }

    .down-app-pair .pair-home-content .desc-part .text-flex .pair-down-imgs {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 16px
    }

    .down-app-pair .pair-home-content .desc-part .text-flex .pair-down-imgs img {
        width: 152px;
        height: 60px
    }

    .down-app-pair .scend-part {
        padding: 30px 0
    }

    .down-app-pair .scend-part .container_ {
        display: block;
        padding: 0
    }

    .down-app-pair .scend-part .container_ .pair-des .div {
        width: 100%;
        margin-bottom: 50px !important;
        margin-bottom: 35px
    }

    .down-app-pair .scend-part .container_ .pair-des .div:first-of-type {
        margin: auto;
        margin-bottom: 50px
    }

    .down-app-pair .scend-part .container_ .pair-des .div .counter {
        width: 40px;
        height: 40px;
        margin: 10px auto
    }

    .down-app-pair .scend-part .container_ .pair-des .div .counter span {
        font-size: 21px
    }

    .down-app-pair .scend-part .container_ .pair-des .div p {
        font-size: 16px;
        text-align: center
    }

    .down-app-pair .scend-part .container_ .part2 {
        margin-bottom: 50px;
        width: 100%
    }

    .down-app-pair .scend-part .container_ .part2 .img-contain img {
        width: 100%;
        height: 100%
    }

    .down-app-pair .therd-part .contaner_ {
        display: block
    }

    .down-app-pair .therd-part .contaner_ .img-contanier {
        width: 100%
    }

    .down-app-pair .therd-part .contaner_ .img-contanier img {
        width: 100%;
        height: 100%
    }

    .down-app-pair .therd-part .contaner_ .desc-part {
        width: 100%
    }

    .down-app-pair .therd-part .contaner_ .desc-part .text-flex {
        margin: 0;
        width: 100%
    }

    .down-app-pair .therd-part .contaner_ .desc-part .text-flex p {
        font-size: 16px;
        margin-bottom: 0px;
        font-weight: 400;
        text-align: center
    }

    .down-app-pair .therd-part .contaner_ .desc-part .text-flex p:last-of-type {
        margin-bottom: 30px
    }

    .down-app-pair .therd-part .contaner_ .desc-part .text-flex b {
        display: block;
        font-size: 21px;
        margin-bottom: 27px;
        text-align: center
    }

    .down-app-pair .therd-part .contaner_ .desc-part .text-flex .pair-down-imgs {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 16px
    }

    .down-app-pair .therd-part .contaner_ .desc-part .text-flex .pair-down-imgs img {
        width: 152px;
        height: 60px
    }
}


/*# sourceMappingURL=single-download-app.min.css.map */
