/******************************************/
/********      Global Styles      *********/
/******************************************/

@font-face {
    font-family: 'Myriad Arabic';
    font-style: normal;
    font-weight: 400;
    font-variant-numeric: tabular-nums;
    src: url('fonts/Myriad-Arabic/Myriad-Arabic-Regular.woff') format('woff'),
    url('fonts/Myriad-Arabic/Myriad-Arabic-Regular.woff2') format('woff2');
    font-display: swap;
}
@font-face {
    font-family: "Damascus";
    src: url('fonts/Damascus/Damascus.woff2') format('woff2'),
    url('fonts/Damascus/Damascus.woff') format('woff');
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Montserrat";
    font-weight: 400;
    src: url('fonts/Montserrat/montserrat-regular-webfont.woff2') format('woff2'),
    url('fonts/Montserrat/montserrat-regular-webfont.woff') format('woff');
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Montserrat";
    font-weight: 500;
    src: url('fonts/Montserrat/montserrat-medium-webfont.woff2') format('woff2'),
    url('fonts/Montserrat/montserrat-medium-webfont.woff') format('woff');
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Montserrat";
    font-weight: 600;
    src: url('fonts/Montserrat/montserrat-semibold-webfont.woff2') format('woff2'),
    url('fonts/Montserrat/montserrat-semibold-webfont.woff') format('woff');
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Montserrat";
    font-weight: 700;
    src: url('fonts/Montserrat/montserrat-bold-webfont.woff2') format('woff2'),
    url('fonts/Montserrat/montserrat-bold-webfont.woff') format('woff');
    font-style: normal;
    font-display: swap;
}

/** BOOTSTRAP */
/*!
 * Bootstrap v4.1.1 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 1000px;
    --breakpoint-xl: 1360px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

*,*::before,*::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent
}

@-ms-viewport {
    width: device-width
}

article,aside,figcaption,figure,footer,header,hgroup,main,nav,section {
    display: block
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff
}

[tabindex="-1"]:focus {
    outline: 0 !important
}

hr {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

h1,h2,h3,h4,h5,h6 {
    margin-top: 0;
    margin-bottom: 0.5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[title],abbr[data-original-title] {
    text-decoration: underline;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

ol,ul,dl {
    margin-top: 0;
    margin-bottom: 1rem
}

ol ol,ul ul,ol ul,ul ol {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

dfn {
    font-style: italic
}

b,strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

sub,sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a:hover {
    color: #0056b3;
    text-decoration: underline
}

a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):hover,a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus {
    outline: 0
}

pre,code,kbd,samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1em
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar
}

figure {
    margin: 0 0 1rem
}

img {
    vertical-align: middle;
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

table {
    border-collapse: collapse
}

caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: inherit
}

label {
    display: inline-block;
    margin-bottom: 0.5rem
}

button {
    -webkit-border-radius: 0;
    border-radius: 0
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

input,button,select,optgroup,textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,input {
    overflow: visible
}

button,select {
    text-transform: none
}

button,html [type="button"],[type="reset"],[type="submit"] {
    -webkit-appearance: button
}

button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner {
    padding: 0;
    border-style: none
}

input[type="radio"],input[type="checkbox"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

input[type="date"],input[type="time"],input[type="datetime-local"],input[type="month"] {
    -webkit-appearance: listbox
}

textarea {
    overflow: auto;
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal
}

progress {
    vertical-align: baseline
}

[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button {
    height: auto
}

[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: none
}

[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

output {
    display: inline-block
}

summary {
    display: list-item;
    cursor: pointer
}

template {
    display: none
}

[hidden] {
    display: none !important
}

h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6 {
    margin-bottom: 0.5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit
}

h1,.h1 {
    font-size: 2.5rem
}

h2,.h2 {
    font-size: 2rem
}

h3,.h3 {
    font-size: 1.75rem
}

h4,.h4 {
    font-size: 1.5rem
}

h5,.h5 {
    font-size: 1.25rem
}

h6,.h6 {
    font-size: 1rem
}

.lead {
    font-size: 1.25rem;
    font-weight: 300
}

.display-1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.2
}

.display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.2
}

.display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2
}

.display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0,0,0,0.1)
}

small,.small {
    font-size: 80%;
    font-weight: 400
}

mark,.mark {
    padding: 0.2em;
    background-color: #fcf8e3
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    list-style: none
}

.list-inline-item {
    display: inline-block
}

.list-inline-item:not(:last-child) {
    margin-right: 0.5rem
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem
}

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #6c757d
}

.blockquote-footer::before {
    content: "\2014 \00A0"
}

.img-fluid {
    max-width: 100%;
    height: auto
}

.img-thumbnail {
    padding: 0.25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    -webkit-border-radius: 0.25rem;
    border-radius: 0.25rem;
    max-width: 100%;
    height: auto
}

.figure {
    display: inline-block
}

.figure-img {
    margin-bottom: 0.5rem;
    line-height: 1
}

.figure-caption {
    font-size: 90%;
    color: #6c757d
}

code {
    font-size: 87.5%;
    color: #e83e8c;
    word-break: break-word
}

a>code {
    color: inherit
}

kbd {
    padding: 0.2rem 0.4rem;
    font-size: 87.5%;
    color: #fff;
    background-color: #212529;
    -webkit-border-radius: 0.2rem;
    border-radius: 0.2rem
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700
}

pre {
    display: block;
    font-size: 87.5%;
    color: #212529
}

pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 576px) {
    .container {
        max-width:540px
    }
}

@media (min-width: 768px) {
    .container {
        max-width:768px
    }
}

@media (min-width: 1000px) {
    .container {
        max-width:980px
    }
}

@media (min-width: 1360px) {
    .container {
        max-width:1330px
    }
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.no-gutters>.col,.no-gutters>[class*="col-"] {
    padding-right: 0;
    padding-left: 0
}

.col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12,.col,.col-auto,.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm,.col-sm-auto,.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,.col-md,.col-md-auto,.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg,.col-lg-auto,.col-xl-1,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl,.col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

.col-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none
}

.col-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%
}

.col-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

.col-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.col-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%
}

.col-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%
}

.col-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%
}

.col-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%
}

.col-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%
}

.col-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

@media (min-width: 576px) {
    .col-sm {
        -webkit-flex-basis:0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-sm-auto {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-sm-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-sm-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-sm-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-sm-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-sm-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-sm-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-sm-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-sm-11 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-sm-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (min-width: 768px) {
    .col-md {
        -webkit-flex-basis:0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-md-auto {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-md-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-md-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-md-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-md-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-md-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-md-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-md-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-md-11 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-md-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (min-width: 1000px) {
    .col-lg {
        -webkit-flex-basis:0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-lg-auto {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-lg-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-lg-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-lg-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-lg-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-lg-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-lg-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-lg-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-lg-11 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-lg-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-lg-first {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1
    }

    .order-lg-last {
        -webkit-box-ordinal-group: 14;
        -webkit-order: 13;
        -ms-flex-order: 13;
        order: 13
    }
}

@media (min-width: 1360px) {
    .col-xl {
        -webkit-flex-basis:0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-xl-auto {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-xl-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-xl-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-xl-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-xl-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-xl-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-xl-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-xl-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-xl-11 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-xl-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

}

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    -webkit-border-radius: 0.25rem;
    border-radius: 0.25rem;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out
}

.nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: block;
    padding: 0.5rem 1rem
}

.nav-link:hover,.nav-link:focus {
    text-decoration: none
}

.nav-link.disabled {
    color: #6c757d
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6
}

.nav-tabs .nav-item {
    margin-bottom: -1px
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    -webkit-border-top-left-radius: 0.25rem;
    border-top-left-radius: 0.25rem;
    -webkit-border-top-right-radius: 0.25rem;
    border-top-right-radius: 0.25rem
}

.nav-tabs .nav-link:hover,.nav-tabs .nav-link:focus {
    border-color: #e9ecef #e9ecef #dee2e6
}

.nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent
}

.nav-tabs .nav-link.active,.nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0
}

.nav-pills .nav-link {
    -webkit-border-radius: 0.25rem;
    border-radius: 0.25rem
}

.nav-pills .nav-link.active,.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #007bff
}

.nav-fill .nav-item {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center
}

.nav-justified .nav-item {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.pagination {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    -webkit-border-radius: 0.25rem;
    border-radius: 0.25rem
}

.text-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

.text-justify {
    text-align: justify !important
}

.text-nowrap {
    white-space: nowrap !important
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.text-left {
    text-align: left !important
}

.text-right {
    text-align: right !important
}

.text-center {
    text-align: center !important
}
/** BOOTSTRAP */


html {
    color: #000;
    background: #FFF;

}

* {
    tap-highlight-color: transparent !important;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, select, th, td, a {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}

pre{
    text-align: left !important;
    word-break: break-word;
    position: relative;
}

body {
    font-family: var(--pix-main-font);
    font-size: var(--pix-font-size);
    line-height: 1.857142857142857;
    color: var(--pix-font-color);
    direction: ltr !important;
    overflow-x: hidden !important;
}

a {
    color: var(--pix-hlink-color);
    text-decoration: none;
    transition: color .33s;
}

a:hover, a:active, a:focus {
    color: var(--pix-hlink-color);
    outline: none !important;
    text-decoration: none
}
footer a:hover, footer a:active, footer a:focus {
    color: var(--pix-main-color);
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

fieldset, img {
    border: 0
}

address, button, caption, cite, code, dfn, input, optgroup, option, select, strong, textarea, th, var {
    font: inherit;
    font-size: var(--pix-font-size);
}

b, strong {
    font-weight: 700;
}

ins {
    text-decoration: none
}

caption, th {
    text-align: left
}

q:before, q:after {
    content: ''
}

abbr, acronym {
    border: 0;
    font-variant: normal
}

sup {
    vertical-align: baseline
}

sub {
    vertical-align: baseline
}

legend {
    color: #000;
}

h1, h2, h3, h4, h5, h6,
h2 a, h3 a {
    font-family: var(--pix-title-font);
    font-weight: var(--pix-title-weight);
}

html :focus,
input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none !important;
}

#CalltouchWidgetFrame{
    right: 90px !important;
}

a[href^=tel] {
    color: inherit;
}

a.pix-underline,
.pix-underline a{
    text-decoration: none !important;
    background-image: linear-gradient(var(--pix-title-color), var(--pix-title-color));
    background-position: 0 85%;
    background-repeat: no-repeat;
    background-size: 100% 1px;
    transition: background-size .33s, background-position .33s;
}

a.pix-underline:hover,
.pix-underline:hover a {
    text-decoration: none;
    background-size: 100% 0;
    background-position: 0 100%;
}

.pix-a-hover-underline {
    display: inline-block;
    position: relative;
}

a:hover .pix-a-hover-underline:after {
    opacity: 1;
    transform: translateY(-3px);
}

.pix-a-hover-underline:after {
    background-color: var(--pix-main-color);
    content: "";
    height: 1px;
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    width: 100%;
    transform: translateY(1px);
    transition: color 0.3s, transform 0.3s;
}

p {
    font-size: var(--pix-font-size);
    font-weight: var(--pix-font-weight);
    line-height: 25px;
    color: var(--pix-font-color);
}

.pix-sidebar-box p {
    color: #bbbbbb;
}

button {
    cursor: pointer;
    border: none;
    padding: inherit;
    background: transparent;
}

