@charset 'UTF-8';
/*!
 * Bootstrap Grid v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

.c-modal__content--politics {
    max-width: 80rem;
    height: 100%;
    margin: auto;
    padding: 5rem 5rem;
    background: #FFF;
}

.c-modal__content--politics h6 {
    color: #ff3333;
    font-size: 1.4rem;
}

@-ms-viewport {
    width: device-width
}

html {
    box-sizing: border-box;
    -ms-overflow-style: scrollbar
}

*,
::after,
::before {
    box-sizing: inherit
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:576px) {
    .container {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .container {
        max-width: 720px
    }
}

@media (min-width:992px) {
    .container {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 1140px
    }
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.row {
    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,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.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-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.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-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.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-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.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-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

.col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none
}

.col-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
}

.col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}

.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.col-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
}

.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
}

.col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
}

.col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
}

.col-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
}

.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.order-first {
    -ms-flex-order: -1;
    order: -1
}

.order-last {
    -ms-flex-order: 13;
    order: 13
}

.order-0 {
    -ms-flex-order: 0;
    order: 0
}

.order-1 {
    -ms-flex-order: 1;
    order: 1
}

.order-2 {
    -ms-flex-order: 2;
    order: 2
}

.order-3 {
    -ms-flex-order: 3;
    order: 3
}

.order-4 {
    -ms-flex-order: 4;
    order: 4
}

.order-5 {
    -ms-flex-order: 5;
    order: 5
}

.order-6 {
    -ms-flex-order: 6;
    order: 6
}

.order-7 {
    -ms-flex-order: 7;
    order: 7
}

.order-8 {
    -ms-flex-order: 8;
    order: 8
}

.order-9 {
    -ms-flex-order: 9;
    order: 9
}

.order-10 {
    -ms-flex-order: 10;
    order: 10
}

.order-11 {
    -ms-flex-order: 11;
    order: 11
}

.order-12 {
    -ms-flex-order: 12;
    order: 12
}

.offset-1 {
    margin-left: 8.333333%
}

.offset-2 {
    margin-left: 16.666667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.333333%
}

.offset-5 {
    margin-left: 41.666667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.333333%
}

.offset-8 {
    margin-left: 66.666667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.333333%
}

.offset-11 {
    margin-left: 91.666667%
}

@media (min-width:576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-sm-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-sm-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-sm-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-sm-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-sm-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-sm-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-sm-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-sm-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-sm-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-sm-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-sm-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-sm-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-sm-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-sm-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-sm-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-sm-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-sm-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-sm-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-sm-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-sm-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-sm-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.333333%
    }

    .offset-sm-2 {
        margin-left: 16.666667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.333333%
    }

    .offset-sm-5 {
        margin-left: 41.666667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.333333%
    }

    .offset-sm-8 {
        margin-left: 66.666667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.333333%
    }

    .offset-sm-11 {
        margin-left: 91.666667%
    }
}

@media (min-width:768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-md-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-md-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-md-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-md-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-md-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-md-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-md-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-md-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-md-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-md-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-md-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-md-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-md-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-md-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-md-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-md-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-md-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-md-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-md-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.333333%
    }

    .offset-md-2 {
        margin-left: 16.666667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.333333%
    }

    .offset-md-5 {
        margin-left: 41.666667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.333333%
    }

    .offset-md-8 {
        margin-left: 66.666667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.333333%
    }

    .offset-md-11 {
        margin-left: 91.666667%
    }
}

@media (min-width:992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-lg-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-lg-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-lg-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-lg-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-lg-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-lg-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-lg-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-lg-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-lg-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-lg-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-lg-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-lg-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-lg-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-lg-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-lg-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-lg-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-lg-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-lg-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.333333%
    }

    .offset-lg-2 {
        margin-left: 16.666667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.333333%
    }

    .offset-lg-5 {
        margin-left: 41.666667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.333333%
    }

    .offset-lg-8 {
        margin-left: 66.666667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.333333%
    }

    .offset-lg-11 {
        margin-left: 91.666667%
    }
}

@media (min-width:1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-xl-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-xl-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-xl-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-xl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-xl-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-xl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-xl-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-xl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-xl-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-xl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xl-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-xl-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-xl-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-xl-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-xl-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-xl-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-xl-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-xl-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-xl-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-xl-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-xl-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-xl-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-xl-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-xl-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-xl-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.333333%
    }

    .offset-xl-2 {
        margin-left: 16.666667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.333333%
    }

    .offset-xl-5 {
        margin-left: 41.666667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.333333%
    }

    .offset-xl-8 {
        margin-left: 66.666667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.333333%
    }

    .offset-xl-11 {
        margin-left: 91.666667%
    }
}

.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: -ms-flexbox !important;
    display: flex !important
}

.d-inline-flex {
    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: -ms-flexbox !important;
        display: flex !important
    }

    .d-sm-inline-flex {
        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: -ms-flexbox !important;
        display: flex !important
    }

    .d-md-inline-flex {
        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: -ms-flexbox !important;
        display: flex !important
    }

    .d-lg-inline-flex {
        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: -ms-flexbox !important;
        display: flex !important
    }

    .d-xl-inline-flex {
        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: -ms-flexbox !important;
        display: flex !important
    }

    .d-print-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

.flex-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important
}

.flex-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important
}

.flex-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
}

.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important
}

.flex-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important
}

.flex-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important
}

.flex-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important
}

.flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important
}

.justify-content-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
}

.justify-content-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
}

.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important
}

.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
}

.align-items-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important
}

.align-items-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important
}

.align-items-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important
}

.align-items-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important
}

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
}

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
}

.align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important
}

.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important
}

.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important
}

.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important
}

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
}

.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important
}

@media (min-width:576px) {
    .flex-sm-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-sm-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-sm-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-sm-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-sm-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-sm-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-sm-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-sm-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-sm-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-sm-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-sm-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-sm-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-sm-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-sm-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-sm-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-sm-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width:768px) {
    .flex-md-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-md-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-md-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-md-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-md-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-md-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-md-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-md-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-md-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-md-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-md-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-md-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-md-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-md-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-md-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-md-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-md-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-md-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width:992px) {
    .flex-lg-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-lg-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-lg-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-lg-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-lg-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-lg-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-lg-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-lg-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-lg-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-lg-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-lg-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-lg-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-lg-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-lg-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width:1200px) {
    .flex-xl-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-xl-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-xl-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-xl-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-xl-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-xl-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-xl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-xl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-xl-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-xl-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-xl-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-xl-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-xl-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-xl-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-xl-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-xl-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-xl-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

.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;
    -khtml-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: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    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 {
    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(../../bower_components/owl.carousel/dist/assets/owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-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;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:after,
.slick-track:before {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-loading .slick-list {
    background: #fff url(../../bower_components/slick-carousel/slick/ajax-loader.gif) center center no-repeat
}

@font-face {
    font-family: slick;
    font-weight: 400;
    font-style: normal;
    src: url(../../bower_components/slick-carousel/slick/fonts/slick.eot);
    src: url(../../bower_components/slick-carousel/slick/fonts/slick.eot?#iefix) format('embedded-opentype'), url(../../bower_components/slick-carousel/slick/fonts/slick.woff) format('woff'), url(../../bower_components/slick-carousel/slick/fonts/slick.ttf) format('truetype'), url(../../bower_components/slick-carousel/slick/fonts/slick.svg#slick) format('svg')
}

.slick-next,
.slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: 0;
    background: 0 0
}

.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
    color: transparent;
    outline: 0;
    background: 0 0
}

.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
    opacity: 1
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
    opacity: .25
}

.slick-next:before,
.slick-prev:before {
    font-family: slick;
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-prev {
    left: -25px
}

[dir=rtl] .slick-prev {
    right: -25px;
    left: auto
}

.slick-prev:before {
    content: '←'
}

[dir=rtl] .slick-prev:before {
    content: '→'
}

.slick-next {
    right: -25px
}

[dir=rtl] .slick-next {
    right: auto;
    left: -25px
}

.slick-next:before {
    content: '→'
}

[dir=rtl] .slick-next:before {
    content: '←'
}

.slick-dotted.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: 0 0
}

.slick-dots li button:focus,
.slick-dots li button:hover {
    outline: 0
}

.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
    opacity: 1
}

.slick-dots li button:before {
    font-family: slick;
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #000
}

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;
    backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: 0;
    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 * {
    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;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47, 0, .74, .71)
}

.fancybox-is-open .fancybox-bg {
    opacity: .87;
    transition-timing-function: cubic-bezier(.22, .61, .36, 1)
}

.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
    direction: ltr;
    opacity: 0;
    position: absolute;
    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;
    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: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px 44px 0;
    position: absolute;
    text-align: center;
    top: 0;
    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--next {
    z-index: 99995
}

.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0 0
}

.fancybox-slide--image:before {
    display: none
}

.fancybox-slide--html {
    padding: 6px 6px 0
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0 0 44px;
    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(.5, 0, .14, 1);
    animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    -webkit-backface-visibility: hidden;
    background: 0 0;
    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;
    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-slide--html .fancybox-content {
    margin: 0 0 6px
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out
}

.fancybox-can-zoomIn .fancybox-content {
    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: 0 0;
    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--video .fancybox-content {
    height: calc(100% - 44px);
    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: 0 0;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    vertical-align: top;
    width: 100%
}

.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, .6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    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: 0
}

.fancybox-button.fancybox-focus {
    outline: 1px dotted
}

.fancybox-button.disabled,
.fancybox-button.disabled:hover,
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: 0
}

.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:nth-child(1),
.fancybox-button--pause svg:nth-child(1),
.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;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-timing-function: linear;
    z-index: 99998
}

.fancybox-close-small {
    background: 0 0;
    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-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none
}

.fancybox-navigation .fancybox-button {
    background: 0 0;
    height: 100px;
    margin: 0;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px
}

.fancybox-navigation .fancybox-button div {
    background: rgba(30, 30, 30, .6);
    height: 100%;
    padding: 7px
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    padding: 31px 26px 31px 6px
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0
}

.fancybox-caption {
    bottom: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 25px 44px;
    right: 0
}

.fancybox-caption:before {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
    background-repeat: repeat-x;
    background-size: contain;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: -25px;
    z-index: -1
}

.fancybox-caption:after {
    border-bottom: 1px solid hsla(0, 0%, 100%, .3);
    content: "";
    display: block;
    left: 44px;
    position: absolute;
    right: 44px;
    top: 0
}

.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: 0 0;
    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
}

@-webkit-keyframes a {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes a {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.fancybox-animated {
    transition-timing-function: cubic-bezier(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;
    transition-timing-function: cubic-bezier(.19, 1, .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(.5, .5, .5);
    transform: scale3d(.5, .5, .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(0);
    transform: rotate(0)
}

.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(.1) skew(-10deg);
    transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg)
}

.fancybox-fx-tube.fancybox-slide--next {
    -webkit-transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
    transform: translate3d(100%, 0, 0) scale(.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 0
    }

    .fancybox-slide--image .fancybox-content {
        margin-bottom: 6px
    }

    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px
    }
}

.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;
    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: 0 0;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0;
    outline: 0;
    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: transparent;
    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;
    box-shadow: inset 0 0 6px rgba(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, .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: 0;
    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;
    transition: all .2s cubic-bezier(.25, .46, .45, .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:768px) {
    .fancybox-thumbs {
        width: 110px
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 110px
    }

    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px)
    }
}

* {
    font-family: 'PF DinDisplay Pro', sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

html {
    font-size: 10px
}

@media (max-width:1200px) {
    html {
        font-size: 9px
    }
}

@media (max-width:576px) {
    html {
        font-size: 8px
    }
}

body {
    font-size: 1.5rem;
    line-height: 1.2;
    font-weight: 300;
    color: #000;
    min-width: 320px
}

h2 {
    margin-top: 2rem;
    margin-bottom: 0;
    font-size: 3.5rem;
    font-weight: 700;
    text-align: left
}

h3 {
    font-weight: 700;
    font-size: 2.4rem
}

h5 {
    font-size: 2rem;
    font-weight: 700
}

a {
    color: inherit
}

a:focus,
a:hover {
    color: inherit;
    text-decoration: underline;
    outline: 0
}

p {
    margin-bottom: 1rem
}

ol,
ul {
    list-style-position: inside
}

ol {
    font-size: 1.1rem;
    color: #515151
}

img {
    height: auto;
    max-width: 100%
}

button:focus,
input:focus,
textarea:focus {
    outline: 0
}

iframe {
    display: block;
    margin: 0 auto 0
}

table {
    width: 100%
}

table td {
    min-width: 25rem;
    font-weight: 500;
    line-height: normal;
    font-size: 1.2rem
}

@media (max-width:578px) {
    table td {
        min-width: 100%
    }
}

label {
    cursor: pointer
}

input[type=range] {
    position: relative;
    display: block;
    margin: 0 auto 1rem;
    padding: 0;
    width: 90%;
    height: 4px;
    background: 0 0;
    outline: 0;
    border: none;
    opacity: 1;
    z-index: 2;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: all .2s
}

input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 21px;
    height: 21px;
    margin-left: -5px;
    background: #eb8c00;
    border: 4px solid #fff;
    border-radius: 50%;
    box-shadow: 0 0 10px 1px #d0d0d0;
    cursor: pointer
}

input[type=range]::-moz-range-thumb {
    width: 21px;
    height: 21px;
    background: #eb8c00;
    border: 4px solid #fff;
    border-radius: 50%;
    box-shadow: 0 0 10px 1px #d0d0d0;
    cursor: pointer
}

input[type=range]:hover {
    opacity: 1
}

input[type=range]:focus {
    outline: 0
}

input[type=file] {
    display: none
}

.container {
    padding-left: 1rem;
    padding-right: 1rem
}

@media (min-width:1200px) {
    .container {
        max-width: 1200px
    }
}

.container--abc {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    padding-top: 3rem
}

.row:not(.no-gutters) {
    margin-left: -1rem;
    margin-right: -1rem
}

@media screen and (min-width:992px) {
    .row:not(.no-gutters)-five>[class*=col-] {
        width: 20%
    }
}

@media screen and (max-width:992px) {
    .row:not(.no-gutters)-five>[class*=col-] {
        width: 33.33%
    }
}

@media screen and (max-width:768px) {
    .row:not(.no-gutters)-five>[class*=col-] {
        float: left;
        width: 50%
    }
}

[class*=col-] {
    padding-left: 1rem;
    padding-right: 1rem
}

.media-object {
    max-width: 1000px !important
}

.lead {
    font-size: 1.6rem;
    font-weight: 400;
    margin-bottom: 3rem
}

.form-group {
    margin-bottom: 2rem
}

.tabs .nav {
    margin: 0 auto 3.5rem;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase
}

.tabs>li>a:focus,
.tabs>li>a:hover {
    text-decoration: none;
    background-color: #e5e5e5;
    border: none
}

.tabs .nav-tabs {
    border-bottom: none
}

.tabs .nav-tabs>li>a {
    border: none;
    border-radius: 4px
}

.tabs .nav-tabs>li.active>a,
.tabs .nav-tabs>li.active>a:focus,
.tabs .nav-tabs>li.active>a:hover {
    border-radius: 5px
}

.item-tabs {
    display: inline-block !important;
    float: none !important
}

.active .nav-tabs__link {
    background: #eb8c00 !important;
    color: #fff !important
}

.nav-tabs__link:hover {
    color: #eb8c00 !important
}

.nav-tabs__link:focus {
    color: #fff !important
}

.multiple-items {
    height: 100% !important
}

.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
    color: none;
    color-outline: 0;
    color-background: none
}

.slick-next,
.slick-prev {
    display: block;
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    outline: 0;
    border: none;
    color: transparent;
    cursor: pointer;
    padding: 0;
    height: 30px;
    top: 50%;
    width: 30px;
    line-height: 0;
    font-size: 0;
    background-color: transparent;
    z-index: 10
}

.slick-next::before,
.slick-prev::before {
    content: none
}

.slick-next {
    background-image: url(/img/slick-right.png);
    right: 0
}

.slick-prev {
    background-image: url(/img/slick-left.png);
    left: 0
}

.slick-current>div::before {
    background-color: transparent
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #f2f6f7
}

.table-striped tbody tr td {
    border: none
}

.header-clone {
    background-color: #2d2d2d
}

.header.is-clone {
    position: fixed;
    top: -10rem;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1000;
    transition: .5s
}

.is-clone {
    padding: 1.1rem 0
}

.header.is-fixed {
    top: 0 !important;
    padding: 1rem 0
}

.block-fixed {
    position: relative;
    right: 0;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 400
}

.is-fixed {
    position: fixed;
    width: 100%;
    z-index: 10000;
    top: 0 !important
}

.fancybox-content {
    padding: 0;
    background-color: transparent
}

.fancybox-button svg {
    color: red
}

.fancybox-slide--html .fancybox-close-small {
    padding: 0
}

.carousel {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    padding: 0 5.5rem;
    overflow: hidden
}

.carousel--p0 {
    padding: 0
}

.carousel__content {
    position: relative;
    overflow: hidden;
    z-index: 10
}

.carousel__nav {
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    max-width: 1440px;
    margin: 0 auto;
    justify-content: space-between
}

.carousel__nav--custom1>.carousel__nav-item {
    height: 100px;
    width: 60px;
    border-radius: 30px;
    background-color: #ffffff24
}

.carousel__nav.disabled {
    display: none !important
}

.carousel__nav-item {
    margin: 0;
    color: #333;
    background: 0 0;
    line-height: 1;
    cursor: pointer;
    border: none;
    z-index: 100
}

.carousel__nav-item--prev::before {
    content: url(/img/arrow_left.png)
}

.carousel__nav-item--next::before {
    content: url(/img/arrow_right.png)
}

.carousel__nav-item:hover {
    color: #000;
    background: 0 0
}

.carousel__dots {
    display: flex;
    justify-content: center;
    margin: auto;
    z-index: 25;
    margin-top: 2rem;
    bottom: 0
}

.carousel__dots-item {
    width: 6px;
    height: 6px;
    margin: .5rem .75rem;
    background-color: #bbbdc2;
    border-radius: 50%;
    border: none;
    cursor: pointer;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s
}

.carousel__dots-item.active,
.carousel__dots-item:hover {
    background-color: #6fd5f4
}

.carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none
}

.section {
    padding: 7rem 0 7rem;
    color: #2e3033;
    background-color: #fff
}

.section--posr {
    position: relative
}

.section--first {
    padding-bottom: 4rem
}

.section--second {
    padding-bottom: 6rem
}

.section--preim {
    padding: 9rem 0
}

.section--page {
    padding-top: 7.3rem
}

.section--category {
    padding: 4.3rem 0
}

.section--catalog-cart {
    padding-top: 0
}

.section--gallery {
    position: relative
}

.section--gallery::before {
    content: '';
    position: absolute;
    background-image: url(/img/gallery-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 650px;
    height: 100%;
    top: 0;
    right: 0
}

.section-bg {
    position: relative;
    background-size: cover
}

.section-bg.\--dark {
    background-color: #f2f3f5;
    color: #fff
}

.section-bg.\--lightDark {
    background-color: #fafafa
}

.section__text {
    font-size: 1.8rem;
    line-height: 23px;
    text-align: center;
    color: #484846;
    margin-top: 3.8rem
}

.section__text--left {
    text-align: left
}

.section__subtitle {
    font-weight: 500;
    font-size: 2.7rem;
    color: #000
}

.section__title {
    font-weight: 700;
    font-size: 4rem;
    line-height: 52px;
    letter-spacing: .01em;
    text-transform: uppercase;
    color: #333
}

@media (max-width:768px) {
    .section__title {
        padding-left: 3.8rem
    }
}

@media (max-width:991px) {
    .section__title {
        line-height: 30px;
        font-size: 2.5rem
    }
}

.section__title--red {
    color: #f82828
}

.section__page-title {
    font-family: FuturaDemiC;
    font-size: 5rem;
    text-align: center;
    color: #000;
    margin-bottom: 7.3rem
}

@media (max-width:768px) {
    .section--after-promo {
        padding-top: 12rem
    }
}

.section__desc {
    font-weight: 400;
    line-height: 2.3rem;
    font-size: 1.6rem;
    text-align: center;
    margin-top: 1rem;
    margin-bottom: 5rem
}

/* .btn{display:flex;justify-content:center;align-items:center;color:#fff;font-weight:400;line-height:1.8rem;font-size:1.4rem;text-align:center;padding:.5rem 1.5rem;background-color:#fff;box-shadow:0 2px 4px rgba(0,0,0,.24),0 4px 16px rgba(0,0,0,.16);text-decoration:none;border-radius:2px;transition:all .2s;border:none;cursor:pointer}.btn:focus{text-decoration:none;color:#fff}.btn:active{background-color:#016098;box-shadow:0 2px 2px rgba(0,0,0,.12),0 4px 8px rgba(0,0,0,.08)}.btn:hover{color:#fff;background-color:#016098;text-decoration:none} */

