@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,300i,400,400i,700,700i&display=swap&subset=cyrillic,cyrillic-ext,latin-ext');

*, *::before, *::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.phone-content div a span {
    text-align: left;
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0,0,0,0)
}

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,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    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;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[title], abbr[data-original-title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    text-decoration-skip-ink: none
}

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
}

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
}

    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
}

figure {
    margin: 0 0 1rem
}

img {
    vertical-align: middle;
    border-style: none
}

svg {
    overflow: hidden;
    vertical-align: middle
}

table {
    border-collapse: collapse
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: inherit
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    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
}

select {
    word-wrap: normal
}

button, [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: button
}

    button:not(:disabled), [type="button"]:not(:disabled), [type="reset"]:not(:disabled), [type="submit"]:not(:disabled) {
        cursor: pointer
    }

    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;
    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-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
}

.container, .promo .main-carousel .owl-nav {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 576px) {
    .container, .promo .main-carousel .owl-nav {
        max-width: 540px
    }
}

@media (min-width: 768px) {
    .container, .promo .main-carousel .owl-nav {
        max-width: 720px
    }
}

@media (min-width: 992px) {
    .container, .promo .main-carousel .owl-nav {
        max-width: 960px
    }
}

@media (min-width: 1200px) {
    .container, .promo .main-carousel .owl-nav {
        max-width: 1140px
    }
}

@media (min-width: 992px) {
    .promoTesekkur {
        height: 80vh;
    }
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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%;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    display: block;
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

.col-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
}

.col-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%
}

.col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

.col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%
}

.col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%
}

.col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%
}

.col-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%
}

.col-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%
}

.col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.order-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
}

.order-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13
}

.order-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
}

.order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
}

.order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
}

.order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5
}

.order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6
}

.order-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7
}

.order-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8
}

.order-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9
}

.order-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10
}

.order-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11
}

.order-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12
}

.offset-1 {
    margin-left: 8.33333%
}

.offset-2 {
    margin-left: 16.66667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.33333%
}

.offset-5 {
    margin-left: 41.66667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.33333%
}

.offset-8 {
    margin-left: 66.66667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.33333%
}

.offset-11 {
    margin-left: 91.66667%
}

@media (min-width: 576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-sm-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-sm-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-sm-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-sm-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-sm-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-sm-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-sm-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-sm-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .order-sm-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

    .order-sm-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .order-sm-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-sm-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-sm-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-sm-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-sm-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-sm-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-sm-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-sm-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-sm-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-sm-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-sm-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-sm-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.33333%
    }

    .offset-sm-2 {
        margin-left: 16.66667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.33333%
    }

    .offset-sm-5 {
        margin-left: 41.66667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.33333%
    }

    .offset-sm-8 {
        margin-left: 66.66667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.33333%
    }

    .offset-sm-11 {
        margin-left: 91.66667%
    }
}

@media (min-width: 768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-md-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-md-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-md-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-md-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .order-md-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

    .order-md-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .order-md-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-md-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-md-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-md-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-md-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-md-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-md-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-md-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-md-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-md-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-md-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-md-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.33333%
    }

    .offset-md-2 {
        margin-left: 16.66667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.33333%
    }

    .offset-md-5 {
        margin-left: 41.66667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.33333%
    }

    .offset-md-8 {
        margin-left: 66.66667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.33333%
    }

    .offset-md-11 {
        margin-left: 91.66667%
    }
}

@media (min-width: 992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-lg-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-lg-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-lg-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-lg-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-lg-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-lg-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-lg-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .order-lg-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

    .order-lg-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .order-lg-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-lg-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-lg-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-lg-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-lg-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-lg-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-lg-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-lg-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-lg-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-lg-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-lg-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-lg-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.33333%
    }

    .offset-lg-2 {
        margin-left: 16.66667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.33333%
    }

    .offset-lg-5 {
        margin-left: 41.66667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.33333%
    }

    .offset-lg-8 {
        margin-left: 66.66667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.33333%
    }

    .offset-lg-11 {
        margin-left: 91.66667%
    }
}

@media (min-width: 1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-xl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-xl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-xl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-xl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-xl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-xl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-xl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-xl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-xl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-xl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xl-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .order-xl-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

    .order-xl-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .order-xl-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-xl-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-xl-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-xl-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-xl-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-xl-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-xl-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-xl-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-xl-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-xl-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-xl-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-xl-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.33333%
    }

    .offset-xl-2 {
        margin-left: 16.66667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.33333%
    }

    .offset-xl-5 {
        margin-left: 41.66667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.33333%
    }

    .offset-xl-8 {
        margin-left: 66.66667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.33333%
    }

    .offset-xl-11 {
        margin-left: 91.66667%
    }
}

.clearfix::after {
    display: block;
    clear: both;
    content: ""
}

.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
}

.d-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
}

@media (min-width: 576px) {
    .d-sm-none {
        display: none !important
    }

    .d-sm-inline {
        display: inline !important
    }

    .d-sm-inline-block {
        display: inline-block !important
    }

    .d-sm-block {
        display: block !important
    }

    .d-sm-table {
        display: table !important
    }

    .d-sm-table-row {
        display: table-row !important
    }

    .d-sm-table-cell {
        display: table-cell !important
    }

    .d-sm-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-sm-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width: 768px) {
    .d-md-none {
        display: none !important
    }

    .d-md-inline {
        display: inline !important
    }

    .d-md-inline-block {
        display: inline-block !important
    }

    .d-md-block {
        display: block !important
    }

    .d-md-table {
        display: table !important
    }

    .d-md-table-row {
        display: table-row !important
    }

    .d-md-table-cell {
        display: table-cell !important
    }

    .d-md-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-md-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width: 992px) {
    .d-lg-none {
        display: none !important
    }

    .d-lg-inline {
        display: inline !important
    }

    .d-lg-inline-block {
        display: inline-block !important
    }

    .d-lg-block {
        display: block !important
    }

    .d-lg-table {
        display: table !important
    }

    .d-lg-table-row {
        display: table-row !important
    }

    .d-lg-table-cell {
        display: table-cell !important
    }

    .d-lg-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-lg-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width: 1200px) {
    .d-xl-none {
        display: none !important
    }

    .d-xl-inline {
        display: inline !important
    }

    .d-xl-inline-block {
        display: inline-block !important
    }

    .d-xl-block {
        display: block !important
    }

    .d-xl-table {
        display: table !important
    }

    .d-xl-table-row {
        display: table-row !important
    }

    .d-xl-table-cell {
        display: table-cell !important
    }

    .d-xl-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-xl-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media print {
    .d-print-none {
        display: none !important
    }

    .d-print-inline {
        display: inline !important
    }

    .d-print-inline-block {
        display: inline-block !important
    }

    .d-print-block {
        display: block !important
    }

    .d-print-table {
        display: table !important
    }

    .d-print-table-row {
        display: table-row !important
    }

    .d-print-table-cell {
        display: table-cell !important
    }

    .d-print-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-print-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}

    .embed-responsive::before {
        display: block;
        content: ""
    }

    .embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0
    }

.embed-responsive-21by9::before {
    padding-top: 42.85714%
}

.embed-responsive-16by9::before {
    padding-top: 56.25%
}

.embed-responsive-4by3::before {
    padding-top: 75%
}

.embed-responsive-1by1::before {
    padding-top: 100%
}

.section-bg-v1 {
    background-color: #e0e0e0
}

.section-videos {
    background-color: #e0e0e0;
}