label, span, li {
    font-family: inherit;
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

/***   a Box Container   ***/
.grid-big__item-video > a,
.grid-big__item > a {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
}

.pix-overlay {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    content: '';
    background: #333;
    -webkit-transition: opacity .33s;
    transition: opacity .33s;
}

.pix-overlay.pix-main-color {
    background: var(--pix-main-color);
}
.pix-overlay.pix-additional-color {
    background: var(--pix-additional-color);
}

.pix-block-content {
    position: relative;
}

.pix-text-review-left .pix-block-content {
    text-align: left;
}
.pix-text-review-right .pix-block-content {
    text-align: right;
}

.pix-no-wrap {
    white-space: nowrap;
}

/***   Pix Button   ***/

.pix-button {
    padding: 0.75em 2.5em;
    background: var(--pix-main-color);
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: var(--pix-buttons-border) solid transparent;
    font-family: var(--pix-buttons-font);
    font-size: var(--pix-buttons-font-size);
    font-weight: var(--pix-buttons-font-weight);
    font-style: var(--pix-buttons-font-style);
    text-transform: var(--pix-buttons-text-transform);
    letter-spacing: var(--pix-buttons-letter-spacing);
    line-height: normal !important;
    text-align: center;
    display: inline-block;
    cursor: pointer;
    color: #fff;
    -webkit-transition: color .33s, background .33s, box-shadow .33s;
    transition: color .33s, background .33s, box-shadow .33s;
    -webkit-font-smoothing: subpixel-antialiased;
    white-space: nowrap;
    text-overflow: ellipsis;
    background-image: url('../images/absurdity.png');
}

.pix-single-info .pix-sidebar-submit .pix-button,
.pix-product-box-price .pix-button,
.pix-sale-box-price .pix-button{
    -webkit-transition: background .33s, box-shadow .33s;
    transition: background .33s, box-shadow .33s;
}

.pix-button:not([href]):not([tabindex]),
.pix-button.pix-disable-btn:not([href]):not([tabindex]):hover {
    color: #fff;
}
.pix-button:not([href]):not([tabindex]):hover {
    /*color: var(--pix-main-color);*/
    color: #fff;
}
.pix-button:hover {
    background: var(--pix-additional-color);
    color: #fff;
    border: var(--pix-buttons-border) solid transparent;
    -webkit-box-shadow: var(--pix-buttons-shadow);
    box-shadow: var(--pix-buttons-shadow);
    background-image: url('../images/absurdity.png');
}
.pix-button:hover:focus {
    /*color: var(--pix-main-color);*/
}
.pix-button:hover span {
    /*color: var(--pix-main-color) !important;*/
}
.pix-button:active {
    background: var(--pix-additional-color);
    opacity: .8;
    transform: translateY(1px);
    -webkit-transition: transform .2s;
    transition: transform .2s;
    background-image: url('../images/absurdity.png');
}
.pix-button:focus {
    color: #fff;
}
.pix-button.pix-disable-btn {
    background: #9a9a9a;
    color: #fff;
    cursor: default;
}
.pix-button.pix-disable-btn:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.pix-button.pix-disable-btn:active {
    opacity: 1;
    transform: none;
}
.pix-button.pix-dark {
    background: var(--pix-black-color);
    color: #fff;
}
.pix-button.pix-dark.pix-transparent {
    color: var(--pix-black-color);
    border-color: var(--pix-black-color);
}
.pix-button:hover.pix-dark {
    background: var(--pix-black-color);
    border-color: transparent;
    color: var(--pix-main-color);
}
.pix-button:hover.pix-transparent.pix-dark {
    background: var(--pix-black-color);
    border-color: transparent;
    color: #fff;
}
.pix-button.pix-light {
    background: #fff;
    color: var(--pix-black-color);
}
.pix-button:hover.pix-light {
    background: #fff;
    border: var(--pix-buttons-border) solid transparent;
    color: var(--pix-main-color);
}
.pix-button.pix-transparent {
    background: transparent;
    color: var(--pix-main-color);
    border: var(--pix-buttons-border) solid var(--pix-main-color);
}
.pix-button:hover.pix-transparent {
    background: transparent;
    color: var(--pix-main-color);
    border-color: transparent;
}

.pix-button.pix-h-s {
    padding-left: 1.5em;
    padding-right: 1.5em;
}
.pix-button.pix-h-m {
    padding-left: 3em;
    padding-right: 3em;
}
.pix-button.pix-h-l {
    padding-left: 4em;
    padding-right: 4em;
}
.pix-button.pix-h-xl {
    padding-left: 5.5em;
    padding-right: 5.5em;
}
.pix-button.pix-v-xs {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}
.pix-button.pix-v-s {
    padding-top: 1.2em;
    padding-bottom: 1.2em;
}
.pix-button.pix-v-m {
    padding-top: 1.5em;
    padding-bottom: 1.5em;
}
.pix-button.pix-v-l {
    padding-top: 1.5em;
    padding-bottom: 1.5em;
}
.pix-button.pix-v-xl {
    padding-top: 2.2em;
    padding-bottom: 2.2em;
}

.pix-square-buttons .pix-button,
html .pix-button.pix-square {
    -webkit-border-radius: 0;
    border-radius: 0;
}

.pix-rounded-buttons .pix-button,
.pix-rounded-buttons.woocommerce a.button,
.pix-rounded-buttons.woocommerce button.button,
.pix-rounded-buttons .pix-product .woo-item-grid .button,
.pix-rounded-buttons .comment-respond form input[type=submit],
.pix-rounded .pix-contact-form input[type=submit],
.pix-button.pix-rounded {
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.pix-round-buttons .pix-button,
.pix-round-buttons.woocommerce a.button,
.pix-round-buttons.woocommerce button.button,
.pix-round-buttons .pix-product .woo-item-grid .button,
.pix-round-buttons .comment-respond form input[type=submit],
.pix-round .pix-contact-form input[type=submit],
.pix-button.pix-round {
    -webkit-border-radius: 150px;
    border-radius: 150px;
}

.pix-button.pix-font-s,
a.pix-link.pix-font-s,
a.link-centerline.pix-font-s {
    font-size: 14px;
}

.pix-button.pix-font-m,
a.pix-link.pix-font-m,
a.link-centerline.pix-font-m {
    font-size: var(--pix-font-size);
}

.pix-button.pix-font-l,
a.pix-link.pix-font-l,
a.link-centerline.pix-font-l {
    font-size: 17px;
}

.pix-button.pix-font-xl,
a.pix-link.pix-font-xl,
a.link-centerline.pix-font-xl {
    font-size: 18px;
}

.pix-link {
    text-decoration: underline;
    color: var(--pix-main-color);
    font-weight: 700;
    -webkit-transition: color .33s;
    transition: color .33s;
}
.pix-link.pix-dark {
    color: var(--pix-black-color);
}
.pix-link:hover,
.pix-link:focus {
    text-decoration: none;
    color: var(--pix-main-color);
}
.pix-link:active {
    text-decoration: none;
    opacity: .75;
}
.pix-input {
    width: 100%;
    background: none;
    border: none;
    border-bottom: 2px solid #111111;
    padding: 10px 0;
    color: #fff;
    font-size: var(--pix-font-size);
    line-height: 24px;
    font-family: var(--pix-main-font);
    font-weight: 900;
}

.pix-input::-webkit-input-placeholder {
    color: #fff
}
.pix-input::-moz-placeholder {
    color: #fff
}
.pix-input:-moz-placeholder {
    color: #fff
}
.pix-input:-ms-input-placeholder {
    color: #fff
}

input[type="tel"]::-webkit-input-placeholder,
input#wpforms-3645-field_5::-webkit-input-placeholder {color: #B3B3B3 !important;}
input[type="tel"]::-moz-placeholder,
input#wpforms-3645-field_5::-moz-placeholder {color: #B3B3B3 !important;}
input[type="tel"]::-ms-input-placeholder,
input#wpforms-3645-field_5::-ms-input-placeholder {color: #B3B3B3 !important;}

.white-theme input[type="tel"]::-webkit-input-placeholder{ color: black !important; }
.white-theme input[type="tel"]::-moz-placeholder{ color: black !important; }
.white-theme input[type="tel"]::-ms-input-placeholder{ color: black !important; }

/***   Pix Alignment   ***/
.pix-text-left {
    text-align: left;
}
.pix-text-center {
    text-align: center;
}
.pix-text-right {
    text-align: right;
}
.pix-top {
    align-self: start;
}
.pix-middle {
    align-self: center;
}
.pix-bottom {
    align-self: end;
}

.disable-owl-carousel[class*='pix-col-']{
    grid-row-gap: 50px;
}
.disable-owl-carousel.pix-col-2 {
    display: grid;
    grid-template-columns: auto auto;
}
.disable-owl-carousel.pix-col-3 {
    display: grid;
    grid-template-columns: auto auto auto;
}
.disable-owl-carousel.pix-col-4 {
    display: grid;
    grid-template-columns: auto auto auto auto;
}
.disable-owl-carousel.pix-col-5 {
    display: grid;
    grid-template-columns: auto auto auto auto auto;
}

a.link-centerline,
.wpb_text_column a.link-centerline,
a.comment-reply-link,
.pix-ibox-side p em a,
html .rev_slider em a {
    text-decoration: none;
    -webkit-appearance: none;
    color: var(--pix-main-color);
    font-weight: 700;
    font-size: 15px;
    line-height: normal;
    -webkit-transition: color .1s;
    transition: color .1s;
    position: relative;
}

a.link-centerline:before,
a.comment-reply-link:before,
.pix-ibox-side p em a:before,
html .rev_slider em a:before,
.pix-header .pix-header-menu.main-color nav > ul.nav > li:before,
.pix-header .pix-header-menu.add-color nav > ul.nav > li:before,
.pix-header .pix-header-menu.gradient nav > ul.nav > li:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: var(--pix-main-color);
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: transform .75s;
    transition: transform .75s;
}

.pix-header .pix-header-menu.main-color nav > ul.nav > li:before,
.pix-header .pix-header-menu.add-color nav > ul.nav > li:before,
.pix-header .pix-header-menu.gradient nav > ul.nav > li:before {
    background: #fff;
    height: 3px;
    width: calc(100% - 20px);
    margin-left: 10px;
}

a.link-centerline.pix-light {
    color: #fff;
}
a.link-centerline.pix-dark {
    color: #333;
}
a.link-centerline.pix-light:before {
    background: #fff;
}
a.link-centerline.pix-dark:before {
    background: #333;
}
a.link-centerline:hover:before,
a.comment-reply-link:hover:before,
.pix-ibox-side p em a:hover:before,
html .rev_slider em a:hover:before,
.pix-header .pix-header-menu.main-color nav > ul.nav > li:hover:before,
.pix-header .pix-header-menu.add-color nav > ul.nav > li:hover:before,
.pix-header .pix-header-menu.gradient nav > ul.nav > li:hover:before {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}

h2 a.link-centerline {
    font-size: 17px;
    color: var(--pix-main-color);
}

.post-password-form input[type=password] {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #e8ecef;
    border-radius: 0;
    color: #333;
    font-size: 15px;
    padding: 5px;
}

html input[type=button]:not([class]), input[type=reset]:not([class]), input[type=submit]:not([class]) {
    border: 0;
    font-size: 13px;
    font-weight: normal;
    letter-spacing: 1px;
    color: #fff;
    padding: 7px 12px;
    background: #222;
}

.wrapper {
    overflow: hidden;
}

/******************************************/
/********      Page Loader         ********/
/******************************************/
#page-preloader {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 100500;
    background: black;
}
#page-preloader video{
    width: 640px;
    height: 640px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.pix-pulse:before {
    content: '';
    position: absolute;
    z-index: -1;
    left: 2px;
    right: 2px;
    bottom: 0;
    top: 17px;
    margin: auto;
    height: 3px;
}
@keyframes pix-pulse {
    0% {
        clip: rect(0, 0, 50px, 0);
    }
    10% {
        clip: rect(0, 33.33333px, 50px, 0);
    }
    20% {
        clip: rect(0, 66.66667px, 50px, 0);
    }
    30% {
        clip: rect(0, 100px, 50px, 0);
        opacity: 1;
    }
    80% {
        clip: rect(0, 100px, 50px, 0);
        opacity: 0;
    }
    90% {
        opacity: 0;
    }
    100% {
        clip: rect(0, 100px, 50px, 0);
        opacity: 0;
    }
}
@-webkit-keyframes pix-pulse {
    0% {
        clip: rect(0, 0, 50px, 0);
    }
    10% {
        clip: rect(0, 33.33333px, 50px, 0);
    }
    20% {
        clip: rect(0, 66.66667px, 50px, 0);
    }
    30% {
        clip: rect(0, 100px, 50px, 0);
        opacity: 1;
    }
    80% {
        clip: rect(0, 100px, 50px, 0);
        opacity: 0;
    }
    90% {
        opacity: 0;
    }
    100% {
        clip: rect(0, 100px, 50px, 0);
        opacity: 0;
    }
}