.btn--lg {
    min-width: 13rem;
    text-transform: uppercase;
    padding: 1.6rem 2rem;
    letter-spacing: .02em;
    line-height: normal;
    font-weight: 700
}

.btn--tm1 {
    border: dotted 2px #fff;
    background-color: transparent;
    color: #fff;
    box-shadow: none
}

.btn--tm1:hover {
    border-color: #016098;
    background-color: transparent;
    color: #fff
}

.btn--tm1:active {
    background-color: #f2f3f5;
    color: #fff;
    box-shadow: 0 2px 2px rgba(0, 0, 0, .12), 0 4px 8px rgba(0, 0, 0, .08)
}

.btn--tm1:focus {
    color: #fff
}

.btn--tm2 {
    background: 0 0;
    border: 1px solid #f6f7fa;
    border-radius: 1px;
    color: #fff;
    box-shadow: none;
    font-weight: 300
}

.btn--tm2:active,
.btn--tm2:focus,
.btn--tm2:hover {
    border-color: #fff;
    background: #007ac3;
    border: 1px solid #007ac3;
    border-radius: 1px;
    color: #fff;
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px)
}

.btn--tm3 {
    border: solid 1px #80a2c5;
    background-color: transparent;
    color: #80a2c5;
    box-shadow: none;
    font-weight: 300
}