/* icon-fonts */

 @font-face {
  font-family: 'fontello';
  src: url('../font/fontello.eot?15387793');
  src: url('../font/fontello.eot?15387793#iefix') format('embedded-opentype'),
       url('../font/fontello.woff2?15387793') format('woff2'),
       url('../font/fontello.woff?15387793') format('woff'),
       url('../font/fontello.ttf?15387793') format('truetype'),
       url('../font/fontello.svg?15387793#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"]:before, [class*=" icon-"]:before {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-mail:before { content: '\2709'; } 
.icon-check:before { content: '\2713'; } 
.icon-cancel:before { content: '\2715'; } 
.icon-vcard:before { content: '\e722'; } 
.icon-address:before { content: '\e723'; } 
.icon-location:before { content: '\e724'; } 
.icon-map:before { content: '\e727'; } 
.icon-down-open-big:before { content: '\e764'; } 
.icon-left-open-big:before { content: '\e765'; } 
.icon-right-open-big:before { content: '\e766'; } 
.icon-up-open-big:before { content: '\e767'; } 
.icon-phone:before { content: '\e80d'; } 
.icon-phone-squared:before { content: '\f098'; } 
.icon-youtube-play:before { content: '\f16a'; } 
.icon-instagram:before { content: '\f16d'; } 
.icon-facebook-official:before { content: '\f230'; } 
.icon-volume-control-phone:before { content: '\f2a0'; } 
.icon-twitter-squared:before { content: '\f304'; } 
.icon-twitter:before { content: '\f309'; } 
.icon-linkedin-squared:before { content: '\f30c'; } 
.icon-facebook-squared:before { content: '\f30e'; } 
.icon-linkedin:before { content: '\f318'; } 
.icon-skype:before { content: '\f339'; } 
.icon-phone-1:before { content: '\1f4de'; }
.icon-mobile:before { content: '\1f4f1'; } 

/* /icon-fonts */

.highlight h2 {
    font-size: 4.4rem;
    line-height: 6.1rem
}

@media (max-width: 767.98px) {
    .highlight h2 {
        font-size: 2.8rem;
        line-height: 3.9rem
    }
}

.promo .main-carousel .item .text h1, .promo .main-carousel .container .text h1, .promo .main-carousel .owl-nav .text h1, .thanks .inner h2 {
    font-size: 4rem;
    line-height: 5.6rem
}

@media (max-width: 767.98px) {
    .promo .main-carousel .item .text h1, .promo .main-carousel .container .text h1, .promo .main-carousel .owl-nav .text h1, .thanks .inner h2 {
        font-size: 2.6rem;
        line-height: 3.6rem
    }
}

.thanks .inner p {
    font-size: 3rem;
    line-height: 4.2rem
}

@media (max-width: 767.98px) {
    .thanks .inner p {
        font-size: 2.4rem;
        line-height: 3.3rem
    }
}

.button.button-1, .button.button-2, .button.button-3-thanks, .form-row label input[type="submit"], .vertical-list.v2 li, .vertical-list.v2 .list-item, .tabs-container > *.tabs-inner .tabs-content .inner .text h3, .no-tabs-container > *.no-tabs-inner .no-tabs-content .inner .text h3, .dropdown .drop .dropper h3, .appointment {
    font-size: 2.6rem;
    line-height: 3.6rem
}

@media (max-width: 767.98px) {
    .button.button-1, .button.button-2, .button.button-3-thanks, .form-row label input[type="submit"], .vertical-list.v2 li, .vertical-list.v2 .list-item, .tabs-container > *.tabs-inner .tabs-content .inner .text h3, .no-tabs-container > *.no-tabs-inner .no-tabs-content .inner .text h3, .dropdown .drop .dropper h3, .appointment {
        font-size: 2.4rem;
        line-height: 3.3rem
    }
}

.promo .inner .form-container .form-content h2, .box-v1 h3 {
    font-size: 2.5rem;
    line-height: 3.5rem
}

.promo .inner .thanks-container .form-content h2, .box-v1 h3 {
    font-size: 2.5rem;
    line-height: 3.5rem
}

@media (max-width: 767.98px) {
    .promo .inner .form-container .form-content h2, .box-v1 h3 {
        font-size: 2.2rem;
        line-height: 3rem
    }

    .promo .inner .thanks-container .form-content h2 {
        font-size: 2.2rem;
        line-height: 3rem;
    }
}

.form-row label input, .form-row label select, .tabs-container > *.tabs-inner .tabs-content .inner .text p, .tabs-container > *.tabs-inner .tabs-content .inner .text ul li, .no-tabs-container > *.no-tabs-inner .no-tabs-content .inner .text p, .no-tabs-container > *.no-tabs-inner .no-tabs-content .inner .text ul li, footer .inner h3, .dropdown .drop .dropped p, .text-page-inner h3, .text-page-inner p, .text-page-inner ul li {
    font-size: 2rem;
    line-height: 2.8rem
}

@media (max-width: 767.98px) {
    .form-row label input, .form-row label select, .tabs-container > *.tabs-inner .tabs-content .inner .text p, .tabs-container > *.tabs-inner .tabs-content .inner .text ul li, .no-tabs-container > *.no-tabs-inner .no-tabs-content .inner .text p, .no-tabs-container > *.no-tabs-inner .no-tabs-content .inner .text ul li, footer .inner h3, .dropdown .drop .dropped p, .text-page-inner h3, .text-page-inner p, .text-page-inner ul li {
        font-size: 1.8rem;
        line-height: 2.5rem
    }
}

.vertical-list.v1 li a, .vertical-list.v1 .list-item a, .box-v2 .inner > *:last-child p, .dropdown .drop .dropped p .sml-text, .vertical-list.v1 li a, .vertical-list.v1 .list-item a .appointment-up {
    font-size: 1.8rem;
    line-height: 2.5rem
}

.section-videos .box-v3 {
    font-size: 1.8rem;
    line-height: 2.5rem
}

@media (max-width: 767.98px) {
    .vertical-list.v1 li a, .vertical-list.v1 .list-item a, .box-v2 .inner > *:last-child p, .dropdown .drop .dropped p .sml-text, .vertical-list.v1 li a, .vertical-list.v1 .list-item a .appointment-up {
        font-size: 1.6rem;
        line-height: 2.2rem
    }

    .section-videos .box-v3 {
        font-size: 1.6rem;
        line-height: 2.2rem
    }
}

.promo .inner .form-container .form-content .phone-content > * a {
    font-size: 1.6rem;
    line-height: 2.2rem
}

.promo .inner .thanks-container .thanks-content .phone-content > * a {
    font-size: 1.6rem;
    line-height: 2.2rem
}

@media (max-width: 767.98px) {
    .promo .inner .form-container .form-content .phone-content > * a {
        font-size: 1.4rem;
        line-height: 1.9rem
    }

    .promo .inner .thanks-container .thanks-content .phone-content > * a {
        font-size: 1.4rem;
        line-height: 1.9rem
    }
}

footer .inner p, .horizontal-list.v2 li a, .horizontal-list.v2 .list-item a {
    font-size: 1.4rem;
    line-height: 1.9rem
}

.form-row label .error, [type="checkbox"]:not(:checked) + label, [type="checkbox"]:checked + label {
    font-size: 1.2rem;
    line-height: 1.6rem
}

.button.button-1 {
    display: inline-block;
    font-weight: 700;
    color: #fff;
    background-color: #3b3b3a;
    border: none;
    padding: 4px 10px
}

.button.button-2 {
    display: inline-block;
    font-weight: 700;
    color: #fff;
    background-color: #fc580d;
    border: none;
    padding: 4px 10px
}

.button.button-3-thanks {
    display: inline-block;
    font-weight: 700;
    color: #fff;
    background-color: #3b3b3a;
    border: none;
    padding: 4px 10px
}

.form-row {
    margin-bottom: 20px
}

    .form-row label {
        display: block;
        width: 100%
    }

        .form-row label input {
            display: block;
            width: 100%;
            height: 44px;
            font-weight: 400;
            color: #3b3b3a;
            background-color: #fff;
            border: 1px solid #e5e5e5;
            border-radius: 0;
            padding: 0 12px;
            -webkit-transition: all 0.2s linear;
            transition: all 0.2s linear
        }

            .form-row label input::-webkit-input-placeholder {
                color: #3b3b3a;
                opacity: 1
            }

            .form-row label input::-moz-placeholder {
                color: #3b3b3a;
                opacity: 1
            }

            .form-row label input::-ms-input-placeholder {
                color: #3b3b3a;
                opacity: 1
            }

            .form-row label input::placeholder {
                color: #3b3b3a;
                opacity: 1
            }

            .form-row label input:-ms-input-placeholder {
                color: #3b3b3a
            }

            .form-row label input::-ms-input-placeholder {
                color: #3b3b3a
            }

            .form-row label input[type="submit"] {
                font-weight: 700;
                color: #fff;
                background-color: #3b3b3a;
                border: none
            }

        .form-row label select {
            display: block;
            width: 100%;
            height: 44px;
            font-weight: 400;
            color: #3b3b3a;
            background-color: #fff;
            border: 1px solid #e5e5e5;
            border-radius: 0;
            padding: 0 12px;
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            -webkit-transition: all 0.2s linear;
            transition: all 0.2s linear
        }

        .form-row label .error {
            display: block;
            color: black;
            margin-top: 2px
        }

    .form-row.checkbox.error label {
        color: black
    }

        .form-row.checkbox.error label:before {
            border-color: black
        }

    .form-row.error label input {
        border: 1px solid black;
        color: black
    }

        .form-row.error label input::-webkit-input-placeholder {
            color: black;
            opacity: 1
        }

        .form-row.error label input::-moz-placeholder {
            color: black;
            opacity: 1
        }

        .form-row.error label input::-ms-input-placeholder {
            color: black;
            opacity: 1
        }

        .form-row.error label input::placeholder {
            color: black;
            opacity: 1
        }

        .form-row.error label input:-ms-input-placeholder {
            color: black
        }

        .form-row.error label input::-ms-input-placeholder {
            color: black
        }

    .form-row.error select {
        border: 1px solid black;
        color: black
    }

[type="checkbox"]:not(:checked), [type="checkbox"]:checked {
    position: absolute;
    left: -9999px
}

    [type="checkbox"]:not(:checked) + label, [type="checkbox"]:checked + label {
        position: relative;
        font-weight: 400;
        color: #fff;
        padding-left: 20px;
        cursor: pointer;
        -webkit-transition: all 0.2s linear;
        transition: all 0.2s linear
    }

        [type="checkbox"]:not(:checked) + label:before, [type="checkbox"]:checked + label:before {
            content: '';
            position: absolute;
            top: 3px;
            left: 0;
            width: 12px;
            height: 12px;
            border: 1px solid #e5e5e5;
            -webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,0.1);
            box-shadow: inset 0 1px 3px rgba(0,0,0,0.1);
            -webkit-transition: all 0.2s linear;
            transition: all 0.2s linear
        }

        [type="checkbox"]:not(:checked) + label:after, [type="checkbox"]:checked + label:after {
            content: '\2713\0020';
            position: absolute;
            top: 0;
            left: 2px;
            font-family: 'Lucida Sans Unicode', 'Arial Unicode MS', Arial;
            font-size: 18px;
            line-height: 12px;
            color: #e5e5e5;
            -webkit-transition: all .2s;
            transition: all .2s
        }

        [type="checkbox"]:not(:checked) + label:after {
            opacity: 0;
            -webkit-transform: scale(0);
            transform: scale(0)
        }

        [type="checkbox"]:checked + label:after {
            opacity: 1;
            -webkit-transform: scale(1);
            transform: scale(1)
        }

[type="checkbox"]:disabled:not(:checked) + label:before, [type="checkbox"]:disabled:checked + label:before {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #bbb;
    background-color: #ddd
}

[type="checkbox"]:disabled:checked + label:after {
    color: #999
}

[type="checkbox"]:disabled + label {
    color: #aaa
}

body.compensate-for-scrollbar {
    overflow: hidden
}

.fancybox-active {
    height: auto
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    width: 100%;
    z-index: 99992
}

    .fancybox-container * {
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto
}

.fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    -webkit-transition-duration: inherit;
    transition-duration: inherit;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
    transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71)
}