/******************************************/
/*****           Header          *****/
/******************************************/
.header-ghost{
    height: 90px;
}
.pix-header {
    z-index: 4;
    position: absolute;
    width: 100%;
    top: 0;
    background-color: #fff;
}
body[data-admin="Y"] .pix-header {
    top: 32px;
}
.pix-header {
    background: white;
}
.pix-header.fixed {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    background-color: white;
    z-index: 30;
    -webkit-box-shadow: 0 5px 50px rgba(0,0,0,.2);
    box-shadow: 0 5px 50px rgba(0,0,0,.2);
}
.pix-header .first-line {
    height: 52px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    padding: 0 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.pix-header .second-line{
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 40px;
    border-top: 1px solid #EBEBEB;
    border-bottom: 1px solid #EBEBEB;
    box-sizing: border-box;
}

.menu-logo a.navbar-brand {
    line-height: 15px;
    padding: 0;
    margin: 0 !important;
    min-width: 124px;
    max-width: 124px;
    height: 34px;
}
.menu-logo a.navbar-brand img{
    width: 100%;
    height: 100%;
    object-fit:contain;
}

.location-switch-header{
    margin-left: 40px;
    position: relative;
    z-index: 3;
}
.location-switch-header .active-location{
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    color: var(--pix-text-gray);
    white-space: nowrap;
    padding-right: 20px;
}
.location-switch-header:hover .active-location:after{
    transform: rotate(-180deg);
}
.location-switch-header .active-location:after{
    content: '';
    height: 20px;
    width: 20px;
    position: absolute;
    vertical-align: top;
    -webkit-transition: color .33s, transform .33s;
    transition: color .33s, transform .33s;
    background: url(../images/arrow-down-black.svg) center no-repeat;
    top: 2px;
    right: -3px;
}
.location-switch-header .all-locations{
    opacity: 0;
    visibility: hidden;
    height: 0;
    border-radius: 8px;
    background: white;
    position: absolute;
    top: 100%;
    left: 0;
    padding: 8px 0;
    -webkit-transition: opacity .33s, transform .33s;
    transition: opacity .33s, transform .33s;
    -webkit-box-shadow: 0 8px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 8px 10px rgba(0, 0, 0, 0.1);
}
.location-switch-header .all-locations a{
    font-size: 14px;
    font-weight: 600;
    color: var(--pix-text-gray);
    display: block;
    align-items: center;
    padding: 0 12px;
    height: 20px;
    margin-bottom: 5px;
    white-space: nowrap;
}
.location-switch-header .all-locations a.active{
    color: var(--pix-orange);
}
.location-switch-header:hover .all-locations{
    opacity: 1;
    visibility: visible;
    height: auto;
}

.header-search-wrap{
    min-width: 220px;
    max-width: 220px;
    height: 32px;
    border-radius: 8px;
    background: #EEF1F4;
    margin-left: auto;
    position: relative;
}
.header-search-wrap form{
    height: 100%;
    width: 100%;
}
.header-search-wrap input{
    padding-left: 36px;
    padding-right: 10px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 0;
    line-height: 35px;
    position: relative;
    z-index: 11;
    color: black;
    font-size: 14px;
    display: block;
    background: transparent;
}
.header-search-wrap input::-webkit-input-placeholder { color: #818181; }
.header-search-wrap input::-moz-placeholder { color: #818181; }
.header-search-wrap input:-moz-placeholder { color: #818181; }
.header-search-wrap input:-ms-input-placeholder { color: #818181; }
.header-search-wrap .search-icon{
    position: absolute;
    width: 20px;
    height: 100%;
    cursor: pointer;
    top: 0;
    left: 10px;
    z-index: 12;
}
.header-search-wrap .search-icon img{
    width: 20px;
    height: 100%;
    display: block;
}
.header-search-wrap .recommended-links{
    position: absolute;
    top: -webkit-calc(100% - 1px);
    left: 0;
    width: 100%;
    min-width: 220px;
    z-index: 10;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    overflow: hidden;
    background: white;
    display: none;
    top: -5px;
    padding: 47px 20px 20px 20px;
    -webkit-box-shadow: 0 5px 50px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 50px rgba(0, 0, 0, 0.2);
}
.header-search-wrap .recommended-links .block-l:nth-child(2){
    margin-top: 20px;
}
.header-search-wrap .recommended-links .str{
    font-family: var(--pix-main-font);
    font-size: 18px;
    font-weight: 700;
    color: #ec661d;
    line-height: initial;
}
.recommended-links .search-links{
    max-height: 300px;
    overflow-y: auto;
    margin-bottom: 20px;
    padding-right: 10px;
}
.recommended-links .search-links::-webkit-scrollbar-track {
    background-color: #dedede;
    border-radius: 8px;
}
.recommended-links .search-links::-webkit-scrollbar{
    border-radius: 8px;
    width: 6px;
    background-color: #dedede;
}
.recommended-links .search-links::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background: var(--pix-orange);
}
.header-search-wrap .recommended-links .links a,
.header-search-wrap .recommended-links .search-links a{
    font-family: var(--pix-main-font);
    font-size: var(--pix-font-size);
    line-height: initial;
    font-weight: 400;
    text-decoration: none;
    color: black;
    display: block;
    margin-top: 9px;
    cursor: pointer;
}
.recommended-links .search-links a{
    display: table;
    font-size: 14px !important;
}
.search-buttons{
    justify-content: space-between;
}
.search-buttons .clear, .search-buttons .search{
    font-size: 14px;
    line-height: 14px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    cursor: pointer;
    text-align: center;
    padding: 3px;
    min-width: 47.5%;
    max-width: 47.5%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 32px;
}
.search-buttons .clear{
    color: #000;
    box-shadow: 0 1px 2px rgb(0 0 0 / 30%), 0 4px 12px rgb(0 0 0 / 10%);
    background-color: white;
}
.search-buttons .search{
    color: white;
    background-color: var(--pix-orange);
}

.pix-header .phone{
    margin-left: 24px;
    font-size: 14px;
    font-weight: 600;
    white-space: nowrap;
    color: var(--pix-text-gray) !important;
}

.social-media-after-phone{
    margin-left: 24px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: nowrap;
    height: 24px;
    z-index: 1;
}
.social-media-after-phone a{
    min-width: 24px;
    height: 24px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.social-media-after-phone a:first-child{
    background: url("../images/whatsapp.svg") center no-repeat #73E06C;
}
.social-media-after-phone a:nth-child(2){
    background: url("../images/Instagram_logo.svg") center no-repeat;
    margin-left: 8px;
    background-size: contain;
}
.social-media-after-phone a:nth-child(3){
    background: url("../images/tg-icon.svg") center no-repeat #1d93d2;
    margin-left: 8px;
}
.social-media-after-phone a[title="facebook"]{
    background: url("../images/socials/fb-icon.svg") center 4px no-repeat #3b5998;
    margin-left: 8px;
    background-size: 75%;
}
.social-media-after-phone a.youtube{
    background: url("../images/socials/YouTube.svg") center no-repeat #FF0000;
    margin-left: 8px;
    background-size: 66%;
}

@media screen and (min-width: 1001px) {
    .languages-switch, .currency-switcher-form{
        margin-left: 24px;
        height: 32px;
        border-radius: 8px;
        background: #EEF1F4;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        padding: 0 6px;
        overflow: hidden;
        position: relative;
        z-index: 3;
    }
    .currency-switcher-form{
        margin-left: 8px;
    }
    .languages-switch:hover, .currency-switcher-form:hover{
        overflow: visible;
    }
    .languages-switch:hover .languages, .currency-switcher-form:hover .currencies-wrap{
        opacity: 1;
        visibility: visible;
        height: auto;
    }
    .languages-switch:hover .arrow-down,
    .currency-switcher-form:hover .arrow-down{
        -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }
    .languages-switch >img,
    .currency-switcher-form >img{
        min-width:20px;
        height: 20px;
        -webkit-transition: opacity .33s, transform .33s;
        transition: opacity .33s, transform .33s;
    }
    .languages-switch .arrow-down,
    .currency-switcher-form .arrow-down{
        margin-left: 6px;
    }
    .current-language,
    .active-currency{
        margin-left: 6px;
        font-size: 14px;
        font-weight: 600;
        color: var(--pix-text-gray);
    }
    .languages,
    .currencies-wrap{
        opacity: 0;
        visibility: hidden;
        height: 0;
        width: 100%;
        border-radius: 8px;
        background: white;
        position: absolute;
        top: 100%;
        left: 0;
        padding: 5px 0;
        -webkit-transition: opacity .33s, transform .33s;
        transition: opacity .33s, transform .33s;
        -webkit-box-shadow: 0 8px 10px rgba(0, 0, 0, 0.1);
        box-shadow: 0 8px 10px rgba(0, 0, 0, 0.1);
    }
    .languages a,
    .currencies-wrap .currency-option{
        display: -webkit-flex;
        display: flex;
        align-items: center;
        padding: 0 6px;
        height: 20px;
        margin-bottom: 3px;
    }
    .languages span{
        margin-left: 6px;
    }
    .languages span, .currency-option{
        font-size: 14px;
        font-weight: 600;
        color: var(--pix-text-gray);
    }
    .currency-option{
        cursor: pointer;
    }
    .languages a img{
        min-width:20px;
        max-width:20px;
    }
    .active-currency:not(.base){
        display: none;
    }
    .currency-switcher-form select{
        display: none;
    }
}

/******************************************/
/*****          Header Menu           *****/
/******************************************/
.pix-header nav {
    opacity: 1;
    visibility: visible;
    transition: opacity .33s, visibility .33s, height .33s;
    white-space: nowrap;
}
.pix-header nav ul li.current-menu-item > a:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    top: calc(50% + 10px);
    border-bottom: 2px solid var(--pix-orange);
}
.pix-header-menu nav ul li.current-menu-item > a:before {
    content: none;
}
.pix-header.white .menu-mobile__header {
    background-color: #fff;
}
.pix-header .menu-logo {
    display: flex;
    opacity: 1;
    visibility: visible;
    transition: height .33s;
    z-index: 1;
    height: 100%;
    align-items: center;
}
.pix-header .menu-logo img {
    width: 100%;
}
.pix-header nav ul {
    display: inline-block;
    height: 100%;
}
.pix-header nav ul li {
    display: inline-block;
    position: relative;
    font-size: 14px;
    padding: 0 24px;
}
.pix-header nav > ul > li {
    height: 100%;
    vertical-align: middle;
}
.pix-header nav ul li:not(.pix-header-btn) > a:hover {
    color: var(--pix-orange);
}
.pix-header nav ul li a {
    position: relative;
    font-weight: inherit;
    color: inherit;
    font-family: var(--pix-title-font);
}
.pix-header nav ul li a:hover {
    color: var(--pix-main-color);
}
.pix-header nav > ul > li > a {
    top: 50%;
    line-height: 2px;
    display: block;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600 !important;
    color: var(--pix-text-gray);
}
.pix-header nav ul li ul.submenu {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    text-align: left;
    padding: 10px 20px;
    min-width: 220px;
    -webkit-box-shadow: 0 5px 50px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 50px rgba(0, 0, 0, 0.2);
    background-color: #fff;
    z-index: 4;
    top: 100%;
    left: -10px;
    height: auto;
    border-radius: 8px;
    transition: visibility 0.33s, opacity .33s, transform .33s;
}
.pix-header nav ul li ul.submenu li ul.submenu {
    min-width: auto;
}
.pix-header nav ul li ul.submenu li {
    display: block;
    padding: 0;
    font-weight: 600;
    font-size: 14px;
    position: relative;
    -webkit-transition: padding-left .5s, color .3s;
    transition: padding-left .5s, color .3s;
    cursor: pointer;
    line-height: 24px;
}
.pix-header nav ul li ul.submenu li[data-child="y"] {
    padding-left: 18px;
}
.pix-header nav ul li ul.submenu li.arrow{
    padding-right: 45px;
}
.pix-header nav ul li.arrow:after,
.menu-mobile__list ul > li.menu-item-has-children >a arrow{
    content: '';
    height: 20px;
    width: 20px;
    position: absolute;
    vertical-align: top;
    -webkit-transition: color .33s, transform .33s;
    transition: color .33s, transform .33s;
    background: url("../images/arrow-down.svg") center no-repeat;
}

#mobile-menu li ul.mobile-submenu li.top-line:before {
    content: '';
    height: 1px;
    width: 100%;
    top: -1px;
    left: 0;
    background: var(--pix-orange);
    position: absolute;
}

.pix-header nav ul.nav > li.arrow {
    padding-right: 44px;
}

.pix-header nav ul.nav > li.arrow:after,
.menu-mobile__list ul > li.menu-item-has-children >a arrow{
    right: 20px;
    margin-top: -10px;
    top: 50%;
    transition: transform 0.33s;
}
.menu-mobile__list ul > li.menu-item-has-children ul > li.menu-item-has-children >a arrow{
    display: none;
}

.pix-header nav ul.nav > li.arrow:hover:after,
.menu-mobile__list ul > li.purple >a arrow {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.menu-mobile__list ul > li.menu-item-has-children >a span{
    position: relative;
    /*text-transform: lowercase;*/
}
.menu-mobile__list ul > li.menu-item-has-children >a arrow{
    right: -22px;
}

.pix-header nav ul li:hover > ul.submenu {
    visibility: visible;
    opacity: 1;
    transform: translateY(10px);
    overflow: hidden;
}
.pix-header nav ul li:hover > ul.submenu.scroll {
    overflow-y: auto;
}
.pix-header nav ul li > ul.submenu .sub-scroll{
    position: relative;
    overflow-y: auto;
}
.pix-header nav ul li:hover > ul.submenu .sub-scroll.active{
    max-height: 385px;
    overflow-y: auto;
}
.pix-header nav ul li:hover > ul.submenu .sub-scroll::-webkit-scrollbar-thumb,
.pix-header nav ul li:hover > ul.submenu.scroll::-webkit-scrollbar-thumb {
    border-radius: 3px;
    width: 3px;
    background-color: #e65b0e;
}
.pix-header nav ul li:hover > ul.submenu .sub-scroll::-webkit-scrollbar,
.pix-header nav ul li:hover > ul.submenu.scroll::-webkit-scrollbar {
    width: 3px;
    background-color: transparent;
}

.pix-header nav ul li > ul.submenu li:hover > ul.submenu {
    visibility: visible;
    opacity: 1;
    transform: translateX(0);
    left: 100%;
}
.pix-header nav ul li.pix-submenu-vertical > ul.submenu li:hover > ul.submenu {
    left: 0;
    transform: translateY(-10px);
}
.pix-header nav ul li span.submenu-controll-inner {
    float: right;
    padding-right: 25px;
    -webkit-transition: padding-right .25s;
    transition: padding-right .25s;
}
.pix-header nav ul li ul.submenu li ul.submenu,
.pix-header nav ul li ul.submenu .sub-scroll li ul.submenu {
    position: relative;
    left: 8px;
    display: block;
    top: 0;
    padding: 0;
    margin-top: 5px;
    margin-left: 10px;
}

.pix-header nav > ul > li:not(.pix-submenu-vertical):hover ul.submenu > li > ul.submenu,
.pix-header nav > ul > li:not(.pix-submenu-vertical):hover ul.submenu .sub-scroll > li > ul.submenu {
    visibility: visible;
    opacity: 1;
    left: 8px;
}
.pix-header nav > ul > li:not(.pix-submenu-vertical):hover ul.submenu > li:after,
.pix-header nav > ul > li:not(.pix-submenu-vertical):hover ul.submenu .sub-scroll > li:after{
    display: none;
}

.pix-header nav ul li.pix-submenu-vertical ul.submenu li ul.submenu {
    top: calc(100% + 15px);
    margin-left: 0;
}
.pix-header nav ul li ul.submenu li a:hover {
    color: var(--pix-main-color);
}

.pix-header nav ul li ul.submenu li:hover.arrow:after {
    /*right: 5px;*/
    transform: translateX(15px) rotate(45deg);
}
.pix-header .menu-item-object-language_switcher {
    display: none;
}

/**************************************/
/*****         Mobile Menu        *****/
/**************************************/

.menu-mobile {
    position: relative;
    width: 100%;
    z-index: 101;
    top: 0;
    background-color: white;
}
.menu-mobile .row {
    margin: 0;
}
.menu-mobile .col-12 {
    padding: 0 !important;
}
.menu-mobile .row.fixed {
    top: 0 !important;
    width: 100%;
    position: fixed;
}
body[data-admin] .menu-mobile .row {
    top: 32px;
}
@media screen and (max-width: 780px) {
    body[data-admin] .menu-mobile .row {
        top: 46px;
    }
}

.menu-mobile__header {
    position: relative;
    padding: 0 15px;
    height: 60px;
    z-index: 5;
    width: 100%;
    background-color: white;
    color: black;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;
}

@media screen and (min-width: 1001px) {
    /* Анимация для мобильного меню*/
    .menu-mobile__header .hamburger.hide {
        display: none;
    }
    .menu-mobile__header .hamburger {
        padding: 0;
        margin: 0 -10px 0 auto;
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition-property: opacity, filter;
        transition-duration: 0.15s;
        transition-timing-function: linear;
        font: inherit;
        color: inherit;
        text-transform: none;
        background-color: transparent;
        border: 0;
        overflow: visible;
    }
    .menu-mobile__header .hamburger .hamburger-inner,
    .menu-mobile__header .hamburger .hamburger-inner::before,
    .menu-mobile__header .hamburger .hamburger-inner::after,
    .menu-mobile__header .hamburger.is-active .hamburger-inner,
    .menu-mobile__header .hamburger.is-active .hamburger-inner::before,
    .menu-mobile__header .hamburger.is-active .hamburger-inner::after {
        background-color: #2D2D2D;
    }
    .hamburger-box {
        width: 18px;
        height: 18px;
        display: inline-block;
        position: relative;
    }
    .hamburger-inner {
        display: block;
        top: 50%;
    }
    .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
        width: 18px;
        height: 2px;
        border-radius: 5px;
        position: absolute;
        transition-property: transform;
        transition-duration: 0.1s;
        transition-timing-function: ease;
    }
    .hamburger-inner::before, .hamburger-inner::after {
        content: "";
        display: block;
    }
    .hamburger--spring .hamburger-inner {
        top: 2px;
        transition: background-color 0s 0.13s linear; }
    .hamburger--spring .hamburger-inner::before {
        top: 6px;
        transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
    .hamburger--spring .hamburger-inner::after {
        top: 12px;
        transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

    .hamburger--spring.is-active .hamburger-inner {
        transition-delay: 0.1s;
        background-color: transparent !important; }
    .hamburger--spring.is-active .hamburger-inner::before {
        top: 0;
        transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
        transform: translate3d(0, 10px, 0) rotate(45deg); }
    .hamburger--spring.is-active .hamburger-inner::after {
        top: 0;
        transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
        transform: translate3d(0, 10px, 0) rotate(-45deg); }
}


.menu-mobile__list {
    display: none;
    /*position: relative;*/
    background-color: white;
    width: 100%;
    height: 1000px;
    margin-left: -800px;
    -webkit-transition: .5s;
    transition: .5s;
}
.menu-mobile__list.show {
    margin-left: 0;
}
.menu-mobile__list.show .overlay {
    opacity: 1;
}
.pix-mobile-menu-container {
    overflow: auto;
    height: 90vh;
    padding: 16px 0 120px;
}
.pix-body-fixed {
    overflow: hidden !important;
}
.menu-mobile__list .overlay {
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 1000%;
    content: "";
    z-index: -1;
    opacity: 0;
    -webkit-transition: 1s;
    transition: 1s;
}
.menu-mobile__list ul li {
    list-style: none;
    color: black;
    padding: 0 35px;
    font-size: 24px;
    font-weight: 700;
    position: relative;
}
.menu-mobile__list ul *{
    text-decoration: none;
}
.menu-mobile__list ul li.purple >a {
    color: var(--pix-orange);
}
.menu-mobile__list ul li a {
    font-weight: inherit;
    display: block;
    text-align: center;
    color: black;
}
.menu-mobile__list li.js-mobile-menu i {
    position: absolute;
    top: 17px;
    right: 15px;
}
.menu-mobile__list ul.mobile-submenu {
    display: none;
    border-bottom: none;
}
.menu-mobile__list ul.mobile-submenu ul.mobile-submenu{
    display: block;
    padding-left: 18px;
}
.menu-mobile__list ul.mobile-submenu li {
    font-weight: 500;
    font-size: 18px;
    padding: 0;
    color: #afafaf;
}
.menu-mobile__list ul.mobile-submenu li:last-child {
    border-bottom: none;
}
.menu-mobile__list ul.mobile-submenu li.top-line {
    padding-top: 8px;
    margin-top: 8px;
}
.social-media-menu{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: nowrap;
    margin-left: 25px;
    margin-top: 30px;
}
.social-media-menu a{
    min-width: 40px;
    height: 40px;
    margin-right: 18px;
}
.social-media-menu a:first-child{
    background: url("../images/socials/fb-icon.svg") center no-repeat;
    min-width: 30px;
}
.social-media-menu a:nth-child(2){
    background: url("../images/socials/instagram-icon.svg") center no-repeat;
    min-width: 30px;
}
.social-media-menu a:nth-child(3){
    background: url("../images/socials/whatsapp-icon.svg") center no-repeat;
}
.social-media-menu a[title="facebook"]{
    background: url("../images/socials/telegram-icon.svg") center no-repeat;
}
.social-media-menu a[title="youtube"]{
    background: url("../images/socials/YouTube.svg") center no-repeat #FF0000;
    background-size: 68%;
}


/**************************************/
/*****    Header & Breadcrumbs    *****/
/**************************************/

.pix-header-tab-box {
    height: 100%;
}
.pix-header-tab-box.text-white-color *, .pix-header-tab-box.text-white-color a * {
    color: #fff;
}
.pix-header-tab-box .pix-breadcrumbs-path,
.pix-header-tab-box .pix-breadcrumbs-path a {
    font-family: var(--pix-main-font);
    font-size: var(--pix-font-size);
    font-weight: 400;
    color: #fff;
}
.pix-header-tab-box .pix-breadcrumbs-path a {
    text-decoration: underline;
    color: #979797;
}
.pix-header-tab-box .pix-breadcrumbs-path a:hover {
    text-decoration: none;
}
.pix-header-tab-box.text-white-color .pix-breadcrumbs-path * {
    /*color: #afafaf;*/
    color: white;
}
.pix-header-title + .pix-header-breadcrumbs {
    margin-top: 20px;
}
.pix-header-breadcrumbs + .pix-header-title {
    margin-top: 20px;
}
.pix-header-title .pix-h1 {
    font-size: 54px;
    font-weight: 700;
    line-height: 1;
    display: inline-block;
    vertical-align: bottom;
    position: relative;
}
.pix-header-title.text-left .pix-h1,
.pix-header-title.pull-left .pix-h1 {
    padding-left: 0;
}
.pix-header-title .sep-element {
    margin: auto;
}
.pix-header-breadcrumbs.pull-right, .pix-header-breadcrumbs.pull-left {
    line-height: 32px;
    margin: 0;
}
.pix-header-title.pull-left, .pix-header-breadcrumbs.pull-left {
    float: left;
}
.pix-header-title.pull-right, .pix-header-breadcrumbs.pull-right {
    float: right;
}
.pix-header-breadcrumbs a {
    font-family: var(--pix-main-font);
    font-weight: 400;
    position: relative;
    transition: color .33s;
}
.pix-header-breadcrumbs .pix-breadcrumbs-path a:hover {
    color: var(--pix-main-color);
}

.custom-header {
    padding: 180px 0 100px;
    text-align: center;
    margin-bottom: 50px !important;
    position: relative;
    height: 376px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: 50% 50% !important;
}
.custom-header .img-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.custom-header.blog:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.3);
    z-index: 1;
}
.custom-header .img-bg img {
    width: 100%;
    height: 100%;
}
.custom-header .col-md-12 .pix-header-title,
.custom-header .col-md-12 .pix-header-breadcrumbs {
    display: block;
    position: relative;
    z-index: 3;
}
.custom-header .col-md-12.hide .pix-header-title,
.custom-header .col-md-12.hide .pix-header-breadcrumbs,
.custom-header .col-md-12.hide_title .pix-header-title,
.custom-header .col-md-12.hide_breadcrumbs .pix-header-breadcrumbs {
    display: none;
}
.custom-header-banner{
    height: 686px;
    margin-bottom: 50px;
    background-size: cover !important;
}
.like-header-banner{
    max-width: 1300px;
    margin: 0 auto;
}
.custom-header-banner h1{
    padding-top: 155px;
    color: white;
    font-size: 31px;
    text-align: center;
}
.custom-header-banner .banner-text{
    font-weight: 500;
    line-height: 19px;
    font-family: var(--pix-main-font);
    color: white;
}
.custom-header-banner .banner-text.first{
    margin: 15px 0 0 0;
    font-size: 17px;
    text-align: center;
}
.custom-header-banner .banner-text.first >div{
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px;
    text-align: center;
}
.custom-header-banner .banner-text.left,
.custom-header-banner .banner-text.right{
    max-width: 510px;
    font-size: 15px;
    margin-top: 45px;
}
.custom-header-banner .banner-text.right{
    margin-left: auto;
}
.custom-header-banner .book-button{
    display: block;
    width: 286px;
    height: 47px;
    line-height: 47px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    cursor: pointer;
    font-family: var(--pix-main-font);
    color: white;
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    background-color: var(--pix-orange);
    margin-top: 70px;
}
.custom-header-banner .book-button.right{
    margin-left: auto;
}


/*****      Content Elements      *****/
.owl-dots {
    margin-top: 30px;
    text-align: center;
}
.owl-carousel .owl-dots button.owl-dot {
    width: 12px;
    height: 12px;
    border: 2px solid transparent;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    position: relative;
    margin: 0 5px;
    -webkit-transition: background .3s ease, border 0.3s ease;
    transition: background .3s ease, border 0.3s ease
}
.owl-carousel .owl-dots button.owl-dot:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: #a6a6a6;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    width: 6px;
    height: 6px;
    -webkit-transition: width .3s ease, background 0.3s ease;
    transition: width .3s ease, background 0.3s ease
}
.owl-carousel .owl-dots button.owl-dot.active {
    border: 2px solid var(--pix-main-color);
}
.owl-carousel .owl-dots button.owl-dot.active:before {
    width: 4px;
    height: 4px;
    background: var(--pix-main-color);
}
.owl-carousel .owl-dots button.owl-dot:hover:before {
    background: var(--pix-main-color);
}

#hot-offers-carousel:not(.only-admin){
    display: none;
}

/***       ELEMENTS       ***/
.pix-section-title {
    text-align: center;
    padding-bottom: 60px;
}
.pix-section-title.pix-title-no-padding {
    padding-bottom: 0;
}
.pix-section-title.text-left {
    text-align: left;
}
.pix-section-title.text-right {
    text-align: right;
}
.pix-section-title.white-heading p{
    color: #fff;
}

.pix-title-h2, .rtd h2.pix-title-h2 {
    font-family: var(--pix-title-font);
    font-size: var(--pix-title-size);
    font-weight: var(--pix-title-weight);
    font-style: var(--pix-title-style);
    color: var(--pix-title-color);
    line-height: 1;
    display: inline-block;
    position: relative;
    /*padding: 0 60px;*/
}
.pix-s .pix-title-h2, .rtd .pix-s h2.pix-title-h2 {
    font-size: 24px;
    line-height: 35px;
    font-weight: 700;
    font-family: var(--pix-main-font);
}
.text-left .pix-title-h2, .rtd .text-left h2.pix-title-h2 {
    padding-left: 0 !important;
}

.white-heading .pix-title-h2,
.text-white-color .pix-title-h2,
.rtd .text-white-color h2.pix-title-h2 {
    color: #fff;
}

.pix-icon-xl .icon svg,
.pix-icon-xl .icon img {
    /*width: 80px;*/
    max-width: 80px;
    width: auto !important;
    height: auto !important;
}
div[class*='pix-icon'] .icon{
    line-height: 1;
}
.icon span:before{
    margin: 0;
}
.pix-icon-color .icon span {
    color: var(--pix-main-color);
}
.pix-icon-xl .icon span,
.pix-icon-xl .icon span:before{
    font-size: 80px;
}

.round.pix-icon-xl .icon span,
.round.pix-icon-xl .icon span:before{
    font-size: 56px;
}

/* Amount Box */
.pix-easy-chart .icon {
    padding-bottom: 15px;
}
.pix-easy-chart .pix-text-left .icon,
.pix-easy-chart .pix-text-right .icon {
    padding-bottom: 0;
    width: 80px;
    height: 80px;
}
.pix-easy-chart .pix-text-left,
.pix-easy-chart .pix-text-right {
    display: grid;
    grid-template-columns: 80px auto;
    grid-column-gap: 25px;
    justify-items: center;
    align-items: center;
    margin: 0 40px;
}
.pix-easy-chart .pix-text-right {
    grid-template-columns: auto 80px;
}
.pix-easy-chart .pix-text-left.pix-icon-l {
    grid-template-columns: 60px auto;
}
.pix-easy-chart .pix-text-right.pix-icon-l {
    grid-template-columns: auto 60px;
}
.pix-easy-chart .pix-text-left.pix-icon-m {
    grid-template-columns: 40px auto;
}
.pix-easy-chart .pix-text-right.pix-icon-m {
    grid-template-columns: auto 40px;
}
.pix-easy-chart .pix-text-left.pix-icon-s {
    grid-template-columns: 20px auto;
}
.pix-easy-chart .pix-text-right.pix-icon-s {
    grid-template-columns: auto 20px;
}
.pix-easy-chart .pix-text-left .chart {
    position: relative;
    justify-self: start;
}
.pix-easy-chart .pix-text-right .chart {
    justify-self: end;
}
.pix-easy-chart .pix-text-left canvas,
.pix-easy-chart .pix-text-right canvas {
    position: absolute;
}
.percent,
.percent-plus {
    color: var(--pix-main-color);
    font-size: 26px;
    font-weight: bold;
}
.percent-text {
    font-family: var(--pix-main-font);
    display: block;
    font-size: var(--pix-font-size);
    font-weight: 600;
    line-height: normal;
}
/* Amount Box */

/***** Tabs / Accordion *****/
.pix-section-tabs .nav {
    border-bottom: 1px solid;
    margin-bottom: 30px;
    font-weight: 700;
    font-size: 17px;
    font-family: var(--pix-main-font);
    border-color: #2b2b2b;
}
.tabs-main .pix-section-tabs .nav,
.tabs-about-us .pix-section-tabs .nav {
    font-size: 15px;
    border-bottom: 0;
    margin-bottom: 35px;
}
.pix-section-tabs .nav li {
    margin-right: 40px
}
.pix-section-tabs .nav li:last-child {
    margin-right: 0
}
.pix-section-tabs .nav li > * {
    padding-bottom: 25px;
    display: inline-block;
    vertical-align: top;
    border-bottom: 4px solid transparent;
    color: white;
    font-size: 15px;
}
.pix-section-tabs .nav li > *[data-toggle="tab"] {
    cursor: pointer;
}
.pix-section-tabs .tab-pane .pix-button,
.pix-section-tabs .tab-pane .pix-link {
    margin-top: 20px
}
.pix-section-tabs .nav li > *.active {
    color: var(--pix-main-color);
    border-color: var(--pix-main-color)
}
.tabs-main .pix-section-tabs .nav li > *.active,
.tabs-about-us .pix-section-tabs .nav li > *.active {
    color: var(--pix-orange);
    border-color: var(--pix-orange);
}
.pix-section-tabs .nav li a:hover {
    color: var(--pix-main-color)
}
.tabs-main .pix-section-tabs .nav li > *:hover,
.tabs-about-us .pix-section-tabs .nav li > *:hover {
    color: var(--pix-orange);
}
.pix-section-tabs .tab-content {
    color: #757575
}
/***** Tabs / Accordion *****/

#pix-map {
    height: 736px;
    background-position: 50% 0;
    background-size: cover;
    background-repeat: no-repeat;
}