.btn--tm3:active,
.btn--tm3:focus,
.btn--tm3:hover {
    border-color: #80a2c5;
    background-color: transparent;
    color: #80a2c5;
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px)
}

.btn--submit {
    width: 100%
}

.btn--white {
    background-color: #fff;
    color: #fff
}

.btn--white:focus,
.btn--white:hover {
    background-color: #f2f3f5;
    color: #016098;
    border-color: #e1e2e6
}

.btn--white:active {
    background-color: #e1e2e6;
    border-color: #bcbfc4;
    color: #016098;
    box-shadow: 0 2px 2px rgba(0, 0, 0, .12), 0 4px 8px rgba(0, 0, 0, .08)
}

.wrap-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 6rem
}

.list li {
    display: flex;
    align-items: center
}

.list--sm {
    font-weight: 400;
    line-height: 1.3rem;
    font-size: 1.2rem
}

.list--md {
    font-weight: 400;
    line-height: 2.5rem;
    font-size: 1.6rem
}

.list--checked {
    list-style: none;
    position: relative;
    padding-left: 3.5rem
}

.list--checked li::before {
    content: '';
    position: absolute;
    left: 0;
    background-image: url(/img/list.svg);
    background-repeat: no-repeat;
    background-position: center;
    width: 2.5rem;
    height: 2rem
}