.fancybox-is-open .fancybox-bg {
    opacity: .9;
    -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
    transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1)
}

.fancybox-caption, .fancybox-infobar, .fancybox-navigation .fancybox-button, .fancybox-toolbar {
    direction: ltr;
    opacity: 0;
    position: absolute;
    -webkit-transition: opacity .25s ease,visibility 0s ease .25s;
    transition: opacity .25s ease,visibility 0s ease .25s;
    visibility: hidden;
    z-index: 99997
}

.fancybox-show-caption .fancybox-caption, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-nav .fancybox-navigation .fancybox-button, .fancybox-show-toolbar .fancybox-toolbar {
    opacity: 1;
    -webkit-transition: opacity .25s ease 0s,visibility 0s ease 0s;
    transition: opacity .25s ease 0s,visibility 0s ease 0s;
    visibility: visible
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.fancybox-toolbar {
    right: 0;
    top: 0
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    z-index: 99994
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    -webkit-transition-property: opacity,-webkit-transform;
    transition-property: opacity,-webkit-transform;
    transition-property: transform,opacity;
    transition-property: transform,opacity,-webkit-transform;
    white-space: normal;
    width: 100%;
    z-index: 99994
}

    .fancybox-slide:before {
        content: "";
        display: inline-block;
        font-size: 0;
        height: 100%;
        vertical-align: middle;
        width: 0
    }

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
    display: block
}

.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0
}

    .fancybox-slide--image:before {
        display: none
    }

.fancybox-slide--html {
    padding: 6px
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle
}

.fancybox-slide--image .fancybox-content {
    -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
    animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
    -webkit-backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-transition-property: opacity,-webkit-transform;
    transition-property: opacity,-webkit-transform;
    transition-property: transform,opacity;
    transition-property: transform,opacity,-webkit-transform;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: -webkit-zoom-in;
    cursor: zoom-in
}

.fancybox-can-pan .fancybox-content, .fancybox-can-swipe .fancybox-content {
    cursor: -webkit-grab;
    cursor: grab
}

.fancybox-is-grabbing .fancybox-content {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.fancybox-container [data-selectable=true] {
    cursor: text
}

.fancybox-image, .fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%
}

.fancybox-spaceball {
    z-index: 1
}

.fancybox-slide--iframe .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--pdf .fancybox-content, .fancybox-slide--video .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%
}

.fancybox-slide--video .fancybox-content {
    background: #000
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff
}

.fancybox-iframe, .fancybox-video {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%
}

.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%
}

    .fancybox-error p {
        color: #444;
        font-size: 16px;
        line-height: 20px;
        margin: 0;
        padding: 0
    }

.fancybox-button {
    background: rgba(30,30,30,0.6);
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    -webkit-transition: color .2s;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px
}

    .fancybox-button, .fancybox-button:link, .fancybox-button:visited {
        color: #ccc
    }

        .fancybox-button:hover {
            color: #fff
        }

        .fancybox-button:focus {
            outline: none
        }

        .fancybox-button.fancybox-focus {
            outline: 1px dotted
        }

        .fancybox-button[disabled], .fancybox-button[disabled]:hover {
            color: #888;
            cursor: default;
            outline: none
        }

        .fancybox-button div {
            height: 100%
        }

        .fancybox-button svg {
            display: block;
            height: 100%;
            overflow: visible;
            position: relative;
            width: 100%
        }

            .fancybox-button svg path {
                fill: currentColor;
                stroke-width: 0
            }

.fancybox-button--fsenter svg:nth-child(2), .fancybox-button--fsexit svg:first-child, .fancybox-button--pause svg:first-child, .fancybox-button--play svg:nth-child(2) {
    display: none
}

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0;
    transform-origin: 0;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    z-index: 99998
}

.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401
}

    .fancybox-close-small:hover {
        color: #fff;
        opacity: 1
    }

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden
}

.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none
}

.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px
}

    .fancybox-navigation .fancybox-button div {
        padding: 7px
    }

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
    right: env(safe-area-inset-right)
}

.fancybox-caption {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(0,0,0,0.85)), color-stop(50%, rgba(0,0,0,0.3)), color-stop(65%, rgba(0,0,0,0.15)), color-stop(75.5%, rgba(0,0,0,0.075)), color-stop(82.85%, rgba(0,0,0,0.037)), color-stop(88%, rgba(0,0,0,0.019)), to(transparent));
    background: linear-gradient(0deg, rgba(0,0,0,0.85) 0, rgba(0,0,0,0.3) 50%, rgba(0,0,0,0.15) 65%, rgba(0,0,0,0.075) 75.5%, rgba(0,0,0,0.037) 82.85%, rgba(0,0,0,0.019) 88%, transparent);
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996
}

@supports (padding: max(0px)) {
    .fancybox-caption {
        padding: 75px max(44px,env(safe-area-inset-right)) max(25px,env(safe-area-inset-bottom)) max(44px,env(safe-area-inset-left))
    }
}

.fancybox-caption--separate {
    margin-top: -50px
}

.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all
}

.fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none
}

    .fancybox-caption a:hover {
        color: #fff;
        text-decoration: underline
    }

.fancybox-loading {
    -webkit-animation: a 1s linear infinite;
    animation: a 1s linear infinite;
    background: transparent;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999
}

@keyframes a {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.fancybox-animated {
    -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
    transition-timing-function: cubic-bezier(0, 0, 0.25, 1)
}

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
    opacity: 0;
    -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1)
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: scale3d(1.5, 1.5, 1.5);
    transform: scale3d(1.5, 1.5, 1.5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: scale3d(0.5, 0.5, 0.5);
    transform: scale3d(0.5, 0.5, 0.5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: rotate(-1turn);
    transform: rotate(-1turn)
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn)
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
}

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: scaleX(1) translateZ(0);
    transform: scaleX(1) translateZ(0)
}

.fancybox-fx-tube.fancybox-slide--previous {
    -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
    transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg)
}

.fancybox-fx-tube.fancybox-slide--next {
    -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
    transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg)
}

.fancybox-fx-tube.fancybox-slide--current {
    -webkit-transform: translateZ(0) scale(1);
    transform: translateZ(0) scale(1)
}

@media (max-height: 576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px
    }

    .fancybox-slide--image {
        padding: 6px 0
    }

    .fancybox-close-small {
        right: -6px
    }

    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px
    }

    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px
    }

    @supports (padding: max(0px)) {
        .fancybox-caption {
            padding-left: max(12px,env(safe-area-inset-left));
            padding-right: max(12px,env(safe-area-inset-right))
        }
    }
}

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center
}

    .fancybox-share h1 {
        color: #222;
        font-size: 35px;
        font-weight: 700;
        margin: 0 0 20px
    }

    .fancybox-share p {
        margin: 0;
        padding: 0
    }

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    -webkit-transition: all .2s;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap
}

    .fancybox-share__button:link, .fancybox-share__button:visited {
        color: #fff
    }

    .fancybox-share__button:hover {
        text-decoration: none
    }