.pix-no-height {
    height: 0;
    min-height: 0
}
.pix-contact-form .col-lg-4 {
    padding-right: 25px;
    padding-left: 25px;
}
.pix-contact-form .col-lg-4:first-child {
    padding-left: 15px;
}
.pix-contact-form .col-lg-4.last {
    padding-right: 15px;
}
.pix-contact-form .form-group {
    margin-bottom: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    /*-webkit-justify-content: center;*/
    /*justify-content: center;*/
    -webkit-border-radius: 5px;
    border-radius: 5px
}
.pix-contact-form .form-group label {
    padding-left: 35px;
    margin-bottom: 0;
    color: #5c5c5c;
    font-weight: 700;
    white-space: nowrap;
}
.pix-contact-form .form-group span{
    width: 100%;
}
.pix-contact-form .form-group.pix-textarea-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-top: 30px
}

.pix-map-container {
    background-color: transparent;
    position: relative;
}

#pix-map {
    margin: 0 auto;
}

.pix-video .title,
.pix-video .duration {
    position: absolute;
    top: 50%;
    margin: 0 auto;
    margin-top: -155px;
    left: 0;
    right: 0;
    color: #fff;
}
.pix-video .title {
    font-family: var(--pix-title-font);
    font-size: var(--pix-title-size);
    font-weight: var(--pix-title-weight);
    font-style: var(--pix-title-style);
    letter-spacing: var(--pix-title-letter-spacing);
}
.pix-video .duration {
    margin-top: 100px;
    font-family: var(--pix-subtitle-font);
    font-style: italic;
}

.blog-list__article-image img.play,
.blog-masonry__item-image img.play,
.grid-big__item-video img.play,
.pix-video img.play {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -10px;
    margin-top: -14px;
    width: 30px;
    height: 30px;
    z-index: 50;
    -webkit-filter: none;
    filter: none;
    cursor: pointer;
}

.item-pulse {
    content: "";
    width: 70px;
    height: 70px;
    -webkit-border-radius: 150px;
    border-radius: 150px;
    background: var(--pix-main-color);
    position: absolute;
    z-index: 3;
    cursor: pointer;
    -webkit-transition: opacity .33s, transform .33s;
    transition: opacity .33s, transform .33s;
    top: 50%;
    left: 50%;
    margin-top: -35px;
    margin-left: -35px;
}
.item-pulse:active {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0.75;
}
.item-pulse:hover:before,
.item-pulse:hover:after {
    content: none;
}
.item-pulse:before, .item-pulse:after {
    content: '';
    width: 50px;
    height: 50px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    background-color: var(--pix-main-color);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation: pulse-me 3s linear infinite;
    animation: pulse-me 3s linear infinite;
}
.item-pulse:after {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

@-webkit-keyframes pulse-me {
    0% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0;
    }
    50% {
        opacity: 0.2;
    }
    70% {
        opacity: 0.09;
    }
    100% {
        -webkit-transform: scale(5);
        transform: scale(5);
        opacity: 0;
    }
}
@keyframes pulse-me {
    0% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0;
    }
    50% {
        opacity: 0.2;
    }
    70% {
        opacity: 0.09;
    }
    100% {
        -webkit-transform: scale(5);
        transform: scale(5);
        opacity: 0;
    }
}

.pix-text-full-width .pix-contact-form input[type=submit] {
    width: 100%;
}

/* edit */

.portfolio-perrow-3 {
    display: grid;
    grid-template-columns: 33% 33% 33%;
    grid-row-gap: 3.5em;
}
.vc_row-overlay {
    display: inline-block;
    position: absolute !important;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.vc_row-overlay:after {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
}

/*** Ligt Text ***/

.text-white-color .pix-ibox-side p,
.text-white-color h1,
.text-white-color h2,
.text-white-color .pix-ibox-top h3,
.rtd .text-white-color h1,
.rtd .text-white-color h2,
.rtd .text-white-color h3,
.text-white-color .pix-ibox-side .text h3,
.text-white-color .pix-ibox-title-side-top .pix-ibox-title h3 {
    color: #d7d7d7;
}

.text-white-color .pix-input{
    border-color: #fff;
}

.text-white-color p,
.text-white-color .pix-pre-title,
.text-white-color .wpb_text_column p:last-child,
.text-white-color .wpb_text_column p:last-child *{
    color: #bbbbbb;
}

/* --- PAGINATION --- */
.pagination{
    min-width:100%;
    display: flex;
    justify-content: center;
    align-items:center;
    margin-bottom: 40px;
}
.pagination .page-numbers{
    display: flex;
    justify-content: center;
    align-items:center;
    flex-wrap: nowrap;
}
.pagination .page-numbers li{
    min-width:35px;
    max-width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    margin: 0 5px;
}
.pagination .page-numbers li span,
.pagination .page-numbers li a{
    display: block;
    border: 1px solid var(--pix-grey-border);
    border-radius: 3px;
    height: 100%;
    width: 100%;
    background-color: white;
}
.pagination .page-numbers li span:not(.dots){
    background: var(--pix-orange);
    color: white;
    border: 1px solid var(--pix-orange);
}
.page-numbers a.next{
    background: url("/wp-content/themes/quattro/images/arrow-down.svg") center no-repeat;
    -moz-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
    font-size: 0;
}
.page-numbers a.prev {
    background: url("/wp-content/themes/quattro/images/arrow-down.svg") center no-repeat;
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    font-size: 0;
}
/* --- PAGINATION --- */

/* GALLERIES */
.gallery {
    display: flex;
    flex-wrap: wrap;
    margin: 1em 0 2em 0 !important;
    width: 100%;
}
.gallery-item {
    margin: 0.1em 0 !important;
    padding: 0 0.1em;
    width: 100%;
}
.gallery-caption {
    display: block;
    margin-top: 0.8em;
}
.gallery-columns-2 .gallery-item {
    max-width: 50%;
}
.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
    max-width: 25%;
}
.gallery-columns-5 .gallery-item {
    max-width: 20%;
}
.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}
#gallery-1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 0 !important;
    border-radius: 3px;
    margin: 0 !important;
}
.gallery-columns-3 .gallery-icon.landscape{
    height: 200px;
}
.gallery-columns-3 .gallery-icon.portrait{
    height: 400px;
}
/* GALLERIES */