.list--circle {
    list-style: none;
    position: relative;
    padding-left: 2.5rem
}

.list--circle li::before {
    content: '';
    position: absolute;
    left: 0;
    background-image: url(/img/list-circle.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 1.5rem;
    height: 1.5rem
}

.link {
    font-weight: 400;
    line-height: 2.5rem;
    font-size: 1.6rem;
    color: #2e3033;
    padding-bottom: .5rem;
    border-bottom: 1px solid #2e3033;
    text-decoration: none
}

.link:active,
.link:focus,
.link:hover {
    text-decoration: none
}

.link:hover {
    color: #2e3033
}

.link--tm1 {
    color: #2e3033;
    border-bottom: 1px solid #e1e2e6
}

.link--tm1:active,
.link--tm1:focus,
.link--tm1:hover {
    color: #515255
}

.link--tm2 {
    color: #016098;
    border: none
}

.link--tm2:hover {
    text-decoration: underline;
    color: #016098
}

.link--tm3 {
    border-color: #016098
}

.c-interesting {
    display: flex;
    justify-content: space-between;
    margin-top: 5.4rem;
    padding-right: 2rem
}

.c-interesting__inner {
    display: flex;
    flex-direction: column
}

.c-interesting__label {
    display: flex;
    align-items: center;
    color: #fff;
    font-family: Stem;
    font-size: 2rem;
    font-weight: 400;
    padding-left: 3.7rem;
    position: relative
}

.c-interesting__label::before {
    content: '';
    position: absolute;
    left: 0;
    width: 26px;
    height: 26px;
    background: 0 0;
    border: 2px solid #fff;
    border-radius: 3px
}

.c-interesting [type=checkbox]:checked,
.c-interesting [type=checkbox]:not(:checked) {
    position: absolute;
    left: -9999px
}

.c-interesting [type=checkbox]:checked+label::after,
.c-interesting [type=checkbox]:not(:checked)+label::after {
    content: '';
    position: absolute;
    width: 10px;
    height: 5px;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    left: 8px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transition: all .2s ease
}

.c-interesting [type=checkbox]:checked+label::before {
    background-color: #6ed5f4;
    border-color: #6ed5f4
}

.c-interesting [type=checkbox]:not(:checked)+label::after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0)
}