.fancybox-share__button--fb {
    background: #3b5998
}

    .fancybox-share__button--fb:hover {
        background: #344e86
    }

.fancybox-share__button--pt {
    background: #bd081d
}

    .fancybox-share__button--pt:hover {
        background: #aa0719
    }

.fancybox-share__button--tw {
    background: #1da1f2
}

    .fancybox-share__button--tw:hover {
        background: #0d95e8
    }

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px
}

    .fancybox-share__button svg path {
        fill: #fff
    }

.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%
}

.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    top: 0;
    width: 212px;
    z-index: 99995
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px
}

.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%
}

.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    box-shadow: inset 0 0 6px rgba(0,0,0,0.3)
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px
}

.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0,0,0,0.1);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px
}

    .fancybox-thumbs__list a:before {
        border: 6px solid #ff5268;
        bottom: 0;
        content: "";
        left: 0;
        opacity: 0;
        position: absolute;
        right: 0;
        top: 0;
        -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        z-index: 99991
    }

    .fancybox-thumbs__list a:focus:before {
        opacity: .5
    }

    .fancybox-thumbs__list a.fancybox-thumbs-active:before {
        opacity: 1
    }

@media (max-width: 576px) {
    .fancybox-thumbs {
        width: 110px
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 110px
    }

    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px)
    }
}

.owl-carousel, .owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1
}

    .owl-carousel .owl-stage {
        position: relative;
        -ms-touch-action: pan-Y;
        touch-action: manipulation;
        -moz-backface-visibility: hidden
    }

        .owl-carousel .owl-stage:after {
            content: ".";
            display: block;
            clear: both;
            visibility: hidden;
            line-height: 0;
            height: 0
        }

    .owl-carousel .owl-stage-outer {
        position: relative;
        overflow: hidden;
        -webkit-transform: translate3d(0, 0, 0)
    }

    .owl-carousel .owl-item, .owl-carousel .owl-wrapper {
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0)
    }

    .owl-carousel .owl-item {
        min-height: 1px;
        float: left;
        -webkit-backface-visibility: hidden;
        -webkit-touch-callout: none
    }

        .owl-carousel .owl-item img {
            display: block;
            width: 100%
        }

    .owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
        display: none
    }

    .no-js .owl-carousel, .owl-carousel.owl-loaded {
        display: block
    }

    .owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none
    }

    .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
        background: 0 0;
        color: inherit;
        border: none;
        padding: 0 !important;
        font: inherit
    }

    .owl-carousel.owl-loading {
        opacity: 0;
        display: block
    }

    .owl-carousel.owl-hidden {
        opacity: 0
    }

    .owl-carousel.owl-refresh .owl-item {
        visibility: hidden
    }

    .owl-carousel.owl-drag .owl-item {
        -ms-touch-action: pan-y;
        touch-action: pan-y;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none
    }

    .owl-carousel.owl-grab {
        cursor: move;
        cursor: -webkit-grab;
        cursor: grab
    }

    .owl-carousel.owl-rtl {
        direction: rtl
    }

        .owl-carousel.owl-rtl .owl-item {
            float: right
        }

    .owl-carousel .animated {
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both
    }

    .owl-carousel .owl-animated-in {
        z-index: 0
    }

    .owl-carousel .owl-animated-out {
        z-index: 1
    }

    .owl-carousel .fadeOut {
        -webkit-animation-name: fadeOut;
        animation-name: fadeOut
    }

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.owl-height {
    -webkit-transition: height .5s ease-in-out;
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease
}

    .owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
        max-height: 0
    }

.owl-carousel .owl-item img.owl-lazy {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: -webkit-transform .1s ease;
    transition: -webkit-transform .1s ease;
    transition: transform .1s ease;
    transition: transform .1s ease, -webkit-transform .1s ease
}

    .owl-carousel .owl-video-play-icon:hover {
        -webkit-transform: scale(1.3, 1.3);
        transform: scale(1.3, 1.3)
    }

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

.owl-theme .owl-dots, .owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-nav {
    margin-top: 10px
}

    .owl-theme .owl-nav [class*=owl-] {
        color: #FFF;
        font-size: 14px;
        margin: 5px;
        padding: 4px 7px;
        background: #D6D6D6;
        display: inline-block;
        cursor: pointer;
        border-radius: 3px
    }

        .owl-theme .owl-nav [class*=owl-]:hover {
            background: #869791;
            color: #FFF;
            text-decoration: none
        }

    .owl-theme .owl-nav .disabled {
        opacity: .5;
        cursor: default
    }

        .owl-theme .owl-nav.disabled + .owl-dots {
            margin-top: 10px
        }

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1
}

    .owl-theme .owl-dots .owl-dot span {
        width: 10px;
        height: 10px;
        margin: 5px 7px;
        background: #D6D6D6;
        display: block;
        -webkit-backface-visibility: visible;
        -webkit-transition: opacity .2s ease;
        transition: opacity .2s ease;
        border-radius: 30px
    }

    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
        background: #869791
    }

.mejs__offscreen {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal
}

.mejs__container {
    background: #000;
    font-family: Helvetica,Arial,serif;
    position: relative;
    text-align: left;
    text-indent: 0;
    vertical-align: top
}

    .mejs__container, .mejs__container * {
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

        .mejs__container video::-webkit-media-controls, .mejs__container video::-webkit-media-controls-panel, .mejs__container video::-webkit-media-controls-panel-container, .mejs__container video::-webkit-media-controls-start-playback-button {
            -webkit-appearance: none;
            display: none !important
        }

.mejs__fill-container, .mejs__fill-container .mejs__container {
    height: 100%;
    width: 100%
}

.mejs__fill-container {
    background: transparent;
    margin: 0 auto;
    overflow: hidden;
    position: relative
}

.mejs__container:focus {
    outline: none
}

.mejs__iframe-overlay {
    height: 100%;
    position: absolute;
    width: 100%
}

.mejs__embed, .mejs__embed body {
    background: #000;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%
}

.mejs__fullscreen {
    overflow: hidden !important
}

.mejs__container-fullscreen {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1000
}

    .mejs__container-fullscreen .mejs__mediaelement, .mejs__container-fullscreen video {
        height: 100% !important;
        width: 100% !important
    }

.mejs__background, .mejs__mediaelement {
    left: 0;
    position: absolute;
    top: 0
}

.mejs__mediaelement {
    height: 100%;
    width: 100%;
    z-index: 0
}

.mejs__poster {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 1
}

:root .mejs__poster-img {
    display: none
}

.mejs__poster-img {
    border: 0;
    padding: 0
}

.mejs__overlay {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: 0;
    position: absolute;
    top: 0
}

.mejs__layer {
    z-index: 1
}

.mejs__overlay-play {
    cursor: pointer
}

.mejs__overlay-button {
    background: url(mejs-controls.svg) no-repeat;
    background-position: 0 -39px;
    height: 80px;
    width: 80px
}

.mejs__overlay:hover > .mejs__overlay-button {
    background-position: -80px -39px
}

.mejs__overlay-loading {
    height: 80px;
    width: 80px
}

.mejs__overlay-loading-bg-img {
    -webkit-animation: a 1s linear infinite;
    animation: a 1s linear infinite;
    background: transparent url(mejs-controls.svg) -160px -40px no-repeat;
    display: block;
    height: 80px;
    width: 80px;
    z-index: 1
}

@-webkit-keyframes a {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes a {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.mejs__controls {
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 40px;
    left: 0;
    list-style-type: none;
    margin: 0;
    padding: 0 10px;
    position: absolute;
    width: 100%;
    z-index: 3
}

    .mejs__controls:not([style*="display: none"]) {
        background: rgba(255,0,0,0.7);
        background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0,0,0,0.35)));
        background: linear-gradient(transparent, rgba(0,0,0,0.35))
    }

.mejs__button, .mejs__time, .mejs__time-rail {
    font-size: 10px;
    height: 40px;
    line-height: 10px;
    margin: 0;
    width: 32px
}

    .mejs__button > button {
        background: transparent url(mejs-controls.svg);
        border: 0;
        cursor: pointer;
        display: block;
        font-size: 0;
        height: 20px;
        line-height: 0;
        margin: 10px 6px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        text-decoration: none;
        width: 20px
    }

        .mejs__button > button:focus {
            outline: 1px dotted #999
        }

.mejs__container-keyboard-inactive [role=slider], .mejs__container-keyboard-inactive [role=slider]:focus, .mejs__container-keyboard-inactive a, .mejs__container-keyboard-inactive a:focus, .mejs__container-keyboard-inactive button, .mejs__container-keyboard-inactive button:focus {
    outline: 0
}