.pix-pagination {
    overflow: hidden;
    margin-bottom: 50px;
}
.pix-pagination ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 -9px;
}
.pix-pagination ul li {
    list-style: none;
    margin: 0 9px;
    font-size: var(--pix-font-size);
    line-height: 17px;
    font-weight: 700;
}
.pix-pagination ul li.pix-active {
    width: 55px;
    height: 55px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--pix-main-color);
    border-color: #d6d6d6;
}
.pix-pagination ul li a:hover {
    text-decoration: underline;
    color: var(--pix-main-color);
}
.sale-icon-car, .new-icon-car, .ramadan-icon-car{
    position: absolute;
    padding: 0 8px 0 20px;
    height: 33px;
    box-sizing: border-box;
    background: red;
    font-size: 17px;
    color: #fff;
    font-weight: 700;
    z-index: 1;
    line-height: 33px;
    left: 0;
    bottom: 215px;
}
.new-icon-car{
    text-transform: uppercase;
    background: #1635c9;
}
.ramadan-icon-car{
    text-transform: uppercase;
    background: #F5BD02;
}
.sale-icon-car:after, .new-icon-car:after, .ramadan-icon-car:after{
    content: '';
    position: absolute;
}
.sale-icon-car:after, .new-icon-car:after, .ramadan-icon-car:after{
    width: 23px;
    height: 23px;
    top: 5px;
    right: -12px;
    rotate: 45deg;
    background: red;
}
.new-icon-car:after{
    background: #1635c9;
}
.ramadan-icon-car:after{
    background: #F5BD02;
}
.sale-icon-car span, .new-icon-car span, .ramadan-icon-car span{
    position: relative;
    z-index: 1;
}
html[lang="de"] .sale-icon-car,
html[lang="ar"] .sale-icon-car,
html[lang="it"] .sale-icon-car{
    bottom: 207px;
}

/******************************************/
/*****              Footer            *****/
/******************************************/

.pix-footer.lazy {
    background: white !important;
}
.pix-footer {
    background: url("../images/footer-bg-1.webp") center bottom no-repeat;
    background-size: cover;
    position: relative;
    padding: 105px 0 48px;
}
.pix-footer:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #281D18;
    opacity: .8;
}
.pix-footer .container{
    position: relative;
}
.footer-logo{
    width: 150px;
    display: block;
}
.pix-footer .row{
    justify-content: space-between;
}
.pix-footer .container >.row{
    flex-wrap: nowrap;
}
.pix-footer .column-1{
    min-width: 252px;
    max-width: 252px;
    margin-top: -55px;
}
.pix-footer .column-2{
    min-width: 216px;
    max-width: 216px;
    margin-top: 28px;
    margin-left: auto;
}
.pix-footer .column-3{
    margin: 0 20px 0 auto;
    height: 397px;
}
.pix-footer .column-3, .pix-footer .column-4{
    min-width: 330px;
    max-width: 330px;
    margin-top: 0;
}
html[lang="ar"] .pix-footer .column-1,
html[lang="ar"] .pix-footer .column-2,
html[lang="ar"] .pix-footer .column-3,
html[lang="ar"] .pix-footer .column-4{
    direction: rtl;
}
.pix-footer .footer-logo img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.pix-footer .company-info{
    margin-top: 40px;
    color: white;
}
.pix-footer .company-info *{
    color: white;
    font-weight: 500;
}
.pix-footer .footer-title,
.pix-footer .menu-name,
.pix-footer .footer-form-title,
.pix-footer .footer-cars-title{
    display: block;
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 30px;
    color: white;
    line-height: initial;
}
.pix-footer .site-name{
    font-size: 16px;
    font-weight: 500;
    opacity: .75;
    margin-bottom: 22px;
    color: white;
    line-height: 16px;
}
.address-wrap, .phone-wrap, .email-wrap{
    display: flex;
    align-items: flex-start;
    flex-wrap: nowrap;
    margin-bottom: 22px;
    line-height: 16px;
    opacity: .75;
}
.address-wrap svg, .phone-wrap svg, .email-wrap svg{
    margin-right: 8px;
    min-width: 24px;
    max-width: 24px;
    height: 24px;
}
html[lang="ar"] .address-wrap svg,
html[lang="ar"] .phone-wrap svg,
html[lang="ar"] .email-wrap svg{
    margin: 0 0 0 8px;
}
.pix-footer ul.menu {
    list-style: none;
}
.pix-footer ul.menu li {
    margin-bottom: 22px;
    line-height: 16px;
}
.pix-footer ul.menu li a {
    text-decoration: none;
    font-size: 16px;
    font-style: normal;
    opacity: 0.75;
    color: white;
}
.pix-footer ul.menu >li a{
    text-align: center;
}
.pix-footer ul.menu li a:hover {
    text-decoration: underline;
    color: var(--pix-orange) !important;
}

.social-media-footer, .social-media-contacts{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    min-width: 220px;
    max-width: 220px;
}
.social-media-footer{
    margin-top: 28px;
}
.social-media-contacts{
    margin-left: auto;
}
.social-media-footer a,
.social-media-contacts a{
    min-width: 32px;
    max-width: 32px;
    height: 32px;
    -webkit-border-radius: 20%;
    border-radius: 20%;
}
.social-media-footer a:nth-child(1),
.social-media-contacts a:nth-child(1){
    background: url("../images/whatsapp.svg") center no-repeat #73E06C;
}
.social-media-footer a:nth-child(2),
.social-media-contacts a:nth-child(2){
    background: url("../images/Instagram_logo.svg") center no-repeat;
    background-size: contain;
}
.social-media-footer a:nth-child(3),
.social-media-contacts a:nth-child(3){
    background: url("../images/tg-icon.svg") center no-repeat #1d93d2;
}
.social-media-footer a:nth-child(4),
.social-media-contacts a:nth-child(4){
    background: url("../images/socials/fb-icon.svg") center 4px no-repeat #3b5998;
    background-size: 75%;
}
.social-media-footer a:nth-child(5),
.social-media-contacts a:nth-child(5){
    background: url("../images/socials/YouTube.svg") center no-repeat #FF0000;
    background-size: 65%;
}
.social-media-footer a:nth-child(6),
.social-media-contacts a:nth-child(6){
    background: url("../images/socials/LinkedIn.svg") center no-repeat;
    background-size: contain;
}

.pix-footer .google-reviews{
    width: 195px;
    display: block;
    margin-top: 25px;
    background-color: var(--pix-grey-bg);
    border-radius: 8px;
}
.pix-footer .google-reviews:last-child{
    margin-top: 10px;
}
.footer-reviews-block{
    display: block;
    width: 100%;
    height: 100%;
    padding: 10px 18px 15px;
    color: var(--pix-hlink-color) !important;
}
.pix-footer .reviews-statistics{
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-end;
    line-height: 12px;
    margin-top: 5px;
}
.pix-footer .rating-score{
    font-weight: 700;
}
.pix-footer .rating-number{
    color: var(--pix-text-gray);
    font-size: 14px;
}
.pix-footer .google-stars-block{
    margin: 0 5px 0 7px;
    min-width: 90px;
    height: 17px;
    display: flex;
    flex-wrap: nowrap;
}
.pix-footer .google-stars-block .ti-star{
    min-width: 17px;
    max-width: 17px;
    height: 17px;
    margin-right: 1px;
}
.pix-footer .google-reviews img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    margin: 0 auto;
}
.pix-footer .google-reviews:last-child .reviews-icon img{
    height: 26px;
}
.pix-footer .trustpilot-stars-block{
    margin: 0 5px 0 7px;
    height: 19px;
    display: flex;
    flex-wrap: nowrap;
}
.pix-footer .trustpilot-stars-block .ti-star{
    min-width: 19px;
    max-width: 19px;
    height: 19px;
    margin-right: 1px;
}


.location-switch-footer{
    position: relative;
    z-index: 3;
    display: inline-block;
}
.location-switch-footer .active-location{
    font-size: 16px;
    cursor: pointer;
    color: white;
    white-space: nowrap;
    padding-right: 25px;
    opacity: .75;
    position: relative;
    display: inline-block;
}
.location-switch-footer:hover .active-location:after{
    transform: rotate(-180deg);
}
.location-switch-footer .active-location:after{
    content: '';
    width: 10px;
    height: 6px;
    position: absolute;
    vertical-align: top;
    -webkit-transition: color .33s, transform .33s;
    transition: color .33s, transform .33s;
    background: url(../images/locations-footer-arrow.svg) center no-repeat;
    top: 50%;
    margin-top: -3px;
    right: 0;
}
.location-switch-footer .all-locations{
    opacity: 0;
    visibility: hidden;
    height: 0;
    border-radius: 8px;
    background: white;
    position: absolute;
    top: 100%;
    left: 0;
    padding: 8px 0;
    -webkit-transition: opacity .33s, transform .33s;
    transition: opacity .33s, transform .33s;
    -webkit-box-shadow: 0 8px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 8px 10px rgba(0, 0, 0, 0.1);
}
.location-switch-footer .all-locations a{
    font-size: 14px;
    font-weight: 600;
    color: var(--pix-text-gray);
    display: block;
    align-items: center;
    padding: 0 12px;
    height: 20px;
    margin-bottom: 5px;
    white-space: nowrap;
}
.location-switch-footer .all-locations a.active{
    color: var(--pix-orange);
}
.location-switch-footer:hover .all-locations{
    opacity: 1;
    visibility: visible;
    height: auto;
}

.footer-find-us{
    width: 100%;
    height: 100%;
    padding: 24px;
    border-radius: 8px;
    background: rgba(19, 14, 11, 0.50);
    backdrop-filter: blur(10px);
}
.footer-find-us .footer-find-us-map{
    border-radius: 5px;
    overflow: hidden;
    height: 200px;
}
.footer-find-us .footer-find-us-map img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.footer-find-us .pix-map-container,
.footer-find-us .pix-map-container .pix-map{
    height: 100% !important;
}
.footer-find-us .address{
    display: block;
    margin-top: 30px;
    color: white;
    font-weight: 500;
    line-height: 1.5;
}

.question-footer{
    width: 100%;
    padding: 24px;
    border-radius: 8px;
    background: rgba(19, 14, 11, 0.50);
    backdrop-filter: blur(10px);
}
#wpforms-14422{
    margin: 0;
}
#wpforms-form-14422 input[type="text"]:not(.search-input),
#wpforms-form-14422 input[type="tel"],
#wpforms-form-14422 textarea{
    border-radius: 8px;
    height: 44px;
    padding: 0 16px;
    color: rgba(255, 255, 255, 0.50);
    font-size: 14px;
    font-style: normal;
    border: 1px solid transparent;
    background: rgba(255, 255, 255, 0.10);
    max-width: 100%;
    width: 100%;
}
#wpforms-form-14422 .wpforms-field{
    padding: 0;
    margin-bottom: 1rem;
}
#wpforms-form-14422 label,
.wpforms-field-limit-text,
#wpforms-14422-field_8-container,
#wpforms-14422-field_7-container,
#wpforms-14422-field_17-container
{
    display: none;
}
#wpforms-form-14422 .iti--allow-dropdown {
    padding: 0 0 0 9px !important;
    background: rgba(255, 255, 255, 0.10);
    border-radius: 8px;
}
#wpforms-form-14422 input[type="tel"]{
    background: transparent;
}
html[lang="ar"] #wpforms-form-14422 input[type="tel"]{
    max-width: 117px;
}
/*html[lang="ar"] #wpforms-form-14422 input[type="tel"]{*/
/*    text-align: right;*/
/*}*/
.iti--allow-dropdown {
    direction: ltr;
}
#wpforms-form-14422 .iti--separate-dial-code .iti__selected-dial-code{
    color: rgba(255, 255, 255, 0.50) !important;
    line-height: 43px !important;
}
#wpforms-form-14422 .iti__flag-container {
    border: 0 !important;
}
#wpforms-form-14422 textarea{
    height: 110px;
    min-height: 110px;
    max-height: 110px;
    padding-top: 12px;
}
#wpforms-form-14422 input::-webkit-input-placeholder{ color: rgba(255, 255, 255, 0.50) !important; }
#wpforms-form-14422 input::-moz-placeholder{ color: rgba(255, 255, 255, 0.50) !important; }
#wpforms-form-14422 input::-ms-input-placeholder{ color: rgba(255, 255, 255, 0.50) !important; }
#wpforms-form-14422 input[type="tel"]::-webkit-input-placeholder{ color: rgba(255, 255, 255, 0.50) !important; }
#wpforms-form-14422 input[type="tel"]::-moz-placeholder{ color: rgba(255, 255, 255, 0.50) !important; }
#wpforms-form-14422 input[type="tel"]::-ms-input-placeholder{ color: rgba(255, 255, 255, 0.50) !important; }
#wpforms-form-14422 textarea::-webkit-input-placeholder{ color: rgba(255, 255, 255, 0.50) !important; }
#wpforms-form-14422 textarea::-moz-placeholder{ color: rgba(255, 255, 255, 0.50) !important; }
#wpforms-form-14422 textarea::-ms-input-placeholder{ color: rgba(255, 255, 255, 0.50) !important; }
#wpforms-form-14422 button[type="submit"],
.question-footer input[type="submit"]{
    width: 100%;
    height: 44px;
    text-align: center;
    background: var(--pix-orange);
    color: white;
    border: 1px solid transparent !important;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    font-family: var(--pix-main-font);
    font-size: 14px;
    font-weight: 800;
    padding: 2px 15px;
    margin: 0 auto;
    display: block;
    transition: all .3s ease;
    box-shadow: 0 0 0 0 !important;
}
#wpforms-form-14422 button[type="submit"]{
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: normal;
}
#wpforms-form-14422 input[type=text].wpforms-error,
#wpforms-form-14422 input[type=tel].wpforms-error,
#wpforms-form-14422 textarea.wpforms-error {
    border: 1px solid red;
}

.row.popular-cars{
    flex-wrap: wrap !important;
    justify-content: flex-start;
    margin-top: 52px;
    padding: 52px 0 48px;
    border-top: 1px solid rgba(235, 235, 235, 0.5);
    border-bottom: 1px solid rgba(235, 235, 235, 0.5);
}
.row.popular-cars .footer-cars-title{
    min-width: 100%;
}
.row.popular-cars .pix-cars-footer{
    width: 100%;
    display: grid;
    align-items: stretch;
    grid-template-columns: repeat(4, 1fr);
}
.pix-footer .pix-cars-footer a{
    display: table;
    margin-bottom: 12px;
    text-decoration: none;
    line-height: initial;
    opacity: 0.75;
    color: white;
    font-size: 16px;
    padding-right: 20px;
}
.pix-footer .pix-cars-footer a:last-child{
    margin-bottom: 0;
}
.pix-footer .pix-cars-footer a,
.pix-cars-footer a span{
    font-size: 16px;
    font-style: normal;
    line-height: 150%;
    transition: color .33s;
}
.pix-footer .pix-cars-footer a:hover,
.pix-footer .pix-cars-footer a:hover span{
    text-decoration: underline;
    color: var(--pix-orange);
}

.pix-footer .copyright{
    padding-top: 50px;
}
.pix-footer .copyright,
.pix-footer .copyright a,
.pix-footer .pix-footer-bottom-menu a{
    font-size: 16px !important;
    color: white;
    letter-spacing: -0.2px;
    line-height: 150%; /* 24px */
}
.pix-footer .copyright,
.pix-footer .pix-footer-bottom-menu a{
    opacity: 0.75;
}
.pix-footer .pix-footer-bottom-menu{
    text-align: right;
    padding-top: 50px;
}
.pix-footer .copyright a{
    padding-left: 5px;
}
.pix-footer .pix-footer-bottom-menu a:last-child{
    padding-left: 15px;
}
.pix-footer .copyright a:hover,
.pix-footer .pix-footer-bottom-menu a:hover{
    color: var(--pix-orange) !important;
}

