

/* Start:/local/templates/eva/css/bootstrap.grid.css?166662272744945*/
/*!
 * Bootstrap Grid v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
    width: device-width
}

.container {
    box-sizing: border-box;
    -ms-overflow-style: scrollbar
}

*, ::after, ::before {
    box-sizing: inherit
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 576px) {
    .container {
        max-width: 540px
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px
    }
}

@media (min-width: 1360px) {
    .container {
        max-width: 1300px
    }
}

@media (min-width: 1600px) {
    .container {
        max-width: 1400px
    }
}

@media (min-width: 1920px) {
    .container {
        max-width: 1500px
    }
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) * -.5);
    margin-left: calc(var(--bs-gutter-x) * -.5)
}

.row > * {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    margin-top: var(--bs-gutter-y)
}


.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.no-gutters > .col, .no-gutters > [class*=col-] {
    padding-right: 0;
    padding-left: 0
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

.col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none
}

.col-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
}

.col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}

.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.col-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
}

.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
}

.col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
}

.col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
}

.col-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
}

.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.order-first {
    -ms-flex-order: -1;
    order: -1
}

.order-last {
    -ms-flex-order: 13;
    order: 13
}

.order-0 {
    -ms-flex-order: 0;
    order: 0
}

.order-1 {
    -ms-flex-order: 1;
    order: 1
}

.order-2 {
    -ms-flex-order: 2;
    order: 2
}

.order-3 {
    -ms-flex-order: 3;
    order: 3
}

.order-4 {
    -ms-flex-order: 4;
    order: 4
}

.order-5 {
    -ms-flex-order: 5;
    order: 5
}

.order-6 {
    -ms-flex-order: 6;
    order: 6
}

.order-7 {
    -ms-flex-order: 7;
    order: 7
}

.order-8 {
    -ms-flex-order: 8;
    order: 8
}

.order-9 {
    -ms-flex-order: 9;
    order: 9
}

.order-10 {
    -ms-flex-order: 10;
    order: 10
}

.order-11 {
    -ms-flex-order: 11;
    order: 11
}

.order-12 {
    -ms-flex-order: 12;
    order: 12
}

.offset-1 {
    margin-left: 8.333333%
}

.offset-2 {
    margin-left: 16.666667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.333333%
}

.offset-5 {
    margin-left: 41.666667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.333333%
}

.offset-8 {
    margin-left: 66.666667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.333333%
}

.offset-11 {
    margin-left: 91.666667%
}

@media (min-width: 576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-sm-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-sm-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-sm-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-sm-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-sm-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-sm-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-sm-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-sm-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-sm-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-sm-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-sm-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-sm-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-sm-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-sm-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-sm-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-sm-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-sm-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-sm-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-sm-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-sm-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-sm-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.333333%
    }

    .offset-sm-2 {
        margin-left: 16.666667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.333333%
    }

    .offset-sm-5 {
        margin-left: 41.666667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.333333%
    }

    .offset-sm-8 {
        margin-left: 66.666667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.333333%
    }

    .offset-sm-11 {
        margin-left: 91.666667%
    }
}

@media (min-width: 768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-md-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-md-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-md-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-md-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-md-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-md-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-md-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-md-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-md-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-md-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-md-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-md-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-md-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-md-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-md-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-md-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-md-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-md-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-md-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.333333%
    }

    .offset-md-2 {
        margin-left: 16.666667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.333333%
    }

    .offset-md-5 {
        margin-left: 41.666667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.333333%
    }

    .offset-md-8 {
        margin-left: 66.666667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.333333%
    }

    .offset-md-11 {
        margin-left: 91.666667%
    }
}

@media (min-width: 992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-lg-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-lg-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-lg-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-lg-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-lg-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-lg-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-lg-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-lg-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-lg-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-lg-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-lg-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-lg-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-lg-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-lg-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-lg-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-lg-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-lg-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-lg-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.333333%
    }

    .offset-lg-2 {
        margin-left: 16.666667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.333333%
    }

    .offset-lg-5 {
        margin-left: 41.666667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.333333%
    }

    .offset-lg-8 {
        margin-left: 66.666667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.333333%
    }

    .offset-lg-11 {
        margin-left: 91.666667%
    }
}

@media (min-width: 1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-xl-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-xl-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-xl-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-xl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-xl-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-xl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-xl-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-xl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-xl-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-xl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xl-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-xl-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-xl-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-xl-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-xl-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-xl-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-xl-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-xl-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-xl-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-xl-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-xl-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-xl-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-xl-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-xl-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-xl-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.333333%
    }

    .offset-xl-2 {
        margin-left: 16.666667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.333333%
    }

    .offset-xl-5 {
        margin-left: 41.666667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.333333%
    }

    .offset-xl-8 {
        margin-left: 66.666667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.333333%
    }

    .offset-xl-11 {
        margin-left: 91.666667%
    }
}

.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important
}

.d-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
}

@media (min-width: 576px) {
    .d-sm-none {
        display: none !important
    }

    .d-sm-inline {
        display: inline !important
    }

    .d-sm-inline-block {
        display: inline-block !important
    }

    .d-sm-block {
        display: block !important
    }

    .d-sm-table {
        display: table !important
    }

    .d-sm-table-row {
        display: table-row !important
    }

    .d-sm-table-cell {
        display: table-cell !important
    }

    .d-sm-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-sm-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width: 768px) {
    .d-md-none {
        display: none !important
    }

    .d-md-inline {
        display: inline !important
    }

    .d-md-inline-block {
        display: inline-block !important
    }

    .d-md-block {
        display: block !important
    }

    .d-md-table {
        display: table !important
    }

    .d-md-table-row {
        display: table-row !important
    }

    .d-md-table-cell {
        display: table-cell !important
    }

    .d-md-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-md-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width: 992px) {
    .d-lg-none {
        display: none !important
    }

    .d-lg-inline {
        display: inline !important
    }

    .d-lg-inline-block {
        display: inline-block !important
    }

    .d-lg-block {
        display: block !important
    }

    .d-lg-table {
        display: table !important
    }

    .d-lg-table-row {
        display: table-row !important
    }

    .d-lg-table-cell {
        display: table-cell !important
    }

    .d-lg-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-lg-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width: 1200px) {
    .d-xl-none {
        display: none !important
    }

    .d-xl-inline {
        display: inline !important
    }

    .d-xl-inline-block {
        display: inline-block !important
    }

    .d-xl-block {
        display: block !important
    }

    .d-xl-table {
        display: table !important
    }

    .d-xl-table-row {
        display: table-row !important
    }

    .d-xl-table-cell {
        display: table-cell !important
    }

    .d-xl-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-xl-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media print {
    .d-print-none {
        display: none !important
    }

    .d-print-inline {
        display: inline !important
    }

    .d-print-inline-block {
        display: inline-block !important
    }

    .d-print-block {
        display: block !important
    }

    .d-print-table {
        display: table !important
    }

    .d-print-table-row {
        display: table-row !important
    }

    .d-print-table-cell {
        display: table-cell !important
    }

    .d-print-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-print-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

.flex-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important
}

.flex-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important
}

.flex-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
}

.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important
}

.flex-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important
}

.flex-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important
}

.flex-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important
}

.flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important
}

.justify-content-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
}

.justify-content-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
}

.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important
}

.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
}

.align-items-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important
}

.align-items-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important
}

.align-items-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important
}

.align-items-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important
}

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
}

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
}

.align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important
}

.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important
}

.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important
}

.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important
}

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
}

.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important
}

@media (min-width: 576px) {
    .flex-sm-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-sm-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-sm-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-sm-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-sm-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-sm-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-sm-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-sm-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-sm-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-sm-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-sm-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-sm-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-sm-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-sm-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-sm-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-sm-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width: 768px) {
    .flex-md-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-md-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-md-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-md-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-md-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-md-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-md-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-md-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-md-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-md-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-md-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-md-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-md-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-md-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-md-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-md-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-md-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-md-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width: 992px) {
    .flex-lg-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-lg-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-lg-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-lg-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-lg-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-lg-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-lg-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-lg-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-lg-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-lg-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-lg-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-lg-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-lg-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-lg-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width: 1200px) {
    .flex-xl-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-xl-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-xl-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-xl-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-xl-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-xl-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-xl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-xl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-xl-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-xl-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-xl-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-xl-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-xl-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-xl-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-xl-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-xl-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-xl-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

/*# sourceMappingURL=bootstrap-grid.min.css.map */
/* End */