.mejs__time {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    height: 24px;
    overflow: hidden;
    padding: 16px 6px 0;
    text-align: center;
    width: auto
}

.mejs__play > button {
    background-position: 0 0
}

.mejs__pause > button {
    background-position: -20px 0
}

.mejs__replay > button {
    background-position: -160px 0
}

.mejs__time-rail {
    direction: ltr;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: 40px;
    margin: 0 10px;
    padding-top: 10px;
    position: relative
}

.mejs__time-buffering, .mejs__time-current, .mejs__time-float, .mejs__time-float-corner, .mejs__time-float-current, .mejs__time-hovered, .mejs__time-loaded, .mejs__time-marker, .mejs__time-total {
    border-radius: 2px;
    cursor: pointer;
    display: block;
    height: 10px;
    position: absolute
}

.mejs__time-total {
    background: rgba(255,255,255,0.3);
    margin: 5px 0 0;
    width: 100%
}

.mejs__time-buffering {
    -webkit-animation: b 2s linear infinite;
    animation: b 2s linear infinite;
    background: linear-gradient(-45deg, rgba(255,255,255,0.4) 25%, transparent 0, transparent 50%, rgba(255,255,255,0.4) 0, rgba(255,255,255,0.4) 75%, transparent 0, transparent);
    background-size: 15px 15px;
    width: 100%
}

@-webkit-keyframes b {
    0% {
        background-position: 0 0
    }

    to {
        background-position: 30px 0
    }
}

@keyframes b {
    0% {
        background-position: 0 0
    }

    to {
        background-position: 30px 0
    }
}

.mejs__time-loaded {
    background: rgba(255,255,255,0.3)
}

.mejs__time-current, .mejs__time-handle-content {
    background: rgba(255,255,255,0.9)
}

.mejs__time-hovered {
    background: rgba(255,255,255,0.5);
    z-index: 10
}

    .mejs__time-hovered.negative {
        background: rgba(0,0,0,0.2)
    }

.mejs__time-buffering, .mejs__time-current, .mejs__time-hovered, .mejs__time-loaded {
    left: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transition: all .15s ease-in;
    transition: all .15s ease-in;
    width: 100%
}

.mejs__time-buffering {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

.mejs__time-hovered {
    -webkit-transition: height 0.1s cubic-bezier(0.44, 0, 1, 1);
    transition: height 0.1s cubic-bezier(0.44, 0, 1, 1)
}

    .mejs__time-hovered.no-hover {
        -webkit-transform: scaleX(0) !important;
        transform: scaleX(0) !important
    }

.mejs__time-handle, .mejs__time-handle-content {
    border: 4px solid transparent;
    cursor: pointer;
    left: 0;
    position: absolute;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    z-index: 11
}

.mejs__time-handle-content {
    border: 4px solid rgba(255,255,255,0.9);
    border-radius: 50%;
    height: 10px;
    left: -7px;
    top: -4px;
    -webkit-transform: scale(0);
    transform: scale(0);
    width: 10px
}

.mejs__time-rail .mejs__time-handle-content:active, .mejs__time-rail .mejs__time-handle-content:focus, .mejs__time-rail:hover .mejs__time-handle-content {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.mejs__time-float {
    background: #eee;
    border: 1px solid #333;
    bottom: 100%;
    color: #111;
    display: none;
    height: 17px;
    margin-bottom: 9px;
    position: absolute;
    text-align: center;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 36px
}

.mejs__time-float-current {
    display: block;
    left: 0;
    margin: 2px;
    text-align: center;
    width: 30px
}

.mejs__time-float-corner {
    border: 5px solid #eee;
    border-color: #eee transparent transparent;
    border-radius: 0;
    display: block;
    height: 0;
    left: 50%;
    line-height: 0;
    position: absolute;
    top: 100%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0
}

.mejs__long-video .mejs__time-float {
    margin-left: -23px;
    width: 64px
}

.mejs__long-video .mejs__time-float-current {
    width: 60px
}

.mejs__broadcast {
    color: #fff;
    height: 10px;
    position: absolute;
    top: 15px;
    width: 100%
}

.mejs__fullscreen-button > button {
    background-position: -80px 0
}

.mejs__unfullscreen > button {
    background-position: -100px 0
}

.mejs__mute > button {
    background-position: -60px 0
}

.mejs__unmute > button {
    background-position: -40px 0
}

.mejs__volume-button {
    position: relative
}

    .mejs__volume-button > .mejs__volume-slider {
        -webkit-backface-visibility: hidden;
        background: rgba(50,50,50,0.7);
        border-radius: 0;
        bottom: 100%;
        display: none;
        height: 115px;
        left: 50%;
        margin: 0;
        position: absolute;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 25px;
        z-index: 1
    }

    .mejs__volume-button:hover {
        border-radius: 0 0 4px 4px
    }

.mejs__volume-total {
    background: rgba(255,255,255,0.5);
    height: 100px;
    left: 50%;
    margin: 0;
    position: absolute;
    top: 8px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 2px
}

.mejs__volume-current {
    left: 0;
    margin: 0;
    width: 100%
}

.mejs__volume-current, .mejs__volume-handle {
    background: rgba(255,255,255,0.9);
    position: absolute
}

.mejs__volume-handle {
    border-radius: 1px;
    cursor: ns-resize;
    height: 6px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 16px
}

.mejs__horizontal-volume-slider {
    display: block;
    height: 36px;
    position: relative;
    vertical-align: middle;
    width: 56px
}

.mejs__horizontal-volume-total {
    background: rgba(50,50,50,0.8);
    height: 8px;
    top: 16px;
    width: 50px
}

.mejs__horizontal-volume-current, .mejs__horizontal-volume-total {
    border-radius: 2px;
    font-size: 1px;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute
}

.mejs__horizontal-volume-current {
    background: rgba(255,255,255,0.8);
    height: 100%;
    top: 0;
    width: 100%
}

.mejs__horizontal-volume-handle {
    display: none
}

.mejs__captions-button, .mejs__chapters-button {
    position: relative
}

    .mejs__captions-button > button {
        background-position: -140px 0
    }

    .mejs__chapters-button > button {
        background-position: -180px 0
    }

    .mejs__captions-button > .mejs__captions-selector, .mejs__chapters-button > .mejs__chapters-selector {
        background: rgba(50,50,50,0.7);
        border: 1px solid transparent;
        border-radius: 0;
        bottom: 100%;
        margin-right: -43px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        right: 50%;
        visibility: visible;
        width: 86px
    }

    .mejs__chapters-button > .mejs__chapters-selector {
        margin-right: -55px;
        width: 110px
    }

.mejs__captions-selector-list, .mejs__chapters-selector-list {
    list-style-type: none !important;
    margin: 0;
    overflow: hidden;
    padding: 0
}

.mejs__captions-selector-list-item, .mejs__chapters-selector-list-item {
    color: #fff;
    cursor: pointer;
    display: block;
    list-style-type: none !important;
    margin: 0 0 6px;
    overflow: hidden;
    padding: 0
}

    .mejs__captions-selector-list-item:hover, .mejs__chapters-selector-list-item:hover {
        background-color: #c8c8c8 !important;
        background-color: rgba(255,255,255,0.4) !important
    }

.mejs__captions-selector-input, .mejs__chapters-selector-input {
    clear: both;
    float: left;
    left: -1000px;
    margin: 3px 3px 0 5px;
    position: absolute
}

.mejs__captions-selector-label, .mejs__chapters-selector-label {
    cursor: pointer;
    float: left;
    font-size: 10px;
    line-height: 15px;
    padding: 4px 10px 0;
    width: 100%
}

.mejs__captions-selected, .mejs__chapters-selected {
    color: #21f8f8
}

.mejs__captions-translations {
    font-size: 10px;
    margin: 0 0 5px
}

.mejs__captions-layer {
    bottom: 0;
    color: #fff;
    font-size: 16px;
    left: 0;
    line-height: 20px;
    position: absolute;
    text-align: center
}

    .mejs__captions-layer a {
        color: #fff;
        text-decoration: underline
    }

    .mejs__captions-layer[lang=ar] {
        font-size: 20px;
        font-weight: 400
    }

.mejs__captions-position {
    bottom: 15px;
    left: 0;
    position: absolute;
    width: 100%
}

.mejs__captions-position-hover {
    bottom: 35px
}

.mejs__captions-text, .mejs__captions-text * {
    background: rgba(20,20,20,0.5);
    -webkit-box-shadow: 5px 0 0 rgba(20,20,20,0.5),-5px 0 0 rgba(20,20,20,0.5);
    box-shadow: 5px 0 0 rgba(20,20,20,0.5),-5px 0 0 rgba(20,20,20,0.5);
    padding: 0;
    white-space: pre-wrap
}

.mejs__container.mejs__hide-cues video::-webkit-media-text-track-container {
    display: none
}

.mejs__overlay-error {
    position: relative
}

    .mejs__overlay-error > img {
        left: 0;
        max-width: 100%;
        position: absolute;
        top: 0;
        z-index: -1
    }

.mejs__cannotplay, .mejs__cannotplay a {
    color: #fff;
    font-size: .8em
}

.mejs__cannotplay {
    position: relative
}

    .mejs__cannotplay a, .mejs__cannotplay p {
        display: inline-block;
        padding: 0 15px;
        width: 100%
    }

.mejs__overlay-button {
    background-image: url("../images/mediaelement/mejs-controls.svg")
}

.mejs__overlay-loading-bg-img {
    background-image: url("../images/mediaelement/mejs-controls.svg")
}

.mejs__button > button {
    background-image: url("../images/mediaelement/mejs-controls.svg")
}

* {
    outline: 0
}

html {
    font-size: 10px
}

body {
    font-family: "Roboto Condensed",Arial,Helvetica,sans-serif
}

h1, h2, h3, h4, h5, h6, ul, label {
    margin: 0;
    padding: 0
}

ul {
    list-style: none
}

figure {
    margin: 0
}

a:hover {
    text-decoration: none
}

::-moz-selection {
    color: #fff;
    background: #000
}

::selection {
    color: #fff;
    background: #000
}

::-moz-selection {
    color: #fff;
    background: #000
}

.text-center {
    text-align: center
}

header {
    position: absolute;
    top: 80px;
    left: 0;
    width: 100%;
    z-index: 2
}

    header .logo img {
        width: 240px
    }

@media (max-width: 991.98px) {
    header {
        position: static;
        text-align: center;
        padding: 10px 0
    }

        header .logo img {
            width: 200px;
            margin: 10px;
        }
}

header.v2 {
    position: static;
    background-color: #e0e0e0;
    padding: 20px 0
}

.promo {
    position: relative;
    padding: 110px 0
}

@media (max-width: 991.98px) {
    .promo {
        padding: 0
    }
}

.promo .main-carousel {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%
}

@media (max-width: 991.98px) {
    .promo .main-carousel {
        position: relative
    }
}

.promo .main-carousel .owl-stage-outer, .promo .main-carousel .owl-stage, .promo .main-carousel .owl-item {
    width: 100%;
    height: 100%
}

.promo .main-carousel .item, .promo .main-carousel .container, .promo .main-carousel .owl-nav {
    background: transparent no-repeat center / cover;
    width: 100%;
    height: 100%
}

@media (max-width: 991.98px) {
    .promo .main-carousel .item, .promo .main-carousel .container, .promo .main-carousel .owl-nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: 320px
    }
}

@media (max-width: 767.98px) {
    .promo .main-carousel .item, .promo .main-carousel .container, .promo .main-carousel .owl-nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: 280px;
        background: transparent no-repeat left bottom / cover;
    }
}

