/*!
 * Bootstrap Grid v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

@import url(https://fonts.googleapis.com/css?family=IBM+Plex+Sans:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i&display=swap&subset=cyrillic);
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:1024px) {
    .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%;
    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: 100%
}

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

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

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

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

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

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

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

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

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

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

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

.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.33333%
}

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

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

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

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

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

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

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

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

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

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

@media (min-width:576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -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: 100%
    }
    .col-sm-1 {
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    .col-sm-2 {
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-sm-4 {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .col-sm-5 {
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-sm-7 {
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .col-sm-8 {
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .col-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-sm-10 {
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    .col-sm-11 {
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    .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.33333%
    }
    .offset-sm-2 {
        margin-left: 16.66667%
    }
    .offset-sm-3 {
        margin-left: 25%
    }
    .offset-sm-4 {
        margin-left: 33.33333%
    }
    .offset-sm-5 {
        margin-left: 41.66667%
    }
    .offset-sm-6 {
        margin-left: 50%
    }
    .offset-sm-7 {
        margin-left: 58.33333%
    }
    .offset-sm-8 {
        margin-left: 66.66667%
    }
    .offset-sm-9 {
        margin-left: 75%
    }
    .offset-sm-10 {
        margin-left: 83.33333%
    }
    .offset-sm-11 {
        margin-left: 91.66667%
    }
}

@media (min-width:768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -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: 100%
    }
    .col-md-1 {
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    .col-md-2 {
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-md-4 {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .col-md-5 {
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-md-7 {
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .col-md-8 {
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-md-10 {
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    .col-md-11 {
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    .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.33333%
    }
    .offset-md-2 {
        margin-left: 16.66667%
    }
    .offset-md-3 {
        margin-left: 25%
    }
    .offset-md-4 {
        margin-left: 33.33333%
    }
    .offset-md-5 {
        margin-left: 41.66667%
    }
    .offset-md-6 {
        margin-left: 50%
    }
    .offset-md-7 {
        margin-left: 58.33333%
    }
    .offset-md-8 {
        margin-left: 66.66667%
    }
    .offset-md-9 {
        margin-left: 75%
    }
    .offset-md-10 {
        margin-left: 83.33333%
    }
    .offset-md-11 {
        margin-left: 91.66667%
    }
}

@media (min-width:1024px) {
    .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: 100%
    }
    .col-lg-1 {
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    .col-lg-2 {
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-lg-4 {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .col-lg-5 {
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-lg-7 {
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .col-lg-8 {
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-lg-10 {
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    .col-lg-11 {
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    .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.33333%
    }
    .offset-lg-2 {
        margin-left: 16.66667%
    }
    .offset-lg-3 {
        margin-left: 25%
    }
    .offset-lg-4 {
        margin-left: 33.33333%
    }
    .offset-lg-5 {
        margin-left: 41.66667%
    }
    .offset-lg-6 {
        margin-left: 50%
    }
    .offset-lg-7 {
        margin-left: 58.33333%
    }
    .offset-lg-8 {
        margin-left: 66.66667%
    }
    .offset-lg-9 {
        margin-left: 75%
    }
    .offset-lg-10 {
        margin-left: 83.33333%
    }
    .offset-lg-11 {
        margin-left: 91.66667%
    }
}

@media (min-width:1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -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: 100%
    }
    .col-xl-1 {
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    .col-xl-2 {
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .col-xl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-xl-4 {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .col-xl-5 {
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .col-xl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-xl-7 {
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .col-xl-8 {
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .col-xl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-xl-10 {
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    .col-xl-11 {
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    .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.33333%
    }
    .offset-xl-2 {
        margin-left: 16.66667%
    }
    .offset-xl-3 {
        margin-left: 25%
    }
    .offset-xl-4 {
        margin-left: 33.33333%
    }
    .offset-xl-5 {
        margin-left: 41.66667%
    }
    .offset-xl-6 {
        margin-left: 50%
    }
    .offset-xl-7 {
        margin-left: 58.33333%
    }
    .offset-xl-8 {
        margin-left: 66.66667%
    }
    .offset-xl-9 {
        margin-left: 75%
    }
    .offset-xl-10 {
        margin-left: 83.33333%
    }
    .offset-xl-11 {
        margin-left: 91.66667%
    }
}

.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:1024px) {
    .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:1024px) {
    .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
    }
}

.m-0 {
    margin: 0!important
}

.mt-0,
.my-0 {
    margin-top: 0!important
}

.mr-0,
.mx-0 {
    margin-right: 0!important
}

.mb-0,
.my-0 {
    margin-bottom: 0!important
}

.ml-0,
.mx-0 {
    margin-left: 0!important
}

.m-1 {
    margin: .25rem!important
}

.mt-1,
.my-1 {
    margin-top: .25rem!important
}

.mr-1,
.mx-1 {
    margin-right: .25rem!important
}

.mb-1,
.my-1 {
    margin-bottom: .25rem!important
}

.ml-1,
.mx-1 {
    margin-left: .25rem!important
}

.m-2 {
    margin: .5rem!important
}

.mt-2,
.my-2 {
    margin-top: .5rem!important
}

.mr-2,
.mx-2 {
    margin-right: .5rem!important
}

.mb-2,
.my-2 {
    margin-bottom: .5rem!important
}

.ml-2,
.mx-2 {
    margin-left: .5rem!important
}

.m-3 {
    margin: 1rem!important
}

.mt-3,
.my-3 {
    margin-top: 1rem!important
}

.mr-3,
.mx-3 {
    margin-right: 1rem!important
}

.mb-3,
.my-3 {
    margin-bottom: 1rem!important
}

.ml-3,
.mx-3 {
    margin-left: 1rem!important
}

.m-4 {
    margin: 1.5rem!important
}

.mt-4,
.my-4 {
    margin-top: 1.5rem!important
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem!important
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem!important
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem!important
}

.m-5 {
    margin: 3rem!important
}

.mt-5,
.my-5 {
    margin-top: 3rem!important
}

.mr-5,
.mx-5 {
    margin-right: 3rem!important
}

.mb-5,
.my-5 {
    margin-bottom: 3rem!important
}

.ml-5,
.mx-5 {
    margin-left: 3rem!important
}

.p-0 {
    padding: 0!important
}

.pt-0,
.py-0 {
    padding-top: 0!important
}

.pr-0,
.px-0 {
    padding-right: 0!important
}

.pb-0,
.py-0 {
    padding-bottom: 0!important
}

.pl-0,
.px-0 {
    padding-left: 0!important
}

.p-1 {
    padding: .25rem!important
}

.pt-1,
.py-1 {
    padding-top: .25rem!important
}

.pr-1,
.px-1 {
    padding-right: .25rem!important
}

.pb-1,
.py-1 {
    padding-bottom: .25rem!important
}

.pl-1,
.px-1 {
    padding-left: .25rem!important
}

.p-2 {
    padding: .5rem!important
}

.pt-2,
.py-2 {
    padding-top: .5rem!important
}

.pr-2,
.px-2 {
    padding-right: .5rem!important
}

.pb-2,
.py-2 {
    padding-bottom: .5rem!important
}

.pl-2,
.px-2 {
    padding-left: .5rem!important
}

.p-3 {
    padding: 1rem!important
}

.pt-3,
.py-3 {
    padding-top: 1rem!important
}

.pr-3,
.px-3 {
    padding-right: 1rem!important
}

.pb-3,
.py-3 {
    padding-bottom: 1rem!important
}

.pl-3,
.px-3 {
    padding-left: 1rem!important
}

.p-4 {
    padding: 1.5rem!important
}

.pt-4,
.py-4 {
    padding-top: 1.5rem!important
}

.pr-4,
.px-4 {
    padding-right: 1.5rem!important
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem!important
}

.pl-4,
.px-4 {
    padding-left: 1.5rem!important
}

.p-5 {
    padding: 3rem!important
}

.pt-5,
.py-5 {
    padding-top: 3rem!important
}

.pr-5,
.px-5 {
    padding-right: 3rem!important
}

.pb-5,
.py-5 {
    padding-bottom: 3rem!important
}

.pl-5,
.px-5 {
    padding-left: 3rem!important
}

.m-n1 {
    margin: -.25rem!important
}

.mt-n1,
.my-n1 {
    margin-top: -.25rem!important
}

.mr-n1,
.mx-n1 {
    margin-right: -.25rem!important
}

.mb-n1,
.my-n1 {
    margin-bottom: -.25rem!important
}

.ml-n1,
.mx-n1 {
    margin-left: -.25rem!important
}

.m-n2 {
    margin: -.5rem!important
}

.mt-n2,
.my-n2 {
    margin-top: -.5rem!important
}

.mr-n2,
.mx-n2 {
    margin-right: -.5rem!important
}

.mb-n2,
.my-n2 {
    margin-bottom: -.5rem!important
}

.ml-n2,
.mx-n2 {
    margin-left: -.5rem!important
}

.m-n3 {
    margin: -1rem!important
}

.mt-n3,
.my-n3 {
    margin-top: -1rem!important
}

.mr-n3,
.mx-n3 {
    margin-right: -1rem!important
}

.mb-n3,
.my-n3 {
    margin-bottom: -1rem!important
}

.ml-n3,
.mx-n3 {
    margin-left: -1rem!important
}

.m-n4 {
    margin: -1.5rem!important
}

.mt-n4,
.my-n4 {
    margin-top: -1.5rem!important
}

.mr-n4,
.mx-n4 {
    margin-right: -1.5rem!important
}

.mb-n4,
.my-n4 {
    margin-bottom: -1.5rem!important
}

.ml-n4,
.mx-n4 {
    margin-left: -1.5rem!important
}

.m-n5 {
    margin: -3rem!important
}

.mt-n5,
.my-n5 {
    margin-top: -3rem!important
}

.mr-n5,
.mx-n5 {
    margin-right: -3rem!important
}

.mb-n5,
.my-n5 {
    margin-bottom: -3rem!important
}

.ml-n5,
.mx-n5 {
    margin-left: -3rem!important
}

.m-auto {
    margin: auto!important
}

.mt-auto,
.my-auto {
    margin-top: auto!important
}

.mr-auto,
.mx-auto {
    margin-right: auto!important
}

.mb-auto,
.my-auto {
    margin-bottom: auto!important
}

.ml-auto,
.mx-auto {
    margin-left: auto!important
}

@media (min-width:576px) {
    .m-sm-0 {
        margin: 0!important
    }
    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0!important
    }
    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0!important
    }
    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0!important
    }
    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0!important
    }
    .m-sm-1 {
        margin: .25rem!important
    }
    .mt-sm-1,
    .my-sm-1 {
        margin-top: .25rem!important
    }
    .mr-sm-1,
    .mx-sm-1 {
        margin-right: .25rem!important
    }
    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: .25rem!important
    }
    .ml-sm-1,
    .mx-sm-1 {
        margin-left: .25rem!important
    }
    .m-sm-2 {
        margin: .5rem!important
    }
    .mt-sm-2,
    .my-sm-2 {
        margin-top: .5rem!important
    }
    .mr-sm-2,
    .mx-sm-2 {
        margin-right: .5rem!important
    }
    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: .5rem!important
    }
    .ml-sm-2,
    .mx-sm-2 {
        margin-left: .5rem!important
    }
    .m-sm-3 {
        margin: 1rem!important
    }
    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem!important
    }
    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem!important
    }
    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem!important
    }
    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem!important
    }
    .m-sm-4 {
        margin: 1.5rem!important
    }
    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem!important
    }
    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem!important
    }
    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem!important
    }
    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem!important
    }
    .m-sm-5 {
        margin: 3rem!important
    }
    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem!important
    }
    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem!important
    }
    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem!important
    }
    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem!important
    }
    .p-sm-0 {
        padding: 0!important
    }
    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0!important
    }
    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0!important
    }
    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0!important
    }
    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0!important
    }
    .p-sm-1 {
        padding: .25rem!important
    }
    .pt-sm-1,
    .py-sm-1 {
        padding-top: .25rem!important
    }
    .pr-sm-1,
    .px-sm-1 {
        padding-right: .25rem!important
    }
    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: .25rem!important
    }
    .pl-sm-1,
    .px-sm-1 {
        padding-left: .25rem!important
    }
    .p-sm-2 {
        padding: .5rem!important
    }
    .pt-sm-2,
    .py-sm-2 {
        padding-top: .5rem!important
    }
    .pr-sm-2,
    .px-sm-2 {
        padding-right: .5rem!important
    }
    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: .5rem!important
    }
    .pl-sm-2,
    .px-sm-2 {
        padding-left: .5rem!important
    }
    .p-sm-3 {
        padding: 1rem!important
    }
    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem!important
    }
    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem!important
    }
    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem!important
    }
    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem!important
    }
    .p-sm-4 {
        padding: 1.5rem!important
    }
    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem!important
    }
    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem!important
    }
    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem!important
    }
    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem!important
    }
    .p-sm-5 {
        padding: 3rem!important
    }
    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem!important
    }
    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem!important
    }
    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem!important
    }
    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem!important
    }
    .m-sm-n1 {
        margin: -.25rem!important
    }
    .mt-sm-n1,
    .my-sm-n1 {
        margin-top: -.25rem!important
    }
    .mr-sm-n1,
    .mx-sm-n1 {
        margin-right: -.25rem!important
    }
    .mb-sm-n1,
    .my-sm-n1 {
        margin-bottom: -.25rem!important
    }
    .ml-sm-n1,
    .mx-sm-n1 {
        margin-left: -.25rem!important
    }
    .m-sm-n2 {
        margin: -.5rem!important
    }
    .mt-sm-n2,
    .my-sm-n2 {
        margin-top: -.5rem!important
    }
    .mr-sm-n2,
    .mx-sm-n2 {
        margin-right: -.5rem!important
    }
    .mb-sm-n2,
    .my-sm-n2 {
        margin-bottom: -.5rem!important
    }
    .ml-sm-n2,
    .mx-sm-n2 {
        margin-left: -.5rem!important
    }
    .m-sm-n3 {
        margin: -1rem!important
    }
    .mt-sm-n3,
    .my-sm-n3 {
        margin-top: -1rem!important
    }
    .mr-sm-n3,
    .mx-sm-n3 {
        margin-right: -1rem!important
    }
    .mb-sm-n3,
    .my-sm-n3 {
        margin-bottom: -1rem!important
    }
    .ml-sm-n3,
    .mx-sm-n3 {
        margin-left: -1rem!important
    }
    .m-sm-n4 {
        margin: -1.5rem!important
    }
    .mt-sm-n4,
    .my-sm-n4 {
        margin-top: -1.5rem!important
    }
    .mr-sm-n4,
    .mx-sm-n4 {
        margin-right: -1.5rem!important
    }
    .mb-sm-n4,
    .my-sm-n4 {
        margin-bottom: -1.5rem!important
    }
    .ml-sm-n4,
    .mx-sm-n4 {
        margin-left: -1.5rem!important
    }
    .m-sm-n5 {
        margin: -3rem!important
    }
    .mt-sm-n5,
    .my-sm-n5 {
        margin-top: -3rem!important
    }
    .mr-sm-n5,
    .mx-sm-n5 {
        margin-right: -3rem!important
    }
    .mb-sm-n5,
    .my-sm-n5 {
        margin-bottom: -3rem!important
    }
    .ml-sm-n5,
    .mx-sm-n5 {
        margin-left: -3rem!important
    }
    .m-sm-auto {
        margin: auto!important
    }
    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto!important
    }
    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto!important
    }
    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto!important
    }
    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto!important
    }
}

@media (min-width:768px) {
    .m-md-0 {
        margin: 0!important
    }
    .mt-md-0,
    .my-md-0 {
        margin-top: 0!important
    }
    .mr-md-0,
    .mx-md-0 {
        margin-right: 0!important
    }
    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0!important
    }
    .ml-md-0,
    .mx-md-0 {
        margin-left: 0!important
    }
    .m-md-1 {
        margin: .25rem!important
    }
    .mt-md-1,
    .my-md-1 {
        margin-top: .25rem!important
    }
    .mr-md-1,
    .mx-md-1 {
        margin-right: .25rem!important
    }
    .mb-md-1,
    .my-md-1 {
        margin-bottom: .25rem!important
    }
    .ml-md-1,
    .mx-md-1 {
        margin-left: .25rem!important
    }
    .m-md-2 {
        margin: .5rem!important
    }
    .mt-md-2,
    .my-md-2 {
        margin-top: .5rem!important
    }
    .mr-md-2,
    .mx-md-2 {
        margin-right: .5rem!important
    }
    .mb-md-2,
    .my-md-2 {
        margin-bottom: .5rem!important
    }
    .ml-md-2,
    .mx-md-2 {
        margin-left: .5rem!important
    }
    .m-md-3 {
        margin: 1rem!important
    }
    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem!important
    }
    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem!important
    }
    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem!important
    }
    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem!important
    }
    .m-md-4 {
        margin: 1.5rem!important
    }
    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem!important
    }
    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem!important
    }
    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem!important
    }
    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem!important
    }
    .m-md-5 {
        margin: 3rem!important
    }
    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem!important
    }
    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem!important
    }
    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem!important
    }
    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem!important
    }
    .p-md-0 {
        padding: 0!important
    }
    .pt-md-0,
    .py-md-0 {
        padding-top: 0!important
    }
    .pr-md-0,
    .px-md-0 {
        padding-right: 0!important
    }
    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0!important
    }
    .pl-md-0,
    .px-md-0 {
        padding-left: 0!important
    }
    .p-md-1 {
        padding: .25rem!important
    }
    .pt-md-1,
    .py-md-1 {
        padding-top: .25rem!important
    }
    .pr-md-1,
    .px-md-1 {
        padding-right: .25rem!important
    }
    .pb-md-1,
    .py-md-1 {
        padding-bottom: .25rem!important
    }
    .pl-md-1,
    .px-md-1 {
        padding-left: .25rem!important
    }
    .p-md-2 {
        padding: .5rem!important
    }
    .pt-md-2,
    .py-md-2 {
        padding-top: .5rem!important
    }
    .pr-md-2,
    .px-md-2 {
        padding-right: .5rem!important
    }
    .pb-md-2,
    .py-md-2 {
        padding-bottom: .5rem!important
    }
    .pl-md-2,
    .px-md-2 {
        padding-left: .5rem!important
    }
    .p-md-3 {
        padding: 1rem!important
    }
    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem!important
    }
    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem!important
    }
    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem!important
    }
    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem!important
    }
    .p-md-4 {
        padding: 1.5rem!important
    }
    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem!important
    }
    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem!important
    }
    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem!important
    }
    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem!important
    }
    .p-md-5 {
        padding: 3rem!important
    }
    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem!important
    }
    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem!important
    }
    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem!important
    }
    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem!important
    }
    .m-md-n1 {
        margin: -.25rem!important
    }
    .mt-md-n1,
    .my-md-n1 {
        margin-top: -.25rem!important
    }
    .mr-md-n1,
    .mx-md-n1 {
        margin-right: -.25rem!important
    }
    .mb-md-n1,
    .my-md-n1 {
        margin-bottom: -.25rem!important
    }
    .ml-md-n1,
    .mx-md-n1 {
        margin-left: -.25rem!important
    }
    .m-md-n2 {
        margin: -.5rem!important
    }
    .mt-md-n2,
    .my-md-n2 {
        margin-top: -.5rem!important
    }
    .mr-md-n2,
    .mx-md-n2 {
        margin-right: -.5rem!important
    }
    .mb-md-n2,
    .my-md-n2 {
        margin-bottom: -.5rem!important
    }
    .ml-md-n2,
    .mx-md-n2 {
        margin-left: -.5rem!important
    }
    .m-md-n3 {
        margin: -1rem!important
    }
    .mt-md-n3,
    .my-md-n3 {
        margin-top: -1rem!important
    }
    .mr-md-n3,
    .mx-md-n3 {
        margin-right: -1rem!important
    }
    .mb-md-n3,
    .my-md-n3 {
        margin-bottom: -1rem!important
    }
    .ml-md-n3,
    .mx-md-n3 {
        margin-left: -1rem!important
    }
    .m-md-n4 {
        margin: -1.5rem!important
    }
    .mt-md-n4,
    .my-md-n4 {
        margin-top: -1.5rem!important
    }
    .mr-md-n4,
    .mx-md-n4 {
        margin-right: -1.5rem!important
    }
    .mb-md-n4,
    .my-md-n4 {
        margin-bottom: -1.5rem!important
    }
    .ml-md-n4,
    .mx-md-n4 {
        margin-left: -1.5rem!important
    }
    .m-md-n5 {
        margin: -3rem!important
    }
    .mt-md-n5,
    .my-md-n5 {
        margin-top: -3rem!important
    }
    .mr-md-n5,
    .mx-md-n5 {
        margin-right: -3rem!important
    }
    .mb-md-n5,
    .my-md-n5 {
        margin-bottom: -3rem!important
    }
    .ml-md-n5,
    .mx-md-n5 {
        margin-left: -3rem!important
    }
    .m-md-auto {
        margin: auto!important
    }
    .mt-md-auto,
    .my-md-auto {
        margin-top: auto!important
    }
    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto!important
    }
    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto!important
    }
    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto!important
    }
}

@media (min-width:1024px) {
    .m-lg-0 {
        margin: 0!important
    }
    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0!important
    }
    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0!important
    }
    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0!important
    }
    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0!important
    }
    .m-lg-1 {
        margin: .25rem!important
    }
    .mt-lg-1,
    .my-lg-1 {
        margin-top: .25rem!important
    }
    .mr-lg-1,
    .mx-lg-1 {
        margin-right: .25rem!important
    }
    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: .25rem!important
    }
    .ml-lg-1,
    .mx-lg-1 {
        margin-left: .25rem!important
    }
    .m-lg-2 {
        margin: .5rem!important
    }
    .mt-lg-2,
    .my-lg-2 {
        margin-top: .5rem!important
    }
    .mr-lg-2,
    .mx-lg-2 {
        margin-right: .5rem!important
    }
    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: .5rem!important
    }
    .ml-lg-2,
    .mx-lg-2 {
        margin-left: .5rem!important
    }
    .m-lg-3 {
        margin: 1rem!important
    }
    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem!important
    }
    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem!important
    }
    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem!important
    }
    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem!important
    }
    .m-lg-4 {
        margin: 1.5rem!important
    }
    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem!important
    }
    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem!important
    }
    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem!important
    }
    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem!important
    }
    .m-lg-5 {
        margin: 3rem!important
    }
    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem!important
    }
    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem!important
    }
    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem!important
    }
    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem!important
    }
    .p-lg-0 {
        padding: 0!important
    }
    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0!important
    }
    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0!important
    }
    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0!important
    }
    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0!important
    }
    .p-lg-1 {
        padding: .25rem!important
    }
    .pt-lg-1,
    .py-lg-1 {
        padding-top: .25rem!important
    }
    .pr-lg-1,
    .px-lg-1 {
        padding-right: .25rem!important
    }
    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: .25rem!important
    }
    .pl-lg-1,
    .px-lg-1 {
        padding-left: .25rem!important
    }
    .p-lg-2 {
        padding: .5rem!important
    }
    .pt-lg-2,
    .py-lg-2 {
        padding-top: .5rem!important
    }
    .pr-lg-2,
    .px-lg-2 {
        padding-right: .5rem!important
    }
    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: .5rem!important
    }
    .pl-lg-2,
    .px-lg-2 {
        padding-left: .5rem!important
    }
    .p-lg-3 {
        padding: 1rem!important
    }
    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem!important
    }
    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem!important
    }
    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem!important
    }
    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem!important
    }
    .p-lg-4 {
        padding: 1.5rem!important
    }
    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem!important
    }
    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem!important
    }
    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem!important
    }
    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem!important
    }
    .p-lg-5 {
        padding: 3rem!important
    }
    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem!important
    }
    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem!important
    }
    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem!important
    }
    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem!important
    }
    .m-lg-n1 {
        margin: -.25rem!important
    }
    .mt-lg-n1,
    .my-lg-n1 {
        margin-top: -.25rem!important
    }
    .mr-lg-n1,
    .mx-lg-n1 {
        margin-right: -.25rem!important
    }
    .mb-lg-n1,
    .my-lg-n1 {
        margin-bottom: -.25rem!important
    }
    .ml-lg-n1,
    .mx-lg-n1 {
        margin-left: -.25rem!important
    }
    .m-lg-n2 {
        margin: -.5rem!important
    }
    .mt-lg-n2,
    .my-lg-n2 {
        margin-top: -.5rem!important
    }
    .mr-lg-n2,
    .mx-lg-n2 {
        margin-right: -.5rem!important
    }
    .mb-lg-n2,
    .my-lg-n2 {
        margin-bottom: -.5rem!important
    }
    .ml-lg-n2,
    .mx-lg-n2 {
        margin-left: -.5rem!important
    }
    .m-lg-n3 {
        margin: -1rem!important
    }
    .mt-lg-n3,
    .my-lg-n3 {
        margin-top: -1rem!important
    }
    .mr-lg-n3,
    .mx-lg-n3 {
        margin-right: -1rem!important
    }
    .mb-lg-n3,
    .my-lg-n3 {
        margin-bottom: -1rem!important
    }
    .ml-lg-n3,
    .mx-lg-n3 {
        margin-left: -1rem!important
    }
    .m-lg-n4 {
        margin: -1.5rem!important
    }
    .mt-lg-n4,
    .my-lg-n4 {
        margin-top: -1.5rem!important
    }
    .mr-lg-n4,
    .mx-lg-n4 {
        margin-right: -1.5rem!important
    }
    .mb-lg-n4,
    .my-lg-n4 {
        margin-bottom: -1.5rem!important
    }
    .ml-lg-n4,
    .mx-lg-n4 {
        margin-left: -1.5rem!important
    }
    .m-lg-n5 {
        margin: -3rem!important
    }
    .mt-lg-n5,
    .my-lg-n5 {
        margin-top: -3rem!important
    }
    .mr-lg-n5,
    .mx-lg-n5 {
        margin-right: -3rem!important
    }
    .mb-lg-n5,
    .my-lg-n5 {
        margin-bottom: -3rem!important
    }
    .ml-lg-n5,
    .mx-lg-n5 {
        margin-left: -3rem!important
    }
    .m-lg-auto {
        margin: auto!important
    }
    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto!important
    }
    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto!important
    }
    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto!important
    }
    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto!important
    }
}

@media (min-width:1200px) {
    .m-xl-0 {
        margin: 0!important
    }
    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0!important
    }
    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0!important
    }
    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0!important
    }
    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0!important
    }
    .m-xl-1 {
        margin: .25rem!important
    }
    .mt-xl-1,
    .my-xl-1 {
        margin-top: .25rem!important
    }
    .mr-xl-1,
    .mx-xl-1 {
        margin-right: .25rem!important
    }
    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: .25rem!important
    }
    .ml-xl-1,
    .mx-xl-1 {
        margin-left: .25rem!important
    }
    .m-xl-2 {
        margin: .5rem!important
    }
    .mt-xl-2,
    .my-xl-2 {
        margin-top: .5rem!important
    }
    .mr-xl-2,
    .mx-xl-2 {
        margin-right: .5rem!important
    }
    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: .5rem!important
    }
    .ml-xl-2,
    .mx-xl-2 {
        margin-left: .5rem!important
    }
    .m-xl-3 {
        margin: 1rem!important
    }
    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem!important
    }
    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem!important
    }
    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem!important
    }
    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem!important
    }
    .m-xl-4 {
        margin: 1.5rem!important
    }
    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem!important
    }
    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem!important
    }
    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem!important
    }
    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem!important
    }
    .m-xl-5 {
        margin: 3rem!important
    }
    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem!important
    }
    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem!important
    }
    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem!important
    }
    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem!important
    }
    .p-xl-0 {
        padding: 0!important
    }
    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0!important
    }
    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0!important
    }
    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0!important
    }
    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0!important
    }
    .p-xl-1 {
        padding: .25rem!important
    }
    .pt-xl-1,
    .py-xl-1 {
        padding-top: .25rem!important
    }
    .pr-xl-1,
    .px-xl-1 {
        padding-right: .25rem!important
    }
    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: .25rem!important
    }
    .pl-xl-1,
    .px-xl-1 {
        padding-left: .25rem!important
    }
    .p-xl-2 {
        padding: .5rem!important
    }
    .pt-xl-2,
    .py-xl-2 {
        padding-top: .5rem!important
    }
    .pr-xl-2,
    .px-xl-2 {
        padding-right: .5rem!important
    }
    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: .5rem!important
    }
    .pl-xl-2,
    .px-xl-2 {
        padding-left: .5rem!important
    }
    .p-xl-3 {
        padding: 1rem!important
    }
    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem!important
    }
    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem!important
    }
    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem!important
    }
    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem!important
    }
    .p-xl-4 {
        padding: 1.5rem!important
    }
    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem!important
    }
    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem!important
    }
    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem!important
    }
    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem!important
    }
    .p-xl-5 {
        padding: 3rem!important
    }
    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem!important
    }
    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem!important
    }
    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem!important
    }
    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem!important
    }
    .m-xl-n1 {
        margin: -.25rem!important
    }
    .mt-xl-n1,
    .my-xl-n1 {
        margin-top: -.25rem!important
    }
    .mr-xl-n1,
    .mx-xl-n1 {
        margin-right: -.25rem!important
    }
    .mb-xl-n1,
    .my-xl-n1 {
        margin-bottom: -.25rem!important
    }
    .ml-xl-n1,
    .mx-xl-n1 {
        margin-left: -.25rem!important
    }
    .m-xl-n2 {
        margin: -.5rem!important
    }
    .mt-xl-n2,
    .my-xl-n2 {
        margin-top: -.5rem!important
    }
    .mr-xl-n2,
    .mx-xl-n2 {
        margin-right: -.5rem!important
    }
    .mb-xl-n2,
    .my-xl-n2 {
        margin-bottom: -.5rem!important
    }
    .ml-xl-n2,
    .mx-xl-n2 {
        margin-left: -.5rem!important
    }
    .m-xl-n3 {
        margin: -1rem!important
    }
    .mt-xl-n3,
    .my-xl-n3 {
        margin-top: -1rem!important
    }
    .mr-xl-n3,
    .mx-xl-n3 {
        margin-right: -1rem!important
    }
    .mb-xl-n3,
    .my-xl-n3 {
        margin-bottom: -1rem!important
    }
    .ml-xl-n3,
    .mx-xl-n3 {
        margin-left: -1rem!important
    }
    .m-xl-n4 {
        margin: -1.5rem!important
    }
    .mt-xl-n4,
    .my-xl-n4 {
        margin-top: -1.5rem!important
    }
    .mr-xl-n4,
    .mx-xl-n4 {
        margin-right: -1.5rem!important
    }
    .mb-xl-n4,
    .my-xl-n4 {
        margin-bottom: -1.5rem!important
    }
    .ml-xl-n4,
    .mx-xl-n4 {
        margin-left: -1.5rem!important
    }
    .m-xl-n5 {
        margin: -3rem!important
    }
    .mt-xl-n5,
    .my-xl-n5 {
        margin-top: -3rem!important
    }
    .mr-xl-n5,
    .mx-xl-n5 {
        margin-right: -3rem!important
    }
    .mb-xl-n5,
    .my-xl-n5 {
        margin-bottom: -3rem!important
    }
    .ml-xl-n5,
    .mx-xl-n5 {
        margin-left: -3rem!important
    }
    .m-xl-auto {
        margin: auto!important
    }
    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto!important
    }
    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto!important
    }
    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto!important
    }
    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto!important
    }
}


/*!
 * Bootstrap Reboot v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */

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

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff
}