.whatsapp-fixed{
    background: url("../images/whatsapp.svg") center no-repeat rgba(115,224,108,1);
    background-size: 50px 50px;
    width: 60px;
    height: 60px;
    position: fixed;
    bottom: 50px;
    left: 10px;
    z-index: 100;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    transition: all .2s ease;
    -o-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -webkit-transition: all .2s ease;
}
.whatsapp-fixed:hover{
    background-size: 55px 55px;
}

/****************************/
/***      MAIN_PAGE       ***/
/****************************/
.slider-main .star-icon{
    position: relative;
}
.slider-main .star-icon:before{
    content: '';
    background: url("../images/slider-star-icon.png") center no-repeat;
    height: 43px;
    width: 59px;
    left: -75px;
    top: 50%;
    margin-top: -21.5px;
    position: absolute;
}

body:not(.white-theme) .home-template .pix-row-overflow {
    background: black;
    margin-bottom: 50px;
}
.white-theme .home-template .pix-row-overflow{
    padding-top: 25px !important;
}
.white-theme .home-template .pix-row-overflow h2,
.white-theme .home-template .pix-row-overflow p{
    color: #000 !important;
}
.our-fleet{
    position: relative;
    z-index: 1;
    padding-top: 60px;
}
.our-fleet .pix-col-content-center{
    padding: 0 !important;
}

.main-lists-2-columns, .our-dubai-car{
    padding-top: 55px;
    background: #030204;
}
.white-theme .main-lists-2-columns{
    padding-top: 0;
    background: transparent !important;
    opacity: 1 !important;
}
.white-theme .our-dubai-car{
    padding-top: 0;
    background: white;
}
body.webp.white-theme .our-dubai-car:not(.lazy) {
    background: url(/wp-content/themes/quattro/images/detail-props-bg.webp) right center no-repeat;
    background-size: cover;
}
body:not(.webp) .white-theme .our-dubai-car:not(.lazy) {
    background: url(/wp-content/themes/quattro/images/detail-props-bg.jpg) right center no-repeat;
    background-size: cover;
}

.main-lists-2-columns .wpb_text_column b,
.our-dubai-car .wpb_text_column b{
    font-size: 22px;
    color: var(--pix-orange);
}
.main-lists-2-columns .wpb_text_column p,
.our-dubai-car .wpb_text_column p{
    font-size: 17px;
    margin-bottom: 40px;
    line-height: initial;
    width: 89%;
}
.main-lists-2-columns .wpb_text_column ul,
.our-dubai-car .wpb_text_column ul{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.main-lists-2-columns .wpb_text_column li,
.our-dubai-car .wpb_text_column li{
    list-style: none;
    padding-left: 60px;
    font-weight: 500;
    color: white;
    margin-bottom: 21px;
    position: relative;
    line-height: initial;
    font-size: 17px;
    min-width: 48%;
    max-width: 48%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}
.white-theme .main-lists-2-columns .wpb_text_column li,
.white-theme .our-dubai-car .wpb_text_column li{
    color: black;
}
.main-lists-2-columns .wpb_text_column li:before,
.our-dubai-car .wpb_text_column li:before{
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -16px;
    background: url("../images/li-main-icon.png") center no-repeat;
    height: 32px;
    width: 42px;
}
.white-theme .our-dubai-car .wpb_text_column li:before,
.white-theme .main-lists-2-columns .wpb_text_column li:before{
    background: url("../images/star-ul-orange.svg") center no-repeat;
}

.tabs-main.lazy{
    background: black;
}
.tabs-main{
    padding: 80px 0 30px 0;
    height: 686px;
    background: url("../images/tabs-main-bg-1.jpg") center no-repeat black;
    background-size: cover;
}
.tabs-main > .wpb_column > .vc_column-inner{
    margin-top: -20px;
}
.tabs-main .pix-section-tabs .nav li > * {
    text-transform: lowercase;
}
.tabs-main .pix-section-title{
    padding-bottom: 30px;
}
.tabs-main .pix-title-h2{
    font-size: 21px;
}
.tabs-main .tab-content p,
.tabs-main .tab-content div.lang-del{
    font-size: 15px;
    color: white;
    line-height: 19px;
    font-weight: 400;
    padding-right: 95px;
}
.tabs-main .tab-content b{
    color: white;
}
.tabs-main.monthly-page{
    margin-bottom: 40px;
}
.tabs-main.monthly-page .tab-content p,
.tabs-main.monthly-page .tab-content div.lang-del{
    padding-right: 0;
}

.text-before-cars-main p a{
    color: var(--pix-orange);
    text-decoration: underline;
}

.amounts-main{
    background: black;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.white-theme .amounts-main{
    background: transparent;
}
.amounts-main .percent, .amounts-main .percent-plus,
.amounts-main .percent-text{
    color: white;
}
.amounts-main .percent, .amounts-main .percent-plus{
    font-size: 24px;
    line-height: initial;
    padding-bottom: 5px;
}
.amounts-main .percent-text{
    font-size: 16px;
    font-weight: 400;
    width: 160px;
}
.filter-main p, .filter-main b{
    color: white;
}
.white-theme .amounts-main .percent,
.white-theme .amounts-main .percent-plus,
.white-theme .amounts-main .percent-text,
.white-theme .filter-main p,
.white-theme .filter-main b{
    color: black;
}

body:not(.white-theme) #google-reviews{
    margin-top: 30px;
}
#google-reviews h2, #google-reviews >p{
    text-align: center;
}
#google-reviews .ti-header{
    height: 51px;
    overflow: hidden;
}
#google-reviews .ti-widget.ti-goog .ti-widget-container .ti-date{
    opacity: 1;
}
#google-reviews .ti-widget.ti-goog .ti-header{
    flex-wrap: nowrap;
}
/*#google-reviews .ti-review-item.ti-hide{*/
/*    display: block !important;*/
/*}*/
/*#google-reviews .ti-load-more-reviews-container{*/
/*    display: none !important;*/
/*}*/

.bottom-last-line .wpb_content_element{
    margin-bottom: 0;
}

/****************************/
/***         FORMS        ***/
/****************************/
#wpforms-3645 {
    min-height: 320px;
    top: 145px;
    position: fixed;
    width: 460px;
    left: 50%;
    margin-left: -230px;
    margin-top: 0;
    /*background: url("../images/form-book-bg.jpg") left center no-repeat white;*/
    background: white;
    z-index:1001;
    -webkit-box-shadow: 3px 8px 8px -2px rgb(0,0,0,.83);
    -moz-box-shadow: 3px 8px 8px -2px rgb(0,0,0,.83);
    box-shadow: 3px 8px 8px -2px rgb(0,0,0,.83);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
    display: none;
}
.wpforms-container.book-form .form-title{
    position: absolute;
    top: 24px;
    font-size: 28px;
    color: black;
    font-family: var(--pix-main-font);
    font-weight: 700;
    width: 80%;
    text-align: center;
    white-space: nowrap;
}
#wpforms-3645 .exit{
    position: absolute;
    background: url('../images/form-exit-new.svg') center no-repeat;
    width: 20px;
    height: 20px;
    right: 15px;
    top: 15px;
    cursor: pointer;
    z-index: 1;
}
.wpforms-container.book-form .wpforms-confirmation-scroll{
    width: 290px;
    margin: 125px auto 0;
    text-align: center;
    background: hsl(0deg 0% 0% / 0%);
    border: 0;
    padding: 0 35px;
    color: var(--pix-orange);
}
#wpforms-3645 .wpforms-confirmation-scroll * {
    color: var(--pix-orange);
}
#wpforms-3645 form{
    width: 80%;
    margin: 0 auto;
    /*padding-left: 275px;*/
    padding-top: 85px;
    padding-bottom: 50px;
    /*background: url("../images/logo_db3_c.png") 275px 42px no-repeat;*/
}
html[lang="ar"] div.wpforms-container-full .iti--allow-dropdown{
    justify-content: flex-end;
}
.wpforms-container.book-form .wpforms-form .wpforms-field-limit-text{
    display: none;
}
.wpforms-container.book-form .wpforms-form input[type=text],
.wpforms-container.book-form .wpforms-form input[type=tel]{
    height: 32px;
}
.wpforms-container.book-form .wpforms-form input[type=text],
.wpforms-container.book-form .wpforms-form input[type=tel],
.wpforms-container.book-form .wpforms-form textarea{
    border: 0;
    background: transparent;
    border-bottom: 1px solid #838383;
    padding: 5px 10px 5px 2px;
    border-radius: 0;
    color: black;
    font-family: var(--pix-main-font);
    font-weight: 500;
    font-size: 14px;
    max-width: 100%;
}
html[lang="ar"] .wpforms-container.book-form .wpforms-form input[type=tel]{
    max-width: 117px;
}
.wpforms-container.book-form .wpforms-form input[type=text].wpforms-error,
.wpforms-container.book-form .wpforms-form input[type=tel].wpforms-error,
.wpforms-container.book-form .wpforms-form textarea.wpforms-error{
    border-bottom: 1px solid red;
}
.wpforms-container.book-form .no-border input{
    border-bottom: 1px solid #838383 !important;
}
.wpforms-container.book-form .wpforms-form input[type=text]::-webkit-input-placeholder,
.wpforms-container.book-form .wpforms-form input[type=tel]::-webkit-input-placeholder,
.wpforms-container.book-form .wpforms-form textarea::-webkit-input-placeholder{
    color: rgba(131, 131, 131, 0.87) !important;
    font-family: var(--pix-main-font);
    font-size: 14px;
    font-weight: 500;
}
.wpforms-container.book-form .wpforms-form input[type=text]::-moz-placeholder,
.wpforms-container.book-form .wpforms-form input[type=tel]::-moz-placeholder,
.wpforms-container.book-form .wpforms-form textarea::-moz-placeholder{
    color: rgba(131, 131, 131, 0.87);
    font-family: var(--pix-main-font);
    font-size: 14px;
    font-weight: 500;
}
.wpforms-container.book-form .wpforms-form input[type=tel]::-webkit-input-placeholder,
.wpforms-container.book-form .wpforms-form input[type=tel]::-moz-placeholder{
    color: rgba(131, 131, 131, 0.6) !important;
}
.wpforms-container.book-form .wpforms-field[data-field-id="6"],
.wpforms-container.book-form .wpforms-field[data-field-id="7"],
.wpforms-container.book-form .wpforms-field[data-field-id="8"],
.wpforms-container.book-form .wpforms-field[data-field-id="10"],
.wpforms-container.book-form .wpforms-field[data-field-id="14"]{
    display: none !important;
}
.wpforms-container.book-form .wpforms-form textarea.wpforms-field-medium{
    height: 105px;
    min-height: 105px;
    max-height: 105px;
}
.wpforms-container.book-form .wpforms-field.wpforms-field-radio .wpforms-field-label{
    display: none;
}
.wpforms-container.book-form #wpforms-3645-field_13-container{
    padding-top: 0;
    padding-bottom: 15px;
}
.wpforms-container.book-form #wpforms-3645-field_13-container ul,
.wpforms-container.book-form #wpforms-6360-field_13-container ul{
    white-space: nowrap;
}
.wpforms-container.book-form #wpforms-3645-field_13-container li,
.wpforms-container.book-form #wpforms-6360-field_13-container li{
    display: inline-block;
    vertical-align: top;
    position: relative;
}
.wpforms-container.book-form #wpforms-3645-field_13-container li:last-child{
    display: none;
}
.wpforms-container.book-form #wpforms-3645-field_13-container li.wpforms-selected:before,
.wpforms-container.book-form #wpforms-6360-field_13-container li.wpforms-selected:before{
    background: var(--pix-orange);
}
.wpforms-container.book-form #wpforms-3645-field_13-container li label,
.wpforms-container.book-form #wpforms-6360-field_13-container li label{
    padding-left: 23px;
    color: black;
    font-family: var(--pix-main-font);
    font-size: 13px;
    font-weight: 500;
    margin-right: 14px;
    cursor: pointer;
    z-index: 1;
    position: relative;
}
.wpforms-container.book-form .wpforms-form input[type=radio],
.wpforms-container.book-form label.wpforms-error{
    display: none !important;
}
.wpforms-container.book-form #wpforms-3645-field_13-container li:before,
.wpforms-container.book-form #wpforms-6360-field_13-container li:before{
    content: '';
    width: 16px;
    height: 16px;
    border: 3px solid black;
    cursor: pointer;
    position: absolute;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    box-sizing: border-box;
    left: 0;
    top: 50%;
    margin-top: -8px;
}
.wpforms-container.book-form .wpforms-form .wpforms-submit-container{
    padding-top: 0;
}
.wpforms-container.book-form .wpforms-form button[type=submit]:not(#wpforms-submit-11314):not(#wpforms-submit-14422){
    height: 38px;
    text-align: center;
    background: var(--pix-orange);
    color: white;
    border: 1px solid transparent;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    font-family: var(--pix-main-font);
    font-size: 17px;
    text-transform: lowercase;
    font-weight: 700;
    padding: 2px 15px;
    margin: 0 auto;
    display: block;
    transition: all .3s ease;
    min-width: 120px;
}
.wpforms-container.book-form .wpforms-form button[type=submit]:hover,
.wpforms-container.book-form .wpforms-form button[type=submit]:active,
.wpforms-container.book-form .wpforms-form button[type=submit]:focus{
    background: #E14F00FF;
    border: 1px solid transparent;
    cursor: pointer;
}
.wpforms-error-container p{
    font-size: 15px;
    line-height: 15px;
}
#wpforms-3645 .dates{
    margin-bottom: 25px;
}
#wpforms-3645 .dates .dates-title{
    font-weight: 500;
    text-align: center;
    padding-bottom: 10px;
    min-width: 100%;
}
#wpforms-3645 .dates{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
}
#wpforms-3645 .dates span{
    padding-right: 5px;
}
#wpforms-3645 .dates input{
    display: inline !important;
    width: 130px !important;
    max-height: 38px;
}
#wpforms-3645 form .car{
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    height: 80px;
    margin-bottom: 15px;
}
#wpforms-3645 form .car img{
    max-width: 120px;
    display: block;
}
#wpforms-3645 form .car div.name{
    font-weight: 500;
    line-height: initial;
    padding: 0 12px;
}
#wpforms-3645 form .car div.remove{
    max-width: 30px;
    min-width: 30px;
    height: 30px;
    border: 1px solid #838383;
    content: "\00d7";
    cursor: pointer;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    position: relative;
    margin-left: auto;
}
#wpforms-3645 form .car div.remove:before,
#wpforms-3645 form .car div.remove:after {
    position: absolute;
    top: 5px;
    left: 14px;
    content: ' ';
    height: 17px;
    width: 1px;
    background-color: #333;
}
#wpforms-3645 form .car div.remove:before {
    transform: rotate(45deg);
}
#wpforms-3645 form .car div.remove:after {
    transform: rotate(-45deg);
}
.wpforms-recaptcha-container.wpforms-is-recaptcha{
    padding: 0 !important;
}
.grecaptcha-badge{
    display: none !important;
}
#wpforms-3645-field_15-container,
#wpforms-6360-field_15-container{
    display: none;
    position: relative;
}
#wpforms-3645-field_15-container input,
#wpforms-6360-field_15-container input{
    padding-left: 25px !important;
}
html[lang="ar"] #wpforms-3645-field_15-container input,
html[lang="ar"] #wpforms-6360-field_15-container input{
    padding-right: 26px !important;
}
#wpforms-3645-field_15-container:before,
#wpforms-6360-field_15-container:before{
    content: "@";
    position: absolute;
    left: 9px;
    top: 10px;
    color: #2D2D2D;
}
html[lang="ar"] #wpforms-3645-field_15-container:before,
html[lang="ar"] #wpforms-6360-field_15-container:before{
    left: auto;
    right: 9px;
}