.promo .main-carousel .item .container, .promo .main-carousel .item .owl-nav, .promo .main-carousel .container .container, .promo .main-carousel .owl-nav .container, .promo .main-carousel .container .owl-nav, .promo .main-carousel .owl-nav .owl-nav {
    position: relative
}

.promo .main-carousel .item .text, .promo .main-carousel .container .text, .promo .main-carousel .owl-nav .text {
    position: absolute;
    left: 15px;
    bottom: 20px;
    width: calc(100% - 395px);
    text-align: center;
    padding-right: 50px
}

@media (max-width: 991.98px) {
    .promo .main-carousel .item .text, .promo .main-carousel .container .text, .promo .main-carousel .owl-nav .text {
        position: static;
        width: 100%;
        padding: 0
    }
}

@media (max-width: 991.98px) {
    .promo .main-carousel .item .text .bedge, .promo .main-carousel .container .text .bedge, .promo .main-carousel .owl-nav .text .bedge {
        display: none
    }
}

.promo .main-carousel .item .text .bedge img, .promo .main-carousel .container .text .bedge img, .promo .main-carousel .owl-nav .text .bedge img {
    width: 169px;
    margin: 0 auto
}

.promo .main-carousel .item .text h1, .promo .main-carousel .container .text h1, .promo .main-carousel .owl-nav .text h1 {
    font-weight: 700;
    color: #fff;
    text-shadow: 0 1px 5px rgba(0,0,0,0.8)
}

@media (max-width: 991.98px) {
    .promo .main-carousel .item .text h1, .promo .main-carousel .container .text h1, .promo .main-carousel .owl-nav .text h1 {
        text-align: center
    }
}

.promo .main-carousel .item .text h1 span, .promo .main-carousel .container .text h1 span, .promo .main-carousel .owl-nav .text h1 span {
    font-weight: 400
}

.promo .main-carousel .owl-nav {
    position: absolute;
    left: 50%;
    bottom: 15px;
    height: auto;
    text-align: left;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-top: 0
}

@media (max-width: 991.98px) {
    .promo .main-carousel .owl-nav {
        bottom: 5px
    }
}

.promo .main-carousel .owl-nav > * {
    margin: 0 !important;
    outline: none
}

    .promo .main-carousel .owl-nav > *.owl-prev {
        margin-right: 30px !important
    }

    .promo .main-carousel .owl-nav > *:hover {
        background: transparent !important
    }

    .promo .main-carousel .owl-nav > * i {
        font-size: 3.3rem;
        line-height: 3.3rem;
        color: #fc580d
    }

.promo .inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    z-index: 1
}

@media (max-width: 991.98px) {
    .promo .inner {
        display: block;
        width: 100%
    }
}

.promo .inner .form-container {
    max-width: 355px;
    background-color: #fc580d;
    padding: 30px
}

.promo .inner .thanks-container {
    max-width: 355px;
    min-height: 450px;
    background-color: #fc580d;
    padding: 30px;
    text-align: center;
}

@media (max-width: 991.98px) {
    .promo .inner .form-container {
        max-width: 100%
    }

    .promo .inner .thanks-container {
        max-width: 100%
    }
}

@media (max-width: 991.98px) {
    .promo .inner .form-container .form-content {
        max-width: 400px;
        margin: 0 auto
    }

    .promo .inner .thanks-container .thanks-content {
        max-width: 400px;
        margin: 0 auto
    }
}

.promo .inner .form-container .form-content h2 {
    font-weight: 700;
    color: #fff;
    text-align: center;
    margin-bottom: 20px
}

.promo .inner .form-container .form-content .phone-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}
.promo .inner .form-container .form-content .phone-content div:first-child {
    margin-right:10px;
}

    .promo .inner .form-container .form-content .phone-content > * {
        width: 50%
    }

        .promo .inner .form-container .form-content .phone-content > * a {
            display: -webkit-inline-box;
            display: -ms-inline-flexbox;
            display: inline-flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            text-align: right;
            font-weight: 400;
            color: #fff
        }

            .promo .inner .form-container .form-content .phone-content > * a figure {
                margin-right: 5px
            }
                .promo .inner .form-container .form-content .phone-content > * a figure i {
                    margin-right: 4px; font-size: 42px;
                }

.promo .inner .thanks-container .thanks-content h2 {
    font-weight: 700;
    color: #fff;
    text-align: center;
    margin: 30px 0;
    font-size: 4rem;
    line-height: 5.6rem;
}

.promo .inner .thanks-container .thanks-content p {
    font-weight: 700;
    color: #fff;
    text-align: center;
    margin: 30px 0;
    font-size: 3rem;
    line-height: 4.2rem;
}

.promo .inner .thanks-container .thanks-content .phone-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

    .promo .inner .thanks-container .thanks-content .phone-content > * {
        width: 50%
    }

        .promo .inner .thanks-container .thanks-content .phone-content > * a {
            display: -webkit-inline-box;
            display: -ms-inline-flexbox;
            display: inline-flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            text-align: right;
            font-weight: 400;
            color: #fff
        }

            .promo .inner .thanks-container .thanks-content .phone-content > * a figure {
                margin-right: 5px
            }

@media (max-width: 991.98px) {
    .promo > .container, .promo .main-carousel .promo > .owl-nav {
        width: 100%;
        max-width: 100%;
        padding: 0
    }
}

.vertical-spaces {
    padding: 60px 0
}

.highlight {
    text-align: center;
    margin-bottom: 30px
}

    .highlight.text-aling-left {
        text-align: left
    }

    .highlight h2 {
        font-weight: 700;
        color: #fc580d
    }

.vertical-list.v1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (max-width: 991.98px) {
    .vertical-list.v1 {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        margin-bottom: 15px
    }
}

.vertical-list.v1 li, .vertical-list.v1 .list-item {
    margin-bottom: 1px;
    padding: 10px;
    background-color: #3b3b3a;
}