.c-interesting__form-group:not(:first-child) {
    margin-top: 3rem
}

.c-interesting__conf-subtitle {
    font-weight: 500;
    font-size: 2rem;
    color: #f37025;
    margin-top: 1rem
}

.c-interesting__conf-title {
    font-weight: 900;
    font-size: 3.4rem;
    text-transform: uppercase;
    color: #333
}

.c-interesting__conf-smalltitle {
    margin-top: 6.6rem;
    margin-bottom: 4rem;
    font-weight: 700;
    font-size: 1.6rem;
    color: #333
}

.wbooster {
    display: inline-flex;
    flex-wrap: nowrap;
    align-items: center
}

@media (max-width:768px) {
    .wbooster {
        margin-top: 2rem
    }
}

.wbooster__wrap {
    display: flex;
    justify-content: flex-end
}

.wbooster__logo {
    width: 50px
}

.wbooster__text {
    margin: 0 0 0 .5rem;
    border-left: 1px solid #949699;
    padding-left: .5rem;
    font-size: 1.1rem;
    color: #000
}

.header-mobile {
    padding: 2rem;
    background-color: #2d2d2d;
}

.header-mobile.active {
    background: rgba(10, 10, 10, .7)
}

.header-mobile__actions {
    display: flex;
    align-items: center
}

.header-mobile__contact-wrap {
    display: flex;
    justify-content: flex-end;
    align-items: center
}

.header-mobile__logo-img {
    max-width: 29rem
}

.header-mobile__phone {
    padding-right: 20px
}

.header-mobile__inner-phone {
    margin-right: 3rem;
    position: relative
}

.header-mobile__phone-sm {
    display: inline-block;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 1rem;
    vertical-align: middle;
    letter-spacing: .04em;
    opacity: 0
}

.header-mobile__link-img {
    width: 2.2rem
}

.header-mobile__list {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    list-style: none;
    padding: 4rem 0
}

.header-mobile__list-item:not(:first-child) {
    margin-top: 4rem
}

.header-mobile__link {
    display: block;
    font-weight: 500;
    font-size: 22px;
    text-align: center;
    color: #fff;
    text-decoration: none
}

.header-mobile__link:active,
.header-mobile__link:focus,
.header-mobile__link:hover {
    text-decoration: none;
    color: #626366
}

.header-mobile__burger {
    cursor: pointer
}

.header-mobile__mail {
    display: block;
    margin-right: 2rem
}

.header-mobile__wrap-btn {
    display: flex;
    justify-content: center;
    align-items: center
}

.header-mobile__btn {
    padding: 13px 27px 11px 27px;
    font-weight: 500;
    font-size: 2.3rem;
    text-align: center;
    color: #fff;
    border-radius: 30px;
    text-decoration: none;
    width: 80%;
    margin-top: 3rem
}

.header-mobile__btn.\--one {
    background: #f82828;
    border-radius: 30px
}

.header-mobile__btn.\--two {
    border: 1px solid #aeaeae;
    border-radius: 30px;
    background: linear-gradient(180deg, #fff -11.25%, rgba(185, 185, 185, .0677083) -11.24%, rgba(255, 255, 255, .046875) 84.06%, rgba(255, 255, 255, 0) 88.75%)
}

.btn-scroll {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    -webkit-perspective: 400px;
    perspective: 400px;
    right: 19%;
    bottom: 200px
}

.c-message {
    width: 100%
}

.c-message__item {
    padding: 4rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .24), 0 4px 16px rgba(0, 0, 0, .16);
    border-radius: 2px;
    background-color: rgba(0, 0, 0, .85);
    position: relative
}

.c-message__title {
    font-weight: 700;
    font-size: 5rem;
    text-align: center;
    color: #fff
}

.c-message__text {
    font-weight: 300;
    font-size: 3rem;
    text-align: center;
    color: #fff
}

.c-message__msg {
    font-style: normal;
    font-weight: 300;
    font-size: 2rem;
    text-align: center;
    color: #fff;
    margin-top: 1rem
}

.c-message__wrap-img {
    max-width: 10rem
}

.c-message__img {
    min-width: 10rem
}

.c-modal {
    position: relative;
    z-index: 1000000
}

.c-modal__container {
    position: fixed;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: 0;
    background: #0000005a;
    top: 0;
    touch-action: manipulation;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    width: 100%
}

.c-modal__content {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 60rem;
    height: 100%;
    margin: auto;
    padding: 0 2rem
}

.g-link-abc {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 20
}

.g-gray1 {
    color: #515255
}