#wpforms-6360 {
    padding: 100px 0 0;
    height: 626px;
    margin: 0;
    position: relative;
}
body.webp #wpforms-6360:not(.lazy) {
    background: url("../images/book-form-bottom-bg.webp") center no-repeat;
    background-size: cover;
}
body:not(.webp) #wpforms-6360:not(.lazy) {
    background: url("../images/book-form-bottom-bg.jpg") center no-repeat;
    background-size: cover;
}
#wpforms-6360 .form-title{
    position: relative;
    width: 100%;
    white-space: normal;
    top: auto;
    order: 0;
    line-height: 28px;
    padding-bottom: 10px;
}
#wpforms-6360 .wpforms-field-container{
    min-width: 100%;
    order: 1;
}
#wpforms-6360 form{
    width: 460px;
    margin: 0 auto;
    padding: 40px 30px 50px 30px;
    /*background: url(/wp-content/themes/quattro/images/bottom-form-bg.jpg) center;*/
    background: white;
    border: 1px solid rgba(0,0,0,.15);
    -webkit-border-radius: 20px;
    border-radius: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}
#wpforms-6360 .wpforms-field{
    padding: 10px 0;
}
html[lang="ar"] #wpforms-3645 .wpforms-form input[type=tel],
html[lang="ar"] #wpforms-6360 .wpforms-form input[type=tel]{
    border-bottom: 0 !important;
}
html[lang="ar"] #wpforms-3645 .wpforms-field .iti__flag-container,
html[lang="ar"] #wpforms-6360 .wpforms-field .iti__flag-container{
    border-bottom: 0 !important;
}
html[lang="ar"] #wpforms-3645 .wpforms-field .iti--allow-dropdown:before,
html[lang="ar"] #wpforms-6360 .wpforms-field .iti--allow-dropdown:before{
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    height: 1px;
    width: 100%;
    background-color: #838383;
}
#wpforms-6360-field_15-container{
    padding: 0 0 10px;
}
#wpforms-confirmation-6360{
    width: 400px;
    text-align: center;
    background: white;
    padding: 30px;
    margin: 0 auto;
    border: 1px solid rgba(0,0,0,.15);
    -webkit-border-radius: 20px;
    border-radius: 20px;
}
#wpforms-confirmation-6360 p{
    margin: 0;
    color: var(--pix-orange);
}
#wpforms-6360 .wpforms-form .wpforms-submit-container{
    padding-top: 20px;
    order: 2;
    margin: 0 auto;
}
#wpforms-6360 .phone-or-nick{
    display: none;
}

div.wpforms-container-full .wpforms-form .wpforms-field.disabled{
    opacity: 0.5;
    position: relative;
}
div.wpforms-container-full .wpforms-form .wpforms-field.disabled .lock{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: default;
    z-index: 2;
}
div.wpforms-container-full .wpforms-form .wpforms-field .remove{
    position: absolute;
    width: 20px !important;
    right: 16px;
    top: 12px;
    cursor: pointer;
    z-index: 1;
}
html[lang="ar"] div.wpforms-container-full .wpforms-form .wpforms-field .remove{
    right: auto;
    left: 16px;
}

.recaptcha-holder{
    display: none !important;
}

.fixedWrapper{
    position: fixed;
    width:100%;
    height:100%;
    left:0;
    top:0;
    background: rgba(0,0,0,.6);
    z-index:1000;
    display: none;
}

/****************************/
/***       TERMS          ***/
/****************************/
.terms-table{
    padding: 25px 0 140px 0;
}
.terms-table div.table{
    margin-top: 0 !important;
    max-width: 1330px;
}
.terms-table div.table div.tr{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: nowrap;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.terms-table div.table div.tr.with-bg:not(:first-child){
    position: relative;
    cursor: pointer;
}
.terms-table div.table div.tr:not(.with-bg):not(:last-child){
    border-bottom: 2px solid black;
}
.terms-table div.table .tr.with-bg{
    margin-top: -2px;
    border-top: 2px solid var(--pix-orange);
    border-bottom: 2px solid var(--pix-orange);
}
.terms-table div.table div.td{
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.terms-table div.table .tr.with-bg .td:first-child strong:first-child{
    margin-right: 10px;
}
.terms-table div.table .text-preview{
    display: none;
    height: 0;
    overflow: hidden;
}
.terms-table div.table .text-preview.active{
    display: block;
}
.terms-table .tr:not(.with-bg) div.td {
    padding: 25px 85px;
}
.terms-table .tr.with-bg {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    white-space: normal;
    align-items: center;
    min-height: 64px;
}
.terms-table .tr.with-bg div.td {
    padding: 10px 0;
    margin: 0 105px;
    text-align: center;
    position: relative;
}
.terms-table .tr.with-bg:not(:first-child) div.td {
    padding: 10px 40px;
}
.terms-table .tr.with-bg:not(:first-child) div.td:first-child:before,
.terms-table .tr.with-bg:not(:first-child) div.td:last-child:after {
    content: '';
    position: absolute;
    width: 15px;
    height: 9px;
    top: 50%;
    margin-top: -4.5px;
    background: url("../images/terms-arrow-new.png") center no-repeat;
}
.terms-table .tr.with-bg.active:not(:first-child) div.td:first-child:before,
.terms-table .tr.with-bg.active:not(:first-child) div.td:last-child:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.terms-table .tr.with-bg div.td:before{
    left: 0;
}
.terms-table .tr.with-bg div.td:after{
    right: 0;
}
.terms-table .tr.with-bg div.td * {
    text-align: center !important;
}
.terms-table .td,
.terms-table .td p,
.terms-table .td a,
.terms-table ul li,
.terms-table ol li {
    color: #000;
    line-height: 22px;
    font-size: 18px;
    font-weight: 400;
    word-break: break-word;
    margin: 0;
}
.terms-table .tr .td:last-child *{
    font-family: "Myriad Arabic";
    letter-spacing: .5px;
}
.terms-table .tr .td:last-child a{
    font-family: var(--pix-main-font);
}
.terms-table .td strong{
    font-size: 18px;
}
.terms-table .td a{
    text-decoration: underline;
}
.terms-table ol{
    padding-left: 15px;
    list-style: none;
}
.terms-table .table .tr .td{
    vertical-align: top;
    line-height: 22px;
}
.terms-table .table .tr .td:last-child *{
    text-align: right;
}
.terms-table .table .tr.with-bg:first-child *{
    text-align: center !important;
}
.terms-table .table .tr:first-child p {
    margin-bottom: 0;
}

.contacts-info .address-info .pix-block-content{
    padding-bottom: 0;
}
.contacts-info .address-info .pix-block-content .pix-icon-color{
    display: none;
}
.contacts-info .address-info{
    width: 75%;
}
.contacts-info .address-info .pix-top{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.contacts-info .address-info .pix-ibox-side p{
    color: #000;
    font-size: 15px;
    line-height: 1.5em;
    margin-right: 60px;
    margin-bottom: 0;
}
.contacts-info .address-info .pix-ibox-side p a{
    text-decoration: none;
}
.contacts-info .address-info .pix-ibox-side p:first-child{
    min-width: 300px;
}
.contacts-info .address-info .pix-ibox-side p:nth-child(2),
.contacts-info .address-info .pix-ibox-side p:nth-child(3){
    white-space: nowrap;
}
.contacts-info .address-info .pix-ibox-side p:last-child{
    margin-right: 0;
}
.socials-contacts >.vc_column-inner >.wpb_wrapper{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-end;
}
.contacts-map{
    padding-top: 30px;
}
.contacts-map #pix-map{
    height: 670px;
}

/****************************/
/***       ABOUT-US       ***/
/****************************/
.top-ul-about h2{
    line-height: 27px;
    font-size: 22px;
    color: var(--pix-orange);
}
.top-ul-about ul{
    padding-left: 68px !important;
}
.top-ul-about li{
    list-style: none;
    position: relative;
    font-weight: 500;
    font-size: 17px;
    line-height: 20px !important;
    margin-top: 35px !important;
}
.top-ul-about li:before{
    content: '' !important;
    background: url("../images/star-ul-orange.png") center no-repeat;
    height: 31px;
    width: 42px !important;
    left: -68px;
    top: 50%;
    margin-top: -15.5px;
    position: absolute;
}
.tabs-about-us{
    margin-top: 35px;
    padding: 80px 0 30px 0;
    height: 686px;
    background: url("../images/about-us-lists-bg-min.jpg") center no-repeat black;
    background-size: cover;
}
.tabs-about-us > .wpb_column > .vc_column-inner{
    margin-top: -20px;
}
.tabs-about-us .pix-section-tabs .nav li a {
    text-transform: lowercase;
    border-bottom: 2px solid transparent;
}
.tabs-about-us .pix-section-tabs .nav li a.active{
    border-bottom: 2px solid var(--pix-orange);
}
.tabs-about-us .pix-section-title{
    padding-bottom: 30px;
}
.tabs-about-us .pix-title-h2{
    font-size: 21px;
}
.tabs-about-us .tab-content{
    max-width: 515px;
}
.tabs-about-us .tab-content p{
    font-size: 15px;
    color: white;
    line-height: 19px;
    font-weight: 400;
}
.tabs-about-us .tab-content b{
    color: white;
}
.why-choose-us{
    padding-top: 25px;
    padding-bottom: 0;
}
.why-choose-us p{
    margin-top: 15px !important;
    font-size: 17px;
    line-height: 19px;
    max-width: 1300px;
}
.about-us-map #pix-map{
    height: 700px;
}

/****************************/
/***       SERVICES       ***/
/****************************/
.content-text-block:not(:first-child){
    padding-top: 75px;
}
.content-text-block h2{
    margin-top: 0;
}
.content-text-block.upper h2{
    text-transform: uppercase;
}
.content-text-block p{
    margin: 15px 0 0 0 !important;
    font-size: 17px;
    line-height: 19px;
    max-width: 1300px;
}
.services-text-and-link{
    height: 686px;
    margin-top: 40px;
}
.services-text-and-link .wpb_content_element p,
.services-text-and-link .wpb_content_element span{
    font-size: 15px;
    color: white !important;
    line-height: 19px !important;
    font-weight: 400;
}
.services-text-and-link .wpb_content_element{
    max-width: 510px;
    font-size: 15px;
}
.services-text-and-link.all-cars{
    background: url("../images/services/services-cars-bg-min.jpg") center no-repeat;
}
.services-text-and-link.airport{
    background: url("../images/services/services-airport-bg-min.jpg") center no-repeat;
}
.services-text-and-link.monthly{
    background: url("../images/services/services-monthly-bg-min.jpg") center no-repeat;
}
@media (min-width: 1920px){
    .services-text-and-link{
        background-size: cover !important;
    }
}
.services-text-and-link.right .wpb_content_element{
    margin-left: auto;
}
.services-text-and-link .wpb_content_element b{
    color: white;
}
.services-text-and-link .wpb_content_element p a:not(.button){
    color: var(--pix-orange);
    font-size: 20px;
}
.services-text-and-link .wpb_content_element p a.button{
    display: block;
    width: 286px;
    height: 47px;
    line-height: 47px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    cursor: pointer;
    font-family: var(--pix-main-font);
    color: white;
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    background-color: var(--pix-orange);
    margin-top: 65px;
}
.services-text-and-link.right .wpb_content_element p a.button{
    margin-right: 20px;
    margin-left: auto;
}

/****************************/
/***       TOP-10       ***/
/****************************/
.services-text-and-link.hatta-lake{
    background: url("../images/top-10/hatta-lake.jpg") center no-repeat;
}
.services-text-and-link.abu-dhabi{
    background: url("../images/top-10/abu-dhabi.jpg") center no-repeat;
}
.services-text-and-link.jebel-jais{
    background: url("../images/top-10/jebel-jais.jpg") center no-repeat;
}
.services-text-and-link.fujairah{
    background: url("../images/top-10/fujairah.jpg") center no-repeat;
}
.services-text-and-link.drive-along{
    background: url("../images/top-10/drive-along.jpg") center no-repeat;
}
.services-text-and-link.luxury-city{
    background: url("../images/top-10/luxury-city-tour.jpg") center no-repeat;
}
.services-text-and-link.shopping-in-dubai{
    background: url("../images/top-10/shopping-in-dubai.jpg") center no-repeat;
}
html[lang="ar"] .services-text-and-link.shopping-in-dubai p:last-child a{
    padding-left: 5px;
}
.services-text-and-link.enjoy-dubai-nightlife{
    background: url("../images/top-10/enjoy-dubai-nightlife.jpg") center no-repeat;
}
.services-text-and-link.family-trip{
    margin-bottom: -2px;
    background: url("../images/top-10/family-trip.jpg") center no-repeat;
}
.services-text-and-link.top-10 .wpb_content_element{
    padding-top: 20px;
}
.services-text-and-link.top-10 .wpb_content_element p,
.services-text-and-link.top-10 .wpb_content_element span{
    font-size: 20px;
}

/*--- FAQ ---*/
.text-before-faq h2,
.text-before-faq h3{
    padding-top: 30px;
    margin-bottom: 0.5rem;
    font-size: 2rem;
}
.text-before-faq p,
.text-before-faq ul li,
.text-before-faq ol li{
    line-height: 1.3em;
    color: var(--pix-font-color);
    font-weight: 400;
}
.text-before-faq ul li,
.text-before-faq ol li{
    margin-bottom: 10px;
}
.text-before-faq ul,
.text-before-faq ol{
    margin-bottom: 1rem;
    padding-left: 25px;
}

.faq{
    padding-top: 50px;
    max-width: 1300px;
    margin: 0 auto;
    position: relative;
}
.faq-title{
    text-align: center;
    font-size: 40px;
}
.faq-items{
    margin: 45px auto 60px;
    max-width: 786px;
}
.faq-items .tr{
    border: 1px solid var(--pix-grey-border);
    border-radius: 8px;
    margin-bottom: 16px;
}
.faq-items .tr:last-child{
    margin-bottom: 0;
}
.faq-items .tr .name{
    font-weight: 600;
    padding: 32px 90px 32px 32px;
    cursor: pointer;
    position: relative;
    font-size: 20px;
    line-height: 30px;
}
.faq-items .tr .name .plus{
    content:'';
    display: block;
    position: absolute;
    right: 32px;
    width: 40px;
    height: 40px;
    border-radius: 8px;
    background-color: var(--pix-grey-border);
    top: 28px;
}
.faq-items .tr .name .plus:before, .faq-items .tr .name .plus:after{
    content: "";
    position: absolute;
    background: black;
    border-radius:2px;
    right: 50%;
    top: 50%;
}
.faq-items .tr .name .plus:before{
    margin-right: -1px;
    margin-top: -9px;
    width: 2px;
    height: 18px;
    background: #818181;
}
.faq-items .tr .name .plus:after{
    margin-right: -9px;
    margin-top: -1px;
    width: 18px;
    height: 2px;
    background: #818181;
}
.faq-items .tr.active .name .plus:after{
    background: white;
}
.faq-items .tr.active .name .plus:before{
    opacity: 0;
}
.faq-items .tr.active .name .plus{
    background-color: var(--pix-orange);
}
.faq-items .tr .text-preview{
    display: none;
    height: 0;
    overflow: hidden;
}
.faq-items .tr .text-preview.active{
    display: block;
}
.faq-items .tr .text-preview .text{
    padding: 0 90px 32px 32px;
}
.faq-items .tr .text-preview .text,
.faq-items .tr .text-preview .text *{
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    border-collapse: collapse;
    border-left: none;
    border-top: none;
    width: 100%;
    font-weight: 500;
    position: relative;
    font-family: 'Montserrat', sans-serif;
}
.faq-items .tr .text-preview .text ul,
.faq-items .tr .text-preview .text ol{
    padding-left: 15px;
    margin-bottom: 15px;
}
.faq-items .tr .text-preview .text a, .faq-items .tr .text-preview .text a span{
    color: var(--pix-orange);
    text-decoration: underline;
}
.faq-items .tr .text-preview .text *:last-child{
    margin-bottom: 0;
}

/*--- PARTNERS ---*/
#partners h2{
    text-align: center;
    margin-top: 60px;
}
#partners .text-before-cars{
    margin-top: 20px;
}
.partners-wrap{
    margin-top: 50px;
    margin-bottom: 80px;
    display: flex;
    flex-wrap: wrap;
}
.partner{
    width: 31.7%;
    margin-right: 30px;
    background-color: white;
    /*display: flex;*/
    /*flex-wrap: nowrap;*/
    /*align-items: center;*/
    margin-bottom: 40px;
    padding: 20px;
    border: 1px solid #b4b4b4;
    border-radius: 10px;
}
.partner:nth-child(3n+3){
    margin-right: 0;
}
.partner .logo{
    max-width: 250px;
    margin: 0 auto;
    height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.partner .logo img{
    width: 100%;
    height: 90%;
    object-fit: contain;
}
.partner .info{
    margin-top: 20px;
}
.partner .info .name{
    font-size: 24px;
    line-height: 26px;
    font-weight: 700;
    text-align: center;
    height: 76px;
}
.partner .info .site{
    font-weight: 500;
    line-height: initial;
    display: table;
    margin-bottom: 12px;
    color: var(--pix-orange);
    text-align: left;
}
html[lang="ar"] .partner .info .site{
    margin-left: auto;
    text-align: right;
}
.partner .info .site:hover{
    text-decoration: none;
}
.partner .info .privilege{
    font-weight: 700;
    line-height: initial;
}
.partner .info .description{
    line-height: 20px;
    margin-top: 20px;
}
/*--- PARTNERS ---*/


/* --- GOOGLE REVIEWS GALLERY ---*/
#google-reviews-gallery-widget{
    /*overflow-x: hidden;*/
    position: relative;
    z-index: 2;
}
.google-reviews-header{
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    padding: 0;
    transition: transform 0.3s ease-in-out;
    text-align: center;
    color: #000000;
    overflow: hidden;
}
html[lang="ar"] .google-reviews-header{
    justify-content: flex-end;
}
.google-reviews-mob-row{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    white-space: nowrap;
    align-items: center;
}
.google-reviews-mob-row .nowrap {
    white-space: nowrap;
    display: inline-block;
    margin: 0 3px;
    color: #000000;
}
.google-reviews-mob-row .stars{
    display: flex;
    flex-wrap: nowrap;
    white-space: nowrap;
    margin: -2px 3px 0;
    text-align: left;
    height: 17px;
    line-height: 17px;
}
.google-reviews-mob-row .star {
    min-width: 17px;
    max-width: 17px;
    height: 17px;
    margin-right: 1px;
    vertical-align: unset;
    display: inline-block;
}
.google-reviews-small-logo{
    margin-left: 5px;
    margin-top: -3px;
}
.google-reviews-gallery{
    overflow: visible;
    position: relative;
}
.google-reviews-gallery.over-hidden{
    overflow: hidden;
}
.google-reviews-gallery:not(.less-paddings){
    padding: 20px 0 60px;
    background-color: white;
}
.google-reviews-gallery.no-overflow{
    overflow: hidden;
}
#google-reviews-gallery-widget.no-bottom-padding .google-reviews-gallery{
    padding-bottom: 0;
}
.google-reviews-gallery h2{
    text-align: center;
}
.google-reviews-gallery > p{
    text-align: center;
}
html[lang="ar"] .google-reviews-gallery h2{
    direction: rtl;
}
.google-reviews-gallery .owl-stage-outer{
    overflow: visible !important;
    z-index: 1;
}
.google-reviews-gallery .owl-stage {
    margin-top: 15px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    overflow: visible !important;
    z-index: 11;
}
.google-reviews-gallery .review-item {
    position: relative;
    overflow: visible;
    height: 242px;
    margin-right: 20px;
}
.google-reviews-gallery .review-item:not(.collapsed) {
    z-index: 1;
}
.review-item-inner{
    background: #f4f4f4;
    border-radius: 4px;
    padding: 20px 20px 20px;
    margin: 0;
    display: block;
    position: absolute;
    min-height: 100%;
    width: 100%;
    border: 1px solid #f4f4f4;
}
.review-item:not(.collapsed) .review-item-inner {
    border: 1px solid #e3e1e1;
}
.review-item-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    position: relative;
}
.review-item-platform-icon {
    min-width: 20px;
    max-width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    right: 0;
}
.review-item-profile-img {
    margin: 0 15px 0 0 !important;
}
.review-item-profile-img img {
    width: 40px !important;
    height: 40px !important;
    display: block;
    border-radius: 30px !important;
    object-fit: cover;
    object-position: top;
}
.review-item-profile-details {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
    margin: 0 !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.review-item-name {
    font-weight: bold;
    font-size: 14px;
    overflow: hidden;
    padding-right: 25px;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #000000;
    margin-bottom: 2px;
}
.review-item-date {
    color: #8a8a8a;
    font-size: 12px !important;
}
.review-item-stars {
    white-space: nowrap;
    display: flex;
    margin-bottom: 8px;
    margin-top: 15px;
    text-align: left;
    height: 17px;
    line-height: 17px;
    max-width: 95px;
}
.review-item-stars .star {
    width: 17px;
    height: 17px;
    margin-right: 1px;
    vertical-align: unset;
    display: inline-block;
}
.review-item-content {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-height: 1.5em;
    font-size: 15px;
    text-align: left;
    transition: height 0.5s;
    font-style: normal;
    -webkit-line-clamp: 20;
    overflow: hidden;
    padding-right: 0;
}
.review-item.collapsed .review-item-content {
    max-height: 87px;
    overflow: hidden;
    transition: max-height 0.3s ease;
    -webkit-line-clamp: 3;
}
.review-item-read-more-active {
    cursor: pointer;
    color: #0073aa;
    display: inline-block;
    margin-top: 10px;
}
.review-item-read-more {
    display: none;
    padding: 5px 0 0;
    text-align: left;
}
.review-item-read-more span {
    display: inline-block;
    font-weight: 400;
    white-space: nowrap;
    font-size: 13.5px;
    color: #000000;
    opacity: 0.5;
    text-decoration: none !important;
    transition: color 300ms ease-out;
    cursor: pointer;
}
.google-reviews-gallery .owl-dots{
    margin-top: 15px;
}
.google-reviews-gallery .owl-dots button.owl-dot {
    border-radius: 9px;
    background: #D6D6D6;
    min-width: 12px;
    max-width: 12px;
    height: 5px;
    border: 0 !important;
    outline: 0 !important;
    margin: 0 4px;
}
.google-reviews-gallery .owl-dots button.owl-dot.active {
    min-width: 32px;
    background: var(--pix-orange);
}
.google-reviews-gallery .owl-dots button.owl-dot:before{
    display: none;
}
/* --- GOOGLE REVIEWS GALLERY ---*/

.loader-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    text-align: center;
    display: none;
    z-index: 1003;
}
.sk-fading-circle {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 4em;
    height: 4em;
}
.sk-circle {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.sk-circle:before {
    content: '';
    display: block;
    margin: 0 auto;
    width: 15%;
    height: 15%;
    background-color: var(--pix-orange);
    border-radius: 100%;
    animation: sk-fading-circle-delay 1.2s infinite ease-in-out both;
}
.sk-circle-2 {transform: rotate(30deg);}
.sk-circle-3 {transform: rotate(60deg);}
.sk-circle-4 {transform: rotate(90deg);}
.sk-circle-5 {transform: rotate(120deg);}
.sk-circle-6 {transform: rotate(150deg);}
.sk-circle-7 {transform: rotate(180deg);}
.sk-circle-8 {transform: rotate(210deg);}
.sk-circle-9 {transform: rotate(240deg);}
.sk-circle-10 {transform: rotate(270deg);}
.sk-circle-11 {transform: rotate(300deg);}
.sk-circle-12 {transform: rotate(330deg);}
.sk-circle-2:before {animation-delay: -1.1s;}
.sk-circle-3:before {animation-delay: -1s;}
.sk-circle-4:before {animation-delay: -0.9s;}
.sk-circle-5:before {animation-delay: -0.8s;}
.sk-circle-6:before {animation-delay: -0.7s;}
.sk-circle-7:before {animation-delay: -0.6s;}
.sk-circle-8:before {animation-delay: -0.5s;}
.sk-circle-9:before {animation-delay: -0.4s;}
.sk-circle-10:before {animation-delay: -0.3s;}
.sk-circle-11:before {animation-delay: -0.2s;}
.sk-circle-12:before {animation-delay: -0.1s;}
@keyframes sk-fading-circle-delay {
    0%, 39%, 100% {opacity: 0;}
    40% {opacity: 1;}
}

body > jdiv{
    position: fixed;
    z-index: 999 !important;
}
@media (min-width: 768px) {
    .marquiz-pops.marquiz-pops_blicked{
        top: 15%;
    }
}

.pix-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 101px;
    height: 50px;
    color: #fff;
}
.pix-nav.disabled{
    display: none !important;
}
.pix-nav > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 30px;
    height: 40px;
    top: 0;
    margin: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.2);
    cursor: pointer;
    -webkit-transition: background-color .33s ease-in-out, box-shadow 0.33s ease-in-out;
    -o-transition: background-color .33s ease-in-out, box-shadow 0.33s ease-in-out;
    transition: background-color .33s ease-in-out, box-shadow 0.33s ease-in-out;
}