@media (max-width: 991.98px) {
    .vertical-list.v1 li, .vertical-list.v1 .list-item {
        width: 100%;
        margin-bottom: 0;
        margin-right: 1px
    }
}

.vertical-list.v1 li a, .vertical-list.v1 .list-item a, .vertical-list.v1 li a, .vertical-list.v1 .list-item a .appointment-up {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 120px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    font-size: 1.6rem;
    letter-spacing: -0.5px;
}

@media (max-width: 991.98px) {
    .vertical-list.v1 li a, .vertical-list.v1 .list-item a, .vertical-list.v1 li a, .vertical-list.v1 .list-item a .appointment-up {
        padding: 0 5px
    }
}

.vertical-list.v1 li.active, .vertical-list.v1 .list-item.active {
    background-color: #fc580d
}

/*.vertical-list.v1 li.active a, .vertical-list.v1 .list-item.active a {
    background-color: #fc580d
}*/

.vertical-list.v2 li, .vertical-list.v2 .list-item {
    font-weight: 400
}

    .vertical-list.v2 li b, .vertical-list.v2 .list-item b {
        font-weight: 700
    }

.tabs-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -15px
}

@media (max-width: 991.98px) {
    .tabs-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.tabs-container > * {
    width: calc(100% - 160px);
    padding: 0 15px
}


@media (max-width: 991.98px) {
    .tabs-container > * {
        width: 100%
    }
}

.tabs-container > *:first-child {
    width: 160px
}

@media (max-width: 991.98px) {
    .tabs-container > *:first-child {
        width: 100%
    }
}

.tabs-container > *.tabs-inner .tabs-content {
    display: none
}

    .tabs-container > *.tabs-inner .tabs-content.active {
        display: block
    }

@media (max-width: 991.98px) {
    .tabs-container > *.tabs-inner .tabs-content .inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 15px
    }
}

.tabs-container > *.tabs-inner .tabs-content .inner > figure {
    float: left;
    margin-right: 15px
}

@media (max-width: 991.98px) {
    .tabs-container > *.tabs-inner .tabs-content .inner > figure {
        margin-right: 0;
        margin-bottom: 15px;
        text-align: center
    }
}

@media (max-width: 991.98px) {
    .tabs-container > *.tabs-inner .tabs-content .inner > figure img {
        max-width: 100%;
        margin: 0 auto
    }
}

.tabs-container > *.tabs-inner .tabs-content .inner .text figure {
    float: left;
    margin-right: 15px
}

.tabs-container > *.tabs-inner .tabs-content .inner .text h3 {
    font-weight: 700;
    color: #fc580d
}

.tabs-container > *.tabs-inner .tabs-content .inner .text p {
    font-weight: 400;
    color: #3b3b3a
}

    .tabs-container > *.tabs-inner .tabs-content .inner .text p span.color {
        color: #fc580d
    }

.tabs-container > *.tabs-inner .tabs-content .inner .text ul {
    margin-bottom: 1rem;
    padding-left: 20px
}

    .tabs-container > *.tabs-inner .tabs-content .inner .text ul li {
        font-weight: 400;
        color: #3b3b3a
    }

        .tabs-container > *.tabs-inner .tabs-content .inner .text ul li span.color {
            color: #fc580d
        }



/* no-tabs */
.no-tabs-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -15px
}

@media (max-width: 991.98px) {
    .no-tabs-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.no-tabs-container > * {
    width: 100%;
    padding: 0 15px
}

@media (max-width: 991.98px) {
    .no-tabs-container > * {
        width: 100%
    }
}

.no-tabs-container > *.no-tabs-inner .no-tabs-content {
    display: block;
}

@media (max-width: 991.98px) {
    .no-tabs-container > *.no-tabs-inner .no-tabs-content .inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 15px
    }
}

.no-tabs-container > *.no-tabs-inner .no-tabs-content .inner > figure {
    float: left;
    margin-right: 15px
}

@media (max-width: 991.98px) {
    .no-tabs-container > *.no-tabs-inner .no-tabs-content .inner > figure {
        margin-right: 0;
        margin-bottom: 15px;
        text-align: center
    }
}

@media (max-width: 991.98px) {
    .no-tabs-container > *.no-tabs-inner .no-tabs-content .inner > figure img {
        max-width: 100%;
        margin: 0 auto
    }
}

.no-tabs-container > *.no-tabs-inner .no-tabs-content .inner .text figure {
    float: left;
    margin-right: 15px
}

    .no-tabs-container > *.no-tabs-inner .no-tabs-content .inner .text figure.fimg-left {
        float: left;
        margin-right: 15px
    }

    .no-tabs-container > *.no-tabs-inner .no-tabs-content .inner .text figure.fimg-right {
        float: right !important;
        margin-right: 15px
    }

.no-tabs-container > *.no-tabs-inner .no-tabs-content .inner .text h3 {
    font-weight: 700;
    color: #fc580d
}

.no-tabs-container > *.no-tabs-inner .no-tabs-content .inner .text p {
    font-weight: 400;
    color: #3b3b3a
}

    .no-tabs-container > *.no-tabs-inner .no-tabs-content .inner .text p span.color {
        color: #fc580d
    }

.no-tabs-container > *.no-tabs-inner .no-tabs-content .inner .text ul {
    margin-bottom: 1rem;
    padding-left: 20px
}

    .no-tabs-container > *.no-tabs-inner .no-tabs-content .inner .text ul li {
        font-weight: 400;
        color: #3b3b3a
    }

        .no-tabs-container > *.no-tabs-inner .no-tabs-content .inner .text ul li span.color {
            color: #fc580d
        }

/* no-tabs */



footer {
    background-color: #3b3b3a;
    padding: 40px 0
}

    footer .inner {
        text-align: center
    }

        footer .inner h3 {
            font-weight: 700;
            color: #fff;
            margin-bottom: 20px
        }

            footer .inner h3 span {
                font-weight: 300
            }

        footer .inner p {
            font-family: "Abel",Arial,Helvetica,sans-serif;
            color: #fff
        }

.horizontal-list.v1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 15px
}

    .horizontal-list.v1 li, .horizontal-list.v1 .list-item {
        padding: 0 8px
    }

        .horizontal-list.v1 li a i, .horizontal-list.v1 .list-item a i {
            font-size: 24px;
            line-height: 24px;
            color: #fff;
            -webkit-transition: all 0.2s linear;
            transition: all 0.2s linear
        }

        .horizontal-list.v1 li a:hover i, .horizontal-list.v1 .list-item a:hover i {
            color: #fc580d
        }

.horizontal-list.v2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

    .horizontal-list.v2 li, .horizontal-list.v2 .list-item {
        border-right: 2px solid #fff;
        padding: 0 5px
    }

        .horizontal-list.v2 li a, .horizontal-list.v2 .list-item a {
            line-height: 1.4rem;
            font-family: "Abel",Arial,Helvetica,sans-serif;
            color: #fff
        }

        .horizontal-list.v2 li:last-child, .horizontal-list.v2 .list-item:last-child {
            border-right: 0
        }

.box-v1 {
    padding-top: 20px
}

    .box-v1 figure {
        margin-bottom: 20px;
        -webkit-box-shadow: 0 0 11px 2px rgba(0,0,0,0.5);
        box-shadow: 0 0 11px 2px rgba(0,0,0,0.5)
    }

        .box-v1 figure img {
            max-width: 100%
        }

    .box-v1 h3 {
        font-weight: 400;
        color: #3b3b3a;
        text-align: center
    }

        .box-v1 h3 span {
            font-weight: 700;
            color: #fc580d
        }

.box-v2 .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.box-v3 .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