.g-gray2 {
    color: #626366
}

.g-gray3 {
    color: #949699
}

.g-gray4 {
    color: #bcbfc4
}

.g-gray5 {
    color: #e1e2e6
}

.g-gray6 {
    color: #f2f3f5
}

.g-gray7 {
    color: #fafafa
}

.g-red1 {
    color: #ff3d33
}

.g-white {
    color: #fff
}

.g-blue {
    color: #016098
}

.g-margin-0 {
    margin: 0 !important
}

.g-margin-7 {
    margin: 7rem !important
}

.g-hr-line {
    border-top: 1px solid #fff;
    margin: 5rem 0
}

.c-form {
    max-width: 33.5rem;
    width: 100%;
    background: rgba(20, 20, 20, .8);
    border-radius: 5px;
    overflow: hidden
}

.c-form__wrap-img {
    display: flex;
    justify-content: center;
    align-items: center
}

.c-form.\--dark {
    background-color: #515255
}

.c-form.\--radius {
    border-radius: 20px
}

.c-form.\--gray {
    background-color: #f2f3f5;
    color: #222
}

.c-form.\--white {
    background-color: #fff;
    color: #222
}

.c-form.\--black {
    background-color: #000;
}

.c-form__content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 3.7rem 3rem 4.4rem 3rem
}

.c-form__title {
    color: #fff;
    font-size: 2.8rem;
    line-height: 31px;
    font-weight: 700;
    text-align: center;
    padding-bottom: 10px
}

.c-form__inner--head {
    background-color: #ed605b
}

.c-form__subtitle {
    font-weight: 300;
    font-size: 1.6rem;
    text-align: center;
    line-height: 19px;
    color: #fff
}

.c-form__conf {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: normal;
    font-size: 1rem;
    color: #fff;
    letter-spacing: .03em
}

.c-form__conf-img {
    margin-right: 1rem
}

.c-form__item {
    margin-top: 2.3rem
}

.c-form__label {
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-weight: 400;
    line-height: 2.5rem;
    font-size: 1.6rem;
    color: #2e3033;
    position: relative
}

.c-form__label::before {
    content: '';
    position: absolute;
    right: 20px;
    background-repeat: no-repeat;
    background-size: contain;
    width: 18px;
    height: 18px
}

.c-form__label--user::before {
    background-image: url(/img/user.png)
}

.c-form__label--phone::before {
    background-image: url(/img/phone-call.png)
}

.c-form__label-title {
    font-size: 1.2rem;
    line-height: 1.5;
    padding-left: 2rem
}

.c-form__label.\--gray {
    color: #fafafa
}

.c-form__label.\--white {
    color: #fff
}

.c-form__input {
    padding: 5px 10px;
    margin-top: .5rem;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #6b6b6b;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 300
}

.c-form__input::-webkit-input-placeholder {
    color: #fff
}

.c-form__input:-ms-input-placeholder {
    color: #fff
}

.c-form__input::-ms-input-placeholder {
    color: #fff
}

.c-form__input::placeholder {
    color: #fff
}

.c-form__input.\--error {
    border-color: #f99
}

.c-form__input-error {
    position: absolute;
    bottom: -2rem;
    right: 0;
    font-weight: 400;
    line-height: 1.5rem;
    font-size: 1.2rem;
    color: #f99
}

.c-form__input-title {
    font-size: 1.2rem;
    line-height: 1.5;
    margin-left: 2rem;
    font-style: italic
}

.c-form__bottom {
    display: flex;
    justify-content: center;
    margin-top: 5rem
}

.c-form__fieldset {
    background-color: #fff;
    border: 2px solid #b2bbc1
}

.c-form__legend {
    margin-left: 5px;
    padding: 0 10px;
    font-size: 1.4rem
}

.c-form__btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    color: #fff;
    font-size: 1.9rem;
    font-weight: 500;
    padding: 15px 27px;
    border-radius: 30px;
    background-color: #f82828;
    box-shadow: none;
    border: none;
}

.c-form__btn:focus,
.c-form__btn:hover {
    background-color: #da1919
}

.c-form-bottom__inner {
    background-size: cover;
    background-repeat: no-repeat
}

.c-form-bottom__inner--padding {
    padding: 4rem
}

.c-form-bottom__title {
    font-weight: 500;
    font-size: 2.4rem;
    line-height: 3.1rem;
    text-align: center;
    color: #fff;
    background-color: #202020;
    padding: 2rem 0
}

.c-form-bottom__content {
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.c-form-bottom__conf {
    display: flex;
    align-items: start;
    font-size: 1rem;
    line-height: normal;
    color: #505050
}

@font-face {
    font-family: "PF DinDisplay Pro";
    font-weight: 700;
    src: url(/fonts/PFDinDisplayPro-Bold.eot), url(/fonts/PFDinDisplayPro-Bold.otf), url(/fonts/PFDinDisplayPro-Bold.ttf)
}

@font-face {
    font-family: "PF DinDisplay Pro";
    font-weight: 300;
    src: url(/fonts/PFDinDisplayPro-Light.eot), url(/fonts/PFDinDisplayPro-Light.otf), url(/fonts/PFDinDisplayPro-Light.ttf)
}

@font-face {
    font-family: "PF DinDisplay Pro";
    font-weight: 500;
    src: url(/fonts/PFDinDisplayPro-Medium.eot), url(/fonts/PFDinDisplayPro-Medium.otf), url(/fonts/PFDinDisplayPro-Medium.ttf)
}

@font-face {
    font-family: "PF DinDisplay Pro";
    font-weight: 400;
    src: url(/fonts/PFDinDisplayPro-Regular.eot), url(/fonts/PFDinDisplayPro-Regular.otf), url(/fonts/PFDinDisplayPro-Regular.ttf)
}

@font-face {
    font-family: "Bebas Neue";
    font-weight: 700;
    src: url(/fonts/BebasNeue-Bold.eot), url(/fonts/BebasNeue-Bold.otf), url(/fonts/BebasNeue-Bold.ttf)
}

.section--bg {
    background-size: cover;
    background-repeat: no-repeat
}

.section-promo {
    position: relative;
    background-color: rgba(0, 0, 0, .72);
    padding-bottom: 4rem
}

.section-promo::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(16, 16, 16, 0.54) url(/img/dot_bl.svg) 0 0 repeat;
}