[tabindex="-1"]:focus {
    outline: 0!important
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[data-original-title],
abbr[title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 1rem
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

b,
strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent
}

a:hover {
    color: #0056b3;
    text-decoration: underline
}

a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus {
    outline: 0
}

code,
kbd,
pre,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1em
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto
}

figure {
    margin: 0 0 1rem
}

img {
    vertical-align: middle;
    border-style: none
}

svg {
    overflow: hidden;
    vertical-align: middle
}

table {
    border-collapse: collapse
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: inherit
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    border-radius: 0
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

select {
    word-wrap: normal
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
    cursor: pointer
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    padding: 0;
    border-style: none
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=date],
input[type=datetime-local],
input[type=month],
input[type=time] {
    -webkit-appearance: listbox
}

textarea {
    overflow: auto;
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal
}

progress {
    vertical-align: baseline
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

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

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

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

output {
    display: inline-block
}

summary {
    display: list-item;
    cursor: pointer
}

template {
    display: none
}

[hidden] {
    display: none!important
}

@font-face {
    font-family: Montserrat;
    src: url(../fonts/montserrat/Montserrat-Medium.eot);
    src: url(../fonts/montserrat/Montserrat-Medium.eot?#iefix) format("embedded-opentype"), url(../fonts/montserrat/Montserrat-Medium.woff2) format("woff2"), url(../fonts/montserrat/Montserrat-Medium.woff) format("woff"), url(../fonts/montserrat/Montserrat-Medium.ttf) format("truetype"), url(../fonts/montserrat/Montserrat-Medium.svg#Montserrat-Medium) format("svg");
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: Montserrat;
    src: url(../fonts/montserrat/Montserrat-Light.eot);
    src: url(../fonts/montserrat/Montserrat-Light.eot?#iefix) format("embedded-opentype"), url(../fonts/montserrat/Montserrat-Light.woff2) format("woff2"), url(../fonts/montserrat/Montserrat-Light.woff) format("woff"), url(../fonts/montserrat/Montserrat-Light.ttf) format("truetype"), url(../fonts/montserrat/Montserrat-Light.svg#Montserrat-Light) format("svg");
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: Montserrat;
    src: url(../fonts/montserrat/Montserrat-MediumItalic.eot);
    src: url(../fonts/montserrat/Montserrat-MediumItalic.eot?#iefix) format("embedded-opentype"), url(../fonts/montserrat/Montserrat-MediumItalic.woff2) format("woff2"), url(../fonts/montserrat/Montserrat-MediumItalic.woff) format("woff"), url(../fonts/montserrat/Montserrat-MediumItalic.ttf) format("truetype"), url(../fonts/montserrat/Montserrat-MediumItalic.svg#Montserrat-MediumItalic) format("svg");
    font-weight: 500;
    font-style: italic
}

@font-face {
    font-family: Montserrat;
    src: url(../fonts/montserrat/Montserrat-LightItalic.eot);
    src: url(../fonts/montserrat/Montserrat-LightItalic.eot?#iefix) format("embedded-opentype"), url(../fonts/montserrat/Montserrat-LightItalic.woff2) format("woff2"), url(../fonts/montserrat/Montserrat-LightItalic.woff) format("woff"), url(../fonts/montserrat/Montserrat-LightItalic.ttf) format("truetype"), url(../fonts/montserrat/Montserrat-LightItalic.svg#Montserrat-LightItalic) format("svg");
    font-weight: 300;
    font-style: italic
}

@font-face {
    font-family: Montserrat;
    src: url(../fonts/montserrat/Montserrat-Bold.eot);
    src: url(../fonts/montserrat/Montserrat-Bold.eot?#iefix) format("embedded-opentype"), url(../fonts/montserrat/Montserrat-Bold.woff2) format("woff2"), url(../fonts/montserrat/Montserrat-Bold.woff) format("woff"), url(../fonts/montserrat/Montserrat-Bold.ttf) format("truetype"), url(../fonts/montserrat/Montserrat-Bold.svg#Montserrat-Bold) format("svg");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: Montserrat;
    src: url(../fonts/montserrat/Montserrat-SemiBold.eot);
    src: url(../fonts/montserrat/Montserrat-SemiBold.eot?#iefix) format("embedded-opentype"), url(../fonts/montserrat/Montserrat-SemiBold.woff2) format("woff2"), url(../fonts/montserrat/Montserrat-SemiBold.woff) format("woff"), url(../fonts/montserrat/Montserrat-SemiBold.ttf) format("truetype"), url(../fonts/montserrat/Montserrat-SemiBold.svg#Montserrat-SemiBold) format("svg");
    font-weight: 600;
    font-style: normal
}

@font-face {
    font-family: Montserrat;
    src: url(../fonts/montserrat/Montserrat-BlackItalic.eot);
    src: url(../fonts/montserrat/Montserrat-BlackItalic.eot?#iefix) format("embedded-opentype"), url(../fonts/montserrat/Montserrat-BlackItalic.woff2) format("woff2"), url(../fonts/montserrat/Montserrat-BlackItalic.woff) format("woff"), url(../fonts/montserrat/Montserrat-BlackItalic.ttf) format("truetype"), url(../fonts/montserrat/Montserrat-BlackItalic.svg#Montserrat-BlackItalic) format("svg");
    font-weight: 900;
    font-style: italic
}

@font-face {
    font-family: Montserrat;
    src: url(../fonts/montserrat/Montserrat-ExtraBoldItalic.eot);
    src: url(../fonts/montserrat/Montserrat-ExtraBoldItalic.eot?#iefix) format("embedded-opentype"), url(../fonts/montserrat/Montserrat-ExtraBoldItalic.woff2) format("woff2"), url(../fonts/montserrat/Montserrat-ExtraBoldItalic.woff) format("woff"), url(../fonts/montserrat/Montserrat-ExtraBoldItalic.ttf) format("truetype"), url(../fonts/montserrat/Montserrat-ExtraBoldItalic.svg#Montserrat-ExtraBoldItalic) format("svg");
    font-weight: 800;
    font-style: italic
}

@font-face {
    font-family: Montserrat;
    src: url(../fonts/montserrat/Montserrat-ThinItalic.eot);
    src: url(../fonts/montserrat/Montserrat-ThinItalic.eot?#iefix) format("embedded-opentype"), url(../fonts/montserrat/Montserrat-ThinItalic.woff2) format("woff2"), url(../fonts/montserrat/Montserrat-ThinItalic.woff) format("woff"), url(../fonts/montserrat/Montserrat-ThinItalic.ttf) format("truetype"), url(../fonts/montserrat/Montserrat-ThinItalic.svg#Montserrat-ThinItalic) format("svg");
    font-weight: 100;
    font-style: italic
}

@font-face {
    font-family: Montserrat;
    src: url(../fonts/montserrat/Montserrat-SemiBoldItalic.eot);
    src: url(../fonts/montserrat/Montserrat-SemiBoldItalic.eot?#iefix) format("embedded-opentype"), url(../fonts/montserrat/Montserrat-SemiBoldItalic.woff2) format("woff2"), url(../fonts/montserrat/Montserrat-SemiBoldItalic.woff) format("woff"), url(../fonts/montserrat/Montserrat-SemiBoldItalic.ttf) format("truetype"), url(../fonts/montserrat/Montserrat-SemiBoldItalic.svg#Montserrat-SemiBoldItalic) format("svg");
    font-weight: 600;
    font-style: italic
}

@font-face {
    font-family: Montserrat;
    src: url(../fonts/montserrat/Montserrat-ExtraBold.eot);
    src: url(../fonts/montserrat/Montserrat-ExtraBold.eot?#iefix) format("embedded-opentype"), url(../fonts/montserrat/Montserrat-ExtraBold.woff2) format("woff2"), url(../fonts/montserrat/Montserrat-ExtraBold.woff) format("woff"), url(../fonts/montserrat/Montserrat-ExtraBold.ttf) format("truetype"), url(../fonts/montserrat/Montserrat-ExtraBold.svg#Montserrat-ExtraBold) format("svg");
    font-weight: 800;
    font-style: normal
}

@font-face {
    font-family: Montserrat;
    src: url(../fonts/montserrat/Montserrat-Italic.eot);
    src: url(../fonts/montserrat/Montserrat-Italic.eot?#iefix) format("embedded-opentype"), url(../fonts/montserrat/Montserrat-Italic.woff2) format("woff2"), url(../fonts/montserrat/Montserrat-Italic.woff) format("woff"), url(../fonts/montserrat/Montserrat-Italic.ttf) format("truetype"), url(../fonts/montserrat/Montserrat-Italic.svg#Montserrat-Italic) format("svg");
    font-weight: 400;
    font-style: italic
}

@font-face {
    font-family: Montserrat;
    src: url(../fonts/montserrat/Montserrat-Black.eot);
    src: url(../fonts/montserrat/Montserrat-Black.eot?#iefix) format("embedded-opentype"), url(../fonts/montserrat/Montserrat-Black.woff2) format("woff2"), url(../fonts/montserrat/Montserrat-Black.woff) format("woff"), url(../fonts/montserrat/Montserrat-Black.ttf) format("truetype"), url(../fonts/montserrat/Montserrat-Black.svg#Montserrat-Black) format("svg");
    font-weight: 900;
    font-style: normal
}

@font-face {
    font-family: Montserrat;
    src: url(../fonts/montserrat/Montserrat-Regular.eot);
    src: url(../fonts/montserrat/Montserrat-Regular.eot?#iefix) format("embedded-opentype"), url(../fonts/montserrat/Montserrat-Regular.woff2) format("woff2"), url(../fonts/montserrat/Montserrat-Regular.woff) format("woff"), url(../fonts/montserrat/Montserrat-Regular.ttf) format("truetype"), url(../fonts/montserrat/Montserrat-Regular.svg#Montserrat-Regular) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Montserrat;
    src: url(../fonts/montserrat/Montserrat-BoldItalic.eot);
    src: url(../fonts/montserrat/Montserrat-BoldItalic.eot?#iefix) format("embedded-opentype"), url(../fonts/montserrat/Montserrat-BoldItalic.woff2) format("woff2"), url(../fonts/montserrat/Montserrat-BoldItalic.woff) format("woff"), url(../fonts/montserrat/Montserrat-BoldItalic.ttf) format("truetype"), url(../fonts/montserrat/Montserrat-BoldItalic.svg#Montserrat-BoldItalic) format("svg");
    font-weight: 700;
    font-style: italic
}

@font-face {
    font-family: Montserrat;
    src: url(../fonts/montserrat/Montserrat-Thin.eot);
    src: url(../fonts/montserrat/Montserrat-Thin.eot?#iefix) format("embedded-opentype"), url(../fonts/montserrat/Montserrat-Thin.woff2) format("woff2"), url(../fonts/montserrat/Montserrat-Thin.woff) format("woff"), url(../fonts/montserrat/Montserrat-Thin.ttf) format("truetype"), url(../fonts/montserrat/Montserrat-Thin.svg#Montserrat-Thin) format("svg");
    font-weight: 100;
    font-style: normal
}

@font-face {
    font-family: Montserrat;
    src: url(../fonts/montserrat/Montserrat-ExtraLightItalic.eot);
    src: url(../fonts/montserrat/Montserrat-ExtraLightItalic.eot?#iefix) format("embedded-opentype"), url(../fonts/montserrat/Montserrat-ExtraLightItalic.woff2) format("woff2"), url(../fonts/montserrat/Montserrat-ExtraLightItalic.woff) format("woff"), url(../fonts/montserrat/Montserrat-ExtraLightItalic.ttf) format("truetype"), url(../fonts/montserrat/Montserrat-ExtraLightItalic.svg#Montserrat-ExtraLightItalic) format("svg");
    font-weight: 200;
    font-style: italic
}

@font-face {
    font-family: Montserrat;
    src: url(../fonts/montserrat/Montserrat-ExtraLight.eot);
    src: url(../fonts/montserrat/Montserrat-ExtraLight.eot?#iefix) format("embedded-opentype"), url(../fonts/montserrat/Montserrat-ExtraLight.woff2) format("woff2"), url(../fonts/montserrat/Montserrat-ExtraLight.woff) format("woff"), url(../fonts/montserrat/Montserrat-ExtraLight.ttf) format("truetype"), url(../fonts/montserrat/Montserrat-ExtraLight.svg#Montserrat-ExtraLight) format("svg");
    font-weight: 200;
    font-style: normal
}

body,
html {
    height: 100%;
    -ms-scroll-chaining: none;
    overscroll-behavior: none
}

body {
    font-family: 'IBM Plex Sans', Arial;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    color: #212226;
    background-color: #fffbfb
}

.text-center {
    text-align: center
}

.h1,
h1 {
    font-family: Montserrat, Arial;
    font-weight: 800;
    font-size: 50px;
    line-height: 58px
}

@media only screen and (max-width:1199px) {
    .h1,
    h1 {
        font-size: 32px;
        line-height: 40px
    }
}

@media only screen and (max-width:767px) {
    .h1,
    h1 {
        font-size: 25px;
        line-height: 32px
    }
}

.h2,
h2 {
    font-family: Montserrat, Arial;
    font-weight: 800;
    font-size: 32px;
    line-height: 40px
}

@media only screen and (max-width:1199px) {
    .h2,
    h2 {
        font-size: 24px;
        line-height: 30px
    }
}

@media only screen and (max-width:767px) {
    .h2,
    h2 {
        font-size: 20px;
        line-height: 25px
    }
}

.h3,
h3 {
    font-family: Montserrat, Arial;
    font-weight: 800;
    font-size: 22px;
    line-height: 27px
}

@media only screen and (max-width:1199px) {
    .h3,
    h3 {
        font-size: 20px;
        line-height: 25px
    }
}

@media only screen and (max-width:767px) {
    .h3,
    h3 {
        font-size: 18px;
        line-height: 25px
    }
}

.h4,
h4 {
    font-family: Montserrat, Arial;
    font-weight: 700;
    font-size: 17px;
    line-height: 22px
}

.h5,
h5 {
    font-family: Montserrat, Arial;
    font-weight: 700;
    font-size: 17px;
    line-height: 22px
}

.figure,
figure {
    margin-bottom: 30px;
    margin-top: 30px
}

.figure figcaption,
figure figcaption {
    margin-top: 15px;
    font-size: 14px;
    line-height: 23px;
    color: #212226;
    opacity: .6
}

p {
    margin-bottom: 15px
}

p.textBig {
    margin-bottom: 30px
}

@media only screen and (max-width:767px) {
    p.textBig {
        margin-bottom: 20px
    }
}

p.h4 {
    font-weight: 400;
    line-height: 27px
}

@media only screen and (max-width:767px) {
    .text-block {
        font-size: 16px;
        line-height: 22px
    }
}

.text-block>:first-child {
    margin-top: 0
}

.text-block table {
    width: 100%;
    font-size: 16px;
    border-collapse: collapse;
    border: 1px solid #e5e5eb
}

.text-block table td {
    padding: 10px;
    border: 1px solid #e5e5eb
}

.text-block img {
    display: block;
    max-width: 100%;
    height: auto
}

.text-block iframe {
    display: block;
    max-width: 100%;
    width: 100%;
    height: 470px;
    margin: 34px 0
}

@media only screen and (max-width:1199px) {
    .text-block iframe {
        height: 380px
    }
}

@media only screen and (max-width:767px) {
    .text-block iframe {
        height: 250px
    }
}

@media only screen and (max-width:400px) {
    .text-block iframe {
        height: 178px
    }
}

.text-block blockquote {
    margin: 50px 0
}

.text-block blockquote p {
    padding-right: 35px
}

@media only screen and (max-width:767px) {
    .text-block blockquote {
        margin: 40px 0
    }
}

.text-block a:not(.btn) {
    color: #176ae0
}

.text-block .btn {
    margin-top: 30px
}

.text-block .single-gallery {
    margin: 50px 0
}

@media only screen and (max-width:767px) {
    .text-block .single-gallery {
        margin: 30px 0
    }
}

@media only screen and (max-width:575px) {
    .text-block .single-gallery {
        margin: 30px -15px
    }
}

.text-block h2 {
    margin: 40px 0 30px
}

@media only screen and (max-width:767px) {
    .text-block h2 {
        margin: 40px 0 15px
    }
}

.text-block h3 {
    margin: 40px 0 15px
}

@media only screen and (max-width:767px) {
    .text-block h3 {
        margin: 30px 0 15px
    }
}

.text-block h4 {
    margin: 25px 0 15px
}

@media only screen and (max-width:767px) {
    .text-block figure {
        margin: 30px 0
    }
}

@media only screen and (max-width:575px) {
    .text-block figure {
        margin: 30px -15px
    }
}

@media only screen and (max-width:575px) {
    .text-block figure figcaption {
        padding: 0 15px
    }
}

.text-block ul:not(.socials) {
    list-style: none;
    padding: 0;
    margin: 0
}

.text-block ul:not(.socials) li {
    position: relative;
    margin-bottom: 20px
}

.text-block ul:not(.socials) li:before {
    content: '';
    display: inline-block;
    margin-left: 11px;
    margin-right: 18px;
    margin-top: 11px;
    vertical-align: top;
    width: 8px;
    height: 8px;
    background-color: #f55;
    border-radius: 50%
}

.textBig {
    font-size: 22px;
    line-height: 34px
}

@media only screen and (max-width:767px) {
    .textBig {
        font-size: 18px;
        line-height: 28px
    }
}

.textSmall {
    font-size: 16px;
    line-height: 22px
}

blockquote {
    position: relative;
    padding-left: 95px;
    padding-top: 60px;
    padding-bottom: 35px;
    border-bottom: 1px solid #e0e0e0;
    border-top: 1px solid #e0e0e0;
    max-width: 840px
}

@media only screen and (max-width:1199px) {
    blockquote {
        padding-top: 40px;
        padding-bottom: 20px
    }
}

@media only screen and (max-width:767px) {
    blockquote {
        padding-left: 0;
        padding-top: 68px;
        padding-bottom: 20px
    }
}

blockquote:before {
    content: '';
    position: absolute;
    top: 40px;
    left: 0;
    background-image: url(../img/quote.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
    width: 110px;
    height: 78px
}

@media only screen and (max-width:1199px) {
    blockquote:before {
        top: 20px
    }
}

@media only screen and (max-width:767px) {
    blockquote:before {
        width: 89px;
        height: 63px;
        top: 15px
    }
}

blockquote p {
    font-style: italic;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    color: #000;
    margin-bottom: 15px
}

@media only screen and (max-width:767px) {
    blockquote p {
        font-size: 18px;
        line-height: 24px
    }
}

blockquote em,
blockquote i {
    display: block;
    text-align: right;
    color: #212226;
    opacity: .6;
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 20px;
    font-style: normal
}

blockquote .qoute-share {
    -ms-flex-pack: end;
    justify-content: flex-end;
    z-index: 7
}

.filter-title {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: end;
    align-items: flex-end
}

.filter-title .show-filter {
    margin-bottom: 7px
}

.blockquote__link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 6
}

@-webkit-keyframes pollLeft {
    from {
        width: 0
    }
    to {
        width: inherit
    }
}

@keyframes pollLeft {
    from {
        width: 0
    }
    to {
        width: inherit
    }
}

@-webkit-keyframes mouse-scroll {
    0% {
        opacity: 0
    }
    50% {
        opacity: .5
    }
    100% {
        opacity: 1
    }
}

@keyframes mouse-scroll {
    0% {
        opacity: 0
    }
    50% {
        opacity: .5
    }
    100% {
        opacity: 1
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 1170px;
        padding-left: 20px;
        padding-right: 20px
    }
}

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

@media (min-width:1200px) {
    .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 {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media (min-width:1200px) {
    .row {
        margin-left: -20px;
        margin-right: -20px
    }
}

a {
    color: #176ae0;
    transition: all .3s linear
}

a:hover {
    text-decoration: none
}

.tooltip-block {
    position: relative;
    display: inline-block
}

.tooltip-block__link {
    border-bottom: 2px dotted #176ae0
}

.tooltip-block__el {
    background-color: #fff;
    padding: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
    width: 394px;
    position: absolute;
    bottom: 100%;
    left: 0;
    visibility: hidden;
    opacity: 0;
    transition: all .3s linear
}

@media only screen and (max-width:575px) {
    .tooltip-block__el {
        width: 290px;
        padding: 10px
    }
}

.tooltip-block__text {
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    font-size: 16px;
    line-height: 22px
}

@media only screen and (max-width:575px) {
    .tooltip-block__text {
        font-size: 14px;
        line-height: 20px
    }
}

.tooltip-block__image {
    width: 87px;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-right: 15px;
    margin-top: 8px
}

@media only screen and (max-width:575px) {
    .tooltip-block__image {
        width: 65px
    }
}

.tooltip-block__image img {
    max-width: 100%
}

.tooltip-block._right .tooltip-block__el {
    left: auto;
    right: 0
}

.tooltip-block._open .tooltip-block__el {
    opacity: 1;
    visibility: visible
}

.link {
    display: inline-block
}

.link--icon {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    margin: 15px 25px 15px 0
}

.link--icon svg {
    margin-right: 15px
}

.link--more {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    font-family: Montserrat, Arial;
    font-weight: 700;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: .04em;
    text-transform: uppercase;
    color: #c1c0c0
}

.link--more svg {
    fill: transparent;
    stroke: #c1c0c0;
    stroke-width: 2px;
    width: 12px;
    height: 12px;
    margin-left: 4px;
    margin-top: 1px;
    transition: all .3s linear
}

.link--more:hover {
    color: #212226
}

.link--more:hover svg {
    stroke: #212226
}

.link--download {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    line-height: 20px;
    color: #176ae0
}

.link--download span {
    border-bottom: 1px solid transparent;
    transition: all .3s linear
}

.link--download:hover span {
    border-color: #176ae0
}

.link--download svg {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-right: 10px
}

.scrollUp {
    display: -ms-flexbox;
    display: flex;
    pointer-events: none;
    visibility: hidden;
    opacity: 0;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    height: 75px;
    width: 75px;
    position: fixed;
    bottom: 50px;
    left: 50px;
    border-radius: 50%;
    transition: all .3s linear;
    z-index: 9
}

@media only screen and (max-width:1199px) {
    .scrollUp {
        height: 50px;
        width: 50px;
        left: 20px;
        bottom: 20px
    }
}

@media only screen and (max-width:767px) {
    .scrollUp {
        left: 10px;
        bottom: 10px
    }
}

.scrollUp:hover {
    background-color: #212226
}

.scrollUp:hover svg path {
    stroke: #fff
}

.scrollUp svg {
    width: 38px;
    height: 38px;
    stroke: #212226
}

.scrollUp svg path {
    transition: all .3s linear
}

@media only screen and (max-width:1199px) {
    .scrollUp svg {
        width: 25px;
        height: 25px
    }
}

.scrollUp--show {
    pointer-events: all;
    opacity: 1;
    visibility: visible
}

button {
    display: block;
    padding: 0;
    border: 0;
    background-color: transparent
}

button:focus {
    outline: 0
}

[data-popup]._process {
    pointer-events: none
}

.btn {
    font-family: Montserrat, Arial;
    display: inline-block;
    border: 0;
    padding: 0 24.2px;
    height: 45px;
    line-height: 45px;
    min-width: 173px;
    border-radius: 100px;
    transition: all .3s linear
}

.btn:focus {
    outline: 0
}

.btn--primary {
    text-align: center;
    background-color: #f55;
    color: #fff;
    font-weight: 700;
    font-size: 14px
}

.btn--primary:hover {
    background-color: #fe8080;
    color: #fff
}

.btn--dark {
    text-align: center;
    background-color: #212226;
    color: #fff;
    font-weight: 700;
    font-size: 14px
}

.btn--dark:hover {
    background-color: #626262;
    color: #fff
}

.btn--white {
    text-align: center;
    background-color: #fff;
    color: #212226;
    font-weight: 700;
    font-size: 14px
}

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

.btn--big {
    display: block;
    font-size: 14px;
    line-height: 15px;
    height: auto;
    padding: 10px 25px
}

@media only screen and (max-width:767px) {
    .btn {
        min-width: 0;
        width: 100%
    }
}

svg {
    display: block
}

.ic-search {
    fill: transparent;
    stroke: #c1c0c0;
    stroke-width: 5px;
    width: 40px;
    height: 40px
}

.icon--download {
    height: 20px;
    width: 20px;
    fill: #176ae0
}

.icon--newspaper {
    width: 18px;
    height: 21px
}

.news-meta {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    color: #fff;
    opacity: .7
}

.news-meta__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 20px;
    font-size: 14px;
    line-height: 26px
}

.news-meta__item svg {
    margin-right: 8px
}

.news-meta__link {
    color: #176ae0
}

.small-card {
    position: relative;
    transition: opacity .3s linear
}

.small-card:hover .small-card__title span {
    border-color: #fff
}

.small-card__image {
    position: relative;
    max-width: 220px;
    overflow: hidden;
    height: 125px;
    margin-bottom: 15px
}

@media only screen and (max-width:767px) {
    .small-card__image {
        height: 171px;
        max-width: 280px
    }
}

.small-card__image img {
    position: absolute;
    z-index: 5;
    top: 50%;
    left: 50%;
    max-width: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.small-card__cat {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 4px 10px;
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
    color: #fffbfb;
    background-color: #f55;
    z-index: 6
}

.small-card__title {
    color: #fff;
    font-weight: 700;
    margin-bottom: 15px
}

@media only screen and (max-width:767px) {
    .small-card__title {
        margin-bottom: 10px
    }
}

.small-card__title span {
    padding-bottom: 0;
    border-bottom: 1px solid transparent;
    transition: color .2s linear, border-color .3s linear
}

.small-card__link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 8
}

.small-card--black:hover .small-card__title span {
    border-color: #000
}

.small-card--black .small-card__title {
    color: #000;
    margin-bottom: 0
}

.small-card--black .small-card__title span {
    padding-bottom: 0
}

.small-card--black .small-card__image {
    margin-bottom: 18px
}

@media only screen and (max-width:1023px) {
    .small-card--main {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media only screen and (max-width:1023px) {
    .small-card--main .small-card__image {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 157px;
        height: 94px;
        margin-right: 20px;
        margin-bottom: 0
    }
}

@media only screen and (max-width:767px) {
    .small-card--main .small-card__image {
        display: none
    }
}

@media only screen and (max-width:1023px) {
    .small-card--main .small-card__body {
        -ms-flex: 1 1 0px;
        flex: 1 1 0
    }
}

.block-title {
    font-family: Montserrat, Arial;
    font-weight: 700;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: .04em;
    text-transform: uppercase;
    padding-bottom: 8px;
    border-bottom: 2px solid #212226;
    margin-bottom: 20px
}

.block-title--white {
    color: #fff;
    border-color: #fff
}

.block-more {
    margin-top: 20px
}

.line-card {
    position: relative
}

.line-card:hover .line-card__title span {
    border-color: #212226
}

.line-card__date {
    font-size: 14px;
    line-height: 18px;
    color: #91959b;
    width: 40px;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.line-card__cat {
    font-size: 14px;
    line-height: 18px;
    color: #91959b
}

.line-card__title {
    font-size: 16px;
    line-height: 21px;
    color: #212226
}

.line-card__title span {
    border-bottom: 1px solid transparent;
    transition: color .2s linear, border-color .3s linear
}

.line-card__top {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 3px
}

.line-card__bottom {
    padding-left: 45px
}

@media only screen and (max-width:1199px) {
    .line-card__bottom {
        padding-left: 0
    }
}

.line-card__date {
    width: 40px;
    margin-right: 5px
}

.line-card__link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.line-card--primary .line-card__date {
    color: red
}

.line-card--primary .line-card__title {
    font-weight: 700
}

.news-card {
    position: relative
}

.news-card:hover .news-card__title span {
    border-color: #212226
}

.news-card__thumb {
    position: relative;
    padding-bottom: 64%;
    margin-bottom: 15px;
    overflow: hidden
}

@media only screen and (max-width:1023px) {
    .news-card__thumb {
        padding-bottom: 57%
    }
}

@media only screen and (max-width:767px) {
    .news-card__thumb {
        margin-bottom: 10px;
        padding-bottom: 63%
    }
}

.news-card__thumb img {
    position: absolute;
    z-index: 5;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 100%
}

.news-card__cat {
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
    color: #f55;
    margin-bottom: 5px
}

.news-card__title {
    margin-bottom: 15px
}

.news-card__title span {
    border-bottom: 3px solid transparent;
    transition: color .2s linear, border-color .3s linear
}

.news-card__title.h4 span {
    border-width: 2px
}

.news-card__excerpt {
    font-size: 17px;
    line-height: 22px;
    margin-bottom: 15px
}

.news-card__meta {
    color: #626262
}

.news-card__meta svg path {
    stroke: #626262
}

.news-card__link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 6
}

.news-card--reader .news-card__title {
    margin-bottom: 32px
}

@media only screen and (max-width:767px) {
    .news-card--reader .news-card__title {
        margin-bottom: 15px
    }
}

.news-card--video:hover .news-card__play {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1)
}

.news-card__play {
    position: absolute;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    height: 58px;
    width: 58px;
    background-color: #fff;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: all .3s linear;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 6
}

.news-card__play svg {
    width: 18px;
    height: 18px;
    position: relative;
    right: -3px
}

.special-card {
    position: relative;
    height: 550px;
    max-width: 400px;
    padding: 25px 28px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-color: #e0e0e0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: end;
    justify-content: flex-end;
    transition: opacity .3s linear, box-shadow .3s linear
}

@media only screen and (max-width:1199px) {
    .special-card {
        height: 430px
    }
}

@media only screen and (max-width:767px) {
    .special-card {
        margin: 0 auto
    }
}

.special-card:hover {
    box-shadow: 0 8px 120px rgba(255, 85, 85, .31)
}

.special-card:hover .special-card__title span {
    color: #f55;
    border-color: #f55
}

.special-card:hover .special-card__text {
    visibility: visible;
    height: 88px;
    opacity: 1
}

.special-card:after {
    content: '';
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(180deg, rgba(33, 34, 38, .1) 0, #1a1a1a 100%);
    mix-blend-mode: multiply;
    z-index: 5
}

.special-card__body {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 100%;
    position: relative;
    z-index: 6;
    color: #fff
}

.special-card__title {
    margin-bottom: 15px
}

.special-card__title span {
    border-bottom: 4px solid transparent;
    transition: color .3s linear, border-color .3s linear
}

@media only screen and (max-width:1199px) {
    .special-card__title span {
        border-bottom: 2px solid transparent
    }
}

.special-card__text {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 22px;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    transition: all .3s ease-in-out
}

@media only screen and (max-width:767px) {
    .special-card__text {
        display: none
    }
}

.special-card__link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 6
}

.poster-card {
    position: relative;
    transition: opacity .3s linear
}

.poster-card:hover .poster-card__title span {
    color: #f55;
    border-color: #f55
}

.poster-card__image {
    position: relative;
    overflow: hidden;
    height: 186px;
    margin-bottom: 10px
}

@media only screen and (max-width:1023px) {
    .poster-card__image {
        height: 134px
    }
}

@media only screen and (max-width:767px) {
    .poster-card__image {
        height: 186px;
        max-width: 291px
    }
}

.poster-card__image img {
    position: absolute;
    z-index: 5;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.poster-card__title {
    color: #fff
}

.poster-card__title span {
    padding-bottom: 0;
    border-bottom: 2px solid transparent;
    transition: color .3s linear, border-color .3s linear
}

.poster-card__meta {
    margin-bottom: 5px
}

.poster-card__link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 6
}

.big-card {
    position: relative
}

.big-card:hover .big-card__title span {
    border-color: #212226
}

.big-card:hover .big-card__play {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1)
}

.big-card__author {
    font-size: 13px;
    line-height: 22px;
    color: #212226;
    opacity: .6;
    margin-bottom: 5px
}

.big-card__title {
    margin-bottom: 30px
}

@media only screen and (max-width:1199px) {
    .big-card__title {
        margin-bottom: 15px
    }
}

.big-card__title span {
    border-bottom: 2px solid transparent;
    transition: color .2s linear, border-color .3s linear
}

.big-card__thumb {
    position: relative
}

@media only screen and (max-width:1199px) {
    .big-card__thumb {
        margin-bottom: 15px
    }
}

.big-card__thumb img {
    max-width: 100%
}

.big-card__image {
    position: relative;
    overflow: hidden;
    height: 315px;
    width: 510px
}

@media only screen and (max-width:1339px) {
    .big-card__image {
        width: 420px;
        height: 260px
    }
}

@media only screen and (max-width:1199px) {
    .big-card__image {
        width: 100%;
        height: 378px
    }
}

@media only screen and (max-width:1023px) {
    .big-card__image {
        height: 199px
    }
}

@media only screen and (max-width:767px) {
    .big-card__image {
        height: 250px
    }
}

@media only screen and (max-width:400px) {
    .big-card__image {
        height: 175px
    }
}

.big-card__image img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.big-card__meta {
    color: #626262
}

.big-card__meta svg path {
    stroke: #626262
}

.big-card__play {
    position: absolute;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    height: 68px;
    width: 68px;
    background-color: #fff;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: all .3s linear
}

.big-card__play svg {
    position: relative;
    right: -3px
}

.big-card__link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 6
}

.single-news__body {
    margin-bottom: 60px
}

.single-news__body>.single-news__adv {
    margin-top: 0
}

.single-news__cats {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.single-news a.single-news__cat {
    color: #4d8be6
}

.single-news a.single-news__cat:hover {
    color: #4d8be6
}

.single-news__cat {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
    color: #f55;
    margin-bottom: 15px;
    margin-right: 15px;
    white-space: nowrap
}

.single-news__title {
    margin-bottom: 20px
}

.single-news__preview-text {
    max-width: 882px;
    margin-bottom: 30px
}

@media only screen and (max-width:767px) {
    .single-news__preview-text {
        margin-bottom: 20px
    }
}

.single-news__meta {
    color: #212226;
    margin-bottom: 19px
}

.single-news__meta .news-meta__item {
    margin-bottom: 15px
}

.single-news__meta svg path {
    stroke: #212226
}

.single-news__plot {
    padding-bottom: 30px;
    margin-bottom: 50px;
    border-bottom: 1px solid #e0e0e0
}

@media only screen and (max-width:767px) {
    .single-news__plot {
        display: none
    }
}

.single-news__plot--down {
    border-top: 1px solid #e0e0e0;
    border-bottom: 0;
    padding-bottom: 0;
    padding-top: 30px;
    margin-bottom: 30px
}

@media only screen and (max-width:767px) {
    .single-news__plot--down {
        display: block;
        padding-bottom: 30px;
        margin-bottom: 20px;
        border-bottom: 1px solid #e0e0e0
    }
}

.single-news__author {
    font-size: 16px;
    line-height: 23px;
    text-align: right;
    color: #212226;
    opacity: .7;
    margin-top: 30px;
    margin-right: 42px
}

@media only screen and (max-width:767px) {
    .single-news__author {
        margin-right: 0
    }
}

.single-news__adv {
    margin-bottom: 40px;
    margin-top: 40px
}

.single-news__text {
    max-width: 882px;
    margin-bottom: 30px
}

@media only screen and (max-width:575px) {
    .single-news__text img[align=left],
    .single-news__text img[align=right] {
        float: none;
        margin: 0;
        display: block
    }
}

.single-news__text img {
    display: block
}

.single-news__text .adv a {
    border-bottom: 0;
    text-decoration: none;
    display: block
}

.single-news__tags {
    margin-bottom: 10px
}

@media only screen and (max-width:767px) {
    .single-news__tags {
        margin-bottom: 30px
    }
}

.single-news__comments {
    text-align: center;
    margin-top: 40px
}

.single-news+* {
    padding-top: 0
}

.single-news__item--append {
    border-top: 1px solid #e0e0e0
}

.single-news__recent {
    margin-bottom: 50px
}

@media only screen and (max-width:1023px) {
    .single-news__recent {
        display: none
    }
}

.single-share {
    padding: 14px 0;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 27px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media only screen and (max-width:767px) {
    .single-share {
        display: block;
        border: 0;
        padding: 0
    }
}

.single-share__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    transition: all .3s linear
}

@media only screen and (max-width:767px) {
    .single-share__item:first-child .single-share__title {
        display: none
    }
}

@media only screen and (max-width:767px) {
    .single-share__item:last-child {
        display: block;
        padding: 10px 0;
        border-top: 1px solid #e0e0e0;
        border-bottom: 1px solid #e0e0e0
    }
}

.single-share__title {
    font-weight: 500;
    font-size: 17px;
    line-height: 26px;
    margin-right: 22px
}

@media only screen and (max-width:767px) {
    .single-share__title {
        margin-bottom: 10px;
        font-size: 14px;
        line-height: 26px;
        margin-right: 0
    }
}

.single-share__el {
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    height: 100%
}

@media only screen and (max-width:1199px) {
    .single-share__el .share__button {
        right: auto;
        left: 0;
        position: relative;
        display: block;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

@media only screen and (min-width:1200px) {
    .single-share__el .share__button {
        display: none
    }
}

@media only screen and (max-width:767px) {
    .single-share__el .share__button {
        display: none
    }
}

@media only screen and (max-width:767px) {
    .single-share__el .share__list {
        margin-bottom: 20px
    }
}

@media only screen and (max-width:1199px) {
    .single-share__el .share__socials {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 50px;
        width: 442px;
        transition-delay: 0s
    }
}

@media only screen and (min-width:1200px) {
    .single-share__el .share__socials {
        visibility: visible;
        pointer-events: all;
        opacity: 1
    }
}

@media only screen and (max-width:767px) {
    .single-share__el .share__socials {
        opacity: 1;
        visibility: visible;
        position: relative;
        left: auto;
        top: auto;
        -webkit-transform: none;
        transform: none;
        width: 100%;
        pointer-events: all
    }
}

@media only screen and (max-width:767px) {
    .single-share__el .share__socials .socials__item {
        margin-right: 15px
    }
}

@media only screen and (max-width:1199px) {
    .single-share__el .share--active .share__button {
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        right: auto;
        left: 0
    }
}

@media only screen and (max-width:1199px) {
    .single-share__el .share--active .share__socials {
        transition-delay: 0s
    }
}

.single-share--down {
    margin-bottom: 0
}

@media only screen and (max-width:767px) {
    .single-share--down .single-share__item:last-child {
        padding-bottom: 50px
    }
}

.single-share--hide .single-share__item:last-child {
    opacity: 0;
    visibility: hidden
}

@media only screen and (max-width:767px) {
    .single-share--hide .single-share__item:last-child {
        opacity: 1;
        visibility: visible
    }
}

.news-h-card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: start;
    align-items: flex-start;
    max-width: 580px
}

@media only screen and (max-width:767px) {
    .news-h-card {
        display: block;
        max-width: 100%
    }
}

.news-h-card:hover .news-h-card__title span {
    border-color: #212226
}

.news-h-card__image {
    position: relative;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 162px;
    height: 111px;
    overflow: hidden;
    margin-right: 20px
}

@media only screen and (max-width:767px) {
    .news-h-card__image {
        width: 100%;
        height: auto;
        padding-bottom: 64%;
        margin-bottom: 10px;
        margin-right: 0
    }
}

.news-h-card__image img {
    max-width: 110%;
    position: absolute;
    z-index: 5;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.news-h-card__cat {
    font-size: 12px;
    line-height: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: #a4a4a4;
    margin-bottom: 8px
}

.news-h-card__title {
    margin-bottom: 16px
}

.news-h-card__title span {
    border-bottom: 2px solid transparent;
    transition: color .2s linear, border-color .3s linear
}

.news-h-card__body {
    -ms-flex: 1 1 0px;
    flex: 1 1 0
}

.news-h-card__meta {
    color: #212226
}

.news-h-card__meta svg path {
    stroke: #212226
}

.news-h-card__link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 8
}

.tags {
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    line-height: 24px
}

.tags__title {
    font-weight: 700;
    margin-right: 15px
}

.tags__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0
}

.tags__item {
    margin-right: 15px
}

.tags__item:last-child {
    margin-right: 0
}

.tags__link {
    opacity: .7;
    color: #212226
}

.tags__link:hover {
    color: #212226
}

.daily-card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: start;
    align-items: flex-start
}

@media only screen and (max-width:767px) {
    .daily-card {
        display: block
    }
}

.daily-card:hover .daily-card__title span {
    border-color: #212226
}

.daily-card__image {
    position: relative;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 180px;
    height: 120px;
    overflow: hidden;
    margin-right: 40px
}

@media only screen and (max-width:1199px) {
    .daily-card__image {
        width: 130px;
        height: 80px;
        margin-right: 30px
    }
}

@media only screen and (max-width:767px) {
    .daily-card__image {
        width: 100%;
        height: auto;
        padding-bottom: 65%;
        margin-bottom: 10px
    }
}

.daily-card__image img {
    max-width: 110%;
    position: absolute;
    z-index: 5;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.daily-card__cat {
    font-size: 12px;
    line-height: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: #f55;
    margin-bottom: 5px
}

.daily-card__title {
    margin-bottom: 10px
}

.daily-card__title span {
    border-bottom: 3px solid transparent;
    transition: color .2s linear, border-color .3s linear
}

.daily-card__title+.daily-card__meta {
    margin-top: 18px
}

.daily-card__descr {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 10px;
    max-width: 551px
}

.daily-card__download {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    z-index: 9
}

.daily-card__body {
    -ms-flex: 1 1 0px;
    flex: 1 1 0
}

@media only screen and (max-width:767px) {
    .daily-card__body {
        position: relative
    }
}

.daily-card__meta {
    color: #212226
}

.daily-card__meta svg path {
    stroke: #212226
}

.daily-card__link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 8
}

.daily-card--np {
    padding-right: 20px
}

@media only screen and (max-width:767px) {
    .daily-card--np {
        padding-right: 0
    }
}

.story-card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    height: 400px;
    padding: 50px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    transition: all .3s linear
}

@media only screen and (max-width:1199px) {
    .story-card {
        height: 290px;
        padding: 40px 30px
    }
}

@media only screen and (max-width:1023px) {
    .story-card {
        padding: 40px
    }
}

@media only screen and (max-width:767px) {
    .story-card {
        height: 262px;
        padding: 15px
    }
}

.story-card:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    opacity: .6;
    mix-blend-mode: multiply;
    z-index: 5
}

.story-card:hover .story-card__bg {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.story-card:hover .story-card__title span {
    color: #f55;
    border-color: #f55
}

.story-card__body {
    position: relative;
    z-index: 6
}

.story-card__title {
    margin-bottom: 10px
}

.story-card__title span {
    border-bottom: 4px solid transparent;
    transition: color .3s linear, border-color .3s linear
}

@media only screen and (max-width:1199px) {
    .story-card__title span {
        border-width: 2px
    }
}

.story-card__cat {
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
    color: #f55;
    margin-bottom: 15px
}

@media only screen and (max-width:767px) {
    .story-card__cat {
        margin-bottom: 10px
    }
}

.story-card__descr {
    font-size: 18px;
    line-height: 28px
}

@media only screen and (max-width:767px) {
    .story-card__descr {
        font-size: 16px;
        line-height: 22px;
        max-height: 88px;
        overflow: hidden
    }
}

.story-card__link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 7
}

.story-card__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all .7s ease-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.story-card--big {
    text-align: center;
    height: 600px;
    padding: 100px
}

@media only screen and (max-width:1199px) {
    .story-card--big {
        height: 434px;
        padding: 66px
    }
}

@media only screen and (max-width:1023px) {
    .story-card--big {
        height: 423px;
        padding: 30px
    }
}

@media only screen and (max-width:767px) {
    .story-card--big {
        text-align: left;
        height: 262px;
        padding: 15px
    }
}

.story-card--big .story-card__title {
    margin-bottom: 20px
}

@media only screen and (max-width:767px) {
    .story-card--big .story-card__title {
        margin-bottom: 10px;
        font-size: 20px;
        line-height: 25px
    }
}

.story-card--big .story-card__descr {
    max-width: 630px;
    margin: 0 auto;
    font-size: 22px;
    line-height: 34px
}

@media only screen and (max-width:767px) {
    .story-card--big .story-card__descr {
        font-size: 16px;
        line-height: 22px
    }
}

.poll-card__title {
    margin-bottom: 10px
}

.poll-card__date {
    font-size: 14px;
    line-height: 26px;
    color: #212226;
    opacity: .7
}

.poll-card__answers {
    margin-top: 30px;
    margin-bottom: 40px
}

.poll-card__answer {
    color: #000;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 17px
}

.poll-card__input {
    width: 306px;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-right: 30px
}

@media only screen and (max-width:1199px) {
    .poll-card__input {
        width: 291px
    }
}

@media only screen and (max-width:1023px) {
    .poll-card__input {
        width: 211px
    }
}

@media only screen and (max-width:767px) {
    .poll-card__input {
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        width: auto;
        margin-right: 20px
    }
}

.poll-card__input .custom-radio {
    margin-bottom: 0
}

.poll-card__a-r {
    -ms-flex: 1 1 0px;
    flex: 1 1 0
}

@media only screen and (max-width:767px) {
    .poll-card__a-r {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }
}

.poll-card__result {
    position: relative;
    text-align: center;
    border-radius: 100px;
    border: 1px solid #e0e0e0;
    height: 34px;
    line-height: 32px;
    overflow: hidden
}

@media only screen and (max-width:767px) {
    .poll-card__result {
        height: auto;
        border: 0;
        font-size: 14px;
        line-height: 18px;
        color: #a4a4a4
    }
}

.poll-card__result span {
    position: relative;
    z-index: 7
}

.poll-card__fill {
    background-color: #e0e0e0;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    transition: all .3s linear;
    z-index: 6
}

@media only screen and (max-width:767px) {
    .poll-card__fill {
        display: none
    }
}

.newspaper-card {
    display: -ms-flexbox;
    display: flex
}

@media only screen and (max-width:767px) {
    .newspaper-card {
        display: block
    }
}

.newspaper-card__image {
    margin-right: 40px;
    width: 180px;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

@media only screen and (max-width:1199px) {
    .newspaper-card__image {
        width: 208px
    }
}

@media only screen and (max-width:767px) {
    .newspaper-card__image {
        display: none;
        width: 289px;
        margin: 0 auto 20px;
        max-width: 100%
    }
}

.newspaper-card__image--hide {
    display: none
}

@media only screen and (max-width:767px) {
    .newspaper-card__image--hide {
        display: block
    }
}

.newspaper-card__image img {
    max-width: 100%
}

.newspaper-card__body {
    position: relative;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    padding-bottom: 27px
}

@media only screen and (max-width:767px) {
    .newspaper-card__body {
        padding-bottom: 0
    }
}

.newspaper-card__download {
    position: absolute;
    bottom: 0;
    left: 0
}

@media only screen and (max-width:767px) {
    .newspaper-card__download {
        position: relative;
        bottom: 0;
        left: 0;
        margin-bottom: 20px
    }
}

.newspaper-card__title {
    margin-bottom: 10px
}

@media only screen and (max-width:1199px) {
    .newspaper-card__title {
        font-size: 22px;
        line-height: 27px
    }
}

@media only screen and (max-width:767px) {
    .newspaper-card__title {
        margin-bottom: 20px;
        font-size: 18px;
        line-height: 25px
    }
}

.newspaper-card__descr {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 10px
}

.newspaper-card--main .newspaper-card__descr {
    font-size: 18px;
    line-height: 28px
}

@media only screen and (max-width:767px) {
    .newspaper-card--main .newspaper-card__descr {
        font-size: 16px;
        line-height: 22px
    }
}

.time-work__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 15px
}

.time-work__days {
    margin-right: 24px
}

@media only screen and (max-width:767px) {
    .people-card {
        text-align: center
    }
}

.people-card__image {
    margin-bottom: 20px
}

.people-card__name {
    margin-bottom: 10px
}

.people-card__spec {
    font-size: 16px;
    line-height: 22px
}

.fake-block {
    text-align: center;
    padding: 20px;
    background-color: #e0e0e0;
    height: 503px;
    font-weight: 500;
    font-size: 17px;
    line-height: 22px;
    color: #000;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (max-width:1199px) {
    .fake-block {
        height: 400px
    }
}

.fake-block--horizontal {
    height: 251px
}

.fake-block--big {
    height: 1034px
}

@media only screen and (max-width:1199px) {
    .fake-block--big {
        height: 500px
    }
}

.fake-block--small {
    height: 392px
}

@media only screen and (max-width:1023px) {
    .fake-block--small {
        height: 436px
    }
}

.fake-block--squere {
    width: 290px;
    height: 290px;
    max-width: 100%
}

@media only screen and (max-width:1023px) {
    .fake-block--squere {
        height: 210px
    }
}

.fake-block--hbig {
    height: 369px
}

@media only screen and (max-width:1199px) {
    .fake-block--hbig {
        height: 375px
    }
}

@media only screen and (max-width:1023px) {
    .fake-block--hbig {
        height: 365px
    }
}

.fake-block--recent {
    height: 949px
}

@media only screen and (max-width:1199px) {
    .fake-block--recent {
        height: 874px
    }
}

.news-progress {
    position: absolute;
    bottom: -2px;
    left: 0;
    height: 2px;
    width: 0;
    background-color: #1a1a1a
}

.slider__button {
    z-index: 3;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: opacity .3s linear
}

.slider__button.swiper-button-disabled {
    opacity: .4
}

.slider__button svg path {
    transition: all .3s linear
}

.slider__button:hover svg path {
    stroke: #f55
}

.slider__button--prev {
    left: -46px
}

.slider__button--next {
    right: -46px
}

.slider__button--next svg {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.slider__button--gray {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, .3);
    transition: all .3s linear
}

@media only screen and (max-width:767px) {
    .slider__button--gray {
        height: 40px;
        width: 40px
    }
}

.slider__button--gray svg {
    height: 25px;
    width: 25px
}

@media only screen and (max-width:767px) {
    .slider__button--gray svg {
        width: 16px;
        height: 16px
    }
}

.slider__button--gray svg path {
    stroke-width: 2px;
    stroke: #fff
}

.slider__button--gray:hover {
    background-color: rgba(0, 0, 0, .8)
}

.slider__button--gray:hover svg path {
    stroke: #fff
}

.slider__button--lg {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background-color: rgba(224, 224, 224, .5);
    transition: all .3s linear
}

@media only screen and (max-width:767px) {
    .slider__button--lg {
        height: 40px;
        width: 40px
    }
}

.slider__button--lg svg {
    height: 25px;
    width: 25px
}

@media only screen and (max-width:767px) {
    .slider__button--lg svg {
        width: 16px;
        height: 16px
    }
}

.slider__button--lg svg path {
    stroke-width: 2px;
    stroke: #fff
}

.slider__button--lg:hover {
    background-color: rgba(224, 224, 224, .8)
}

.slider__button--lg:hover svg path {
    stroke: #f55
}

.slider__button--white {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, .5);
    transition: all .3s linear
}

.slider__button--white svg {
    height: 20px;
    width: 20px
}

.slider__button--white svg path {
    stroke-width: 2px;
    stroke: #fff
}

.slider__button--white:hover {
    background-color: rgba(255, 255, 255, .8)
}

.slider__button--white:hover svg path {
    stroke: #fff
}

.slider-pagination {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.slider-pagination__dot {
    cursor: pointer;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #a4a4a4;
    margin-left: 12px;
    margin-bottom: 5px;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.slider-pagination__dot:first-child {
    margin-left: 0
}

.slider-pagination__dot--active {
    background-color: #f55
}

.slider-pagination--white .slider-pagination__dot {
    height: 15px;
    width: 15px;
    margin-right: 18px;
    background-color: #fff;
    opacity: .5
}

@media only screen and (max-width:1023px) {
    .slider-pagination--white .slider-pagination__dot {
        width: 10px;
        height: 10px;
        margin-right: 12px
    }
}

.slider-pagination--white .slider-pagination__dot--active {
    opacity: 1
}

.scroll-slider {
    overflow: visible
}

.scroll-slider-wrap {
    position: relative
}

.scroll-slider-wrap--poster .slider__button {
    -webkit-transform: none;
    transform: none;
    top: 73px
}

.scroll-slider__next,
.scroll-slider__prev {
    display: none
}

@media only screen and (max-width:767px) {
    .scroll-slider__next,
    .scroll-slider__prev {
        display: -ms-flexbox;
        display: flex
    }
}

.scroll-slider__prev {
    left: -10px
}

.scroll-slider__next {
    right: -10px
}

.scroll-slider__item.swiper-slide:not(.swiper-slide-visible) {
    cursor: pointer
}

.scroll-slider__item.swiper-slide:not(.swiper-slide-visible)>* {
    pointer-events: none;
    opacity: .4
}

@media only screen and (max-width:1199px) {
    .scroll-slider__item.swiper-slide:not(.swiper-slide-visible)>* {
        opacity: 1
    }
}

.scroll-slider__item.swiper-slide:not(.swiper-slide-visible):hover>* {
    opacity: .6
}

@media only screen and (max-width:1199px) {
    .scroll-slider__item.swiper-slide:not(.swiper-slide-visible):hover>* {
        opacity: 1
    }
}

.scroll-slider__more {
    margin-top: 30px;
    text-align: center
}

.scroll-slider__more .link:hover {
    color: #f55
}

.scroll-slider__more .link:hover svg {
    stroke: #f55
}

.scroll-slider-scrollbar {
    height: 2px;
    margin-top: 40px;
    background-color: rgba(255, 255, 255, .2)
}

.scroll-slider-scrollbar .swiper-scrollbar-drag {
    background-color: #f55
}

.scroll-slider--special .scroll-slider__item {
    background-color: #212226
}

@media only screen and (max-width:1199px) {
    .scroll-slider--special .scroll-slider__item {
        width: 290px
    }
}

@media only screen and (max-width:1023px) {
    .scroll-slider--special .scroll-slider__item {
        width: 330px
    }
}

@media only screen and (max-width:767px) {
    .scroll-slider--special .scroll-slider__item {
        background-color: transparent
    }
}

@media only screen and (max-width:1199px) {
    .scroll-slider--poster .scroll-slider__item {
        width: 290px
    }
}

@media only screen and (max-width:1023px) {
    .scroll-slider--poster .scroll-slider__item {
        width: 210px
    }
}

.single-gallery {
    max-width: 838px;
    position: relative
}

.single-gallery__inner {
    position: relative
}

.single-gallery__item a {
    border: 0;
    display: block
}

.single-gallery__item img {
    max-width: 100%
}

.single-gallery__footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 15px
}

@media only screen and (max-width:767px) {
    .single-gallery__footer {
        display: block;
        padding: 0 15px
    }
}

.single-gallery__title {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    font-size: 14px;
    line-height: 23px;
    color: #212226;
    opacity: .7
}

@media only screen and (max-width:767px) {
    .single-gallery__title {
        max-width: 100%;
        margin-bottom: 15px
    }
}

.single-gallery__pagination {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    text-align: right;
    padding-top: 7px
}

@media only screen and (max-width:767px) {
    .single-gallery__pagination {
        max-width: 100%;
        padding-top: 0;
        text-align: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.single-gallery .slider__button {
    top: calc(50% - 19px)
}

@media only screen and (max-width:767px) {
    .single-gallery .slider__button {
        top: calc(50% - 26px)
    }
}

@media only screen and (max-width:1420px) {
    .single-gallery .slider__button {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center;
        width: 54px;
        height: 54px;
        border-radius: 50%;
        background-color: rgba(255, 255, 255, .5)
    }
}

@media only screen and (max-width:767px) {
    .single-gallery .slider__button {
        width: 40px;
        height: 40px
    }
}

@media only screen and (max-width:1420px) {
    .single-gallery .slider__button svg {
        height: 25px;
        width: 25px
    }
    .single-gallery .slider__button svg path {
        stroke-width: 2px;
        stroke: #fff
    }
}

@media only screen and (max-width:767px) {
    .single-gallery .slider__button svg {
        height: 16px;
        width: 16px
    }
}

@media only screen and (max-width:1420px) {
    .single-gallery .slider__button--prev {
        left: 10px
    }
}

@media only screen and (max-width:1420px) {
    .single-gallery .slider__button--next {
        right: 10px
    }
}

.grid-slider {
    position: relative
}

.grid-slider__pagination {
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 15px;
    display: none
}

.grid-slider__next {
    display: none;
    right: -10px
}

.grid-slider__prev {
    display: none;
    left: -10px
}

.grid-slider._n-visible .grid-slider__next,
.grid-slider._n-visible .grid-slider__pagination,
.grid-slider._n-visible .grid-slider__prev {
    display: -ms-flexbox;
    display: flex
}

.story-slider__item {
    position: relative;
    height: 1000px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

@media only screen and (max-width:1199px) {
    .story-slider__item {
        height: 768px
    }
}

@media only screen and (max-width:1023px) {
    .story-slider__item {
        height: 582px
    }
}

@media only screen and (max-width:767px) {
    .story-slider__item {
        height: 350px
    }
}

@media only screen and (max-width:575px) {
    .story-slider__item {
        height: 240px
    }
}

.story-slider .slider__button {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, .5)
}

@media only screen and (max-width:1023px) {
    .story-slider .slider__button {
        height: 60px;
        width: 60px
    }
}

@media only screen and (max-width:767px) {
    .story-slider .slider__button {
        height: 40px;
        width: 40px
    }
}

.story-slider .slider__button svg {
    height: 30px;
    width: 30px
}

@media only screen and (max-width:1023px) {
    .story-slider .slider__button svg {
        height: 25px;
        width: 25px
    }
}

@media only screen and (max-width:767px) {
    .story-slider .slider__button svg {
        height: 20px;
        width: 20px
    }
}

.story-slider .slider__button svg path {
    stroke-width: 3px;
    stroke: #fff
}

.story-slider .slider__button--prev {
    left: 47px
}

@media only screen and (max-width:1023px) {
    .story-slider .slider__button--prev {
        left: 40px
    }
}

@media only screen and (max-width:767px) {
    .story-slider .slider__button--prev {
        left: 15px
    }
}

.story-slider .slider__button--next {
    right: 47px
}

@media only screen and (max-width:1023px) {
    .story-slider .slider__button--next {
        right: 40px
    }
}

@media only screen and (max-width:767px) {
    .story-slider .slider__button--next {
        right: 15px
    }
}

.story-slider__pagination {
    position: absolute;
    bottom: 40px!important;
    left: 50%!important;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 10;
    -ms-flex-pack: center;
    justify-content: center
}

@media only screen and (max-width:767px) {
    .story-slider__pagination {
        bottom: 20px!important
    }
}

@media only screen and (max-width:1023px) {
    .plot__slider .scroll-slider-scrollbar {
        display: none
    }
}

@media only screen and (max-width:1023px) {
    .plot__slider .swiper-wrapper {
        display: block
    }
}

@media only screen and (max-width:1023px) {
    .plot__slider .scroll-slider__item {
        display: none
    }
}

@media only screen and (max-width:1023px) {
    .plot__slider .scroll-slider__item:nth-child(-n+4) {
        display: block
    }
}

@media only screen and (max-width:1199px) {
    .plot__slider .scroll-slider__item {
        width: 209px
    }
}

@media only screen and (max-width:1023px) {
    .plot__slider .scroll-slider__item {
        margin-bottom: 30px;
        width: 100%
    }
}

.plot__slider .scroll-slider__item:last-child {
    margin-bottom: 0
}

.recent-slider {
    position: relative
}

.recent-slider__prev {
    left: -27px
}

.recent-slider__next {
    right: -27px
}

.recent-cat-list__prev {
    left: -20px;
    top: calc(50% - 10px)
}

@media only screen and (max-width:767px) {
    .recent-cat-list__prev {
        left: -10px
    }
}

.recent-cat-list__next {
    right: -20px;
    top: calc(50% - 10px)
}

@media only screen and (max-width:767px) {
    .recent-cat-list__next {
        right: -10px
    }
}

.partners-news-list__prev {
    left: -20px
}

@media only screen and (max-width:767px) {
    .partners-news-list__prev {
        left: -10px;
        top: 75px;
        -webkit-transform: none;
        transform: none
    }
}

.partners-news-list__next {
    right: -20px
}

@media only screen and (max-width:767px) {
    .partners-news-list__next {
        right: -10px;
        top: 75px;
        -webkit-transform: none;
        transform: none
    }
}

.get-gallery {
    cursor: pointer
}

.big-slider {
    position: absolute;
    top: calc(50% - 50px);
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%
}

@media only screen and (max-width:1199px) {
    .big-slider {
        top: calc(50% - 44px)
    }
}

@media only screen and (max-width:1023px) {
    .big-slider {
        top: calc(50% - 39px)
    }
}

@media only screen and (max-width:400px) {
    .big-slider {
        top: calc(50% - 15px)
    }
}

.big-slider__caption {
    margin-top: 15px;
    text-align: center;
    font-size: 14px;
    line-height: 23px;
    color: #fff;
    opacity: .7
}

.big-slider__item {
    text-align: center
}

.big-slider__item img {
    display: block;
    margin: 0 auto;
    max-height: 70vh;
    max-width: 100%
}

.big-slider-th {
    width: 100%;
    left: 0;
    position: absolute;
    bottom: 0
}

.big-slider-th__item {
    overflow: hidden;
    width: auto;
    height: 100px;
    cursor: pointer;
    opacity: .4;
    transition: opacity .3s linear
}

@media only screen and (max-width:1199px) {
    .big-slider-th__item {
        height: 88px
    }
}

@media only screen and (max-width:1023px) {
    .big-slider-th__item {
        height: 78px
    }
}

@media only screen and (max-width:400px) {
    .big-slider-th__item {
        height: 33px
    }
}

.big-slider-th__item:after {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border: 2px solid #176ae0;
    opacity: 0;
    transition: opacity .3s linear
}

.big-slider-th__item.swiper-slide-thumb-active {
    opacity: 1
}

.big-slider-th__item.swiper-slide-thumb-active:after {
    opacity: 1
}

.big-slider-th__item img {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover
}

@media only screen and (max-width:1023px) {
    .big-slider__next,
    .big-slider__prev {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center;
        width: 54px;
        height: 54px;
        border-radius: 50%;
        background-color: rgba(33, 34, 38, .3)
    }
    .big-slider__next svg,
    .big-slider__prev svg {
        width: 25px;
        height: 25px
    }
}

@media only screen and (max-width:767px) {
    .big-slider__next,
    .big-slider__prev {
        width: 40px;
        height: 40px
    }
    .big-slider__next svg,
    .big-slider__prev svg {
        width: 20px;
        height: 20px
    }
}

.big-slider__next {
    right: -60px
}

@media only screen and (max-width:1023px) {
    .big-slider__next {
        right: 20px
    }
}

@media only screen and (max-width:767px) {
    .big-slider__next {
        right: 10px
    }
}

.big-slider__prev {
    left: -60px
}

@media only screen and (max-width:1023px) {
    .big-slider__prev {
        left: 20px
    }
}

@media only screen and (max-width:767px) {
    .big-slider__prev {
        left: 10px
    }
}

.header-top {
    position: relative;
    background-color: #fff;
    height: 60px
}

.header-top__inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    padding: 8.5px 30px
}

@media only screen and (max-width:1469px) {
    .header-top__inner {
        padding: 0 20px
    }
}

@media only screen and (max-width:767px) {
    .header-top__inner {
        height: 60px;
        padding: 0 15px
    }
}

.header-top__left {
    margin-right: 20px
}

@media only screen and (max-width:767px) {
    .header-top__left {
        margin-right: 0
    }
}

.header-top__center {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 130px
}

@media only screen and (max-width:1680px) {
    .header-top__center {
        margin-right: 0
    }
}

@media only screen and (max-width:1023px) {
    .header-top__center {
        margin-left: auto
    }
}

@media only screen and (max-width:767px) {
    .header-top__center {
        display: none
    }
}

.header-top__phone {
    margin-right: 46px;
    font-weight: 600;
    font-size: 18px;
    line-height: 23px;
    color: #212226
}

@media only screen and (max-width:1469px) {
    .header-top__phone {
        background-image: url(../img/phone.svg)
    }
}

.header-top__phone:hover {
    color: #212226
}

.header-top__right {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 20px
}

@media only screen and (max-width:767px) {
    .header-top__right {
        margin-left: 10px
    }
}

.header-top__search {
    position: relative;
    margin-right: 25px;
    top: 1px
}

@media only screen and (max-width:1269px) {
    .header-top__search {
        margin-right: 10px
    }
}

@media only screen and (max-width:767px) {
    .header-top__search {
        margin-right: 5px
    }
}

@media only screen and (max-width:767px) {
    .header-top__search svg {
        width: 34px
    }
}

@media only screen and (max-width:767px) {
    .header-top__search svg path {
        stroke-width: 3px
    }
}

.header-top__send {
    min-width: 164px;
    height: 40px;
    line-height: 40px
}

@media only screen and (max-width:1469px) {
    .header-top__send {
        background-image: url(../img/pancil.svg);
        margin-left: 1px
    }
}

@media only screen and (max-width:1469px) {
    .header-top__phone,
    .header-top__send {
        font-size: 0;
        margin-right: 0;
        height: 60px;
        width: 60px;
        background-color: #f55;
        border-radius: 0;
        min-width: 0;
        padding: 0;
        background-position: center center;
        background-repeat: no-repeat;
        transition: background .3s linear, opacity .3s linear, visibility .3s linear
    }
    .header-top__phone:hover,
    .header-top__send:hover {
        background-color: #fe8080
    }
}

.header-top .h-bottom-nav__link {
    color: #212226;
    padding: 10px 0
}

.header-top .h-bottom-nav__link span:after {
    background-color: #212226
}

.header-top .h-bottom-nav__link:hover {
    color: #212226
}

.header-top .h-bottom-nav__item {
    padding: 0 18px
}

@media only screen and (max-width:1199px) {
    .header-top .h-bottom-nav__item {
        padding: 0 15px
    }
}

.header-top .h-bottom-nav__item._active .h-bottom-nav__link {
    color: #212226
}

.header-top .h-bottom-nav__d-toggle svg circle {
    fill: #212226
}

.header-top .h-bottom-nav__dropdown {
    background-color: #fff
}

.header--fixed .header-top__inner {
    opacity: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 22;
    background-color: #fffbfb;
    padding: 0 30px
}

@media only screen and (max-width:1469px) {
    .header--fixed .header-top__inner {
        padding: 0 20px
    }
}

@media only screen and (max-width:767px) {
    .header--fixed .header-top__inner {
        padding: 0 15px
    }
}

.header--fixed .header-top__center {
    margin-right: 0;
    display: block;
    width: 1360px;
    margin-left: 30px
}

@media only screen and (max-width:1469px) {
    .header--fixed .header-top__center {
        margin-left: 10px
    }
}

@media only screen and (max-width:1023px) {
    .header--fixed .header-top__center {
        margin-left: 12px
    }
}

.header--fixed .header-top__right {
    margin-left: 15px
}

.header--fixed .header-top__left {
    margin-right: 15px
}

.header--fixed .header-top .h-bottom-nav {
    margin: 0
}

.header--fixed .header-top .h-bottom-nav__link:after {
    background-color: #212226
}

.header--fixed .header-top .h-bottom-nav__item--dd span {
    color: #212226
}

.header--fixed .header-logo img {
    display: none
}

.header--show .header-top__inner {
    transition: opacity .3s linear;
    opacity: 1
}

.header-bottom {
    background-color: #1a1a1a
}

.header-logo {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.header-logo__svg {
    width: 60px;
    height: 43px;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

@media only screen and (max-width:1269px) {
    .header-logo__svg {
        width: 46px;
        height: 31px
    }
}

@media only screen and (max-width:1023px) {
    .header-logo__svg {
        width: 60px;
        height: 43px
    }
}

@media only screen and (max-width:767px) {
    .header-logo__svg {
        width: 47px;
        height: 30px
    }
}

.header-logo img {
    height: 26px;
    display: block;
    transition: all .3s linear;
    margin-left: -10px;
    opacity: 1;
    visibility: visible;
    transition: all .3s linear
}

.header-logo img._hide {
    opacity: 0;
    visibility: hidden
}

@media only screen and (max-width:1269px) {
    .header-logo img {
        height: 20px;
        margin-left: -5px
    }
}

@media only screen and (max-width:1023px) {
    .header-logo img {
        height: 25px;
        margin-left: -10px
    }
}

@media only screen and (max-width:767px) {
    .header-logo img {
        height: 20px;
        margin-left: -5px
    }
}

.header-logo--hidden img {
    opacity: 0;
    visibility: hidden
}

.header.search-open .header-logo img,
.header.search-open .header-top__phone,
.header.search-open .header-top__send {
    visibility: hidden;
    opacity: 0
}

.economy .header-bottom {
    background-color: #176ae0
}

.section {
    padding: 50px 0 50px
}

.section--black {
    background-color: #1a1a1a
}

.section--black .block-title {
    margin-bottom: 40px
}

@media only screen and (max-width:1199px) {
    .section--black .block-title {
        margin-bottom: 35px
    }
}

@media only screen and (max-width:1199px) {
    .section--black {
        padding: 40px 0 40px
    }
}

.section.plot {
    padding: 50px 0 50px
}

@media only screen and (max-width:767px) {
    .main-section {
        padding-bottom: 60px
    }
}

.main-section__bottom {
    margin-top: 20px
}

.main-section__left {
    position: relative
}

.main-section__left:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    bottom: 0;
    background-color: #e0e0e0
}

@media only screen and (max-width:1023px) {
    .main-section__left:after {
        display: none
    }
}

.main-section__right:after {
    display: none;
    content: '';
    position: absolute;
    top: 0;
    right: 15px;
    left: 15px;
    height: 1px;
    background-color: #e0e0e0
}

@media only screen and (max-width:1023px) {
    .main-section__right:after {
        display: block
    }
}

@media only screen and (max-width:1023px) {
    .main-section__right {
        margin-top: 30px;
        padding-top: 50px
    }
}

@media only screen and (max-width:767px) {
    .main-section__right .info-widget {
        display: none!important
    }
}

.main-section__center {
    position: relative
}

.main-section__center:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    bottom: 0;
    background-color: #e0e0e0
}

@media only screen and (max-width:1023px) {
    .main-section__center:after {
        display: none
    }
}

.side-adv__item {
    margin-bottom: 40px
}

@media only screen and (max-width:1023px) {
    .side-adv__item {
        margin-bottom: 20px
    }
}

@media only screen and (max-width:1023px) {
    .side-adv__item--m {
        margin-bottom: 52px
    }
}

.side-adv__item .adv {
    width: 290px;
    margin: 0 auto;
    max-width: 100%
}

@media only screen and (max-width:767px) {
    .side-adv__item .adv {
        width: 100%
    }
}

.side-adv__item:last-child {
    margin-bottom: 0
}

.adv {
    visibility: hidden;
    opacity: 0;
    background-color: #f4f4f4;
    text-align: center;
    transition: opacity .3s linear, visibility .3s linear
}

.adv--show {
    visibility: visible;
    opacity: 1
}

.adv--fix {
    background-color: transparent
}

.adv--xs {
    display: none
}

@media only screen and (max-width:1023px) {
    .adv--xs {
        display: block
    }
}

.adv a {
    display: block
}

.adv img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto
}

.special-adv {
    text-align: center;
    padding: 40px 50px;
    color: #fff;
    position: relative;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin: 50px 0 40px
}

@media only screen and (max-width:767px) {
    .special-adv {
        padding: 40px 15px;
        margin: 40px 0
    }
}

@media only screen and (max-width:575px) {
    .special-adv {
        margin: 40px -15px
    }
}

.special-adv__inner {
    position: relative;
    z-index: 7
}

.special-adv__title {
    margin-bottom: 20px
}

.special-adv__text {
    margin-bottom: 30px
}

@media only screen and (max-width:767px) {
    .special-adv__text {
        font-size: 16px;
        line-height: 22px
    }
}

.special-adv__subtext {
    margin-top: 20px;
    opacity: .7
}

@media only screen and (max-width:767px) {
    .special-adv__subtext {
        font-size: 14px;
        line-height: 20px
    }
}

.special-adv__btn {
    min-width: 217px
}

.special-adv:after {
    content: '';
    display: block;
    background-color: #176ae0;
    opacity: .9;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 6
}

.adv-order {
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: relative;
    background-color: #ffe484;
    padding: 20px 0 0;
    font-size: 16px;
    line-height: 22px;
    margin: 0 auto
}

.adv-order--mobile {
    width: 688px;
    height: 200px;
    max-width: 100%
}

@media only screen and (max-width:575px) {
    .adv-order--mobile {
        height: auto;
        padding-top: 50px
    }
}

.adv-order--mobile .adv-order__body {
    padding-bottom: 25px
}

@media only screen and (max-width:575px) {
    .adv-order--mobile .adv-order__body {
        padding-bottom: 15px
    }
}

@media only screen and (max-width:575px) {
    .adv-order--mobile .adv-order__size {
        margin-bottom: 10px
    }
}

@media only screen and (max-width:575px) {
    .adv-order--mobile .adv-order__number {
        font-size: 18px;
        line-height: 25px
    }
}

@media only screen and (max-width:575px) {
    .adv-order--mobile .adv-order__number span {
        font-size: 14px
    }
}

@media only screen and (max-width:575px) {
    .adv-order--mobile .adv-order__bottom {
        padding: 10px 15px
    }
}

.adv-order--mobile.adv-order--booked .adv-order__size {
    margin-bottom: 10px
}

.adv-order--mobile.adv-order--booked .adv-order__body {
    padding-bottom: 15px
}

.adv-order--mobile.adv-order--booked .adv-order__bottom {
    padding: 12px
}

.adv-order--booked {
    background-color: #f2f2f2
}

.adv-order--booked .adv-order__bottom {
    border: 0
}

.adv-order--horizont {
    width: 1280px;
    max-width: 100%;
    height: 200px;
    max-width: 100%
}

.adv-order--horizont .adv-order__body {
    padding-bottom: 25px
}

.adv-order--horizont.adv-order--booked .adv-order__body {
    padding-bottom: 15px
}

.adv-order--horizont.adv-order--booked .adv-order__bottom {
    padding: 12px
}

.adv-order--m {
    width: 620px;
    height: 200px;
    max-width: 100%
}

@media only screen and (max-width:1199px) {
    .adv-order--m {
        width: 610px;
        height: 190px
    }
}

.adv-order--m .adv-order__body {
    padding-bottom: 25px
}

.adv-order--m.adv-order--booked .adv-order__body {
    padding-bottom: 15px
}

.adv-order--m.adv-order--booked .adv-order__bottom {
    padding: 12px
}

.adv-order--l {
    width: 240px;
    height: 600px
}

.adv-order--l .adv-order__body {
    padding-bottom: 115px
}

.adv-order--l .adv-order__bottom {
    padding-bottom: 80px;
    padding-top: 60px
}

.adv-order--l.adv-order--booked .adv-order__body {
    padding-bottom: 63px
}

.adv-order--s {
    width: 240px;
    height: 400px
}

.adv-order--s .adv-order__body {
    padding-bottom: 75px
}

.adv-order--s .adv-order__bottom {
    padding-bottom: 70px;
    padding-top: 60px
}

.adv-order--s.adv-order--booked .adv-order__body {
    padding-bottom: 43px
}

.adv-order--s.adv-order--booked .adv-order__bottom {
    padding-top: 40px;
    padding-bottom: 50px
}

.adv-order--xs {
    width: 240px;
    height: 240px;
    padding-top: 10px
}

.adv-order--xs .adv-order__body {
    padding-bottom: 40px
}

.adv-order--xs .adv-order__bottom {
    padding-bottom: 14px;
    padding-top: 14px
}

.adv-order--xs.adv-order--booked .adv-order__body {
    padding-bottom: 17px
}

.adv-order--xs.adv-order--booked .adv-order__bottom {
    padding-top: 12px;
    padding-bottom: 12px
}

.adv-order--xl {
    width: 950px;
    height: 290px;
    max-width: 100%
}

.adv-order--xl .adv-order__body {
    padding-bottom: 45px
}

.adv-order--xl .adv-order__bottom {
    padding-bottom: 35px;
    padding-top: 35px
}

.adv-order--xl.adv-order--booked .adv-order__body {
    padding-bottom: 30px
}

.adv-order--xl.adv-order--booked .adv-order__bottom {
    padding-top: 25px;
    padding-bottom: 25px
}

.adv-order__book {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 100%;
    width: 100%;
    background-color: #176ae0;
    padding: 5px 10px;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    -ms-flex-order: 2;
    order: 2
}

.adv-order__number {
    position: absolute;
    top: 10px;
    left: 15px;
    font-size: 22px;
    line-height: 27px;
    font-weight: 700
}

.adv-order__number span {
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 22px
}

.adv-order__size {
    font-size: 17px;
    line-height: 22px;
    color: #000;
    font-weight: 500;
    margin-bottom: 15px
}

.adv-order__body {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 100%;
    width: 100%;
    padding: 0 26px;
    -ms-flex-order: 1;
    order: 1
}

.adv-order__bottom {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 100%;
    width: 100%;
    padding: 20px 26px;
    border-top: 1px solid #000;
    -ms-flex-order: 3;
    order: 3
}

.main-adv--bottom {
    margin: 75px 0
}

.main-adv .main-adv__item.d-lg-none>div>div {
    min-height: 50px
}

.socials {
    padding: 0;
    margin: 0;
    list-style: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center
}

.socials__icon {
    display: block;
    fill: #a4a4a4;
    transition: all .3s linear
}

.socials__icon--vk {
    width: 25px;
    height: 13px
}

@media only screen and (max-width:1023px) {
    .socials__icon--vk {
        width: 28px;
        height: 16px
    }
}

.socials__icon--tw {
    width: 20px;
    height: 16px
}

@media only screen and (max-width:1023px) {
    .socials__icon--tw {
        width: 23px;
        height: 19px
    }
}

.socials__icon--tl {
    width: 23px;
    height: 19px
}

@media only screen and (max-width:1023px) {
    .socials__icon--tl {
        width: 27px;
        height: 22px
    }
}

.socials__icon--ok {
    width: 13px;
    height: 22px
}

@media only screen and (max-width:1023px) {
    .socials__icon--ok {
        width: 16px;
        height: 26px
    }
}

.socials__icon--fb {
    width: 12px;
    height: 22px
}

@media only screen and (max-width:1023px) {
    .socials__icon--fb {
        width: 13px;
        height: 24px
    }
}

.socials__icon--rss {
    width: 18px;
    height: 18px
}

@media only screen and (max-width:1023px) {
    .socials__icon--rss {
        width: 21px;
        height: 21px
    }
}

.socials__link {
    display: block;
    cursor: pointer
}

.socials__link:hover .socials__icon--vk {
    fill: #4c77a6
}

.socials__link:hover .socials__icon--tw {
    fill: #67a9ef
}

.socials__link:hover .socials__icon--tl {
    fill: #35a6d7
}

.socials__link:hover .socials__icon--ok {
    fill: #f59231
}

.socials__link:hover .socials__icon--fb {
    fill: #227aee
}

.socials__link:hover .socials__icon--rss {
    fill: #f47c36
}

.socials__link:hover .socials__icon--link {
    fill: #f55
}

.socials--rounded .socials__link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    border: 1px solid #e0e0e0!important
}

.socials--rounded .socials__item {
    padding: 0;
    margin-right: 15px
}

@media only screen and (max-width:767px) {
    .socials--rounded .socials__item {
        margin-right: 7px
    }
}

.socials--rounded .socials__item:last-child {
    margin-right: 0
}

.socials--rounded .socials__icon--vk {
    width: 22px;
    height: 11px
}

.socials--rounded .socials__icon--tw {
    width: 17px;
    height: 13px
}

.socials--rounded .socials__icon--tl {
    width: 19px;
    height: 15px
}

.socials--rounded .socials__icon--ok {
    width: 13px;
    height: 18px
}

.socials--rounded .socials__icon--fb {
    width: 11px;
    height: 20px
}

.socials--rounded .socials__icon--rss {
    width: 18px;
    height: 18px
}

.socials--rounded .socials__icon--link {
    width: 18px;
    height: 18px
}

.socials--big .socials__item {
    margin-right: 16px
}

@media only screen and (min-width:768px) {
    .socials--big .socials__link {
        height: 50px;
        width: 50px
    }
    .socials--big .socials__item {
        padding: 0;
        margin-right: 20px
    }
    .socials--big .socials__item:last-child {
        margin-right: 0
    }
    .socials--big .socials__icon--vk {
        width: 28px;
        height: 16px
    }
    .socials--big .socials__icon--tw {
        width: 23px;
        height: 19px
    }
    .socials--big .socials__icon--tl {
        width: 27px;
        height: 22px
    }
    .socials--big .socials__icon--ok {
        width: 16px;
        height: 26px
    }
    .socials--big .socials__icon--fb {
        width: 13px;
        height: 24px
    }
    .socials--big .socials__icon--rss {
        width: 21px;
        height: 21px
    }
    .socials--big .socials__icon--link {
        width: 21px;
        height: 21px
    }
}

.socials--mobile {
    margin-top: 46px
}

.socials--mobile .socials__item {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    border-bottom: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0
}

.socials--mobile .socials__item:nth-last-child(-n+3) {
    border-bottom: 0
}

.socials--mobile .socials__item:nth-last-child(3n+1) {
    border-right: 0
}

.socials--mobile .socials__link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    height: 84px
}

.socials--mobile .socials__icon--vk {
    width: 37.31px;
    height: 20px
}

.socials--mobile .socials__icon--tw {
    width: 30px;
    height: 25px
}

.socials--mobile .socials__icon--tl {
    width: 37.5px;
    height: 30px
}

.socials--mobile .socials__icon--ok {
    width: 21.27px;
    height: 36px
}

.socials--mobile .socials__icon--fb {
    width: 18.89px;
    height: 34px
}

.socials--mobile .socials__icon--rss {
    width: 29px;
    height: 29px
}

.socials__item {
    padding: 0 25px;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

@media only screen and (max-width:1199px) {
    .socials__item {
        padding: 0 15px
    }
}

@media only screen and (max-width:767px) {
    .socials__item {
        padding: 0 10px
    }
}

.custom-radio {
    display: inline-block;
    position: relative;
    margin-bottom: 15px;
    margin-right: 20px
}

.custom-radio:last-child {
    margin-right: 0
}

.custom-radio__input {
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 8;
    cursor: pointer
}

.custom-radio__input+.custom-radio__icon {
    content: '';
    position: absolute;
    left: 0;
    top: 3px;
    display: inline-block;
    vertical-align: text-top;
    width: 16px;
    height: 16px;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 50%;
    transition: all .3s ease-in-out;
    z-index: 6
}

.custom-radio__input:checked+.custom-radio__icon {
    background-color: #f55;
    border-color: #f55
}

.custom-radio__input+.custom-radio__icon:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: inline-block;
    width: 6px;
    height: 6px;
    background-color: #fff;
    border-radius: 50%;
    z-index: 4;
    opacity: 0;
    transition: all .3s ease-in-out
}

.custom-radio__input:checked+.custom-radio__icon:after {
    opacity: 1
}

.custom-radio__label {
    padding-left: 26px;
    padding-right: 12px;
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    display: block
}

.custom-radio__label span {
    position: relative;
    z-index: 6
}

.custom-checkbox {
    display: inline-block;
    position: relative;
    margin-bottom: 15px;
    margin-right: 20px
}

.custom-checkbox:last-child {
    margin-right: 0
}

.custom-checkbox__input {
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 8;
    cursor: pointer
}

.custom-checkbox__input+.custom-checkbox__icon {
    content: '';
    position: absolute;
    left: 0;
    top: 3px;
    display: inline-block;
    vertical-align: text-top;
    width: 16px;
    height: 16px;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 2px;
    transition: all .3s ease-in-out;
    z-index: 6
}

.custom-checkbox__input:checked+.custom-checkbox__icon {
    background-color: #f55;
    border-color: #f55
}

.custom-checkbox__input+.custom-checkbox__icon:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: inline-block;
    width: 12px;
    height: 12px;
    background-image: url(../img/check--arr.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
    z-index: 4;
    opacity: 0;
    transition: all .3s ease-in-out
}

.custom-checkbox__input:checked+.custom-checkbox__icon:after {
    opacity: 1
}

.custom-checkbox__label {
    padding-left: 26px;
    padding-right: 12px;
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    display: block
}

.custom-checkbox__label span {
    position: relative;
    z-index: 6
}

.subscribe-form {
    max-width: 620px;
    margin: 0 auto;
    position: relative
}

.subscribe-form__body {
    position: relative
}

.subscribe-form__submit {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 24px
}

.subscribe-form__submit svg {
    stroke: #f55;
    stroke-width: 2px;
    fill: transparent;
    width: 24px;
    height: 20px;
    transition: all .3s linear
}

.subscribe-form__submit:hover svg {
    stroke: #212226
}

.subscribe-form__accept {
    max-width: 480px;
    margin: 30px auto 0
}

.subscribe-form--black .subscribe-form__input {
    background-color: transparent;
    color: #fff
}

.subscribe-form--small {
    max-width: 350px;
    margin: 0
}

.subscribe-form--small .subscribe-form__input {
    height: 45px;
    line-height: 43px;
    padding: 0 53px 0 20px
}

.subscribe-form--small .subscribe-form__submit {
    right: 20px
}

.subscribe-form--small .subscribe-form__submit svg {
    stroke: #fff;
    fill: transparent;
    stroke-width: 2px
}

.subscribe-form--small .subscribe-form__submit:hover svg {
    stroke: #f55
}

.form__title {
    font-family: Montserrat, Arial;
    font-weight: 800;
    font-size: 22px;
    line-height: 27px;
    margin-bottom: 30px;
    color: #fff
}

@media only screen and (max-width:767px) {
    .form__title {
        font-size: 18px;
        line-height: 25px
    }
}

.form__group {
    margin-bottom: 40px
}

@media only screen and (max-width:767px) {
    .form__group {
        margin-bottom: 20px
    }
}

.form__group:last-child {
    margin-bottom: 0
}

.form__group--footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (max-width:767px) {
    .form__group--footer {
        display: block
    }
}

.form__group--footer .form__politic {
    margin-right: 10px;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

@media only screen and (max-width:767px) {
    .form__group--footer .form__politic {
        margin-bottom: 15px;
        margin-top: 15px
    }
}

.form__group--footer .btn {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

@media only screen and (max-width:767px) {
    .form__group--text {
        margin-top: 50px
    }
}

.form__group--radio {
    margin-bottom: 15px
}

.form__politic {
    font-size: 14px;
    line-height: 22px;
    color: #a4a4a4
}

.form__politic a {
    color: #a4a4a4;
    text-decoration: underline
}

.form__control {
    width: 100%;
    border: 0;
    padding: 0 0 15px;
    background-color: transparent;
    border-bottom: 2px solid #fff;
    color: #fff
}

.form__control.placeholder {
    color: #a4a4a4;
    transition: all .3s linear
}

.form__control:-moz-placeholder {
    color: #a4a4a4;
    transition: all .3s linear
}

.form__control::-moz-placeholder {
    color: #a4a4a4;
    transition: all .3s linear
}

.form__control:-ms-input-placeholder {
    color: #a4a4a4;
    transition: all .3s linear
}

.form__control::-webkit-input-placeholder {
    color: #a4a4a4;
    transition: all .3s linear
}

.form__control:focus {
    outline: 0
}

.form__control:focus.placeholder {
    opacity: .6
}

.form__control:focus:-moz-placeholder {
    opacity: .6
}

.form__control:focus::-moz-placeholder {
    opacity: .6
}

.form__control:focus:-ms-input-placeholder {
    opacity: .6
}

.form__control:focus::-webkit-input-placeholder {
    opacity: .6
}

@media only screen and (max-width:767px) {
    .form__control {
        font-size: 16px;
        line-height: 22px
    }
}

.form__control--rounded {
    font-size: 16px;
    line-height: 21px;
    border-radius: 100px;
    border: 1px solid #e0e0e0;
    background-color: #fff;
    height: 50px;
    line-height: 48px;
    padding: 0 66px 0 33px
}

.form__control--rounded.placeholder {
    font-style: italic;
    color: #828282;
    transition: all .3s linear
}

.form__control--rounded:-moz-placeholder {
    font-style: italic;
    color: #828282;
    transition: all .3s linear
}

.form__control--rounded::-moz-placeholder {
    font-style: italic;
    color: #828282;
    transition: all .3s linear
}

.form__control--rounded:-ms-input-placeholder {
    font-style: italic;
    color: #828282;
    transition: all .3s linear
}

.form__control--rounded::-webkit-input-placeholder {
    font-style: italic;
    color: #828282;
    transition: all .3s linear
}

.form__accept {
    font-size: 13px;
    line-height: 17px;
    text-align: center;
    color: #1e2a35
}

.form__accept a {
    border-bottom: 1px solid #1e2a35;
    color: #1e2a35;
    transition: all .3s linear
}

.form__accept a:hover {
    color: #1e2a35;
    border-color: transparent
}

.form--dark .form__control {
    color: #212226;
    border-bottom: 2px solid #212226
}

.form--dark .form__title {
    color: #212226
}

.form--dark .custom-finput__label {
    color: #212226
}

.form--dark .custom-finput__label:after {
    background: url(../img/file--d.svg) no-repeat center center/100%
}

.custom-finput {
    position: relative;
    cursor: pointer;
    display: inline-block
}

.custom-finput__label {
    font-size: 16px;
    line-height: 22px;
    color: #a4a4a4;
    padding-left: 30px
}

@media only screen and (max-width:767px) {
    .custom-finput__label {
        font-size: 14px;
        line-height: 22px;
        padding-left: 24px
    }
}

.custom-finput__label:after {
    content: '';
    position: absolute;
    display: block;
    top: 50%;
    left: -13px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url(../img/file.svg) no-repeat center center/100%;
    height: 43px;
    width: 43px
}

@media only screen and (max-width:767px) {
    .custom-finput__label:after {
        height: 30px;
        width: 30px
    }
}

.custom-finput__input {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.datepicker {
    font-family: 'IBM Plex Sans', Arial;
    border-radius: 0;
    border: 0;
    border-top: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0
}

.datepicker--cell {
    border-radius: 0
}

.datepicker--cell.-selected-,
.datepicker--cell.-selected-.-current-,
.datepicker--cell.-selected-.-focus- {
    background-color: #212226;
    color: #fff
}

.datepicker--cell.-current- {
    color: #176ae0
}

.datepicker--cell-day {
    font-family: 'IBM Plex Sans', Arial;
    border-bottom: 1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
    border-radius: 0;
    font-size: 16px;
    line-height: 28px;
    transition: all .3s linear
}

.datepicker--cell-month {
    font-family: 'IBM Plex Sans', Arial;
    border-bottom: 1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
    border-radius: 0;
    font-size: 16px;
    line-height: 28px;
    transition: all .3s linear
}

.datepicker--cell-year {
    font-family: 'IBM Plex Sans', Arial;
    border-bottom: 1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
    border-radius: 0;
    font-size: 16px;
    line-height: 28px;
    transition: all .3s linear
}

.datepicker--cells-months {
    height: 192px
}

.datepicker--cells-years {
    height: 192px
}

.datepicker--years {
    height: 192px
}

.datepicker--months {
    height: 192px;
    margin-right: -2px
}

.datepicker--days {
    margin-right: -1px
}

.datepicker--days-names {
    margin-bottom: 0;
    margin-top: 0
}

.datepicker--day-name {
    text-transform: none;
    height: 32px;
    font-size: 15px;
    line-height: 28px;
    border-bottom: 1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
    color: #212226;
    font-weight: 700
}

.datepicker--day-name.-weekend- {
    color: #f55
}

.datepicker--content {
    padding: 0
}

.datepicker--nav {
    min-height: 45px;
    border-left: 1px solid #e0e0e0
}

.datepicker--nav-action svg {
    width: 15px;
    height: 15px
}

.datepicker--nav-action svg path {
    stroke: #a4a4a4;
    transition: all .3s linear
}

.datepicker--nav-action:hover,
.datepicker--nav-title:hover {
    background-color: transparent
}

.datepicker--nav-action:hover svg path,
.datepicker--nav-title:hover svg path {
    stroke: #176ae0
}

.datepicker--nav-action[data-action=prev] svg {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.datepicker--nav-title {
    padding: 0 8px 0 14px
}

.datepicker--nav-title:hover svg {
    stroke: #176ae0
}

.datepicker--nav-title svg {
    display: inline-block;
    -webkit-transform: rotate(90deg) translateX(-2px);
    transform: rotate(90deg) translateX(-2px);
    width: 12px;
    height: 12px;
    margin-left: 5px;
    fill: transparent;
    stroke: #c1c0c0;
    stroke-width: 2px;
    transition: all .3s linear
}

.h-form-search {
    position: absolute;
    left: 100px;
    right: 90px;
    opacity: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    visibility: hidden;
    pointer-events: none;
    transition: all .5s linear
}

@media only screen and (max-width:1469px) {
    .h-form-search {
        left: 80px;
        right: 76px
    }
}

@media only screen and (max-width:1269px) {
    .h-form-search {
        left: 64px;
        right: 68px
    }
}

@media only screen and (max-width:1023px) {
    .h-form-search {
        left: 70px;
        right: 68px
    }
}

@media only screen and (max-width:767px) {
    .h-form-search {
        left: 13px;
        right: 13px
    }
}

.h-form-search--active {
    opacity: 1;
    visibility: visible;
    pointer-events: all
}

.h-form-search__input {
    width: 100%;
    border: 0;
    height: 46px;
    background-color: #efefef;
    border-radius: 100px;
    padding-left: 74px;
    padding-right: 70px;
    padding-top: 0;
    padding-bottom: 0;
    color: #212226
}

.h-form-search__input.placeholder {
    font-style: italic;
    color: #a4a4a4
}

.h-form-search__input:-moz-placeholder {
    font-style: italic;
    color: #a4a4a4
}

.h-form-search__input::-moz-placeholder {
    font-style: italic;
    color: #a4a4a4
}

.h-form-search__input:-ms-input-placeholder {
    font-style: italic;
    color: #a4a4a4
}

.h-form-search__input::-webkit-input-placeholder {
    font-style: italic;
    color: #a4a4a4
}

.h-form-search__close {
    position: absolute;
    top: 50%;
    right: 33px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.h-form-search__icon {
    width: 34px;
    height: 34px;
    position: absolute;
    top: 50%;
    left: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.h-form-search__icon path {
    stroke: #c1c0c0
}

@media only screen and (max-width:767px) {
    .h-form-search__icon path {
        stroke-width: 3px
    }
}

.wrapper {
    overflow: hidden
}

.blog-more {
    text-align: center;
    margin-top: 50px
}

.transition-fade {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: .4s;
    opacity: 1
}

html.is-animating .transition-fade {
    opacity: 0
}

.transition-ec {
    transition: .1s;
    opacity: 1
}

html.is-animating .transition-ec {
    opacity: 0
}

body.menu-open {
    overflow: hidden;
    background-color: #fff
}

@media (hover:hover) and (pointer:fine) {
    body.menu-open {
        padding-right: 17px
    }
}

body.menu-open #topAdv {
    display: none
}

body.slide-pane {
    overflow: hidden
}

@media (hover:hover) and (pointer:fine) {
    body.slide-pane {
        padding-right: 17px
    }
}

@media only screen and (max-width:767px) {
    .partners-news-list>div>div {
        -ms-flex-wrap: nowrap!important;
        flex-wrap: nowrap!important;
        overflow-x: auto;
        overflow-y: hidden;
        -ms-flex-align: start!important;
        align-items: flex-start!important;
        -ms-flex-pack: start!important;
        justify-content: flex-start!important
    }
}

@media only screen and (max-width:767px) {
    .partners-news-list .article_mm {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }
}

@media only screen and (max-width:767px) {
    .partners-news-list .article_mm:nth-child(2n) {
        margin-right: 10px!important
    }
}

@media only screen and (max-width:767px) {
    .partners-news-list .article_mm:nth-child(3) {
        margin-right: 10px!important
    }
}

.main-news {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: end;
    justify-content: flex-end;
    height: 740px;
    padding: 66px 0;
    overflow: hidden;
    will-change: transform
}

.main-news__bg {
    position: absolute;
    background-position: center center;
    background-size: cover;
    background-color: #1a1a1a;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 4;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    will-change: transform
}

@media only screen and (max-width:1199px) {
    .main-news {
        height: 684px;
        padding: 46px 0
    }
}

@media only screen and (max-width:1023px) {
    .main-news {
        height: auto;
        padding: 60px 0 96px 0
    }
}

@media only screen and (max-width:767px) {
    .main-news {
        padding: 50px 0 50px
    }
}

.main-news__inner {
    position: relative;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    z-index: 6
}

.main-news__bottom {
    margin-top: 48px;
    padding-top: 30px;
    border-top: 2px solid #fff
}

@media only screen and (max-width:1199px) {
    .main-news__bottom {
        margin-top: 40px
    }
}

@media only screen and (max-width:1023px) {
    .main-news__bottom {
        margin-top: 90px;
        padding-top: 40px
    }
}

@media only screen and (max-width:767px) {
    .main-news__bottom {
        margin-top: 40px
    }
}

.main-news__cat {
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
    color: #f55;
    margin-bottom: 15px
}

.main-news__title {
    color: #fff;
    margin-bottom: 15px;
    font-family: Montserrat, Arial;
    font-weight: 800;
    font-size: 50px;
    line-height: 58px;
    display: block;
}

@media only screen and (max-width:767px) {
    .main-news__title {
        margin-bottom: 45px;
        font-size: 25px;
        line-height: 32px;
    }
}
@media only screen and (max-width:1199px) {
    .main-news__title {
        font-size: 32px;
        line-height: 40px;
    }
}

.main-news__excerpt {
    max-width: 730px;
    font-size: 22px;
    line-height: 34px;
    color: #fff;
    margin: 20px 0 15px
}

@media only screen and (max-width:1199px) {
    .main-news__excerpt {
        margin: 30px 0 30px
    }
}

@media only screen and (max-width:767px) {
    .main-news__excerpt {
        font-size: 16px;
        line-height: 22px
    }
}

.main-news__body {
    position: relative;
    max-width: 900px
}

.main-news__link {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.main-news:after {
    content: '';
    display: block;
    position: absolute;
    background: linear-gradient(180deg, rgba(26, 26, 26, .11) 18.75%, #1a1a1a 92.71%);
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    mix-blend-mode: multiply;
    z-index: 5
}

@media only screen and (max-width:1199px) {
    .main-news:after {
        background: linear-gradient(180deg, rgba(26, 26, 26, .16) 0, #1a1a1a 92.71%)
    }
}

.main-news--video {
    background-color: #1a1a1a
}

.main-news--video .main-news__bg {
    display: none
}

@media only screen and (max-width:1023px) {
    .main-news--video .main-news__bg {
        display: block
    }
}

@media only screen and (max-width:1023px) {
    .main-news--video .main-video {
        display: none
    }
}

.main-news--video:after {
    display: none
}

@media only screen and (max-width:1023px) {
    .main-news--video:after {
        display: block
    }
}

.main-video {
    position: absolute;
    top: -60px;
    right: -100px;
    width: 1200px;
    height: 676px
}

@media only screen and (max-width:1199px) {
    .main-video {
        width: 1000px;
        height: 564px
    }
}

.main-video:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(to right, #1a1a1a 5%, rgba(26, 26, 26, .11) 60%), linear-gradient(to top, #1a1a1a 0, rgba(26, 26, 26, .05) 90%);
    z-index: 4
}

.main-video>iframe {
    position: relative;
    pointer-events: none;
    width: 100%;
    height: 100%;
    z-index: 3
}

@media only screen and (max-width:1023px) {
    .m-news-list__item {
        margin-bottom: 30px
    }
    .m-news-list__item:last-child {
        margin-bottom: 0
    }
}

@media only screen and (max-width:767px) {
    .m-news-list__item {
        margin-bottom: 20px
    }
}

.news-line__item {
    margin-bottom: 14px
}

@media only screen and (max-width:1199px) {
    .news-line__item {
        margin-bottom: 20px
    }
}

.news-line__item:last-child {
    margin-bottom: 0
}

@media only screen and (max-width:1023px) {
    .news-line__item:last-child {
        margin-bottom: 20px
    }
}

@media only screen and (max-width:1199px) {
    .news-line__title {
        margin-bottom: 30px
    }
}

@media only screen and (max-width:767px) {
    .news-line__title {
        margin-bottom: 20px
    }
}

.sidebar__item {
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #e0e0e0
}

.sidebar__item--info {
    margin-bottom: 0;
    padding: 0;
    border: 0
}

.sidebar__item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0
}

.rates__title {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.rates__quest {
    margin-bottom: 20px
}

.rates__answers {
    margin-bottom: 36px
}

.rates__answers .custom-radio__label {
    padding-left: 0
}

.rates__answers .poll-card__answer {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media only screen and (max-width:767px) {
    .rates__answers .poll-card__answer {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
}

.rates__answers .poll-card__input {
    width: 100%;
    margin-right: 0;
    margin-bottom: 17px
}

@media only screen and (max-width:767px) {
    .rates__answers .poll-card__input {
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        margin-right: 20px;
        margin-bottom: 0
    }
}

.rates__answers .poll-card__a-r {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

@media only screen and (max-width:767px) {
    .rates__answers .poll-card__a-r {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }
}

.rates__answer {
    margin-bottom: 16px
}

.rates__answer .custom-radio {
    margin-bottom: 0
}

.rates__answer .custom-radio__label {
    padding-left: 36px;
    color: #212226
}

.rates__answer .custom-radio__input+.custom-radio__icon {
    left: 10px
}

.rates__answer .custom-radio__input+.custom-radio__icon+.custom-radio__label:after {
    content: '';
    position: absolute;
    display: block;
    top: -7px;
    bottom: -7px;
    left: 0;
    right: 0;
    background-color: #ffeaea;
    border-radius: 100px;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    transition: all .3s linear
}

.rates__answer .custom-radio__input:hover+.custom-radio__icon+.custom-radio__label:after {
    visibility: visible;
    opacity: 1
}

.rates__counter {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    letter-spacing: .04em
}

.rates__counter span._all {
    color: #c1c0c0;
    position: relative
}

.rates__counter span._all:before {
    content: '/';
    top: 1px;
    position: relative
}

.rates__body {
    padding-bottom: 40px;
    border-bottom: 2px solid #212226
}

.rates__btn {
    min-width: 147px
}

.reader__body {
    padding-bottom: 40px;
    border-bottom: 2px solid #212226
}

.reader__button {
    margin-top: 30px
}

@media only screen and (max-width:1199px) {
    .main-section__rates,
    .main-section__reader {
        display: none
    }
}

.primary-news__title {
    margin-bottom: 30px
}

.p-news-list__item {
    margin-bottom: 50px
}

.p-news-list__item blockquote {
    margin-bottom: 0
}

@media only screen and (max-width:1023px) {
    .p-news-list__item {
        margin-bottom: 40px
    }
}

@media only screen and (max-width:767px) {
    .p-news-list__item {
        margin-bottom: 30px
    }
}

.p-news-list__item:nth-last-of-type(-n+2) {
    margin-bottom: 20px
}

.p-news-list__item--adv-md {
    display: none
}

@media only screen and (max-width:1023px) {
    .p-news-list__item--adv-md {
        display: block
    }
}

.big-rates {
    text-align: center;
    font-family: Montserrat, Arial
}

.big-rates__top {
    padding: 15px 0;
    border-top: 2px solid #212226;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 15px;
    line-height: 18px;
    text-align: center
}

.big-rates__date {
    font-size: 18px;
    line-height: 28px;
    color: #bdbdbd;
    margin-bottom: 22px;
    font-family: 'IBM Plex Sans', Arial
}

@media only screen and (max-width:767px) {
    .big-rates__date {
        margin-bottom: 10px
    }
}

.big-rates__title {
    color: #000;
    font-weight: 800;
    max-width: 590px;
    margin: 0 auto 75px
}

@media only screen and (max-width:991px) {
    .big-rates__title {
        margin: 0 auto 50px
    }
}

@media only screen and (max-width:767px) {
    .big-rates__title {
        margin: 0 auto 30px
    }
}

.big-rates__body {
    padding: 50px 30px 60px;
    border-top: 2px solid #212226;
    border-bottom: 2px solid #212226
}

@media only screen and (max-width:1199px) {
    .big-rates__body {
        padding: 40px 30px 40px
    }
}

@media only screen and (max-width:767px) {
    .big-rates__body {
        padding: 30px 0 40px
    }
}

.big-rates--small .big-rates__top {
    padding: 12px 0
}

.big-rates--small .big-rates__body {
    padding: 40px 30px 50px
}

@media only screen and (max-width:1199px) {
    .big-rates--small .big-rates__body {
        padding: 40px 30px 40px
    }
}

@media only screen and (max-width:767px) {
    .big-rates--small .big-rates__body {
        padding: 30px 0 40px
    }
}

.big-rates--small .big-rates__title {
    margin: 0 auto 40px
}

@media only screen and (max-width:767px) {
    .big-rates--small .big-rates__title {
        margin: 0 auto 30px
    }
}

.big-rates--bg {
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

.big-rates--bg:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #212226;
    mix-blend-mode: multiply;
    opacity: .7;
    z-index: 5
}

.big-rates--bg .big-rates {
    color: #fff
}

.big-rates--bg .big-rates__title {
    color: #fff
}

.big-rates--bg .big-rates__top {
    color: #fff;
    position: relative;
    z-index: 6;
    border-color: transparent
}

.big-rates--bg .big-rates__body {
    border-color: #fff;
    border-bottom: 0;
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
    z-index: 6
}

@media only screen and (max-width:767px) {
    .big-rates--bg .big-rates__btn {
        min-width: 192px;
        max-width: none;
        width: auto
    }
}

.info-widget {
    font-family: Montserrat, Arial;
    font-weight: 700;
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 30px
}

.info-widget__date {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 10px;
    text-transform: uppercase
}

@media only screen and (max-width:1023px) {
    .info-widget__date {
        margin-bottom: 0;
        margin-right: 20px
    }
}

@media only screen and (max-width:767px) {
    .info-widget__date {
        margin-bottom: 10px;
        margin-right: 0
    }
}

.info-widget__date span {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-right: 16px
}

.info-widget__date span:last-child {
    margin-right: 0
}

@media only screen and (max-width:1023px) {
    .info-widget {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 20px
    }
}

@media only screen and (max-width:767px) {
    .info-widget {
        display: block!important;
        margin-bottom: 30px
    }
}

.currency {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.currency__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 20px
}

.currency__item:last-child {
    margin-right: 0
}

.currency__value {
    margin-right: 10px
}

.special-projects {
    background-image: url(../img/special-bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

.recent-cat-list__item {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e0e0e0
}

.recent-cat-list__item:last-child {
    margin-bottom: 40px;
    padding: 0;
    border: 0
}

@media only screen and (max-width:767px) {
    .recent-cat-list__item:last-child {
        margin-bottom: 0
    }
}

@media only screen and (max-width:1023px) {
    .recent-cat-list--slider+.recent-cat__more {
        display: none
    }
}

@media only screen and (max-width:767px) {
    .recent-cat-list--slider+.recent-cat__more {
        display: block
    }
}

.recent-cat-list--slider {
    position: relative
}

@media only screen and (max-width:1023px) {
    .recent-cat-list--slider .recent-cat-list__item {
        border: 0;
        padding: 0;
        margin: 0
    }
}

@media only screen and (max-width:767px) {
    .recent-cat-list {
        padding-bottom: 20px;
        margin-bottom: 30px;
        border-bottom: 1px solid #e0e0e0
    }
}

.recent-cat__item {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.recent-cat__item:after {
    content: '';
    position: absolute;
    top: 0;
    right: -1px;
    width: 1px;
    bottom: 0;
    background-color: #e0e0e0
}

@media only screen and (max-width:767px) {
    .recent-cat__item:after {
        display: none
    }
}

.recent-cat__item:last-child:after {
    display: none
}

.recent-cat__item:before {
    content: '';
    display: none;
    position: absolute;
    bottom: -50px;
    right: 0;
    left: 0;
    height: 1px;
    background-color: #e0e0e0
}

@media only screen and (max-width:1023px) {
    .recent-cat__item {
        margin-bottom: 100px
    }
    .recent-cat__item:before {
        display: block
    }
}

@media only screen and (max-width:767px) {
    .recent-cat__item {
        margin-bottom: 40px
    }
    .recent-cat__item:before {
        display: none
    }
}

@media only screen and (max-width:1023px) {
    .recent-cat__item:nth-last-child(-n+2) {
        margin-bottom: 0
    }
    .recent-cat__item:nth-last-child(-n+2):before {
        display: none
    }
}

.recent-cat__item:first-child:before {
    left: 15px
}

@media only screen and (max-width:1023px) {
    .recent-cat__item:nth-child(2):after {
        display: none
    }
}

.recent-cat__item:nth-child(2):before {
    right: 15px
}

@media only screen and (max-width:1199px) {
    .recent-cat__item:nth-child(3):after {
        display: none
    }
}

@media only screen and (max-width:1023px) {
    .recent-cat__item:nth-child(3):after {
        display: block
    }
}

@media only screen and (max-width:767px) {
    .recent-cat__item:nth-child(3):after {
        display: none
    }
}

.recent-cat__item .adv,
.recent-cat__item .adv-order {
    margin-top: 40px;
    margin-bottom: 40px
}

.recent-cat__item .adv-order:first-of-type,
.recent-cat__item .adv:first-of-type {
    margin-top: 0
}

.recent-cat__item .adv-order:last-of-type,
.recent-cat__item .adv:last-of-type {
    margin-bottom: 0
}

.recent-cat__adv {
    margin-top: 35px
}

.recent-cat__side {
    padding-top: 24px
}

.recent-cat__title {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 100%;
    margin-bottom: 25px
}

@media only screen and (max-width:767px) {
    .recent-cat__title {
        margin-bottom: 20px
    }
}

.recent-cat__list {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 100%
}

.recent-cat__more {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 100%;
    text-align: center;
    margin-top: auto
}

.posts-day__title {
    margin-bottom: 30px
}

.posts-day__item {
    margin-bottom: 50px
}

@media only screen and (max-width:1199px) {
    .posts-day__item {
        margin-bottom: 38px
    }
}

@media only screen and (max-width:767px) {
    .posts-day__item {
        margin-bottom: 50px
    }
}

.posts-day__item:last-child {
    margin-bottom: 0
}

.posts-day__more {
    text-align: center;
    margin-top: 30px
}

.posts-day__adv {
    margin-top: 74px
}

@media only screen and (max-width:767px) {
    .posts-day__adv {
        margin-top: 40px
    }
}

.posts-day__adv--top {
    margin-top: 0;
    margin-bottom: 40px
}

.posts-day__left {
    position: relative
}

.posts-day__left:after {
    display: none;
    content: '';
    position: absolute;
    top: 0;
    right: -1px;
    width: 1px;
    bottom: 0;
    background-color: #e0e0e0
}

@media only screen and (max-width:1199px) {
    .posts-day__left:after {
        display: block
    }
}

@media only screen and (max-width:767px) {
    .posts-day__left:after {
        display: none
    }
}

@media only screen and (max-width:767px) {
    .posts-day__right {
        display: none
    }
}

.plot {
    position: relative;
    overflow: hidden;
    background-color: #1a1a1a
}

.plot .container {
    position: relative;
    z-index: 6
}

.plot__bg {
    position: absolute;
    background-position: center center;
    background-size: cover;
    background-color: #1a1a1a;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 4;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    will-change: transform
}

.plot:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(26, 26, 26, .11) 18.75%, #1a1a1a 92.71%);
    mix-blend-mode: multiply;
    z-index: 5
}

@media only screen and (max-width:1023px) {
    .plot:after {
        background: linear-gradient(180deg, rgba(26, 26, 26, .21) 0, #1a1a1a 68.75%)
    }
}

.plot__title {
    margin-bottom: 45px
}

.plot__header {
    color: #fff;
    margin-bottom: 15px
}

.plot__link {
    position: absolute;
    top: 0;
    left: 15px;
    right: 15px;
    bottom: 0;
    z-index: 6
}

.plot__slider {
    margin-top: 70px
}

@media only screen and (max-width:767px) {
    .plot__slider {
        margin-top: 60px
    }
}

.plot__more {
    text-align: center;
    margin-top: 30px
}

.plot__more .link:hover {
    color: #f55
}

.plot__more .link:hover svg {
    stroke: #f55
}

.partners-news {
    padding-top: 80px;
    padding-bottom: 28px
}

.partners-news__title {
    margin-bottom: 40px
}

@media only screen and (max-width:1199px) {
    .partners-news__title {
        margin-bottom: 30px
    }
}

.partners-news-list__item {
    margin-bottom: 52px
}

@media only screen and (max-width:1023px) {
    .partners-news-list__item {
        margin-bottom: 40px
    }
}

.partners-news-list--slider {
    position: relative;
    margin-bottom: 52px
}

@media only screen and (max-width:1023px) {
    .partners-news-list--slider .partners-news-lsit__item {
        margin-bottom: 0
    }
}

.partners-news--inner {
    padding-top: 20px
}

.subscribe-block .container {
    position: relative
}

.subscribe-block .container:after {
    content: '';
    position: absolute;
    top: 0;
    left: 15px;
    right: 15px;
    height: 100%;
    background: url(../img/subscribe-bg.png) no-repeat center center/cover;
    z-index: 5
}

@media only screen and (max-width:575px) {
    .subscribe-block .container:after {
        right: 0;
        left: 0
    }
}

.subscribe-block__inner {
    position: relative;
    border-top: 2px solid #000;
    padding-top: 60px;
    padding-bottom: 60px;
    z-index: 6
}

@media only screen and (max-width:767px) {
    .subscribe-block__inner {
        padding-top: 40px;
        padding-bottom: 40px;
        padding-left: 15px;
        padding-right: 15px
    }
}

@media only screen and (max-width:575px) {
    .subscribe-block__inner {
        padding-left: 0;
        padding-right: 0
    }
}

.subscribe-block__title {
    font-size: 32px;
    line-height: 39px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 40px
}

@media only screen and (max-width:1023px) {
    .subscribe-block__title {
        font-size: 24px;
        line-height: 30px
    }
}

@media only screen and (max-width:767px) {
    .subscribe-block__title {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 30px
    }
}

.have-block__title {
    font-family: Montserrat, Arial;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px
}

.have-block__btn .btn {
    min-width: 151px
}

@media only screen and (max-width:1199px) {
    .have-block--footer {
        position: absolute;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        right: 15px;
        bottom: 0;
        width: 391px
    }
}

@media only screen and (max-width:1023px) {
    .have-block--footer {
        position: static;
        right: 0;
        width: auto;
        display: block
    }
}

@media only screen and (max-width:767px) {
    .have-block--footer {
        text-align: center
    }
}

.have-block--footer .have-block__title {
    font-size: 13px;
    line-height: 16px;
    color: #212226;
    opacity: .5
}

@media only screen and (max-width:1199px) {
    .have-block--footer .have-block__title {
        margin-bottom: 0
    }
}

@media only screen and (max-width:1023px) {
    .have-block--footer .have-block__title {
        margin-bottom: 22px
    }
}

@media only screen and (max-width:1199px) {
    .have-block--menu {
        display: -ms-flexbox;
        display: flex
    }
}

@media only screen and (max-width:767px) {
    .have-block--menu {
        display: block
    }
}

.have-block--menu .have-block__title {
    color: #fff;
    font-size: 26px;
    line-height: 32px;
    text-transform: none;
    margin-bottom: 22px
}

@media only screen and (max-width:1199px) {
    .have-block--menu .have-block__title {
        width: 298px;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        margin-right: 30px;
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 0
    }
}

@media only screen and (max-width:1023px) {
    .have-block--menu .have-block__title {
        margin-right: 65px
    }
}

@media only screen and (max-width:767px) {
    .have-block--menu .have-block__title {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
        font-size: 18px;
        line-height: 25px
    }
}

.have-block--menu .have-block__btn .btn {
    min-width: 165px
}

@media only screen and (max-width:767px) {
    .have-block--menu .have-block__btn .btn {
        width: 100%;
        min-width: 0
    }
}

@media only screen and (max-width:1199px) {
    .have-block--menu .have-block__btn {
        text-align: center;
        -ms-flex: 1 1 0px;
        flex: 1 1 0
    }
}

@media only screen and (max-width:1199px) {
    .have-block--menu .subscribe-form {
        max-width: 100%;
        width: 100%;
        -ms-flex: 1 1 0px;
        flex: 1 1 0
    }
}

.disclamer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.disclamer__image {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-right: 16px
}

@media only screen and (max-width:1023px) {
    .disclamer__image img {
        width: 55px
    }
}

@media only screen and (max-width:767px) {
    .disclamer__image img {
        width: 51px
    }
}

.disclamer__text {
    font-size: 14px;
    line-height: 18px;
    text-decoration: underline;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    max-width: 227px
}

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

.line-info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px 0;
    border-top: 2px solid rgba(33, 34, 38, .1);
    border-bottom: 2px solid rgba(33, 34, 38, .1)
}

@media only screen and (max-width:767px) {
    .line-info {
        padding: 30px 0
    }
}

.line-info__socials {
    margin-right: 120px
}

@media only screen and (max-width:1199px) {
    .line-info__socials {
        margin-right: 140px
    }
}

@media only screen and (max-width:1023px) {
    .line-info__socials {
        margin-right: 0
    }
}

@media only screen and (max-width:767px) {
    .line-info__socials {
        display: none
    }
}

@media only screen and (max-width:1199px) {
    .line-info__socials .socials__item {
        padding: 0 20px
    }
}

.line-info__socials--menu .socials__icon {
    fill: rgba(255, 255, 255, .5)
}

.line-info__socials--dark .socials__icon {
    fill: #fff
}

.line-info__socials--header {
    margin-right: 40px
}

.line-info__rss {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.line-info__rss a {
    color: #fff;
    opacity: .5;
    text-decoration: underline;
    margin-left: 30px
}

@media only screen and (max-width:1023px) {
    .line-info .dzen {
        width: 135px
    }
}

@media only screen and (max-width:767px) {
    .line-info .dzen {
        width: 122px
    }
}

.copyright {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
    line-height: 16px;
    margin-top: 20px;
    color: rgba(33, 34, 38, .6)
}

@media only screen and (max-width:1199px) {
    .copyright {
        display: block
    }
}

@media only screen and (max-width:1199px) {
    .copyright__text {
        margin-bottom: 20px
    }
}

.copyright__dev {
    font-size: 14px;
    line-height: 18px;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.copyright a {
    text-transform: uppercase;
    margin-left: 5px;
    color: #212226;
    text-decoration: underline
}

.copyright a:hover {
    color: #212226
}

.counters {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 20px
}

.counters__item {
    padding: 0 20px
}

.single-category {
    padding-bottom: 50px
}

.single-category__more {
    margin-top: 25px
}

.single-category__title {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px
}

.single-category__title span {
    margin-right: 10px
}

.show-filter svg path {
    transition: all .3s linear
}

.show-filter--active svg path {
    stroke: #f55
}

.filter-period {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media only screen and (max-width:767px) {
    .filter-period {
        display: block
    }
}

.filter-period:after {
    content: '';
    position: absolute;
    display: block;
    height: 1px;
    width: 20px;
    background-color: #e0e0e0;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%
}

@media only screen and (max-width:767px) {
    .filter-period:after {
        display: none
    }
}

.filter-period__item {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.filter-period__item:first-child {
    margin-right: 20px
}

@media only screen and (max-width:767px) {
    .filter-period__item:first-child {
        margin-right: 0;
        margin-bottom: 25px
    }
}

.filter-period__item:last-child {
    margin-left: 20px
}

@media only screen and (max-width:767px) {
    .filter-period__item:last-child {
        margin-left: 0
    }
}

.filter-period__input {
    text-align: center;
    width: 100%;
    height: 45px;
    line-height: 43px;
    padding: 0 50px;
    border: 1px solid #e0e0e0;
    border-radius: 100px;
    background-color: #fffbfb
}

.filter-period__input:focus {
    outline: 0
}

.filter-period__label {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 20px;
    font-size: 18px;
    line-height: 28px;
    color: #a4a4a4;
    pointer-events: none
}

.filter-period__icon {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 20px;
    width: 20px;
    height: 22px;
    fill: #a4a4a4;
    pointer-events: none
}

[data-filter-hide] {
    display: none
}

.news-filter {
    margin-bottom: 50px
}

@media only screen and (max-width:767px) {
    .news-filter {
        margin-bottom: 40px
    }
}

.news-filter__search {
    position: relative;
    margin-bottom: 32px
}

.news-filter__options {
    margin-bottom: 15px
}

@media only screen and (max-width:767px) {
    .news-filter__options {
        margin-bottom: 25px
    }
}

.news-filter__options .custom-radio {
    margin-right: 0
}

.news-filter__options .custom-radio__label {
    color: #212226
}

.news-filter__option {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.news-filter__period {
    display: none;
    margin-bottom: 20px;
    max-width: 620px
}

@media only screen and (max-width:767px) {
    .news-filter__period {
        margin-bottom: 25px
    }
}

.news-filter__period--show {
    display: -ms-flexbox;
    display: flex
}

@media only screen and (max-width:767px) {
    .news-filter__period--show {
        display: block
    }
}

.news-filter__submit {
    text-align: right;
    margin-top: 10px
}

@media only screen and (max-width:1023px) {
    .news-filter__submit {
        margin-top: 45px
    }
}

.news-filter--archive {
    margin-bottom: 50px;
    padding-bottom: 50px;
    border-bottom: 1px solid #e0e0e0
}

@media only screen and (max-width:767px) {
    .news-filter--archive {
        margin-bottom: 40px;
        padding-bottom: 40px
    }
}

.filter-sort {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.filter-sort__type {
    margin-left: 20px;
    color: #626262;
    font-weight: 600;
    transition: all .3s linear
}

.filter-sort__type--active {
    color: #212226
}

.filter-search__input {
    position: relative
}

.filter-search__input .form__control {
    color: #212226;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 9px;
    font-size: 16px;
    line-height: 21px;
    padding-left: 10px;
    padding-right: 36px
}

.filter-search__input .form__control.placeholder {
    font-style: italic;
    color: #212226;
    opacity: .7
}

.filter-search__input .form__control:-moz-placeholder {
    font-style: italic;
    color: #212226;
    opacity: .7
}

.filter-search__input .form__control::-moz-placeholder {
    font-style: italic;
    color: #212226;
    opacity: .7
}

.filter-search__input .form__control:-ms-input-placeholder {
    font-style: italic;
    color: #212226;
    opacity: .7
}

.filter-search__input .form__control::-webkit-input-placeholder {
    font-style: italic;
    color: #212226;
    opacity: .7
}

.filter-search__input svg {
    position: absolute;
    top: calc(50% - 2px);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 5px;
    width: 28px;
    height: 28px
}

.filter-search__bottom {
    margin-top: 15px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 16px;
    line-height: 22px;
    color: #626262
}

@media only screen and (max-width:767px) {
    .filter-search__bottom {
        display: none
    }
}

.filter__clear {
    font-family: Montserrat, Arial;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    color: #a4a4a4;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.filter__clear:hover {
    color: #a4a4a4
}

.filter__clear span {
    margin-right: 5px
}

.filter-options__title {
    font-weight: 700;
    font-size: 17px;
    line-height: 22px;
    color: #000;
    display: inline-block;
    vertical-align: middle
}

@media only screen and (max-width:767px) {
    .filter-options__title {
        margin-bottom: 22px
    }
}

.filter-options__number {
    padding: 0 30px;
    width: 143px;
    height: 45px;
    line-height: 43px;
    border-radius: 100px;
    background-color: #fffbfb;
    border: 1px solid #e0e0e0;
    color: #212226
}

.filter-options__number.placeholder {
    color: #a4a4a4
}

.filter-options__number:-moz-placeholder {
    color: #a4a4a4
}

.filter-options__number::-moz-placeholder {
    color: #a4a4a4
}

.filter-options__number:-ms-input-placeholder {
    color: #a4a4a4
}

.filter-options__number::-webkit-input-placeholder {
    color: #a4a4a4
}

.filter-options--number {
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 22px
}

@media only screen and (max-width:767px) {
    .filter-options__item .custom-checkbox,
    .filter-options__item .custom-radio {
        display: block
    }
}

.page {
    padding-top: 60px;
    padding-bottom: 60px
}

@media only screen and (max-width:1023px) {
    .page {
        padding-top: 50px;
        padding-bottom: 50px
    }
}

@media only screen and (max-width:767px) {
    .page {
        padding-top: 30px;
        padding-bottom: 30px
    }
}

.page__title {
    padding-bottom: 15px;
    margin-bottom: 42px;
    border-bottom: 2px solid #212226
}

@media only screen and (max-width:767px) {
    .page__title {
        margin-bottom: 25px
    }
}

.page__title h1 {
    margin-bottom: 0
}

@media only screen and (max-width:1199px) {
    .page__title h1 {
        font-size: 32px;
        line-height: 40px
    }
}

@media only screen and (max-width:767px) {
    .page__title h1 {
        font-size: 25px;
        line-height: 32px
    }
}

.page__title--btn {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center
}

.page__title--btn .btn {
    font-size: 14px;
    line-height: 15px;
    height: auto;
    padding: 10px 25px
}

@media only screen and (max-width:767px) {
    .page__title--btn .btn {
        display: none
    }
}

.page__left {
    position: relative
}

.page__left:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    bottom: 0;
    background-color: #e0e0e0
}

@media only screen and (max-width:1023px) {
    .page__left:after {
        bottom: 0;
        top: auto!important;
        left: 15px;
        right: 15px;
        height: 1px;
        width: auto
    }
}

@media only screen and (max-width:767px) {
    .page__left:after {
        display: none
    }
}

@media only screen and (max-width:1023px) {
    .page__left {
        padding-bottom: 50px;
        margin-bottom: 50px
    }
}

@media only screen and (max-width:767px) {
    .page__left {
        padding-bottom: 0;
        margin-bottom: 40px
    }
}

.page+.partners-news {
    padding-top: 30px
}

@media only screen and (max-width:767px) {
    .page+.partners-news {
        padding-top: 20px
    }
}

.page__adv {
    margin-bottom: 25px
}

.page-side__recent+.page-side__adv {
    margin-top: 50px
}

@media only screen and (max-width:1023px) {
    .page-side__recent+.page-side__adv {
        margin-top: 0
    }
}

@media only screen and (max-width:767px) {
    .page-side__recent {
        margin-bottom: 40px
    }
}

.page-side__recent:after {
    display: none;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    bottom: 0;
    background-color: #e0e0e0
}

@media only screen and (max-width:1023px) {
    .page-side__recent:after {
        display: block
    }
}

@media only screen and (max-width:767px) {
    .page-side__recent:after {
        display: none
    }
}

.page-side__recent--nb:after {
    display: none
}

.page-side__recent .single-news__adv {
    margin-bottom: 0
}

.doc-links {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 25px;
    margin-bottom: -20px
}

.doc-links__item {
    margin-right: 25px;
    margin-bottom: 20px
}

.type-page__right {
    padding-top: 47px
}

@media only screen and (max-width:1199px) {
    .type-page__right {
        padding-top: 29px
    }
}

@media only screen and (max-width:1023px) {
    .type-page__right {
        padding-top: 0
    }
}

.type-page__left:after {
    top: 40px
}

.news-archive__item {
    margin-bottom: 50px
}

@media only screen and (max-width:1199px) {
    .news-archive__item {
        margin-bottom: 40px
    }
}

.single-plot {
    padding-top: 0
}

.single-plot__main {
    margin-bottom: 50px;
    height: auto;
    min-height: 590px;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-top: 100px
}

@media only screen and (max-width:1199px) {
    .single-plot__main {
        min-height: 410px;
        padding-top: 60px;
        padding-bottom: 60px
    }
}

@media only screen and (max-width:767px) {
    .single-plot__main {
        margin-bottom: 30px;
        padding-top: 50px;
        padding-bottom: 50px
    }
}

.single-plot .main-news__body {
    max-width: 955px
}

@media only screen and (max-width:1199px) {
    .single-plot .main-news__body {
        max-width: 900px
    }
}

.specials-list__item {
    margin-bottom: 35px
}

.specials {
    padding-bottom: 80px
}

.specials__title {
    margin-bottom: 60px
}

@media only screen and (max-width:767px) {
    .specials__title {
        margin-bottom: 30px
    }
}

.specials__more {
    margin-top: 60px
}

@media only screen and (max-width:767px) {
    .specials__more {
        margin-top: 30px
    }
}

.content--dark {
    background-color: #1a1a1a
}

.content--dark .page__title {
    color: #fff;
    border-color: #fff
}

.content--dark .block-title {
    color: #fff;
    border-color: #fff
}

.content--dark .small-card__title {
    color: #fff
}

.content--dark .small-card:hover .small-card__title span {
    border-color: #fff
}

.content--dark .footer__inner {
    border-color: #fff
}

.content--dark .footer-item__title {
    color: #fff
}

.content--dark .footer__contacts {
    color: #fff
}

.content--dark .footer__contacts a {
    color: #fff
}

.content--dark .footer__contacts a:hover {
    color: #fff
}

.content--dark .footer-nav__link {
    color: #fff
}

.content--dark .footer-nav__link:hover {
    color: #f55
}

.content--dark .footer .have-block__title {
    color: #fff
}

.content--dark .footer .line-info {
    border-color: rgba(255, 255, 255, .1)
}

.content--dark .footer .disclamer__text {
    color: #fff
}

.content--dark .footer .copyright {
    color: rgba(255, 255, 255, .6)
}

.content--dark .footer .copyright a {
    color: #fff;
    border-color: #fff
}

.content--dark .subscribe-block {
    color: #fff
}

.content--dark .subscribe-block__inner {
    border-color: #fff
}

.content--dark .subscribe-block .form__accept {
    color: #fff
}

.content--dark .subscribe-block .form__accept a {
    color: #fff;
    border-color: #fff
}

.content--dark .subscribe-block .form__accept a:hover {
    color: #fff;
    border-color: transparent
}

.content--dark .subscribe-block .subscribe-form__input {
    color: #212226
}

.content--dark .scrollUp:hover {
    background-color: #fff
}

.content--dark .scrollUp:hover svg path {
    stroke: #212226
}

.content--dark .scrollUp svg path {
    stroke: #fff
}

.qoute-share {
    position: relative
}

.recent-news {
    padding-bottom: 50px
}

.recent-news__title {
    margin-bottom: 30px
}

.recent-news-list__item {
    margin-bottom: 51px
}

.recent-history {
    padding: 0;
    margin-bottom: 50px
}

@media only screen and (max-width:767px) {
    .recent-history {
        margin-bottom: 30px
    }
}

.recent-history+.partners-news {
    padding-top: 0
}

.recent-history__title {
    margin-bottom: 30px
}

.recent-history-list__item {
    margin-bottom: 30px
}

.recent-history__more+.adv {
    margin-top: 30px
}

.daily-news__title {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 8px
}

.daily-news__right {
    padding-top: 22px
}

.daily-news__more {
    text-align: center;
    margin-top: 60px
}

@media only screen and (max-width:767px) {
    .daily-news__more {
        margin-top: 30px
    }
}

.daily-news__calendar {
    position: absolute;
    top: 105%;
    right: 0;
    z-index: 9;
    display: none
}

.daily-news__picker svg path {
    transition: all .3s linear
}

.daily-news__picker._open svg path {
    fill: #f55
}

@media only screen and (max-width:767px) {
    .daily-news__picker svg {
        width: 22px
    }
}

@media only screen and (max-width:1199px) {
    .daily-news__left {
        padding-bottom: 0;
        margin-bottom: 0
    }
    .daily-news__left:after {
        display: none
    }
}

.bordered-list__item {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #e0e0e0
}

@media only screen and (max-width:1199px) {
    .bordered-list__item {
        padding-bottom: 20px;
        margin-bottom: 20px
    }
}

@media only screen and (max-width:767px) {
    .bordered-list__item {
        padding-bottom: 30px;
        margin-bottom: 30px
    }
}

.bordered-list+.page__title {
    margin-top: 80px
}

@media only screen and (max-width:1199px) {
    .bordered-list+.page__title {
        margin-top: 50px
    }
}

.stories__title {
    height: 0;
    font-size: 0;
    border: 0;
    padding: 0;
    margin: 0;
    visibility: hidden;
    pointer-events: none
}

.stories-list__item {
    margin-bottom: 40px
}

.stories__more {
    margin-top: 10px;
    text-align: center
}

.story-anonce {
    position: relative;
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    height: calc(100vh - 120px);
    min-height: 700px;
    padding: 60px 0 70px;
    color: #fff;
    overflow: hidden
}

.story-anonce__bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover
}

@media only screen and (max-width:1199px) {
    .story-anonce {
        padding: 60px 0 80px;
        min-height: 600px
    }
}

@media only screen and (max-width:767px) {
    .story-anonce {
        padding: 25px 0 46px;
        min-height: 0;
        height: auto
    }
}

.story-anonce:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(33, 34, 38, .25) 0, rgba(33, 34, 38, .77) 70.83%);
    mix-blend-mode: multiply;
    z-index: 6
}

.story-anonce__cat {
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
    text-transform: uppercase;
    margin-bottom: 27px
}

@media only screen and (max-width:1199px) {
    .story-anonce__cat {
        margin-bottom: 20px
    }
}

@media only screen and (max-width:767px) {
    .story-anonce__cat {
        margin-bottom: 10px
    }
}

.story-anonce__title {
    max-width: 1060px;
    margin: 0 auto;
    font-weight: 800;
    font-size: 68px;
    line-height: 80px;
    margin-bottom: 20px
}

@media only screen and (max-width:1199px) {
    .story-anonce__title {
        font-size: 32px;
        line-height: 40px
    }
}

@media only screen and (max-width:767px) {
    .story-anonce__title {
        font-size: 25px;
        line-height: 32px
    }
}

.story-anonce__text {
    font-size: 22px;
    line-height: 34px;
    max-width: 836px;
    margin: 0 auto 20px
}

@media only screen and (max-width:767px) {
    .story-anonce__text {
        font-size: 18px;
        line-height: 28px
    }
}

.story-anonce__date {
    line-height: 28px;
    color: #bdbdbd
}

.story-anonce__body {
    height: 100%;
    position: relative;
    z-index: 7;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center
}

.story-anonce__top {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 100%;
    margin-top: auto;
    margin-bottom: 30px
}

.story-anonce__footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 100%;
    margin-top: auto
}

@media only screen and (max-width:1023px) {
    .story-anonce__footer {
        display: block
    }
}

.story-anonce__socials {
    margin-left: auto
}

@media only screen and (max-width:1023px) {
    .story-anonce__socials {
        margin: 85px 0 0;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media only screen and (max-width:767px) {
    .story-anonce__socials {
        margin: 41px 0 0
    }
}

@media only screen and (max-width:1023px) {
    .story-anonce__socials .socials__link {
        height: 45px;
        width: 45px
    }
}

@media only screen and (max-width:1023px) and (max-width:767px) {
    .story-anonce__socials .socials__link {
        height: 35px;
        width: 35px
    }
}

@media only screen and (max-width:1023px) {
    .story-anonce__socials .socials__item {
        margin-right: 20px
    }
}

@media only screen and (max-width:1023px) and (max-width:767px) {
    .story-anonce__socials .socials__item {
        margin-right: 15px
    }
}

@media only screen and (max-width:1023px) {
    .story-anonce__socials .socials__icon--vk {
        width: 28px;
        height: 16px
    }
}

@media only screen and (max-width:1023px) and (max-width:767px) {
    .story-anonce__socials .socials__icon--vk {
        width: 20px;
        height: 10.72px
    }
}

@media only screen and (max-width:1023px) {
    .story-anonce__socials .socials__icon--tw {
        width: 23px;
        height: 19px
    }
}

@media only screen and (max-width:1023px) and (max-width:767px) {
    .story-anonce__socials .socials__icon--tw {
        width: 16px;
        height: 13.34px
    }
}

@media only screen and (max-width:1023px) {
    .story-anonce__socials .socials__icon--tl {
        width: 27px;
        height: 22px
    }
}

@media only screen and (max-width:1023px) and (max-width:767px) {
    .story-anonce__socials .socials__icon--tl {
        width: 19px;
        height: 15.2px
    }
}

@media only screen and (max-width:1023px) {
    .story-anonce__socials .socials__icon--ok {
        width: 16px;
        height: 26px
    }
}

@media only screen and (max-width:1023px) and (max-width:767px) {
    .story-anonce__socials .socials__icon--ok {
        width: 10.64px;
        height: 18px
    }
}

@media only screen and (max-width:1023px) {
    .story-anonce__socials .socials__icon--fb {
        width: 13px;
        height: 24px
    }
}

@media only screen and (max-width:1023px) and (max-width:767px) {
    .story-anonce__socials .socials__icon--fb {
        width: 8.89px;
        height: 16px
    }
}

@media only screen and (max-width:1023px) {
    .story-anonce__socials .socials__icon--rss {
        width: 21px;
        height: 21px
    }
}

@media only screen and (max-width:1023px) and (max-width:767px) {
    .story-anonce__socials .socials__icon--rss {
        width: 18px;
        height: 18px
    }
}

@media only screen and (max-width:1023px) {
    .story-anonce__socials .socials__icon--link {
        width: 21px;
        height: 21px
    }
}

@media only screen and (max-width:1023px) and (max-width:767px) {
    .story-anonce__socials .socials__icon--link {
        width: 18px;
        height: 18px
    }
}

.anonce-authors {
    display: -ms-flexbox;
    display: flex
}

@media only screen and (max-width:1023px) {
    .anonce-authors {
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media only screen and (max-width:767px) {
    .anonce-authors {
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.anonce-authors__item {
    margin-right: 76px;
    text-align: left
}

@media only screen and (max-width:1023px) {
    .anonce-authors__item {
        margin-right: 157px;
        text-align: center
    }
}

@media only screen and (max-width:767px) {
    .anonce-authors__item {
        margin-right: 10px
    }
}

.anonce-authors__item:last-child {
    margin-right: 0
}

.anonce-authors__item__title {
    font-size: 14px;
    line-height: 28px;
    color: #bdbdbd
}

.anonce-authors__item__text {
    font-size: 18px;
    line-height: 28px
}

@media only screen and (max-width:767px) {
    .anonce-authors__item__text {
        font-size: 16px;
        line-height: 22px
    }
}

.single-story {
    padding: 0
}

.single-story__block {
    padding: 70px 0
}

@media only screen and (max-width:1199px) {
    .single-story__block {
        padding: 40px 0
    }
}

@media only screen and (max-width:767px) {
    .single-story__block {
        padding: 30px 0
    }
}

.single-story__block--end {
    padding: 60px 0
}

@media only screen and (max-width:1023px) {
    .single-story__block--end {
        padding: 50px 0
    }
}

@media only screen and (max-width:767px) {
    .single-story__block--end {
        padding: 30px 0 40px
    }
}

.single-story__text {
    max-width: 838px;
    margin: 0 auto;
    font-size: 22px;
    line-height: 34px
}

@media only screen and (max-width:767px) {
    .single-story__text {
        font-size: 18px;
        line-height: 28px
    }
}

.single-story__socials {
    margin-bottom: 50px;
    -ms-flex-pack: center;
    justify-content: center
}

@media only screen and (max-width:767px) {
    .single-story__socials {
        margin-bottom: 30px
    }
}

.single-story__comments {
    text-align: center;
    margin-top: 50px
}

@media only screen and (max-width:767px) {
    .single-story__comments {
        margin-top: 30px
    }
}

.single-story__tags {
    -ms-flex-pack: center;
    justify-content: center
}

.single-story+* {
    padding-top: 0
}

.story-image {
    position: relative;
    overflow: hidden
}

.story-image__bg {
    height: 1000px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

@media only screen and (max-width:1199px) {
    .story-image__bg {
        height: 768px
    }
}

@media only screen and (max-width:1023px) {
    .story-image__bg {
        height: 582px
    }
}

@media only screen and (max-width:767px) {
    .story-image__bg {
        height: 350px
    }
}

@media only screen and (max-width:575px) {
    .story-image__bg {
        height: 240px
    }
}

.story-image__pic {
    max-width: 100%
}

.story-image__sign {
    color: #fff;
    padding: 50px;
    max-width: 503px;
    position: absolute;
    bottom: 70px;
    left: 70px
}

@media only screen and (max-width:1199px) {
    .story-image__sign {
        left: 0;
        bottom: 0;
        max-width: 100%;
        width: 100%;
        padding: 30px 125px
    }
}

@media only screen and (max-width:767px) {
    .story-image__sign {
        position: relative;
        top: 0;
        bottom: auto;
        padding: 38px 17px
    }
}

.story-image__sign:after {
    content: '';
    mix-blend-mode: multiply;
    background-color: rgba(26, 26, 26, .9);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 4
}

@media only screen and (max-width:767px) {
    .story-image__sign:after {
        background-color: #1a1a1a
    }
}

.story-image__text {
    font-weight: 500;
    font-size: 17px;
    line-height: 28px;
    margin-bottom: 20px;
    position: relative;
    z-index: 5
}

@media only screen and (max-width:767px) {
    .story-image__text {
        font-size: 16px;
        line-height: 24px
    }
}

.story-image__author {
    font-size: 15px;
    line-height: 20px;
    text-align: right;
    position: relative;
    z-index: 5
}

.story-image__author+.story-image__text {
    margin-top: 20px
}

.polls__more {
    text-align: center;
    margin-top: 50px
}

.polls-list__item {
    margin-bottom: 50px;
    padding-bottom: 50px;
    border-bottom: 1px solid #e0e0e0
}

@media only screen and (max-width:767px) {
    .polls-list__item {
        margin-bottom: 40px;
        padding-bottom: 40px
    }
}

.polls-list__item--adv {
    padding-bottom: 0;
    border: 0;
    margin-bottom: 40px
}

.newspaper__body {
    padding-top: 40px;
    margin-top: 50px;
    border-top: 1px solid #e0e0e0
}

.newspaper__list>:last-child {
    border-bottom: 0;
    padding: 0
}

.newspaper__n-title {
    margin-bottom: 35px
}

.newspaper-result__item {
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 50px;
    margin-bottom: 50px
}

@media only screen and (max-width:767px) {
    .newspaper-result__item {
        margin-bottom: 40px;
        padding-bottom: 40px
    }
}

@media only screen and (max-width:1023px) {
    .newspaper-result__item:last-child {
        margin-bottom: 0
    }
}

.c-page {
    padding-bottom: 110px
}

@media only screen and (max-width:767px) {
    .c-page {
        padding-bottom: 30px
    }
}

.c-page-top {
    margin-bottom: 72px
}

@media only screen and (max-width:1023px) {
    .c-page-top {
        margin-bottom: 60px
    }
}

@media only screen and (max-width:767px) {
    .c-page-top {
        margin-bottom: 40px;
        padding-bottom: 40px;
        border-bottom: 1px solid #e0e0e0
    }
}

.c-page-bottom {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 -30px
}

@media only screen and (max-width:1199px) {
    .c-page-bottom {
        margin: 0 -15px
    }
}

@media only screen and (max-width:767px) {
    .c-page-bottom {
        margin: 0;
        display: block
    }
}

.c-page-bottom__left {
    padding: 0 30px;
    -ms-flex: 0 0 38%;
    flex: 0 0 38%;
    max-width: 38%
}

@media only screen and (max-width:1199px) {
    .c-page-bottom__left {
        -ms-flex: 0 0 45%;
        flex: 0 0 45%;
        max-width: 45%;
        padding: 0 15px
    }
}

@media only screen and (max-width:1023px) {
    .c-page-bottom__left {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 72px
    }
}

@media only screen and (max-width:767px) {
    .c-page-bottom__left {
        margin-bottom: 40px;
        padding: 0 0 40px;
        border-bottom: 1px solid #e0e0e0
    }
}

.c-page-bottom__right {
    padding: 0 30px;
    -ms-flex: 0 0 62%;
    flex: 0 0 62%;
    max-width: 62%
}

@media only screen and (max-width:1199px) {
    .c-page-bottom__right {
        -ms-flex: 0 0 55%;
        flex: 0 0 55%;
        max-width: 55%;
        padding: 0 15px
    }
}

@media only screen and (max-width:1023px) {
    .c-page-bottom__right {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        height: 384px
    }
}

@media only screen and (max-width:767px) {
    .c-page-bottom__right {
        padding: 0;
        height: 400px;
        margin: 0 -15px;
        max-width: none
    }
}

.c-page__text {
    font-family: Montserrat, Arial;
    font-size: 17px;
    line-height: 22px
}

.c-page__text small {
    font-family: 'IBM Plex Sans', Arial;
    font-size: 14px;
    line-height: 22px;
    color: #626262
}

.c-page__text p {
    margin-bottom: 10px
}

@media only screen and (max-width:1023px) {
    .c-page__part {
        margin-bottom: 30px
    }
    .c-page__part:last-child {
        margin-bottom: 0
    }
}

@media only screen and (max-width:1023px) and (max-width:767px) {
    .c-page__part:last-child {
        margin-bottom: 30px
    }
}

.c-page__map {
    height: 100%;
    width: 100%
}

.not-found {
    padding-bottom: 120px
}

.not-found__title {
    margin-bottom: 50px
}

@media only screen and (max-width:767px) {
    .not-found__title {
        margin-bottom: 30px
    }
}

.not-found__text {
    color: #fff
}

.not-found__text a {
    color: #fff;
    text-decoration: underline;
    text-underline-position: under
}

@media only screen and (max-width:767px) {
    .not-found__text {
        font-size: 16px;
        line-height: 22px
    }
}

.peoples__item {
    margin-bottom: 30px
}

@media only screen and (max-width:1199px) {
    .peoples__item {
        margin-bottom: 40px
    }
}

@media only screen and (max-width:767px) {
    .peoples__item {
        margin-bottom: 30px
    }
}

.peoples--inner {
    margin-top: 68px;
    margin-bottom: 12px
}

@media only screen and (max-width:1199px) {
    .peoples--inner {
        margin-top: 40px
    }
}

.adversting-template .main-news {
    height: 800px
}

@media only screen and (max-width:1199px) {
    .adversting-template .main-news {
        height: 684px
    }
}

@media only screen and (max-width:1023px) {
    .adversting-template .main-news {
        height: auto
    }
}

.adversting-template .main-news__title {
    margin-bottom: 131px
}

@media only screen and (max-width:1199px) {
    .adversting-template .main-news__title {
        margin-bottom: 80px
    }
}

@media only screen and (max-width:1023px) {
    .adversting-template .main-news__title {
        margin-bottom: 55px
    }
}

.adversting-template .small-card__title {
    margin-bottom: 59px
}

@media only screen and (max-width:1023px) {
    .adversting-template .small-card__title {
        margin-bottom: 45px
    }
}

.adversting-template .special-card:after {
    display: none
}

.adversting-template .special-card:hover {
    box-shadow: none
}

.adversting-template .plot__slider {
    margin-top: 227px
}

@media only screen and (max-width:1199px) {
    .adversting-template .plot__slider {
        margin-top: 120px
    }
}

@media only screen and (max-width:767px) {
    .adversting-template .plot__slider {
        margin-top: 100px
    }
}

.adversting-template .recent-cat__title {
    margin-bottom: 18px
}

.adversting-template .recent-cat__side {
    padding-top: 41px
}

.adversting-template .posts-day__title {
    margin-bottom: 18px
}

.search-result__more {
    margin-top: 50px
}

.search-result__filter {
    display: block
}

.cat-change {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 22
}

.preloader {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #fff;
    padding: 40px;
    z-index: 101;
    -webkit-transform-origin: 100% 0 0;
    transform-origin: 100% 0 0
}

.preloader>* {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 100%
}

.preloader__svg {
    opacity: 0;
    visibility: hidden;
    width: 150px;
    height: 132px
}

.preloader__svg._show {
    visibility: visible;
    opacity: 1;
    transition: all .3s linear
}

.mobile-side__item {
    position: relative
}

.mobile-side__item:after {
    content: '';
    position: absolute;
    top: 0;
    right: -1px;
    width: 1px;
    bottom: 0;
    background-color: #e0e0e0
}

@media only screen and (max-width:767px) {
    .mobile-side__item:after {
        display: none
    }
}

.mobile-side__item:last-child:after {
    display: none
}

@media only screen and (max-width:767px) {
    .mobile-side__item:last-child {
        margin-top: 50px
    }
}

.slider-popup {
    height: 100%;
    width: 100%;
    background-color: transparent;
    padding: 0
}

.slider-popup__inner {
    position: relative;
    height: 100%;
    max-width: 1060px;
    margin: 0 auto;
    padding-bottom: 100px
}

@media only screen and (max-width:1199px) {
    .slider-popup__inner {
        max-width: 770px
    }
}

.popup__close {
    position: absolute;
    top: 45px;
    right: 45px
}

@media only screen and (max-width:767px) {
    .popup__close {
        top: 30px;
        right: 30px
    }
}

@media only screen and (max-width:575px) {
    .popup__close {
        top: 15px;
        right: 15px
    }
}

.popup__close svg {
    width: 40px;
    height: 40px
}

@media only screen and (max-width:767px) {
    .popup__close svg {
        height: 35px;
        width: 35px
    }
}

@media only screen and (max-width:575px) {
    .popup__close svg {
        height: 20px;
        width: 20px
    }
    .popup__close svg path {
        stroke-width: 8px
    }
}

.change-category {
    display: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: fixed;
    top: -2px;
    bottom: -2px;
    right: 0;
    width: 1920px;
    z-index: 100;
    pointer-events: none
}

.change-category--orange {
    opacity: 0;
    display: none;
    right: auto;
    left: 0
}

.change-category--orange .change-category__trigger {
    left: -1px;
    right: auto
}

.change-category--orange .change-category__arrow {
    background-color: #f55;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

.change-category--orange .change-category__title {
    color: #f55;
    right: auto;
    left: 60px
}

.change-category--orange .change-category__dots {
    right: auto;
    left: 52px
}

.change-category--orange .change-category__dots div {
    background-color: #f55
}

.change-category--orange .change-category__el {
    left: 0;
    right: auto
}

.change-category>svg:not(.change-category__arrow) {
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 6;
    pointer-events: none
}

@media only screen and (max-width:1199px) {
    .change-category {
        display: none!important
    }
}

.change-category__el {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 58px;
    height: 250px;
    z-index: 7;
    pointer-events: all;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.change-category__trigger {
    position: absolute;
    bottom: 87px;
    right: -1px;
    z-index: 7
}

.change-category__title {
    font-weight: 800;
    font-size: 14px;
    line-height: 18px;
    color: #176ae0;
    opacity: .7;
    width: 110px;
    position: absolute;
    top: 33px;
    right: 48px
}

.change-category__dots {
    position: absolute;
    top: 50%;
    right: 60px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: -ms-flexbox;
    display: flex
}

.change-category__dots div {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #176ae0;
    margin-left: 10px;
    -webkit-animation: mouse-scroll 1s infinite;
    animation: mouse-scroll 1s infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate
}

.change-category__dots div:nth-child(1) {
    -webkit-animation-delay: .1s;
    animation-delay: .1s
}

.change-category__dots div:nth-child(2) {
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

.change-category__dots div:nth-child(3) {
    -webkit-animation-delay: .3s;
    animation-delay: .3s
}

.change-category__dots div:nth-child(4) {
    -webkit-animation-delay: .4s;
    animation-delay: .4s
}

.change-category__dots div:nth-child(5) {
    -webkit-animation-delay: .5s;
    animation-delay: .5s
}

.change-category__arrow {
    width: 42px;
    height: 42px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-left: 4px solid #fff;
    border-bottom: 4px solid #fff;
    background-color: #176ae0
}

.change-category__arrow svg {
    position: absolute;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 15px;
    left: 9px;
    width: 10px
}

.change-category._hide {
    opacity: 0!important;
    visibility: hidden!important;
    pointer-events: none!important
}

.change-category._hide .change-category__el {
    pointer-events: none
}

.fixed-sidebar.fixed {
    position: fixed
}

.responsive-table {
    width: 100%;
    overflow: auto
}

.responsive-table table {
    width: 100%!important
}

.list_error {
    padding-bottom: 0!important;
    padding-top: 0!important;
    font-size: 13px!important;
    line-height: 1.1!important;
    margin-bottom: 10px!important
}

.list_error:last-child {
    margin-bottom: 20px!important
}

.h-nav-top {
    list-style: none;
    padding: 0;
    margin: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 46px
}

@media only screen and (max-width:1139px) {
    .h-nav-top {
        margin-right: 20px
    }
}

@media only screen and (max-width:1023px) {
    .h-nav-top {
        display: none
    }
}

.h-nav-top__item {
    margin-left: 38px
}

.h-nav-top__item._active .h-nav-top__link {
    color: #212226
}

@media only screen and (max-width:1269px) {
    .h-nav-top__item {
        margin-left: 20px
    }
}

.h-nav-top__item:first-child {
    margin-left: 0
}

.h-nav-top__link {
    display: block;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    color: #c1c0c0;
    transition: all .3s linear
}

.h-nav-top__link:hover {
    color: #212226
}

.nav-burger {
    width: 33px
}

@media only screen and (max-width:767px) {
    .nav-burger {
        width: 23px
    }
}

.nav-burger span {
    display: block;
    height: 5px;
    margin-bottom: 6px;
    background-color: #212226;
    transition: all .3s linear
}

@media only screen and (max-width:767px) {
    .nav-burger span {
        height: 3px;
        margin-bottom: 6px
    }
}

.nav-burger span:last-child {
    margin-bottom: 0
}

.nav-burger--open span:last-child {
    -webkit-transform: translateY(-11px) rotate(-45deg);
    transform: translateY(-11px) rotate(-45deg)
}

@media only screen and (max-width:767px) {
    .nav-burger--open span:last-child {
        -webkit-transform: translateY(-9px) rotate(-45deg);
        transform: translateY(-9px) rotate(-45deg)
    }
}

.nav-burger--open span:nth-child(2) {
    -webkit-transform: rotateY(90deg);
    transform: rotateY(90deg)
}

.nav-burger--open span:first-child {
    -webkit-transform: translateY(11px) rotate(45deg);
    transform: translateY(11px) rotate(45deg)
}

@media only screen and (max-width:767px) {
    .nav-burger--open span:first-child {
        -webkit-transform: translateY(9px) rotate(45deg);
        transform: translateY(9px) rotate(45deg)
    }
}

.h-bottom-nav {
    list-style: none;
    padding: 0;
    margin: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 -5px;
    height: 60px
}

@media only screen and (max-width:1199px) {
    .h-bottom-nav {
        margin: 0 -16px
    }
}

.h-bottom-nav__item {
    display: block;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding: 0 5px;
    -ms-flex-order: 0;
    order: 0
}

@media only screen and (max-width:1199px) {
    .h-bottom-nav__item {
        padding: 0 16px
    }
}

.h-bottom-nav__item._active .h-bottom-nav__link {
    color: #fff
}

.h-bottom-nav__item._active .h-bottom-nav__link span:after {
    width: 100%;
    opacity: 1;
    visibility: visible;
    left: 0
}

.h-bottom-nav__item--dd {
    position: relative;
    display: none;
    -ms-flex-order: 1;
    order: 1
}

@media only screen and (max-width:767px) {
    .h-bottom-nav__item--dd {
        width: 100%;
        text-align: center
    }
}

.h-bottom-nav__item--dd span {
    display: none;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    color: #fff
}

@media only screen and (max-width:767px) {
    .h-bottom-nav__item--dd span {
        display: inline-block
    }
}

@media only screen and (max-width:767px) {
    .h-bottom-nav__item--dd svg {
        display: none
    }
}

@media only screen and (min-width:768px) {
    .h-bottom-nav__item--dd:hover .h-bottom-nav__dropdown {
        display: block
    }
    .h-bottom-nav__item--dd:hover .h-bottom-nav__d-toggle svg circle {
        fill: #f55
    }
}

.h-bottom-nav__dropdown {
    display: none;
    position: absolute;
    top: calc(100% - 1px);
    right: 0;
    z-index: 20;
    width: 236px;
    background-color: #1a1a1a;
    padding-bottom: 15px
}

@media only screen and (max-width:767px) {
    .h-bottom-nav__dropdown {
        right: auto;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 225px;
        max-height: 70vh;
        overflow: auto
    }
}

.h-bottom-nav__dropdown .h-bottom-nav__item {
    padding: 0
}

.h-bottom-nav__dropdown .h-bottom-nav__link {
    padding: 15px 32px
}

.h-bottom-nav__dropdown .h-bottom-nav__link span {
    display: inline-block
}

.h-bottom-nav__d-toggle {
    height: 60px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

.h-bottom-nav__d-toggle svg circle {
    transition: all .3s linear
}

.h-bottom-nav__link {
    display: block;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    display: block;
    color: #fff;
    position: relative;
    padding: 21px 0
}

.h-bottom-nav__link:hover {
    color: #fff
}

.h-bottom-nav__link:hover span:after {
    width: 100%;
    opacity: 1;
    visibility: visible;
    left: 0
}

.h-bottom-nav__link span {
    position: relative;
    display: block
}

.h-bottom-nav__link span:after {
    content: '';
    position: absolute;
    display: block;
    bottom: -4px;
    background-color: #fff;
    height: 2px;
    width: 0;
    opacity: 0;
    right: 0;
    visibility: hidden;
    transition: all .3s linear
}

.rates-pagination {
    list-style: none;
    padding: 0;
    margin: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 20px
}

.rates-pagination__item {
    margin: 0 5px;
    height: 10px;
    width: 10px;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    background-color: #212226;
    opacity: .2;
    border-radius: 100%;
    transition: all .3s linear
}

.rates-pagination__item--active {
    background-color: #f55;
    opacity: 1
}

.footer-nav {
    margin: 0;
    padding: 0;
    list-style: none
}

.footer-nav__item {
    display: block;
    margin-bottom: 11px
}

.footer-nav__item:last-child {
    margin-bottom: 0
}

.footer-nav__link {
    display: block;
    position: relative;
    font-family: Montserrat, Arial;
    font-weight: 800;
    font-size: 14px;
    line-height: 25px;
    text-transform: uppercase;
    color: #212226
}

@media only screen and (max-width:767px) {
    .footer-nav__link {
        font-size: 12px;
        line-height: 22px
    }
}

.footer-nav__link span {
    position: relative
}

.footer-nav__link span:after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background-color: #f55;
    opacity: 0;
    right: 0;
    width: 0;
    visibility: hidden;
    transition: all .3s linear
}

.footer-nav__link:hover {
    color: #f55
}

.footer-nav__link:hover span:after {
    left: 0;
    opacity: 1;
    width: 100%;
    visibility: visible
}

.share {
    display: -ms-flexbox;
    display: flex;
    position: relative
}

.share__socials {
    pointer-events: none;
    visibility: hidden;
    opacity: 0;
    transition: all .3s linear;
    transition-delay: 0s
}

.share__button {
    position: relative;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    border: 1px solid #e0e0e0!important;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: rotate(0) translateY(-50%);
    transform: rotate(0) translateY(-50%);
    -webkit-transform-origin: top;
    transform-origin: top;
    transition: right .5s ease-in-out, -webkit-transform .5s ease-in-out;
    transition: right .5s ease-in-out, transform .5s ease-in-out;
    transition: right .5s ease-in-out, transform .5s ease-in-out, -webkit-transform .5s ease-in-out;
    transition-delay: .3s
}

.share__button:focus {
    outline: 0
}

.share__button svg {
    position: absolute;
    top: 7px;
    left: 7px
}

.share__list {
    position: relative
}

.share--active .share__socials {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    transition-delay: .3s
}

.share--active .share__button {
    right: 105%;
    transition-delay: 0s;
    -webkit-transform: rotate(-360deg) translateY(-50%);
    transform: rotate(-360deg) translateY(-50%)
}

@media only screen and (max-width:767px) {
    .share--active .share__button {
        right: 103%
    }
}

.popup-pane {
    display: none;
    position: fixed;
    top: 60px;
    left: 0;
    width: 100%;
    height: calc(100vh - 60px);
    z-index: 10;
    overflow: auto;
    padding-bottom: 48px;
    padding-top: 48px
}

@media only screen and (max-width:767px) {
    .popup-pane {
        padding-bottom: 0;
        padding-top: 40px
    }
}

.popup-pane._show {
    display: block
}

.popup-pane__form {
    max-width: 486px;
    margin: 40px auto 30px
}

@media only screen and (max-width:1023px) {
    .popup-pane__form {
        margin: 100px auto 30px
    }
}

@media only screen and (max-width:767px) {
    .popup-pane__form {
        margin: 0 auto 30px
    }
}

.popup-pane__form .custom-radio__label {
    color: #fff
}

.popup-pane__bg {
    background-color: #1a1a1a;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    z-index: 10;
    width: 0
}

.popup-pane__image {
    position: absolute;
    background-image: url(../img/special-bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    z-index: 11
}

.popup-pane__inner {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    height: 100%;
    overflow: auto;
    z-index: 12;
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px)
}

.popup-pane__top {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 100%;
    width: 100%;
    min-height: -webkit-min-content;
    min-height: -moz-min-content;
    min-height: min-content;
    margin-bottom: 40px
}

@media only screen and (max-width:1199px) {
    .popup-pane__top {
        margin-bottom: 0
    }
}

.popup-pane__footer {
    margin-top: auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 100%;
    min-height: -webkit-min-content;
    min-height: -moz-min-content;
    min-height: min-content;
    width: 100%
}

@media only screen and (max-width:1199px) {
    .popup-pane__footer {
        display: none
    }
}

.popup-pane__contacts {
    font-family: Montserrat, Arial;
    font-weight: 800;
    font-size: 18px;
    line-height: 25px;
    text-transform: uppercase;
    color: #fff
}

@media only screen and (max-width:1199px) {
    .popup-pane__contacts {
        font-size: 14px;
        line-height: 25px
    }
}

.popup-pane__contacts a {
    color: #fff
}

.popup-pane__contacts a:hover {
    color: #fff
}

@media only screen and (max-width:767px) {
    .popup-pane__contacts a:hover {
        color: #f55
    }
}

@media only screen and (max-width:767px) {
    .popup-pane__contacts a {
        color: #f55;
        border-bottom: 2px solid #f55;
        padding-bottom: 2px
    }
}

.popup-pane__contacts p {
    margin-bottom: 11px
}

.popup-pane__socials {
    display: none;
    margin: 34px -15px 0
}

@media only screen and (max-width:1199px) {
    .popup-pane__socials {
        display: -ms-flexbox;
        display: flex
    }
}

.popup-pane-item {
    margin-bottom: 40px
}

@media only screen and (max-width:767px) {
    .popup-pane-item {
        margin-bottom: 30px
    }
}

.popup-pane-item__title {
    font-family: Montserrat, Arial;
    font-weight: 700;
    font-size: 15px;
    line-height: 18px;
    text-transform: uppercase;
    padding-bottom: 12px;
    margin-bottom: 22px;
    color: rgba(255, 255, 255, .5);
    max-width: 350px;
    border-bottom: 2px solid #464545
}

@media only screen and (max-width:767px) {
    .popup-pane-item__title {
        font-size: 14px;
        line-height: 17px;
        max-width: 100%
    }
}

@media only screen and (max-width:1199px) {
    .popup-pane-item__have {
        margin-bottom: 40px
    }
    .popup-pane-item__have:last-child {
        margin-bottom: 0
    }
}

@media only screen and (max-width:767px) {
    .popup-pane-item__have {
        margin-bottom: 30px
    }
}

.popup-pane-item:last-child {
    margin-bottom: 0
}

@media only screen and (max-width:1023px) {
    .popup-pane-item:last-child {
        margin-top: 30px
    }
}

@media only screen and (max-width:767px) {
    .popup-pane-item:last-child {
        margin-top: 0;
        padding-bottom: 40px
    }
}

.popup-pane__line {
    border-color: #464545;
    color: rgba(255, 255, 255, .5)
}

.popup-pane__copyright {
    color: rgba(255, 255, 255, .5)
}

.popup-pane__copyright a {
    color: #fff;
    border-color: #fff
}

.popup-pane__copyright a:hover {
    color: #fff
}

.big-menu-nav {
    list-style: none;
    padding: 0;
    margin: 0
}

.big-menu-nav__item {
    margin-bottom: 9px
}

.big-menu-nav__item:last-child {
    margin-bottom: 0
}

.big-menu-nav__link {
    text-transform: uppercase;
    font-family: Montserrat, Arial;
    font-style: normal;
    font-weight: 800;
    font-size: 18px;
    line-height: 28px;
    color: #fff
}

@media only screen and (max-width:1199px) {
    .big-menu-nav__link {
        font-size: 14px;
        line-height: 25px
    }
}

.big-menu-nav__link span {
    position: relative
}

.big-menu-nav__link span:after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background-color: #f55;
    opacity: 0;
    visibility: hidden;
    right: 0;
    width: 0;
    transition: all .3s linear
}

.big-menu-nav__link:hover {
    color: #f55
}

.big-menu-nav__link:hover span:after {
    opacity: 1;
    visibility: visible;
    width: 100%;
    left: 0
}

.subscribe {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0
}

.subscribe__item {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-right: 24px
}

.subscribe__item:last-child {
    margin-right: 0
}

.breadcrumbs {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
    list-style: none;
    padding-left: 0;
    overflow-x: auto;
    overflow-y: hidden
}

@media only screen and (max-width:767px) {
    .breadcrumbs {
        padding-top: 5px;
        margin-bottom: 15px
    }
}

.breadcrumbs__item {
    position: relative;
    padding-right: 20px;
    font-size: 13px;
    line-height: 16px
}

.breadcrumbs__item:after {
    content: '-';
    color: #4a4a4a;
    position: absolute;
    right: 6px;
    font-size: 17px;
    top: 0
}

.breadcrumbs__item:last-child {
    padding-right: 0
}

.breadcrumbs__item:last-child:after {
    display: none
}

.breadcrumbs__item--active span {
    color: #828282;
    white-space: nowrap
}

.breadcrumbs__link {
    white-space: nowrap;
    color: #464545;
    font-size: 13px;
    line-height: 16px
}

.breadcrumbs__link:hover {
    color: #f55
}

.footer__inner {
    padding-top: 50px;
    padding-bottom: 20px;
    border-top: 2px solid #000
}

.footer-item__title {
    font-family: Montserrat, Arial;
    font-weight: 700;
    font-size: 13px;
    line-height: 16px;
    text-transform: uppercase;
    color: #212226;
    opacity: .5;
    margin-bottom: 20px
}

.footer-item__left,
.footer-item__right {
    position: static
}

@media only screen and (max-width:1199px) {
    .footer-item:nth-last-child(-n+2) {
        padding-bottom: 55px
    }
}

@media only screen and (max-width:1023px) {
    .footer-item:nth-last-child(-n+2) {
        padding-bottom: 0
    }
}

@media only screen and (max-width:1023px) {
    .footer-item {
        margin-bottom: 40px
    }
}

@media only screen and (max-width:767px) {
    .footer-item {
        margin-bottom: 30px
    }
}

@media only screen and (max-width:1023px) {
    .footer-item:last-child {
        margin-bottom: 0
    }
}

.footer__contacts {
    font-family: Montserrat, Arial;
    font-weight: 800;
    font-size: 14px;
    line-height: 25px;
    text-transform: uppercase;
    color: #212226;
    margin-bottom: 30px
}

@media only screen and (max-width:1199px) {
    .footer__contacts {
        margin-bottom: 46px
    }
}

@media only screen and (max-width:1023px) {
    .footer__contacts {
        margin-bottom: 0
    }
}

@media only screen and (max-width:767px) {
    .footer__contacts {
        font-size: 12px;
        line-height: 22px
    }
}

.footer__contacts a {
    color: #212226
}

.footer__contacts a:hover {
    color: #212226
}

.footer__contacts p {
    margin-bottom: 11px
}

.footer__line {
    margin-top: 50px
}

@media only screen and (max-width:767px) {
    .footer__line {
        margin-top: 32px
    }
}

.footer-counters {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 20px
}

.footer-counters__item {
    padding: 0 20px
}

.footer-copyright {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
    line-height: 16px;
    margin-top: 20px;
    color: rgba(33, 34, 38, .6)
}

.footer-copyright__text {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.footer-copyright a {
    margin-left: 5px;
    color: #212226;
    border-bottom: 1px solid #1e2a35
}

.footer-copyright a:hover {
    color: #212226;
    border-color: transparent
}

.fancybox-slide--iframe .fancybox-content {
    height: 675px;
    width: 1200px
}

@media only screen and (max-width:991px) {
    .fancybox-slide--iframe .fancybox-content {
        height: 500px
    }
}

@media only screen and (max-width:767px) {
    .fancybox-slide--iframe .fancybox-content {
        height: 400px
    }
}

@media only screen and (max-width:575px) {
    .fancybox-slide--iframe .fancybox-content {
        height: 300px
    }
}

.fancybox-button {
    background-color: #f55
}

.fancybox-button svg path {
    fill: #fff
}

.main-adv--top {
    background-color: #d8d6d7;
}

.header--fixed .header-top__inner {
    background-color: #ffffff !important;
}