@media (max-width: 991.98px) {
    .box-v2 .inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .box-v3 .inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.box-v2 .inner > *:first-child {
    width: 60%
}

.box-v3 .inner > div {
    width: 100%
}

@media (max-width: 991.98px) {
    .box-v2 .inner > *:first-child {
        width: 100%;
        margin-bottom: 15px
    }

    .box-v3 .inner > div {
        width: 100%;
        margin-bottom: 15px
    }
}

.box-v2 .inner > *:first-child .mejs__container {
    float: right;
    width: 580px !important;
    height: 320px !important
}

    .box-v2 .inner > *:first-child .mejs__container iframe {
        width: 580px;
        height: 320px
    }

    .box-v2 .inner > *:first-child .mejs__container .mejs__overlay.mejs__layer {
        width: 100% !important;
        height: 100% !important
    }

.box-v3 .inner > div .mejs__container {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 580px !important;
    height: 320px !important;
}

    .box-v3 .inner > div .mejs__container iframe {
        width: 580px;
        height: 320px
    }

    .box-v3 .inner > div .mejs__container .mejs__overlay.mejs__layer {
        width: 100% !important;
        height: 100% !important
    }

@media (max-width: 1199.98px) {
    .box-v2 .inner > *:first-child .mejs__container {
        width: 480px !important;
        height: 265px !important
    }

        .box-v2 .inner > *:first-child .mejs__container iframe {
            width: 480px;
            height: 265px
        }

    .box-v3 .inner > div .mejs__container {
        width: 480px !important;
        height: 265px !important
    }

        .box-v3 .inner > div .mejs__container iframe {
            width: 480px;
            height: 265px
        }
}

@media (max-width: 991.98px) {
    .box-v2 .inner > *:first-child .mejs__container {
        float: none;
        width: 340px !important;
        height: 190px !important;
        margin: 0 auto 15px
    }

        .box-v2 .inner > *:first-child .mejs__container iframe {
            width: 340px;
            height: 190px
        }

    .box-v3 .inner > div .mejs__container {
        float: none;
        width: 340px !important;
        height: 190px !important;
        margin: 0 auto 15px
    }

        .box-v3 .inner > div .mejs__container iframe {
            width: 340px;
            height: 190px
        }
}

@media (max-width: 767.98px) {
    .box-v2 .inner > *:first-child .mejs__container {
        width: 280px !important;
        height: 160px !important
    }

        .box-v2 .inner > *:first-child .mejs__container iframe {
            width: 280px !important;
            height: 160px !important
        }

    .box-v3 .inner > div .mejs__container {
        width: 280px !important;
        height: 160px !important
    }

        .box-v3 .inner > div .mejs__container iframe {
            width: 280px !important;
            height: 160px !important
        }
}

.box-v2 .inner > *:last-child {
    width: 40%
}

@media (max-width: 991.98px) {
    .box-v2 .inner > *:last-child {
        width: 100%
    }
}

.box-v2 .inner > *:last-child p {
    font-weight: 400
}

.carousel-v1, .carousel-v2 {
    padding: 0 50px
}

@media (max-width: 991.98px) {
    .carousel-v1, .carousel-v2 {
        padding: 0 5px
    }
}

.carousel-v1 .owl-stage-outer .owl-stage, .carousel-v2 .owl-stage-outer .owl-stage {
    margin: 0 auto
}

.carousel-v1 .owl-nav, .carousel-v2 .owl-nav {
    margin-top: 0
}

    .carousel-v1 .owl-nav > *, .carousel-v2 .owl-nav > * {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        z-index: 1;
        outline: none;
        margin: 0 !important
    }

        .carousel-v1 .owl-nav > *.owl-prev, .carousel-v2 .owl-nav > *.owl-prev {
            left: 0
        }

@media (max-width: 991.98px) {
    .carousel-v1 .owl-nav > *.owl-prev, .carousel-v2 .owl-nav > *.owl-prev {
        left: -10px
    }
}

.carousel-v1 .owl-nav > *.owl-next, .carousel-v2 .owl-nav > *.owl-next {
    right: 0
}

@media (max-width: 991.98px) {
    .carousel-v1 .owl-nav > *.owl-next, .carousel-v2 .owl-nav > *.owl-next {
        right: -10px
    }
}

.carousel-v1 .owl-nav > *:hover, .carousel-v2 .owl-nav > *:hover {
    background: transparent !important
}

.carousel-v1 .owl-nav > * i, .carousel-v2 .owl-nav > * i {
    font-size: 3.3rem;
    line-height: 3.3rem;
    color: #fc580d
}

.fancybox-content {
    padding: 0;
    background-color: transparent;
    overflow: visible
}

.thanks {
    position: relative;
    width: 700px;
    max-width: 90%;
    background-color: #fc580d;
    border: 1px solid #fff;
    padding: 80px 20px;
    margin: 0 auto
}

    .thanks .close-fancy {
        position: absolute;
        top: -20px;
        right: -20px;
        display: block;
        width: 42px;
        height: 42px;
        font-weight: 700;
        font-size: 2.5rem;
        line-height: 42px;
        color: #fc580d;
        text-align: center;
        background-color: #3b3b3a;
        border-radius: 100%;
        -webkit-transition: all 0.2s linear;
        transition: all 0.2s linear
    }

        .thanks .close-fancy:hover {
            color: #fff
        }

    .thanks .inner {
        text-align: center
    }

        .thanks .inner h2 {
            font-weight: 700;
            color: #fff
        }

        .thanks .inner p {
            font-weight: 700;
            color: #fff;
            margin-bottom: 30px
        }

.dropdown .drop .dropper {
    position: relative;
    display: block;
    padding: 12px 40px 12px 20px;
    text-decoration: none;
    background-color: #fc580d;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    margin-bottom: 1px
}

    .dropdown .drop .dropper h3 {
        font-weight: 700;
        color: #fff
    }

    .dropdown .drop .dropper .custom-icon {
        position: absolute;
        right: 20px;
        top: 50%;
        display: block;
        width: 24px;
        height: 24px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

@media (max-width: 767.98px) {
    .dropdown .drop .dropper .custom-icon {
        width: 18px;
        height: 18px
    }
}

.dropdown .drop .dropper .custom-icon:after, .dropdown .drop .dropper .custom-icon:before {
    position: absolute;
    left: 50%;
    top: 50%;
    content: "";
    display: block;
    width: 3px;
    height: 24px;
    background-color: #fff;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear
}

@media (max-width: 767.98px) {
    .dropdown .drop .dropper .custom-icon:after, .dropdown .drop .dropper .custom-icon:before {
        height: 18px
    }
}

.dropdown .drop .dropper .custom-icon:after {
    -webkit-transform: translate(-50%, -50%) rotate(-90deg);
    transform: translate(-50%, -50%) rotate(-90deg)
}

.dropdown .drop .dropper.active {
    background-color: #3b3b3a
}

    .dropdown .drop .dropper.active .custom-icon:before {
        -webkit-transform: translate(-50%, -50%) rotate(90deg);
        transform: translate(-50%, -50%) rotate(90deg)
    }

.dropdown .drop .dropped {
    display: none;
    background-color: #e0e0e0;
    padding: 25px 20px 10px
}

    .dropdown .drop .dropped p {
        font-weight: 400;
        color: #3b3b3a;
        margin: 0 0 10px
    }

        .dropdown .drop .dropped p b {
            font-weight: 700
        }

        .dropdown .drop .dropped p a {
            color: #3b3b3a
        }

.text-page-inner h3 {
    font-weight: 700;
    margin-bottom: 20px;
    color: #3b3b3a
}

.text-page-inner p {
    font-weight: 400;
    margin-bottom: 20px;
    color: #3b3b3a
}

    .text-page-inner p a {
        font-weight: 700;
        color: #3b3b3a;
        text-decoration: underline
    }

.text-page-inner ul {
    list-style: disc;
    padding-left: 20px;
    margin-bottom: 20px
}

    .text-page-inner ul li {
        font-weight: 400;
        color: #3b3b3a
    }

        .text-page-inner ul li a {
            font-weight: 700;
            color: #3b3b3a;
            text-decoration: underline
        }

.text-page-inner .text-center {
    padding: 30px 0 40px
}

.appointment {
    position: fixed;
    width: 220px;
    text-align: center;
    text-transform: uppercase;
    top: 30%;
    right: -87px;
    z-index: 10;
    display: inline-block;
    font-weight: 700;
    color: #fff;
    background-color: #fc580d;
    padding: 5px 30px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

    .appointment:hover {
        color: #fff
    }

/* right-left content*/
.left-col {
    float: left !important;
}

.right-col {
    float: right !important;
}
/* right-left content*/


/* bullets */
ul.Turquaz-Bullets-List li {
    list-style-type: none;
    margin-bottom: 15px;
}

    ul.Turquaz-Bullets-List li:before {
        content: " ";
        width: 8px;
        height: 8px;
        background-color: #00a2b7;
        display: block;
        margin-right: 10px;
        float: left;
        margin-top: 10px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
    }

ul.Orange-Bullets-List li {
    list-style-type: none;
    margin-bottom: 15px;
}

    ul.Orange-Bullets-List li:before {
        content: " ";
        width: 8px;
        height: 8px;
        background-color: #fc580d;
        display: block;
        margin-right: 10px;
        float: left;
        margin-top: 10px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
    }

ul.Red-Bullets-List li {
    list-style-type: none;
    margin-bottom: 15px;
}

    ul.Red-Bullets-List li:before {
        content: " ";
        width: 8px;
        height: 8px;
        background-color: #f00;
        display: block;
        margin-right: 10px;
        float: left;
        margin-top: 10px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
    }

ul.Black-Bullets-List li {
    list-style-type: none;
    margin-bottom: 15px;
}

    ul.Black-Bullets-List li:before {
        content: " ";
        width: 8px;
        height: 8px;
        background-color: #000;
        display: block;
        margin-right: 10px;
        float: left;
        margin-top: 10px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
    }
/* /bullets */