.section-promo__content {
    padding-top: 6rem
}

@media (max-width:768px) {
    .section-promo__content {
        padding-top: 2rem
    }
}

.section-promo__title {
    font-family: "Bebas Neue";
    font-size: 11rem;
    text-transform: uppercase;
    color: #f8f8f8;
    line-height: 65px
}

@media (max-width:991px) {
    .section-promo__title {
        font-size: 7.8rem;
        text-align: center
    }
}

.section-promo__subtitle {
    font-style: normal;
    font-weight: 500;
    font-size: 3rem;
    letter-spacing: .01em;
    text-transform: uppercase;
    margin-top: 1rem;
    color: #fff
}

.section-promo__subtitle--red {
    color: #f82828
}

@media (max-width:991px) {
    .section-promo__subtitle {
        font-size: 2.4rem;
        text-align: center;
        margin-top: 0
    }
}

.section-promo__block {
    margin-top: 3.7rem
}

@media (max-width:768px) {
    .section-promo__block-item {
        margin-top: 2rem
    }
}

.section-promo__block-wrap-img {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 9rem
}

.section-promo__block-title {
    font-size: 1.6rem;
    text-align: center;
    color: #fff
}

.section-promo__form-title {
    display: block;
    margin-top: 6rem;
    font-size: 2.2rem;
    color: #fff;
    position: relative
}