/* Start:/local/templates/eva/css/vendor.css?17120666539852*/
/*
Linearicons Free v1.0.0 - https://linearicons.com/free
By Perxis - https://perxis.com
(c) 2014-2015 Perxis.com
License: https://linearicons.com/free/license
*/
@font-face {
    font-family: Linearicons-Free;
    src: url(https://cdn.linearicons.com/free/1.0.0/Linearicons-Free.eot);
    src: url(https://cdn.linearicons.com/free/1.0.0/Linearicons-Free.eot?#iefix) format('embedded-opentype'), url(https://cdn.linearicons.com/free/1.0.0/Linearicons-Free.woff2) format('woff2'), url(https://cdn.linearicons.com/free/1.0.0/Linearicons-Free.ttf) format('truetype'), url(https://cdn.linearicons.com/free/1.0.0/Linearicons-Free.woff) format('woff'), url(https://cdn.linearicons.com/free/1.0.0/Linearicons-Free.svg#Linearicons-Free) format('svg');
    font-weight: 400;
    font-style: normal
}

.lnr {
    font-family: Linearicons-Free;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.lnr-home:before {
    content: "\e800"
}

.lnr-apartment:before {
    content: "\e801"
}

.lnr-pencil:before {
    content: "\e802"
}

.lnr-magic-wand:before {
    content: "\e803"
}

.lnr-drop:before {
    content: "\e804"
}

.lnr-lighter:before {
    content: "\e805"
}

.lnr-poop:before {
    content: "\e806"
}

.lnr-sun:before {
    content: "\e807"
}

.lnr-moon:before {
    content: "\e808"
}

.lnr-cloud:before {
    content: "\e809"
}

.lnr-cloud-upload:before {
    content: "\e80a"
}

.lnr-cloud-download:before {
    content: "\e80b"
}

.lnr-cloud-sync:before {
    content: "\e80c"
}

.lnr-cloud-check:before {
    content: "\e80d"
}

.lnr-database:before {
    content: "\e80e"
}

.lnr-lock:before {
    content: "\e80f"
}

.lnr-cog:before {
    content: "\e810"
}

.lnr-trash:before {
    content: "\e811"
}

.lnr-dice:before {
    content: "\e812"
}

.lnr-heart:before {
    content: "\e813"
}

.lnr-star:before {
    content: "\e814"
}

.lnr-star-half:before {
    content: "\e815"
}

.lnr-star-empty:before {
    content: "\e816"
}

.lnr-flag:before {
    content: "\e817"
}

.lnr-envelope:before {
    content: "\e818"
}

.lnr-paperclip:before {
    content: "\e819"
}

.lnr-inbox:before {
    content: "\e81a"
}

.lnr-eye:before {
    content: "\e81b"
}

.lnr-printer:before {
    content: "\e81c"
}

.lnr-file-empty:before {
    content: "\e81d"
}

.lnr-file-add:before {
    content: "\e81e"
}

.lnr-enter:before {
    content: "\e81f"
}

.lnr-exit:before {
    content: "\e820"
}

.lnr-graduation-hat:before {
    content: "\e821"
}

.lnr-license:before {
    content: "\e822"
}

.lnr-music-note:before {
    content: "\e823"
}

.lnr-film-play:before {
    content: "\e824"
}

.lnr-camera-video:before {
    content: "\e825"
}

.lnr-camera:before {
    content: "\e826"
}

.lnr-picture:before {
    content: "\e827"
}

.lnr-book:before {
    content: "\e828"
}

.lnr-bookmark:before {
    content: "\e829"
}

.lnr-user:before {
    content: "\e82a"
}

.lnr-users:before {
    content: "\e82b"
}

.lnr-shirt:before {
    content: "\e82c"
}

.lnr-store:before {
    content: "\e82d"
}

.lnr-cart:before {
    content: "\e82e"
}

.lnr-tag:before {
    content: "\e82f"
}

.lnr-phone-handset:before {
    content: "\e830"
}

.lnr-phone:before {
    content: "\e831"
}

.lnr-pushpin:before {
    content: "\e832"
}

.lnr-map-marker:before {
    content: "\e833"
}

.lnr-map:before {
    content: "\e834"
}

.lnr-location:before {
    content: "\e835"
}

.lnr-calendar-full:before {
    content: "\e836"
}

.lnr-keyboard:before {
    content: "\e837"
}

.lnr-spell-check:before {
    content: "\e838"
}

.lnr-screen:before {
    content: "\e839"
}

.lnr-smartphone:before {
    content: "\e83a"
}

.lnr-tablet:before {
    content: "\e83b"
}

.lnr-laptop:before {
    content: "\e83c"
}

.lnr-laptop-phone:before {
    content: "\e83d"
}

.lnr-power-switch:before {
    content: "\e83e"
}

.lnr-bubble:before {
    content: "\e83f"
}

.lnr-heart-pulse:before {
    content: "\e840"
}

.lnr-construction:before {
    content: "\e841"
}

.lnr-pie-chart:before {
    content: "\e842"
}

.lnr-chart-bars:before {
    content: "\e843"
}

.lnr-gift:before {
    content: "\e844"
}

.lnr-diamond:before {
    content: "\e845"
}

.lnr-linearicons:before {
    content: "\e846"
}

.lnr-dinner:before {
    content: "\e847"
}

.lnr-coffee-cup:before {
    content: "\e848"
}

.lnr-leaf:before {
    content: "\e849"
}

.lnr-paw:before {
    content: "\e84a"
}

.lnr-rocket:before {
    content: "\e84b"
}

.lnr-briefcase:before {
    content: "\e84c"
}

.lnr-bus:before {
    content: "\e84d"
}

.lnr-car:before {
    content: "\e84e"
}

.lnr-train:before {
    content: "\e84f"
}

.lnr-bicycle:before {
    content: "\e850"
}

.lnr-wheelchair:before {
    content: "\e851"
}

.lnr-select:before {
    content: "\e852"
}

.lnr-earth:before {
    content: "\e853"
}

.lnr-smile:before {
    content: "\e854"
}

.lnr-sad:before {
    content: "\e855"
}

.lnr-neutral:before {
    content: "\e856"
}

.lnr-mustache:before {
    content: "\e857"
}

.lnr-alarm:before {
    content: "\e858"
}

.lnr-bullhorn:before {
    content: "\e859"
}

.lnr-volume-high:before {
    content: "\e85a"
}

.lnr-volume-medium:before {
    content: "\e85b"
}

.lnr-volume-low:before {
    content: "\e85c"
}

.lnr-volume:before {
    content: "\e85d"
}

.lnr-mic:before {
    content: "\e85e"
}

.lnr-hourglass:before {
    content: "\e85f"
}

.lnr-undo:before {
    content: "\e860"
}

.lnr-redo:before {
    content: "\e861"
}

.lnr-sync:before {
    content: "\e862"
}

.lnr-history:before {
    content: "\e863"
}

.lnr-clock:before {
    content: "\e864"
}

.lnr-download:before {
    content: "\e865"
}

.lnr-upload:before {
    content: "\e866"
}

.lnr-enter-down:before {
    content: "\e867"
}

.lnr-exit-up:before {
    content: "\e868"
}

.lnr-bug:before {
    content: "\e869"
}

.lnr-code:before {
    content: "\e86a"
}

.lnr-link:before {
    content: "\e86b"
}

.lnr-unlink:before {
    content: "\e86c"
}

.lnr-thumbs-up:before {
    content: "\e86d"
}

.lnr-thumbs-down:before {
    content: "\e86e"
}

.lnr-magnifier:before {
    content: "\e86f"
}

.lnr-cross:before {
    content: "\e870"
}

.lnr-menu:before {
    content: "\e871"
}

.lnr-list:before {
    content: "\e872"
}

.lnr-chevron-up:before {
    content: "\e873"
}

.lnr-chevron-down:before {
    content: "\e874"
}

.lnr-chevron-left:before {
    content: "\e875"
}

.lnr-chevron-right:before {
    content: "\e876"
}

.lnr-arrow-up:before {
    content: "\e877"
}

.lnr-arrow-down:before {
    content: "\e878"
}

.lnr-arrow-left:before {
    content: "\e879"
}

.lnr-arrow-right:before {
    content: "\e87a"
}

.lnr-move:before {
    content: "\e87b"
}

.lnr-warning:before {
    content: "\e87c"
}

.lnr-question-circle:before {
    content: "\e87d"
}

.lnr-menu-circle:before {
    content: "\e87e"
}

.lnr-checkmark-circle:before {
    content: "\e87f"
}

.lnr-cross-circle:before {
    content: "\e880"
}

.lnr-plus-circle:before {
    content: "\e881"
}

.lnr-circle-minus:before {
    content: "\e882"
}

.lnr-arrow-up-circle:before {
    content: "\e883"
}

.lnr-arrow-down-circle:before {
    content: "\e884"
}

.lnr-arrow-left-circle:before {
    content: "\e885"
}

.lnr-arrow-right-circle:before {
    content: "\e886"
}

.lnr-chevron-up-circle:before {
    content: "\e887"
}

.lnr-chevron-down-circle:before {
    content: "\e888"
}

.lnr-chevron-left-circle:before {
    content: "\e889"
}

.lnr-chevron-right-circle:before {
    content: "\e88a"
}

.lnr-crop:before {
    content: "\e88b"
}

.lnr-frame-expand:before {
    content: "\e88c"
}

.lnr-frame-contract:before {
    content: "\e88d"
}

.lnr-layers:before {
    content: "\e88e"
}

.lnr-funnel:before {
    content: "\e88f"
}

.lnr-text-format:before {
    content: "\e890"
}

.lnr-text-format-remove:before {
    content: "\e891"
}

.lnr-text-size:before {
    content: "\e892"
}

.lnr-bold:before {
    content: "\e893"
}

.lnr-italic:before {
    content: "\e894"
}

.lnr-underline:before {
    content: "\e895"
}

.lnr-strikethrough:before {
    content: "\e896"
}

.lnr-highlight:before {
    content: "\e897"
}

.lnr-text-align-left:before {
    content: "\e898"
}

.lnr-text-align-center:before {
    content: "\e899"
}

.lnr-text-align-right:before {
    content: "\e89a"
}

.lnr-text-align-justify:before {
    content: "\e89b"
}

.lnr-line-spacing:before {
    content: "\e89c"
}

.lnr-indent-increase:before {
    content: "\e89d"
}

.lnr-indent-decrease:before {
    content: "\e89e"
}

.lnr-pilcrow:before {
    content: "\e89f"
}

.lnr-direction-ltr:before {
    content: "\e8a0"
}

.lnr-direction-rtl:before {
    content: "\e8a1"
}

.lnr-page-break:before {
    content: "\e8a2"
}

.lnr-sort-alpha-asc:before {
    content: "\e8a3"
}

.lnr-sort-amount-asc:before {
    content: "\e8a4"
}

.lnr-hand:before {
    content: "\e8a5"
}

.lnr-pointer-up:before {
    content: "\e8a6"
}

.lnr-pointer-right:before {
    content: "\e8a7"
}

.lnr-pointer-down:before {
    content: "\e8a8"
}

.lnr-pointer-left:before {
    content: "\e8a9"
}
/* End */


/* Start:/local/templates/eva/components/bitrix/menu/topmenu/style.css?1711309344222*/
@media (max-width: 640px) {
    .menu_dop_but::before {
        content: 'ВСЕ МЕНЮ';
        color: white;
        position: absolute;
        left: 60px;
        top: 20px;
        font-size: 13px;
    }
}
/* End */


/* Start:/local/templates/eva/css/slick.css?16576654641871*/
/* Slider */
.slick-slider {
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    /*margin-left: auto;*/
    /*margin-right: auto;*/
}

.slick-track:before,
.slick-track:after {
    display: table;

    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;

    height: auto;

    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

/* End */


/* Start:/local/templates/eva/css/owl.carousel.css?16033530036564*/
/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.slider_back .owl-stage-outer {
  background: #000;
}
.slide_dark {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.570);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}

/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("/local/templates/eva/css/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}


.slider_back .owl-controls{position:absolute; width:1260px; left:50%; margin:0 0 0 -630px; top:50%;}
.owl-nav{}
.owl-prev {
	background: url('/local/templates/eva/css/../img/arleft.png') no-repeat;
	left: 70px;
	margin-top: -30px;
}
.logos_slider .owl-prev {
	background: #fff url('/local/templates/eva/css/../img/arleftbl.png') no-repeat;
	background-size: 20px;
	background-position: 50% 50%;
	opacity: 1;
	left: -65px;
}
.owl-next {
	background: url('/local/templates/eva/css/../img/arright.png') no-repeat;
	right: 70px;
	margin-top: -30px;
}
.logos_slider .owl-next {
	background: #fff url('/local/templates/eva/css/../img/arrightbl.png') no-repeat;
	background-size: 20px;
	right: -65px;
	opacity: 1;
	background-position: 55% 50%;
}
.logos_slider .owl-prev {
	position: absolute;
	top: 50%;
	margin-top: -25px;
	width: 50px;
	height: 50px;
	transition: all 0.5s ease;
	cursor: pointer;
	text-indent:-9999em;
	border-radius: 100px;
	border: 1px solid #BBBBBB;
	box-shadow: 0 1px 1px 0 rgba(0,0,0, 0.27);
}
.logos_slider .owl-next {
	position: absolute;
	top: 50%;
	margin-top: -25px;
	width: 50px;
	height: 50px;
	transition: all 0.5s ease;
	cursor: pointer;
	border-radius: 100px;
	text-indent:-9999em;
	border: 1px solid #BBBBBB;
	box-shadow: 0 1px 1px 0 rgba(0,0,0, 0.27);
}
.owl-prev, .owl-next {
	background-size: contain;
	position: absolute;
	top:50%;
	width: 25px;
	height: 60px;
	opacity: 0.4;
	transition: all 0.5s ease;
	cursor: pointer;
	text-indent:-9999em;
}

.owl-next:hover , .owl-prev:hover {opacity: 1;}



.fadeIn {animation-name: fadeIn;}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.fadeOut {animation-name: fadeOut;}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

.fadeInLeftBig {animation: fadeInLeftBig  1s ease-in-out;}
@keyframes fadeInLeftBig {
  from {
    transform: translate3d(-40px, 0, 0);
	opacity: 0;
  }
  to {
    transform: none;
	opacity: 1;
  }
}

.fadeInUp {animation: fadeInUp 1s ease-in-out;}
@keyframes fadeInUp {
  from {
    transform: translate3d(0, 20px, 0);
	opacity: 0;
  }
  to {
    transform: none;
	opacity: 1;
  }
}

.sl_img {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 400px;
	height: 450px;
	
	}
/* End */


/* Start:/local/templates/eva/css/jquery.jscrollpane.css?16033530031466*/
/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */

.jspContainer
{
	overflow: hidden;
	position: relative;
}

.jspPane
{
	position: absolute;
}

.jspVerticalBar
{
	position: absolute;
	top: 0;
	right: 5px;
	width: 9px;
	height: 100%;
	background: red;
}

.jspHorizontalBar
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 16px;
	background: red;
}

.jspCap
{
	display: none;
}

.jspHorizontalBar .jspCap
{
	float: left;
}

.jspTrack
{
	background: #2B2A29;
	position: relative;
}

.jspDrag
{
	background: #807E79;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
	opacity: 0.5;
}
.jspDrag:hover {
	opacity: 1;
}
.jspDrag:active {
	opacity: 1;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag
{
	float: left;
	height: 100%;
}

.jspArrow
{
	background: #50506d;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
	padding: 0;
	margin: 0;
}

.jspArrow.jspDisabled
{
	cursor: default;
	background: #80808d;
}

.jspVerticalBar .jspArrow
{
	height: 16px;
}

.jspHorizontalBar .jspArrow
{
	width: 16px;
	float: left;
	height: 100%;
}

.jspVerticalBar .jspArrow:focus
{
	outline: none;
}

.jspCorner
{
	background: #eeeef4;
	float: left;
	height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner
{
	margin: 0 -3px 0 0;
}
/* End */


/* Start:/local/templates/eva/styles.css?1634214906713*/
/* Стили для визуального редактора*/

.full-image {width: 100%;}
.image40left {width: 40%; float: left; margin-right: 15px;}
.image40right {width: 40%; float: right; margin-left: 15px;}
.type_text {line-height: 1.5; color: #383735; font-weight: 400; font-size: 14px;}
.font400 {font-weight: 400; line-height: 1.5; color: #383735;}
.font500 {font-weight: 500; line-height: 1.5; color: #383735;}
.font700 {font-weight: 700; line-height: 1.5; color: #383735;} 
.mini_title {font-size: 14px; font-weight: 300; padding-left: 10px;}
.forchange {font-weight: 400; line-height: 1.5; color: #383735;}
.page_wrap p {font-weight: 400; line-height: 1.5; color: #383735;}
.p {padding-bottom: 10px;}
/* End */


/* Start:/local/templates/eva/template_styles.css?1717669394143735*/
@charset "UTF-8";
.mb-10 {
  margin-bottom: 10px; }

.mb-15 {
  margin-bottom: 15px; }

.mb-20 {
  margin-bottom: 20px; }

.mb-25 {
  margin-bottom: 25px; }

.mb-30 {
  margin-bottom: 30px; }

.mb-40 {
  margin-bottom: 40px !important; }

.mt-0 {
  margin-top: 0 !important; }

.mt-10 {
  margin-top: 10px; }

.ml-5 {
  margin-left: 5px; }

.ml-10 {
  margin-left: 10px; }

.mt-15 {
  margin-top: 15px; }

.mt-20 {
  margin-top: 20px; }

.mt-25 {
  margin-top: 25px; }

.mt-30 {
  margin-top: 30px; }

.mt-40 {
  margin-top: 40px; }

.pt-40 {
  padding-top: 40px !important; }

* {
  margin: 0;
  padding: 0;
  font-family: 'Ubuntu', sans-serif; }

ol, ul {
  list-style-position: inside; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 400; }

h2 {
  font-size: 28px; }

h3 {
  font-size: 24px; }

h4 {
  font-size: 22px; }

h5, h6 {
  font-size: 20px; }

a {
  color: #000;
  text-decoration: none; }

img {
  border: none; }

html {
  height: 100% !important; }

body {
  position: relative; }
  body.overlay {
    overflow: hidden;
    z-index: 2; }
    body.overlay::before {
      content: '';
      background: rgba(16, 36, 71, 0.5);
      width: 100%;
      height: 1000%;
      z-index: 99;
      position: absolute;
      top: 0; }

ul.list {
  list-style-type: none;
  padding-left: 0;
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

ul.list li {
  padding-right: 20px;
  font-size: 14px;
  padding-bottom: 5px; }

ul.list li a {
  color: #2E5599;
  text-decoration: underline; }

#wrap {
  min-height: 100%;
  overflow-x: clip; }

.btn {
  padding: 8px 15px;
  background: linear-gradient(to right, #EAB402, #FFDC41);
  color: #333;
  border-radius: 4px;
  cursor: pointer; }

.animate_button {
  display: none;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  background: linear-gradient(180deg, #f5c72f 0%, #FED036 100%);
  border: none;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  z-index: 1;
  width: 130px; }

.animate_button::after {
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 100%;
  border: 3px solid #FED036;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation: wave 1.5s infinite;
  animation: wave 1.5s infinite; }

.work_area {
  max-width: 1100px;
  margin: 35px auto 35px auto; }
  @media only screen and (max-width: 767px) {
    .work_area {
      padding: 0 4%; } }

.sidebar {
  float: left;
  width: 21.4%; }

.redcode {
  color: #74706F; }

.redcode:hover {
  text-decoration: underline; }

.clear {
  clear: both; }

/*---------------------
--- ╨е╨Ы╨Х╨С╨Э╨л╨Х ╨Ъ╨а╨Ю╨и╨Ъ╨Ш ----
---------------------*/
.breadwrap {
  overflow: hidden;
  margin: 0 auto; }

.breadwrap i {
  color: #9D9D9D;
  font-size: 9px;
  margin-right: 5px;
  vertical-align: middle; }

.breadwrap .bx-breadcrumb-item {
  float: left;
  color: #9D9D9D;
  margin-right: 10px;
  font-weight: 300; }

.breadwrap .bx-breadcrumb-item span {
  font-family: 'Ubuntu', sans-serif;
  font-size: 12px; }

.breadwrap .bx-breadcrumb-item a {
  display: inline-block;
  border-bottom: none;
  text-decoration: none;
  color: #9D9D9D;
  font-weight: 300; }

.breadwrap .bx-breadcrumb-item a:hover {
  text-decoration: underline;
  color: #2B2A29; }

/*-------------------------------------------------
---------------- ╨б╨Ы╨Р╨Щ╨Ф╨Х╨а ╨Э╨Р ╨У╨Ы╨Р╨Т╨Э╨Ю╨Щ ---------------
-- ╤З╨░╤Б╤В╤М ╨║╨╛╨┤╨░ ╨╜╨░╤Е╨╛╨┤╨╕╤В╤Б╤П ╨▓ ╤Д╨░╨╣╨╗╨╡ owl.carousel.css --
-------------------------------------------------*/
.slider_back {
  position: relative;
  z-index: 1; }

.slide {
  height: 500px;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden; }

#order_ar {
  position: absolute;
  bottom: -25px;
  right: 0;
  width: 270px;
  background: url("/local/templates/eva/img/cbarrow.png") no-repeat;
  background-size: contain;
  text-transform: uppercase;
  padding: 17px 0 15px 60px;
  font-weight: 700;
  font-size: 15px;
  color: #2B2A28;
  z-index: 1;
  cursor: pointer; }

.slider_inside {
  position: absolute;
  left: 50%;
  width: 900px;
  top: 0;
  height: 100%;
  margin-left: -450px;
  padding-top: 50px; }

.slider_for_arrow {
  position: absolute;
  width: 930px;
  left: 50%;
  margin-left: -490px;
  top: 0;
  height: 100%; }

.slide_text {
  font-size: 16px;
  font-weight: 100;
  color: #EAEAEA;
  float: left;
  padding-top: 70px; }

.sl_text_bold {
  font-weight: 700;
  font-size: 32px;
  padding-bottom: 12px;
  color: #fff; }

.detail_slide {
  padding-top: 20px; }

.detail_slide a {
  color: #000;
  font-size: 13px;
  font-weight: 700;
  display: inline-block;
  text-decoration: none;
  padding: 9px 15px;
  background: #fff;
  text-transform: uppercase; }

.stat_form {
  /*?*/
  float: right;
  width: 264px;
  height: 340px;
  border: 4px solid #fff;
  border-radius: 10px; }

.stf_title {
  /*?*/
  color: #fff;
  text-align: center;
  padding-top: 15px;
  font-size: 18px;
  font-weight: 400; }

/*----------------------------
---- ╨в╨Х╨Ч╨Ш╨б╨л ╨Я╨Ю╨Ф ╨б╨Ы╨Р╨Щ╨Ф╨Х╨а╨Ю╨Ь ----
----------------------------*/
.about {
  padding: 80px 0 10px 0;
  max-width: 1150px;
  margin: auto;
  text-align: center; }

.about_item {
  width: 19%;
  height: 200px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  border: 1px dashed #BBBBBB;
  border-radius: 4px;
  display: inline-block;
  margin: 0 2.5%;
  transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  position: relative;
  vertical-align: top; }

.about_item:hover .about_pic {
  top: 0; }

.about_item:hover .about_text {
  top: 20%;
  opacity: 0; }

.about_item:hover .about_det_text {
  opacity: 1; }

.about_pic {
  width: 100px;
  height: 100px;
  position: absolute;
  left: 50%;
  top: 42%;
  margin-left: -50px;
  margin-top: -50px;
  background: #fff;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  border-radius: 50px; }

.about_pic img {
  width: 80%;
  display: block;
  margin: 9px auto; }

.about_text {
  text-transform: uppercase;
  position: absolute;
  font-size: 13px;
  width: 100%;
  text-align: center;
  top: 66%;
  left: 0;
  color: #2B2A29;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  font-weight: 700; }

.about_det_text {
  padding: 50px 18px 0 18px;
  opacity: 0;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  font-weight: 500;
  font-size: 14px;
  color: #4A4A4A; }

/* ---------------------
---- ╨г╨б╨Ы╨г╨У╨Ш ╨У╨Ы╨Р╨Т╨Э╨Р╨п ----
----------------------*/
.services {
  max-width: 1120px;
  margin: auto;
  padding-top: 40px; }

.serv_img {
  position: relative; }

.serv_title h2 {
  font-size: 28px;
  text-align: center;
  color: #242424;
  font-weight: 500;
  margin: 0 0 30px 0; }

.serv_item {
  width: 25%;
  display: inline-block;
  margin: 0 4% 45px 4%;
  border-radius: 3px;
  position: relative;
  vertical-align: top; }

.serv_det_but {
  color: #2B2A29;
  padding: 8px 12px 8px 32px;
  background: #F5CA00 url("/local/templates/eva/img/serv_det_but.png") no-repeat;
  background-size: 16px;
  background-position: 10px 50%;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  position: absolute;
  bottom: 20px;
  right: 15px;
  display: block;
  transition: background-position 0.1s ease;
  -moz-transition: background-position 0.1s ease;
  -ms-transition: background-position 0.1s ease;
  -o-transition: background-position 0.1s ease; }

.serv_det_but:hover {
  background-position: 12px 50%; }

.serv_item .serv_img img {
  width: 100%; }

.si_preback {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: block; }

.si_title h3 {
  font-size: 16px;
  font-weight: 700;
  padding-top: 7px;
  padding-bottom: 12px;
  color: #2B2A29; }

.si_text {
  display: block;
  font-size: 14px;
  color: #6E6E6E;
  line-height: 1.3; }

/*----------------
----- ╨Ю╨в╨Ч╨л╨Т╨л -----
----------------*/
.revcont {
  padding: 10px 1.4% 50px 1.4%;
  font-weight: 300; }

.revcent {
  max-width: 1120px;
  margin: 0 auto;
  overflow: hidden;
  text-align: left; }

.rev_count {
  display: none; }

.rev_det_count {
  display: none; }

.revtitle h2 {
  font-size: 28px;
  text-align: center;
  color: #242424;
  font-weight: 500;
  margin: 0 0 30px 0; }

.review {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07);
  border: 1px solid #E4E4E4;
  position: relative;
  line-height: 1.3;
  display: inline-block;
  width: 38%;
  margin: 0 3% 30px 8%;
  vertical-align: top; }

.rev_img {
  position: absolute;
  top: 20px;
  left: 0;
  margin-left: -56px;
  width: 100px;
  border: 6px solid #fff; }

.rev_img img {
  display: block;
  width: 100%; }

.review p {
  font-size: 14px;
  color: #6E6E6E;
  font-weight: 400;
  vertical-align: top;
  display: block;
  padding: 20px 30px 20px 70px;
  text-align: left; }

.recallname {
  color: #4A4A4A;
  padding: 10px 0 0 0;
  margin: 12px 0 0 0;
  border-top: 1px dotted #CDCDCD;
  display: block;
  font-style: normal;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 12px;
  text-align: left; }

.rev_show_wrap {
  margin: 10px 0 2px 0;
  text-align: center; }

.rev_show {
  display: inline-block;
  color: #2B2A29;
  padding: 11px 15px 11px 38px;
  background: #F5CA00 url("/local/templates/eva/img/rev_sync.png") no-repeat;
  background-size: 20px;
  background-position: 10px 50%;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  text-align: left;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
  border: 1px dotted #827F7C;
  cursor: pointer;
  transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease; }

.rev_show:hover {
  background-color: #EBC000; }

/*-----------------
----- ╨Я╨а╨Ю╨Х╨Ъ╨в╨л -----
-----------------*/
.projects-right {
  float: right;
  width: 74%; }

.proj-det-wrap {
  padding-bottom: 20px; }

.bx_catalog_text {
  margin-bottom: 30px; }

.bx_catalog_text_ul {
  list-style: none; }

.bx_catalog_text_ul li {
  border-bottom: 1px solid #EAEAEA; }

.bx_catalog_text_ul li:hover {
  background: #F0F0F0; }

.bx_catalog_text_title {
  color: #383735;
  font-size: 14px;
  margin: 0;
  padding: 13px 15px; }

/*--------------------
--- ╨Я╨а╨Ю╨Х╨Ъ╨в╨л ╨б╨Х╨Ъ╨ж╨Ш╨п ---
--------------------*/
.projects-right h1 {
  padding: 0 0 12px;
  font-size: 36px;
  font-weight: 700;
  text-align: left;
  color: #2B2A29; }

.bx_sitemap_title {
  padding: 0 0 12px;
  font-size: 36px;
  font-weight: 700;
  text-align: left;
  color: #2B2A29; }

.bx_sitemap_title a {
  color: #2B2A29;
  text-decoration: none; }

.ccontprojall {
  max-width: 1000px;
  margin: 0 auto; }

.proj-one {
  display: inline-block;
  vertical-align: top;
  width: 30%;
  margin: 15px 5% 10px 0; }

div.proj-one:nth-child(3n+3) {
  margin-right: 0; }

.proj-title a {
  color: #2B2A29;
  text-decoration: none;
  font-weight: 700; }

.proj-one a {
  position: relative;
  display: block; }

.proj-two a:hover .proj-two-b {
  opacity: 1; }

.proj-two-img {
  width: 100%;
  display: block; }

.proj-two-b {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.6) url(/local/templates/eva/img/search1.png) no-repeat center center;
  background-size: 45px;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.proj-title {
  text-align: left;
  display: block;
  padding: 8px 0 0 0;
  font-size: 14px;
  font-weight: 700; }

/*-------------------------
---- ╨Я╨а╨Ю╨Х╨Ъ╨в╨л ╨Ф╨Х╨в╨Р╨Ы╨м╨Э╨Р╨п ----
-------------------------*/
.proj-det-text {
  line-height: 1.4;
  font-size: 14px;
  color: #383735;
  margin: 0 0 30px 0; }

.proj-det-title h2 {
  padding: 0 0 12px 0;
  font-size: 36px;
  font-weight: 700;
  text-align: left;
  margin-bottom: 15px;
  color: #2B2A29; }

.proj-det-img {
  width: 100%;
  margin-bottom: 32px; }

.steps {
  font-size: 14px;
  line-height: 1.5; }

.block_step {
  margin: 0 0 50px 0;
  position: relative; }

.block_step h3 {
  margin: 0 0 5px 0;
  font-size: 23px;
  color: #2B2A29;
  font-weight: 700; }

.block_step .images {
  position: relative;
  float: left;
  margin: 0 30px 15px 0;
  cursor: pointer; }

.block_step .images img {
  max-width: 300px;
  display: block; }

.block_step .images:hover span.images_hover {
  background: rgba(0, 0, 0, 0.6);
  height: 100%; }

.block_step .images span.images_hover {
  position: absolute;
  width: 100%;
  height: 40%;
  bottom: 0;
  left: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0)); }

.block_step .images span.img_bot_shadow {
  position: absolute;
  color: #fff;
  text-transform: uppercase;
  bottom: 0;
  right: 0;
  font-size: 13px;
  font-weight: 600;
  padding: 8px 35px 7px 0;
  background: url("/local/templates/eva/img/all_photos.png") no-repeat;
  background-size: 17px;
  background-position: 78px 50%;
  text-align: right; }

.block_step .step_text {
  line-height: 1.4;
  font-size: 14px;
  color: #383735; }

.block_step .step_result {
  border-top: 1px solid #EAEAEA;
  padding: 5px 0 20px 0;
  margin: 0;
  color: #888;
  font-size: 13px; }

.block_step .step_result span {
  color: #383735;
  font-weight: 700;
  border-right: 1px solid #EAEAEA;
  margin: 0 15px 0 0;
  padding: 0 15px 0 5px; }

.block_step .imagesAll {
  position: absolute;
  top: 84px;
  padding: 20px 10px 10px 30px;
  background: #2B2A29;
  width: 400px;
  display: none;
  box-sizing: border-box;
  z-index: 1;
  left: 330px; }

.block_step .imagesAll span.imgAll_delta {
  position: absolute;
  background: #2B2A29;
  top: 105px;
  left: -7.5px;
  width: 15px;
  height: 15px;
  transform: rotate(45deg); }

.block_step .imagesAll .imagesAll_title {
  color: #fff;
  font-size: 14px;
  padding-bottom: 20px;
  font-weight: 400; }

.block_step .imagesAll a {
  margin: 0 18px 15px 0;
  display: inline-block; }

.block_step .imagesAll span.imgAll_span {
  position: relative;
  width: 100px;
  border-radius: 200px;
  display: inline-block;
  height: 100px;
  overflow: hidden; }

.block_step .imagesAll span.imgAll_span:hover span {
  opacity: 1; }

.block_step .imagesAll span.imgAll_span span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 200px;
  background: url("/local/templates/eva/img/search_black.png") no-repeat;
  background-color: rgba(245, 202, 0, 0.8);
  background-position: 50% 50%;
  background-size: 25px;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.block_step .closeFormImages {
  background: url("/local/templates/eva/img/cross2.png") no-repeat;
  width: 22px;
  height: 22px;
  position: absolute;
  top: 20px;
  right: 33px;
  cursor: pointer;
  background-size: contain;
  transition: transform .5s ease; }

.block_step .closeFormImages:hover {
  transform: rotate(90deg); }

.steps .sumStep {
  color: #383735; }

.steps .sumStep h3 {
  border-bottom: 1px solid #EAEAEA;
  padding: 0 0 5px 0;
  margin-bottom: 6px;
  font-size: 23px;
  color: #2B2A29;
  font-weight: 700; }

.steps .sumStep span {
  color: #2B2A29;
  font-weight: 700;
  border-right: 1px solid #EAEAEA;
  margin: 0 15px 0 0;
  padding: 0 15px 0 5px; }

/*----------------------------------
----- ╨г╨б╨Ы╨г╨У╨Ш + ╨╕╨╖╨╝╨╡╨╜╨╡╨╜╨╕╨╡ ╤Б╤В╨╕╨╗╤П -----
----------------------------------*/
.left_services .article {
  border-bottom: 1px solid #E7E7E7;
  margin-bottom: 30px; }

.art_det_but {
  color: #2B2A29;
  padding: 10px 11px 9px 32px;
  background: #F5CA00 url("/local/templates/eva/img/serv_det_but.png") no-repeat;
  background-size: 15px;
  background-position: 10px 50%;
  display: inline-block;
  margin-top: 25px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  vertical-align: bottom;
  line-height: 1;
  transition: background-position 0.1s ease;
  -moz-transition: background-position 0.1s ease;
  -ms-transition: background-position 0.1s ease;
  -o-transition: background-position 0.1s ease; }

.art_det_but:hover {
  background-position: 12px 50%; }

/*------------------------------------
---- ╨б╨Т╨п╨Ч╨Р╨в╨м╨б╨п ╨б ╨Э╨Р╨Ь╨Ш, ╨Я╨Ю╨Ф╨Х╨Ы╨Ш╨в╨м╨б╨п ----
------------------------------------*/
.left_call_wrap {
  background: #F9F9F9;
  margin-bottom: 20px;
  position: relative;
  border: 1px dotted #BBBBBB;
  transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease; }

.left_call_wrap:hover {
  border: 1px dotted #8B8B8B;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.17); }

.left_call_wrap .left_call_ar {
  transform: rotate(-90deg); }

.left_call_ar {
  position: absolute;
  top: 18px;
  right: 12px;
  background: url("/local/templates/eva/img/left_call_ar.png") no-repeat;
  background-size: contain;
  width: 13px;
  height: 13px; }

.left_call_wrap h2 {
  padding: 16px 14px 16px 50px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  color: #1A1A19;
  background: url("/local/templates/eva/img/left_serv_ic.png") no-repeat;
  background-size: 27px;
  background-position: 12px 50%;
  cursor: pointer; }

.left_call {
  display: none; }

.left_call_but {
  background: #F5CA00 url("/local/templates/eva/img/cb-img.png") no-repeat;
  background-position: 10px 50%;
  background-size: 20px;
  margin: 7px 14px 0 14px;
  padding: 12px 11px 12px 38px;
  font-size: 12px;
  font-weight: 700;
  color: #1A1A19;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.17);
  border: 1px dotted #827F7C;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.2s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease; }

.left_call_text {
  padding: 0 15px 0 15px;
  color: #4A4A4A;
  font-size: 13px;
  line-height: 1.4;
  display: none; }

.left_order_but {
  background: #fff url("/local/templates/eva/img/serv_sell.png") no-repeat;
  background-position: 10px 50%;
  background-size: 20px;
  margin: 10px 14px 17px 14px;
  padding: 12px 0 12px 36px;
  font-size: 12px;
  font-weight: 700;
  color: #1A1A19;
  text-transform: uppercase;
  cursor: pointer;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14);
  border: 1px dotted #8A8784;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease; }

.left_order_text {
  padding: 6px 15px 30px 15px;
  color: #4A4A4A;
  font-size: 12px;
  line-height: 1.4; }

.left_share_wrap {
  border: 1px dotted #BBBBBB;
  background: #F9F9F9;
  margin-bottom: 20px;
  position: relative;
  transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease; }

.left_share_wrap:hover {
  border: 1px dotted #8B8B8B;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.17); }

.left_share_wrap h2 {
  padding: 16px 14px 16px 50px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  color: #1A1A19;
  background: url("/local/templates/eva/img/left_share_ic.png") no-repeat;
  background-size: 27px;
  background-position: 12px 50%;
  cursor: pointer; }

.left_share {
  padding: 7px 0 17px 0;
  margin: 0 14px 0 14px;
  display: none; }

/*----------------------------
---- ╨б╨Ю╨в╨а╨г╨Ф╨Э╨Ш╨Ъ╨Ш ╨Т ╨г╨б╨Ы╨г╨У╨Р╨е ----
----------------------------*/
.serv_employees {
  margin-bottom: -5px;
  overflow: hidden; }

.serv_employees_wrap div:nth-child(n+2) {
  margin-right: 0; }

.serv_employees_wrap {
  padding: 20px 0 10px 0;
  border-top: none; }

.serv_emp_title {
  font-size: 23px;
  font-weight: 700;
  color: #2B2A29; }

.serv_employ {
  width: 48%;
  display: inline-block;
  margin-bottom: 30px;
  margin-right: 4%; }

.serv_employ_inside {
  padding: 20px;
  color: #2B2A29;
  overflow: hidden;
  border: 1px solid #D0D0D0;
  background: #F9F9F9; }

.serv_emp_img {
  float: left;
  display: block;
  margin-right: 40px;
  border-radius: 200px;
  padding: 3px; }

.serv_emp_circle {
  display: block;
  border: 2px solid #F9F9F9;
  width: 115px;
  height: 115px;
  border-radius: 200px; }

.serv_emp_name {
  border-bottom: 1px dotted #C1C1C1;
  display: inline-block;
  padding-bottom: 3px;
  font-size: 16px;
  font-weight: 500;
  margin-top: 20px; }

.serv_emp_position {
  font-size: 13px;
  font-weight: 400;
  margin-top: 4px;
  color: #6E6E6E; }

.serv_emp_phone {
  font-size: 14px;
  font-weight: 700;
  margin-top: 15px;
  float: left;
  padding: 3px 0 3px 32px;
  background: url("/local/templates/eva/img/contphone_dark.png") no-repeat;
  background-size: contain; }

/*--------------------------
---- ╨б╨Я╨Ш╨б╨Ю╨Ъ ╨г╨б╨Ы╨г╨У ╨б╨Ы╨Х╨Т╨Р ----
--------------------------*/
.list_serv {
  margin-bottom: 30px; }

.list_serv_item {
  display: block;
  color: #383735;
  font-size: 14px;
  margin: 0;
  padding: 13px 30px 13px 15px;
  border-bottom: 1px solid #EAEAEA;
  background: url("/local/templates/eva/img/serv_list_img.png") no-repeat;
  background-position: 95% 50%;
  background-size: 12px; }

.list_serv_item:hover {
  background-color: #F1F1F1; }

/*--------------------
------ ╨Ъ╨Ю╨Э╨в╨Р╨Ъ╨в╨л ------
--------------------*/
.premap {
  position: relative; }

.wrapper_map {
  position: absolute;
  top: 85px;
  left: 50%;
  width: 1100px;
  margin-left: -550px;
  z-index: 3;
  height: 0; }

.map_inside {
  padding: 20px 30px;
  z-index: 3;
  width: 220px;
  background: #2B2A29; }

.contacts_title {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  padding-bottom: 15px; }

.cont_adress {
  background: url("/local/templates/eva/img/contad.png") no-repeat; }

.cont_phone {
  background: url("/local/templates/eva/img/contphone.png") no-repeat; }

.cont_mail {
  background: url("/local/templates/eva/img/contmail.png") no-repeat; }

.cont_adress, .cont_phone, .cont_mail {
  padding: 11px 0;
  padding-left: 37px;
  color: #fff;
  font-weight: 300;
  font-size: 14px;
  background-size: 20px;
  background-position: 0 10px; }

.cb_but {
  background: #F5CA00;
  color: #2B2A29;
  padding: 11px 15px;
  width: 70%;
  margin: 30px auto 15px auto;
  text-align: center;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer; }

.cb_true {
  width: 250px;
  background: #fff;
  text-align: center;
  padding: 20px;
  font-size: 20px;
  font-weight: 500;
  top: -10%;
  left: 50%;
  margin-top: -60px;
  margin-left: -148px;
  position: fixed;
  display: none;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  border: 3px solid #2B2A29;
  z-index: 10; }

#map {
  width: 100%;
  height: 500px; }

/*------------------
------ ╨б╨в╨Р╨в╨м╨Ш ------
------------------*/
.left_articles {
  width: 74%;
  float: right;
  position: relative; }

.left_articles h1 {
  padding: 0 0 12px;
  font-size: 36px;
  font-weight: 700;
  text-align: left;
  color: #2B2A29;
  margin: 0 0 15px 0; }

.articles {
  padding: 0 0 15px 0; }

.articles div:last-child {
  margin-bottom: 0; }

.article {
  padding-bottom: 25px;
  margin-bottom: 30px;
  border-bottom: 1px solid #E7E7E7;
  position: relative; }

.art_date {
  display: inline-block;
  background: #F1F1F1 url("/local/templates/eva/img/news_cal.png") no-repeat;
  background-size: 15px;
  background-position: 10px 50%;
  font-size: 13px;
  margin-left: 10px;
  padding: 9px 9px 9px 35px;
  font-weight: 700;
  line-height: 1;
  color: #2B2A29;
  vertical-align: bottom; }

.article_name {
  font-size: 16px;
  font-weight: 700;
  padding-bottom: 12px;
  color: #2B2A29; }

.article_text {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  color: #6E6E6E; }

.art_img {
  display: inline-block;
  width: 30%;
  margin-right: 5%;
  vertical-align: top;
  position: relative;
  overflow: hidden; }

.art_img img {
  width: 100%;
  display: block; }

.article_text {
  display: inline-block;
  width: 61%;
  vertical-align: top; }

.art_det_img {
  display: block;
  width: 100%;
  max-width: auto;
  margin: 0 auto; }

.soc_share {
  margin-top: -40px;
  margin-left: 15px;
  margin-bottom: 15px;
  height: 24px; }

.art_det_text {
  line-height: 1.5;
  color: #383735;
  padding-top: 35px;
  padding-bottom: 35px;
  font-size: 14px; }

.art_det_text h3 {
  font-size: 20px; }

.art_det_text li {
  padding: 0 0 10px 0; }

.back_main {
  background: #F9F9F9 url("/local/templates/eva/img/serv-back.png") no-repeat;
  background-position: 12px 50%;
  background-size: 25px;
  display: inline-block;
  text-decoration: none;
  font-weight: 700;
  border: 1px dotted #BBBBBB;
  padding: 15px 14px 15px 48px;
  font-size: 13px;
  color: #1A1A19;
  text-transform: uppercase;
  transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease; }

.back_main:hover {
  border: 1px dotted #8B8B8B;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.17); }

/*------------------
----- ╨Э╨Ю╨Т╨Ю╨б╨в╨Ш ------
------------------*/
.left_news {
  width: 72%;
  float: right; }

/*-------------------------------
----- ╨Э╨Ю╨Т╨Ю╨б╨в╨Ш ╨Т ╨Ы╨Х╨Т╨Ю╨Ь ╨С╨Ы╨Ю╨Ъ╨Х -----
-------------------------------*/
.index_news {
  border: 1px dotted #BBBBBB;
  background: #F9F9F9;
  padding-bottom: 10px; }

.index_news h2 {
  background: url("/local/templates/eva/img/all_news_ic.png") no-repeat;
  background-size: 27px;
  background-position: 13px 50%;
  padding: 16px 0 18px 50px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  color: #1A1A19; }

.i_new {
  margin: 0 20px;
  padding: 11px 0 15px 0;
  display: block;
  border-top: 1px dotted #BBBBBB; }

.i_new:hover .i_new_text {
  text-decoration: underline; }

.i_news_date {
  font-weight: 700;
  font-size: 13px;
  margin: 0 0 7px 0;
  padding: 0 15px 0 20px;
  background: url("/local/templates/eva/img/news_cal.png") no-repeat;
  background-size: contain;
  background-position: 0 1px;
  color: #2B2A29;
  display: inline-block; }

.i_new_text {
  font-size: 13px;
  color: #595959;
  line-height: 1.3;
  font-weight: 400;
  display: block; }

/*------------------
---- ╨Я╨а╨Р╨Щ╨б-╨Ы╨Ш╨б╨в ----
------------------*/
.left_price {
  width: 750px;
  background: #2B2A29;
  position: fixed;
  display: none;
  left: 761px;
  top: 0;
  height: 100%;
  padding-top: 30px;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.777);
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  z-index: 10;
  overflow-y: scroll;
  text-align: center; }

.lp_title h2 {
  font-size: 28px !important;
  padding-bottom: 20px; }

.jspScrollable {
  outline: none; }

.jspScrollable:focus {
  outline: none; }

.price_block div {
  padding-top: 20px; }

.left_price h2 {
  font-size: 18px;
  color: #fff;
  width: 90%;
  margin: auto;
  text-align: left;
  font-weight: 500; }

.left_price h2 span {
  display: inline-block;
  padding: 8px 10px 8px 20px;
  background: linear-gradient(to right, #EAB402, #FFDC41);
  color: #000; }

.left_price table {
  width: 90%;
  text-align: left;
  border-collapse: collapse;
  margin: 20px auto;
  font-weight: 300;
  font-size: 14px; }

.left_price table tr {
  border-bottom: 1px solid #353433; }

.left_price table thead th {
  color: #fff;
  padding: 12px 20px;
  font-weight: 700; }

.left_price table thead .th_long {
  width: 40%; }

.left_price table thead .th_small {
  width: 15%; }

.td_hidden input {
  outline: none;
  background: #21201F;
  border: none;
  color: #fff;
  width: 94%;
  padding-left: 6%;
  line-height: 1.8; }

.left_price table thead tr.title_model {
  background: #353433;
  border: 1px solid #494846; }

.left_price table thead tr.title_model th {
  color: #fff;
  font-size: 18px; }

.left_price table td {
  color: #D0D0D0;
  /*border-bottom: 1px solid #e1e1e1; border-right: 1px solid #e1e1e1;*/
  padding: 12px 20px; }

#cross2 {
  background: url("/local/templates/eva/img/cross2.png") no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 33px;
  right: 5%;
  cursor: pointer;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease; }

#cross2:hover {
  transform: rotate(90deg); }

.left_price .sorting {
  text-align: left;
  color: #D0D0D0;
  margin: 19px 5% 0 0;
  font-weight: 400; }

.left_price span.sort_mode {
  border: 2px solid #766413;
  background: #21201F;
  color: #fff;
  padding: 10px 15px 11px 15px;
  transition: all 0.3s ease; }

.left_price span.sort_mode:hover {
  border: 2px solid #F5CA00; }

.left_price span.sort_mode_block {
  background: #21201F;
  top: 37px;
  right: 2px;
  border: none; }

.left_price span.sort_mode_block span:hover {
  background: #353433; }

.left_price .sort_block_model .sort_mode_block {
  right: 0; }

.allsummd {
  overflow: hidden;
  font-weight: 500;
  margin: 20px auto 40px auto;
  width: 90%;
  font-size: 20px;
  color: #fff;
  text-align: left;
  padding-top: 15px; }

#allsumm {
  padding-left: 10px;
  color: #fff;
  text-align: left; }

.allnumbers {
  display: none !important; }

.sale_sp_but {
  float: right;
  display: inline-block;
  padding: 12px 21px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  margin-top: -7px;
  background: #F5CA00;
  color: #000;
  cursor: pointer;
  position: relative; }

/*-------------------------
----- ╨Ч╨Р╨Ъ╨Р╨Ч ╨Ч╨Р╨Я╨з╨Р╨б╨в╨Х╨Щ -----
-------------------------*/
.sale_spares {
  width: 74%;
  float: right;
  color: #383735; }

.sale_spares h1 {
  font-size: 36px;
  font-weight: 700;
  text-align: left;
  padding: 0 0 12px 0;
  color: #2B2A29; }

.sale_spares h1 span {
  font-size: 17px;
  font-weight: 300;
  padding-left: 10px; }

.order_spare {
  text-align: right;
  margin-top: 15px; }

.ord_instruction {
  text-align: left;
  display: none;
  font-size: 14px;
  padding-bottom: 30px;
  font-weight: 400;
  line-height: 1.4;
  color: #383735; }

.order_spare_block div {
  text-align: left;
  padding-bottom: 30px; }

.order_spare .title_section_name {
  font-size: 18px;
  display: inline-block;
  vertical-align: bottom;
  color: #2B2A29;
  font-weight: 500;
  margin: 0 0 20px 0;
  text-align: left; }

.order_spare .title_section_name span {
  display: inline-block;
  padding: 8px 15px 8px 40px;
  background: linear-gradient(to right, #EAB402, #FFDC41); }

.order_spare .title_element_name td {
  padding: 15px;
  padding-left: 40px;
  background: #F9F9F9;
  font-size: 18px;
  font-weight: 700;
  color: #2B2A29;
  text-align: left; }

.order_spare table {
  width: 100%;
  border: 1px solid #D0D0D0;
  font-size: 14px;
  font-weight: 400;
  border-collapse: collapse;
  text-align: left;
  margin: 0 auto 20px auto; }

.order_spare td {
  padding: 8px 15px;
  background: #fff; }

.order_spare table tr td {
  padding: 10px 15px; }

.list_spare {
  border-top: 1px solid #EAEAEA; }

.tablehead {
  background: #F0F0F0;
  border: 1px solid #D0D0D0;
  color: #2B2A29;
  font-weight: 700;
  color: #2B2A29; }

.tablehead td {
  padding-top: 14px !important;
  padding-bottom: 14px !important;
  border: 0;
  margin: 0;
  outline: none;
  background: #F0F0F0; }

.tablehead1 {
  background: #F0F0F0;
  border: 1px solid #D0D0D0;
  color: #000;
  font-size: 16px; }

.tablehead1 td {
  padding-top: 14px !important;
  padding-bottom: 14px !important;
  background: #F0F0F0; }

.tablebig {
  font-size: 20px;
  text-align: center;
  border-bottom: 1px solid #D0D0D0; }

.tablebig td {
  padding: 20px 20px; }

.order_spare .tdright {
  padding-left: 40px;
  width: 17%; }

.order_spare .tdleft input {
  border: 1px solid #BBBBBB;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.17);
  background: #F9F9F9;
  outline: none;
  width: 60px;
  text-align: center;
  padding: 3px 0; }

.order_spare .tdleftl {
  text-align: left;
  width: 20%; }

.tdtopl {
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
  text-align: center;
  background: #505050; }

#allsumm {
  font-weight: 500;
  text-align: center; }

.total {
  font-weight: 500;
  text-align: right; }

.allnumbers {
  display: none; }

.button_order {
  display: inline-block;
  padding: 12px 21px;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 15px;
  background: #2B2A29;
  color: #fff;
  cursor: pointer;
  position: relative; }

.pre_ord_block {
  display: block;
  margin-top: -10px; }

.button_order_parts {
  color: #2B2A29;
  padding: 11px 11px 11px 38px;
  background: #F5CA00 url("/local/templates/eva/img/sale_icon.png") no-repeat;
  background-size: 20px;
  background-position: 10px 50%;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  text-align: left;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
  border: 1px dotted #827F7C;
  cursor: pointer;
  outline: none;
  transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease; }

.button_order_parts:hover {
  background-color: #EBC000; }

.sorting {
  text-align: left;
  float: right;
  font-size: 14px;
  color: #2B2A29;
  font-weight: 700;
  margin: 0 0 15px 0; }

.sort_block_mark {
  position: relative;
  display: inline-block; }

.sort_block_model {
  position: relative;
  display: none; }

.sort_block_model .sort_mode_block {
  right: 0; }

span.sort_mode {
  cursor: pointer;
  vertical-align: top;
  line-height: 100%;
  display: inline-block;
  width: 160px;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
  background: #F9F9F9 url("/local/templates/eva/img/strelka.png") no-repeat 168px 15px;
  padding: 10px 15px 11px 15px;
  margin-left: 15px;
  border: 1px solid #D0D0D0; }

span.sort_mode_block {
  display: none;
  width: 190px;
  right: 0;
  position: absolute;
  z-index: 5;
  border: 1px solid #D0D0D0;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
  background: #F9F9F9; }

span.sort_mode_block span {
  padding: 7px 5px 7px 15px;
  display: block;
  cursor: pointer; }

span.sort_mode_block span:hover {
  background: #F0F0F0; }

/*---------------------------------
------ ╨и╨Р╨С╨Ы╨Ю╨Э ╨Э╨Ю╨Т╨Ю╨Щ ╨б╨в╨а╨Р╨Э╨Ш╨ж╨л ------
---------------------------------*/
.left_page_wrap {
  width: 74%;
  float: right;
  color: #4A4A4A; }

.page_title h1 {
  padding: 0 0 24px 0;
  font-size: 36px;
  font-weight: 700;
  text-align: left;
  color: #2B2A29; }

@media (max-width: 1050px) {
  .left_page_wrap {
    width: 100%;
    float: none; } }
@media all and (max-width: 520px) {
  .image40left, .image40right {
    width: 100%;
    float: none;
    margin: 0; } }
/*--------------------------
----- ╨Ч╨Р╨Я╨Ш╨б╨м ╨Э╨Р ╨а╨Х╨Ь╨Ю╨Э╨в -----
--------------------------*/
.right_ord {
  width: 510px;
  display: none;
  background: #2B2A29;
  position: fixed;
  right: -521px;
  top: 0;
  height: 100%;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.777);
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  z-index: 10;
  overflow-y: auto;
  text-align: center; }

.ro_wrap {
  width: 500px;
  margin: auto; }

.right_ord h2 {
  margin: 80px 0 15px 0;
  font-weight: 500;
  color: #fff;
  padding-bottom: 20px; }

#cross3 {
  background: url("/local/templates/eva/img/cross2.png") no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease; }

#cross3:hover {
  transform: rotate(90deg); }

.ord_red {
  border-bottom: 3px solid rgba(178, 0, 0, 0.6) !important; }

.ord_red:focus {
  border-bottom: 3px solid rgba(178, 0, 0, 0.999) !important; }

.ord_top {
  outline: none;
  border: none;
  border-bottom: 3px solid rgba(245, 202, 0, 0.4);
  padding: 2.5%;
  color: #fff;
  background: #21201F;
  margin: 22px 10px 0 10px;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  width: 34%;
  font-size: 15px; }

.ord_top:focus {
  border-bottom: 3px solid rgba(245, 202, 0, 0.999);
  background: #121211; }

.od_wrap {
  position: relative; }

.date_img {
  display: block;
  position: absolute;
  right: 20px;
  top: 0;
  width: 20px;
  height: 20px;
  background: url("/local/templates/eva/img/dates.png") no-repeat;
  background-size: contain;
  opacity: 0.4;
  cursor: pointer;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease; }

.date_img:hover {
  opacity: 1; }

.auto_ch {
  outline: none;
  border: none;
  margin: 32px 10px 0 10px;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  display: inline-block;
  width: 39%;
  text-align: left;
  color: #A39F9B;
  background: #21201F;
  position: relative; }

.right_ord textarea {
  width: 79%;
  height: 90px;
  background: #21201F;
  outline: none;
  border: none;
  margin-top: 10px;
  padding: 10px;
  color: #fff;
  resize: none;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease; }

.right_ord textarea:focus {
  background: #121211; }

.types_jobs_text {
  padding: 50px 6% 0 6%;
  color: #A39F9B; }

.ord_sub {
  display: inline-block;
  padding: 12px 25px;
  background: #F5CA00;
  margin-top: 40px;
  cursor: pointer;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700; }

.garant {
  padding-top: 20px;
  padding-bottom: 50px;
  color: #888581;
  font-size: 14px; }

/*--------------------
----- ╨в╨Х╨Ь╨Э╨л╨Щ ╨д╨Ю╨Э -----
--------------------*/
.black_fon {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  top: 0;
  left: 0;
  z-index: 10;
  display: none; }

/*-------------------------------------
----- ╨Ч╨Р╨п╨Т╨Ъ╨Р ╨Э╨Р ╨Ю╨С╨а╨Р╨в╨Э╨л╨Щ ╨Ч╨Т╨Ю╨Э╨Ю╨Ъ -------
-------------------------------------*/
.cb_form, .form_order_parts {
  position: fixed;
  width: 450px;
  height: 380px;
  top: 50%;
  left: 50%;
  padding: 25px;
  margin-left: -175px;
  margin-top: -224px;
  background: #F4F4F4;
  z-index: 11;
  display: none; }
  @media only screen and (max-width: 767px) {
    .cb_form, .form_order_parts {
      width: 99%;
      transform: translate(-50%, -50%);
      margin-top: 0;
      margin-left: 0; } }
  .cb_form .personalInfo, .form_order_parts .personalInfo {
    margin-top: 20px; }

.cb_title {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  padding: 15px 0 5px 0; }

.cbinname {
  font-size: 16px;
  color: #2B2A29;
  font-weight: 400;
  padding: 22px 10px 10px 10px;
  margin: 0 auto; }

.cbinput {
  display: block;
  width: 95%;
  margin: 0 auto;
  outline: none;
  border: 1px solid #CCCCCC;
  padding: 13px 20px;
  color: #000;
  font-size: 15px;
  font-family: 'Roboto', sans-serif;
  background: #fff;
  box-sizing: border-box; }

.cbsub, .submit_order_parts {
  display: block;
  color: #fff;
  font-weight: 500;
  padding: 12px 0;
  background: #2B2A29;
  font-size: 15px;
  cursor: pointer;
  width: 60%;
  margin: 30px auto 0 auto;
  text-align: center; }

.cross {
  width: 28px;
  height: 28px;
  position: absolute;
  top: 15px;
  right: 15px;
  background: url("/local/templates/eva/img/cross.png");
  background-size: contain;
  cursor: pointer;
  transition: all 0.5s ease; }

.cross:hover {
  transform: rotate(90deg); }

.precbin {
  position: relative;
  overflow: hidden; }

.precbin .mark {
  display: none;
  background: url("/local/templates/eva/img/mark.png") no-repeat right center;
  background-size: contain;
  position: absolute;
  right: 19px;
  top: 14px;
  width: 19px;
  height: 19px; }

.for_order_parts {
  margin: 25px 0 -10px 0;
  text-align: center;
  display: none; }

.for_order_parts span {
  font-weight: 500; }

/*-------------------------------
----- ╨д╨Ю╨а╨Ь╨Р ╨Ю╨в╨Я╨а╨Р╨Т╨Ъ╨Ш ╨а╨Х╨Ч╨о╨Ь╨Х -----
-------------------------------*/
.order_summary {
  position: fixed;
  width: 300px;
  top: 50%;
  left: 50%;
  padding: 45px 25px 60px 25px;
  margin-left: -175px;
  margin-top: -176px;
  background: #F4F4F4;
  z-index: 11;
  display: none; }

.send_summary {
  color: #fff;
  font-weight: 500;
  padding: 12px 0;
  background: #2B2A29;
  font-size: 15px;
  width: 70%;
  margin: 45px auto 0 auto;
  text-align: center; }

.send_load_file {
  background: #2B2A29 url("/local/templates/eva/img/load_file.gif") no-repeat center center;
  background-size: 35px;
  padding: 20px 0; }

.summary_title {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  padding: 15px 0 0 0; }

.summary_name {
  font-size: 16px;
  font-weight: 400;
  color: #2B2A29;
  padding: 25px 10px 10px 10px;
  width: 87%;
  margin: 0 auto; }

.summary_send_name, .fileID {
  display: none; }

.fileform {
  display: block;
  width: 95%;
  margin: 0 auto;
  outline: none;
  border: 1px solid #ccc;
  padding: 7px 20px;
  color: #000;
  font-size: 15px;
  font-family: 'Roboto', sans-serif;
  background: #fff;
  box-sizing: border-box;
  height: 45px; }

.fileform .selectbutton {
  background-color: #2B2A29;
  color: #FFFFFF;
  float: left;
  font-size: 14px;
  border-radius: 2px;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  padding: 4px 6px;
  text-align: center;
  vertical-align: middle;
  width: 50px;
  cursor: pointer; }

.fileform #upload {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
  opacity: 0;
  font-size: 150px;
  height: 30px;
  z-index: 20; }

.fileform #fileformlabel {
  float: right;
  height: 22px;
  line-height: 22px;
  overflow: hidden;
  padding: 3px;
  text-align: left;
  width: 160px; }

/*-----------------------------------------
------ ╨б╨Ю╨Ю╨С╨й╨Х╨Э╨Ш╨Х ╨Ю╨С ╨г╨б╨Я╨Х╨и╨Э╨Ю╨Щ ╨Ю╨в╨Я╨а╨Р╨Т╨Ъ╨Х -----
-----------------------------------------*/
.message {
  font-family: 'Roboto', sans-serif;
  background: #F4F4F4;
  padding: 40px;
  font-size: 18px;
  font-weight: 700;
  display: none;
  margin: -80px -240px 0 0;
  border-radius: 4px;
  box-shadow: 0 20px 20px -10px rgba(0, 0, 0, 0.45);
  width: 400px;
  z-index: 11;
  position: fixed;
  top: 50%;
  right: 50%;
  line-height: 1.5;
  text-align: center; }

.message#locations-list {
  text-align: left;
  font-size: 16px;
  font-weight: normal;
  top: 145px;
  left: 30%;
  position: absolute; }

/*--------------------
----- ╨Ю ╨Ъ╨Ю╨Ь╨Я╨Р╨Э╨Ш╨Ш -----
--------------------*/
.about_page {
  width: 74%;
  float: right; }

.about_det_title h1 {
  padding: 0 0 24px 0;
  font-size: 36px;
  font-weight: 700;
  text-align: left;
  color: #2B2A29; }

.about_det_wrapper {
  margin: 0 0 30px 0; }

/*---------------------------------
----- ╨Ю ╨Ъ╨Ю╨Ь╨Я╨Р╨Э╨Ш╨Ш - ╨б╨Ю╨в╨а╨г╨Ф╨Э╨Ш╨Ъ╨Ш -----
---------------------------------*/
.employees {
  overflow: hidden;
  padding: 0 0 10px 0; }

.employees_wrap div:nth-child(n+2) {
  margin-right: 0; }

.employees_wrap {
  padding: 20px 0 0 0; }

.emp_title {
  font-size: 23px;
  font-weight: 700;
  color: #2B2A29;
  padding: 0 40px 0 0; }

.employ {
  width: 48%;
  display: inline-block;
  margin: 0 4% 30px 0; }

.employ_inside {
  padding: 20px;
  color: #2B2A29;
  overflow: hidden;
  border: 1px solid #D0D0D0;
  background: #F9F9F9; }

.emp_img {
  float: left;
  display: block;
  margin-right: 40px;
  border-radius: 200px;
  padding: 3px; }

.emp_circle {
  display: block;
  border: 2px solid #F9F9F9;
  width: 115px;
  height: 115px;
  border-radius: 200px; }

.emp_name {
  border-bottom: 1px dotted #C1C1C1;
  display: inline-block;
  padding-bottom: 3px;
  font-size: 15px;
  font-weight: 500;
  margin-top: 20px; }

.emp_position {
  font-size: 13px;
  font-weight: 400;
  margin-top: 4px;
  color: #6E6E6E; }

.emp_phone {
  font-size: 14px;
  margin-top: 15px;
  font-weight: 700;
  float: left;
  padding: 3px 0 3px 32px;
  background: url("/local/templates/eva/img/contphone_dark.png") no-repeat;
  background-size: contain; }

/*-------------------
---- ╨С╨а╨Х╨Э╨Ф╨л ╨Р╨Т╨в╨Ю ----
-------------------*/
.prelogos h2 {
  font-size: 23px;
  font-weight: 700;
  color: #2B2A29;
  margin: 0 0 20px 0; }

.logos_wrap {
  max-width: 946px;
  margin: auto;
  padding: 20px 40px;
  position: relative;
  background: #F9F9F9;
  border: 1px solid #D0D0D0; }

.logos_wrap .slide {
  height: auto; }

/*--------------------
------ ╨Т╨Р╨Ъ╨Р╨Э╨б╨Ш╨Ш ------
--------------------*/
.left_vac {
  width: 74%;
  float: right; }

.left_vac h1 {
  font-size: 36px;
  font-weight: 700;
  text-align: left;
  margin-bottom: 25px;
  color: #2B2A29; }

.vacancy {
  position: relative; }

.left_vac h1 span {
  font-size: 16px;
  font-weight: 300;
  padding-left: 10px;
  display: none; }

.vacancy_wrap {
  background: #F9F9F9;
  padding: 30px;
  margin: 20px 0 30px 0;
  color: #2A2928;
  line-height: 1.4;
  border: 1px solid #D0D0D0; }

.vac_title {
  font-size: 18px;
  font-weight: 700;
  display: inline-block;
  margin: 0 0 15px 0; }

.vac_det_text {
  margin: 0 0 15px 0;
  font-size: 14px;
  color: #383735; }

.vactext {
  font-size: 14px;
  color: #383735; }

.vactext span {
  font-weight: 700;
  color: #2B2A29; }

.send_res_but {
  background: #F5CA00 url("/local/templates/eva/img/airplane.png") no-repeat;
  background-size: 20px;
  background-position: 10px 50%;
  text-transform: uppercase;
  font-size: 13px;
  margin-top: 25px;
  font-weight: 700;
  display: inline-block;
  cursor: pointer;
  color: #2B2A29;
  padding: 9px 12px 9px 35px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
  border: 1px dotted #827F7C;
  vertical-align: top;
  transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease; }

.send_res_but:hover {
  background-color: #EBC000; }

/*---------------------
----- ╨д╨г╨в╨Х╨а ╨б╨Р╨Щ╨в╨Р -----
----------------------*/
footer {
  background: #2B2A29;
  display: block;
  background-position: 0 60px;
  border-top: 10px solid #434140; }

.topfoot {
  background: #2B2A29;
  padding: 0 4% 0 4%; }

.topfoot_center {
  max-width: 1100px;
  margin: 0 auto;
  overflow: hidden;
  position: relative; }

.left_foot {
  display: inline-block;
  max-width: 45%;
  vertical-align: top; }

.menu_bottom {
  padding: 40px 0 40px 15px; }

.bm_menu_title {
  font-size: 14px;
  padding-bottom: 10px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff; }

.menu_item_bottom {
  display: inline-block;
  padding: 5px 0 5px 0;
  text-align: left;
  font-size: 14px;
  width: 24%;
  vertical-align: top;
  font-weight: 500; }

.menu_item_bottom span {
  color: #818181;
  text-decoration: none;
  cursor: pointer; }

.menu_item_bottom span:hover {
  text-decoration: underline; }

.menu_item_bottom a {
  color: #818181;
  text-decoration: none; }

.menu_item_bottom a:hover {
  text-decoration: underline; }

.lf_bottom {
  color: #74706F;
  padding: 10px 0 0 15px;
  font-size: 14px; }

.lf_bottom a {
  color: white; }

.time_table {
  color: #fff;
  font-weight: 500;
  display: inline-block;
  padding: 40px 20px 40px 0;
  vertical-align: top;
  max-width: 25%; }

.tb_title {
  font-size: 14px;
  padding-bottom: 10px;
  text-transform: uppercase;
  font-weight: 700; }

.time_table ul {
  list-style: none;
  color: #818181;
  font-size: 14px;
  margin-top: 10px; }

.time_table ul li {
  padding: 2px 0; }

.time_table ul li span {
  font-weight: 700;
  color: #fff; }

.tf_contacts {
  color: #fff;
  font-weight: 500;
  display: inline-block;
  padding: 40px 40px 30px 40px;
  max-width: 25%;
  vertical-align: top; }

.tf_contacts .cont_adress {
  background: url("/local/templates/eva/img/contad.png") no-repeat; }

.tf_contacts .cont_phone {
  background: url("/local/templates/eva/img/contphone.png") no-repeat; }

.tf_contacts .cont_mail {
  background: url("/local/templates/eva/img/contmail.png") no-repeat; }

.tf_contacts .cont_adress, .tf_contacts .cont_phone, .tf_contacts .cont_mail {
  margin: 10px 0;
  padding: 0 0 10px 27px;
  font-weight: 400;
  font-size: 14px;
  color: #818181;
  background-size: 17px;
  background-position: 0 0; }

.tf_contacts_title {
  font-size: 14px;
  text-transform: uppercase;
  padding-bottom: 10px;
  font-weight: 700; }

.botfoot {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin: auto;
  padding: 40px 0 40px 0;
  overflow: hidden; }

.society-nav {
  float: left; }

.society-nav a:nth-child(7) {
  margin-right: 0; }

.ione img {
  width: 100%;
  display: block; }

.ione {
  vertical-align: top;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #434140;
  float: right;
  margin-left: 12px;
  margin-bottom: 12px;
  width: 23px;
  padding: 8px;
  cursor: pointer; }

.ione:hover {
  background: #444444;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.34); }

.btop {
  width: 36px;
  margin-top: 20px;
  background: #F5CA00;
  position: absolute;
  right: 0;
  bottom: 40px;
  padding: 0 1px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

/*-------------------------------
-------- ╨Я╨Ю╨Ш╨б╨Ъ ╨Ф╨Х╨в╨Р╨Ы╨м╨Э╨Р╨п --------
-------------------------------*/
.search_wrap {
  width: 74%;
  float: right; }

.search_det_title h1 {
  padding: 0 0 24px 0;
  font-size: 36px;
  font-weight: 700;
  text-align: left;
  color: #2B2A29; }

.search-page {
  max-width: 1000px; }

.search-page table {
  border-spacing: 0; }

div.search-result {
  margin: 15px 0 0 0;
  font-size: 13px;
  color: #9D9D9D; }

div.search-item {
  font-size: 13px;
  line-height: 1.4;
  color: #595959;
  padding: 20px 0 15px 0;
  border-top: 1px solid #EAEAEA; }

div.search-item h4 {
  font-size: 15px;
  color: #2B2A29;
  font-weight: normal;
  line-height: 1.2;
  margin: 0 0 0.4em; }

div.search-item h4 a {
  text-decoration: underline; }

div.search-item h4 a:hover {
  text-decoration: none; }

div.search-preview {
  margin: 0.5em 0; }

div.search-page input.search-query {
  width: 100%;
  font-size: 14px;
  padding: 10px;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
  background: #F9F9F9;
  border: 1px solid #D0D0D0;
  outline: none;
  font-family: 'Ubuntu', sans-serif;
  min-width: 350px; }

div.search-page input.search-button {
  margin-left: 40px;
  font-size: 13px;
  font-family: 'Ubuntu', sans-serif;
  text-transform: uppercase;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
  border: 1px dotted #827F7C;
  font-weight: 700;
  cursor: pointer;
  color: #2B2A29;
  padding: 11px 13px;
  background: #F5CA00; }

div.search-page input.search-button:hover {
  background: #EBC000; }

/*--------------------
----- ╨Ю╨и╨Ш╨С╨Ъ╨Р 404 -----
--------------------*/
.error_404 {
  width: 72%;
  float: right; }

.img_404 {
  max-width: 560px;
  margin: 60px auto 0 auto; }

.img_404 img {
  width: 100%; }

.text_404 {
  vertical-align: top;
  margin: 20px auto 0 auto;
  text-align: center; }

.title_404 {
  font-size: 40px;
  font-weight: 700;
  color: #2B2A29;
  text-transform: uppercase;
  margin: 0 0 20px 0; }

.title_404 span {
  font-size: 18px;
  text-transform: uppercase;
  color: #888; }

.description_404 {
  font-size: 13px;
  margin: 0 0 20px 0;
  color: #888; }

.url_404 {
  padding: 13px 20px;
  color: #FFF;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0 auto 10px auto;
  width: 200px;
  background: #2B2A29;
  display: block;
  border-radius: 3px;
  box-sizing: border-box; }

.back_404 {
  color: #888;
  font-size: 12px; }

.back_404 a {
  text-decoration: underline;
  color: #2B2A29; }

.back_404 a:hover {
  text-decoration: none; }

/*---------------------
------ ╨Я╨Р╨У╨Ш╨Э╨Р╨ж╨Ш╨п ------
---------------------*/
span.modern-page-title {
  font-weight: 700;
  font-size: 15px;
  color: #2B2A29; }

div.modern-page-navigation {
  text-align: right;
  margin-top: -5px;
  margin-bottom: -25px !important; }

div.modern-page-navigation a,
span.modern-page-current,
span.modern-page-dots {
  display: inline-block;
  margin-left: 4px;
  padding: 7px 0 0 0;
  height: 26px;
  width: 33px;
  border-radius: 50px;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  color: #2B2A29;
  font-weight: 700 !important; }

span.modern-page-current {
  background: #F5CA00;
  padding: 7px 0 0 0;
  font-size: 16px;
  color: #2B2A29;
  font-weight: 700 !important; }

span.modern-page-current {
  font-weight: 500; }

div.modern-page-navigation a,
span.modern-page-current,
div.modern-page-navigation a.modern-page-previous,
span.modern-page-dots {
  display: inline-block; }

.modal_geo.cb_form {
  left: 0;
  top: 0;
  margin: 0;
  padding: 0 0 20px 0;
  transform: none;
  text-align: center; }

.modal_geo.cb_form.show {
  display: block; }

.modal_geo.cb_form .modal_geo_buttons {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center; }

.modal_geo.cb_form .modal_geo_buttons .cbsub {
  width: 100px;
  margin: 0;
  margin-right: 40px; }

@-webkit-keyframes wave {
  0% {
    width: 30px;
    height: 30px;
    opacity: 1; }
  100% {
    width: 200px;
    height: 200px;
    opacity: 0; } }
.slick-slider .slick-dots {
  display: flex;
  justify-content: center;
  list-style-type: none;
  margin-top: 20px; }
  .slick-slider .slick-dots li button {
    font-size: 0;
    border-radius: 100px;
    width: 11px;
    height: 11px;
    background-color: #D8D8D8;
    border: none;
    margin-right: 20px;
    cursor: pointer; }
  .slick-slider .slick-dots li.slick-active button {
    position: relative;
    width: 12px;
    height: 12px;
    background-color: #FED036; }
    .slick-slider .slick-dots li.slick-active button::after {
      content: '';
      position: absolute;
      border: 1px solid #FED036;
      border-radius: 100px;
      width: 28px;
      height: 28px;
      left: -8px;
      top: -8px; }
.slick-slider .slick-arrow {
  font-size: 0;
  background-color: white;
  border: 1px solid #bfbfbf;
  border-radius: 100px;
  cursor: pointer;
  position: absolute;
  width: 45px;
  height: 45px;
  z-index: 2;
  top: 38%;
  opacity: .6; }
  .slick-slider .slick-arrow::before {
    content: '';
    position: absolute;
    background-image: url(/local/templates/eva/img/arrow-left.png);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
    top: 13px;
    left: 13px; }
  .slick-slider .slick-arrow:hover {
    border-color: #868686;
    opacity: 1; }
  .slick-slider .slick-arrow.slick-next {
    right: -25px;
    transform: rotate(180deg); }
    @media only screen and (max-width: 767px) {
      .slick-slider .slick-arrow.slick-next {
        right: -10px; } }
  .slick-slider .slick-arrow.slick-prev {
    left: -25px; }
    @media only screen and (max-width: 767px) {
      .slick-slider .slick-arrow.slick-prev {
        left: -10px; } }

.offer-list {
  list-style: none;
  margin: 0;
  padding: 17px 0 0; }
  .offer-list li {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    font-size: 14px;
    line-height: 20px;
    position: relative; }
    .offer-list li + li {
      margin-top: 14px; }
    .offer-list li::before {
      content: "";
      border-bottom: 1px dotted #333;
      position: absolute;
      bottom: 4px;
      left: 0;
      right: 0; }
    .offer-list li b {
      font-weight: 400;
      width: 50%; }
    .offer-list li span {
      position: relative;
      background-color: #efefef;
      padding-right: 4px; }
    .offer-list li i {
      font-style: normal;
      font-weight: 500;
      position: relative;
      background-color: #efefef;
      padding-left: 4px; }
      .offer-list li i a:hover {
        text-decoration: underline; }

.grecaptcha-badge {
  display: none !important; }

@keyframes wave {
  0% {
    width: 30px;
    height: 30px;
    opacity: 1; }
  100% {
    width: 200px;
    height: 200px;
    opacity: 0; } }
body.compensate-for-scrollbar {
  overflow: hidden; }

.fancybox-active {
  height: auto; }

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden; }

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 999999992; }

.fancybox-container * {
  box-sizing: border-box; }

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto; }

.fancybox-bg {
  background: #102447;
  opacity: .5;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity .25s ease, visibility 0s ease .25s;
  visibility: hidden;
  z-index: 999999997; }

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity .25s ease 0s, visibility 0s ease 0s;
  visibility: visible; }

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-toolbar {
  right: 0;
  top: 0; }

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 999999994; }

.fancybox-is-open .fancybox-stage {
  overflow: hidden; }

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 999999994; }

.fancybox-slide::before {
  content: '';
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0; }

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block; }

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0; }

.fancybox-slide--image::before {
  display: none; }

.fancybox-content {
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  position: relative;
  text-align: left;
  vertical-align: middle; }

.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 999999995; }

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in; }

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.fancybox-container [data-selectable='true'] {
  cursor: text; }

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%; }

.fancybox-slide--video .fancybox-content {
  background: #000; }

.fancybox-slide--map .fancybox-content {
  background: #e5e3df; }

.fancybox-slide--iframe .fancybox-content {
  background: #fff; }

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%; }

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0; }

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%; }

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0; }

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 60px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 60px; }

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc; }

.fancybox-button:focus {
  outline: none; }

.fancybox-button.fancybox-focus {
  outline: 1px dotted; }

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none; }

/* Fix IE11 */
.fancybox-button div {
  height: 100%; }

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0; }

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none; }

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none; }

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -ms-transform-origin: 0;
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 999999998; }

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #333;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401; }
  .fancybox-close-small:before {
    content: "x"; }
  .fancybox-close-small svg {
    display: none; }

.fancybox-close-small:hover {
  opacity: .6; }

.fancybox-slide--html .fancybox-close-small {
  padding: 10px;
  right: 0;
  top: 0; }

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden; }

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none; }

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px; }

.fancybox-navigation .fancybox-button div {
  padding: 7px; }

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px; }

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right); }

/* Caption */
.fancybox-caption {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 999999996; }

.fancybox-caption--separate {
  margin-top: -50px; }

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all; }

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none; }

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline; }

/* Loading indicator */
.fancybox-loading {
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 999999999; }

@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg); } }
/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translate3d(0, 0, 0); }

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1); }

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg); }

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -ms-transform: rotate(360deg);
  transform: rotate(360deg); }

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -ms-transform: rotate(0deg);
  transform: rotate(0deg); }

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0); }

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
  transform: translate3d(0, 0, 0) scale(1); }

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px; }

  .fancybox-slide--image {
    padding: 6px 0; }

  .fancybox-close-small {
    right: -6px; }

  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px; }

  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px; } }
/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center; }

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0; }

.fancybox-share p {
  margin: 0;
  padding: 0; }

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap; }

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff; }

.fancybox-share__button:hover {
  text-decoration: none; }

.fancybox-share__button--fb {
  background: #3b5998; }

.fancybox-share__button--fb:hover {
  background: #344e86; }

.fancybox-share__button--pt {
  background: #bd081d; }

.fancybox-share__button--pt:hover {
  background: #aa0719; }

.fancybox-share__button--tw {
  background: #1da1f2; }

.fancybox-share__button--tw:hover {
  background: #0d95e8; }

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px; }

.fancybox-share__button svg path {
  fill: #fff; }

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%; }

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 999999995; }

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden; }

.fancybox-show-thumbs .fancybox-thumbs {
  display: block; }

.fancybox-show-thumbs .fancybox-inner {
  right: 212px; }

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%; }

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px; }

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px; }

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 999999991; }

.fancybox-thumbs__list a:focus::before {
  opacity: .5; }

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1; }

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px; }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px; }

  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px); } }
.product-item-small-card {
  padding: 1px;
  border: 1px solid #efefef;
  cursor: pointer; }
  .product-item-small-card:hover {
    border-color: #FED036; }
    @media only screen and (max-width: 767px) {
      .product-item-small-card:hover {
        border-color: #efefef; } }

.product-item-container {
  position: relative;
  /*RING*/ }
  .product-item-container .product-item {
    display: block;
    box-sizing: border-box;
    padding: 20px 10px 10px;
    width: 100%;
    border-radius: 2px;
    background: #fff;
    /*Image*/ }
    .product-item-container .product-item:hover {
      opacity: inherit; }
      .product-item-container .product-item:hover .preview-product {
        display: flex; }
      @media only screen and (min-width: 767px) {
        .product-item-container .product-item:hover .product-item-image.hover {
          visibility: visible !important;
          opacity: 1 !important; } }
    .product-item-container .product-item.not-available {
      filter: grayscale(0.7); }
    .product-item-container .product-item .product-item-image-wrapper {
      position: relative;
      display: block; }
      @media only screen and (max-width: 767px) {
        .product-item-container .product-item .product-item-image-wrapper {
          padding: 0; } }
      .product-item-container .product-item .product-item-image-wrapper > a {
        width: 100%; }
      .product-item-container .product-item .product-item-image-wrapper .product-item-image {
        width: 100%; }
        .product-item-container .product-item .product-item-image-wrapper .product-item-image.hover {
          visibility: hidden;
          opacity: 0;
          background: white;
          transition: visibility 0s, opacity 0.2s linear;
          position: absolute;
          top: 0; }
          @media only screen and (max-width: 767px) {
            .product-item-container .product-item .product-item-image-wrapper .product-item-image.hover {
              display: none; } }
        .product-item-container .product-item .product-item-image-wrapper .product-item-image .product-item-image-original {
          height: 225px;
          object-fit: contain;
          display: block;
          width: 100%;
          padding: 20px; }
          @media only screen and (max-width: 767px) {
            .product-item-container .product-item .product-item-image-wrapper .product-item-image .product-item-image-original {
              height: 160px;
              padding: 10px; } }
    .product-item-container .product-item .product-item-big-card .product-item-image-wrapper {
      margin-bottom: 25px; }
    .product-item-container .product-item .product-is-over {
      position: absolute;
      top: -3px;
      font-size: 12px;
      padding: 4px 14px;
      border-radius: 20px;
      background-color: #efefef;
      position: absolute; }
    .product-item-container .product-item .product-item-content-wrapper {
      padding: 0 15px; }
      @media only screen and (max-width: 767px) {
        .product-item-container .product-item .product-item-content-wrapper {
          padding: 0; } }
      .product-item-container .product-item .product-item-content-wrapper .product-item-properties {
        display: none;
        font-size: 14px;
        text-align: center; }
      .product-item-container .product-item .product-item-content-wrapper .product-item-title {
        font-size: 15px;
        line-height: 1.2;
        font-weight: 500; }
        @media only screen and (max-width: 767px) {
          .product-item-container .product-item .product-item-content-wrapper .product-item-title {
            padding-left: 5px; } }
    .product-item-container .product-item .preview-product {
      display: none;
      align-items: center;
      justify-content: space-between;
      position: absolute;
      font-size: 14px;
      top: 70%;
      left: 50%;
      transform: translate(-50%, -50%);
      background-color: white;
      border-radius: 8px;
      width: 115px;
      border: 1px solid #efefef;
      animation-duration: 0.5s;
      animation-name: fadein;
      padding: 10px;
      opacity: .8; }
      .product-item-container .product-item .preview-product:hover {
        opacity: 1;
        color: inherit; }
      @media only screen and (max-width: 767px) {
        .product-item-container .product-item .preview-product {
          height: 33px;
          top: auto;
          bottom: 15px;
          right: 20px;
          left: auto;
          transform: inherit;
          display: flex;
          align-items: center;
          font-size: 12px;
          justify-content: center;
          width: 120px;
          border-radius: 100px; } }
      .product-item-container .product-item .preview-product .lnr {
        font-size: 18px;
        display: block; }
        @media only screen and (max-width: 767px) {
          .product-item-container .product-item .preview-product .lnr {
            font-size: 16px;
            padding-top: 0;
            padding-left: 0;
            padding-right: 10px; } }
    .product-item-container .product-item .product-item-text {
      font-size: 14px;
      visibility: hidden;
      pointer-events: none;
      animation-duration: 0.5s;
      animation-name: fadein;
      line-height: 0; }
      .product-item-container .product-item .product-item-text.visible {
        visibility: initial;
        pointer-events: auto;
        line-height: 15px; }
      @media only screen and (max-width: 767px) {
        .product-item-container .product-item .product-item-text {
          padding: 0 10px; } }
    .product-item-container .product-item .product-item-fav {
      position: absolute;
      top: 10px;
      right: 20px;
      font-size: 20px;
      cursor: pointer;
      background-color: white;
      border-radius: 100px;
      padding: 4px 3px 0px 4px;
      border: 1px solid #efefef; }
      @media only screen and (max-width: 767px) {
        .product-item-container .product-item .product-item-fav {
          right: 3px; } }
      .product-item-container .product-item .product-item-fav.active {
        color: #FED036; }
  .product-item-container .product-item-label-ring {
    font-size: 14px;
    line-height: 30px; }
  .product-item-container .product-item-info-container {
    font-size: 12px;
    margin-top: 5px;
    font-weight: 100; }
  .product-item-container .product-item-category {
    font-size: 10px;
    margin-left: -5px;
    display: flex;
    flex-wrap: wrap; }
    .product-item-container .product-item-category span {
      margin-top: 5px;
      border: 1px solid #efefef;
      padding: 4px 6px;
      border-radius: 20px;
      line-height: 21px;
      background-color: #efefef; }

.product-item-line-card .product-item {
  border-bottom: 1px solid #dadada; }

.slick-slider-news .article {
  margin-bottom: 0;
  border: none; }
  .slick-slider-news .article_image img {
    height: 220px;
    object-fit: contain;
    width: 100%; }
  .slick-slider-news .article_text {
    display: block;
    width: 100%; }
  .slick-slider-news .article .art_date {
    margin: 10px 0;
    border-radius: 100px; }

.slick-slider-districts .district_image img {
  height: 160px;
  width: 100%;
  object-fit: contain; }
.slick-slider-districts .district_title {
  display: block;
  margin-top: 20px;
  text-align: center;
  font-weight: 600; }

/*------------------------------
------ ╨Р╨Ф╨Р╨Я╨в╨Ш╨Т╨Э╨Р╨п ╨Т╨Х╨а╨б╨в╨Ъ╨Р ------
------------------------------*/
@media all and (max-width: 1280px) {
  .slider_back .owl-controls {
    position: static; } }
@media all and (max-width: 1200px) {
  .ro_wrap {
    width: 400px; }

  .owl-controls {
    position: static; }

  .wrapper_map {
    position: static;
    margin: 0;
    width: auto;
    height: auto; }

  .map_inside {
    position: absolute;
    z-index: 3;
    top: 80px;
    left: 10%; }

  .botfoot {
    max-width: 100%;
    width: auto;
    margin: 0;
    padding: 0 0 10px 0;
    float: none; }

  .society-nav {
    float: none;
    margin-left: -12px; }

  .ione {
    float: left; }

  .btop {
    bottom: 22px;
    right: 0; }

  .tf_contacts {
    max-width: 35%; }

  .left_foot {
    max-width: 30%; }

  .employ, .serv_employ {
    width: 100%;
    margin-right: 0; } }
@media all and (max-width: 1180px) {
  .slide_text {
    font-size: 18px; }

  .sl_text_bold {
    font-size: 24px; }

  .sl_img {
    width: 310px;
    height: 340px;
    bottom: 20px; }

  .slider_inside {
    width: 700px;
    margin-left: -350px; }

  .slide {
    height: 400px; }

  .owl-next {
    right: 20px; }

  .owl-prev {
    left: 20px; }

  .slider_for_arrow {
    width: 870px; }

  .top_text {
    margin-left: 30px; } }
@media all and (max-width: 1090px) {
  .ccontt {
    width: auto; } }
@media all and (max-width: 1020px) {
  .index_art {
    float: none;
    width: auto;
    margin: 0 6% 40px 6%; }

  .right_arts {
    float: none;
    width: auto;
    margin: 0 6%; }

  .r_art img {
    width: 15%; }

  .owl-carousel .owl-item img {
    width: 100%;
    margin: 0 auto; }

  .ord_sub {
    display: block;
    width: 150px;
    margin: 30px auto 0 auto;
    padding: 12px 0; }

  .ro_wrap {
    width: 500px; }

  .top_text {
    display: none; } }
@media all and (max-width: 960px) {
  .about_item {
    width: 44%;
    margin: 0 10px 45px 10px;
    height: auto;
    padding: 20px 0 20px 0;
    transition: none; }

  .about {
    padding: 60px 0 0 0; }

  .about_pic {
    left: auto;
    right: 10%;
    top: 0;
    width: 80px;
    height: 80px;
    margin-top: -40px; }

  .about_text {
    margin: 0 0 10px 0;
    color: #2B2A29;
    font-size: 15px;
    position: relative;
    text-align: left;
    padding: 0 15px;
    width: auto;
    transition: none; }

  .about_det_text {
    opacity: 1;
    color: #6E6E6E;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.4;
    padding: 0 15px;
    text-align: left;
    transition: none; }

  .si_white_in {
    transition: none; }

  .si_back {
    transition: none; }

  .about_item:hover .about_text {
    opacity: 1; }

  .serv_item {
    width: 41.6%; }

  .services {
    padding: 0 1%; } }
@media all and (max-width: 940px) {
  nav {
    margin-bottom: 0; }

  .slider_back {
    top: -25px; }

  .allsummd {
    margin-bottom: 50px; } }
@media all and (max-width: 920px) {
  .serv_employees {
    margin: 0 0 -10px 0; }

  div.modern-page-navigation {
    margin-bottom: -5px !important; }

  .left_foot {
    float: none;
    width: auto; }

  .lf_top {
    padding: 0; }

  nav .lp_href {
    width: 100%;
    text-transform: uppercase;
    display: block;
    font-size: 13px;
    padding: 15px 0 15px 60px;
    box-sizing: border-box;
    font-weight: 500 !important;
    color: #fff !important;
    background: inherit; }

  nav .lp_href:hover {
    background: #2B2A29; }

  .menu_dop_but {
    display: block;
    background: inherit;
    width: auto;
    height: auto; }

  .menu_dop {
    position: static;
    display: block;
    width: auto;
    padding: 0;
    top: 0;
    background: #3E3C3B; }

  .menu_dop_item a, .menu_dop_item_selected a {
    width: 100%;
    display: block;
    padding: 15px 0 15px 60px;
    box-sizing: border-box;
    font-weight: 500;
    background: inherit;
    font-size: 13px;
    border-bottom: 1px solid #494949; }

  .menu_dop_item a:hover, .menu_dop_item_selected a:hover {
    background: #2B2A29; }

  nav {
    position: static;
    width: 100%; }

  nav .nav_inside {
    display: none; }

  div.menu_item, div.menu_item_selected {
    display: block;
    margin: 0;
    border-bottom: 1px solid #494949; }

  .menu_back.menu_item {
    padding: 0;
    margin: 0; }

  .menu_back {
    background: none; }

  div.menu_item a:hover, div.menu_item_selected a:hover {
    background: #2B2A29; }

  div.menu_item a, div.menu_item_selected a {
    width: 100%;
    display: block;
    padding: 15px 0 15px 60px;
    box-sizing: border-box;
    font-size: 13px;
    font-weight: 500;
    background: inherit; }

  .menu_dop_item_selected a {
    background: #434140;
    text-decoration: none; }

  .search_top_but {
    display: none; }

  .search_container {
    display: block !important;
    left: 0;
    position: relative;
    background-size: 20px;
    background-position: 20px 50%;
    top: 10px;
    width: 100%; }

  .search_cross {
    display: none; }

  .searchinput input[type="submit"] {
    right: 22px;
    width: 25px;
    margin-top: -12px; }

  .searchinput input[type="text"] {
    font-size: 15px;
    width: 100%;
    margin-left: 50px;
    padding: 13px 0; } }
@media all and (max-width: 880px) {
  .slide_text {
    font-size: 16px;
    padding-top: 40px; }

  .sl_text_bold {
    font-size: 22px; }

  .sl_img {
    width: 260px;
    height: 255px;
    bottom: 40px; }

  .slider_inside {
    width: 640px;
    margin-left: -320px; }

  .slide {
    height: 370px; }

  .logos_wrap {
    padding: 20px 80px; }

  .search-page {
    width: 92%; }

  div.search-page input.search-query {
    min-width: auto; }

  .search-page table {
    width: 100%; }

  .slider_for_arrow {
    width: 850px; } }
@media (max-width: 820px) {
  .review {
    margin: 0 0 30px 50px;
    width: 89%; }

  .map_inside {
    width: 90%;
    position: relative;
    padding: 20px 5% 40px 5%;
    border-radius: 0;
    left: 0;
    top: 0;
    height: auto; }

  .contacts_title {
    font-size: 28px; }

  #map {
    height: 300px !important; }

  .cb_but {
    width: 180px; }

  .searchinput {
    padding-left: 0; }

  .menu_bottom {
    padding-left: 0; }

  .sl_img {
    display: none; }

  .slider_inside {
    left: 0;
    width: 100%;
    text-align: center;
    margin-left: 0; }

  .slide_text {
    width: 100%;
    font-size: 20px; }

  .sl_text_bold {
    font-size: 26px; }

  .slider_for_arrow {
    width: 100%;
    left: 0;
    margin-left: 0; }

  #order_ar {
    right: 50%;
    margin-right: -145px;
    width: 230px; }

  .time_table {
    display: none; }

  .tf_contacts {
    padding-left: 12px; }

  .left_foot {
    max-width: 40%; }

  .tf_contacts {
    max-width: 40%; }

  .left_price {
    width: 100%;
    left: -100%; } }
@media (max-width: 800px) {
  .topadress {
    display: none; }

  .top_call {
    display: none; } }
@media (max-width: 730px) {
  .left_price table {
    width: 95%; }

  .r_art img {
    width: 25%; } }
@media (max-width: 640px) {
  .about_page {
    width: 100%; }

  .slide {
    height: 300px; }

  .slider_inside {
    padding-top: 40px; }

  .review {
    width: 88%; }

  .left_foot {
    max-width: 100%;
    padding-left: 0; }

  .menu_item_bottom {
    width: 30%; }

  .tf_contacts {
    max-width: 100%;
    padding: 30px 0 20px 0; }

  .menu_bottom {
    padding: 0 0 40px 0; }

  .topfoot {
    padding: 0 5%; }

  .map_inside {
    padding: 20px 5% 30px 5%; }

  .btop {
    right: 0; } }
@media (max-width: 690px) {
  .left_price .sorting {
    float: none;
    margin: 19px 5% 0 5%; }

  .left_price .sorting span.sort_mode {
    margin-left: 0;
    margin-right: 15px;
    margin-bottom: 10px; }

  .left_price span.sort_mode_block {
    right: auto;
    left: 2px; }

  .order_spare .sorting {
    float: none;
    margin: 0 0 10px 0; }

  .order_spare .sorting span.sort_mode {
    margin-left: 0;
    margin-right: 15px;
    margin-bottom: 10px; }

  .order_spare span.sort_mode_block {
    right: auto;
    left: 0; } }
@media (max-width: 680px) {
  .about {
    padding: 60px 1% 0 1%; }

  .about_item {
    width: 92%;
    min-height: auto;
    margin: 0 0 45px 0; } }
@media all and (max-width: 610px) {
  .jspVerticalBar {
    width: 5px; }

  .logos_slider .slide img {
    opacity: 1;
    -webkit-filter: none;
    -moz-filter: none;
    -ms-filter: none;
    -o-filter: none;
    filter: none; }

  .review {
    width: 87%; } }
@media all and (max-width: 575px) {
  .right_ord {
    width: 100%;
    right: -100%; } }
@media all and (max-width: 560px) {
  .rev_img {
    top: 0;
    left: 10%;
    margin-top: -56px;
    margin-left: 0; }

  .review {
    margin: 0 0 60px 0;
    width: 92%; }

  .revcont {
    padding: 20px 1.4% 40px 1.4%; }

  .rev_show_wrap {
    margin-top: -20px; }

  .revcent {
    text-align: center; }

  .revtitle h2 {
    padding-bottom: 40px; }

  .review p {
    padding: 60px 30px 20px 30px; }

  .slide_text {
    font-size: 14px; }

  .sl_text_bold {
    font-size: 20px; }

  .ro_wrap {
    width: 450px; }

  .index_art h2 {
    display: block;
    padding: 0 0 5px 2%; }

  .i_art_title a {
    padding: 0 23px 0 2%;
    display: inline-block;
    margin: 0 0 15px 0; }

  .services {
    padding: 0; }

  .serv_item {
    width: 100%;
    margin: 0; } }
@media all and (max-width: 540px) {
  #messages {
    width: 220px;
    margin-right: -140px;
    font-size: 16px;
    padding: 30px;
    margin-top: -65px; }

  .message {
    width: 220px;
    font-size: 14px;
    padding: 30px;
    margin-top: -65px; }

  .message#locations-list {
    font-size: 14px;
    top: 140px;
    margin: 0 auto;
    left: 0;
    right: 0; } }
@media all and (max-width: 520px) {
  .send_res_but {
    position: static; }

  .ccontt table {
    font-size: 14px; }

  .phone_hid {
    display: none; }

  .society-nav {
    width: 200px; }

  .ione {
    width: 22px; }

  .btop {
    width: 40px;
    height: 40px; }

  .lf_bottom {
    text-align: center;
    padding: 20px 0 0 0; }

  .ccontt td {
    padding: 5px; }

  .revtitle h2 {
    font-size: 22px; }

  .serv_title h2 {
    font-size: 22px; }

  .contacts_title {
    font-size: 22px; }

  .index_art h2 {
    font-size: 18px; }

  .td_hidden {
    display: none; }

  .left_price table thead .th_long {
    width: 50%; }

  .left_price table thead .th_small {
    width: 25%; }

  .btop {
    width: 36px;
    height: 37px; }

  .botfoot {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center; }

  .botfoot .society-nav {
    text-align: center; } }
@media all and (max-width: 470px) {
  .menu_item_bottom {
    width: 49%; }

  .ccontt td {
    padding: 0; }

  .ccontt .name_padding {
    padding: 6px 0 6px 6px; }

  .ccontt .table_not_mobile {
    display: none; }

  .ccontt .table_right_mobile {
    border-right: 1px solid #D5D4C7; }

  .ro_wrap {
    width: 400px; } }
@media all and (max-width: 430px) {
  .emp_img, .serv_emp_img {
    float: none;
    display: inline-block;
    margin: 0 auto; }

  .emp_name, .serv_emp_name {
    display: block; }

  .employees_wrap, .serv_employees_wrap {
    text-align: center; }

  .emp_phone, .serv_emp_phone {
    display: inline-block;
    float: none; } }
@media all and (max-width: 420px) {
  #map {
    height: 250px !important; }

  #order_ar {
    width: 210px;
    padding: 16px 0 16px 70px;
    margin-right: -140px;
    font-size: 14px; }

  .owl-next, .owl-prev {
    top: auto;
    bottom: 40px;
    width: 18px;
    height: 45px; }

  .owl-next {
    right: 80px; }

  .owl-prev {
    left: 80px; }

  #fileformlabel {
    width: 140px !important; }

  .ro_wrap {
    width: 360px; } }
@media all and (max-width: 400px) {
  .i_art img {
    width: 100%;
    margin: 0 0 15px 0;
    display: inline; }

  .i_art_text {
    height: auto !important;
    display: inline;
    width: auto; }

  .left_price table {
    font-size: 13px; } }
@media all and (max-width: 380px) {
  .ro_wrap h2 {
    font-size: 22px;
    padding-bottom: 0; }

  .ro_wrap {
    width: auto; }

  .ord_top {
    width: 70%;
    padding: 4%;
    border-bottom: 2px solid rgba(245, 202, 0, 0.999);
    background: #121211;
    font-size: 16px; }

  .auto_ch {
    width: 78%; }

  .right_ord textarea {
    width: 70%;
    padding: 4%;
    background: #121211; }

  .ord_red {
    border-bottom: 2px solid rgba(178, 0, 0, 0.999) !important; }

  .types_jobs_text {
    padding-top: 30px; } }
@media all and (max-width: 360px) {
  #fileformlabel {
    width: 100px !important; }

  .logo > a {
    max-width: 110px; } }
@media (max-width: 520px) {
  .phone_hid {
    display: block; }

  .phone_hid a {
    color: #fff; } }
/*----------------------------------
---- ╨Я╨а╨Ю╨Х╨Ъ╨в╨л ╨Р╨Ф╨Р╨Я╨в╨Ш╨Т╨Э╨Р╨п ╨Т╨Х╨а╨б╨в╨Ъ╨Р ----
----------------------------------*/
@media all and (max-width: 820px) {
  .proj-one {
    width: 47.5%;
    margin: 15px 5% 10px 0; }

  div.proj-one:nth-child(3n+3) {
    margin-right: 5%; }

  div.proj-one:nth-child(2n+2) {
    margin-right: 0; }

  .project-index div.proj-onep {
    width: 87%; } }
@media all and (max-width: 550px) {
  .proj-one {
    width: 100%;
    margin: 15px 0 20px 0;
    display: block; }

  .proj-title {
    font-size: 17px;
    padding-top: 15px; } }
@media all and (max-width: 430px) {
  .proj-det-two-img {
    width: 100%;
    margin-left: 0; }

  .proj-one {
    width: 100%; }

  .proj-index .proj-onep {
    width: 87%; } }
@media all and (max-width: 400px) {
  .proj-det-one {
    width: 100%;
    height: auto; }

  .proj-det-lup {
    top: 50%;
    left: 38%;
    width: 20%;
    margin-top: -8%; } }
@media (max-width: 780px) {
  .puzzles-item {
    width: 47%; } }
@media (max-width: 1140px) {
  .news_wrap {
    padding: 0 4%; }

  .new_det_img {
    width: 100%; }

  .art_det_img {
    width: 100%;
    max-width: initial; }

  .about_det_wrap {
    padding: 0 4%; }

  .art_wrap {
    padding: 0 4%; } }
@media (max-width: 1200px) {
  .about_page, .left_articles, .left_vac, .sale_spares, .projects-right, .error_404, .search_wrap {
    width: 72%; }

  .sidebar, .projects-left {
    width: 23.4%; } }
@media (max-width: 1120px) {
  .block_step .imagesAll {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    margin-bottom: 30px; }

  .block_step .imagesAll span.imgAll_delta {
    top: auto;
    bottom: -7.5px;
    left: 73.5px; } }
@media (max-width: 1110px) {
  .about_page, .left_articles, .left_vac, .sale_spares, .projects-right, .error_404, .search_wrap {
    width: 70%; }

  .sidebar, .projects-left {
    width: 25.4%; }

  .art_img {
    width: 248px; }

  .article_text {
    width: 56%; } }
@media (max-width: 1020px) {
  .about_page, .left_articles, .left_vac, .sale_spares, .projects-right, .error_404, .search_wrap {
    width: 68%; }

  .sidebar, .projects-left {
    width: 27.4%; }

  .art_img {
    width: 40%; }

  .article_text {
    width: 51%; }

  .art_date {
    display: block;
    width: 75px;
    margin-left: 0;
    margin-top: 15px; } }
@media (max-width: 940px) {
  .about_page, .left_articles, .left_vac, .sale_spares, .projects-right, .error_404, .search_wrap {
    width: 66%; }

  .sidebar, .projects-left {
    width: 29.4%; } }
@media (max-width: 970px) {
  .right_arts {
    width: 36%; }

  .news {
    padding: 10px 0 30px 0; } }
@media (max-width: 920px) {
  nav .lp_href {
    width: 100%;
    text-transform: uppercase;
    display: block;
    font-size: 13px;
    padding: 15px 0 15px 60px;
    box-sizing: border-box;
    font-weight: 500 !important;
    color: #fff !important;
    background: inherit; }

  nav .lp_href:hover {
    background: #2B2A29; }

  .work_area {
    margin: 20px 0 30px 0; }

  .send_res_but {
    opacity: 1; }

  .articles {
    padding-bottom: 0; }

  .about_page, .left_articles, .left_vac, .sale_spares, .projects-right, .error_404, .search_wrap {
    width: 100%;
    float: none; }

  .new_det_left {
    float: none;
    width: 100%; }

  .sidebar, .projects-left {
    display: none; }

  .left_news {
    width: auto;
    float: none; }

  .left_articles {
    width: auto;
    float: none; }

  .art_det_left {
    width: auto;
    float: none; }

  nav {
    background: none; }

  nav .nav_inside {
    display: none; }

  .news_wrap {
    margin: 10px auto 0 auto; }

  .about_det_wrap {
    margin: 10px auto 40px auto; }

  .art_wrap {
    margin: 10px auto 0 auto; }

  .menu_item, .menu_item_selected {
    width: auto; }

  .searchinput {
    padding-left: 0; }

  .art_img {
    width: 30%; }

  .article_text {
    width: 61%; }

  .block_step .imagesAll {
    top: 84px;
    left: 330px;
    position: absolute;
    width: 400px; }

  .block_step .imagesAll span.imgAll_delta {
    top: 105px;
    bottom: auto;
    left: -7.5px; } }
@media (max-width: 812px) {
  .block_step .imagesAll {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    margin-bottom: 30px; }

  .block_step .imagesAll span.imgAll_delta {
    top: auto;
    bottom: -7.5px;
    left: 73.5px; } }
@media (max-width: 800px) {
  .new_text {
    padding: 0; }

  .new_name {
    text-decoration: underline; } }
@media (max-width: 770px) {
  .order_spare table {
    font-size: 13px; }

  .order_spare .tdright {
    padding-left: 15px; }

  .order_spare .td_center {
    text-align: center; } }
@media (max-width: 720px) {
  .art_date {
    left: 0;
    bottom: -26px; }

  .article {
    margin-bottom: 40px; } }
@media (max-width: 650px) {
  .block_step .images img {
    max-width: 100%;
    width: 100%; }

  .block_step .images {
    margin-right: 0;
    width: 100%; } }
@media (max-width: 550px) {
  .art_img {
    width: 100%;
    margin: 0; }

  .art_date {
    display: inline-block;
    width: auto;
    margin-left: 10px;
    margin-top: 0; }

  .article_text {
    width: 100%;
    padding-top: 15px; }

  .article_name {
    font-size: 17px; } }
@media (max-width: 515px) {
  .order_spare .tdleft input {
    width: 40px; }

  .order_spare tr td {
    padding: 10px 7px !important; }

  .order_spare .tablehead td {
    padding: 15px 7px !important; }

  .order_spare .title_element_name td {
    padding-left: 40px !important; } }
@media (max-width: 390px) {
  .art_img {
    display: block;
    width: 100%;
    margin: 0; }

  .articles {
    padding-top: 0; }

  .serv_sail_but {
    display: block;
    padding: 12px 15px 12px 35px; } }
@media (max-width: 350px) {
  .about_det_title h2 span {
    display: block;
    padding: 0; }

  .art_date {
    display: block;
    width: 75px;
    margin: 15px 0 0 0; } }
header {
  position: relative;
  z-index: 4; }
  header .header_top {
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding: 15px 4% 15px 4%;
    max-width: 1100px;
    text-align: center;
    flex-wrap: wrap;
    margin: 0 auto; }
    header .header_top .logo {
      width: 25%;
      text-align: left; }
      @media only screen and (max-width: 767px) {
        header .header_top .logo {
          width: 100%; } }
      header .header_top .logo img {
        max-height: 60px; }
    @media only screen and (max-width: 767px) {
      header .header_top .top_location {
        width: 100%; } }
    header .header_top .top_location .cont_adress {
      padding-left: 20px; }
    header .header_top .top_location .search_top_but {
      text-align: left;
      display: inline-block;
      height: 56px;
      width: 80px;
      background: #2B2A29 url("/local/templates/eva/img/searc_top_img.png") no-repeat;
      background-size: 24px;
      background-position: 50% 50%;
      position: relative;
      vertical-align: bottom;
      cursor: pointer; }
    header .header_top .top_location .search_container {
      text-align: right;
      width: 260px;
      background: #2B2A29 url("/local/templates/eva/img/searc_top_img.png") no-repeat;
      background-size: 24px;
      background-position: 15px 50%; }
      @media only screen and (max-width: 767px) {
        header .header_top .top_location .search_container {
          width: 100%; } }
    header .header_top .top_location .search_top_but:hover {
      background-color: #434140; }
    header .header_top .top_location .searchinput {
      position: relative;
      padding-left: 10px; }
      header .header_top .top_location .searchinput input[type="text"] {
        outline: none;
        border: none;
        padding: 7px 0;
        font-size: 16px;
        color: #fff;
        background: transparent;
        margin-left: 20px;
        width: 87%;
        box-sizing: border-box; }
      header .header_top .top_location .searchinput input[type="submit"] {
        background: url("/local/templates/eva/img/search_enter.png") no-repeat;
        width: 40px;
        background-size: contain;
        outline: none;
        border: none;
        height: 34px;
        position: absolute;
        right: 20px;
        cursor: pointer; }
        @media only screen and (max-width: 767px) {
          header .header_top .top_location .searchinput input[type="submit"] {
            top: 10px; } }
      header .header_top .top_location .searchinput .search_cross {
        width: 24px;
        height: 24px;
        position: absolute;
        margin-top: -12px;
        top: 50%;
        right: 34px;
        cursor: pointer;
        background: url("/local/templates/eva/img/search_cross.png") no-repeat;
        background-size: contain;
        transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease; }
      header .header_top .top_location .searchinput .search_cross:hover {
        transform: rotate(90deg); }
    header .header_top .top_phone {
      font-size: 23px;
      font-weight: 400;
      padding: 3px 0 3px 43px;
      color: #2B2A29;
      text-align: left;
      font-weight: 700; }
      header .header_top .top_phone a img {
        max-width: 30px;
        margin-right: 5px; }
      header .header_top .top_phone .top_call_me {
        display: none; }
        header .header_top .top_phone .top_call_me .animate_button {
          display: block;
          margin-top: 10px; }
        @media only screen and (max-width: 767px) {
          header .header_top .top_phone .top_call_me {
            display: block; } }
      @media only screen and (max-width: 767px) {
        header .header_top .top_phone {
          width: 130px;
          white-space: nowrap;
          padding: 6px 38px 5px 16px;
          font-size: 16px;
          background-position: 100% 50%;
          height: 22px;
          position: absolute;
          right: 15px;
          top: 5px;
          color: #fff;
          font-weight: 500;
          border-radius: 3px; } }
    header .header_top .top_call {
      font-size: 12px;
      background: #F9F9F9 url("/local/templates/eva/img/cb-img.png") no-repeat;
      background-position: 8px 50%;
      background-size: 16px;
      text-transform: uppercase;
      font-weight: 700;
      color: #000;
      border: 1px dotted #BBBBBB;
      padding: 9px 12px 9px 31px;
      cursor: pointer;
      transition: all 0.2s ease;
      -moz-transition: all 0.2s ease;
      -ms-transition: all 0.2s ease;
      -o-transition: all 0.2s ease; }
      header .header_top .top_call:hover {
        border: 1px dotted #8B8B8B;
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.17); }
  header .menu_mobile {
    position: relative;
    color: #fff;
    z-index: 2;
    display: none;
    width: 92%;
    margin: auto;
    font-size: 20px;
    font-weight: 500;
    cursor: pointer;
    background: #2B2A29; }
    @media only screen and (max-width: 767px) {
      header .menu_mobile {
        display: block; } }
    header .menu_mobile_click {
      padding: 17px 60px;
      height: 24px;
      background: url("/local/templates/eva/img/menu-hid.png") no-repeat;
      background-size: 28px;
      background-position: 17px 50%; }
    header .menu_mobile img {
      float: left;
      width: 30px;
      margin-right: 15px; }
    header .menu_mobile .menu_item a {
      color: #fff; }
    header .menu_mobile_full {
      position: absolute;
      left: 0;
      top: 58px;
      z-index: 2;
      color: #000;
      display: none;
      background: #3E3C3B;
      width: 100%;
      padding: 0 0;
      margin: auto; }
      header .menu_mobile_full a {
        color: #fff;
        font-weight: 500;
        text-decoration: none; }
      header .menu_mobile_full .menu_dop_but {
        width: 100%;
        background-position: 90% 47%; }

nav {
  width: 100%;
  position: relative;
  margin-bottom: -25px; }

.nav_inside {
  margin: auto;
  max-width: 1100px;
  background: #2B2A29;
  text-align: center;
  position: relative;
  display: flex;
  justify-content: space-between; }

.nav_ins_bord {
  position: absolute;
  bottom: -5px;
  width: 88%;
  left: 50%;
  margin-left: -44%;
  background: linear-gradient(to right, #EAB402, #FFDC41);
  height: 5px; }

.nav_ins_bord1 {
  position: absolute;
  bottom: -5px;
  width: 80%;
  left: 50%;
  margin-left: -40%;
  border-bottom: 5px solid #F5CA00; }

.menu_item, .menu_item_selected {
  display: inline-block;
  vertical-align: top;
  width: 13%; }
  @media only screen and (max-width: 767px) {
    .menu_item, .menu_item_selected {
      width: 100%; } }
  .menu_item a, .menu_item_selected a {
    display: block;
    text-transform: uppercase;
    padding: 20px 21px;
    font-size: 14px;
    font-weight: 700;
    color: #fff; }

nav .lp_href {
  cursor: pointer;
  padding: 20px 21px;
  vertical-align: top;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase; }

nav .lp_href:hover {
  background: #434140; }

.menu_item:hover {
  background: #434140; }

.menu_item_selected {
  background: #434140; }

.menu_dop_but {
  margin-left: auto;
  height: 56px;
  width: 60px;
  background: url("/local/templates/eva/img/menu_dop_arrow.png") no-repeat;
  background-size: 24px;
  background-position: 50% 47%;
  position: relative;
  vertical-align: bottom;
  cursor: pointer; }
  .menu_dop_but:hover {
    background-color: #434140; }
    .menu_dop_but:hover .menu_dop {
      display: block; }

.menu_dop {
  position: absolute;
  top: 56px;
  right: 0;
  width: 200px;
  background: #434140;
  display: none;
  padding: 10px 0; }
  .menu_dop .menu_dop_item_selected a, .menu_dop .menu_dop_item a {
    display: block;
    text-transform: uppercase;
    padding: 14px 0 14px 28px;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    color: #fff;
    text-align: left; }
  .menu_dop .menu_dop_item_selected a {
    text-decoration: underline; }
  .menu_dop .menu_dop_item_selected a:hover {
    background: #2B2A29; }
  .menu_dop .menu_dop_item a:hover {
    background: #2B2A29; }

/*---------------------------------------------------
---- ╨Ш╨Ч╨Ь╨Х╨Э╨Х╨Э╨Ш╨Х ╨б╨в╨Ш╨Ы╨Х╨Щ ╨Э╨Р ╨б╨в╨а╨Р╨Э╨Ш╨ж╨Р╨е ╨Ъ╨а╨Ю╨Ь╨Х ╨У╨Ы╨Р╨Т╨Э╨Ю╨Щ ----
---------------------------------------------------*/
.text-bold {
  font-weight: 900; }

.text-muted {
  font-weight: 100 !important;
  color: #383735; }

.table-auto-numbers ul {
  list-style-type: none;
  padding-left: 0; }

.table-auto-numbers ul li span {
  font-weight: 900; }

.table-auto-numbers ul li .text-bold {
  padding-bottom: 5px; }

.page-autocode #msgCodeByRegion {
  font-weight: 900; }

.nav_inside {
  max-width: 1120px; }

.nav_ins_bord {
  display: none; }

.nav_ins_bord1 {
  display: none; }

nav {
  background: #2B2A29;
  margin-bottom: 0; }

.headback {
  border-bottom: 56px solid #3B3838; }

.menu_item a, .menu_item_selected a {
  padding: 20px 0; }

nav .lp_href {
  cursor: pointer;
  padding: 0; }

.search_top_but {
  width: 7%; }

.select-auto {
  display: flex;
  justify-content: space-between; }

.select-auto .art_det_but {
  margin-top: 0; }

.select-auto select {
  background-color: #F9F9F9;
  width: 80%;
  padding: 0 10px; }

/*puzzles page*/
.puzzles {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  flex-wrap: wrap; }

.puzzles-item {
  width: 24%;
  margin-bottom: 20px;
  border: 1px solid #c9c9c9;
  padding: 20px 0; }

.puzzles-item a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column; }

.puzzles-item-name {
  font-size: 16px;
  font-weight: 700;
  padding-bottom: 12px;
  color: #2B2A29; }

.page-help .services {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  .page-help .services .serv_item {
    margin: 0;
    width: 24%;
    margin-right: 1%; }
    @media only screen and (max-width: 767px) {
      .page-help .services .serv_item {
        width: 48%;
        margin-left: 1%; } }
    .page-help .services .serv_item img {
      height: 165px;
      object-fit: cover; }

.catalog {
  padding-top: 20px;
  /*Pagination*/
  /*Label*/
  /* TEXT */
  /*SMALL*/
  /* BIG */
  /*RING*/
  /*Price*/ }
  @media only screen and (max-width: 767px) {
    .catalog {
      padding-top: 0; } }
  .catalog .catalog-section > .product-item-list-col-3 {
    margin: 0; }
  .catalog .catalog-section .btn-more {
    display: block;
    margin: 15px auto; }
  .catalog .catalog-row {
    display: flex;
    justify-content: space-between;
    margin-top: 20px; }
    .catalog .catalog-row-filter {
      width: 20%;
      padding: 0;
      margin-left: 10px; }
      @media only screen and (max-width: 767px) {
        .catalog .catalog-row-filter {
          padding-top: 0;
          width: 100%; } }
    .catalog .catalog-row-products {
      position: relative;
      width: 77%; }
      @media only screen and (max-width: 767px) {
        .catalog .catalog-row-products {
          width: 100%; } }
  .catalog .product-filter-title {
    font-weight: 600;
    display: block;
    padding: 5px 0;
    background: transparent;
    position: relative;
    cursor: pointer;
    position: relative; }
    .catalog .product-filter-title span.d-flex {
      justify-content: space-between; }
  .catalog .product-filter .bx-filter {
    position: sticky;
    top: 80px; }
    .catalog .product-filter .bx-filter h2 {
      font-size: 18px; }
    @media only screen and (max-width: 767px) {
      .catalog .product-filter .bx-filter {
        display: none;
        top: auto;
        position: fixed; } }
    .catalog .product-filter .bx-filter::-webkit-scrollbar {
      width: 4px; }
    .catalog .product-filter .bx-filter::-webkit-scrollbar-track {
      background: #E9EDF5; }
    .catalog .product-filter .bx-filter::-webkit-scrollbar-thumb {
      background-color: #868686;
      border-radius: 4px; }
    .catalog .product-filter .bx-filter::-webkit-scrollbar-button {
      background: none; }
    .catalog .product-filter .bx-filter::-webkit-scrollbar-corner {
      background: none; }
    .catalog .product-filter .bx-filter .bx-filter-popup-result {
      display: none !important; }
    .catalog .product-filter .bx-filter .bx-filter-parameters-box {
      padding: 15px 20px 20px;
      border-radius: 8px;
      box-shadow: 0 2px 5px 1px rgba(64, 60, 67, 0.16);
      margin-bottom: 20px; }
      .catalog .product-filter .bx-filter .bx-filter-parameters-box.bx-active {
        border: 1px solid #e5d5a4; }
        .catalog .product-filter .bx-filter .bx-filter-parameters-box.bx-active .product-filter-title::after {
          content: none; }
    .catalog .product-filter .bx-filter .bx-filter-parameters-box-container {
      margin-top: 10px; }
    .catalog .product-filter .bx-filter .bx-filter-param-text {
      font-size: 15px;
      padding-left: 5px;
      padding-top: 2px; }
    .catalog .product-filter .bx-filter .bx-ui-slider-track-container {
      margin: 0 6px; }
      .catalog .product-filter .bx-filter .bx-ui-slider-track-container .bx-ui-slider-pricebar-vn {
        display: none; }
      .catalog .product-filter .bx-filter .bx-ui-slider-track-container .bx-ui-slider-pricebar-v {
        background-color: #FED036; }
      .catalog .product-filter .bx-filter .bx-ui-slider-track-container .bx-ui-slider-range {
        background: #d7d7d7; }
      .catalog .product-filter .bx-filter .bx-ui-slider-track-container .bx-ui-slider-part {
        display: none; }
      .catalog .product-filter .bx-filter .bx-ui-slider-track-container .bx-ui-slider-track {
        height: 2px; }
      .catalog .product-filter .bx-filter .bx-ui-slider-track-container .bx-ui-slider-handle {
        background: #FED036;
        border-radius: 100px;
        top: -7px;
        width: 15px;
        height: 15px;
        margin: 0; }
        .catalog .product-filter .bx-filter .bx-ui-slider-track-container .bx-ui-slider-handle.left {
          margin-left: -10px; }
        .catalog .product-filter .bx-filter .bx-ui-slider-track-container .bx-ui-slider-handle.right {
          margin-right: -10px; }
    .catalog .product-filter .bx-filter .bx-filter-input-checkbox {
      display: flex;
      align-items: center;
      padding-top: 5px; }
    .catalog .product-filter .bx-filter .case-numbers .d-flex {
      align-items: center;
      justify-content: space-between; }
    .catalog .product-filter .bx-filter .case-numbers .bx-filter-parameters-box-container-block {
      width: 40%; }
    .catalog .product-filter .bx-filter .bx-filter-input-container input {
      text-align: center;
      font-size: 14px; }
    .catalog .product-filter .bx-filter .bx-filter-button-box {
      position: sticky;
      bottom: 0;
      background-color: white;
      padding: 0;
      z-index: 81; }
      .catalog .product-filter .bx-filter .bx-filter-button-box .bx-filter-parameters-box-container {
        display: flex;
        justify-content: space-between; }
        .catalog .product-filter .bx-filter .bx-filter-button-box .bx-filter-parameters-box-container input {
          width: 100%; }
        .catalog .product-filter .bx-filter .bx-filter-button-box .bx-filter-parameters-box-container .btn-light {
          background-color: white;
          font-weight: 400; }
    .catalog .product-filter .bx-filter .bx-filter-param-text {
      color: #868686; }
    .catalog .product-filter .bx-filter .bx-filter-input-container input {
      display: block;
      width: 100%;
      height: 30px;
      margin: 0;
      padding: 0 4px;
      border: 1px solid #bfbfbf;
      background: #fff;
      outline: none;
      border-radius: 4px;
      color: #868686; }
      .catalog .product-filter .bx-filter .bx-filter-input-container input[type="text"] {
        min-height: 40px;
        font-weight: 400; }
      .catalog .product-filter .bx-filter .bx-filter-input-container input:focus, .catalog .product-filter .bx-filter .bx-filter-input-container input:active {
        border: 2px solid #868686; }
      .catalog .product-filter .bx-filter .bx-filter-input-container input::placeholder, .catalog .product-filter .bx-filter .bx-filter-input-container input::-webkit-input-placeholder {
        color: #bfbfbf; }
    @media only screen and (max-width: 767px) {
      .catalog .product-filter .bx-filter .checkbox-color {
        margin-bottom: 10px; } }
    .catalog .product-filter .bx-filter .checkbox-color .bx-filter-param-label {
      padding-left: 0; }
    .catalog .product-filter .bx-filter .checkbox-color.filter-all {
      display: none; }
    .catalog .product-filter .bx-filter .checkbox-color .bx-filter-input-checkbox::before {
      content: '';
      border-radius: 4px;
      width: 18px;
      height: 18px;
      background-color: white;
      border: 1px solid #bfbfbf; }
    .catalog .product-filter .bx-filter .checkbox-color .bx-filter-input-checkbox.checked .bx-filter-param-text {
      color: #333;
      font-weight: 500; }
    .catalog .product-filter .bx-filter .checkbox-color .bx-filter-input-checkbox input {
      display: none; }
      .catalog .product-filter .bx-filter .checkbox-color .bx-filter-input-checkbox input:checked + span {
        font-weight: 500;
        color: #333; }
    .catalog .product-filter .bx-filter .checkbox-color .bx-filter-input-checkbox .bx-filter-param-text {
      margin-left: 10px; }
    .catalog .product-filter .bx-filter .checkbox-color .bx-filter-input-checkbox.bezhevyy::before {
      background-color: #b6a48b; }
    .catalog .product-filter .bx-filter .checkbox-color .bx-filter-input-checkbox.korichnevyy::before {
      background-color: #614e44; }
    .catalog .product-filter .bx-filter .checkbox-color .bx-filter-input-checkbox.oranzhevyy::before {
      background-color: orange; }
    .catalog .product-filter .bx-filter .checkbox-color .bx-filter-input-checkbox.seryy::before {
      background-color: #868686; }
    .catalog .product-filter .bx-filter .checkbox-color .bx-filter-input-checkbox.chernyy::before {
      background-color: #333; }
    .catalog .product-filter .bx-filter .checkbox-color .bx-filter-input-checkbox.goluboy::before {
      background-color: deepskyblue; }
    .catalog .product-filter .bx-filter .checkbox-color .bx-filter-input-checkbox.zheltyy::before {
      background-color: #f1d64d; }
    .catalog .product-filter .bx-filter .checkbox-color .bx-filter-input-checkbox.zolotistyy::before {
      background-color: #ffd700; }
    .catalog .product-filter .bx-filter .checkbox-color .bx-filter-input-checkbox.zelenyy::before {
      background-color: green; }
    .catalog .product-filter .bx-filter .checkbox-color .bx-filter-input-checkbox.karbon::before {
      background-color: #3c3533; }
    .catalog .product-filter .bx-filter .checkbox-color .bx-filter-input-checkbox.siniy::before {
      background-color: blue; }
    .catalog .product-filter .bx-filter .checkbox-color .bx-filter-input-checkbox.rozovyy::before {
      background-color: deeppink; }
    .catalog .product-filter .bx-filter .checkbox-color .bx-filter-input-checkbox.sirenevyy::before {
      background-color: #c8a2c8; }
    .catalog .product-filter .bx-filter .checkbox-color .bx-filter-input-checkbox.biryuzovyy::before {
      background-color: #30D5C8; }
    .catalog .product-filter .bx-filter .checkbox-color .bx-filter-input-checkbox.fioletovyy::before {
      background-color: #8b00ff; }
    .catalog .product-filter .bx-filter .checkbox-color .bx-filter-input-checkbox.krasnyy::before {
      background-color: red; }
    .catalog .product-filter .bx-filter .checkbox-color .bx-filter-input-checkbox.bordovyy::before {
      background-color: #952D2E; }
    .catalog .product-filter .bx-filter .checkbox-color .bx-filter-input-checkbox.dub::before {
      background-color: #66594E; }
    .catalog .product-filter .bx-filter .checkbox-color .bx-filter-input-checkbox.orekh::before {
      background-color: #593923; }
    .catalog .product-filter .bx-filter .checkbox-color .bx-filter-input-checkbox.yasen::before {
      background-color: #99703E; }
    .catalog .product-filter .bx-filter .checkbox-color .bx-filter-input-checkbox.kashtanovyy::before {
      background-color: #8D695C; }
  .catalog .pagination .page-item {
    color: #333 !important; }
    .catalog .pagination .page-item a.page-link {
      color: #333;
      font-size: 14px;
      border: none; }
    .catalog .pagination .page-item.active a {
      color: white;
      background-color: #FED036; }
    .catalog .pagination .page-item.disabled a {
      opacity: .5; }
    .catalog .pagination .page-item.prev a, .catalog .pagination .page-item.next a {
      border: none; }
      .catalog .pagination .page-item.prev a:hover, .catalog .pagination .page-item.next a:hover {
        background: inherit; }
  .catalog .product-item-label-text,
  .catalog .product-item-label-ring {
    position: absolute;
    z-index: 2; }
  .catalog .product-item-label-text span,
  .catalog .product-item-label-ring {
    padding: 0 15px;
    display: inline-block;
    clear: both;
    margin-bottom: 2px;
    background: #f42c2c;
    color: #fff;
    vertical-align: middle;
    text-align: center;
    transition: all 250ms ease; }
  .catalog .bx-red .product-item-label-text span,
  .catalog .bx-red .product-item-label-ring {
    background-color: #fba90c; }
  .catalog .product-item-label-text > div,
  .catalog .product-item-label-ring > div {
    line-height: 0; }
  .catalog .product-item-label-text span {
    padding: 2px 5px;
    vertical-align: middle;
    font-weight: bold; }
  .catalog .product-item-label-text.product-item-label-small span,
  .catalog .product-item-scalable-card.hover .product-item-label-text.product-item-label-small span {
    margin-bottom: 1px;
    padding: 2px 7px;
    font-weight: normal;
    font-size: 13px;
    line-height: 14px; }
  .catalog .product-item-big-card .product-item-label-text.product-item-label-small span {
    padding: 5px 12px;
    font-size: 16px;
    line-height: 21px; }
  .catalog .product-item-label-text.product-item-label-big span,
  .catalog .product-item-scalable-card.hover .product-item-label-text.product-item-label-big span {
    padding: 4px 10px;
    font-size: 13px;
    line-height: 17px; }
  .catalog .product-item-big-card .product-item-label-text.product-item-label-big span {
    padding: 5px 17px;
    font-size: 22px;
    line-height: 33px; }
  @media (max-width: 767px) {
    .catalog .product-item-label-text > div {
      line-height: 0; }
    .catalog .product-item-label-text.product-item-label-small span,
    .catalog .product-item-scalable-card.hover .product-item-label-text.product-item-label-small span {
      margin-bottom: 1px;
      padding: 2px 7px;
      font-size: 10px;
      line-height: 14px; }
    .catalog .product-item-big-card .product-item-label-text.product-item-label-small span,
    .catalog .product-item-label-text.product-item-label-big span,
    .catalog .product-item-scalable-card.hover .product-item-label-text.product-item-label-big span {
      margin-bottom: 1px;
      padding: 3px 12px;
      font-size: 14px;
      line-height: 16px; }
    .catalog .product-item-big-card .product-item-label-text.product-item-label-big span {
      padding: 3px 12px;
      font-size: 20px;
      line-height: 25px; } }
  .catalog .product-item-label-ring {
    position: absolute;
    top: 10px;
    left: 10px;
    box-sizing: border-box;
    border-radius: 40px; }
    @media only screen and (max-width: 767px) {
      .catalog .product-item-label-ring {
        left: 5px; } }
  .catalog .product-item-label-top {
    top: -5px; }
  .catalog .product-item-label-center {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }
  .catalog .product-item-label-center > div {
    text-align: center; }
  .catalog .product-item-label-left {
    left: -5px; }
  .catalog .product-item-label-left > div {
    text-align: left; }
  .catalog .product-item-label-bottom {
    bottom: -5px; }
  .catalog .product-item-label-middle {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
  .catalog .product-item-label-right {
    right: -5px; }
  .catalog .product-item-label-right > div {
    text-align: right; }
  .catalog .product-item-label-center.product-item-label-middle {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .catalog .product-item-info-container {
    justify-content: space-between;
    padding-bottom: 10px; }
    @media only screen and (max-width: 767px) {
      .catalog .product-item-info-container {
        padding-left: 5px; } }
    .catalog .product-item-info-container .show-text {
      font-size: 20px;
      padding-right: 10px;
      cursor: pointer;
      color: #bfbfbf; }
  .catalog .product-item-price-current {
    color: red;
    white-space: nowrap;
    font-weight: 500;
    font-size: 18px; }
    .catalog .product-item-price-current .ruble {
      font-size: 16px; }
  .catalog .product-item-price-old {
    color: #868686;
    text-decoration: line-through;
    white-space: nowrap;
    font-size: 14px; }
    .catalog .product-item-price-old .ruble {
      font-size: 10px; }
    @media only screen and (max-width: 767px) {
      .catalog .product-item-price-old {
        font-size: 12px; } }
  .catalog .catalog-sort-block {
    display: flex;
    justify-content: space-between; }
    @media only screen and (max-width: 767px) {
      .catalog .catalog-sort-block {
        margin-bottom: 20px; } }
    .catalog .catalog-sort-block .mobile-filter-icon {
      position: relative;
      border: 1px solid #bfbfbf;
      border-radius: 4px;
      padding: 5px 20px; }
      .catalog .catalog-sort-block .mobile-filter-icon:before {
        content: "";
        width: 16px;
        height: 16px;
        top: 7px;
        left: 10px;
        background: url("/local/templates/eva/img/filter.svg") no-repeat;
        background-size: cover;
        filter: brightness(0.5);
        position: absolute; }
      .catalog .catalog-sort-block .mobile-filter-icon span {
        margin-left: 10px; }
  .catalog .sort {
    position: absolute;
    right: 0;
    top: -40px;
    z-index: 2; }
    @media only screen and (max-width: 767px) {
      .catalog .sort {
        position: relative;
        max-width: 180px;
        top: 0; } }
    .catalog .sort .custom-select {
      position: relative; }
      .catalog .sort .custom-select__main {
        min-width: 180px;
        cursor: pointer;
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: relative;
        border: 1px solid #bfbfbf;
        border-radius: 4px;
        line-height: 34px;
        line-height: 34px;
        padding: 5px 20px; }
      .catalog .sort .custom-select__main--active .catalog .sort .custom-select__title {
        text-shadow: 0 0 0.75px #4a718a, 0 0 0.75px #4a718a; }
      .catalog .sort .custom-select__main--active .catalog .sort .custom-select__figure {
        border-top: 0px solid #333;
        border-bottom: 6px solid #333; }
      .catalog .sort .custom-select__main--active .custom-select__figure {
        border-bottom: 6px solid #333;
        border-top: 0px solid transparent; }
      .catalog .sort .custom-select__title {
        line-height: 20px;
        transition: color 0.2s linear; }
      .catalog .sort .custom-select__figure {
        width: 0;
        height: 0;
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
        border-top: 6px solid #333;
        margin-left: 4px;
        border-radius: 2px; }
      .catalog .sort .custom-select__items {
        background-color: #efefef;
        width: 250px;
        padding: 10px 12px 8px 12px;
        position: absolute;
        left: 0;
        z-index: 100;
        display: none; }
      .catalog .sort .custom-select__item {
        display: block;
        cursor: pointer;
        padding: 4px 0px;
        font-size: 14px;
        line-height: 16px;
        transition: color 0.3s linear; }
  .catalog .catalog-foot-text {
    font-size: 14px;
    padding: 10px;
    border: 1px solid lightgrey;
    border-radius: 4px;
    margin-bottom: 5px; }
  @media only screen and (max-width: 767px) {
    .catalog.without-sections .catalog-head {
      margin-top: 20px;
      margin-bottom: 0; } }
  .catalog.without-sections .sort {
    margin-left: auto; }
  .catalog.without-sections .catalog-section {
    margin-top: 65px; }
    @media only screen and (max-width: 767px) {
      .catalog.without-sections .catalog-section {
        margin-top: 20px; } }
  .catalog .catalog-text {
    margin-top: 40px;
    font-size: 15px;
    color: #333; }
    .catalog .catalog-text p, .catalog .catalog-text ul {
      margin-bottom: 10px;
      font-weight: 300; }
    .catalog .catalog-text h2, .catalog .catalog-text h3 {
      margin-top: 20px;
      margin-bottom: 10px; }

.catalog-special .product-item-image-original {
  height: 180px !important;
  padding: 0 !important; }
.catalog-special .product-item-content-wrapper {
  padding: 0 !important; }
.catalog-special .properties-list {
  list-style: none;
  margin: 0;
  padding: 17px 0 0; }
  .catalog-special .properties-list li {
    display: flex;
    align-items: flex-end;
    line-height: 20px;
    position: relative;
    padding: 10px;
    transition: all .2s;
    font-size: 15px; }
    @media only screen and (max-width: 767px) {
      .catalog-special .properties-list li {
        font-size: 14px; } }
    .catalog-special .properties-list li:nth-child(even) {
      background: #e3e3e3; }
    .catalog-special .properties-list li:hover {
      background: #efefef; }
    .catalog-special .properties-list li b {
      font-weight: 400;
      width: 60%; }
    .catalog-special .properties-list li i {
      flex: 1;
      font-style: normal;
      font-weight: 600;
      position: relative; }
      .catalog-special .properties-list li i a {
        color: #FED036;
        text-decoration: underline; }
        .catalog-special .properties-list li i a:hover {
          opacity: .6; }
.catalog-special .product .product-about__date {
  background-color: #efefef;
  padding: 20px; }
.catalog-special .product h1 {
  line-height: 1.2;
  font-size: 24px;
  margin-bottom: 10px; }
  @media only screen and (max-width: 767px) {
    .catalog-special .product h1 {
      font-size: 20px; } }
.catalog-special .product .date__price {
  margin-top: 40px; }
  .catalog-special .product .date__price .product-item-price-current {
    font-size: 26px;
    font-weight: 600; }

.mobile-filter .bx-filter {
  padding-top: 0 !important;
  display: block !important;
  position: fixed;
  z-index: 99;
  background: white;
  bottom: 0;
  width: 100%;
  overflow-y: scroll;
  height: 80%;
  margin: 0;
  left: 0; }
  .mobile-filter .bx-filter .mobile-head-filter {
    background-color: white;
    padding: 20px 20px 10px 20px;
    position: sticky;
    top: 0;
    z-index: 100; }
    .mobile-filter .bx-filter .mobile-head-filter h2 {
      font-size: 20px; }
    .mobile-filter .bx-filter .mobile-head-filter button {
      top: 0px; }
  .mobile-filter .bx-filter-section {
    padding: 20px; }

.all-sections .main-catalog__items {
  margin-top: 20px;
  justify-content: space-between; }
  .all-sections .main-catalog__items .main-catalog__item {
    width: 24%;
    margin: 0;
    padding: 0;
    text-align: center;
    border: 1px solid #bfbfbf;
    border-radius: 6px; }
    @media only screen and (max-width: 767px) {
      .all-sections .main-catalog__items .main-catalog__item {
        width: 49%; } }
    .all-sections .main-catalog__items .main-catalog__item .main-catalog__img {
      display: block; }
      .all-sections .main-catalog__items .main-catalog__item .main-catalog__img img {
        width: 100%;
        height: 160px;
        object-fit: cover;
        border-radius: 6px;
        border: 1px solid #efefef; }
        @media only screen and (max-width: 767px) {
          .all-sections .main-catalog__items .main-catalog__item .main-catalog__img img {
            width: 100%; } }
    .all-sections .main-catalog__items .main-catalog__item .main-catalog__bottom {
      padding: 10px; }
      .all-sections .main-catalog__items .main-catalog__item .main-catalog__bottom .art_det_but {
        margin-top: 10px; }

.product h2 {
  line-height: 1.2;
  font-size: 24px; }
.product h3 {
  margin-top: 40px;
  margin-bottom: 20px; }
.product .product__counter {
  margin-top: 20px; }
  .product .product__counter .counter {
    font-size: 14px;
    color: #868686;
    display: flex;
    align-items: center;
    justify-content: flex-end; }
    .product .product__counter .counter span {
      padding-right: 5px; }
    .product .product__counter .counter .lnr {
      font-size: 16px; }
.product .product__box {
  position: relative;
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
.product .product-about__left {
  width: 60%; }
  @media only screen and (max-width: 767px) {
    .product .product-about__left {
      width: 100%; } }
.product .product-about__right {
  width: 37%; }
  @media only screen and (max-width: 767px) {
    .product .product-about__right {
      margin-top: 40px;
      width: 100%; } }
  .product .product-about__right .product-about__date {
    position: sticky;
    top: 20px; }
    @media only screen and (max-width: 767px) {
      .product .product-about__right .product-about__date {
        position: relative;
        top: 0; } }
  .product .product-about__right .get_form_partner {
    display: inline-block;
    margin-top: 20px; }
.product .product-text {
  width: 100%; }
  .product .product-text p {
    margin-bottom: 5px; }
  .product .product-text-content {
    font-size: 15px; }
    @media only screen and (max-width: 767px) {
      .product .product-text-content {
        font-size: 14px; } }
.product .gallery__box {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 35px; }
  .product .gallery__box img {
    width: 100%;
    height: 100%;
    object-fit: contain; }
.product .product-gallery {
  position: relative; }
  .product .product-gallery .slider-product-for .item__gallery {
    text-align: center; }
    .product .product-gallery .slider-product-for .item__gallery img {
      width: 100%;
      height: 450px;
      margin: 0 auto;
      object-fit: contain; }
      @media only screen and (max-width: 767px) {
        .product .product-gallery .slider-product-for .item__gallery img {
          height: 260px; } }
  .product .product-gallery .slider-product-for .slick-next {
    right: 0; }
  .product .product-gallery .slider-product-for .slick-prev {
    left: 0; }
  .product .product-gallery .slider-product-nav {
    margin-top: 20px; }
    .product .product-gallery .slider-product-nav .item__gallery {
      cursor: pointer;
      border: 1px solid #efefef;
      text-align: center;
      border-radius: 4px; }
      .product .product-gallery .slider-product-nav .item__gallery.slick-current {
        border-color: #FED036; }
      .product .product-gallery .slider-product-nav .item__gallery img {
        width: 100%;
        height: 100px;
        object-fit: cover; }
        @media only screen and (max-width: 767px) {
          .product .product-gallery .slider-product-nav .item__gallery img {
            height: 60px; } }
.product .product-about {
  margin-bottom: 80px; }
  @media only screen and (max-width: 767px) {
    .product .product-about {
      margin-bottom: 40px; } }
.product .product-head {
  align-items: center; }
  .product .product-head .product-logo img {
    border-radius: 100px;
    border: 1px solid #FED036;
    width: 80px;
    height: 80px; }
  .product .product-head .product-title {
    margin-left: 10px;
    margin-bottom: 10px; }
    .product .product-head .product-title-address {
      color: #868686;
      font-weight: 300; }
.product .injection__box {
  user-select: none;
  margin-bottom: 46px; }
  .product .injection__box .product-item-scu-item-list {
    display: flex;
    flex-wrap: wrap; }
  .product .injection__box .label {
    font-size: 14px;
    cursor: pointer;
    display: inline-block;
    padding: 5px 10px;
    flex-shrink: 0;
    flex-grow: 0;
    border-radius: 10px;
    margin-right: 16px;
    margin-bottom: 10px;
    overflow: hidden;
    position: relative;
    background-color: #C3C3C3;
    text-align: center;
    border: 5px solid #C3C3C3; }
    .product .injection__box .label.selected {
      border: 5px solid #FED036;
      transition: .5s;
      border-radius: 10px; }
    .product .injection__box .label.label-image {
      padding: 0;
      background-color: white;
      width: 21%;
      height: 60px; }
      @media only screen and (max-width: 767px) {
        .product .injection__box .label.label-image {
          width: 31%;
          margin: 4px; } }
      .product .injection__box .label.label-image img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
  .product .injection__box .type__fabric__box .label_select::before {
    content: '';
    width: 100%;
    height: 100%;
    border: 5px solid #FED036;
    display: block;
    z-index: 99;
    position: absolute;
    transition: .5s;
    border-radius: 10px; }
  .product .injection__box .fabric__color__box .label_select::before {
    content: '';
    width: 100%;
    height: 100%;
    border: 5px solid #FED036;
    display: block;
    z-index: 99;
    position: absolute;
    transition: .5s;
    border-radius: 100%; }
.product .injection__title {
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  color: #000000;
  margin-bottom: 18px; }
.product .injection__subtitle {
  font-size: 14px;
  margin-bottom: 10px; }
.product .description {
  background-color: #efefef;
  margin-top: 40px;
  padding: 30px 15px;
  border-radius: 8px; }
  .product .description .h3 {
    margin-bottom: 15px;
    font-size: 20px; }
.product .delivery__box {
  max-width: 388px;
  margin-bottom: 30px; }
.product .product-about__btns .btns:nth-child(1) {
  margin-bottom: 20px; }
.product .slider-products-more {
  margin-top: 60px; }
.product .contacts {
  margin-top: 60px; }
  @media only screen and (max-width: 767px) {
    .product .contacts {
      margin-top: 0; } }
  .product .contacts .premap {
    border: 1px solid #bfbfbf; }
    .product .contacts .premap #map {
      height: 400px; }

@media only screen and (max-width: 767px) {
  .xs-none {
    display: none !important; } }

@media only screen and (min-width: 767px) {
  .xl-none {
    display: none !important; } }

.subtext {
  opacity: .8;
  font-size: 90%; }

.bg-light {
  background-color: #efefef; }

.visible {
  display: block !important; }

/*# sourceMappingURL=template_styles.css.map */

/* End */


/* Start:/local/templates/eva/css/update_styles.css?16451026272901*/

/*---------------------------------------
------ PERSONAL_INFO (PAGE) ------
---------------------------------------*/

.standartText{line-height: 1.6; color: #131720; padding: 0 0 20px 0;}
.footerPersonalInfo{ margin: 15px 0 0 12px;}
	.footerPersonalInfo a{color: #818181; font-size: 14px; text-decoration: underline;}
	.footerPersonalInfo a:hover{text-decoration: none;}
	
.society-nav{float: none; text-align: right;}
	.society-nav a{float: none; display: inline-block;}
.btop{bottom: 100px;}

/*---------------------------------------
------ PERSONAL_INFO (PAGE) ------
---------------------------------------*/



/*---------------------------------------
------ PERSONAL_INFO (FORMS/FOOTER) ------
---------------------------------------*/

.modal .personalInfo{padding: 0 46px; font-size: 13px;}
	.modal .personalInfo label:after{top: 1px;}
.personalInfo{margin: 30px 10px 0 10px;}
	.checkboxError{display: none; color: #d41b1b; font-size: 12px; margin: 0 0 10px 0;}
	.personalInfo input{display: none;}
	.personalInfo label{color: #555; font-size: 13px; cursor: pointer; position: relative; padding: 0 0 0 35px; display: inline-block;}
		.personalInfo a:hover{text-decoration: underline;}
		.personalInfo label:after{background-color: #fff; border: 1px solid #E1E1E1; position: absolute; height: 20px; width: 20px;
			content: ""; left: 0; box-sizing: border-box; top: 0;
		}
		.personalInfo label.ckecked:after{line-height: 20px; font-family: FontAwesome; text-align: center; border: none; content: "\f00c";
			font-size: 14px;
		}
		.personalInfo label:hover:after{background-color: #E1E1E1;}
	
.right_ord .personalInfo{margin: 30px auto 0 auto; text-align: left; max-width: 300px;}
	.right_ord .personalInfo label{font-size: 14px; color: #888581;}
	.right_ord .personalInfo a{color: #666;}
	.right_ord .personalInfo label:after{top: 2px;}
	
/*---------------------------------------
------ PERSONAL_INFO (FORMS/FOOTER) ------
---------------------------------------*/



/*-------------------------------------
----- REQUEST FOR CALL BACK -------
-------------------------------------*/

.cb_form, .form_order_parts {height: auto !important;}

/*-------------------------------------
----- REQUEST FOR CALL BACK -------
-------------------------------------*/



/*---------------------------------------
------ OTHER STYLES -----------------
---------------------------------------*/

.left_price{left: -761px;}

@media all and (max-width: 1200px) {
	.btop{left: 0;}
	.footerPersonalInfo{margin: 15px 0 15px 0;}
}

@media all and (max-width: 520px) {
	.society-nav{width: auto;}
}

@media all and (max-width: 420px) {
	.footerPersonalInfo a{display: inline-block; max-width: 250px;}
}

@media all and (max-width: 360px) {
	.footerPersonalInfo a{max-width: 210px;}
}

/*---------------------------------------
------ OTHER STYLES -----------------
---------------------------------------*/
/* End */
/* /local/templates/eva/css/bootstrap.grid.css?166662272744945 */
/* /local/templates/eva/css/vendor.css?17120666539852 */
/* /local/templates/eva/components/bitrix/menu/topmenu/style.css?1711309344222 */
/* /local/templates/eva/css/slick.css?16576654641871 */
/* /local/templates/eva/css/owl.carousel.css?16033530036564 */
/* /local/templates/eva/css/jquery.jscrollpane.css?16033530031466 */
/* /local/templates/eva/styles.css?1634214906713 */
/* /local/templates/eva/template_styles.css?1717669394143735 */
/* /local/templates/eva/css/update_styles.css?16451026272901 */