.pix-nav.left-right {
    position: absolute;
    width: auto;
    height: auto;
    right: 0;
    left: 0;
    top: calc(50% - 20px);
    z-index: 2;
    pointer-events: none;
}
.pix-nav.side-right{
    position: absolute;
    right: -65px;
    top: 50%;
}
.pix-nav.side-right.vertical{
    height: 101px;
    width: 50px;
    margin-top: -50px;
}
.pix-nav.left-right > div {
    position: absolute;
    top: -50%;
    background-color: rgba(255,255,255,.5);
    pointer-events: auto;
    border-radius: 3px;
}
.pix-nav.left-right > div:after,
.pix-nav.side-right > div:after{
    color: #111;
    position: relative;
}
.pix-nav.left-right.high > div{
    height: 100px;
}
.pix-nav.left-right.high > div:first-child{
    border-radius: 0 3px 3px 0;
}
.pix-nav.left-right.high > div:last-child{
    border-radius: 3px 0 0 3px;
}
.pix-nav.left-right > div:hover {
    background-color: rgba(255,255,255,.7);
}

.pix-nav > div:after{
    font-family: 'Font Awesome 5 Free';
    font-size: 10px;
    font-weight: 700;
    color: #fff;
    content: '\f053';
    right: 1px;
}
.pix-nav > div:last-child:after{
    content: '\f054';
    right: -1px;
}
.pix-nav > div:first-child{
    border-radius: 0 3px 3px 0;
    left: 0;
}
.pix-nav > div:last-child{
    border-radius: 3px 0 0 3px;
    right: 0;
}
.pix-nav.vertical > div:first-child{
    transform: rotateZ(90deg);
    top: 0;
}
.pix-nav.vertical > div:last-child{
    transform: rotateZ(90deg);
    top: 50%;
}

.pix-product-hover-boxes {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.pix-no-link{
    text-decoration: unset !important;
    cursor: default;
}
.pix-product-hover-boxes .pix-hover-box {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}
.pix-product-dots-boxes {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}
.pix-product-dots-boxes .pix-dot-box {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    margin: 5px 5px 10px 5px;
    background: #fff;
    height: 5px;
}

.hidden{
    display: none;
}

body #CookiebotWidget{
    left: 20px;
    bottom: 6px;
    min-height: 40px;
    min-width: 40px;
    max-width: 40px;
    max-height: 40px;
    z-index: 999;
}
body #CookiebotWidget > button{
    width: 100%;
    height: 100%;
}
body #CookiebotWidget > button > svg{
    width: 100% !important;
    height: 100% !important;
}

/* Page 404 */
html .page-404{
    padding-top: 3vw;
    padding-bottom: 15vw;
    text-align: center;
}
html .page-404 a{
    font-family: var(--pix-subtitle-font);
    font-style: italic;
}

.vc_row{
    position: relative;
}

.rtd .vc_row{
    margin-left: 0;
    margin-right: 0;
}
.rtd .vc_column_container>.vc_column-inner{
    padding-left: 0;
    padding-right: 0;
}

html .vc_row.pix-padding-top-s,
html .vc_row > .vc_column_container.pix-padding-top-s{
    padding-top: 25px;
}
html .vc_row.pix-padding-bottom-s,
html .vc_row > .vc_column_container.pix-padding-bottom-s{
    padding-bottom: 25px;
}

/* M padding */
html .vc_row.pix-padding-top-m,
html .vc_row > .vc_column_container.pix-padding-top-m{
    padding-top: 50px;
}
html .vc_row.pix-padding-bottom-m,
html .vc_row > .vc_column_container.pix-padding-bottom-m{
    padding-bottom: 50px;
}

/* L padding */
html .vc_row.pix-padding-top-l,
html .vc_row > .vc_column_container.pix-padding-top-l{
    padding-top: 75px;
}
html .vc_row.pix-padding-bottom-l,
html .vc_row > .vc_column_container.pix-padding-bottom-l{
    padding-bottom: 75px;
}

/* XL padding */
html .vc_row.pix-padding-top-xl,
html .vc_row > .vc_column_container.pix-padding-top-xl{
    padding-top: 100px;
}
html .vc_row.pix-padding-bottom-xl,
html .vc_row > .vc_column_container.pix-padding-bottom-xl{
    padding-bottom: 100px;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}
.rtd table:not([class]) {
    margin: 20px 0;
    border-spacing: 0;
    border-collapse: collapse;
}
.rtd table:not([class]) td:not([class]),
.rtd table:not([class]) th:not([class]) {
    padding: 10px;
    border: 1px solid #d0d2d7;
    font-weight: normal;
}
.rtd table:not([class]) th {
    padding: 10px;
    border: 1px solid #d0d2d7;
}
.rtd ul:not([class]) {
    margin: 0;
}
.rtd ul:not([class]) {
    padding-left: 15px;
    list-style: none;
    margin-bottom: 0;
}
.rtd ul:not([class]) li:not([class]) {
    margin: 0;
    line-height: 1.7;
}
.rtd ul:not([class]) li:before {
    font-size: inherit;
    display: inline-block;
    margin-right: 10px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
ul[class], ol[class]{
    list-style: none;
    margin: 0;
    padding: 0;

}
.rtd ul:not([class]) li::before {
    font-size: 6px;
    width: 1.555em;
    content: '\f111';
    text-align: center;
    vertical-align: middle;
}
.rtd ol:not([class]) > li::before{
    display: none !important;
}
.rtd ul:not([class]) ul:not([class]) li::before {
    content: '\f10c';
}
.rtd ol:not([class]) {
    padding-left: 15px;
    margin-left: 15px;
    margin-bottom: 0px;
}
.rtd ol:not([class])  li:not([class]){
    padding-bottom: 0px;
}