.section-promo__form-title::before {
    content: '';
    position: absolute;
    background-image: url(/img/arrow.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 160px;
    height: 78px;
    right: -153px;
    top: -33px;
    z-index: 10
}

@media (max-width:991px) {
    .section-promo__form-title::before {
        display: none
    }
}

@media (min-width:991px) and (max-width:1199px) {
    .section-promo__form-title::before {
        right: -130px
    }
}

@media (max-width:991px) {
    .section-promo__form-title {
        font-size: 2.5rem;
        text-align: center
    }
}

.section-promo__wrap-form {
    display: flex;
    justify-content: flex-end
}

@media (max-width:991px) {
    .section-promo__wrap-form {
        justify-content: center;
        width: 100%;
        margin-top: 4rem
    }
}

.c-header {
    padding-top: 2rem
}

.c-header__wrap-logo {
    display: flex;
    #justify-content: center;
    align-items: center
}

.c-header__contact-wrap {
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.c-header__telegram {
    display: block;
    margin-right: 3rem
}

.c-header__wrap-btn {
    display: flex;
    justify-content: center;
    align-items: center
}

.c-header__btn {
    font-size: 2rem;
    color: #fff;
    border-radius: 30px;
    border: 1px solid #fff;
    padding: 11px 26px;
    text-decoration: none
}

.c-header__btn:focus,
.c-header__btn:hover {
    text-decoration: none;
    background-color: #f82828;
    color: #fff;
    border-color: #f82828;
}

.video-fixed {
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    width: auto;
    min-height: 100%;
    z-index: -100;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background-size: cover
}

.c-clients {
    position: relative;
    margin-top: 4.5rem
}

.c-clients__title {
    font-size: 2.5rem;
    color: #fff
}

@media (max-width:991px) {
    .c-clients__title {
        text-align: center
    }
}

.c-clients__item {
    margin-top: 4rem
}

.c-clients__wrap-img {
    display: flex;
    min-height: 5rem;
    justify-content: center;
    align-items: center;
    max-width: 10rem;
    margin: auto
}

.c-clients__img {
    max-width: 10rem;
    max-height: 4.5rem
}

.c-product {
    margin-top: 6rem
}

.c-product__inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%
}

.c-product__item--poof {
    position: relative
}

.c-product__item--poof:hover {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
    box-shadow: 0 5px 26px 0 #585858;
    transition: all .3s;
    z-index: 10
}

.c-product__item-big {
    position: relative;
    width: 100%
}

@media (max-width:768px) {
    .c-product__item-big {
        margin-top: 1rem
    }
}

.c-product__item-small {
    position: relative;
    width: 100%
}

@media (max-width:768px) {
    .c-product__item-small {
        margin-top: 1rem
    }
}

.c-product__item-small.\--margin {
    margin-top: 1rem
}

.c-product__small-wrap {
    display: flex
}

.c-product__extra-small-item {
    position: relative;
    width: 100%
}

@media (max-width:768px) {
    .c-product__extra-small-item {
        margin-top: 1rem
    }
}

.c-product__title {
    position: absolute;
    top: 24px;
    left: 20px;
    font-size: 3.6rem;
    line-height: 38px;
    font-weight: 700;
    color: #fff
}

@media (min-width:576px) and (max-width:768px) {
    .c-product__title {
        font-size: 3rem
    }
}

@media (min-width:768px) and (max-width:991px) {
    .c-product__title {
        font-size: 2.8rem;
        line-height: 26px
    }
}

@media (min-width:768px) and (max-width:991px) {
    .c-product__title {
        font-size: 1.8rem;
        line-height: 20px
    }
}

.c-product__title.\--small {
    font-size: 2.3rem;
    line-height: 25px
}

@media (max-width:576px) {
    .c-product__title.\--small {
        line-height: 22px;
        font-size: 2rem
    }
}

@media (min-width:576px) and (max-width:768px) {
    .c-product__title.\--small {
        font-size: 1.5rem;
        line-height: 18px
    }
}

@media (min-width:768px) and (max-width:991px) {
    .c-product__title.\--small {
        font-size: 1.3rem;
        line-height: 15px
    }
}

.c-product__title.\--black {
    color: #222
}

.c-product__link {
    position: absolute;
    bottom: 20px;
    left: 27px;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 19px;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none
}

.c-product__link:focus,
.c-product__link:hover {
    text-decoration: none
}

.c-product__link.\--red {
    color: #f33
}

@media (min-width:768px) and (max-width:991px) {
    .c-product__link {
        font-size: 1.2rem
    }
}

.c-product__wrap-img {
    display: flex;
    align-items: center;
    justify-content: center
}

.c-advanced {
    margin-top: -2.5rem
}

@media (max-width:991px) {
    .c-advanced {
        margin-top: 2rem
    }
}

.c-advanced__item {
    margin-top: 8.5rem
}

@media (max-width:991px) {
    .c-advanced__item {
        margin-top: 2rem
    }
}

.c-advanced__wrap-img {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 12rem
}

@media (max-width:991px) {
    .c-advanced__wrap-img {
        min-height: 9rem
    }
}

@media (max-width:991px) {
    .c-advanced__img {
        max-width: 6rem
    }
}

.c-advanced__title {
    font-size: 1.8rem;
    line-height: 23px;
    text-align: center;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: #333;
    font-weight: 700
}

@media (max-width:991px) {
    .c-advanced__title {
        font-size: 1.4rem;
        line-height: 18px
    }
}

.c-advanced__text {
    font-size: 1.8rem;
    line-height: 22px;
    text-align: center;
    color: #858585;
    font-weight: 300;
    margin-top: 1rem
}

@media (max-width:991px) {
    .c-advanced__text {
        font-size: 1.5rem;
        line-height: 18px
    }
}

.c-action {
    position: relative
}

.c-action::before {
    content: '';
    position: absolute;
    background-image: url(/img/bg-action.png);
    background-repeat: no-repeat;
    background-size: contain;
    right: 0;
    top: -170px;
    max-width: 1027px;
    width: 100%;
    height: 708px
}

@media (max-width:768px) {
    .c-action::before {
        height: 265px;
        width: 384px;
        top: 150px
    }
}

@media (min-width:768px) and (max-width:991px) {
    .c-action::before {
        height: 500px;
        right: 0;
        top: 160px;
        max-width: 627px
    }
}

@media (min-width:991px) and (max-width:1199px) {
    .c-action::before {
        height: 500px;
        right: 0;
        top: 90px;
        max-width: 550px
    }
}

@media (min-width:1199px) and (max-width:1768px) {
    .c-action::before {
        top: -117px;
        max-width: 765px
    }
}

.c-action__title {
    font-family: Bebas Neue;
    font-size: 11rem;
    text-transform: uppercase;
    color: #333
}

@media (max-width:768px) {
    .c-action__title {
        font-size: 7rem;
        text-align: center
    }
}

.c-action__heading-title {
    font-size: 2.9rem;
    line-height: 37px;
    letter-spacing: .01em;
    text-transform: uppercase;
    color: #858585;
    margin-top: 4rem
}

@media (max-width:768px) {
    .c-action__heading-title {
        font-size: 1.8rem;
        line-height: 23px;
        text-align: center;
        margin-top: 1rem
    }
}

.c-action__heading-text {
    font-size: 3rem;
    letter-spacing: .01em;
    color: #333;
    margin-top: 1rem;
    font-weight: 400
}

@media (max-width:768px) {
    .c-action__heading-text {
        margin-top: 5rem;
        text-align: center
    }
}

.c-action__wrap-btn {
    display: flex;
    align-items: center;
    margin-top: 5.6rem
}

@media (max-width:768px) {
    .c-action__wrap-btn {
        justify-content: center
    }
}

/* .c-action__btn{display:flex;align-items:center;font-size:2rem;color:#333;padding:19px 102px 19px 33px;background-color:#fff;border:3px solid #f33;border-radius:30px;text-decoration:none;position:relative;font-weight:500}.c-action__btn:focus,.c-action__btn:hover{text-decoration:none}
 
 .c-action__btn::before{content:'';position:absolute;right:30px;background-image:url(/img/arrow_btn.png);background-repeat:no-repeat;background-size:contain;width:28px;height:15px} */


.c-action__btn {
    display: flex;
    align-items: center;
    font-size: 2rem;
    color: #333;
    padding: 19px 102px 19px 33px;
    background-color: transparent;
    border: 3px solid #f33;
    border-radius: 30px;
    text-decoration: none;
    position: relative;
    font-weight: 500
}

.c-action__btn:focus,
.c-action__btn:hover {
    text-decoration: none;
    background-color: #f33;
    color: #fff;
}

.c-action__btn::before {
    /* content: '';
    position: absolute;
    right: 30px;
    background-image: url(/img/arrow_btn.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 28px;
    height: 15px */

    content: '';
    position: absolute;
    right: 26px;
    content: '→';
    font-size: 33px;
    padding-top: 3px;
    font-weight: 100;
}

.c-action__block {
    margin-top: 7.4rem
}

@media (max-width:991px) {
    .c-action__block {
        margin-top: 39rem
    }
}

@media (max-width:768px) {
    .c-action__block-item {
        margin-top: 2rem
    }
}

.c-action__block-wrap-img {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 7rem
}

.c-action__block-title {
    font-size: 1.8rem;
    line-height: 23px;
    text-align: center;
    color: #333;
    font-weight: 400
}

.c-footer {
    position: relative;
    background-color: #fff;
    padding: 43px 0 38px 0
}

.c-footer__logo-wrap {
    display: flex;
    justify-content: center;
    align-items: center
}

.c-footer__list {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.c-footer__list-link {
    font-size: 1.8rem;
    color: #fff;
    text-decoration: none
}

@media (max-width:991px) {
    .c-footer__list-link {
        font-size: 1.3rem
    }
}

.c-footer__list-link:focus,
.c-footer__list-link:hover {
    text-decoration: none;
    color: #fff
}

.c-footer__wrap-btn {
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.c-footer__btn {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
    text-align: center;
    color: #fff;
    padding: 12px 29px 12px 65px;
    text-decoration: none;
    border: 1px solid #f82828;
    border-radius: 30px;
    position: relative
}

.c-footer__btn:focus,
.c-footer__btn:hover {
    text-decoration: none;
    color: #fff
}

.c-footer__btn::before {
    content: '';
    position: absolute;
    left: 20px;
    background-image: url(/img/telegram.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 23px;
    height: 21px
}

.c-footer__telegram-wrap {
    display: flex;
    justify-content: center;
    align-items: center
}

.c-footer__telegram {
    display: block
}

.c-footer__copy {
    display: block;
    margin-top: 2.5rem;
    font-size: 1.2rem;
    color: #bcbcbc
}
