@charset "UTF-8";
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/*
 * Bootstrap Grid v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
html {
    box-sizing: border-box;
    -ms-overflow-style: scrollbar;
}

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

.container {
    width: 100%;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 36rem) {
    .container {
        max-width: 33.75rem;
    }
}
@media (min-width: 48rem) {
    .container {
        max-width: 45rem;
    }
}
@media (min-width: 62rem) {
    .container {
        max-width: 60rem;
    }
}
@media (min-width: 75rem) {
    .container {
        max-width: 85rem;
    }
}
.container-fluid {
    width: 100%;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    margin-right: auto;
    margin-left: auto;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -0.625rem;
    margin-left: -0.625rem;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*=col-] {
    padding-right: 0;
    padding-left: 0;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
    order: -1;
}

.order-last {
    order: 13;
}

.order-0 {
    order: 0;
}

.order-1 {
    order: 1;
}

.order-2 {
    order: 2;
}

.order-3 {
    order: 3;
}

.order-4 {
    order: 4;
}

.order-5 {
    order: 5;
}

.order-6 {
    order: 6;
}

.order-7 {
    order: 7;
}

.order-8 {
    order: 8;
}

.order-9 {
    order: 9;
}

.order-10 {
    order: 10;
}

.order-11 {
    order: 11;
}

.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 {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .order-sm-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 {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .order-md-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 {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .order-lg-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 {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .order-xl-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;
}

.d-inline {
    display: inline;
}

.d-inline-block {
    display: inline-block;
}

.d-block {
    display: block;
}

.d-table {
    display: table;
}

.d-table-row {
    display: table-row;
}

.d-table-cell {
    display: table-cell;
}

.d-flex {
    display: flex;
}

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

@media (min-width: 576px) {
    .d-sm-none {
        display: none;
    }

    .d-sm-inline {
        display: inline;
    }

    .d-sm-inline-block {
        display: inline-block;
    }

    .d-sm-block {
        display: block;
    }

    .d-sm-table {
        display: table;
    }

    .d-sm-table-row {
        display: table-row;
    }

    .d-sm-table-cell {
        display: table-cell;
    }

    .d-sm-flex {
        display: flex;
    }

    .d-sm-inline-flex {
        display: -ms-inline-flexbox;
        display: inline-flex;
    }
}
@media (min-width: 768px) {
    .d-md-none {
        display: none;
    }

    .d-md-inline {
        display: inline;
    }

    .d-md-inline-block {
        display: inline-block;
    }

    .d-md-block {
        display: block;
    }

    .d-md-table {
        display: table;
    }

    .d-md-table-row {
        display: table-row;
    }

    .d-md-table-cell {
        display: table-cell;
    }

    .d-md-flex {
        display: flex;
    }

    .d-md-inline-flex {
        display: -ms-inline-flexbox;
        display: inline-flex;
    }
}
@media (min-width: 992px) {
    .d-lg-none {
        display: none;
    }

    .d-lg-inline {
        display: inline;
    }

    .d-lg-inline-block {
        display: inline-block;
    }

    .d-lg-block {
        display: block;
    }

    .d-lg-table {
        display: table;
    }

    .d-lg-table-row {
        display: table-row;
    }

    .d-lg-table-cell {
        display: table-cell;
    }

    .d-lg-flex {
        display: flex;
    }

    .d-lg-inline-flex {
        display: -ms-inline-flexbox;
        display: inline-flex;
    }
}
@media (min-width: 1200px) {
    .d-xl-none {
        display: none;
    }

    .d-xl-inline {
        display: inline;
    }

    .d-xl-inline-block {
        display: inline-block;
    }

    .d-xl-block {
        display: block;
    }

    .d-xl-table {
        display: table;
    }

    .d-xl-table-row {
        display: table-row;
    }

    .d-xl-table-cell {
        display: table-cell;
    }

    .d-xl-flex {
        display: flex;
    }

    .d-xl-inline-flex {
        display: -ms-inline-flexbox;
        display: inline-flex;
    }
}
@media print {
    .d-print-none {
        display: none;
    }

    .d-print-inline {
        display: inline;
    }

    .d-print-inline-block {
        display: inline-block;
    }

    .d-print-block {
        display: block;
    }

    .d-print-table {
        display: table;
    }

    .d-print-table-row {
        display: table-row;
    }

    .d-print-table-cell {
        display: table-cell;
    }

    .d-print-flex {
        display: flex;
    }

    .d-print-inline-flex {
        display: -ms-inline-flexbox;
        display: inline-flex;
    }
}
.flex-row {
    flex-direction: row;
}

.flex-column {
    flex-direction: column;
}

.flex-row-reverse {
    flex-direction: row-reverse;
}

.flex-column-reverse {
    flex-direction: column-reverse;
}

.flex-wrap {
    flex-wrap: wrap;
}

.flex-nowrap {
    flex-wrap: nowrap;
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse;
}

.flex-fill {
    flex: 1 1 auto;
}

.flex-grow-0 {
    flex-grow: 0;
}

.flex-grow-1 {
    flex-grow: 1;
}

.flex-shrink-0 {
    flex-shrink: 0;
}

.flex-shrink-1 {
    flex-shrink: 1;
}

.justify-content-start {
    justify-content: flex-start;
}

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

.justify-content-center {
    justify-content: center;
}

.justify-content-between {
    justify-content: space-between;
}

.justify-content-around {
    justify-content: space-around;
}

.align-items-start {
    align-items: flex-start;
}

.align-items-end {
    align-items: flex-end;
}

.align-items-center {
    align-items: center;
}

.align-items-baseline {
    align-items: baseline;
}

.align-items-stretch {
    align-items: stretch;
}

.align-content-start {
    align-content: flex-start;
}

.align-content-end {
    align-content: flex-end;
}

.align-content-center {
    align-content: center;
}

.align-content-between {
    align-content: space-between;
}

.align-content-around {
    align-content: space-around;
}

.align-content-stretch {
    align-content: stretch;
}

.align-self-auto {
    align-self: auto;
}

.align-self-start {
    align-self: flex-start;
}

.align-self-end {
    align-self: flex-end;
}

.align-self-center {
    align-self: center;
}

.align-self-baseline {
    align-self: baseline;
}

.align-self-stretch {
    align-self: stretch;
}

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

    .flex-sm-column {
        flex-direction: column;
    }

    .flex-sm-row-reverse {
        flex-direction: row-reverse;
    }

    .flex-sm-column-reverse {
        flex-direction: column-reverse;
    }

    .flex-sm-wrap {
        flex-wrap: wrap;
    }

    .flex-sm-nowrap {
        flex-wrap: nowrap;
    }

    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse;
    }

    .flex-sm-fill {
        flex: 1 1 auto;
    }

    .flex-sm-grow-0 {
        flex-grow: 0;
    }

    .flex-sm-grow-1 {
        flex-grow: 1;
    }

    .flex-sm-shrink-0 {
        flex-shrink: 0;
    }

    .flex-sm-shrink-1 {
        flex-shrink: 1;
    }

    .justify-content-sm-start {
        justify-content: flex-start;
    }

    .justify-content-sm-end {
        justify-content: flex-end;
    }

    .justify-content-sm-center {
        justify-content: center;
    }

    .justify-content-sm-between {
        justify-content: space-between;
    }

    .justify-content-sm-around {
        justify-content: space-around;
    }

    .align-items-sm-start {
        align-items: flex-start;
    }

    .align-items-sm-end {
        align-items: flex-end;
    }

    .align-items-sm-center {
        align-items: center;
    }

    .align-items-sm-baseline {
        align-items: baseline;
    }

    .align-items-sm-stretch {
        align-items: stretch;
    }

    .align-content-sm-start {
        align-content: flex-start;
    }

    .align-content-sm-end {
        align-content: flex-end;
    }

    .align-content-sm-center {
        align-content: center;
    }

    .align-content-sm-between {
        align-content: space-between;
    }

    .align-content-sm-around {
        align-content: space-around;
    }

    .align-content-sm-stretch {
        align-content: stretch;
    }

    .align-self-sm-auto {
        align-self: auto;
    }

    .align-self-sm-start {
        align-self: flex-start;
    }

    .align-self-sm-end {
        align-self: flex-end;
    }

    .align-self-sm-center {
        align-self: center;
    }

    .align-self-sm-baseline {
        align-self: baseline;
    }

    .align-self-sm-stretch {
        align-self: stretch;
    }
}
@media (min-width: 768px) {
    .flex-md-row {
        flex-direction: row;
    }

    .flex-md-column {
        flex-direction: column;
    }

    .flex-md-row-reverse {
        flex-direction: row-reverse;
    }

    .flex-md-column-reverse {
        flex-direction: column-reverse;
    }

    .flex-md-wrap {
        flex-wrap: wrap;
    }

    .flex-md-nowrap {
        flex-wrap: nowrap;
    }

    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse;
    }

    .flex-md-fill {
        flex: 1 1 auto;
    }

    .flex-md-grow-0 {
        flex-grow: 0;
    }

    .flex-md-grow-1 {
        flex-grow: 1;
    }

    .flex-md-shrink-0 {
        flex-shrink: 0;
    }

    .flex-md-shrink-1 {
        flex-shrink: 1;
    }

    .justify-content-md-start {
        justify-content: flex-start;
    }

    .justify-content-md-end {
        justify-content: flex-end;
    }

    .justify-content-md-center {
        justify-content: center;
    }

    .justify-content-md-between {
        justify-content: space-between;
    }

    .justify-content-md-around {
        justify-content: space-around;
    }

    .align-items-md-start {
        align-items: flex-start;
    }

    .align-items-md-end {
        align-items: flex-end;
    }

    .align-items-md-center {
        align-items: center;
    }

    .align-items-md-baseline {
        align-items: baseline;
    }

    .align-items-md-stretch {
        align-items: stretch;
    }

    .align-content-md-start {
        align-content: flex-start;
    }

    .align-content-md-end {
        align-content: flex-end;
    }

    .align-content-md-center {
        align-content: center;
    }

    .align-content-md-between {
        align-content: space-between;
    }

    .align-content-md-around {
        align-content: space-around;
    }

    .align-content-md-stretch {
        align-content: stretch;
    }

    .align-self-md-auto {
        align-self: auto;
    }

    .align-self-md-start {
        align-self: flex-start;
    }

    .align-self-md-end {
        align-self: flex-end;
    }

    .align-self-md-center {
        align-self: center;
    }

    .align-self-md-baseline {
        align-self: baseline;
    }

    .align-self-md-stretch {
        align-self: stretch;
    }
}
@media (min-width: 992px) {
    .flex-lg-row {
        flex-direction: row;
    }

    .flex-lg-column {
        flex-direction: column;
    }

    .flex-lg-row-reverse {
        flex-direction: row-reverse;
    }

    .flex-lg-column-reverse {
        flex-direction: column-reverse;
    }

    .flex-lg-wrap {
        flex-wrap: wrap;
    }

    .flex-lg-nowrap {
        flex-wrap: nowrap;
    }

    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse;
    }

    .flex-lg-fill {
        flex: 1 1 auto;
    }

    .flex-lg-grow-0 {
        flex-grow: 0;
    }

    .flex-lg-grow-1 {
        flex-grow: 1;
    }

    .flex-lg-shrink-0 {
        flex-shrink: 0;
    }

    .flex-lg-shrink-1 {
        flex-shrink: 1;
    }

    .justify-content-lg-start {
        justify-content: flex-start;
    }

    .justify-content-lg-end {
        justify-content: flex-end;
    }

    .justify-content-lg-center {
        justify-content: center;
    }

    .justify-content-lg-between {
        justify-content: space-between;
    }

    .justify-content-lg-around {
        justify-content: space-around;
    }

    .align-items-lg-start {
        align-items: flex-start;
    }

    .align-items-lg-end {
        align-items: flex-end;
    }

    .align-items-lg-center {
        align-items: center;
    }

    .align-items-lg-baseline {
        align-items: baseline;
    }

    .align-items-lg-stretch {
        align-items: stretch;
    }

    .align-content-lg-start {
        align-content: flex-start;
    }

    .align-content-lg-end {
        align-content: flex-end;
    }

    .align-content-lg-center {
        align-content: center;
    }

    .align-content-lg-between {
        align-content: space-between;
    }

    .align-content-lg-around {
        align-content: space-around;
    }

    .align-content-lg-stretch {
        align-content: stretch;
    }

    .align-self-lg-auto {
        align-self: auto;
    }

    .align-self-lg-start {
        align-self: flex-start;
    }

    .align-self-lg-end {
        align-self: flex-end;
    }

    .align-self-lg-center {
        align-self: center;
    }

    .align-self-lg-baseline {
        align-self: baseline;
    }

    .align-self-lg-stretch {
        align-self: stretch;
    }
}
@media (min-width: 1200px) {
    .flex-xl-row {
        flex-direction: row;
    }

    .flex-xl-column {
        flex-direction: column;
    }

    .flex-xl-row-reverse {
        flex-direction: row-reverse;
    }

    .flex-xl-column-reverse {
        flex-direction: column-reverse;
    }

    .flex-xl-wrap {
        flex-wrap: wrap;
    }

    .flex-xl-nowrap {
        flex-wrap: nowrap;
    }

    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse;
    }

    .flex-xl-fill {
        flex: 1 1 auto;
    }

    .flex-xl-grow-0 {
        flex-grow: 0;
    }

    .flex-xl-grow-1 {
        flex-grow: 1;
    }

    .flex-xl-shrink-0 {
        flex-shrink: 0;
    }

    .flex-xl-shrink-1 {
        flex-shrink: 1;
    }

    .justify-content-xl-start {
        justify-content: flex-start;
    }

    .justify-content-xl-end {
        justify-content: flex-end;
    }

    .justify-content-xl-center {
        justify-content: center;
    }

    .justify-content-xl-between {
        justify-content: space-between;
    }

    .justify-content-xl-around {
        justify-content: space-around;
    }

    .align-items-xl-start {
        align-items: flex-start;
    }

    .align-items-xl-end {
        align-items: flex-end;
    }

    .align-items-xl-center {
        align-items: center;
    }

    .align-items-xl-baseline {
        align-items: baseline;
    }

    .align-items-xl-stretch {
        align-items: stretch;
    }

    .align-content-xl-start {
        align-content: flex-start;
    }

    .align-content-xl-end {
        align-content: flex-end;
    }

    .align-content-xl-center {
        align-content: center;
    }

    .align-content-xl-between {
        align-content: space-between;
    }

    .align-content-xl-around {
        align-content: space-around;
    }

    .align-content-xl-stretch {
        align-content: stretch;
    }

    .align-self-xl-auto {
        align-self: auto;
    }

    .align-self-xl-start {
        align-self: flex-start;
    }

    .align-self-xl-end {
        align-self: flex-end;
    }

    .align-self-xl-center {
        align-self: center;
    }

    .align-self-xl-baseline {
        align-self: baseline;
    }

    .align-self-xl-stretch {
        align-self: stretch;
    }
}
.m-0 {
    margin: 0;
}

.mt-0,
.my-0 {
    margin-top: 0;
}

.mr-0,
.mx-0 {
    margin-right: 0;
}

.mb-0,
.my-0 {
    margin-bottom: 0;
}

.ml-0,
.mx-0 {
    margin-left: 0;
}

.m-1 {
    margin: 0.25rem;
}

.mt-1,
.my-1 {
    margin-top: 0.25rem;
}

.mr-1,
.mx-1 {
    margin-right: 0.25rem;
}

.mb-1,
.my-1 {
    margin-bottom: 0.25rem;
}

.ml-1,
.mx-1 {
    margin-left: 0.25rem;
}

.m-2 {
    margin: 0.5rem;
}

.mt-2,
.my-2 {
    margin-top: 0.5rem;
}

.mr-2,
.mx-2 {
    margin-right: 0.5rem;
}

.mb-2,
.my-2 {
    margin-bottom: 0.5rem;
}

.ml-2,
.mx-2 {
    margin-left: 0.5rem;
}

.m-3 {
    margin: 1rem;
}

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

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

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

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

.m-4 {
    margin: 1.5rem;
}

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

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

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

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

.m-5 {
    margin: 3rem;
}

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

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

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

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

.p-0 {
    padding: 0;
}

.pt-0,
.py-0 {
    padding-top: 0;
}

.pr-0,
.px-0 {
    padding-right: 0;
}

.pb-0,
.py-0 {
    padding-bottom: 0;
}

.pl-0,
.px-0 {
    padding-left: 0;
}

.p-1 {
    padding: 0.25rem;
}

.pt-1,
.py-1 {
    padding-top: 0.25rem;
}

.pr-1,
.px-1 {
    padding-right: 0.25rem;
}

.pb-1,
.py-1 {
    padding-bottom: 0.25rem;
}

.pl-1,
.px-1 {
    padding-left: 0.25rem;
}

.p-2 {
    padding: 0.5rem;
}

.pt-2,
.py-2 {
    padding-top: 0.5rem;
}

.pr-2,
.px-2 {
    padding-right: 0.5rem;
}

.pb-2,
.py-2 {
    padding-bottom: 0.5rem;
}

.pl-2,
.px-2 {
    padding-left: 0.5rem;
}

.p-3 {
    padding: 1rem;
}

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

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

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

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

.p-4 {
    padding: 1.5rem;
}

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

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

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

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

.p-5 {
    padding: 3rem;
}

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

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

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

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

.m-n1 {
    margin: -0.25rem;
}

.mt-n1,
.my-n1 {
    margin-top: -0.25rem;
}

.mr-n1,
.mx-n1 {
    margin-right: -0.25rem;
}

.mb-n1,
.my-n1 {
    margin-bottom: -0.25rem;
}

.ml-n1,
.mx-n1 {
    margin-left: -0.25rem;
}

.m-n2 {
    margin: -0.5rem;
}

.mt-n2,
.my-n2 {
    margin-top: -0.5rem;
}

.mr-n2,
.mx-n2 {
    margin-right: -0.5rem;
}

.mb-n2,
.my-n2 {
    margin-bottom: -0.5rem;
}

.ml-n2,
.mx-n2 {
    margin-left: -0.5rem;
}

.m-n3 {
    margin: -1rem;
}

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

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

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

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

.m-n4 {
    margin: -1.5rem;
}

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

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

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

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

.m-n5 {
    margin: -3rem;
}

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

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

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

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

.m-auto {
    margin: auto;
}

.mt-auto,
.my-auto {
    margin-top: auto;
}

.mr-auto,
.mx-auto {
    margin-right: auto;
}

.mb-auto,
.my-auto {
    margin-bottom: auto;
}

.ml-auto,
.mx-auto {
    margin-left: auto;
}

@media (min-width: 576px) {
    .m-sm-0 {
        margin: 0;
    }

    .mt-sm-0,
.my-sm-0 {
        margin-top: 0;
    }

    .mr-sm-0,
.mx-sm-0 {
        margin-right: 0;
    }

    .mb-sm-0,
.my-sm-0 {
        margin-bottom: 0;
    }

    .ml-sm-0,
.mx-sm-0 {
        margin-left: 0;
    }

    .m-sm-1 {
        margin: 0.25rem;
    }

    .mt-sm-1,
.my-sm-1 {
        margin-top: 0.25rem;
    }

    .mr-sm-1,
.mx-sm-1 {
        margin-right: 0.25rem;
    }

    .mb-sm-1,
.my-sm-1 {
        margin-bottom: 0.25rem;
    }

    .ml-sm-1,
.mx-sm-1 {
        margin-left: 0.25rem;
    }

    .m-sm-2 {
        margin: 0.5rem;
    }

    .mt-sm-2,
.my-sm-2 {
        margin-top: 0.5rem;
    }

    .mr-sm-2,
.mx-sm-2 {
        margin-right: 0.5rem;
    }

    .mb-sm-2,
.my-sm-2 {
        margin-bottom: 0.5rem;
    }

    .ml-sm-2,
.mx-sm-2 {
        margin-left: 0.5rem;
    }

    .m-sm-3 {
        margin: 1rem;
    }

    .mt-sm-3,
.my-sm-3 {
        margin-top: 1rem;
    }

    .mr-sm-3,
.mx-sm-3 {
        margin-right: 1rem;
    }

    .mb-sm-3,
.my-sm-3 {
        margin-bottom: 1rem;
    }

    .ml-sm-3,
.mx-sm-3 {
        margin-left: 1rem;
    }

    .m-sm-4 {
        margin: 1.5rem;
    }

    .mt-sm-4,
.my-sm-4 {
        margin-top: 1.5rem;
    }

    .mr-sm-4,
.mx-sm-4 {
        margin-right: 1.5rem;
    }

    .mb-sm-4,
.my-sm-4 {
        margin-bottom: 1.5rem;
    }

    .ml-sm-4,
.mx-sm-4 {
        margin-left: 1.5rem;
    }

    .m-sm-5 {
        margin: 3rem;
    }

    .mt-sm-5,
.my-sm-5 {
        margin-top: 3rem;
    }

    .mr-sm-5,
.mx-sm-5 {
        margin-right: 3rem;
    }

    .mb-sm-5,
.my-sm-5 {
        margin-bottom: 3rem;
    }

    .ml-sm-5,
.mx-sm-5 {
        margin-left: 3rem;
    }

    .p-sm-0 {
        padding: 0;
    }

    .pt-sm-0,
.py-sm-0 {
        padding-top: 0;
    }

    .pr-sm-0,
.px-sm-0 {
        padding-right: 0;
    }

    .pb-sm-0,
.py-sm-0 {
        padding-bottom: 0;
    }

    .pl-sm-0,
.px-sm-0 {
        padding-left: 0;
    }

    .p-sm-1 {
        padding: 0.25rem;
    }

    .pt-sm-1,
.py-sm-1 {
        padding-top: 0.25rem;
    }

    .pr-sm-1,
.px-sm-1 {
        padding-right: 0.25rem;
    }

    .pb-sm-1,
.py-sm-1 {
        padding-bottom: 0.25rem;
    }

    .pl-sm-1,
.px-sm-1 {
        padding-left: 0.25rem;
    }

    .p-sm-2 {
        padding: 0.5rem;
    }

    .pt-sm-2,
.py-sm-2 {
        padding-top: 0.5rem;
    }

    .pr-sm-2,
.px-sm-2 {
        padding-right: 0.5rem;
    }

    .pb-sm-2,
.py-sm-2 {
        padding-bottom: 0.5rem;
    }

    .pl-sm-2,
.px-sm-2 {
        padding-left: 0.5rem;
    }

    .p-sm-3 {
        padding: 1rem;
    }

    .pt-sm-3,
.py-sm-3 {
        padding-top: 1rem;
    }

    .pr-sm-3,
.px-sm-3 {
        padding-right: 1rem;
    }

    .pb-sm-3,
.py-sm-3 {
        padding-bottom: 1rem;
    }

    .pl-sm-3,
.px-sm-3 {
        padding-left: 1rem;
    }

    .p-sm-4 {
        padding: 1.5rem;
    }

    .pt-sm-4,
.py-sm-4 {
        padding-top: 1.5rem;
    }

    .pr-sm-4,
.px-sm-4 {
        padding-right: 1.5rem;
    }

    .pb-sm-4,
.py-sm-4 {
        padding-bottom: 1.5rem;
    }

    .pl-sm-4,
.px-sm-4 {
        padding-left: 1.5rem;
    }

    .p-sm-5 {
        padding: 3rem;
    }

    .pt-sm-5,
.py-sm-5 {
        padding-top: 3rem;
    }

    .pr-sm-5,
.px-sm-5 {
        padding-right: 3rem;
    }

    .pb-sm-5,
.py-sm-5 {
        padding-bottom: 3rem;
    }

    .pl-sm-5,
.px-sm-5 {
        padding-left: 3rem;
    }

    .m-sm-n1 {
        margin: -0.25rem;
    }

    .mt-sm-n1,
.my-sm-n1 {
        margin-top: -0.25rem;
    }

    .mr-sm-n1,
.mx-sm-n1 {
        margin-right: -0.25rem;
    }

    .mb-sm-n1,
.my-sm-n1 {
        margin-bottom: -0.25rem;
    }

    .ml-sm-n1,
.mx-sm-n1 {
        margin-left: -0.25rem;
    }

    .m-sm-n2 {
        margin: -0.5rem;
    }

    .mt-sm-n2,
.my-sm-n2 {
        margin-top: -0.5rem;
    }

    .mr-sm-n2,
.mx-sm-n2 {
        margin-right: -0.5rem;
    }

    .mb-sm-n2,
.my-sm-n2 {
        margin-bottom: -0.5rem;
    }

    .ml-sm-n2,
.mx-sm-n2 {
        margin-left: -0.5rem;
    }

    .m-sm-n3 {
        margin: -1rem;
    }

    .mt-sm-n3,
.my-sm-n3 {
        margin-top: -1rem;
    }

    .mr-sm-n3,
.mx-sm-n3 {
        margin-right: -1rem;
    }

    .mb-sm-n3,
.my-sm-n3 {
        margin-bottom: -1rem;
    }

    .ml-sm-n3,
.mx-sm-n3 {
        margin-left: -1rem;
    }

    .m-sm-n4 {
        margin: -1.5rem;
    }

    .mt-sm-n4,
.my-sm-n4 {
        margin-top: -1.5rem;
    }

    .mr-sm-n4,
.mx-sm-n4 {
        margin-right: -1.5rem;
    }

    .mb-sm-n4,
.my-sm-n4 {
        margin-bottom: -1.5rem;
    }

    .ml-sm-n4,
.mx-sm-n4 {
        margin-left: -1.5rem;
    }

    .m-sm-n5 {
        margin: -3rem;
    }

    .mt-sm-n5,
.my-sm-n5 {
        margin-top: -3rem;
    }

    .mr-sm-n5,
.mx-sm-n5 {
        margin-right: -3rem;
    }

    .mb-sm-n5,
.my-sm-n5 {
        margin-bottom: -3rem;
    }

    .ml-sm-n5,
.mx-sm-n5 {
        margin-left: -3rem;
    }

    .m-sm-auto {
        margin: auto;
    }

    .mt-sm-auto,
.my-sm-auto {
        margin-top: auto;
    }

    .mr-sm-auto,
.mx-sm-auto {
        margin-right: auto;
    }

    .mb-sm-auto,
.my-sm-auto {
        margin-bottom: auto;
    }

    .ml-sm-auto,
.mx-sm-auto {
        margin-left: auto;
    }
}
@media (min-width: 768px) {
    .m-md-0 {
        margin: 0;
    }

    .mt-md-0,
.my-md-0 {
        margin-top: 0;
    }

    .mr-md-0,
.mx-md-0 {
        margin-right: 0;
    }

    .mb-md-0,
.my-md-0 {
        margin-bottom: 0;
    }

    .ml-md-0,
.mx-md-0 {
        margin-left: 0;
    }

    .m-md-1 {
        margin: 0.25rem;
    }

    .mt-md-1,
.my-md-1 {
        margin-top: 0.25rem;
    }

    .mr-md-1,
.mx-md-1 {
        margin-right: 0.25rem;
    }

    .mb-md-1,
.my-md-1 {
        margin-bottom: 0.25rem;
    }

    .ml-md-1,
.mx-md-1 {
        margin-left: 0.25rem;
    }

    .m-md-2 {
        margin: 0.5rem;
    }

    .mt-md-2,
.my-md-2 {
        margin-top: 0.5rem;
    }

    .mr-md-2,
.mx-md-2 {
        margin-right: 0.5rem;
    }

    .mb-md-2,
.my-md-2 {
        margin-bottom: 0.5rem;
    }

    .ml-md-2,
.mx-md-2 {
        margin-left: 0.5rem;
    }

    .m-md-3 {
        margin: 1rem;
    }

    .mt-md-3,
.my-md-3 {
        margin-top: 1rem;
    }

    .mr-md-3,
.mx-md-3 {
        margin-right: 1rem;
    }

    .mb-md-3,
.my-md-3 {
        margin-bottom: 1rem;
    }

    .ml-md-3,
.mx-md-3 {
        margin-left: 1rem;
    }

    .m-md-4 {
        margin: 1.5rem;
    }

    .mt-md-4,
.my-md-4 {
        margin-top: 1.5rem;
    }

    .mr-md-4,
.mx-md-4 {
        margin-right: 1.5rem;
    }

    .mb-md-4,
.my-md-4 {
        margin-bottom: 1.5rem;
    }

    .ml-md-4,
.mx-md-4 {
        margin-left: 1.5rem;
    }

    .m-md-5 {
        margin: 3rem;
    }

    .mt-md-5,
.my-md-5 {
        margin-top: 3rem;
    }

    .mr-md-5,
.mx-md-5 {
        margin-right: 3rem;
    }

    .mb-md-5,
.my-md-5 {
        margin-bottom: 3rem;
    }

    .ml-md-5,
.mx-md-5 {
        margin-left: 3rem;
    }

    .p-md-0 {
        padding: 0;
    }

    .pt-md-0,
.py-md-0 {
        padding-top: 0;
    }

    .pr-md-0,
.px-md-0 {
        padding-right: 0;
    }

    .pb-md-0,
.py-md-0 {
        padding-bottom: 0;
    }

    .pl-md-0,
.px-md-0 {
        padding-left: 0;
    }

    .p-md-1 {
        padding: 0.25rem;
    }

    .pt-md-1,
.py-md-1 {
        padding-top: 0.25rem;
    }

    .pr-md-1,
.px-md-1 {
        padding-right: 0.25rem;
    }

    .pb-md-1,
.py-md-1 {
        padding-bottom: 0.25rem;
    }

    .pl-md-1,
.px-md-1 {
        padding-left: 0.25rem;
    }

    .p-md-2 {
        padding: 0.5rem;
    }

    .pt-md-2,
.py-md-2 {
        padding-top: 0.5rem;
    }

    .pr-md-2,
.px-md-2 {
        padding-right: 0.5rem;
    }

    .pb-md-2,
.py-md-2 {
        padding-bottom: 0.5rem;
    }

    .pl-md-2,
.px-md-2 {
        padding-left: 0.5rem;
    }

    .p-md-3 {
        padding: 1rem;
    }

    .pt-md-3,
.py-md-3 {
        padding-top: 1rem;
    }

    .pr-md-3,
.px-md-3 {
        padding-right: 1rem;
    }

    .pb-md-3,
.py-md-3 {
        padding-bottom: 1rem;
    }

    .pl-md-3,
.px-md-3 {
        padding-left: 1rem;
    }

    .p-md-4 {
        padding: 1.5rem;
    }

    .pt-md-4,
.py-md-4 {
        padding-top: 1.5rem;
    }

    .pr-md-4,
.px-md-4 {
        padding-right: 1.5rem;
    }

    .pb-md-4,
.py-md-4 {
        padding-bottom: 1.5rem;
    }

    .pl-md-4,
.px-md-4 {
        padding-left: 1.5rem;
    }

    .p-md-5 {
        padding: 3rem;
    }

    .pt-md-5,
.py-md-5 {
        padding-top: 3rem;
    }

    .pr-md-5,
.px-md-5 {
        padding-right: 3rem;
    }

    .pb-md-5,
.py-md-5 {
        padding-bottom: 3rem;
    }

    .pl-md-5,
.px-md-5 {
        padding-left: 3rem;
    }

    .m-md-n1 {
        margin: -0.25rem;
    }

    .mt-md-n1,
.my-md-n1 {
        margin-top: -0.25rem;
    }

    .mr-md-n1,
.mx-md-n1 {
        margin-right: -0.25rem;
    }

    .mb-md-n1,
.my-md-n1 {
        margin-bottom: -0.25rem;
    }

    .ml-md-n1,
.mx-md-n1 {
        margin-left: -0.25rem;
    }

    .m-md-n2 {
        margin: -0.5rem;
    }

    .mt-md-n2,
.my-md-n2 {
        margin-top: -0.5rem;
    }

    .mr-md-n2,
.mx-md-n2 {
        margin-right: -0.5rem;
    }

    .mb-md-n2,
.my-md-n2 {
        margin-bottom: -0.5rem;
    }

    .ml-md-n2,
.mx-md-n2 {
        margin-left: -0.5rem;
    }

    .m-md-n3 {
        margin: -1rem;
    }

    .mt-md-n3,
.my-md-n3 {
        margin-top: -1rem;
    }

    .mr-md-n3,
.mx-md-n3 {
        margin-right: -1rem;
    }

    .mb-md-n3,
.my-md-n3 {
        margin-bottom: -1rem;
    }

    .ml-md-n3,
.mx-md-n3 {
        margin-left: -1rem;
    }

    .m-md-n4 {
        margin: -1.5rem;
    }

    .mt-md-n4,
.my-md-n4 {
        margin-top: -1.5rem;
    }

    .mr-md-n4,
.mx-md-n4 {
        margin-right: -1.5rem;
    }

    .mb-md-n4,
.my-md-n4 {
        margin-bottom: -1.5rem;
    }

    .ml-md-n4,
.mx-md-n4 {
        margin-left: -1.5rem;
    }

    .m-md-n5 {
        margin: -3rem;
    }

    .mt-md-n5,
.my-md-n5 {
        margin-top: -3rem;
    }

    .mr-md-n5,
.mx-md-n5 {
        margin-right: -3rem;
    }

    .mb-md-n5,
.my-md-n5 {
        margin-bottom: -3rem;
    }

    .ml-md-n5,
.mx-md-n5 {
        margin-left: -3rem;
    }

    .m-md-auto {
        margin: auto;
    }

    .mt-md-auto,
.my-md-auto {
        margin-top: auto;
    }

    .mr-md-auto,
.mx-md-auto {
        margin-right: auto;
    }

    .mb-md-auto,
.my-md-auto {
        margin-bottom: auto;
    }

    .ml-md-auto,
.mx-md-auto {
        margin-left: auto;
    }
}
@media (min-width: 992px) {
    .m-lg-0 {
        margin: 0;
    }

    .mt-lg-0,
.my-lg-0 {
        margin-top: 0;
    }

    .mr-lg-0,
.mx-lg-0 {
        margin-right: 0;
    }

    .mb-lg-0,
.my-lg-0 {
        margin-bottom: 0;
    }

    .ml-lg-0,
.mx-lg-0 {
        margin-left: 0;
    }

    .m-lg-1 {
        margin: 0.25rem;
    }

    .mt-lg-1,
.my-lg-1 {
        margin-top: 0.25rem;
    }

    .mr-lg-1,
.mx-lg-1 {
        margin-right: 0.25rem;
    }

    .mb-lg-1,
.my-lg-1 {
        margin-bottom: 0.25rem;
    }

    .ml-lg-1,
.mx-lg-1 {
        margin-left: 0.25rem;
    }

    .m-lg-2 {
        margin: 0.5rem;
    }

    .mt-lg-2,
.my-lg-2 {
        margin-top: 0.5rem;
    }

    .mr-lg-2,
.mx-lg-2 {
        margin-right: 0.5rem;
    }

    .mb-lg-2,
.my-lg-2 {
        margin-bottom: 0.5rem;
    }

    .ml-lg-2,
.mx-lg-2 {
        margin-left: 0.5rem;
    }

    .m-lg-3 {
        margin: 1rem;
    }

    .mt-lg-3,
.my-lg-3 {
        margin-top: 1rem;
    }

    .mr-lg-3,
.mx-lg-3 {
        margin-right: 1rem;
    }

    .mb-lg-3,
.my-lg-3 {
        margin-bottom: 1rem;
    }

    .ml-lg-3,
.mx-lg-3 {
        margin-left: 1rem;
    }

    .m-lg-4 {
        margin: 1.5rem;
    }

    .mt-lg-4,
.my-lg-4 {
        margin-top: 1.5rem;
    }

    .mr-lg-4,
.mx-lg-4 {
        margin-right: 1.5rem;
    }

    .mb-lg-4,
.my-lg-4 {
        margin-bottom: 1.5rem;
    }

    .ml-lg-4,
.mx-lg-4 {
        margin-left: 1.5rem;
    }

    .m-lg-5 {
        margin: 3rem;
    }

    .mt-lg-5,
.my-lg-5 {
        margin-top: 3rem;
    }

    .mr-lg-5,
.mx-lg-5 {
        margin-right: 3rem;
    }

    .mb-lg-5,
.my-lg-5 {
        margin-bottom: 3rem;
    }

    .ml-lg-5,
.mx-lg-5 {
        margin-left: 3rem;
    }

    .p-lg-0 {
        padding: 0;
    }

    .pt-lg-0,
.py-lg-0 {
        padding-top: 0;
    }

    .pr-lg-0,
.px-lg-0 {
        padding-right: 0;
    }

    .pb-lg-0,
.py-lg-0 {
        padding-bottom: 0;
    }

    .pl-lg-0,
.px-lg-0 {
        padding-left: 0;
    }

    .p-lg-1 {
        padding: 0.25rem;
    }

    .pt-lg-1,
.py-lg-1 {
        padding-top: 0.25rem;
    }

    .pr-lg-1,
.px-lg-1 {
        padding-right: 0.25rem;
    }

    .pb-lg-1,
.py-lg-1 {
        padding-bottom: 0.25rem;
    }

    .pl-lg-1,
.px-lg-1 {
        padding-left: 0.25rem;
    }

    .p-lg-2 {
        padding: 0.5rem;
    }

    .pt-lg-2,
.py-lg-2 {
        padding-top: 0.5rem;
    }

    .pr-lg-2,
.px-lg-2 {
        padding-right: 0.5rem;
    }

    .pb-lg-2,
.py-lg-2 {
        padding-bottom: 0.5rem;
    }

    .pl-lg-2,
.px-lg-2 {
        padding-left: 0.5rem;
    }

    .p-lg-3 {
        padding: 1rem;
    }

    .pt-lg-3,
.py-lg-3 {
        padding-top: 1rem;
    }

    .pr-lg-3,
.px-lg-3 {
        padding-right: 1rem;
    }

    .pb-lg-3,
.py-lg-3 {
        padding-bottom: 1rem;
    }

    .pl-lg-3,
.px-lg-3 {
        padding-left: 1rem;
    }

    .p-lg-4 {
        padding: 1.5rem;
    }

    .pt-lg-4,
.py-lg-4 {
        padding-top: 1.5rem;
    }

    .pr-lg-4,
.px-lg-4 {
        padding-right: 1.5rem;
    }

    .pb-lg-4,
.py-lg-4 {
        padding-bottom: 1.5rem;
    }

    .pl-lg-4,
.px-lg-4 {
        padding-left: 1.5rem;
    }

    .p-lg-5 {
        padding: 3rem;
    }

    .pt-lg-5,
.py-lg-5 {
        padding-top: 3rem;
    }

    .pr-lg-5,
.px-lg-5 {
        padding-right: 3rem;
    }

    .pb-lg-5,
.py-lg-5 {
        padding-bottom: 3rem;
    }

    .pl-lg-5,
.px-lg-5 {
        padding-left: 3rem;
    }

    .m-lg-n1 {
        margin: -0.25rem;
    }

    .mt-lg-n1,
.my-lg-n1 {
        margin-top: -0.25rem;
    }

    .mr-lg-n1,
.mx-lg-n1 {
        margin-right: -0.25rem;
    }

    .mb-lg-n1,
.my-lg-n1 {
        margin-bottom: -0.25rem;
    }

    .ml-lg-n1,
.mx-lg-n1 {
        margin-left: -0.25rem;
    }

    .m-lg-n2 {
        margin: -0.5rem;
    }

    .mt-lg-n2,
.my-lg-n2 {
        margin-top: -0.5rem;
    }

    .mr-lg-n2,
.mx-lg-n2 {
        margin-right: -0.5rem;
    }

    .mb-lg-n2,
.my-lg-n2 {
        margin-bottom: -0.5rem;
    }

    .ml-lg-n2,
.mx-lg-n2 {
        margin-left: -0.5rem;
    }

    .m-lg-n3 {
        margin: -1rem;
    }

    .mt-lg-n3,
.my-lg-n3 {
        margin-top: -1rem;
    }

    .mr-lg-n3,
.mx-lg-n3 {
        margin-right: -1rem;
    }

    .mb-lg-n3,
.my-lg-n3 {
        margin-bottom: -1rem;
    }

    .ml-lg-n3,
.mx-lg-n3 {
        margin-left: -1rem;
    }

    .m-lg-n4 {
        margin: -1.5rem;
    }

    .mt-lg-n4,
.my-lg-n4 {
        margin-top: -1.5rem;
    }

    .mr-lg-n4,
.mx-lg-n4 {
        margin-right: -1.5rem;
    }

    .mb-lg-n4,
.my-lg-n4 {
        margin-bottom: -1.5rem;
    }

    .ml-lg-n4,
.mx-lg-n4 {
        margin-left: -1.5rem;
    }

    .m-lg-n5 {
        margin: -3rem;
    }

    .mt-lg-n5,
.my-lg-n5 {
        margin-top: -3rem;
    }

    .mr-lg-n5,
.mx-lg-n5 {
        margin-right: -3rem;
    }

    .mb-lg-n5,
.my-lg-n5 {
        margin-bottom: -3rem;
    }

    .ml-lg-n5,
.mx-lg-n5 {
        margin-left: -3rem;
    }

    .m-lg-auto {
        margin: auto;
    }

    .mt-lg-auto,
.my-lg-auto {
        margin-top: auto;
    }

    .mr-lg-auto,
.mx-lg-auto {
        margin-right: auto;
    }

    .mb-lg-auto,
.my-lg-auto {
        margin-bottom: auto;
    }

    .ml-lg-auto,
.mx-lg-auto {
        margin-left: auto;
    }
}
@media (min-width: 1200px) {
    .m-xl-0 {
        margin: 0;
    }

    .mt-xl-0,
.my-xl-0 {
        margin-top: 0;
    }

    .mr-xl-0,
.mx-xl-0 {
        margin-right: 0;
    }

    .mb-xl-0,
.my-xl-0 {
        margin-bottom: 0;
    }

    .ml-xl-0,
.mx-xl-0 {
        margin-left: 0;
    }

    .m-xl-1 {
        margin: 0.25rem;
    }

    .mt-xl-1,
.my-xl-1 {
        margin-top: 0.25rem;
    }

    .mr-xl-1,
.mx-xl-1 {
        margin-right: 0.25rem;
    }

    .mb-xl-1,
.my-xl-1 {
        margin-bottom: 0.25rem;
    }

    .ml-xl-1,
.mx-xl-1 {
        margin-left: 0.25rem;
    }

    .m-xl-2 {
        margin: 0.5rem;
    }

    .mt-xl-2,
.my-xl-2 {
        margin-top: 0.5rem;
    }

    .mr-xl-2,
.mx-xl-2 {
        margin-right: 0.5rem;
    }

    .mb-xl-2,
.my-xl-2 {
        margin-bottom: 0.5rem;
    }

    .ml-xl-2,
.mx-xl-2 {
        margin-left: 0.5rem;
    }

    .m-xl-3 {
        margin: 1rem;
    }

    .mt-xl-3,
.my-xl-3 {
        margin-top: 1rem;
    }

    .mr-xl-3,
.mx-xl-3 {
        margin-right: 1rem;
    }

    .mb-xl-3,
.my-xl-3 {
        margin-bottom: 1rem;
    }

    .ml-xl-3,
.mx-xl-3 {
        margin-left: 1rem;
    }

    .m-xl-4 {
        margin: 1.5rem;
    }

    .mt-xl-4,
.my-xl-4 {
        margin-top: 1.5rem;
    }

    .mr-xl-4,
.mx-xl-4 {
        margin-right: 1.5rem;
    }

    .mb-xl-4,
.my-xl-4 {
        margin-bottom: 1.5rem;
    }

    .ml-xl-4,
.mx-xl-4 {
        margin-left: 1.5rem;
    }

    .m-xl-5 {
        margin: 3rem;
    }

    .mt-xl-5,
.my-xl-5 {
        margin-top: 3rem;
    }

    .mr-xl-5,
.mx-xl-5 {
        margin-right: 3rem;
    }

    .mb-xl-5,
.my-xl-5 {
        margin-bottom: 3rem;
    }

    .ml-xl-5,
.mx-xl-5 {
        margin-left: 3rem;
    }

    .p-xl-0 {
        padding: 0;
    }

    .pt-xl-0,
.py-xl-0 {
        padding-top: 0;
    }

    .pr-xl-0,
.px-xl-0 {
        padding-right: 0;
    }

    .pb-xl-0,
.py-xl-0 {
        padding-bottom: 0;
    }

    .pl-xl-0,
.px-xl-0 {
        padding-left: 0;
    }

    .p-xl-1 {
        padding: 0.25rem;
    }

    .pt-xl-1,
.py-xl-1 {
        padding-top: 0.25rem;
    }

    .pr-xl-1,
.px-xl-1 {
        padding-right: 0.25rem;
    }

    .pb-xl-1,
.py-xl-1 {
        padding-bottom: 0.25rem;
    }

    .pl-xl-1,
.px-xl-1 {
        padding-left: 0.25rem;
    }

    .p-xl-2 {
        padding: 0.5rem;
    }

    .pt-xl-2,
.py-xl-2 {
        padding-top: 0.5rem;
    }

    .pr-xl-2,
.px-xl-2 {
        padding-right: 0.5rem;
    }

    .pb-xl-2,
.py-xl-2 {
        padding-bottom: 0.5rem;
    }

    .pl-xl-2,
.px-xl-2 {
        padding-left: 0.5rem;
    }

    .p-xl-3 {
        padding: 1rem;
    }

    .pt-xl-3,
.py-xl-3 {
        padding-top: 1rem;
    }

    .pr-xl-3,
.px-xl-3 {
        padding-right: 1rem;
    }

    .pb-xl-3,
.py-xl-3 {
        padding-bottom: 1rem;
    }

    .pl-xl-3,
.px-xl-3 {
        padding-left: 1rem;
    }

    .p-xl-4 {
        padding: 1.5rem;
    }

    .pt-xl-4,
.py-xl-4 {
        padding-top: 1.5rem;
    }

    .pr-xl-4,
.px-xl-4 {
        padding-right: 1.5rem;
    }

    .pb-xl-4,
.py-xl-4 {
        padding-bottom: 1.5rem;
    }

    .pl-xl-4,
.px-xl-4 {
        padding-left: 1.5rem;
    }

    .p-xl-5 {
        padding: 3rem;
    }

    .pt-xl-5,
.py-xl-5 {
        padding-top: 3rem;
    }

    .pr-xl-5,
.px-xl-5 {
        padding-right: 3rem;
    }

    .pb-xl-5,
.py-xl-5 {
        padding-bottom: 3rem;
    }

    .pl-xl-5,
.px-xl-5 {
        padding-left: 3rem;
    }

    .m-xl-n1 {
        margin: -0.25rem;
    }

    .mt-xl-n1,
.my-xl-n1 {
        margin-top: -0.25rem;
    }

    .mr-xl-n1,
.mx-xl-n1 {
        margin-right: -0.25rem;
    }

    .mb-xl-n1,
.my-xl-n1 {
        margin-bottom: -0.25rem;
    }

    .ml-xl-n1,
.mx-xl-n1 {
        margin-left: -0.25rem;
    }

    .m-xl-n2 {
        margin: -0.5rem;
    }

    .mt-xl-n2,
.my-xl-n2 {
        margin-top: -0.5rem;
    }

    .mr-xl-n2,
.mx-xl-n2 {
        margin-right: -0.5rem;
    }

    .mb-xl-n2,
.my-xl-n2 {
        margin-bottom: -0.5rem;
    }

    .ml-xl-n2,
.mx-xl-n2 {
        margin-left: -0.5rem;
    }

    .m-xl-n3 {
        margin: -1rem;
    }

    .mt-xl-n3,
.my-xl-n3 {
        margin-top: -1rem;
    }

    .mr-xl-n3,
.mx-xl-n3 {
        margin-right: -1rem;
    }

    .mb-xl-n3,
.my-xl-n3 {
        margin-bottom: -1rem;
    }

    .ml-xl-n3,
.mx-xl-n3 {
        margin-left: -1rem;
    }

    .m-xl-n4 {
        margin: -1.5rem;
    }

    .mt-xl-n4,
.my-xl-n4 {
        margin-top: -1.5rem;
    }

    .mr-xl-n4,
.mx-xl-n4 {
        margin-right: -1.5rem;
    }

    .mb-xl-n4,
.my-xl-n4 {
        margin-bottom: -1.5rem;
    }

    .ml-xl-n4,
.mx-xl-n4 {
        margin-left: -1.5rem;
    }

    .m-xl-n5 {
        margin: -3rem;
    }

    .mt-xl-n5,
.my-xl-n5 {
        margin-top: -3rem;
    }

    .mr-xl-n5,
.mx-xl-n5 {
        margin-right: -3rem;
    }

    .mb-xl-n5,
.my-xl-n5 {
        margin-bottom: -3rem;
    }

    .ml-xl-n5,
.mx-xl-n5 {
        margin-left: -3rem;
    }

    .m-xl-auto {
        margin: auto;
    }

    .mt-xl-auto,
.my-xl-auto {
        margin-top: auto;
    }

    .mr-xl-auto,
.mx-xl-auto {
        margin-right: auto;
    }

    .mb-xl-auto,
.my-xl-auto {
        margin-bottom: auto;
    }

    .ml-xl-auto,
.mx-xl-auto {
        margin-left: auto;
    }
}
/*# sourceMappingURL=bootstrap-grid.css.map */
html {
    font-size: 62.5%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
    font-size: 1em;
    line-height: 1.4;
}

*,
::before,
::after {
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

::-moz-selection {
    background: #A3141E;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #A3141E;
    color: #fff;
    text-shadow: none;
}

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

audio,
canvas,
video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
}

[hidden] {
    display: none;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    display: inherit;
    font-size: inherit;
    font-weight: inherit;
}
h1:hover, h1:active, h1:focus, h2:hover, h2:active, h2:focus, h3:hover, h3:active, h3:focus, h4:hover, h4:active, h4:focus, h5:hover, h5:active, h5:focus, h6:hover, h6:active, h6:focus {
    outline: none;
}

a {
    color: #000;
    cursor: pointer;
    text-decoration: none;
}
a:hover, a:active, a:focus {
    color: #000;
    outline: none;
}

bbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

blockquote {
    margin: 1em 40px;
}

dfn {
    font-style: italic;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cbc1b3;
    margin: 1.5em 0;
    padding: 0;
}

ins {
    background: #ff9;
    color: #000;
    text-decoration: none;
}

mark {
    background: #ff0;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

pre,
code,
kbd,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}

pre {
    white-space: pre-wrap;
    word-wrap: break-word;
}

q {
    quotes: none;
}

q:before,
q:after {
    content: "";
}

small {
    font-size: 85%;
}

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

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

ul,
ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

dd {
    margin: 0 0 0 40px;
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: middle;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td {
    vertical-align: top;
}

form {
    margin: 0;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

label {
    cursor: pointer;
}

legend {
    border: 0;
    padding: 0;
    white-space: normal;
}

button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    outline: none;
}

button,
input {
    line-height: normal;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
    cursor: pointer;
    -webkit-appearance: button;
}

button[disabled],
input[disabled] {
    cursor: default;
}

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

input[type=search] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical;
}

input:invalid,
textarea:invalid {
    background-color: #f0dddd;
}

/**
 * Swiper 7.0.8
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 4, 2021
 */
@font-face {
    font-family: swiper-icons;
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
    font-weight: 400;
    font-style: normal;
}
:root {
    --swiper-theme-color:#007aff;
}

.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
    flex-direction: column;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-wrapper {
    transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
    touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
    touch-action: pan-x;
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
}

.swiper-slide-invisible-blank {
    visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
    height: auto;
}

.swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height;
}

.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-wrapper {
    transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-css-mode > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
    scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
    scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
    content: "";
    flex-shrink: 0;
    order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
    margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
    margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
    width: 100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: center center;
}

required styles .leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
    position: absolute;
    left: 0;
    top: 0;
}

.leaflet-container {
    overflow: hidden;
}

.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
}

/* Prevents IE11 from highlighting tiles in blue */
.leaflet-tile::selection {
    background: transparent;
}

/* Safari renders non-retina tile on retina better with this, but Chrome is worse */
.leaflet-safari .leaflet-tile {
    image-rendering: -webkit-optimize-contrast;
}

/* hack that prevents hw layers "stretching" when loading new tiles */
.leaflet-safari .leaflet-tile-container {
    width: 1600px;
    height: 1600px;
    -webkit-transform-origin: 0 0;
}

.leaflet-marker-icon,
.leaflet-marker-shadow {
    display: block;
}

/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container .leaflet-overlay-pane svg,
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
    max-width: none !important;
    max-height: none !important;
}

.leaflet-container.leaflet-touch-zoom {
    touch-action: pan-x pan-y;
}

.leaflet-container.leaflet-touch-drag {
    /* Fallback for FF which doesn't support pinch-zoom */
    touch-action: none;
    touch-action: pinch-zoom;
}

.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
    touch-action: none;
}

.leaflet-container {
    -webkit-tap-highlight-color: transparent;
}

.leaflet-container a {
    -webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}

.leaflet-tile {
    filter: inherit;
    visibility: hidden;
}

.leaflet-tile-loaded {
    visibility: inherit;
}

.leaflet-zoom-box {
    width: 0;
    height: 0;
    box-sizing: border-box;
    z-index: 800;
}

/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
    -moz-user-select: none;
}

.leaflet-pane {
    z-index: 400;
}

.leaflet-tile-pane {
    z-index: 200;
}

.leaflet-overlay-pane {
    z-index: 400;
}

.leaflet-shadow-pane {
    z-index: 500;
}

.leaflet-marker-pane {
    z-index: 600;
}

.leaflet-tooltip-pane {
    z-index: 650;
}

.leaflet-popup-pane {
    z-index: 700;
}

.leaflet-map-pane canvas {
    z-index: 100;
}

.leaflet-map-pane svg {
    z-index: 200;
}

.leaflet-vml-shape {
    width: 1px;
    height: 1px;
}

.lvml {
    behavior: url(#default#VML);
    display: inline-block;
    position: absolute;
}

/* control positioning */
.leaflet-control {
    position: relative;
    z-index: 800;
    pointer-events: visiblePainted;
    /* IE 9-10 doesn't have auto */
    pointer-events: auto;
}

.leaflet-top,
.leaflet-bottom {
    position: absolute;
    z-index: 1000;
    pointer-events: none;
}

.leaflet-top {
    top: 0;
}

.leaflet-right {
    right: 0;
}

.leaflet-bottom {
    bottom: 0;
}

.leaflet-left {
    left: 0;
}

.leaflet-control {
    float: left;
    clear: both;
}

.leaflet-right .leaflet-control {
    float: right;
}

.leaflet-top .leaflet-control {
    margin-top: 10px;
}

.leaflet-bottom .leaflet-control {
    margin-bottom: 10px;
}

.leaflet-left .leaflet-control {
    margin-left: 10px;
}

.leaflet-right .leaflet-control {
    margin-right: 10px;
}

/* zoom and fade animations */
.leaflet-fade-anim .leaflet-tile {
    will-change: opacity;
}

.leaflet-fade-anim .leaflet-popup {
    opacity: 0;
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}

.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
    opacity: 1;
}

.leaflet-zoom-animated {
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

.leaflet-zoom-anim .leaflet-zoom-animated {
    will-change: transform;
}

.leaflet-zoom-anim .leaflet-zoom-animated {
    -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
    -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
    transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1);
}

.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
}

.leaflet-zoom-anim .leaflet-zoom-hide {
    visibility: hidden;
}

/* cursors */
.leaflet-interactive {
    cursor: pointer;
}

.leaflet-grab {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: grab;
}

.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
    cursor: crosshair;
}

.leaflet-popup-pane,
.leaflet-control {
    cursor: auto;
}

.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: grabbing;
}

/* marker & overlays interactivity */
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
    pointer-events: none;
}

.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive,
svg.leaflet-image-layer.leaflet-interactive path {
    pointer-events: visiblePainted;
    /* IE 9-10 doesn't have auto */
    pointer-events: auto;
}

/* visual tweaks */
.leaflet-container {
    background: #ddd;
    outline: 0;
}

.leaflet-container a {
    color: #0078a8;
}

.leaflet-container a.leaflet-active {
    outline: 2px solid orange;
}

.leaflet-zoom-box {
    border: 2px dotted #38f;
    background: rgba(255, 255, 255, 0.5);
}

/* general typography */
.leaflet-container {
    font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
}

/* general toolbar styles */
.leaflet-bar {
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
    border-radius: 4px;
}

.leaflet-bar a,
.leaflet-bar a:hover {
    background-color: #fff;
    border-bottom: 1px solid #ccc;
    width: 26px;
    height: 26px;
    line-height: 26px;
    display: block;
    text-align: center;
    text-decoration: none;
    color: black;
}

.leaflet-bar a,
.leaflet-control-layers-toggle {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    display: block;
}

.leaflet-bar a:hover {
    background-color: #f4f4f4;
}

.leaflet-bar a:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.leaflet-bar a:last-child {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom: none;
}

.leaflet-bar a.leaflet-disabled {
    cursor: default;
    background-color: #f4f4f4;
    color: #bbb;
}

.leaflet-touch .leaflet-bar a {
    width: 30px;
    height: 30px;
    line-height: 30px;
}

.leaflet-touch .leaflet-bar a:first-child {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}

.leaflet-touch .leaflet-bar a:last-child {
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
}

/* zoom control */
.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
    font: bold 18px "Lucida Console", Monaco, monospace;
    text-indent: 1px;
}

.leaflet-touch .leaflet-control-zoom-in,
.leaflet-touch .leaflet-control-zoom-out {
    font-size: 22px;
}

/* layers control */
.leaflet-control-layers {
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
    background: #fff;
    border-radius: 5px;
}

/* .leaflet-control-layers-toggle {
    background-image: url(images/layers.png);
    width: 36px;
    height: 36px;
}
.leaflet-retina .leaflet-control-layers-toggle {
    background-image: url(images/layers-2x.png);
    background-size: 26px 26px;
} */
.leaflet-touch .leaflet-control-layers-toggle {
    width: 44px;
    height: 44px;
}

.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
    display: none;
}

.leaflet-control-layers-expanded .leaflet-control-layers-list {
    display: block;
    position: relative;
}

.leaflet-control-layers-expanded {
    padding: 6px 10px 6px 6px;
    color: #333;
    background: #fff;
}

.leaflet-control-layers-scrollbar {
    overflow-y: scroll;
    overflow-x: hidden;
    padding-right: 5px;
}

.leaflet-control-layers-selector {
    margin-top: 2px;
    position: relative;
    top: 1px;
}

.leaflet-control-layers label {
    display: block;
}

.leaflet-control-layers-separator {
    height: 0;
    border-top: 1px solid #ddd;
    margin: 5px -10px 5px -6px;
}

/* Default icon URLs */
/* .leaflet-default-icon-path {
    background-image: url(images/marker-icon.png);
} */
/* attribution and scale controls */
.leaflet-container .leaflet-control-attribution {
    background: #fff;
    background: rgba(255, 255, 255, 0.7);
    margin: 0;
}

.leaflet-control-attribution,
.leaflet-control-scale-line {
    padding: 0 5px;
    color: #333;
}

.leaflet-control-attribution a {
    text-decoration: none;
}

.leaflet-control-attribution a:hover {
    text-decoration: underline;
}

.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
    font-size: 11px;
}

.leaflet-left .leaflet-control-scale {
    margin-left: 5px;
}

.leaflet-bottom .leaflet-control-scale {
    margin-bottom: 5px;
}

.leaflet-control-scale-line {
    border: 2px solid #777;
    border-top: none;
    line-height: 1.1;
    padding: 2px 5px 1px;
    font-size: 11px;
    white-space: nowrap;
    overflow: hidden;
    box-sizing: border-box;
    background: #fff;
    background: rgba(255, 255, 255, 0.5);
}

.leaflet-control-scale-line:not(:first-child) {
    border-top: 2px solid #777;
    border-bottom: none;
    margin-top: -2px;
}

.leaflet-control-scale-line:not(:first-child):not(:last-child) {
    border-bottom: 2px solid #777;
}

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
    box-shadow: none;
}

.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
    border: 2px solid rgba(0, 0, 0, 0.2);
    background-clip: padding-box;
}

/* popup */
.leaflet-popup {
    position: absolute;
    text-align: center;
    margin-bottom: 20px;
}

.leaflet-popup-content-wrapper {
    padding: 1px;
    text-align: left;
    border-radius: 12px;
}

.leaflet-popup-content {
    margin: 13px 19px;
    line-height: 1.4;
}

.leaflet-popup-content p, .leaflet-popup-content .block-specs .block-specs-item span:nth-child(2), .block-specs .block-specs-item .leaflet-popup-content span:nth-child(2) {
    margin: 18px 0;
}

.leaflet-popup-tip-container {
    width: 40px;
    height: 20px;
    position: absolute;
    left: 50%;
    margin-left: -20px;
    overflow: hidden;
    pointer-events: none;
}

.leaflet-popup-tip {
    width: 17px;
    height: 17px;
    padding: 1px;
    margin: -10px auto 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
    background: white;
    color: #333;
    box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4);
}

.leaflet-container a.leaflet-popup-close-button {
    position: absolute;
    top: 0;
    right: 0;
    padding: 4px 4px 0 0;
    border: none;
    text-align: center;
    width: 18px;
    height: 14px;
    font: 16px/14px Tahoma, Verdana, sans-serif;
    color: #c3c3c3;
    text-decoration: none;
    font-weight: bold;
    background: transparent;
}

.leaflet-container a.leaflet-popup-close-button:hover {
    color: #999;
}

.leaflet-popup-scrolled {
    overflow: auto;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
}

.leaflet-oldie .leaflet-popup-content-wrapper {
    -ms-zoom: 1;
    zoom: 1;
}

.leaflet-oldie .leaflet-popup-tip {
    width: 24px;
    margin: 0 auto;
}

.leaflet-oldie .leaflet-popup-tip-container {
    margin-top: -1px;
}

.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
    border: 1px solid #999;
}

/* div icon */
.leaflet-div-icon {
    background: #fff;
    border: 1px solid #666;
}

/* Tooltip */
/* Base styles for the element that has a tooltip */
.leaflet-tooltip {
    position: absolute;
    padding: 6px;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 3px;
    color: #222;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}

.leaflet-tooltip.leaflet-clickable {
    cursor: pointer;
    pointer-events: auto;
}

.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
    position: absolute;
    pointer-events: none;
    border: 6px solid transparent;
    background: transparent;
    content: "";
}

/* Directions */
.leaflet-tooltip-bottom {
    margin-top: 6px;
}

.leaflet-tooltip-top {
    margin-top: -6px;
}

.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
    left: 50%;
    margin-left: -6px;
}

.leaflet-tooltip-top:before {
    bottom: 0;
    margin-bottom: -12px;
    border-top-color: #fff;
}

.leaflet-tooltip-bottom:before {
    top: 0;
    margin-top: -12px;
    margin-left: -6px;
    border-bottom-color: #fff;
}

.leaflet-tooltip-left {
    margin-left: -6px;
}

.leaflet-tooltip-right {
    margin-left: 6px;
}

.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
    top: 50%;
    margin-top: -6px;
}

.leaflet-tooltip-left:before {
    right: 0;
    margin-right: -12px;
    border-left-color: #fff;
}

.leaflet-tooltip-right:before {
    left: 0;
    margin-left: -12px;
    border-right-color: #fff;
}

@media print {
    * {
        background: transparent;
        color: black;
        box-shadow: none;
        text-shadow: none;
        filter: none;
    }

    /* Black prints faster: h5bp.com/s */
    a,
a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    .ir a:after,
a[href^="javascript:"]:after,
a[href^="#"]:after {
        content: "";
    }

    /* Don't show links for images,
    or javascript/internal links */
    pre,
blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    /* h5bp.com/t */
    tr,
img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100%;
    }

    @page {
        margin: 0.5cm;
    }
    p, .block-specs .block-specs-item span:nth-child(2),
h2,
h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
h3 {
        page-break-after: avoid;
    }
}
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text, .wp-caption .block-specs .block-specs-item span.wp-caption-text:nth-child(2), .block-specs .block-specs-item .wp-caption span.wp-caption-text:nth-child(2) {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto;
    color: #21759b;
    display: block;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}

@font-face {
    font-family: "Gotham";
    src: url(/wp-content/themes/epaps/assets/fonts/Gotham-Book.woff2) format("woff2"), url(/wp-content/themes/epaps/assets/fonts/Gotham-Book.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    font-display: swap;
}
@font-face {
    font-family: "Gotham";
    src: url(/wp-content/themes/epaps/assets/fonts/Gotham-Medium.woff2) format("woff2"), url(/wp-content/themes/epaps/assets/fonts/Gotham-Medium.woff) format("woff");
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    font-display: swap;
}
@font-face {
    font-family: "Gotham";
    src: url(/wp-content/themes/epaps/assets/fonts/Gotham-Bold.woff2) format("woff2"), url(/wp-content/themes/epaps/assets/fonts/Gotham-Bold.woff) format("woff");
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    font-display: swap;
}
@font-face {
    font-family: "Gotham";
    src: url(/wp-content/themes/epaps/assets/fonts/Gotham-Ultra.woff2) format("woff2"), url(/wp-content/themes/epaps/assets/fonts/Gotham-Ultra.woff) format("woff");
    font-weight: 800;
    font-style: normal;
    font-stretch: normal;
    font-display: swap;
}
@font-face {
    font-family: "Gotham";
    src: url(/wp-content/themes/epaps/assets/fonts/Gotham-Black.woff2) format("woff2"), url(/wp-content/themes/epaps/assets/fonts/Gotham-Black.woff) format("woff");
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    font-display: swap;
}
@font-face {
    font-family: "Inter";
    src: url(/wp-content/themes/epaps/assets/fonts/Inter-Regular.woff2) format("woff2"), url(/wp-content/themes/epaps/assets/fonts/Inter-Regular.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    font-display: swap;
}
@font-face {
    font-family: "Inter";
    src: url(/wp-content/themes/epaps/assets/fonts/Inter-Medium.woff2) format("woff2"), url(/wp-content/themes/epaps/assets/fonts/Inter-Medium.woff) format("woff");
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    font-display: swap;
}
@font-face {
    font-family: "Inter";
    src: url(/wp-content/themes/epaps/assets/fonts/Inter-SemiBold.woff2) format("woff2"), url(/wp-content/themes/epaps/assets/fonts/Inter-SemiBold.woff) format("woff");
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    font-display: swap;
}
@font-face {
    font-family: "Inter";
    src: url(/wp-content/themes/epaps/assets/fonts/Inter-ExtraBold.woff2) format("woff2"), url(/wp-content/themes/epaps/assets/fonts/Inter-ExtraBold.woff) format("woff");
    font-weight: 800;
    font-style: normal;
    font-stretch: normal;
    font-display: swap;
}
@font-face {
    font-family: "Icomoon";
    src: url(/wp-content/themes/epaps/assets/fonts/icomoon.woff2) format("woff2"), url(/wp-content/themes/epaps/assets/fonts/icomoon.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    font-display: swap;
}
.main-title {
    font-family: Gotham, sans-serif;
    font-size: 32px;
    font-weight: 900;
    line-height: 36px;
}
@media (min-width: 62rem) {
    .main-title {
        font-size: 48px;
        line-height: 58px;
    }
}
.title, .works-info .block-construction-works .sub-menu-title {
    font-family: Gotham, sans-serif;
    font-size: 24px;
    font-weight: 900;
    line-height: 30px;
}
@media (min-width: 62rem) {
    .title, .works-info .block-construction-works .sub-menu-title {
        font-size: 40px;
        line-height: 50px;
        display: block;
    }
}
.title[class^=icon-], .works-info .block-construction-works [class^=icon-].sub-menu-title, .title[class*=" icon-"], .works-info .block-construction-works [class*=" icon-"].sub-menu-title {
    position: relative;
    display: inline-block;
    padding: 0 20px 0 0;
}
.title[class^=icon-]::before, .works-info .block-construction-works [class^=icon-].sub-menu-title::before, .title[class*=" icon-"]::before, .works-info .block-construction-works [class*=" icon-"].sub-menu-title::before {
    font-size: 0.9375rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    transition: right 0.2s ease;
}
.title[class^=icon-]:active::before, .works-info .block-construction-works [class^=icon-].sub-menu-title:active::before, .title[class^=icon-]:focus::before, .works-info .block-construction-works [class^=icon-].sub-menu-title:focus::before, .title[class^=icon-]:hover::before, .works-info .block-construction-works [class^=icon-].sub-menu-title:hover::before, .title[class*=" icon-"]:active::before, .works-info .block-construction-works [class*=" icon-"].sub-menu-title:active::before, .title[class*=" icon-"]:focus::before, .works-info .block-construction-works [class*=" icon-"].sub-menu-title:focus::before, .title[class*=" icon-"]:hover::before, .works-info .block-construction-works [class*=" icon-"].sub-menu-title:hover::before {
    right: -8px;
}

.main-subtitle {
    font-family: Gotham, sans-serif;
    font-size: 20px;
    font-weight: 900;
    line-height: 28px;
}
@media (min-width: 62rem) {
    .main-subtitle {
        font-size: 28px;
        line-height: 36px;
    }
}
.subtitle, .works-info .block-construction-works p.construction-works-title, .works-info .block-construction-works .block-specs .block-specs-item span.construction-works-title:nth-child(2), .block-specs .block-specs-item .works-info .block-construction-works span.construction-works-title:nth-child(2), .sub-menu-title, .accordion-container .accordion-btn {
    font-family: Gotham, sans-serif;
    font-size: 16px;
    font-weight: 900;
    line-height: 20px;
}
@media (min-width: 62rem) {
    .subtitle, .works-info .block-construction-works p.construction-works-title, .works-info .block-construction-works .block-specs .block-specs-item span.construction-works-title:nth-child(2), .block-specs .block-specs-item .works-info .block-construction-works span.construction-works-title:nth-child(2), .sub-menu-title, .accordion-container .accordion-btn {
        font-size: 20px;
        line-height: 26px;
    }
}
.subtitle-small, .main-footer .websites-list-container p, .main-footer .websites-list-container .block-specs .block-specs-item span:nth-child(2), .block-specs .block-specs-item .main-footer .websites-list-container span:nth-child(2), .block-construction-works .construction-works-title, .block-specs .block-specs-item span:first-child {
    font-family: Gotham, sans-serif;
    font-size: 14px;
    font-weight: 900;
    line-height: 20px;
}

.title-small {
    font-family: Gotham, sans-serif;
    font-size: 22px;
    font-weight: 900;
    line-height: 30px;
}

p, .block-specs .block-specs-item span:nth-child(2) {
    font-family: Inter, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    margin: 0;
}
p.chapeau, .block-specs .block-specs-item span.chapeau:nth-child(2) {
    font-weight: 600;
    margin: 0 0 20px;
}
@media (min-width: 62rem) {
    p.chapeau, .block-specs .block-specs-item span.chapeau:nth-child(2) {
        font-size: 18px;
        line-height: 25px;
        margin: 0 0 80px;
    }
}
.rich-content a:not([class]) {
    text-decoration: underline !important;
}
a:not([class])[target=_blank], a:not([class])[href$=pdf], a:not([class])[href^=mailto] {
    display: inline-block !important;
    padding: 0 20px 0 0 !important;
    position: relative !important;
}
a:not([class])[target=_blank]::before, a:not([class])[href$=pdf]::before, a:not([class])[href^=mailto]::before {
    font-family: "Icomoon";
    font-style: normal;
    font-size: 14px;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    position: absolute !important;
    top: 7px !important;
    right: 0 !important;
    pointer-events: none;
}
.access-link::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.text-link-primary, .read-more-tags .read-more-tags-title, .btn.btn-link {
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
}

.text-link-secondary, .read-more-tags .read-more-tags-list li .tag {
    font-family: Inter, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
}

.block-subtitle {
    font-family: Gotham, sans-serif;
    font-size: 28px;
    font-weight: 900;
    line-height: 36px;
    margin: 0 0 30px;
    display: inline-block;
}

.overtitle {
    font-family: Inter, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    color: #E91C2B;
    text-transform: uppercase;
    margin: 0 0 10px;
    position: relative;
}
@media (min-width: 62rem) {
    .overtitle {
        margin: 0 0 30px;
    }
}
.overtitle::before {
    font-size: 16px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}
.overtitle[class^=icon-], .overtitle[class*=" icon-"] {
    padding: 0 0 0 22px;
}
.overtitle:active, .overtitle:focus, .overtitle:hover {
    color: #E91C2B;
}

.date {
    font-family: Inter, sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    color: #000;
    text-transform: uppercase;
}

.mb0 {
    margin-bottom: 0 !important;
}

[class^=icon-]::before, [class^=icon-]::after,
[class*=" icon-"]::before,
[class*=" icon-"]::after {
    font-family: Icomoon;
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    pointer-events: none;
}

.icon-maximize:before {
    content: "";
}

.icon-close-popin:before, .btn.share.open:before {
    content: "";
}

.icon-checkbox:before {
    content: "";
}

.icon-doc-generic:before {
    content: "";
}

.icon-placeholder:before {
    content: "";
}

.icon-checkmark:before {
    content: "";
}

.icon-construction-block-2:before {
    content: "";
}

.icon-chevron-down:before {
    content: "";
}

.icon-doc-pdf:before {
    content: "";
}

.icon-download-file:before {
    content: "";
}

.icon-phone:before {
    content: "";
}

.icon-check:before {
    content: "";
}

.icon-download:before, a[href$=pdf]:not([class]):before {
    content: "";
}

.icon-duplicate:before, a[href^=mailto]:not([class]):before {
    content: "";
}

.icon-external:before, a[target=_blank]:not([class]):before {
    content: "";
}

.icon-file:before {
    content: "";
}

.icon-hash:before {
    content: "";
}

.icon-play:before {
    content: "";
}

.icon-home:before {
    content: "";
}

.icon-big-arrow-left:before {
    content: "";
}

.icon-big-arrow-right:before {
    content: "";
}

.icon-facebook:before {
    content: "";
}

.icon-instagram:before {
    content: "";
}

.icon-linkedin:before {
    content: "";
}

.icon-mail:before {
    content: "";
}

.icon-twitter:before {
    content: "";
}

.icon-youtube:before {
    content: "";
}

.icon-pin:before {
    content: "";
}

.icon-cross:before {
    content: "";
}

.icon-arrow-top-right:before {
    content: "";
}

.icon-chevron-right:before {
    content: "";
}

.icon-chevron-left:before {
    content: "";
}

.icon-chevron-right-bold:before {
    content: "";
}

.icon-arrow-right:before {
    content: "";
}

.icon-small-arrow-down:before {
    content: "";
}

.icon-construction-block:before {
    content: "";
}

.icon-search:before {
    content: "";
}

.icon-share:before {
    content: "";
}

.icon-calendar:before {
    content: "";
}

button {
    margin: 0;
    border: none;
    padding: 0;
    background-color: transparent;
}

.btn {
    display: inline-block;
    white-space: nowrap;
}
.btn.btn-link {
    padding: 13px 24px;
    text-align: center;
    position: relative;
    z-index: 1;
}
@media (min-width: 62rem) {
    .btn.btn-link:active::before, .btn.btn-link:focus::before, .btn.btn-link:hover::before {
        transform: scale(1.1);
    }
}
.btn.btn-link::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    border: 1px solid currentColor;
    border-radius: 44px;
    background-color: #E91C2B;
    transform: scale(1);
    transition: transform 0.2s ease, color 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
}
.btn.btn-link.primary {
    color: #fff;
}
.btn.btn-link.secondary {
    color: #000;
}
.btn.btn-link.plain::before {
    border-color: #E91C2B;
    background-color: #E91C2B;
}
.btn.btn-link.plain.inverted {
    color: #E91C2B;
}
.btn.btn-link.plain.inverted::before {
    border-color: #fff;
    background-color: #fff;
}
.btn.btn-link.plain.alternate {
    color: #fff;
}
@media (min-width: 62rem) {
    .btn.btn-link.load-more:active, .btn.btn-link.load-more:focus, .btn.btn-link.load-more:hover {
        color: #fff;
    }
    .btn.btn-link.load-more:active::before, .btn.btn-link.load-more:focus::before, .btn.btn-link.load-more:hover::before {
        border-color: currentColor;
        background-color: #000;
    }
}
.btn.btn-link.load-more::before {
    background-color: transparent;
}
.btn.back {
    font-family: Inter, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    padding: 0 0 0 24px;
    position: relative;
}
.btn.back::before {
    font-size: 12px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}
.btn.hide {
    display: none;
}
.btn.fullscreen {
    width: 100%;
    position: absolute;
    inset: 0;
}
.btn.fullscreen::before {
    font-size: 12px;
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 1;
}
@media (min-width: 62rem) {
    .btn.fullscreen::before {
        font-size: 20px;
        top: 26px;
        right: 26px;
    }
}
.btn.fullscreen:after {
    content: "";
    width: 24px;
    height: 24px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    position: absolute;
    top: 8px;
    right: 8px;
}
@media (min-width: 62rem) {
    .btn.fullscreen:after {
        width: 40px;
        height: 40px;
        top: 16px;
        right: 16px;
    }
}
.btn.popin-close {
    width: 24px;
    height: 24px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #F5F5F5;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 9000;
}
@media (min-width: 62rem) {
    .btn.popin-close {
        width: 48px;
        height: 48px;
        top: 40px;
        right: 40px;
    }
}
.btn.popin-close::before {
    font-size: 16px;
    color: #000;
}
.btn.back-to-top {
    width: 48px;
    height: 48px;
    border-radius: 100%;
    position: fixed;
    right: 10px;
    bottom: 40px;
    background-color: #fff;
    z-index: 9001;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.05);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease;
}
@media (min-width: 62rem) {
    .btn.back-to-top {
        right: 40px;
        bottom: 70px;
    }
}
.btn.back-to-top::before {
    font-size: 20px;
    color: #000;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-90deg);
}
.btn.back-to-top.show {
    opacity: 1;
    visibility: visible;
}
.btn.share {
    width: 46px;
    height: 46px;
    border-radius: 100%;
    position: relative;
    border: none;
}
.btn.share::before {
    font-size: 20px;
    color: #000;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 12px;
}
.btn.share.open::before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.card {
    flex: 1 1 100%;
    display: block;
}
@media (min-width: 62rem) {
    .card:active .disc:after, .card:focus .disc:after, .card:hover .disc:after {
        width: 100%;
        height: 100%;
        border-color: #fff;
        background-color: #fff;
    }
}
.card .card-content {
    display: flex;
    color: #fff;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.card .disc {
    flex: 0 0 48px;
    height: 48px;
    border-radius: 50%;
    border: 1px solid #fff;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
    pointer-events: none;
    transition: flex 0.2s ease, height 0.2s ease, background-color 0.2s ease;
}
.card .disc::before {
    font-size: 0.75rem;
    transition: color 0.2s ease;
    z-index: 1;
}
.card .disc::after {
    content: "";
    width: 0;
    height: 0;
    border-radius: 50%;
    border: 1px solid transparent;
    background-color: transparent;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: width 0.2s ease, height 0.2s ease, border-color 0.2s ease, background-color 0.1s ease;
}
.card .disc.primary {
    border-color: #E91C2B;
}
.card .disc.primary::before {
    color: #000;
}
.card .disc.small {
    flex: 0 0 32px;
    height: 32px;
}
.card .disc.small::before {
    font-size: 8px;
}
.card.card-vertical {
    margin: 0 0 8px;
}
@media (min-width: 75rem) {
    .card.card-vertical {
        margin: 0;
    }
    .card.card-vertical:active .card-content, .card.card-vertical:focus .card-content, .card.card-vertical:hover .card-content {
        color: #fff;
    }
    .card.card-vertical:active .disc:before, .card.card-vertical:focus .disc:before, .card.card-vertical:hover .disc:before {
        color: #000;
    }
    .card.card-vertical.slideup:active .card-content, .card.card-vertical.slideup:focus .card-content, .card.card-vertical.slideup:hover .card-content {
        transform: translateY(-16px);
    }
    .card.card-vertical.border:active .card-content, .card.card-vertical.border:focus .card-content, .card.card-vertical.border:hover .card-content {
        border-radius: 32px;
    }
}
.card.card-vertical .card-content {
    min-height: 200px;
    padding: 24px 24px 30px;
    flex-direction: column;
    transform: translateY(0);
    transition: transform 0.3s ease-out, border-radius 0.3s ease-out;
}
@media (min-width: 48rem) {
    .card.card-vertical .card-content {
        height: 430px;
    }
}
.card.card-vertical .card-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 55px;
}
.card.card-vertical .card-top .uptitle {
    font-family: Inter, sans-serif;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.0625rem;
    text-transform: uppercase;
}
.card.card-vertical .card-top .uptitle span {
    font-weight: 800;
    display: block;
}
.card.card-vertical .img-container {
    height: 150px;
    align-items: center;
    justify-content: center;
    display: none;
}
@media (min-width: 48rem) {
    .card.card-vertical .img-container {
        display: flex;
    }
}
.card.card-vertical .img-container img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.card.card-vertical .subtitle, .card.card-vertical .works-info .block-construction-works p.construction-works-title, .works-info .block-construction-works .card.card-vertical p.construction-works-title, .card.card-vertical .works-info .block-construction-works .block-specs .block-specs-item span.construction-works-title:nth-child(2), .works-info .block-construction-works .block-specs .block-specs-item .card.card-vertical span.construction-works-title:nth-child(2), .card.card-vertical .block-specs .block-specs-item .works-info .block-construction-works span.construction-works-title:nth-child(2), .block-specs .block-specs-item .works-info .block-construction-works .card.card-vertical span.construction-works-title:nth-child(2), .card.card-vertical .sub-menu-title, .card.card-vertical .accordion-container .accordion-btn, .accordion-container .card.card-vertical .accordion-btn {
    margin: auto 0 0;
    color: currentColor;
    font-size: 20px;
    line-height: 26px;
}
@media (min-width: 48rem) {
    .card.card-vertical .subtitle, .card.card-vertical .works-info .block-construction-works p.construction-works-title, .works-info .block-construction-works .card.card-vertical p.construction-works-title, .card.card-vertical .works-info .block-construction-works .block-specs .block-specs-item span.construction-works-title:nth-child(2), .works-info .block-construction-works .block-specs .block-specs-item .card.card-vertical span.construction-works-title:nth-child(2), .card.card-vertical .block-specs .block-specs-item .works-info .block-construction-works span.construction-works-title:nth-child(2), .block-specs .block-specs-item .works-info .block-construction-works .card.card-vertical span.construction-works-title:nth-child(2), .card.card-vertical .sub-menu-title, .card.card-vertical .accordion-container .accordion-btn, .accordion-container .card.card-vertical .accordion-btn {
        font-size: 16px;
        line-height: 20px;
    }
}
.card.card-vertical .subtitle a, .card.card-vertical .works-info .block-construction-works p.construction-works-title a, .works-info .block-construction-works .card.card-vertical p.construction-works-title a, .card.card-vertical .works-info .block-construction-works .block-specs .block-specs-item span.construction-works-title:nth-child(2) a, .works-info .block-construction-works .block-specs .block-specs-item .card.card-vertical span.construction-works-title:nth-child(2) a, .card.card-vertical .block-specs .block-specs-item .works-info .block-construction-works span.construction-works-title:nth-child(2) a, .block-specs .block-specs-item .works-info .block-construction-works .card.card-vertical span.construction-works-title:nth-child(2) a, .card.card-vertical .sub-menu-title a, .card.card-vertical .accordion-container .accordion-btn a, .accordion-container .card.card-vertical .accordion-btn a {
    color: currentColor;
}
.card.card-vertical.small .card-content {
    min-height: auto;
    height: 180px;
}
@media (min-width: 62rem) {
    .card.card-vertical.small .card-content {
        height: 218px;
    }
}
.card.card-vertical.small .card-content .card-top {
    margin-bottom: 0;
}
.card.card-vertical.small .card-content .img-container {
    height: 86px;
    margin: auto 0 0;
    display: none;
}
@media (min-width: 75rem) {
    .card.card-vertical.small .card-content .img-container {
        display: flex;
    }
}
.card.card-vertical.small .card-content .subtitle-small, .card.card-vertical.small .card-content .main-footer .websites-list-container p, .main-footer .websites-list-container .card.card-vertical.small .card-content p, .card.card-vertical.small .card-content .main-footer .websites-list-container .block-specs .block-specs-item span:nth-child(2), .main-footer .websites-list-container .block-specs .block-specs-item .card.card-vertical.small .card-content span:nth-child(2), .card.card-vertical.small .card-content .block-specs .block-specs-item .main-footer .websites-list-container span:nth-child(2), .block-specs .block-specs-item .main-footer .websites-list-container .card.card-vertical.small .card-content span:nth-child(2), .card.card-vertical.small .card-content .block-construction-works .construction-works-title, .block-construction-works .card.card-vertical.small .card-content .construction-works-title, .card.card-vertical.small .card-content .block-specs .block-specs-item span:first-child, .block-specs .block-specs-item .card.card-vertical.small .card-content span:first-child {
    margin: auto 0 0;
}
@media (min-width: 75rem) {
    .missions .card.card-vertical.small .card-content .subtitle-small, .missions .card.card-vertical.small .card-content .main-footer .websites-list-container p, .main-footer .websites-list-container .missions .card.card-vertical.small .card-content p, .missions .card.card-vertical.small .card-content .main-footer .websites-list-container .block-specs .block-specs-item span:nth-child(2), .main-footer .websites-list-container .block-specs .block-specs-item .missions .card.card-vertical.small .card-content span:nth-child(2), .missions .card.card-vertical.small .card-content .block-specs .block-specs-item .main-footer .websites-list-container span:nth-child(2), .block-specs .block-specs-item .main-footer .websites-list-container .missions .card.card-vertical.small .card-content span:nth-child(2), .missions .card.card-vertical.small .card-content .block-construction-works .construction-works-title, .block-construction-works .missions .card.card-vertical.small .card-content .construction-works-title, .missions .card.card-vertical.small .card-content .block-specs .block-specs-item span:first-child, .block-specs .block-specs-item .missions .card.card-vertical.small .card-content span:first-child {
        display: none;
    }
}
.card.card-vertical.light {
    margin: 0 0 12px;
}
@media (min-width: 75rem) {
    .card.card-vertical.light {
        margin: 0;
    }
    .card.card-vertical.light:active .disc:before, .card.card-vertical.light:focus .disc:before, .card.card-vertical.light:hover .disc:before {
        color: #fff;
    }
    .card.card-vertical.light:active .disc:after, .card.card-vertical.light:focus .disc:after, .card.card-vertical.light:hover .disc:after {
        background-color: #000;
    }
}
.card.card-vertical.light .card-content {
    color: #000;
    background-color: #FDE8EA;
}
.card.card-vertical.light .disc {
    border-color: #000;
}
.card.card-vertical.light .disc::after {
    border-color: #000;
}
.card.card-vertical.light .card-top .uptitle {
    font-weight: 800;
    text-transform: uppercase;
}
.card.card-vertical.light .title, .card.card-vertical.light .works-info .block-construction-works .sub-menu-title, .works-info .block-construction-works .card.card-vertical.light .sub-menu-title {
    font-size: 14px;
}
.card.card-horizontal {
    position: relative;
    overflow: hidden;
}
.card.card-horizontal .card-content {
    min-height: 184px;
    padding: 40px 24px;
    align-items: center;
    justify-content: space-between;
}
@media (min-width: 62rem) {
    .card.card-horizontal .card-content {
        height: 254px;
        padding: 48px;
    }
}
.card.card-horizontal .uptitle {
    font-family: Inter, sans-serif;
    font-size: 14px;
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
    margin: 0 0 auto;
    position: absolute;
    top: 24px;
    left: 24px;
}
@media (min-width: 62rem) {
    .card.card-horizontal .uptitle {
        left: 48px;
    }
}
.card.card-horizontal .title-container {
    flex: 0 0 calc(100% - 96px);
}
@media (min-width: 62rem) {
    .card.card-horizontal .title-container {
        flex: 0 0 calc(100% - 144px);
    }
}
.card.card-horizontal .main-subtitle {
    margin: 0 0 10px;
    color: currentColor;
}
@media (min-width: 62rem) {
    .card.card-horizontal .main-subtitle {
        margin: 0 0 20px;
    }
}
.card.card-horizontal .subtitle, .card.card-horizontal .works-info .block-construction-works p.construction-works-title, .works-info .block-construction-works .card.card-horizontal p.construction-works-title, .card.card-horizontal .works-info .block-construction-works .block-specs .block-specs-item span.construction-works-title:nth-child(2), .works-info .block-construction-works .block-specs .block-specs-item .card.card-horizontal span.construction-works-title:nth-child(2), .card.card-horizontal .block-specs .block-specs-item .works-info .block-construction-works span.construction-works-title:nth-child(2), .block-specs .block-specs-item .works-info .block-construction-works .card.card-horizontal span.construction-works-title:nth-child(2), .card.card-horizontal .sub-menu-title, .card.card-horizontal .accordion-container .accordion-btn, .accordion-container .card.card-horizontal .accordion-btn {
    font-family: Inter, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
    margin: 0 !important;
}
.card.card-horizontal .disc {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1px solid #fff;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    right: 24px;
    transform: translateY(-50%) scale(1);
    z-index: 2;
    pointer-events: none;
    transition: transform 0.2s ease;
}
@media (min-width: 62rem) {
    .card.card-horizontal .disc {
        right: 48px;
    }
}
.card.card-horizontal .disc::before {
    font-size: 0.75rem;
    transition: color 0.2s ease, transform 0.2s ease;
    z-index: 1;
}
.card.card-horizontal .disc::after {
    content: "";
    width: 0;
    height: 0;
    border-radius: 50%;
    border: 1px solid #fff;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: width 0.2s ease, height 0.2s ease;
}
.card.card-horizontal.anim {
    transition: width 0.6s cubic-bezier(0.75, 0.1, 0.25, 0.9);
}
@media (min-width: 62rem) {
    .card.card-horizontal.anim:active .card-content, .card.card-horizontal.anim:focus .card-content, .card.card-horizontal.anim:hover .card-content {
        height: 300px;
    }
    .card.card-horizontal.anim:active .card-content::before, .card.card-horizontal.anim:focus .card-content::before, .card.card-horizontal.anim:hover .card-content::before {
        width: 138px;
        height: 138px;
        left: -45px;
    }
    .card.card-horizontal.anim:active .card-content::after, .card.card-horizontal.anim:focus .card-content::after, .card.card-horizontal.anim:hover .card-content::after {
        width: 700px;
        height: 700px;
        right: -278px;
    }
    .card.card-horizontal.anim:active .disc, .card.card-horizontal.anim:focus .disc, .card.card-horizontal.anim:hover .disc {
        transform: translateY(-50%) scale(1.67);
    }
    .card.card-horizontal.anim:active .disc:before, .card.card-horizontal.anim:focus .disc:before, .card.card-horizontal.anim:hover .disc:before {
        color: #E91C2B;
        transform: scale(0.6);
    }
    .card.card-horizontal.anim:active .disc:after, .card.card-horizontal.anim:focus .disc:after, .card.card-horizontal.anim:hover .disc:after {
        width: 100%;
        height: 100%;
    }
}
.card.card-horizontal.anim .card-content {
    transition: height 0.6s cubic-bezier(0.75, 0.1, 0.25, 0.9);
}
.card.card-horizontal.anim .card-content::before, .card.card-horizontal.anim .card-content::after {
    content: "";
    border-radius: 50%;
    position: absolute;
    top: 50%;
    z-index: -1;
    transform: translateY(-50%);
    pointer-events: none;
}
.card.card-horizontal.anim .card-content::before {
    width: 226px;
    height: 226px;
    left: -226px;
}
.card.card-horizontal.anim .card-content::after {
    width: 1292px;
    height: 1292px;
    right: -278px;
}
.card.card-horizontal.anim .card-content::before, .card.card-horizontal.anim .card-content::after {
    transition: width 0.6s cubic-bezier(0.75, 0.1, 0.25, 0.9), height 0.6s cubic-bezier(0.75, 0.1, 0.25, 0.9), left 0.6s cubic-bezier(0.75, 0.1, 0.25, 0.9), right 0.6s cubic-bezier(0.75, 0.1, 0.25, 0.9);
}
.card.card-horizontal.works {
    border-radius: 8px;
}
.card.card-horizontal.works .card-content {
    color: #000;
    padding: 32px 48px;
    background-color: #F8BBBF;
}
@media (min-width: 62rem) {
    .card.card-horizontal.works .card-content {
        height: 290px;
    }
}
.card.card-horizontal.works .title-container {
    flex: 0 0 250px;
}
.card.card-horizontal.works .uptitle {
    top: 32px;
    left: 48px;
}
.card.card-horizontal.works .main-subtitle {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.card.card-horizontal.works .disc {
    border-color: #000;
}
.card.card-horizontal.works:active .disc, .card.card-horizontal.works:focus .disc, .card.card-horizontal.works:hover .disc {
    border-color: #000;
}
.card.card-horizontal.works:active .disc::before, .card.card-horizontal.works:focus .disc::before, .card.card-horizontal.works:hover .disc::before {
    color: #fff;
}
.card.card-horizontal.works:active .disc::after, .card.card-horizontal.works:focus .disc::after, .card.card-horizontal.works:hover .disc::after {
    border-color: #000;
    background-color: #000;
}
.duo .card.card-horizontal .card-content .title-container {
    flex: 0 0 200px;
}
@media (min-width: 36rem) {
    .duo .card.card-horizontal .card-content .title-container {
        flex: 0 0 340px;
    }
}
@media (min-width: 62rem) {
    .duo .card.card-horizontal .card-content .title-container {
        flex: 0 0 480px;
    }
}
@media (min-width: 75rem) {
    .duo .card.card-horizontal .card-content .title-container {
        flex: 0 0 260px;
    }
}
.trio .card.card-horizontal .card-content {
    padding: 24px;
}
.trio .card.card-horizontal .card-content .title-container {
    flex: 0 0 calc(100% - 96px);
}
@media (min-width: 62rem) {
    .trio .card.card-horizontal .card-content .title-container {
        flex: 0 0 calc(100% - 144px);
    }
}
.trio .card.card-horizontal .card-content .title-container .uptitle {
    left: 24px;
}
@media (min-width: 62rem) {
    .card.card-thin:active .disc, .card.card-thin:focus .disc, .card.card-thin:hover .disc {
        background-color: #E91C2B;
        transform: translateY(-50%) scale(1.34);
    }
    .card.card-thin:active .disc::before, .card.card-thin:focus .disc::before, .card.card-thin:hover .disc::before {
        color: #fff;
        transform: scale(0.76);
    }
}
.card.card-thin .card-content {
    min-height: 96px;
    padding: 1rem;
    background-color: #fff;
    align-items: center;
    justify-content: space-between;
}
@media (min-width: 48rem) {
    .card.card-thin .card-content {
        height: 154px;
    }
}
.rich-content .card.card-thin .card-content {
    background-color: #F5F5F5;
}
.card.card-thin .card-content-part {
    flex: 0 0 80%;
    height: 100%;
    display: flex;
    align-items: center;
}
.card.card-thin .img-container {
    flex: 0 0 122px;
    height: 100%;
    margin: 0 1rem 0 0;
    border-radius: 8px;
    overflow: hidden;
    display: none;
}
@media (min-width: 48rem) {
    .card.card-thin .img-container {
        display: block;
    }
}
.card.card-thin .img-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.card.card-thin .text-container .overtitle {
    margin: 0 0 10px;
}
.card.card-thin .text-container .subtitle, .card.card-thin .text-container .works-info .block-construction-works p.construction-works-title, .works-info .block-construction-works .card.card-thin .text-container p.construction-works-title, .card.card-thin .text-container .works-info .block-construction-works .block-specs .block-specs-item span.construction-works-title:nth-child(2), .works-info .block-construction-works .block-specs .block-specs-item .card.card-thin .text-container span.construction-works-title:nth-child(2), .card.card-thin .text-container .block-specs .block-specs-item .works-info .block-construction-works span.construction-works-title:nth-child(2), .block-specs .block-specs-item .works-info .block-construction-works .card.card-thin .text-container span.construction-works-title:nth-child(2), .card.card-thin .text-container .sub-menu-title, .card.card-thin .text-container .accordion-container .accordion-btn, .accordion-container .card.card-thin .text-container .accordion-btn {
    color: #000;
    display: block;
    margin: 0 0 7px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.card.card-thin .text-container p, .card.card-thin .text-container .block-specs .block-specs-item span:nth-child(2), .block-specs .block-specs-item .card.card-thin .text-container span:nth-child(2) {
    color: #000;
    margin: 0 0 8px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.card.card-thin .disc {
    width: 48px;
    height: 48px;
    position: absolute;
    top: 50%;
    right: 24px;
    transform: translateY(-50%) scale(1);
    transition: transform 0.2s ease;
}
.card.card-thin .disc::before {
    transform: scale(1);
    transition: transform 0.2s ease;
}
.card.card-thin .disc::after {
    content: none;
}
.card.card-thin.tall .card-content {
    min-height: 96px;
}
@media (min-width: 62rem) {
    .card.card-thin.tall .card-content {
        height: 220px;
    }
}
.card.card-thin.tall .text-container .subtitle, .card.card-thin.tall .text-container .works-info .block-construction-works p.construction-works-title, .works-info .block-construction-works .card.card-thin.tall .text-container p.construction-works-title, .card.card-thin.tall .text-container .works-info .block-construction-works .block-specs .block-specs-item span.construction-works-title:nth-child(2), .works-info .block-construction-works .block-specs .block-specs-item .card.card-thin.tall .text-container span.construction-works-title:nth-child(2), .card.card-thin.tall .text-container .block-specs .block-specs-item .works-info .block-construction-works span.construction-works-title:nth-child(2), .block-specs .block-specs-item .works-info .block-construction-works .card.card-thin.tall .text-container span.construction-works-title:nth-child(2), .card.card-thin.tall .text-container .sub-menu-title, .card.card-thin.tall .text-container .accordion-container .accordion-btn, .accordion-container .card.card-thin.tall .text-container .accordion-btn {
    margin: 0 0 9px;
}
.card.card-thin.tall .text-container p, .card.card-thin.tall .text-container .block-specs .block-specs-item span:nth-child(2), .block-specs .block-specs-item .card.card-thin.tall .text-container span:nth-child(2) {
    font-family: Inter, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    margin: 0;
}
.card.card-link {
    min-height: 164px;
    margin: 0 0 80px;
}
.card.card-link .card-content {
    height: 100%;
    padding: 24px 24px 30px;
    flex-direction: column;
    position: relative;
}
.card.card-link .card-content::before {
    content: "";
    width: 515px;
    height: 515px;
    border-radius: 100%;
    border: 8px solid #fff;
    position: absolute;
    top: -384px;
    right: -334px;
    z-index: 2;
}
@media (min-width: 62rem) {
    .card.card-link .card-content::before {
        right: -317px;
    }
}
.card.card-link .card-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 36px;
}
.card.card-link .card-top .uptitle {
    flex: 0 0 60%;
    font-family: Inter, sans-serif;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 17px;
    text-transform: uppercase;
}
@media (min-width: 62rem) {
    .card.card-link .card-top .uptitle {
        line-height: 17px;
    }
}
@media (min-width: 75rem) {
    .card.card-link .card-top .uptitle {
        flex: 0 0 80%;
    }
}
.card.card-link .card-top .uptitle strong,
.card.card-link .card-top .uptitle span {
    font-weight: 800;
    display: block;
}
@media (min-width: 62rem) {
    .card.card-link .card-top .uptitle strong,
.card.card-link .card-top .uptitle span {
        display: inline;
    }
}
.card.card-link .img-container {
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.card.card-link .img-container img {
    width: 100%;
}
.card.card-link .subtitle, .card.card-link .sub-menu-title, .card.card-link .accordion-container .accordion-btn, .accordion-container .card.card-link .accordion-btn,
.card.card-link .subtitle-small,
.card.card-link .main-footer .websites-list-container p,
.main-footer .websites-list-container .card.card-link p,
.card.card-link .main-footer .websites-list-container .block-specs .block-specs-item span:nth-child(2),
.main-footer .websites-list-container .block-specs .block-specs-item .card.card-link span:nth-child(2),
.card.card-link .block-specs .block-specs-item .main-footer .websites-list-container span:nth-child(2),
.block-specs .block-specs-item .main-footer .websites-list-container .card.card-link span:nth-child(2),
.card.card-link .block-construction-works .construction-works-title,
.block-construction-works .card.card-link .construction-works-title,
.card.card-link .block-specs .block-specs-item span:first-child,
.block-specs .block-specs-item .card.card-link span:first-child {
    margin: auto 0 0;
    padding: 0 30% 0 0;
}
.card.card-link .subtitle, .card.card-link .works-info .block-construction-works p.construction-works-title, .works-info .block-construction-works .card.card-link p.construction-works-title, .card.card-link .works-info .block-construction-works .block-specs .block-specs-item span.construction-works-title:nth-child(2), .works-info .block-construction-works .block-specs .block-specs-item .card.card-link span.construction-works-title:nth-child(2), .card.card-link .block-specs .block-specs-item .works-info .block-construction-works span.construction-works-title:nth-child(2), .block-specs .block-specs-item .works-info .block-construction-works .card.card-link span.construction-works-title:nth-child(2), .card.card-link .sub-menu-title, .card.card-link .accordion-container .accordion-btn, .accordion-container .card.card-link .accordion-btn {
    margin: 0 !important;
    font-size: 14px;
}
@media (min-width: 62rem) {
    .card.card-link .subtitle, .card.card-link .works-info .block-construction-works p.construction-works-title, .works-info .block-construction-works .card.card-link p.construction-works-title, .card.card-link .works-info .block-construction-works .block-specs .block-specs-item span.construction-works-title:nth-child(2), .works-info .block-construction-works .block-specs .block-specs-item .card.card-link span.construction-works-title:nth-child(2), .card.card-link .block-specs .block-specs-item .works-info .block-construction-works span.construction-works-title:nth-child(2), .block-specs .block-specs-item .works-info .block-construction-works .card.card-link span.construction-works-title:nth-child(2), .card.card-link .sub-menu-title, .card.card-link .accordion-container .accordion-btn, .accordion-container .card.card-link .accordion-btn {
        font-size: 16px;
    }
}
.card.card-link:active .disc.small::before, .card.card-link:focus .disc.small::before, .card.card-link:hover .disc.small::before {
    color: #000;
}
.menu-header .card.card-link {
    height: 100%;
    margin: 0;
}
.menu-header .card.card-link .card-top {
    margin: 0 0 55px;
}
.card.card-link.primary .card-content {
    background-color: #E91C2B;
}
.card.card-link.primary .card-content::before {
    background-color: #A3141E;
}
.card.card-link.secondary .card-content {
    background-color: #0C73B5;
}
.card.card-link.secondary .card-content::before {
    background-color: #000;
}
.card.card-link.thirdary .card-content {
    background-color: #355D05;
}
.card.card-link.thirdary .card-content::before {
    background-color: #D88D00;
}
.card.card-post {
    min-height: 460px;
    margin: 0 0 16px;
    padding: 16px 16px 30px;
    border-radius: 8px;
    background-color: #fff;
    position: relative;
}
@media (min-width: 62rem) {
    .card.card-post {
        margin: 0 0 56px;
    }
}
.card.card-post .img-container {
    height: 240px;
    margin: 0 0 20px;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}
.card.card-post .img-container.placeholder::before {
    font-size: 55px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.card.card-post .img-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: transform 1s ease;
}
.card.card-post .img-container .done {
    position: absolute;
    bottom: 16px;
    left: 16px;
    z-index: 1;
}
.card.card-post .img-container .icon {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 16px;
    left: 16px;
    background-color: #fff;
}
.card.card-post .img-container .icon::before {
    font-size: 15px;
    color: #000;
}
.card.card-post .text-container {
    opacity: 1;
    transition: opacity 1s ease;
}
.card.card-post .text-container .title, .card.card-post .text-container .works-info .block-construction-works .sub-menu-title, .works-info .block-construction-works .card.card-post .text-container .sub-menu-title {
    font-family: Inter, sans-serif;
    font-size: 20px;
    font-weight: 900;
    line-height: 26px;
    margin: 0 0 18px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.card.card-post .text-container .text {
    font-family: Inter, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
}
.card.card-post .text-container .card-date {
    margin: 17px 0 0;
}
.card.card-post[data-type=news] .img-container.placeholder, .card.card-post[data-type=projects] .img-container.placeholder {
    color: #808080;
    background-color: #CCC;
}
.card.card-post[data-type=works] .img-container.placeholder {
    color: #A3141E;
    background-color: #F8BBBF;
}
.card.card-post:active .img-container img, .card.card-post:focus .img-container img, .card.card-post:hover .img-container img {
    transform: scale(1.1);
}
.card.card-post:active .text-container, .card.card-post:focus .text-container, .card.card-post:hover .text-container {
    opacity: 0.6;
}
.card.card-intro {
    display: flex;
    flex-direction: column;
    align-items: stretch;
}
.card.card-intro .img-container,
.card.card-intro .number-container,
.card.card-intro .picto-container {
    width: 96px;
    height: 96px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 15px;
}
@media (min-width: 62rem) {
    .card.card-intro .img-container,
.card.card-intro .number-container,
.card.card-intro .picto-container {
        margin: 0 0 15px;
    }
}
.card.card-intro .img-container img,
.card.card-intro .number-container img,
.card.card-intro .picto-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.card.card-intro .number-container {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    background-color: #F8BBBF;
}
.card.card-intro .number-container .subtitle, .card.card-intro .number-container .works-info .block-construction-works p.construction-works-title, .works-info .block-construction-works .card.card-intro .number-container p.construction-works-title, .card.card-intro .number-container .works-info .block-construction-works .block-specs .block-specs-item span.construction-works-title:nth-child(2), .works-info .block-construction-works .block-specs .block-specs-item .card.card-intro .number-container span.construction-works-title:nth-child(2), .card.card-intro .number-container .block-specs .block-specs-item .works-info .block-construction-works span.construction-works-title:nth-child(2), .block-specs .block-specs-item .works-info .block-construction-works .card.card-intro .number-container span.construction-works-title:nth-child(2), .card.card-intro .number-container .sub-menu-title, .card.card-intro .number-container .accordion-container .accordion-btn, .accordion-container .card.card-intro .number-container .accordion-btn {
    margin: 0 !important;
}
.card.card-intro .picto-container {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FDE8EA;
}
.card.card-intro .picto-container svg {
    width: 36%;
    height: 36%;
}
.card.card-intro .picto-container svg path {
    fill: #A3141E !important;
}
.card.card-intro .subtitle, .card.card-intro .works-info .block-construction-works p.construction-works-title, .works-info .block-construction-works .card.card-intro p.construction-works-title, .card.card-intro .sub-menu-title, .card.card-intro .accordion-container .accordion-btn, .accordion-container .card.card-intro .accordion-btn,
.card.card-intro p,
.card.card-intro .block-specs .block-specs-item span:nth-child(2),
.block-specs .block-specs-item .card.card-intro span:nth-child(2) {
    display: block;
    margin: 0 0 15px !important;
    text-align: center;
}
@media (min-width: 62rem) {
    .card.card-intro .subtitle, .card.card-intro .works-info .block-construction-works p.construction-works-title, .works-info .block-construction-works .card.card-intro p.construction-works-title, .card.card-intro .sub-menu-title, .card.card-intro .accordion-container .accordion-btn, .accordion-container .card.card-intro .accordion-btn,
.card.card-intro p,
.card.card-intro .block-specs .block-specs-item span:nth-child(2),
.block-specs .block-specs-item .card.card-intro span:nth-child(2) {
        text-align: left;
    }
}
.card.card-intro p, .card.card-intro .block-specs .block-specs-item span:nth-child(2), .block-specs .block-specs-item .card.card-intro span:nth-child(2) {
    font-size: 14px !important;
    margin: 0 0 22px !important;
}
@media (min-width: 62rem) {
    .card.card-intro p, .card.card-intro .block-specs .block-specs-item span:nth-child(2), .block-specs .block-specs-item .card.card-intro span:nth-child(2) {
        font-size: 16px !important;
        margin: 0 0 15px !important;
    }
}
.card.card-intro .link-secondary {
    margin: 0 0 24px;
}
@media (min-width: 62rem) {
    .card.card-intro .link-secondary {
        margin: 0;
    }
}
.card.card-slider-rich-content {
    position: relative;
}
.card.card-slider-rich-content .img-container {
    height: 250px;
    border-radius: 8px;
    overflow: hidden;
    margin: 0 0 25px;
}
@media (min-width: 62rem) {
    .card.card-slider-rich-content .img-container {
        height: 496px;
    }
}
.card.card-slider-rich-content .img-container img {
    width: 100%;
    max-width: calc(100vw - 20px);
    height: 100%;
    object-fit: cover;
}
.card.card-slider-rich-content p, .card.card-slider-rich-content .block-specs .block-specs-item span:nth-child(2), .block-specs .block-specs-item .card.card-slider-rich-content span:nth-child(2) {
    max-width: 80%;
    font-size: 12px !important;
    line-height: 16px !important;
    color: #333;
    margin: 0 !important;
    opacity: 0;
    visibility: hidden;
    transition: opacity 2s ease;
}
@media (min-width: 62rem) {
    .card.card-doc:active .disc, .card.card-doc:focus .disc, .card.card-doc:hover .disc {
        transform: translateY(-50%) scale(1.67);
    }
    .card.card-doc:active .disc:before, .card.card-doc:focus .disc:before, .card.card-doc:hover .disc:before {
        color: #fff;
        transform: scale(0.6);
    }
    .card.card-doc:active .disc:after, .card.card-doc:focus .disc:after, .card.card-doc:hover .disc:after {
        width: 100%;
        height: 100%;
    }
}
.card.card-doc .card-content {
    min-height: 96px;
    padding: 1rem;
    border-radius: 8px;
    border: 1px solid #CCC;
    background-color: #fff;
    align-items: center;
    justify-content: space-between;
}
@media (min-width: 48rem) {
    .card.card-doc .card-content {
        height: 118px;
    }
}
.card.card-doc .card-content-part {
    flex: 0 0 100%;
    height: 100%;
    display: flex;
}
@media (min-width: 62rem) {
    .card.card-doc .card-content-part {
        align-items: center;
    }
}
.card.card-doc .img-container {
    flex: 0 0 40px;
    height: 100%;
    margin: 0 !important;
    display: flex;
    align-items: center;
}
@media (min-width: 62rem) {
    .card.card-doc .img-container {
        flex: 0 0 80px;
        justify-content: center;
    }
}
.card.card-doc .img-container::before {
    font-size: 30px;
    color: #000;
}
@media (min-width: 62rem) {
    .card.card-doc .img-container::before {
        font-size: 60px;
    }
}
.card.card-doc .text-container {
    flex: 0 0 calc(100% - 120px);
}
@media (min-width: 48rem) {
    .card.card-doc .text-container {
        flex: 0 0 calc(100% - 100px);
    }
}
@media (min-width: 62rem) {
    .card.card-doc .text-container {
        flex: 0 0 calc(100% - 170px);
    }
}
.card.card-doc .text-container .overtitle {
    font-family: Inter, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    text-transform: none;
    margin: 0 0 8px;
    padding: 0;
}
.card.card-doc .text-container .text-link-primary, .card.card-doc .text-container .read-more-tags .read-more-tags-title, .read-more-tags .card.card-doc .text-container .read-more-tags-title, .card.card-doc .text-container .btn.btn-link {
    display: block;
    margin: 0 0 7px;
}
@media (min-width: 48rem) {
    .card.card-doc .text-container .text-link-primary, .card.card-doc .text-container .read-more-tags .read-more-tags-title, .read-more-tags .card.card-doc .text-container .read-more-tags-title, .card.card-doc .text-container .btn.btn-link {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }
}
@media (min-width: 62rem) {
    .card.card-doc .text-container .text-link-primary, .card.card-doc .text-container .read-more-tags .read-more-tags-title, .read-more-tags .card.card-doc .text-container .read-more-tags-title, .card.card-doc .text-container .btn.btn-link {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
    }
}
.card.card-doc .text-container p, .card.card-doc .text-container .block-specs .block-specs-item span:nth-child(2), .block-specs .block-specs-item .card.card-doc .text-container span:nth-child(2) {
    color: #000;
    margin: 0 0 8px;
}
.card.card-doc .text-container .date {
    font-family: Inter, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    text-transform: none;
}
@media (min-width: 48rem) {
    .card.card-doc .text-container .date {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }
}
.card.card-doc .disc {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1px solid #E91C2B;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%) scale(1);
    z-index: 2;
    pointer-events: none;
    transition: transform 0.2s ease;
}
@media (min-width: 62rem) {
    .card.card-doc .disc {
        right: 40px;
    }
}
.card.card-doc .disc::before {
    transition: color 0.2s ease, transform 0.2s ease;
    z-index: 1;
}
.card.card-doc .disc::after {
    content: "";
    width: 0;
    height: 0;
    border-radius: 50%;
    border: 1px solid #E91C2B;
    background-color: #E91C2B;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: width 0.2s ease, height 0.2s ease;
}
.card.primary .card-content {
    background-color: #E91C2B;
}
.card.primary .card-content::before, .card.primary .card-content::after {
    background-color: #A3141E;
}
.card.secondary .card-content {
    background-color: #A3141E;
}
.card.secondary .card-content::before, .card.secondary .card-content::after {
    background-color: #E91C2B;
}
.card.twitter {
    height: 100%;
    display: flex;
    flex-direction: column;
    border-radius: 8px;
    padding: 16px 16px 24px;
    background-color: #fff;
}
.card.twitter .tweet-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 16px;
}
.card.twitter .tweet-top .profile-picture {
    font-family: Gotham, sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    display: flex;
    align-items: center;
    gap: 16px;
}
.card.twitter .tweet-top .img-container {
    flex: 0 0 50px;
    border-radius: 100%;
    border: 1px solid #CCC;
    overflow: hidden;
}
.card.twitter .tweet-top .img-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.card.twitter .tweet-top .icon-twitter::before {
    font-size: 20px;
    color: #000;
}
.card.twitter .text-container {
    height: 100%;
    display: flex;
    flex-direction: column;
}
.card.twitter .text-container p, .card.twitter .text-container .block-specs .block-specs-item span:nth-child(2), .block-specs .block-specs-item .card.twitter .text-container span:nth-child(2) {
    font-family: Inter, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    margin: 0 0 17px;
}
.card.twitter .text-container .card-date {
    margin: auto 0 0;
}

.card-date {
    font-family: Inter, sans-serif;
    font-size: 10px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
}
@media (min-width: 48rem) {
    .card-date {
        font-size: 12px;
    }
}
.done {
    font-family: Inter, sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    padding: 16px 20px 16px 50px;
    border-radius: 46px;
    background-color: #A3141E;
    position: relative;
}
.done::before {
    font-size: 13px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
}

.input-container {
    position: relative;
}
.input-container.select {
    border-radius: 42px;
    border: 1px solid #000;
}
.input-container.select::before {
    font-size: 5px;
    position: absolute;
    top: calc(50% - 2px);
    right: 34px;
}
.input-container.select.small {
    border-radius: 32px;
}
.input-container.select.small::before {
    right: 18px;
}

label {
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    display: inline-block;
    margin: 0 0 10px;
}
label.strong {
    font-weight: 600;
}
label.small {
    font-size: 14px;
    line-height: 21px;
}
label.small a::before {
    content: none !important;
}

input[type=file],
input[type=email],
input[type=number],
input[type=submit],
input[type=radio],
input[type=text],
select {
    width: 100%;
    margin: 0;
    border: 0;
    padding: 0;
    background-color: transparent;
}

input[type=email] {
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 40px;
    padding: 0 40px;
    border-radius: 40px;
    border: 1px solid #808080;
    background-color: #fff;
}
input[type=email]::-webkit-input-placeholder {
    color: #808080;
}
input[type=email]::-moz-placeholder {
    color: #808080;
}
input[type=email]:-ms-input-placeholder {
    color: #808080;
}
input[type=email]:-moz-placeholder {
    color: #808080;
}

input[type=email],
input[type=checkbox] {
    transition: border-color 0.2s ease, background-color 0.2s ease;
}

input[type=checkbox],
input[type=radio] {
    display: none;
}

input[type=checkbox]:checked + label .custom-checkbox::before {
    opacity: 1;
}

.custom-checkbox {
    width: 20px;
    height: 20px;
    border: 1px solid #000;
    border-radius: 4px;
    background-color: #fff;
}
.custom-checkbox::before {
    font-size: 18px;
    opacity: 0;
    transition: opacity 0.2s ease;
}

select {
    padding: 13px 44px 13px 32px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #000;
}
.small select {
    padding: 8px 28px 8px 16px;
}

.form-search-input-text-container {
    width: 100%;
    border: 1px solid #808080;
    border-radius: 64px;
    padding: 0 0 0 40px;
    display: flex;
    align-items: center;
    overflow: hidden;
    background-color: #fff;
}
@media (min-width: 62rem) {
    .form-search-input-text-container {
        border-color: #000;
    }
}
.form-search-input-text-container .input-container.search {
    flex: 1 1 100%;
}
.form-search-input-text-container .input-container.search input {
    font-family: Inter, sans-serif;
    font-size: 1rem;
    font-weight: 600;
    line-height: 4rem;
}
.form-search-input-text-container .input-container.icon-search {
    flex: 0 0 70px;
    height: 100%;
}
.form-search-input-text-container .input-container.icon-search::before {
    font-size: 20px;
    color: #000;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 40px;
}
.form-search-input-text-container .input-container.icon-search input {
    height: 100%;
}
.form-search-input-text-container .form-search-clear-btn {
    flex: 0 0 64px;
    height: 64px;
    opacity: 0;
    visibility: hidden;
    position: relative;
}
.form-search-input-text-container .form-search-clear-btn::before {
    font-size: 0.5rem;
    color: #000;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}
.form-search-input-text-container .form-search-clear-btn::after {
    content: "";
    width: 24px;
    height: 24px;
    border-radius: 100%;
    background-color: #F5F5F5;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}
.form-search-input-text-container .form-search-clear-btn.show {
    opacity: 1;
    visibility: visible;
}
.form-search-input-text-container.small .input-container.search input {
    line-height: 44px;
}
.form-search-input-text-container.small .input-container.icon-search {
    flex: 0 0 64px;
    height: 44px;
}
.form-search-input-text-container.small .input-container.icon-search::before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    right: auto;
}
.form-search-input-text-container.small .form-search-clear-btn {
    flex: 0 0 44px;
    height: 44px;
}

.single-main-container {
    border: 8px solid #F5F5F5;
    border-top: 0;
    border-bottom: 0;
}
@media (min-width: 62rem) {
    .single-main-container {
        border: 50px solid #F5F5F5;
    }
}
.single-main-container .section.single-anchors-bar, .single-main-container .section.chapeau, .single-main-container .section.rich-content {
    background-color: #fff;
}
.single-main-container .section.chapeau {
    padding-top: 80px;
}
.single-main-container .section.rich-content {
    margin: 0 0 80px;
}
.single-main-container .section.highlight-news {
    background-color: #F5F5F5;
}

.section.rich-content {
    position: relative;
    padding: 40px 10px 0;
}
@media (min-width: 62rem) {
    .section.rich-content {
        padding: 56px 0 0;
    }
}
.section.rich-content .rich-content-container {
    overflow: hidden;
}
.section.rich-content .title, .section.rich-content .works-info .block-construction-works .sub-menu-title, .works-info .block-construction-works .section.rich-content .sub-menu-title,
.section.rich-content .main-subtitle {
    margin: 0 0 25px;
}
@media (min-width: 62rem) {
    .section.rich-content .title, .section.rich-content .works-info .block-construction-works .sub-menu-title, .works-info .block-construction-works .section.rich-content .sub-menu-title,
.section.rich-content .main-subtitle {
        margin: 0 0 40px;
    }
}
.section.rich-content .subtitle, .section.rich-content .works-info .block-construction-works p.construction-works-title, .works-info .block-construction-works .section.rich-content p.construction-works-title, .section.rich-content .works-info .block-construction-works .block-specs .block-specs-item span.construction-works-title:nth-child(2), .works-info .block-construction-works .block-specs .block-specs-item .section.rich-content span.construction-works-title:nth-child(2), .section.rich-content .block-specs .block-specs-item .works-info .block-construction-works span.construction-works-title:nth-child(2), .block-specs .block-specs-item .works-info .block-construction-works .section.rich-content span.construction-works-title:nth-child(2), .section.rich-content .sub-menu-title, .section.rich-content .accordion-container .accordion-btn, .accordion-container .section.rich-content .accordion-btn {
    margin: 0 0 25px;
}
.section.rich-content .p-container-highlight {
    margin: 0 0 50px;
    border-radius: 8px;
    padding: 24px;
    background-color: #FDE8EA;
}
@media (min-width: 62rem) {
    .section.rich-content .p-container-highlight {
        padding: 40px 40px 1px;
    }
}
@media (min-width: 62rem) {
    .section.rich-content .p-container-highlight ul {
        margin: 0 0 50px !important;
    }
}
.section.rich-content .p-container-highlight ul li:not(:last-child) {
    margin: 0 0 30px;
}
.section.rich-content p:not([class]), .section.rich-content .block-specs .block-specs-item span:not([class]):nth-child(2), .block-specs .block-specs-item .section.rich-content span:not([class]):nth-child(2) {
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    margin: 0 0 40px;
}
.section.rich-content p:not([class]) strong, .section.rich-content .block-specs .block-specs-item span:not([class]):nth-child(2) strong, .block-specs .block-specs-item .section.rich-content span:not([class]):nth-child(2) strong {
    font-weight: 600;
}
.section.rich-content ul:not([class]) {
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    list-style: disc;
    margin: 0 0 35px;
    padding: 0 0 0 20px;
}
.section.rich-content ul:not([class]) li:not(:last-child) {
    margin: 0 0 16px;
}
.section.rich-content ul:not([class]) li::marker {
    color: #E91C2B;
}
.section.rich-content hr {
    margin: 24px 0;
    border-top-color: #CCC;
}
.section.rich-content .iframe-container {
    margin-bottom: 80px;
}
.section.rich-content .iframe-container iframe {
    width: 100%;
    height: 700px;
    max-height: 70vh;
}
.section.rich-content .block-img-container {
    margin-bottom: 80px;
}
.section.rich-content .block-img-container.with-transcript {
    margin-bottom: 0;
}
.section.rich-content .block-img-container.with-transcript .block-img .img-container {
    margin-bottom: 0;
}
.section.rich-content .block-img .img-container {
    border-radius: 8px;
    overflow: hidden;
}
.section.rich-content .block-img .img-container img {
    width: 100%;
}
.section.rich-content .block-big-news {
    margin: 0 0 80px;
    border-bottom: 1px solid #CCC;
    padding: 0 0 40px;
}
.section.rich-content .block-big-news .col-md-6 {
    position: static;
}
.section.rich-content .block-big-news .img-container {
    height: 244px;
    border-radius: 8px;
    overflow: hidden;
}
.section.rich-content .block-big-news .text-container {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.section.rich-content .block-big-news .text-container .overtitle {
    color: #000;
}
.section.news-highlight {
    margin: 40px 0;
}
@media (min-width: 62rem) {
    .section.news-highlight {
        margin: 80px 0;
    }
}
.section.news-highlight .news-highlight-content {
    border-radius: 8px;
    padding: 30px 10px;
    position: relative;
    background-color: #fff;
}
@media (min-width: 62rem) {
    .section.news-highlight .news-highlight-content {
        padding: 65px 50px 56px;
    }
}
.section.news-highlight .title, .section.news-highlight .works-info .block-construction-works .sub-menu-title, .works-info .block-construction-works .section.news-highlight .sub-menu-title {
    margin: 0 0 40px;
}
.section.news-highlight .col-md-6 {
    position: static;
}
.section.news-highlight .img-container {
    height: 340px;
    border-radius: 8px;
    overflow: hidden;
    margin: 0 0 20px;
}
@media (min-width: 62rem) {
    .section.news-highlight .img-container {
        margin: 0;
    }
}
.section.news-highlight .img-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.section.news-highlight .text-container {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
.section.news-highlight .text-container .overtitle,
.section.news-highlight .text-container .subtitle,
.section.news-highlight .text-container .works-info .block-construction-works p.construction-works-title,
.works-info .block-construction-works .section.news-highlight .text-container p.construction-works-title,
.section.news-highlight .text-container .works-info .block-construction-works .block-specs .block-specs-item span.construction-works-title:nth-child(2),
.works-info .block-construction-works .block-specs .block-specs-item .section.news-highlight .text-container span.construction-works-title:nth-child(2),
.section.news-highlight .text-container .block-specs .block-specs-item .works-info .block-construction-works span.construction-works-title:nth-child(2),
.block-specs .block-specs-item .works-info .block-construction-works .section.news-highlight .text-container span.construction-works-title:nth-child(2),
.section.news-highlight .text-container .sub-menu-title,
.section.news-highlight .text-container .accordion-container .accordion-btn,
.accordion-container .section.news-highlight .text-container .accordion-btn {
    margin: 0 0 15px;
}
.section.news-highlight .text-container p, .section.news-highlight .text-container .block-specs .block-specs-item span:nth-child(2), .block-specs .block-specs-item .section.news-highlight .text-container span:nth-child(2) {
    margin: 0 0 16px;
}

.accordion-container {
    margin: 0 0 80px;
}
.accordion-container .accordion-item {
    border-top: 1px solid #CCC;
}
.accordion-container .accordion-item:last-child {
    border-bottom: 1px solid #CCC;
}
.accordion-container .accordion-item.open {
    height: auto;
}
.accordion-container .accordion-item.open .accordion-btn::before {
    transform: rotate(180deg);
}
.accordion-container .accordion-item.open .accordion-item-container {
    overflow: visible;
}
.accordion-container .accordion-btn {
    width: 100%;
    text-align: left;
    margin: 0 !important;
    padding: 24px 0;
    position: relative;
    color: #000;
}
.accordion-container .accordion-btn::before {
    font-size: 11px;
    position: absolute;
    top: 30px;
    right: 0;
    transform: rotate(0);
    transition: transform 0.2s ease;
    pointer-events: none;
}
.accordion-container .accordion-btn span {
    padding: 0 30px 0 0;
    display: block;
    pointer-events: none;
    position: relative;
}
.accordion-container .accordion-item-container {
    height: 0;
    overflow: hidden;
}
.accordion-container .accordion-item-container .accordion-item-content {
    padding: 35px 0 40px;
}
.accordion-container .accordion-item-container .accordion-item-content .img-container,
.accordion-container .accordion-item-container .accordion-item-content .card,
.accordion-container .accordion-item-container .accordion-item-content p,
.accordion-container .accordion-item-container .accordion-item-content .block-specs .block-specs-item span:nth-child(2),
.block-specs .block-specs-item .accordion-container .accordion-item-container .accordion-item-content span:nth-child(2),
.accordion-container .accordion-item-container .accordion-item-content ul {
    margin: 0 0 24px;
}
.accordion-container .accordion-item-container .accordion-item-content .img-container {
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
}
.accordion-container .accordion-item-container .accordion-item-content .img-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.single-anchors-bar {
    min-height: 65px;
}
@media (min-width: 62rem) {
    .single-anchors-bar {
        min-height: 101px;
    }
}
.single-anchors-bar.hide {
    display: none;
}
.single-anchors-bar.fixed .single-anchors-bar-content {
    min-height: 65px;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 2;
}
@media (min-width: 62rem) {
    .single-anchors-bar.fixed .single-anchors-bar-content {
        right: 50px;
        left: 50px;
    }
}
.single-anchors-bar.fixed .single-anchors-bar-content .single-anchors-bar-list {
    padding: 6px 0;
}
.single-anchors-bar.fixed .single-anchors-bar-content .single-anchors-bar-list .single-anchors-bar-item.active button::before {
    right: 18px;
    bottom: -6px;
    left: 18px;
}
@media (min-width: 62rem) {
    .single-anchors-bar.fixed .single-anchors-bar-content .single-anchors-bar-list .single-anchors-bar-item.active button::before {
        right: 24px;
        bottom: -6px;
        left: 24px;
    }
}
.single-anchors-bar.fixed.full .single-anchors-bar-content {
    right: 0;
    left: 0;
}
.menu-fixed .single-anchors-bar .single-anchors-bar-content {
    top: 64px;
}
@media (min-width: 62rem) {
    .menu-fixed .single-anchors-bar .single-anchors-bar-content {
        top: 92px;
    }
}
.single-anchors-bar .single-anchors-bar-content {
    position: sticky;
    top: 0;
    right: 0;
    left: 0;
    z-index: 9;
    background-color: #fff;
    border-bottom: 1px solid #CCC;
}
.single-anchors-bar .single-anchors-bar-content::before, .single-anchors-bar .single-anchors-bar-content::after {
    content: "";
    width: 32px;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
}
@media (min-width: 62rem) {
    .single-anchors-bar .single-anchors-bar-content::before, .single-anchors-bar .single-anchors-bar-content::after {
        width: 64px;
    }
}
.single-anchors-bar .single-anchors-bar-content::before {
    left: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 0), #fff);
}
.single-anchors-bar .single-anchors-bar-content::after {
    right: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), #fff);
}
.single-anchors-bar .single-anchors-bar-content .single-anchors-bar-list {
    max-width: 100vw;
    display: flex;
    overflow: scroll;
    padding: 6px 0;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.single-anchors-bar .single-anchors-bar-content .single-anchors-bar-list::-webkit-scrollbar {
    display: none;
}
@media (min-width: 62rem) {
    .single-anchors-bar .single-anchors-bar-content .single-anchors-bar-list {
        align-items: center;
        justify-content: center;
        padding: 18px 30px;
    }
}
.single-anchors-bar .single-anchors-bar-content .single-anchors-bar-list .single-anchors-bar-item.active button, .single-anchors-bar .single-anchors-bar-content .single-anchors-bar-list .single-anchors-bar-item.readed button {
    color: #E91C2B;
}
.single-anchors-bar .single-anchors-bar-content .single-anchors-bar-list .single-anchors-bar-item.active button::before {
    content: "";
    height: 4px;
    position: absolute;
    right: 18px;
    bottom: -6px;
    left: 18px;
    background-color: #E91C2B;
}
@media (min-width: 62rem) {
    .single-anchors-bar .single-anchors-bar-content .single-anchors-bar-list .single-anchors-bar-item.active button::before {
        right: 24px;
        bottom: -18px;
        left: 24px;
    }
}
.single-anchors-bar .single-anchors-bar-content .single-anchors-bar-list button {
    font-family: Gotham, sans-serif;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    padding: 18px;
    border-radius: 64px;
    background-color: transparent;
    white-space: nowrap;
    position: relative;
    transition: background-color 0.2s ease, color 0.2s ease;
}
@media (min-width: 62rem) {
    .single-anchors-bar .single-anchors-bar-content .single-anchors-bar-list button {
        padding: 24px;
    }
}
.single-anchors-bar .single-anchors-bar-content .single-anchors-bar-list button:hover {
    background-color: #F5F5F5;
}
.single-anchors-bar .underline {
    width: 0;
    height: 4px;
    border-radius: 4px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #E91C2B;
    transition: width 0.2s ease, left 0.2s ease;
    pointer-events: none;
    display: none;
}
@media (min-width: 62rem) {
    .single-anchors-bar .underline {
        display: block;
    }
}
.block-cards-rich-content {
    margin: 0 0 20px;
}
@media (min-width: 62rem) {
    .block-cards-rich-content {
        margin: 0 0 80px;
    }
}
.block-cards-rich-content .card:not(:last-child) {
    margin: 0 0 16px;
}
@media (min-width: 62rem) {
    .block-cards-rich-content .card:not(:last-child) {
        margin: 0 0 10px;
    }
}
.works-double-container {
    margin: 0 0 80px;
}

.block-push.newsletter {
    color: #fff;
    margin: 0 0 62px;
    border-radius: 8px;
    padding: 37px 24px 0;
    position: relative;
    overflow: hidden;
}
@media (min-width: 62rem) {
    .block-push.newsletter {
        display: flex;
        align-items: flex-end;
        margin: 0 0 80px;
        padding: 32px 106px 0 72px;
    }
}
.block-push.newsletter::before {
    content: "";
    width: 1500px;
    height: 1500px;
    border-radius: 50%;
    position: absolute;
    top: -990px;
    left: -462px;
}
@media (min-width: 62rem) {
    .block-push.newsletter::before {
        width: 1283px;
        height: 1283px;
        top: 44px;
        left: 40%;
    }
}
.block-push.newsletter .text-container {
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 1;
}
@media (min-width: 62rem) {
    .block-push.newsletter .text-container {
        flex: 1 1 100%;
        padding: 0 30px 32px 0;
    }
}
.block-push.newsletter .text-container p, .block-push.newsletter .text-container .block-specs .block-specs-item span:nth-child(2), .block-specs .block-specs-item .block-push.newsletter .text-container span:nth-child(2) {
    font-family: Gotham, sans-serif;
    font-size: 20px;
    font-weight: 900;
    line-height: 26px;
    margin: 0 0 28px;
}
@media (min-width: 62rem) {
    .block-push.newsletter .text-container p, .block-push.newsletter .text-container .block-specs .block-specs-item span:nth-child(2), .block-specs .block-specs-item .block-push.newsletter .text-container span:nth-child(2) {
        font-size: 22px;
        line-height: 30px;
    }
}
.block-push.newsletter .newsletter-args {
    margin: 0 0 28px;
    display: flex;
    flex-direction: column;
}
.block-push.newsletter .newsletter-args li {
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    padding: 0 0 0 26px;
    position: relative;
}
.block-push.newsletter .newsletter-args li::before {
    font-size: 16px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}
.block-push.newsletter .newsletter-args li:not(:last-child) {
    margin: 0 0 20px;
}
.block-push.newsletter .btn-container {
    flex-direction: column;
    margin: 0 0 40px;
    padding: 0;
}
@media (min-width: 62rem) {
    .block-push.newsletter .btn-container {
        flex-direction: row;
        justify-content: flex-start;
        margin: auto 0 0;
    }
}
.block-push.newsletter .btn-container .input-container {
    margin: 0 0 16px;
}
@media (min-width: 62rem) {
    .block-push.newsletter .btn-container .input-container {
        margin: 0 16px 0 0;
    }
}
.block-push.newsletter .btn-container .input-container label {
    display: block;
}
@media (min-width: 62rem) {
    .block-push.newsletter .btn-container .input-container label {
        display: inline-block;
    }
}
.block-push.newsletter .btn-container label {
    margin-bottom: 0;
}
.block-push.newsletter .btn-container label:before {
    background-color: #fff;
}
.block-push.newsletter .btn-container .btn:not(:last-child) {
    margin: 0 0 16px;
}
@media (min-width: 62rem) {
    .block-push.newsletter .btn-container .btn:not(:last-child) {
        margin: 0 16px 0 0;
    }
}
.block-push.newsletter .img-container {
    width: 182px;
    height: 240px;
    margin: 0 auto;
    border-radius: 27px 27px 0 0;
    padding: 20px 12px 0;
    position: relative;
    z-index: 1;
    background-color: black;
}
@media (min-width: 62rem) {
    .block-push.newsletter .img-container {
        flex: 0 0 182px;
        height: 290px;
        margin: 0;
    }
}
.block-push.newsletter .img-container img {
    width: 100%;
}
.block-push.newsletter.primary {
    background: #A3141E;
}
@media (min-width: 62rem) {
    .block-push.newsletter.primary {
        background: #E91C2B;
    }
}
.block-push.newsletter.primary::before {
    background-color: #E91C2B;
}
@media (min-width: 62rem) {
    .block-push.newsletter.primary::before {
        background-color: #A3141E;
    }
}
.block-push.newsletter.secondary {
    background-color: #E91C2B;
}
@media (min-width: 62rem) {
    .block-push.newsletter.secondary {
        background: #0C73B5;
    }
}
.block-push.newsletter.secondary::before {
    background: #0C73B5;
}
@media (min-width: 62rem) {
    .block-push.newsletter.secondary::before {
        background-color: #E91C2B;
    }
}
.block-push.newsletter.secondary .text-container .btn-container .btn::before {
    background-color: transparent;
}
.block-push.newsletter.secondary .text-container .btn-container .btn.inverted {
    color: #0C73B5;
}
.block-push.newsletter.secondary .text-container .btn-container .btn.inverted::before {
    background-color: #fff;
}
.block-push.newsletter.thirdary {
    background-color: #D88D00;
}
@media (min-width: 62rem) {
    .block-push.newsletter.thirdary {
        background: #355D05;
    }
}
.block-push.newsletter.thirdary::before {
    background: #355D05;
}
@media (min-width: 62rem) {
    .block-push.newsletter.thirdary::before {
        background-color: #D88D00;
    }
}
.block-push.newsletter.thirdary .text-container .btn-container .btn::before {
    background-color: transparent;
}
.block-push.newsletter.thirdary .text-container .btn-container .btn.inverted {
    color: #355D05;
}
.block-push.newsletter.thirdary .text-container .btn-container .btn.inverted::before {
    background-color: #fff;
}

.block-specs {
    margin: 0 0 48px;
    border-radius: 8px;
    padding: 90px 40px 20px;
    background: #F5F5F5 url(/wp-content/themes/epaps/assets/img/dot-mobile.svg) top 24px left 24px/auto 24px repeat-x;
}
@media (min-width: 62rem) {
    .block-specs {
        margin: 0 0 100px;
        background: #F5F5F5 url(/wp-content/themes/epaps/assets/img/dot.svg) top 24px left 40px/auto 24px repeat-x;
    }
}
@media (min-width: 62rem) {
    .block-specs .block-specs-list {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
}
.block-specs .block-specs-item {
    flex: 0 0 260px;
    margin: 0 0 28px;
}
.block-specs .block-specs-item span {
    display: block;
}
.block-specs .block-specs-item span:first-child {
    margin: 0 0 2px;
}
.block-specs .block-specs-item span:nth-child(2) {
    font-size: 14px;
    margin: 0;
}
.block-specs .block-specs-item[class^=icon-], .block-specs .block-specs-item[class*=" icon-"] {
    position: relative;
    padding: 0 0 0 36px;
}
.block-specs .block-specs-item[class^=icon-]::before, .block-specs .block-specs-item[class*=" icon-"]::before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}
.block-specs .block-specs-item[class^=icon-] a, .block-specs .block-specs-item[class*=" icon-"] a {
    text-decoration: none !important;
}
.block-specs .block-specs-item[class^=icon-] a::before, .block-specs .block-specs-item[class*=" icon-"] a::before {
    content: none;
}
.block-specs .block-specs-item.icon-phone::before {
    font-size: 23px;
}
.block-specs .block-specs-item.icon-mail::before {
    font-size: 18px;
}

.block-read-more {
    margin: 0 0 80px;
}
.block-read-more .subtitle, .block-read-more .works-info .block-construction-works p.construction-works-title, .works-info .block-construction-works .block-read-more p.construction-works-title, .block-read-more .works-info .block-construction-works .block-specs .block-specs-item span.construction-works-title:nth-child(2), .works-info .block-construction-works .block-specs .block-specs-item .block-read-more span.construction-works-title:nth-child(2), .block-read-more .block-specs .block-specs-item .works-info .block-construction-works span.construction-works-title:nth-child(2), .block-specs .block-specs-item .works-info .block-construction-works .block-read-more span.construction-works-title:nth-child(2), .block-read-more .sub-menu-title, .block-read-more .accordion-container .accordion-btn, .accordion-container .block-read-more .accordion-btn {
    margin: 0 0 8px !important;
}
.block-read-more p, .block-read-more .block-specs .block-specs-item span:nth-child(2), .block-specs .block-specs-item .block-read-more span:nth-child(2) {
    margin: 0 0 24px !important;
}
.block-read-more .card:not(:last-child) {
    margin: 0 0 16px;
}

.blockquote {
    margin: 0 0 60px;
}
.blockquote p, .blockquote .block-specs .block-specs-item span:nth-child(2), .block-specs .block-specs-item .blockquote span:nth-child(2) {
    font-family: Gotham, sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
    position: relative;
    margin: 0 0 30px;
    padding: 0 0 0 32px;
}
@media (min-width: 62rem) {
    .blockquote p, .blockquote .block-specs .block-specs-item span:nth-child(2), .block-specs .block-specs-item .blockquote span:nth-child(2) {
        font-size: 22px;
        line-height: 30px;
    }
}
.blockquote p::before, .blockquote .block-specs .block-specs-item span:nth-child(2)::before, .block-specs .block-specs-item .blockquote span:nth-child(2)::before {
    content: "";
    width: 4px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    border-radius: 4px;
    background-color: #E91C2B;
}
.blockquote .blockquote-author {
    display: flex;
    align-items: center;
}
.blockquote .blockquote-author .blockquote-author-img {
    flex: 0 0 56px;
    height: 56px;
    border-radius: 50%;
    margin: 0 16px 0 0;
    overflow: hidden;
}
.blockquote .blockquote-author .blockquote-author-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.blockquote .blockquote-author .blockquote-author-name {
    font-family: Inter, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase;
}
.blockquote.ex p, .blockquote.ex .block-specs .block-specs-item span:nth-child(2), .block-specs .block-specs-item .blockquote.ex span:nth-child(2) {
    font-weight: 400;
}
.blockquote.ex p strong, .blockquote.ex .block-specs .block-specs-item span:nth-child(2) strong, .block-specs .block-specs-item .blockquote.ex span:nth-child(2) strong {
    font-weight: 500;
}

.block-author .block-author-content {
    display: flex;
    align-items: center;
    margin: 0 0 10px;
    border-bottom: 1px solid #CCC;
    padding: 0 0 16px;
}
.block-author .block-author-content .block-author-img {
    flex: 0 0 56px;
    height: 56px;
    border-radius: 50%;
    margin: 0 16px 0 0;
    overflow: hidden;
}
.block-author .block-author-content .block-author-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.block-author .block-author-content .blockquote-author-name {
    font-family: Inter, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase;
}

.video-container {
    height: 0;
    position: relative;
    overflow: hidden;
    margin: 0 0 45px;
    border-radius: 8px;
    padding-bottom: 56.25%;
}
@media (min-width: 62rem) {
    .video-container {
        margin: 0 0 80px;
    }
}
.video-container iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.video-container button {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: #CCC;
}
.video-container button::before {
    font-size: 30px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: calc(50% - 8px);
    z-index: 2;
    color: #fff;
    pointer-events: none;
}
@media (min-width: 62rem) {
    .video-container button::before {
        font-size: 50px;
        left: calc(50% - 14px);
    }
}
.video-container button::after {
    content: "";
    width: 80px;
    height: 80px;
    border-radius: 100%;
    background-color: #E91C2B;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1);
    z-index: 1;
    pointer-events: none;
    transition: transform 0.2s ease;
}
@media (min-width: 62rem) {
    .video-container button::after {
        width: 120px;
        height: 120px;
    }
}
.video-container button img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.video-container button:active::after, .video-container button:focus::after, .video-container button:hover::after {
    transform: translate(-50%, -50%) scale(1.1);
}

.block-key-number {
    text-align: center;
    margin: 0 0 16px;
    border-radius: 8px;
    padding: 24px 24px 24px;
    background-color: #F5F5F5;
}
@media (min-width: 62rem) {
    .block-key-number {
        padding: 40px 30px 45px;
    }
}
.block-key-number:last-child {
    margin: 0 0 56px;
}
@media (min-width: 62rem) {
    .block-key-number:last-child {
        margin: 0 0 80px;
    }
}
.block-key-number p, .block-key-number .block-specs .block-specs-item span:nth-child(2), .block-specs .block-specs-item .block-key-number span:nth-child(2) {
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    margin: 0;
}
@media (min-width: 62rem) {
    .block-key-number p, .block-key-number .block-specs .block-specs-item span:nth-child(2), .block-specs .block-specs-item .block-key-number span:nth-child(2) {
        font-size: 24px;
    }
}
.block-key-number p .key-number, .block-key-number .block-specs .block-specs-item span:nth-child(2) .key-number, .block-specs .block-specs-item .block-key-number span:nth-child(2) .key-number {
    font-family: Gotham, sans-serif;
    font-size: 32px;
    font-weight: 900;
    line-height: 1;
    width: 100%;
    margin: 0 0 16px;
    border-radius: 124px;
    padding: 27px 0;
    background-color: #fff;
}
@media (min-width: 62rem) {
    .block-key-number p .key-number, .block-key-number .block-specs .block-specs-item span:nth-child(2) .key-number, .block-specs .block-specs-item .block-key-number span:nth-child(2) .key-number {
        width: auto;
        font-size: 50px;
        margin: 0 0 28px;
        border-radius: 124px;
        padding: 37px 60px;
    }
}
.block-key-number p strong, .block-key-number .block-specs .block-specs-item span:nth-child(2) strong, .block-specs .block-specs-item .block-key-number span:nth-child(2) strong {
    font-weight: 700;
    font-size: 20px;
    margin: 0 0 10px;
}
@media (min-width: 62rem) {
    .block-key-number p strong, .block-key-number .block-specs .block-specs-item span:nth-child(2) strong, .block-specs .block-specs-item .block-key-number span:nth-child(2) strong {
        margin: 0 0 20px;
    }
}
.read-more-tags {
    display: flex;
    flex-direction: column;
    margin: 0 0 80px;
    border-top: 1px solid #CCC;
    padding: 16px 0 0;
}
@media (min-width: 48rem) {
    .read-more-tags {
        flex-direction: row;
        padding: 16px 0 0;
    }
}
.read-more-tags .read-more-tags-title {
    white-space: nowrap;
    margin: 10px 0;
}
@media (min-width: 48rem) {
    .read-more-tags .read-more-tags-title {
        margin: 4px 0 0;
    }
}
.read-more-tags .read-more-tags-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}
@media (min-width: 48rem) {
    .read-more-tags .read-more-tags-list {
        padding: 0 0 0 20px !important;
    }
}
.read-more-tags .read-more-tags-list li {
    margin: 0 16px 0 0 !important;
}
.read-more-tags .read-more-tags-list li .tag {
    color: #E91C2B;
    text-transform: uppercase;
    text-decoration: none !important;
    white-space: nowrap;
}

.block-steps {
    margin: 0 0 50px;
}
@media (min-width: 62rem) {
    .block-steps {
        margin: 0 0 85px;
    }
}
.block-steps .text-link-secondary, .block-steps .read-more-tags .read-more-tags-list li .tag, .read-more-tags .read-more-tags-list li .block-steps .tag {
    font-family: Inter, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    color: #808080;
    text-transform: uppercase;
}

.block-step {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
}
@media (min-width: 62rem) {
    .block-step {
        flex-direction: row;
    }
}
.block-step::before {
    content: "";
    width: 2px;
    border-left: 2px solid #E91C2B;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 11px;
}
@media (min-width: 62rem) {
    .block-step::before {
        left: 165px;
    }
}
.block-step .step-date {
    padding: 0 0 0 36px;
    color: #E91C2B;
}
@media (min-width: 62rem) {
    .block-step .step-date {
        flex: 0 0 206px;
        text-align: right;
        margin: 0 20px 0 0;
        padding: 0 68px 0 0;
    }
}
.block-step .subtitle-small, .block-step .main-footer .websites-list-container p, .main-footer .websites-list-container .block-step p, .block-step .main-footer .websites-list-container .block-specs .block-specs-item span:nth-child(2), .main-footer .websites-list-container .block-specs .block-specs-item .block-step span:nth-child(2), .block-step .block-specs .block-specs-item .main-footer .websites-list-container span:nth-child(2), .block-specs .block-specs-item .main-footer .websites-list-container .block-step span:nth-child(2), .block-step .block-construction-works .construction-works-title, .block-construction-works .block-step .construction-works-title, .block-step .block-specs .block-specs-item span:first-child, .block-specs .block-specs-item .block-step span:first-child {
    position: relative;
    margin: 0 0 8px;
}
@media (min-width: 62rem) {
    .block-step .subtitle-small, .block-step .main-footer .websites-list-container p, .main-footer .websites-list-container .block-step p, .block-step .main-footer .websites-list-container .block-specs .block-specs-item span:nth-child(2), .main-footer .websites-list-container .block-specs .block-specs-item .block-step span:nth-child(2), .block-step .block-specs .block-specs-item .main-footer .websites-list-container span:nth-child(2), .block-specs .block-specs-item .main-footer .websites-list-container .block-step span:nth-child(2), .block-step .block-construction-works .construction-works-title, .block-construction-works .block-step .construction-works-title, .block-step .block-specs .block-specs-item span:first-child, .block-specs .block-specs-item .block-step span:first-child {
        margin: 0;
    }
}
.block-step .subtitle-small::before, .block-step .main-footer .websites-list-container p::before, .main-footer .websites-list-container .block-step p::before, .block-step .main-footer .websites-list-container .block-specs .block-specs-item span:nth-child(2)::before, .main-footer .websites-list-container .block-specs .block-specs-item .block-step span:nth-child(2)::before, .block-step .block-specs .block-specs-item .main-footer .websites-list-container span:nth-child(2)::before, .block-specs .block-specs-item .main-footer .websites-list-container .block-step span:nth-child(2)::before, .block-step .block-construction-works .construction-works-title::before, .block-construction-works .block-step .construction-works-title::before, .block-step .block-specs .block-specs-item span:first-child::before, .block-specs .block-specs-item .block-step span:first-child::before {
    content: "";
    width: 24px;
    height: 24px;
    border-radius: 24px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -36px;
    border: 2px solid #E91C2B;
    background-color: #fff;
}
@media (min-width: 62rem) {
    .block-step .subtitle-small::before, .block-step .main-footer .websites-list-container p::before, .main-footer .websites-list-container .block-step p::before, .block-step .main-footer .websites-list-container .block-specs .block-specs-item span:nth-child(2)::before, .main-footer .websites-list-container .block-specs .block-specs-item .block-step span:nth-child(2)::before, .block-step .block-specs .block-specs-item .main-footer .websites-list-container span:nth-child(2)::before, .block-specs .block-specs-item .main-footer .websites-list-container .block-step span:nth-child(2)::before, .block-step .block-construction-works .construction-works-title::before, .block-construction-works .block-step .construction-works-title::before, .block-step .block-specs .block-specs-item span:first-child::before, .block-specs .block-specs-item .block-step span:first-child::before {
        right: -40px;
        left: auto;
    }
}
.block-step .step-event {
    width: 100%;
    padding: 0 0 0 36px;
    margin: 0 0 30px;
}
@media (min-width: 62rem) {
    .block-step .step-event {
        margin: 0 0 40px;
        padding: 0;
    }
}
.block-step .step-event .subtitle, .block-step .step-event .works-info .block-construction-works p.construction-works-title, .works-info .block-construction-works .block-step .step-event p.construction-works-title, .block-step .step-event .works-info .block-construction-works .block-specs .block-specs-item span.construction-works-title:nth-child(2), .works-info .block-construction-works .block-specs .block-specs-item .block-step .step-event span.construction-works-title:nth-child(2), .block-step .step-event .block-specs .block-specs-item .works-info .block-construction-works span.construction-works-title:nth-child(2), .block-specs .block-specs-item .works-info .block-construction-works .block-step .step-event span.construction-works-title:nth-child(2), .block-step .step-event .sub-menu-title, .block-step .step-event .accordion-container .accordion-btn, .accordion-container .block-step .step-event .accordion-btn {
    margin: 0 0 5px;
}
@media (min-width: 62rem) {
    .block-step .step-event .subtitle, .block-step .step-event .works-info .block-construction-works p.construction-works-title, .works-info .block-construction-works .block-step .step-event p.construction-works-title, .block-step .step-event .works-info .block-construction-works .block-specs .block-specs-item span.construction-works-title:nth-child(2), .works-info .block-construction-works .block-specs .block-specs-item .block-step .step-event span.construction-works-title:nth-child(2), .block-step .step-event .block-specs .block-specs-item .works-info .block-construction-works span.construction-works-title:nth-child(2), .block-specs .block-specs-item .works-info .block-construction-works .block-step .step-event span.construction-works-title:nth-child(2), .block-step .step-event .sub-menu-title, .block-step .step-event .accordion-container .accordion-btn, .accordion-container .block-step .step-event .accordion-btn {
        margin: 0 0 24px;
    }
}
.block-step .step-event p, .block-step .step-event .block-specs .block-specs-item span:nth-child(2), .block-specs .block-specs-item .block-step .step-event span:nth-child(2) {
    font-size: 14px;
}
.block-step .step-event p:last-child, .block-step .step-event .block-specs .block-specs-item span:last-child:nth-child(2), .block-specs .block-specs-item .block-step .step-event span:last-child:nth-child(2) {
    margin: 0;
}
@media (min-width: 62rem) {
    .block-step .step-event p, .block-step .step-event .block-specs .block-specs-item span:nth-child(2), .block-specs .block-specs-item .block-step .step-event span:nth-child(2) {
        font-size: 16px;
    }
}
.block-step .step-event .card {
    margin: 0 0 40px;
}
.block-step .step-event .card:last-child {
    margin: 0;
}
.block-step.future::before {
    border-left: 1px dashed #808080;
}
.block-step.future .step-date {
    color: #808080;
}
.block-step.future .subtitle, .block-step.future .works-info .block-construction-works p.construction-works-title, .works-info .block-construction-works .block-step.future p.construction-works-title, .block-step.future .works-info .block-construction-works .block-specs .block-specs-item span.construction-works-title:nth-child(2), .works-info .block-construction-works .block-specs .block-specs-item .block-step.future span.construction-works-title:nth-child(2), .block-step.future .block-specs .block-specs-item .works-info .block-construction-works span.construction-works-title:nth-child(2), .block-specs .block-specs-item .works-info .block-construction-works .block-step.future span.construction-works-title:nth-child(2), .block-step.future .sub-menu-title, .block-step.future .accordion-container .accordion-btn, .accordion-container .block-step.future .accordion-btn {
    color: #808080;
}
.block-step.future .subtitle-small::before, .block-step.future .main-footer .websites-list-container p::before, .main-footer .websites-list-container .block-step.future p::before, .block-step.future .main-footer .websites-list-container .block-specs .block-specs-item span:nth-child(2)::before, .main-footer .websites-list-container .block-specs .block-specs-item .block-step.future span:nth-child(2)::before, .block-step.future .block-specs .block-specs-item .main-footer .websites-list-container span:nth-child(2)::before, .block-specs .block-specs-item .main-footer .websites-list-container .block-step.future span:nth-child(2)::before, .block-step.future .block-construction-works .construction-works-title::before, .block-construction-works .block-step.future .construction-works-title::before, .block-step.future .block-specs .block-specs-item span:first-child::before, .block-specs .block-specs-item .block-step.future span:first-child::before {
    border: 1px dashed #808080;
}

.block-transcript {
    margin: 16px 0 0;
}
.block-transcript .block-transcript-btn {
    font-family: Inter, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    text-align: left;
    position: relative;
    margin: 0 0 16px;
    padding: 10px 0;
    border-bottom: 1px solid #CCC;
    cursor: pointer;
}
@media (min-width: 62rem) {
    .block-transcript .block-transcript-btn {
        width: calc(50% - 10px);
    }
}
.block-transcript .block-transcript-btn::before {
    font-size: 6px;
    position: absolute;
    top: 12px;
    right: 0;
    transform: rotate(0);
    transition: transform 0.3s ease;
}
.block-transcript .block-transcript-btn::marker {
    content: none;
}
.block-transcript > p, .block-specs .block-specs-item .block-transcript > span:nth-child(2) {
    font-family: Inter, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
}
.block-transcript.open details {
    position: relative;
}
.block-transcript.open details::before {
    content: "";
    width: calc(50% - 10px);
    height: 1px;
    position: absolute;
    bottom: -17px;
    left: 0;
    background-color: #CCC;
}
.block-transcript.open .block-transcript-btn::before {
    transform: rotate(180deg);
}

.map-container {
    margin: 0 0 40px;
}
.map-container .map {
    min-height: 500px;
    margin: 0 0 20px;
}
.map-container .link-secondary {
    width: calc(50% - 10px);
    margin: 0 0 25px;
}
.map-container p, .map-container .block-specs .block-specs-item span:nth-child(2), .block-specs .block-specs-item .map-container span:nth-child(2) {
    font-family: Inter, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    color: #333;
}

.maps-container {
    margin: 0 0 40px;
}
.maps-container .maps-container-card.left {
    padding: 0 10px 0 0;
}
.maps-container .maps-container-card.right {
    padding: 0 0 0 10px;
}
.maps-container .main-subtitle {
    margin: 0 0 25px;
}
.maps-container .img-container {
    height: 422px;
    border-radius: 8px;
    margin: 0 0 25px;
    overflow: hidden;
}
.maps-container .img-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.maps-container .text-container p, .maps-container .text-container .block-specs .block-specs-item span:nth-child(2), .block-specs .block-specs-item .maps-container .text-container span:nth-child(2) {
    margin: 0 0 25px;
}
.maps-container .links-container {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
}
.maps-container .links-container .link-secondary {
    display: inline-flex;
    margin: 0 0 28px;
}

.block-img-text {
    margin: 0 0 48px;
}
@media (min-width: 62rem) {
    .block-img-text {
        margin: 0 0 80px;
    }
}
.block-img-text .img-container {
    border-radius: 8px;
    overflow: hidden;
    margin: 0 0 24px;
}
@media (min-width: 62rem) {
    .block-img-text .img-container {
        margin: 0;
    }
}
.block-img-text .img-container img {
    width: 100%;
}
.block-img-text .text-container {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
@media (min-width: 62rem) {
    .block-img-text .text-container {
        padding: 0 0 0 30px;
    }
}
.block-img-text .text-container .main-subtitle {
    margin: 0 0 20px;
}
.block-img-text .text-container p:last-child, .block-img-text .text-container .block-specs .block-specs-item span:last-child:nth-child(2), .block-specs .block-specs-item .block-img-text .text-container span:last-child:nth-child(2) {
    margin-bottom: 0;
}

.section.news {
    overflow: hidden;
    margin: 0 0 54px;
    background-color: #fff;
}
@media (min-width: 48rem) {
    .section.news {
        margin: 0 0 90px;
        background-color: transparent;
    }
}
.section.news .container {
    padding-right: 0;
    padding-left: 0;
}
@media (min-width: 48rem) {
    .section.news .container {
        padding-right: 10px;
        padding-left: 10px;
    }
}
.section.news .container .row {
    margin-right: 0;
    margin-left: 0;
}
@media (min-width: 48rem) {
    .section.news .container .row {
        margin-right: -10px;
        margin-left: -10px;
    }
}
.section.news .container .row .col-md-4,
.section.news .container .row .col-md-8,
.section.news .container .row .col-12 {
    padding-right: 0;
    padding-left: 0;
}
@media (min-width: 48rem) {
    .section.news .container .row .col-md-4,
.section.news .container .row .col-md-8,
.section.news .container .row .col-12 {
        padding-right: 10px;
        padding-left: 10px;
    }
}
.section.news .container .row .col-md-6 {
    position: static;
}
.section.news .section-top-container {
    padding: 0 10px;
}
@media (min-width: 48rem) {
    .section.news .section-top-container {
        padding: 0 50px 0 0;
    }
}
.section.news .slider-container {
    padding: 40px 10px;
    border-radius: 0 8px 8px 0;
    position: relative;
    z-index: 1;
    background-color: #fff;
}
@media (min-width: 48rem) {
    .section.news .slider-container {
        padding: 56px 0 84px;
    }
    .section.news .slider-container::before {
        content: "";
        position: absolute;
        top: 0;
        right: 50%;
        bottom: 0;
        left: -200%;
        z-index: -1;
        background-color: #fff;
    }
}
.section.news .swiper-container {
    overflow: hidden;
}
.section.news .swiper-container .swiper-wrapper {
    margin: 0 0 20px;
}
@media (min-width: 48rem) {
    .section.news .swiper-container .swiper-wrapper {
        margin: 0 0 24px;
    }
}
.section.news .swiper-container .swiper-slide .img-container {
    width: 100%;
    margin: 0 0 16px;
    padding: 100% 0 0;
    border-radius: 8px;
    background: center/cover no-repeat;
}
@media (min-width: 48rem) {
    .section.news .swiper-container .swiper-slide .img-container {
        margin: 0;
    }
}
.section.news .swiper-container .swiper-slide .text-container {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    opacity: 1;
    transition: opacity 1s ease;
}
@media (min-width: 48rem) {
    .section.news .swiper-container .swiper-slide .text-container {
        padding: 0 50px 0 30px;
    }
}
.section.news .swiper-container .swiper-slide .text-container .news-slide-uptitle {
    font-family: Inter, sans-serif;
    font-size: 11px;
    font-weight: 500;
    line-height: 1;
    color: #E91C2B;
    text-transform: uppercase;
    margin: 0 0 10px;
    padding: 0 0 0 17px;
    position: relative;
}
@media (min-width: 48rem) {
    .section.news .swiper-container .swiper-slide .text-container .news-slide-uptitle {
        font-size: 14px;
        margin: 0 0 10px;
        padding: 0 0 0 24px;
    }
}
.section.news .swiper-container .swiper-slide .text-container .news-slide-uptitle::before {
    font-size: 12px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}
@media (min-width: 48rem) {
    .section.news .swiper-container .swiper-slide .text-container .news-slide-uptitle::before {
        font-size: 15px;
    }
}
.section.news .swiper-container .swiper-slide .text-container .main-subtitle {
    margin: 0 0 23px;
}
@media (min-width: 48rem) {
    .section.news .swiper-container .swiper-slide .text-container .main-subtitle {
        margin: 0 0 18px;
    }
}
.section.news .swiper-container .swiper-slide .text-container .main-subtitle::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.section.news .swiper-container .swiper-slide .text-container .news-slide-text {
    font-family: Inter, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    margin: 0 0 15px;
}
@media (min-width: 48rem) {
    .section.news .swiper-container .swiper-slide .text-container .news-slide-text {
        margin: 0 0 18px;
    }
}
.section.news .swiper-container .swiper-slide:active .text-container, .section.news .swiper-container .swiper-slide:focus .text-container, .section.news .swiper-container .swiper-slide:hover .text-container {
    opacity: 0.7;
}
.section.news .swiper-container .swiper-extra {
    padding: 0 10px;
}
@media (min-width: 62rem) {
    .section.news .swiper-container .swiper-extra {
        padding: 0;
    }
}
.section.news .title, .section.news .works-info .block-construction-works .sub-menu-title, .works-info .block-construction-works .section.news .sub-menu-title {
    margin: 0;
}
.section.news .block-construction-works-container {
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 20px;
}
@media (min-width: 48rem) {
    .section.news .block-construction-works-container {
        padding: 0;
    }
}
.section.news .block-construction-works-container .block-construction-works {
    padding: 32px 30px 40px;
    position: relative;
    z-index: 1;
}
@media (min-width: 48rem) {
    .section.news .block-construction-works-container .block-construction-works {
        padding: 60px 0 60px 30px;
    }
    .section.news .block-construction-works-container .block-construction-works::before {
        content: "";
        position: absolute;
        top: 0;
        right: -200%;
        bottom: 0;
        left: -20px;
        z-index: -1;
        background-color: #F8BBBF;
    }
}
.section.news.full-width .slider-container {
    padding: 30px 0;
    border-radius: 8px;
}
@media (min-width: 62rem) {
    .section.news.full-width .slider-container {
        padding: 56px 50px;
    }
}
.section.news.full-width .slider-container::before {
    content: none;
}
.section.news.full-width .swiper-slide .img-container {
    height: 360px;
    padding-top: 0;
}

.newsletters-form-drawer {
    padding: 24px 0;
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1;
    transform: translateY(100%);
    background-color: #F5F5F5;
    transition: transform 0.2s ease;
}
.newsletters-form-drawer.show {
    transform: translateY(0);
    box-shadow: 0 -4px 10px 0 rgba(0, 0, 0, 0.05);
}
.newsletters-form-drawer .subscribed-newsletter {
    min-height: 46px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 0 0 20px;
}
@media (min-width: 62rem) {
    .newsletters-form-drawer .subscribed-newsletter {
        flex-direction: row;
        margin: 0 0 28px;
    }
}
.newsletters-form-drawer .subscribed-newsletter p, .newsletters-form-drawer .subscribed-newsletter .block-specs .block-specs-item span:nth-child(2), .block-specs .block-specs-item .newsletters-form-drawer .subscribed-newsletter span:nth-child(2) {
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    margin: 0 0 18px;
    white-space: nowrap;
}
@media (min-width: 62rem) {
    .newsletters-form-drawer .subscribed-newsletter p, .newsletters-form-drawer .subscribed-newsletter .block-specs .block-specs-item span:nth-child(2), .block-specs .block-specs-item .newsletters-form-drawer .subscribed-newsletter span:nth-child(2) {
        font-weight: 400;
        margin: 10px 0 0;
    }
}
.newsletters-form-drawer .subscribed-newsletter-list {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}
@media (min-width: 62rem) {
    .newsletters-form-drawer .subscribed-newsletter-list {
        flex-direction: row;
        align-items: center;
    }
}
.newsletters-form-drawer .subscribed-newsletter-list .subscribed-newsletter-item {
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    color: #fff;
    margin: 0 0 10px;
    padding: 0 3px 0 16px;
    border-radius: 36px;
    background-color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    overflow: hidden;
}
.newsletters-form-drawer .subscribed-newsletter-list .subscribed-newsletter-item button {
    width: 36px;
    height: 36px;
}
.newsletters-form-drawer .subscribed-newsletter-list .subscribed-newsletter-item button::before {
    font-size: 10px;
    color: #fff;
}
@media (min-width: 62rem) {
    .newsletters-form-drawer .subscribed-newsletter-list .subscribed-newsletter-item:first-child {
        margin-left: 24px;
    }
}
.newsletters-form-drawer .subscribed-newsletter-list .subscribed-newsletter-item:not(:last-child) {
    margin-right: 8px;
}
.newsletters-form-drawer .subscribed-newsletter-infos {
    display: flex;
    flex-direction: column;
}
@media (min-width: 62rem) {
    .newsletters-form-drawer .subscribed-newsletter-infos {
        flex-direction: row;
        align-items: flex-end;
    }
}
.newsletters-form-drawer .subscribed-newsletter-infos .input-container.email {
    margin: 0 0 14px;
}
@media (min-width: 62rem) {
    .newsletters-form-drawer .subscribed-newsletter-infos .input-container.email {
        flex: 0 0 320px;
        margin: 0;
    }
}
.newsletters-form-drawer .subscribed-newsletter-infos .input-container.checkbox {
    margin: 0 0 30px;
}
@media (min-width: 62rem) {
    .newsletters-form-drawer .subscribed-newsletter-infos .input-container.checkbox {
        margin: 0;
        padding: 0 30px;
    }
}
.newsletters-form-drawer .subscribed-newsletter-infos .input-container.checkbox label {
    font-weight: 600;
    position: relative;
    padding: 0 0 0 30px;
}
@media (min-width: 62rem) {
    .newsletters-form-drawer .subscribed-newsletter-infos .input-container.checkbox label {
        font-weight: 400;
    }
}
.newsletters-form-drawer .subscribed-newsletter-infos .input-container.checkbox label .custom-checkbox {
    position: absolute;
    top: 0;
    left: 0;
}
.newsletters-form-drawer .subscribed-newsletter-infos .input-container.checkbox label a {
    padding: 0;
}
.newsletters-form-drawer .subscribed-newsletter-infos .input-container.error input[type=email],
.newsletters-form-drawer .subscribed-newsletter-infos .input-container.error .custom-checkbox {
    border-color: #E91C2B;
    background-color: #FDE8EA;
}

.single-sticky-menu {
    position: sticky;
    top: 0;
    right: 20px;
    left: 20px;
    z-index: 9000;
    margin: 0 0 50px;
    padding: 20px 0;
    background-color: #fff;
}
@media (min-width: 36rem) {
    .single-sticky-menu {
        padding: 20px 10px;
    }
}
@media (min-width: 62rem) {
    .single-sticky-menu {
        width: 206px;
        top: 120px;
        left: 40px;
        float: left;
        margin: 0 -206px 120px 0;
        padding: 0;
        background: none;
    }
}
@media (min-width: 75rem) {
    .single-sticky-menu {
        left: 60px;
    }
}
.single-sticky-menu .single-sticky-menu-list {
    display: none;
}
@media (min-width: 62rem) {
    .single-sticky-menu .single-sticky-menu-list {
        display: block;
    }
}
.single-sticky-menu .single-sticky-menu-list .single-sticky-menu-item {
    position: relative;
}
.single-sticky-menu .single-sticky-menu-list .single-sticky-menu-item:not(:last-child) {
    margin: 0 0 12px;
}
.single-sticky-menu .single-sticky-menu-list .single-sticky-menu-item:not(:last-child)::before {
    content: "";
    width: 2px;
    position: absolute;
    top: 14px;
    left: 5px;
    bottom: -24px;
    background-color: #CCC;
}
.single-sticky-menu .single-sticky-menu-list .single-sticky-menu-item button {
    font-family: Inter, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    color: #808080;
    position: relative;
    padding: 0 0 0 28px;
    text-align: left;
}
.single-sticky-menu .single-sticky-menu-list .single-sticky-menu-item button::before {
    content: "";
    width: 12px;
    height: 12px;
    border-radius: 100%;
    position: absolute;
    top: 4px;
    left: 0;
    background-color: #CCC;
}
.single-sticky-menu .single-sticky-menu-list .single-sticky-menu-item.readed::before, .single-sticky-menu .single-sticky-menu-list .single-sticky-menu-item.active::before {
    background-color: #E91C2B;
}
.single-sticky-menu .single-sticky-menu-list .single-sticky-menu-item.readed button, .single-sticky-menu .single-sticky-menu-list .single-sticky-menu-item.active button {
    color: #E91C2B;
}
.single-sticky-menu .single-sticky-menu-list .single-sticky-menu-item.readed button::before, .single-sticky-menu .single-sticky-menu-list .single-sticky-menu-item.active button::before {
    background-color: #E91C2B;
}
.single-sticky-menu .single-sticky-menu-list .single-sticky-menu-item.active button {
    font-weight: 700;
}
@media (min-width: 62rem) {
    .single-sticky-menu .input-container.select {
        display: none;
    }
}
.single-sticky-menu:empty {
    margin: 0;
    padding: 0;
}

.popin {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9000;
    flex-direction: column;
    justify-content: center;
    background-color: #fff;
    display: none;
}
.popin .popin-content {
    display: flex;
    align-items: center;
}
.popin.popin-slider .swiper-container {
    overflow: hidden;
    position: relative;
}
.popin.popin-slider .swiper-container .swiper-wrapper .swiper-slide .card-slider-rich-content {
    margin: 0 0 20px;
}
.popin.popin-slider .swiper-container .swiper-wrapper .swiper-slide .card-slider-rich-content .img-container {
    height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media (min-width: 48rem) {
    .popin.popin-slider .swiper-container .swiper-wrapper .swiper-slide .card-slider-rich-content .img-container {
        height: 80vh;
    }
}
.popin.popin-slider .swiper-container .swiper-wrapper .swiper-slide .card-slider-rich-content .img-container img {
    max-width: 100%;
    width: auto;
    max-height: 100%;
    height: auto;
    object-fit: fill;
}
.popin.popin-slider .swiper-container .swiper-wrapper .swiper-slide .card-slider-rich-content p, .popin.popin-slider .swiper-container .swiper-wrapper .swiper-slide .card-slider-rich-content .block-specs .block-specs-item span:nth-child(2), .block-specs .block-specs-item .popin.popin-slider .swiper-container .swiper-wrapper .swiper-slide .card-slider-rich-content span:nth-child(2) {
    opacity: 1;
    visibility: visible;
}
.popin.popin-slider .swiper-extra {
    position: static;
    margin: 0;
}
@media (min-width: 62rem) {
    .popin.popin-slider .swiper-extra .swiper-controls {
        justify-content: space-between;
        position: absolute;
        top: 50%;
        right: -100px;
        left: -100px;
    }
}
.popin.open {
    display: flex;
    animation: popin-open 0.3s ease both;
}
.popin.close {
    animation: popin-close 0.3s ease both;
}

@keyframes popin-open {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes popin-close {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
.block-share {
    width: 48px;
    height: 48px;
    position: fixed;
    left: 10px;
    bottom: 40px;
    z-index: 9001;
    border: 1px solid #E91C2B;
    border-radius: 48px;
    background-color: #fff;
    opacity: 1;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.05);
    transition: height 0.2s ease, opacity 0.2s ease;
    overflow: hidden;
}
@media (min-width: 62rem) {
    .block-share {
        left: 40px;
        bottom: 70px;
    }
}
.block-share.hide {
    opacity: 0;
}
.block-share .btn.share {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}
.block-share .social-list {
    width: 100%;
    display: flex;
    flex-direction: column;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 0 48px;
}
.block-share .social-list .social-item {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 48px;
}
.block-share .social-list .social-item .icon {
    display: flex;
    align-items: center;
    justify-content: center;
}
.block-share .social-list .social-item .icon::before {
    color: #E91C2B;
}
.block-share .social-list .social-item .icon.icon-facebook::before, .block-share .social-list .social-item .icon.icon-linkedin::before {
    font-size: 24px;
}
.block-share .social-list .social-item .icon.icon-twitter::before, .block-share .social-list .social-item .icon.icon-mail::before {
    font-size: 22px;
}
.block-share .social-list .social-item .icon.icon-share {
    opacity: 0.5;
}
.block-share .social-list .social-item .icon.icon-share::before {
    font-size: 20px;
    color: #000;
}

html {
    font-size: 1rem;
    scroll-behavior: smooth;
}

body.oh {
    height: 100vh;
    position: relative;
    touch-action: none;
    -webkit-overflow-scrolling: touch;
    overflow: hidden !important;
    overscroll-behavior: none;
}

main {
    background-color: #F5F5F5;
}
main.home {
    padding: 0;
}
main.single {
    background-color: inherit;
}
main.single.projects {
    background-color: #F5F5F5;
    padding: 0 0 40px;
}
@media (min-width: 62rem) {
    main.single.projects {
        padding: 0 0 80px;
    }
}
main.single.projects .single-main-container {
    background-color: #fff;
}
main.single.territory {
    background-color: #F5F5F5;
}
main.single.territory .section.rich-content {
    padding: 58px 0 0;
    background-color: #fff;
}
main.error404 {
    background-color: #F5F5F5;
}
main.search {
    background-color: inherit;
}

section .section-top-container {
    margin: 0 0 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
section .section-top-container .title, section .section-top-container .works-info .block-construction-works .sub-menu-title, .works-info .block-construction-works section .section-top-container .sub-menu-title {
    display: flex;
    align-items: center;
    padding: 0 20px 0 0;
}
section .section-top-container .title .icon, section .section-top-container .works-info .block-construction-works .sub-menu-title .icon, .works-info .block-construction-works section .section-top-container .sub-menu-title .icon {
    width: 24px;
    height: 24px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 0 14px;
    background-color: #E91C2B;
}
@media (min-width: 62rem) {
    section .section-top-container .title .icon, section .section-top-container .works-info .block-construction-works .sub-menu-title .icon, .works-info .block-construction-works section .section-top-container .sub-menu-title .icon {
        width: 40px;
        height: 40px;
        margin: 0 0 0 16px;
    }
}
section .section-top-container .title .icon::before, section .section-top-container .works-info .block-construction-works .sub-menu-title .icon::before, .works-info .block-construction-works section .section-top-container .sub-menu-title .icon::before {
    font-size: 10px;
    color: #fff;
}
@media (min-width: 62rem) {
    section .section-top-container .title .icon::before, section .section-top-container .works-info .block-construction-works .sub-menu-title .icon::before, .works-info .block-construction-works section .section-top-container .sub-menu-title .icon::before {
        font-size: 15px;
    }
}
section .section-top-container .title .icon.icon-play::before, section .section-top-container .works-info .block-construction-works .sub-menu-title .icon.icon-play::before, .works-info .block-construction-works section .section-top-container .sub-menu-title .icon.icon-play::before {
    margin: 0 0 0 2px;
}
@media (min-width: 62rem) {
    section .section-top-container.wth-link {
        margin: 0 0 40px;
        padding: 0;
    }
}
section.chapeau {
    padding: 0 10px;
}
@media (min-width: 62rem) {
    section.chapeau {
        min-height: 210px;
        padding: 0;
    }
}
section.categories {
    margin: 0 0 56px;
    background-color: #fff;
    position: relative;
}
@media (min-width: 62rem) {
    section.categories {
        margin: 0 0 80px;
    }
}
section.categories::before, section.categories::after {
    content: "";
    width: 32px;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
}
@media (min-width: 62rem) {
    section.categories::before, section.categories::after {
        width: 64px;
    }
}
section.categories::before {
    left: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 0), #fff);
}
section.categories::after {
    right: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), #fff);
}
section.related-content {
    padding: 55px 0;
    background-color: #F5F5F5;
    overflow: hidden;
}
@media (min-width: 48rem) {
    section.related-content {
        padding: 80px 0 20px;
    }
}
section.related-content .container {
    padding-right: 0;
    padding-left: 0;
}
@media (min-width: 62rem) {
    section.related-content .container {
        padding-right: 10px;
        padding-left: 10px;
    }
}
section.related-content .container .row {
    margin-right: 0;
    margin-left: 0;
}
@media (min-width: 62rem) {
    section.related-content .container .row {
        margin-right: -10px;
        margin-left: -10px;
    }
}
section.related-content .container .row .col-12 {
    padding-right: 0;
    padding-left: 0;
}
@media (min-width: 62rem) {
    section.related-content .container .row .col-12 {
        padding-right: 10px;
        padding-left: 10px;
    }
}
@media (min-width: 48rem) {
    section.related-content .slider-container {
        margin: 0 0 60px;
    }
}
.link:not(.section-top-container) {
    font-family: Inter, sans-serif;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1;
    color: #000;
    padding: 0 56px 0 0;
    position: relative;
    display: block;
}
@media (min-width: 62rem) {
    .link:not(.section-top-container) {
        line-height: 3rem;
        display: inline-block;
    }
    .link:not(.section-top-container):active, .link:not(.section-top-container):focus, .link:not(.section-top-container):hover {
        color: #000;
    }
    .link:not(.section-top-container):active .text, .link:not(.section-top-container):focus .text, .link:not(.section-top-container):hover .text {
        transform: translateX(0.5rem);
    }
    .link:not(.section-top-container):active .link-disc, .link:not(.section-top-container):focus .link-disc, .link:not(.section-top-container):hover .link-disc {
        background-color: #E91C2B;
        transform: translateY(-50%) scale(1.35);
    }
}
@media (min-width: 62rem) and (min-width: 62rem) {
    .link:not(.section-top-container):active .link-disc, .link:not(.section-top-container):focus .link-disc, .link:not(.section-top-container):hover .link-disc {
        transform: scale(1.35);
    }
}
.link:not(.section-top-container)::before {
    font-size: 0.75rem;
    position: absolute;
    top: 50%;
    right: 12px;
    z-index: 1;
    transform: translateY(-50%);
}
@media (min-width: 62rem) {
    .link:not(.section-top-container)::before {
        right: 18px;
    }
}
.link:not(.section-top-container) .text {
    min-height: 40px;
    display: flex;
    align-items: center;
    margin: 0;
    position: relative;
    z-index: 1;
    transform: translateX(0);
    transition: transform 0.2s ease;
}
@media (min-width: 62rem) {
    .link:not(.section-top-container) .text {
        white-space: nowrap;
    }
}
.link:not(.section-top-container) .link-disc {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #E91C2B;
    background-color: transparent;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%) scale(1);
    transform-origin: center center;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.2s ease, background-color 0.2s ease;
}
@media (min-width: 62rem) {
    .link:not(.section-top-container) .link-disc {
        width: 48px;
        height: 48px;
        top: 0;
        transform: translateY(0) scale(1);
    }
}
.link:not(.section-top-container).primary {
    color: #fff;
}
@media (min-width: 62rem) {
    .link:not(.section-top-container).primary:active, .link:not(.section-top-container).primary:focus, .link:not(.section-top-container).primary:hover {
        color: currentColor;
    }
}
.link:not(.section-top-container).desktop {
    display: none;
}
@media (min-width: 62rem) {
    .link:not(.section-top-container).desktop {
        display: inline-block;
    }
}
.link:not(.section-top-container).mobile {
    display: block;
}
@media (min-width: 62rem) {
    .link:not(.section-top-container).mobile {
        display: none;
    }
}
.link-secondary {
    font-family: Inter, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    padding: 0 0 8px;
    border-bottom: 0.0625rem solid #CCC;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
@media (min-width: 62rem) {
    .link-secondary:active::before, .link-secondary:focus::before, .link-secondary:hover::before, .link-secondary.active::before {
        width: 100%;
    }
    .link-secondary:active .link-disc::before, .link-secondary:focus .link-disc::before, .link-secondary:hover .link-disc::before, .link-secondary.active .link-disc::before {
        color: #E91C2B;
    }
    .link-secondary:active .link-disc::after, .link-secondary:focus .link-disc::after, .link-secondary:hover .link-disc::after, .link-secondary.active .link-disc::after {
        width: 100%;
        height: 100%;
    }
}
.link-secondary::before {
    content: "";
    width: 0;
    height: 0.0625rem;
    background-color: #E91C2B;
    position: absolute;
    bottom: -0.0625rem;
    left: 0;
    transition: width 0.15s ease-out;
    pointer-events: none;
}
.link-secondary .link-disc {
    width: 32px;
    height: 32px;
    display: block;
    position: relative;
    margin: 0 0 0 10px;
}
.link-secondary .link-disc::before {
    font-size: 0.75rem;
    color: #000;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    transition: color 0.2s ease;
}
.link-secondary .link-disc::after {
    content: "";
    width: 0;
    height: 0;
    border-radius: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #FDE8EA;
    transition: width 0.2s ease, height 0.2s ease;
}
.link-secondary.solo {
    display: inline-flex;
    margin: 0 0 28px;
}

@media (min-width: 75rem) {
    .card-container {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
}
.card-container.static-height {
    margin: 0 0 40px;
}
@media (min-width: 62rem) {
    .card-container.static-height {
        margin: 0 0 80px;
    }
}
@media (min-width: 75rem) {
    .card-container.static-height {
        height: 300px;
    }
}
.home .card-container.static-height {
    margin: 0 0 56px;
}
@media (min-width: 62rem) {
    .home .card-container.static-height {
        margin: 0 0 60px;
    }
}
.card-container.duo .card:not(:last-child) {
    margin: 0 0 8px;
}
@media (min-width: 75rem) {
    .card-container.duo .card {
        flex: auto;
        width: calc(50% - 10px);
    }
    .card-container.duo .card:nth-child(odd) {
        margin: 0 20px 0 0;
    }
    .card-container.duo .card:active, .card-container.duo .card:focus, .card-container.duo .card:hover {
        width: calc(60% - 10px);
    }
}
.card-container.trio .card:not(:last-child) {
    margin: 0 0 20px;
}
@media (min-width: 75rem) {
    .card-container.trio .card:not(:last-child) {
        margin: 0 20px 0 0;
    }
}
@media (min-width: 75rem) {
    .card-container.trio .card {
        flex: auto;
        width: calc((100% / 3) - 20px);
    }
    .card-container.trio .card:not(.card-thin):active, .card-container.trio .card:not(.card-thin):focus, .card-container.trio .card:not(.card-thin):hover {
        width: calc(40% - 20px);
    }
}
.card-container.quatuor {
    justify-content: flex-start;
}
@media (min-width: 75rem) {
    .card-container.quatuor .card:not(:nth-child(4n)) {
        margin-right: 20px;
    }
}
@media (min-width: 62rem) {
    .card-container.quatuor .card:not(:first-child):not(:nth-child(2)):not(:nth-child(3)):not(:nth-child(4)) {
        margin-top: 20px;
    }
}
@media (min-width: 62rem) {
    .card-container.quatuor .card {
        flex: 0 0 calc(25% - 15px);
    }
}
.card-container.stretch {
    align-items: stretch;
}

.card-intro-container {
    display: flex;
    flex-direction: column;
    margin: 0 0 80px;
}
@media (min-width: 62rem) {
    .card-intro-container {
        flex-direction: row;
        justify-content: space-between;
    }
}
.card-intro-container .card-intro:not(:last-child) {
    margin: 0 0 40px;
}
@media (min-width: 62rem) {
    .card-intro-container .card-intro:not(:last-child) {
        margin: 0 40px 0 0;
    }
}
.card-intro-container[data-number="1"] .card-intro {
    flex: 0 0 50%;
}

.slider-container.trio .swiper-container {
    margin: 0 0 16px;
}
@media (min-width: 62rem) {
    .slider-container.trio .swiper-container {
        margin: 0;
    }
}
@media (min-width: 48rem) {
    .slider-container.trio .swiper-wrapper {
        justify-content: space-between;
    }
}
.slider-container.trio .swiper-slide {
    width: 335px;
}
@media (min-width: 62rem) {
    .slider-container.trio .swiper-slide {
        width: calc((100% / 3) - 10px);
    }
}
.slider-container.trio .card.card-horizontal:not(:last-child),
.slider-container.trio .card.card-post:not(:last-child),
.slider-container.trio .card.card-thin:not(:last-child) {
    margin: 0 10px 0 0;
}
@media (min-width: 62rem) {
    .slider-container.trio .card.card-horizontal:not(:last-child),
.slider-container.trio .card.card-post:not(:last-child),
.slider-container.trio .card.card-thin:not(:last-child) {
        margin: 0 20px 0 0;
    }
}
.slider-container.trio .card.card-horizontal .card-content {
    padding: 24px;
}
.slider-container.trio .card.card-horizontal .title-container {
    flex: 0 1 310px;
}
.slider-container.trio .card.card-horizontal:active, .slider-container.trio .card.card-horizontal:focus, .slider-container.trio .card.card-horizontal:hover {
    width: calc(45% - 10px);
}
.slider-container.quatuor {
    flex-wrap: wrap;
}
.slider-container.quatuor .card {
    flex: 0 0 calc(25% - 15px);
}
.slider-container.quatuor .card:not(:nth-child(4n)) {
    margin-right: 20px;
}
.slider-container.quatuor .card:not(:first-child):not(:nth-child(2)):not(:nth-child(3)):not(:nth-child(4)) {
    margin-top: 20px;
}
.slider-container.stretch .swiper-container .swiper-wrapper .swiper-slide {
    height: auto;
}
.slider-container.stretch .swiper-container .swiper-wrapper .swiper-slide .card {
    height: 100%;
}
.slider-container.rich-content {
    position: relative;
    margin: 0 0 40px;
    padding: 0 0 80px;
}
@media (min-width: 62rem) {
    .slider-container.rich-content {
        margin: 0 0 110px;
        padding: 0;
    }
}
.slider-container.rich-content .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active p, .slider-container.rich-content .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active .block-specs .block-specs-item span:nth-child(2), .block-specs .block-specs-item .slider-container.rich-content .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active span:nth-child(2) {
    opacity: 1;
    visibility: visible;
}
.slider-container.rich-content .swiper-extra {
    margin: 0;
    justify-content: space-between;
    z-index: 1;
    position: absolute;
    top: 330px;
    left: 0;
    right: 0;
}
@media (min-width: 62rem) {
    .slider-container.rich-content .swiper-extra {
        justify-content: flex-end;
        padding: 0 200px 0 0;
        top: 516px;
    }
}
.slider-container.tweets {
    padding: 0 10px;
}
@media (min-width: 62rem) {
    .slider-container.tweets {
        padding: 0;
    }
}
.slider-container.tweets .swiper-container {
    overflow: hidden;
}
.slider-container.tweets .swiper-container .swiper-wrapper {
    align-items: stretch;
}
.slider-container.tweets .swiper-container .swiper-wrapper .swiper-slide {
    width: 335px;
    height: auto;
}
@media (min-width: 62rem) {
    .slider-container.tweets .swiper-container .swiper-wrapper .swiper-slide {
        width: calc((100% / 3) - 10px);
    }
}
.slider-container.tweets .swiper-extra {
    margin: 24px 0 0;
}
.btn-container {
    display: flex;
    justify-content: center;
    position: relative;
    margin: 16px 0 60px;
}
@media (min-width: 62rem) {
    .btn-container {
        margin: 60px 0 80px;
    }
}
.btn-container::before, .btn-container::after {
    content: "";
    width: 24px;
    height: 24px;
    border-radius: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 9001;
    border: 1px solid #E91C2B;
    user-select: none;
    opacity: 0;
    visibility: hidden;
}
.btn-container::before {
    background-color: transparent;
    animation: loader-before 3s 1ms infinite cubic-bezier(0.75, 0, 0.25, 1);
    transform: translate(-50%, -50%) scale(1);
}
.btn-container::after {
    background-color: #E91C2B;
    animation: loader-after 3s 1ms infinite cubic-bezier(0.75, 0, 0.25, 1);
    transform: translate(-50%, -50%) scale(0.35);
}
.btn-container.loading-please-wait {
    overflow: hidden;
    position: relative;
}
.btn-container.loading-please-wait::before, .btn-container.loading-please-wait::after {
    opacity: 1;
    visibility: visible;
}
.btn-container.loading-please-wait .btn {
    opacity: 0;
    visibility: hidden;
}

@keyframes loader-before {
    0% {
        transform: translate(-50%, -50%) scale(1);
    }
    30% {
        background-color: transparent;
    }
    50% {
        transform: translate(-50%, -50%) scale(0.35);
        background-color: #E91C2B;
    }
    70% {
        background-color: transparent;
    }
    100% {
        transform: translate(-50%, -50%) scale(1);
    }
}
@keyframes loader-after {
    0% {
        transform: translate(-50%, -50%) scale(0.35);
        background-color: #E91C2B;
    }
    20% {
        background-color: transparent;
    }
    50% {
        transform: translate(-50%, -50%) scale(1);
    }
    80% {
        background-color: transparent;
    }
    100% {
        transform: translate(-50%, -50%) scale(0.35);
        background-color: #E91C2B;
    }
}
.categories-list {
    padding: 30px 20px;
    display: flex;
    align-items: center;
    overflow: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.categories-list::-webkit-scrollbar {
    display: none;
}
@media (min-width: 62rem) {
    .categories-list {
        overflow: auto;
        padding: 30px;
    }
}
.categories-list .categories-list-item {
    position: relative;
    padding: 0 14px 0 0;
}
.categories-list .categories-list-item:not(:last-child) {
    margin: 0 40px 0 0;
}
.categories-list .categories-list-item a {
    font-family: Gotham, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    padding: 10px 0;
    display: block;
    white-space: nowrap;
}
.categories-list .categories-list-item a::before {
    font-size: 10px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    transition: right 0.2s ease;
}
.categories-list .categories-list-item a:active:before, .categories-list .categories-list-item a:focus:before, .categories-list .categories-list-item a:hover:before {
    right: -8px;
}

.swiper-extra {
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    margin: 0 0 16px;
}
@media (min-width: 48rem) {
    .swiper-extra {
        margin: 0 0 24px;
        padding: 0 10px;
    }
}
@media (min-width: 62rem) {
    .swiper-extra {
        justify-content: center;
    }
}
@media (min-width: 62rem) {
    .swiper-extra .swiper-controls {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 50px;
    }
}
@media (min-width: 62rem) {
    .slider-container.trio .swiper-extra {
        display: none;
    }
}
.swiper-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
}
.swiper-pagination .swiper-pagination-bullet {
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.swiper-pagination .swiper-pagination-bullet:before {
    content: "";
    width: 6px;
    height: 6px;
    display: block;
    border: 1px solid #000;
    border-radius: 50%;
    background-color: #fff;
    transition: width 0.2s ease, height 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
    width: 10px;
    height: 10px;
    border-color: #E91C2B;
    background-color: #E91C2B;
}

.swiper-controls {
    display: flex;
    align-items: center;
}
.swiper-controls .swiper-button-prev,
.swiper-controls .swiper-button-next {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #E91C2B;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media (min-width: 48rem) {
    .swiper-controls .swiper-button-prev,
.swiper-controls .swiper-button-next {
        width: 48px;
        height: 48px;
    }
}
.swiper-controls .swiper-button-prev::before,
.swiper-controls .swiper-button-next::before {
    font-size: 12px;
    color: #000;
}
.swiper-controls .swiper-button-prev[disabled],
.swiper-controls .swiper-button-next[disabled] {
    border-color: rgba(0, 0, 0, 0.2);
}
.swiper-controls .swiper-button-prev {
    margin: 0 8px 0 0;
}

@media (max-width: 61.98rem) {
    .p10 {
        padding-right: 10px;
        padding-left: 10px;
    }
}
@media (max-width: 61.98rem) {
    .p20 {
        padding-right: 20px;
        padding-left: 20px;
    }
}
.main-header {
    position: relative;
    z-index: 9002;
}
@media (min-width: 62rem) {
    .main-header {
        min-height: 92px;
    }
}
.main-header .main-navigation {
    border-radius: 64px;
    padding: 0 0 0 1.5rem;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.05);
}
@media (min-width: 75rem) {
    .main-header .main-navigation {
        justify-content: center;
        padding: 0.875rem 0;
        border-radius: 96px;
        box-shadow: none;
    }
}
.main-header .main-navigation.open::before {
    content: "";
    height: 48px;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    pointer-events: none;
    background-color: #fff;
}
.main-header .main-logo {
    width: 204px;
    font-family: Inter, sans-serif;
    font-size: 10px;
    font-weight: 400;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media (min-width: 75rem) {
    .main-header .main-logo {
        width: 300px;
        font-size: 12px;
        line-height: 0.9075rem;
    }
}
.main-header .main-logo img {
    width: 70px;
}
@media (min-width: 75rem) {
    .main-header .main-logo img {
        width: 102px;
    }
}
.main-header .main-logo .text {
    margin: 0 0 0 16px;
    border-left: 1px solid #CCC;
    padding: 0 0 0 16px;
}
@media (min-width: 75rem) {
    .main-header .main-logo .text {
        margin: 0 0 0 32px;
        padding: 0 0 0 32px;
    }
}
.main-header .btn-menu-mobile {
    width: 64px;
    height: 64px;
    position: relative;
    margin: 0;
    border: 0;
    border-radius: 0 50% 50% 0;
    padding: 10px;
    background-color: transparent;
}
.main-header .btn-menu-mobile .burger {
    width: 18px;
    height: 2px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #000;
    pointer-events: none;
    transition: background-color 0.2s ease;
    will-change: background-color;
}
.main-header .btn-menu-mobile .burger::before, .main-header .btn-menu-mobile .burger::after {
    content: "";
    width: 18px;
    height: 2px;
    display: block;
    background-color: #000;
    position: absolute;
    left: 0;
    will-change: top, bottom, transform;
}
.main-header .btn-menu-mobile .burger:before {
    top: -6px;
    transition: top 0.2s ease, transform 0.2s ease;
}
.main-header .btn-menu-mobile .burger:after {
    bottom: -6px;
    transition: bottom 0.2s ease, transform 0.2s ease;
}
.main-header .btn-menu-mobile.open .burger {
    background: none;
}
.main-header .btn-menu-mobile.open .burger::before {
    top: 0;
    transform: rotate(45deg);
}
.main-header .btn-menu-mobile.open .burger::after {
    bottom: 0;
    transform: rotate(-45deg);
}
@media (min-width: 75rem) {
    .main-header .btn-menu-mobile {
        display: none;
    }
}
.main-header .menu-header {
    padding: 32px 0 0;
    position: absolute;
    top: calc(100% - 32px);
    right: 0;
    left: 0;
    z-index: -1;
    transform: translateY(-20px);
    transition: transform 0.2s ease, opacity 0.2s ease, height 0.2s ease;
    overflow: hidden;
    border-radius: 0 0 32px 32px;
    background-color: #fff;
    opacity: 0;
    pointer-events: none;
}
@media (min-width: 75rem) {
    .main-header .menu-header {
        padding: 0;
        position: static;
        top: auto;
        right: auto;
        left: auto;
        z-index: auto;
        transform: none !important;
        display: flex;
        align-items: center;
        border-radius: 0;
        background-color: transparent;
        opacity: 1;
        transition: none;
        overflow: visible;
        pointer-events: all;
    }
}
.main-header .menu-header.menu-open {
    max-height: calc(100vh - 56px);
    opacity: 1;
    overflow-y: scroll;
    pointer-events: all;
    transform: translateY(0);
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.05);
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.main-header .menu-header.menu-open::-webkit-scrollbar {
    display: none;
}
.main-header .menu-header .menu-item .menu-item-link {
    font-family: Gotham, sans-serif;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1;
    padding: 1.5rem 1.25rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
}
@media (min-width: 75rem) {
    .main-header .menu-header .menu-item .menu-item-link {
        border-radius: 4rem;
        position: relative;
        justify-content: center;
    }
    .main-header .menu-header .menu-item .menu-item-link::after {
        content: "";
        height: 46px;
        position: absolute;
        right: 0;
        top: calc(100% - 30px);
        left: 0;
    }
}
.main-header .menu-header .menu-item .menu-item-link span {
    align-items: center;
    justify-content: center;
    margin: 0 0 0 0.625rem;
}
.main-header .menu-header .menu-item .menu-item-link span.icon-small-arrow-down {
    display: none;
}
@media (min-width: 75rem) {
    .main-header .menu-header .menu-item .menu-item-link span.icon-small-arrow-down {
        display: flex;
    }
}
.main-header .menu-header .menu-item .menu-item-link span.icon-small-arrow-down::before {
    font-size: 5px;
}
.main-header .menu-header .menu-item .menu-item-link span.icon-chevron-right-bold {
    display: flex;
}
@media (min-width: 75rem) {
    .main-header .menu-header .menu-item .menu-item-link span.icon-chevron-right-bold {
        display: none;
    }
}
.main-header .menu-header .menu-item .menu-item-link span.icon-chevron-right-bold::before {
    font-size: 12px;
}
.main-header .menu-header .menu-item .menu-item-link.icon-calendar, .main-header .menu-header .menu-item .menu-item-link.icon-construction-block, .main-header .menu-header .menu-item .menu-item-link.icon-search {
    padding: 22px 26px 21px;
}
.main-header .menu-header .menu-item .menu-item-link.icon-calendar::before, .main-header .menu-header .menu-item .menu-item-link.icon-construction-block::before, .main-header .menu-header .menu-item .menu-item-link.icon-search::before {
    font-size: 1.3125rem;
    color: #000;
}
.main-header .menu-header .menu-item .menu-item-link.icon-calendar, .main-header .menu-header .menu-item .menu-item-link.icon-construction-block {
    width: 100%;
    justify-content: flex-start;
}
@media (min-width: 75rem) {
    .main-header .menu-header .menu-item .menu-item-link.icon-calendar, .main-header .menu-header .menu-item .menu-item-link.icon-construction-block {
        width: auto;
        justify-content: space-between;
    }
}
.main-header .menu-header .menu-item .menu-item-link.icon-calendar .text, .main-header .menu-header .menu-item .menu-item-link.icon-construction-block .text {
    pointer-events: none;
}
@media (min-width: 75rem) {
    .main-header .menu-header .menu-item .menu-item-link.icon-calendar .text, .main-header .menu-header .menu-item .menu-item-link.icon-construction-block .text {
        display: none;
    }
}
.main-header .menu-header .menu-item .menu-item-link.icon-calendar .icon-chevron-right-bold, .main-header .menu-header .menu-item .menu-item-link.icon-construction-block .icon-chevron-right-bold {
    margin: 0 0 0 auto;
    pointer-events: none;
}
.main-header .menu-header .menu-item .menu-item-link.icon-calendar::after, .main-header .menu-header .menu-item .menu-item-link.icon-construction-block::after {
    pointer-events: all;
}
.main-header .menu-header .menu-item .menu-item-link.icon-calendar.notification, .main-header .menu-header .menu-item .menu-item-link.icon-construction-block.notification {
    position: relative;
}
.main-header .menu-header .menu-item .menu-item-link.icon-calendar.notification::after, .main-header .menu-header .menu-item .menu-item-link.icon-construction-block.notification::after {
    content: "";
    width: 0.375rem;
    height: 0.375rem;
    border-radius: 0.375rem;
    top: 20px;
    left: 42px;
    position: absolute;
    background-color: #E91C2B;
}
@media (min-width: 75rem) {
    .main-header .menu-header .menu-item .menu-item-link.icon-calendar.notification::after, .main-header .menu-header .menu-item .menu-item-link.icon-construction-block.notification::after {
        top: 26px;
        right: 23px;
        left: auto;
    }
}
@media (min-width: 75rem) {
    .main-header .menu-header .menu-item.has-sub-menu-hover:active .menu-item-link + .sub-menu-container, .main-header .menu-header .menu-item.has-sub-menu-hover:focus .menu-item-link + .sub-menu-container, .main-header .menu-header .menu-item.has-sub-menu-hover:hover .menu-item-link + .sub-menu-container {
        top: 100%;
        opacity: 1;
        pointer-events: auto;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    }
}
.main-header .menu-header .menu-item.search-mobile {
    padding: 20px;
}
@media (min-width: 75rem) {
    .main-header .menu-header .menu-item.search-mobile {
        display: none;
    }
}
.main-header .menu-header .menu-item.search-desktop {
    display: none;
}
@media (min-width: 75rem) {
    .main-header .menu-header .menu-item.search-desktop {
        display: list-item;
    }
}
.main-header .menu-header .menu-item.disabled {
    pointer-events: none;
}
.main-header .menu-header .menu-item.disabled .menu-item-link::after {
    pointer-events: none;
}
.main-header .menu-header .sub-menu-container {
    max-height: calc(100vh - 40px);
    padding: 32px 20px 40px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    transform: translateX(100%);
    background-color: #fff;
    pointer-events: none;
    display: none;
    transition: transform 0.2s ease, opacity 0.2s ease;
}
@media (min-width: 75rem) {
    .main-header .menu-header .sub-menu-container {
        padding: 38px 48px 56px;
        border-radius: 0 0 48px 48px;
        top: 70%;
        z-index: -1;
        transform: none;
        opacity: 0;
        display: block;
        transition: top 0.2s ease, opacity 0.2s ease;
    }
    .main-header .menu-header .sub-menu-container::before {
        content: "";
        height: 48px;
        position: absolute;
        right: 0;
        bottom: 100%;
        left: 0;
        background-color: #fff;
    }
}
.main-header .menu-header .sub-menu-container.show {
    pointer-events: auto;
    transform: translateX(0);
    display: block;
}
@media (min-width: 75rem) {
    .main-header .menu-header .sub-menu-container.show {
        top: 100%;
        opacity: 1;
    }
}
.main-header .menu-header .sub-menu-container .btn-back-container {
    height: 56px;
    margin: 0 -20px 32px;
    padding: 0 24px;
    display: flex;
    align-items: center;
    background-color: #F5F5F5;
}
@media (min-width: 75rem) {
    .main-header .menu-header .sub-menu-container .btn-back-container {
        display: none;
    }
}
.main-header .menu-header .sub-menu-container .btn-back-container span {
    pointer-events: none;
}
.main-header .menu-header .sub-menu-container .sub-menu-content.parts {
    display: flex;
    flex-direction: column;
}
@media (min-width: 75rem) {
    .main-header .menu-header .sub-menu-container .sub-menu-content.parts {
        flex-direction: row;
        align-items: stretch;
    }
}
@media (min-width: 75rem) {
    .main-header .menu-header .sub-menu-container .sub-menu-content.parts .left-part._20,
.main-header .menu-header .sub-menu-container .sub-menu-content.parts .right-part._20 {
        width: 20%;
    }
}
@media (min-width: 75rem) {
    .main-header .menu-header .sub-menu-container .sub-menu-content.parts .left-part._25,
.main-header .menu-header .sub-menu-container .sub-menu-content.parts .right-part._25 {
        width: 25%;
    }
}
@media (min-width: 75rem) {
    .main-header .menu-header .sub-menu-container .sub-menu-content.parts .left-part._40,
.main-header .menu-header .sub-menu-container .sub-menu-content.parts .right-part._40 {
        width: 40%;
    }
}
@media (min-width: 75rem) {
    .main-header .menu-header .sub-menu-container .sub-menu-content.parts .left-part._60,
.main-header .menu-header .sub-menu-container .sub-menu-content.parts .right-part._60 {
        width: 60%;
    }
}
@media (min-width: 75rem) {
    .main-header .menu-header .sub-menu-container .sub-menu-content.parts .left-part._75,
.main-header .menu-header .sub-menu-container .sub-menu-content.parts .right-part._75 {
        width: 75%;
    }
}
.main-header .menu-header .sub-menu-container .sub-menu-content.parts .left-part._80,
.main-header .menu-header .sub-menu-container .sub-menu-content.parts .right-part._80 {
    margin-bottom: 32px;
}
@media (min-width: 75rem) {
    .main-header .menu-header .sub-menu-container .sub-menu-content.parts .left-part._80,
.main-header .menu-header .sub-menu-container .sub-menu-content.parts .right-part._80 {
        width: 80%;
        margin-bottom: 0;
    }
}
@media (min-width: 75rem) {
    .main-header .menu-header .sub-menu-container .sub-menu-content.parts .left-part {
        margin: 0 1.25rem 0 0;
    }
}
.main-header .menu-header .sub-menu-container .sub-menu {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 0 16px;
}
@media (min-width: 75rem) {
    .main-header .menu-header .sub-menu-container .sub-menu {
        margin: 0;
    }
}
.main-header .menu-header .sub-menu-container .sub-menu.one .sub-menu-item {
    flex: 1 1 100%;
}
.main-header .menu-header .sub-menu-container .sub-menu.three .sub-menu-item {
    flex: 0 0 100%;
}
@media (min-width: 75rem) {
    .main-header .menu-header .sub-menu-container .sub-menu.three .sub-menu-item {
        flex: 0 0 calc((100% / 3) - 1.25rem);
    }
}
.main-header .menu-header .sub-menu-container .sub-menu.five .sub-menu-item {
    flex: 0 0 100%;
}
@media (min-width: 75rem) {
    .main-header .menu-header .sub-menu-container .sub-menu.five .sub-menu-item {
        flex: 0 0 calc((100% / 5) - 1.25rem);
    }
}
.main-header .menu-header .sub-menu-container .sub-menu .sub-menu-item {
    margin: 0 0 1.4375rem;
}
@media (min-width: 75rem) {
    .main-header .menu-header .sub-menu-container .sub-menu .sub-menu-item {
        margin: 0 1.25rem 1.4375rem 0;
    }
}
.main-header .menu-header .sub-menu-container .sub-menu-links {
    display: flex;
    flex-direction: column;
    margin: 0 0 40px;
}
@media (min-width: 75rem) {
    .main-header .menu-header .sub-menu-container .sub-menu-links {
        flex-direction: row;
        align-items: center;
    }
}
.main-header .menu-header .sub-menu-container .sub-menu-links .sub-menu-links-item:not(:last-child) {
    margin: 0 0 16px;
}
@media (min-width: 75rem) {
    .main-header .menu-header .sub-menu-container .sub-menu-links .sub-menu-links-item:not(:last-child) {
        margin: 0 2.1875rem 0 0;
    }
}
.main-header .menu-header .sub-menu-container .sub-menu-links .sub-menu-links-item .sub-menu-links-item-link {
    font-family: Inter, sans-serif;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1;
    padding: 0 8px 0 0;
    display: inline-block;
    position: relative;
}
.main-header .menu-header .sub-menu-container .sub-menu-links .sub-menu-links-item .sub-menu-links-item-link::before {
    content: "›";
    position: absolute;
    top: 0;
    right: 0;
}
.main-header .menu-header .sub-menu-container.sub-menu-works {
    padding-right: 0;
    padding-left: 0;
}
@media (min-width: 75rem) {
    .main-header .menu-header .sub-menu-container.sub-menu-works {
        width: 346px;
        padding: 0;
        border-radius: 0;
        right: 92px;
        left: auto;
    }
}
.main-header .menu-header .sub-menu-container.sub-menu-works .btn-back-container {
    margin: 0;
}
.main-header .bubble {
    width: 100px;
    height: 64px;
    border-radius: 64px;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    background-color: #F5F5F5;
    transition: all 0.2s ease;
    display: none;
}
@media (min-width: 75rem) {
    .main-header .bubble {
        display: block;
    }
}
.main-header .bubble.show {
    opacity: 1;
}
.main-header.fixed .main-navigation {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.05);
    transform: translateY(-100%);
    border-radius: 0;
    transition: border-radius 0.2s ease;
}
.main-header.fixed.show .main-navigation {
    transform: translateY(0);
}

.sub-menu-title {
    color: #000;
    margin: 0 0 35px;
    padding: 0 30px 0 0;
    display: block;
    position: relative;
}
@media (min-width: 75rem) {
    .sub-menu-title {
        padding: 0 1rem 0 0;
        display: inline-block;
    }
}
.sub-menu-title[class^=icon-]::before, .sub-menu-title[class*=" icon-"]::before {
    font-size: 0.9375rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    transition: right 0.2s ease;
}
@media (min-width: 75rem) {
    .sub-menu-title[class^=icon-]::before, .sub-menu-title[class*=" icon-"]::before {
        font-size: 0.75rem;
    }
}
.sub-menu-title[class^=icon-]:active::before, .sub-menu-title[class^=icon-]:focus::before, .sub-menu-title[class^=icon-]:hover::before, .sub-menu-title[class*=" icon-"]:active::before, .sub-menu-title[class*=" icon-"]:focus::before, .sub-menu-title[class*=" icon-"]:hover::before {
    right: -8px;
}

.block-construction-works {
    padding: 23px 24px 32px;
    background-color: #F8BBBF;
}
.block-construction-works .sub-menu-title {
    margin: 0 0 30px;
    padding-left: 30px;
}
.block-construction-works .sub-menu-title span.icon-construction-block {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}
.block-construction-works .sub-menu-title span.icon-construction-block::before {
    font-size: 1.3125rem;
}
.block-construction-works .construction-works-list {
    margin: 0 0 24px;
}
.block-construction-works .construction-works-item {
    padding: 15px 0 16px;
    position: relative;
    border-bottom: 1px solid #000;
}
.block-construction-works .construction-works-item:first-child {
    border-top: 1px solid #000;
}
.block-construction-works .construction-works-title {
    color: #000;
    display: block;
    margin: 0 0 16px;
}
.block-construction-works .construction-works-location {
    font-family: Inter, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    color: #000;
    text-transform: uppercase;
    padding: 0 0 0 24px;
    position: relative;
    pointer-events: none;
}
.block-construction-works .construction-works-location::before {
    font-size: 1rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}
@media (min-width: 75rem) {
    .sub-menu-container .block-construction-works {
        width: 346px;
    }
}
.works-info .block-construction-works {
    margin: 0 0 90px;
}
.works-info .block-construction-works .sub-menu-title {
    margin: 0 0 30px;
    padding: 0 1rem 0 55px !important;
}
.works-info .block-construction-works .sub-menu-title::before {
    display: none;
}
.works-info .block-construction-works .sub-menu-title .icon-construction-block::before {
    font-size: 34px !important;
}
.works-info .block-construction-works p.construction-works-title, .works-info .block-construction-works .block-specs .block-specs-item span.construction-works-title:nth-child(2), .block-specs .block-specs-item .works-info .block-construction-works span.construction-works-title:nth-child(2) {
    margin: 24px 0 9px !important;
}

.block-breadcrumbs-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 24px 0 30px;
}
@media (min-width: 75rem) {
    .block-breadcrumbs-container {
        padding: 0 30px 0 45px;
    }
}
.block-breadcrumbs-container .breadcrumbs {
    display: none;
    align-items: center;
    color: currentColor;
}
@media (min-width: 75rem) {
    .block-breadcrumbs-container .breadcrumbs {
        display: flex;
    }
}
.block-breadcrumbs-container .breadcrumbs .breadcrumb {
    position: relative;
    margin: 0 12px 0 0;
    padding: 0 24px 0 0;
}
.block-breadcrumbs-container .breadcrumbs .breadcrumb::before {
    font-size: 12px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}
.block-breadcrumbs-container .breadcrumbs .breadcrumb a {
    font-family: Inter, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: currentColor;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}
.block-breadcrumbs-container .breadcrumbs .breadcrumb a.icon-home {
    font-size: 12px;
}
.block-breadcrumbs-container .breadcrumbs .breadcrumb a:active:not(.icon-home), .block-breadcrumbs-container .breadcrumbs .breadcrumb a:focus:not(.icon-home), .block-breadcrumbs-container .breadcrumbs .breadcrumb a:hover:not(.icon-home) {
    text-decoration: underline;
}
.block-breadcrumbs-container .btn.back {
    display: block;
    color: currentColor;
}
@media (min-width: 75rem) {
    .block-breadcrumbs-container .btn.back {
        display: none;
    }
}

.main-footer {
    color: #fff;
    padding: 32px 0 0;
    background-color: #000;
}
@media (min-width: 75rem) {
    .main-footer {
        padding: 40px 0 0;
    }
}
.main-footer .footer-top {
    padding: 0 10px;
}
@media (min-width: 75rem) {
    .main-footer .footer-top {
        padding: 0;
    }
}
.main-footer .footer-top-content {
    border-radius: 50px;
    padding: 16px 16px 32px;
    background-color: #333;
}
@media (min-width: 75rem) {
    .main-footer .footer-top-content {
        border-radius: 96px;
        padding: 8px 48px 8px 8px;
    }
}
.main-footer .main-logo-footer-container {
    display: flex;
    align-items: center;
}
@media (min-width: 75rem) {
    .main-footer .main-logo-footer-container {
        width: 370px;
    }
}
.main-footer .main-logo-footer {
    border-radius: 74px;
    background-color: #fff;
    padding: 18px 30px 14px;
    margin: 0 20px 0 0;
}
@media (min-width: 75rem) {
    .main-footer .main-logo-footer {
        border-radius: 80px;
        padding: 21px 32px 17px;
        margin: 0 54px 0 0;
    }
}
.main-footer .main-logo-footer img {
    height: 38px;
}
@media (min-width: 75rem) {
    .main-footer .main-logo-footer img {
        height: 42px;
    }
}
.main-footer .text {
    font-family: Inter, sans-serif;
    font-size: 10px;
    font-weight: 400;
    line-height: 1;
    color: #fff;
}
@media (min-width: 75rem) {
    .main-footer .text {
        font-weight: 500;
        font-size: 14px;
    }
}
.main-footer .footer-middle {
    padding: 40px 10px 0;
}
@media (min-width: 62rem) {
    .main-footer .footer-middle {
        padding: 86px 0 0;
    }
}
.main-footer .footer-column {
    margin: 0 0 18px;
}
@media (min-width: 75rem) {
    .main-footer .footer-column {
        margin: 0 0 18px;
    }
}
.main-footer .footer-column .subtitle-small, .main-footer .footer-column .websites-list-container p, .main-footer .websites-list-container .footer-column p, .main-footer .footer-column .websites-list-container .block-specs .block-specs-item span:nth-child(2), .main-footer .websites-list-container .block-specs .block-specs-item .footer-column span:nth-child(2), .block-specs .block-specs-item .main-footer .footer-column .websites-list-container span:nth-child(2), .block-specs .block-specs-item .main-footer .websites-list-container .footer-column span:nth-child(2), .main-footer .footer-column .block-specs .block-specs-item span:first-child, .block-specs .block-specs-item .main-footer .footer-column span:first-child, .main-footer .footer-column .block-construction-works .construction-works-title, .block-construction-works .main-footer .footer-column .construction-works-title {
    margin: 0 0 14px;
    padding: 0 8px 0 0;
    display: inline-block;
    position: relative;
    cursor: pointer;
}
.main-footer .footer-column .subtitle-small::before, .main-footer .footer-column .websites-list-container p::before, .main-footer .websites-list-container .footer-column p::before, .main-footer .footer-column .websites-list-container .block-specs .block-specs-item span:nth-child(2)::before, .main-footer .websites-list-container .block-specs .block-specs-item .footer-column span:nth-child(2)::before, .block-specs .block-specs-item .main-footer .footer-column .websites-list-container span:nth-child(2)::before, .block-specs .block-specs-item .main-footer .websites-list-container .footer-column span:nth-child(2)::before, .main-footer .footer-column .block-specs .block-specs-item span:first-child::before, .block-specs .block-specs-item .main-footer .footer-column span:first-child::before, .main-footer .footer-column .block-construction-works .construction-works-title::before, .block-construction-works .main-footer .footer-column .construction-works-title::before {
    font-size: 5px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}
@media (min-width: 75rem) {
    .main-footer .footer-column .subtitle-small, .main-footer .footer-column .websites-list-container p, .main-footer .websites-list-container .footer-column p, .main-footer .footer-column .websites-list-container .block-specs .block-specs-item span:nth-child(2), .main-footer .websites-list-container .block-specs .block-specs-item .footer-column span:nth-child(2), .block-specs .block-specs-item .main-footer .footer-column .websites-list-container span:nth-child(2), .block-specs .block-specs-item .main-footer .websites-list-container .footer-column span:nth-child(2), .main-footer .footer-column .block-specs .block-specs-item span:first-child, .block-specs .block-specs-item .main-footer .footer-column span:first-child, .main-footer .footer-column .block-construction-works .construction-works-title, .block-construction-works .main-footer .footer-column .construction-works-title {
        margin: 0 0 36px;
        padding: 0;
        display: block;
        cursor: auto;
    }
    .main-footer .footer-column .subtitle-small::before, .main-footer .footer-column .websites-list-container p::before, .main-footer .websites-list-container .footer-column p::before, .main-footer .footer-column .websites-list-container .block-specs .block-specs-item span:nth-child(2)::before, .main-footer .websites-list-container .block-specs .block-specs-item .footer-column span:nth-child(2)::before, .block-specs .block-specs-item .main-footer .footer-column .websites-list-container span:nth-child(2)::before, .block-specs .block-specs-item .main-footer .websites-list-container .footer-column span:nth-child(2)::before, .main-footer .footer-column .block-specs .block-specs-item span:first-child::before, .block-specs .block-specs-item .main-footer .footer-column span:first-child::before, .main-footer .footer-column .block-construction-works .construction-works-title::before, .block-construction-works .main-footer .footer-column .construction-works-title::before {
        content: none;
    }
}
.main-footer .footer-column-list {
    margin: 0 0 28px;
    display: none;
}
@media (min-width: 75rem) {
    .main-footer .footer-column-list {
        margin: 0;
        display: block;
    }
}
.main-footer .footer-column-list.show {
    display: block;
}
.main-footer .footer-column-list .footer-column-item:not(:last-child) {
    margin: 0 0 18px;
}
.main-footer .footer-column-list .footer-column-item .footer-column-item-link {
    font-family: Inter, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    color: #fff;
}
.main-footer .websites-list-container {
    margin: 8px 0 0;
    padding: 16px 0 26px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
@media (min-width: 75rem) {
    .main-footer .websites-list-container {
        margin: 64px 0 0;
        border-top: 1px solid #fff;
        padding: 27px 0 87px;
        flex-direction: row;
        align-items: center;
    }
}
.main-footer .websites-list-container p, .main-footer .websites-list-container .block-specs .block-specs-item span:nth-child(2), .block-specs .block-specs-item .main-footer .websites-list-container span:nth-child(2) {
    white-space: nowrap;
    margin: 0 0 14px;
    padding: 0 8px 0 0;
    cursor: pointer;
    position: relative;
}
.main-footer .websites-list-container p::before, .main-footer .websites-list-container .block-specs .block-specs-item span:nth-child(2)::before, .block-specs .block-specs-item .main-footer .websites-list-container span:nth-child(2)::before {
    font-size: 5px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}
@media (min-width: 75rem) {
    .main-footer .websites-list-container p, .main-footer .websites-list-container .block-specs .block-specs-item span:nth-child(2), .block-specs .block-specs-item .main-footer .websites-list-container span:nth-child(2) {
        margin: 0 46px 0 0;
        padding: 0;
        cursor: auto;
    }
    .main-footer .websites-list-container p::before, .main-footer .websites-list-container .block-specs .block-specs-item span:nth-child(2)::before, .block-specs .block-specs-item .main-footer .websites-list-container span:nth-child(2)::before {
        content: none;
    }
}
.main-footer .websites-list-container p span, .main-footer .websites-list-container .block-specs .block-specs-item span:nth-child(2) span, .block-specs .block-specs-item .main-footer .websites-list-container span:nth-child(2) span {
    display: none;
}
@media (min-width: 75rem) {
    .main-footer .websites-list-container p span, .main-footer .websites-list-container .block-specs .block-specs-item span:nth-child(2) span, .block-specs .block-specs-item .main-footer .websites-list-container span:nth-child(2) span {
        display: inline;
    }
}
.main-footer .websites-list {
    flex: 1 1 100%;
    flex-direction: column;
    display: none;
}
@media (min-width: 75rem) {
    .main-footer .websites-list {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
}
.main-footer .websites-list.show {
    display: block;
}
.main-footer .websites-list .websites-list-item:not(:last-child) {
    margin: 0 0 18px;
}
@media (min-width: 75rem) {
    .main-footer .websites-list .websites-list-item {
        margin: 0;
    }
    .main-footer .websites-list .websites-list-item:not(:last-child) {
        margin: inherit;
    }
}
.main-footer .websites-list .websites-list-item .websites-list-item-link {
    font-family: Inter, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    color: #fff;
}
.main-footer .footer-bottom {
    padding: 27px 10px 50px;
    background-color: #333;
}
@media (min-width: 75rem) {
    .main-footer .footer-bottom {
        padding: 27px 0 23px;
    }
}
.main-footer .footer-bottom .footer-links-list-container {
    display: flex;
    flex-direction: column;
}
@media (min-width: 75rem) {
    .main-footer .footer-bottom .footer-links-list-container {
        height: 100%;
        flex-direction: row;
        align-items: center;
    }
}
.main-footer .footer-bottom .footer-links-list {
    display: flex;
    margin: 0 0 30px;
}
@media (min-width: 75rem) {
    .main-footer .footer-bottom .footer-links-list {
        align-items: center;
        margin: 0;
    }
}
.main-footer .footer-bottom .footer-links-list.left {
    flex-direction: column;
}
@media (min-width: 75rem) {
    .main-footer .footer-bottom .footer-links-list.left {
        flex-direction: row;
    }
}
.main-footer .footer-bottom .footer-links-list.right {
    flex-direction: column;
    opacity: 0.6;
}
@media (min-width: 75rem) {
    .main-footer .footer-bottom .footer-links-list.right {
        flex-direction: row;
        justify-content: flex-end;
        margin: 0 0 0 auto;
    }
}
.main-footer .footer-bottom .footer-links-list-item:not(:last-child) {
    margin: 0 0 16px;
}
@media (min-width: 75rem) {
    .main-footer .footer-bottom .footer-links-list-item:not(:first-child) {
        margin: 0 0 0 32px;
    }
    .main-footer .footer-bottom .footer-links-list-item:not(:last-child) {
        margin-bottom: inherit;
    }
}
.main-footer .footer-bottom .footer-links-list-item .btn {
    width: 100%;
    margin: 0 0 16px;
}
@media (min-width: 75rem) {
    .main-footer .footer-bottom .footer-links-list-item .btn {
        width: auto;
        margin: 0;
    }
}
.main-footer .footer-bottom .footer-links-list-item .btn.btn-link.primary::before {
    background-color: transparent;
}
.main-footer .footer-bottom .footer-links-list-item .footer-links-list-link {
    font-family: Inter, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    color: #fff;
}
.main-footer .footer-bottom .logo-rp {
    height: 100%;
    display: block;
    position: relative;
}
.main-footer .footer-bottom .logo-rp img {
    height: 65px;
}
@media (min-width: 75rem) {
    .main-footer .footer-bottom .logo-rp img {
        height: 122px;
        position: absolute;
        bottom: 0;
        left: 0;
    }
}

.socials-list-container {
    display: flex;
    flex-direction: column;
}
@media (min-width: 75rem) {
    .socials-list-container {
        height: 100%;
        flex-direction: row;
        align-items: center;
    }
}
.socials-list-container .socials-list-content {
    margin: 16px 0 24px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 22px 0 24px;
}
@media (min-width: 75rem) {
    .socials-list-container .socials-list-content {
        margin: 0;
        border-top: 0;
        border-bottom: 0;
        padding: 0;
    }
}
@media (min-width: 75rem) {
    .socials-list-container .socials-list-content .socials-list {
        margin: 0 48px 0 0;
        border-right: 1px solid #fff;
        padding: 0 32px 0 0;
    }
}
.socials-list-container .newsletters-link {
    font-family: Gotham, sans-serif;
    font-size: 14px;
    font-weight: 900;
    line-height: 20px;
    color: #fff;
    padding: 0 0 0 40px;
    position: relative;
}
@media (min-width: 75rem) {
    .socials-list-container .newsletters-link {
        line-height: 48px;
    }
}
.socials-list-container .newsletters-link::before {
    font-size: 19px;
    position: absolute;
    top: 0;
    left: 0;
}
@media (min-width: 75rem) {
    .socials-list-container .newsletters-link::before {
        top: 50%;
        transform: translateY(-50%);
    }
}
.search-mobile .socials-list-container {
    padding: 0 0 38px;
}
.search-mobile .socials-list-container .socials-list-content {
    border-top: 0;
}
.search-mobile .socials-list-container p, .search-mobile .socials-list-container .block-specs .block-specs-item span:nth-child(2), .block-specs .block-specs-item .search-mobile .socials-list-container span:nth-child(2),
.search-mobile .socials-list-container .newsletters-link {
    color: #000;
}
.search-mobile .socials-list-container .socials-list {
    justify-content: space-between;
}
.search-mobile .socials-list-container .socials-list .socials-item {
    margin: 0 !important;
}
.search-mobile .socials-list-container .socials-list .socials-item .socials-item-link {
    height: 16px;
    color: #000;
}
.search-mobile .socials-list-container .socials-list .socials-item .socials-item-link::before {
    font-size: 16px;
}

.socials-list-content {
    display: flex;
    flex-direction: column;
}
@media (min-width: 75rem) {
    .socials-list-content {
        flex-direction: row;
        align-items: center;
        margin: 0 0 0 auto;
    }
}
.socials-list-content p, .socials-list-content .block-specs .block-specs-item span:nth-child(2), .block-specs .block-specs-item .socials-list-content span:nth-child(2) {
    font-weight: 900;
    color: #fff;
    white-space: nowrap;
    margin: 0 0 12px;
}
@media (min-width: 75rem) {
    .socials-list-content p, .socials-list-content .block-specs .block-specs-item span:nth-child(2), .block-specs .block-specs-item .socials-list-content span:nth-child(2) {
        margin: 0;
    }
}
.socials-list-content .socials-list {
    display: flex;
    align-items: center;
}
.socials-list-content .socials-list .socials-item:not(:last-child) {
    margin: 0 32px 0 0;
}
@media (min-width: 75rem) {
    .socials-list-content .socials-list .socials-item {
        margin: 0;
    }
    .socials-list-content .socials-list .socials-item:first-child {
        margin: 0 0 0 16px;
    }
    .socials-list-content .socials-list .socials-item:not(:last-child) {
        margin: 0;
    }
}
.socials-list-content .socials-list .socials-item .socials-item-link {
    height: 23px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}
@media (min-width: 75rem) {
    .socials-list-content .socials-list .socials-item .socials-item-link {
        height: 48px;
        padding: 0 16px;
    }
}
.socials-list-content .socials-list .socials-item .socials-item-link::before {
    font-size: 23px;
}
.socials-list-content.mobile {
    margin: 26px 0 0;
}
.socials-list-content.mobile .socials-item .socials-item-link {
    height: 16px;
}
.socials-list-content.mobile .socials-item .socials-item-link::before {
    font-size: 16px;
}
@media (min-width: 75rem) {
    .socials-list-content.mobile {
        display: none;
    }
}
.socials-list-content.desktop {
    display: none;
}
@media (min-width: 75rem) {
    .socials-list-content.desktop {
        display: flex;
    }
}

.section.hero {
    padding: 12px 10px 0;
}
@media (min-width: 62rem) {
    .section.hero {
        padding: 40px 0 0;
    }
}
.section.hero.home {
    height: 588px;
    padding-bottom: 40px;
    position: relative;
    color: #fff;
    background: url(/wp-content/themes/epaps/assets/img/background-home-hero-mobile.jpg) center top/cover no-repeat;
}
@media (min-width: 36rem) {
    .section.hero.home {
        background: url(/wp-content/themes/epaps/assets/img/background-home-hero-desktop.jpg) center/cover no-repeat;
    }
}
@media (min-width: 62rem) {
    .section.hero.home {
        height: 100vh;
        min-height: 900px;
    }
}
@media (max-width: 35.98rem) {
    .section.hero.home::before {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background: linear-gradient(to top, rgba(51, 51, 51, 0.9489), rgba(51, 51, 51, 0));
    }
}
@media (max-width: 61.98rem) {
    .section.hero.home .container {
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
}
.section.hero.home .text-container {
    padding: 138px 0 0;
}
.section.hero.home .hero-uptitle {
    font-family: Inter, sans-serif;
    font-size: 10px;
    font-weight: 600;
    line-height: auto;
    text-transform: uppercase;
    margin: 0 0 46px;
    display: inline-block;
}
@media (min-width: 48rem) {
    .section.hero.home .hero-uptitle {
        font-size: 12px;
        line-height: 14.52px;
    }
}
.section.hero.home .main-title {
    margin: 0 0 45px;
}
@media (max-width: 47.98rem) {
    .section.hero.home .main-title {
        font-size: 24px;
        line-height: 30px;
    }
}
.section.hero.home .link {
    display: inline-block;
}
@media (min-width: 62rem) {
    .section.hero.home + .section.news {
        margin-top: -140px;
    }
}
.menu-fixed .section.hero.home {
    padding-top: 132px;
}
.section.hero.primary {
    min-height: 444px;
    color: #fff;
    padding-bottom: 53px;
    position: relative;
    z-index: 11;
    background-color: #A3141E;
}
@media (min-width: 62rem) {
    .section.hero.primary {
        padding-bottom: 80px;
    }
}
.section.hero.primary .background {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}
.section.hero.primary .background::before, .section.hero.primary .background::after {
    content: "";
    border-radius: 100%;
    position: absolute;
    background-color: #E91C2B;
}
.section.hero.primary .background::before {
    width: 1060px;
    height: 1060px;
    top: 113px;
    left: -614px;
}
@media (min-width: 62rem) {
    .section.hero.primary .background::before {
        width: 1090px;
        height: 1090px;
        top: -300px;
        left: -106px;
    }
}
.section.hero.primary .background::after {
    width: 488px;
    height: 488px;
    top: -217px;
    left: 211px;
}
@media (min-width: 62rem) {
    .section.hero.primary .background::after {
        width: 1058px;
        height: 1058px;
        top: 207px;
        left: 999px;
    }
}
.section.hero.primary .text-container {
    height: 100%;
}
.section.hero.primary .text-container .main-title {
    margin: 0 0 10px;
}
.section.hero.primary .text-container p, .section.hero.primary .text-container .block-specs .block-specs-item span:nth-child(2), .block-specs .block-specs-item .section.hero.primary .text-container span:nth-child(2) {
    font-family: Inter, sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 25px;
}
.section.hero.primary.alternate {
    background-color: #E91C2B;
}
.section.hero.primary.alternate .background::before, .section.hero.primary.alternate .background::after {
    background-color: #A3141E;
}
.section.hero.search {
    min-height: 456px;
    padding-bottom: 60px;
    color: #fff;
    background-color: #A3141E;
}
@media (min-width: 62rem) {
    .section.hero.search {
        min-height: 444px;
        padding-bottom: 80px;
    }
}
.section.hero.search .block-breadcrumbs-container {
    margin-bottom: 150px;
}
@media (min-width: 62rem) {
    .section.hero.search .block-breadcrumbs-container {
        margin-bottom: 56px;
    }
}
.section.hero.search .main-title {
    text-align: center;
    margin: 0 0 25px;
}
@media (min-width: 62rem) {
    .section.hero.search .main-title {
        margin: 0 0 40px;
    }
}
.section.hero.single-news, .section.hero.single-projects, .section.hero.single-works {
    margin-bottom: 30px;
    padding-bottom: 60px;
}
@media (min-width: 62rem) {
    .section.hero.single-news, .section.hero.single-projects, .section.hero.single-works {
        min-height: 566px;
        margin-bottom: 48px;
        padding-bottom: 60px;
    }
}
.section.hero.single-news .block-breadcrumbs-container, .section.hero.single-projects .block-breadcrumbs-container, .section.hero.single-works .block-breadcrumbs-container {
    margin-bottom: 32px;
}
@media (min-width: 62rem) {
    .section.hero.single-news .block-breadcrumbs-container, .section.hero.single-projects .block-breadcrumbs-container, .section.hero.single-works .block-breadcrumbs-container {
        margin-bottom: 56px;
    }
}
.section.hero.single-news .text-container .overtitle-container, .section.hero.single-projects .text-container .overtitle-container, .section.hero.single-works .text-container .overtitle-container {
    display: flex;
    align-items: center;
    margin: 20px 0 18px;
}
@media (min-width: 62rem) {
    .section.hero.single-news .text-container .overtitle-container, .section.hero.single-projects .text-container .overtitle-container, .section.hero.single-works .text-container .overtitle-container {
        margin: 0 0 18px;
    }
}
.section.hero.single-news .text-container .overtitle-container .overtitle, .section.hero.single-projects .text-container .overtitle-container .overtitle, .section.hero.single-works .text-container .overtitle-container .overtitle {
    margin: 0 24px 0 0;
}
.section.hero.single-news .text-container .overtitle, .section.hero.single-projects .text-container .overtitle, .section.hero.single-works .text-container .overtitle {
    display: block;
    margin: 0 0 23px;
}
.section.hero.single-news .text-container .main-title, .section.hero.single-projects .text-container .main-title, .section.hero.single-works .text-container .main-title {
    margin: 0 0 24px;
}
@media (min-width: 62rem) {
    .section.hero.single-news .text-container .main-title, .section.hero.single-projects .text-container .main-title, .section.hero.single-works .text-container .main-title {
        margin: 0 0 42px;
    }
}
.section.hero.single-news .text-container .extract, .section.hero.single-projects .text-container .extract, .section.hero.single-works .text-container .extract {
    font-family: Inter, sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 25px;
}
@media (min-width: 48rem) {
    .section.hero.single-news .text-container .main-title, .section.hero.single-works .text-container .main-title {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
        overflow: hidden;
    }
}
.section.hero.single-news {
    background-color: #F5F5F5;
}
@media (min-width: 48rem) {
    .section.hero.single-news {
        margin-bottom: 30px;
        padding-bottom: 50px;
    }
}
.section.hero.single-news .hero-img-container {
    width: 100%;
    height: 0;
    margin: 0 0 18px;
    border-radius: 8px;
    padding: 100% 0 0;
    background: center/cover no-repeat;
}
@media (min-width: 62rem) {
    .section.hero.single-news .hero-img-container {
        width: auto;
        padding: calc(100% - 36px) 0 0;
        position: absolute;
        top: 0;
        right: 26px;
        left: 10px;
    }
}
.section.hero.single-projects {
    color: #fff;
    margin: 0;
    position: relative;
    background-color: #A3141E;
}
.section.hero.single-projects .background {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}
.section.hero.single-projects .background::before {
    content: "";
    width: 878px;
    height: 878px;
    border-radius: 100%;
    position: absolute;
    top: -600px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #E91C2B;
}
@media (min-width: 48rem) {
    .section.hero.single-projects .background::before {
        width: 1118px;
        height: 1118px;
        top: -35%;
        left: 68%;
        transform: none;
    }
}
.section.hero.single-projects .hero-img-container {
    height: 188px;
    border-radius: 8px;
    margin: 0 0 20px;
    overflow: hidden;
    background: center/cover no-repeat;
}
@media (min-width: 48rem) {
    .section.hero.single-projects .hero-img-container {
        height: 308px;
        margin: 0;
    }
}
.section.hero.single-projects .text-container .overtitle {
    color: #fff;
}
.main.single.mission .section.hero.single-projects .background::before {
    border: 4px solid #fff;
    background-color: #A3141E;
}
.main.single.mission .section.hero.single-projects .hero-img-container {
    margin: 0 0 25px;
    background: #E91C2B center/auto 116px no-repeat;
}
@media (min-width: 48rem) {
    .main.single.mission .section.hero.single-projects .hero-img-container {
        margin: 0;
    }
}
@media (min-width: 62rem) {
    .main.single.mission .section.hero.single-projects .hero-img-container {
        background: #E91C2B center/auto 190px no-repeat;
    }
}
.section.hero.single-works {
    background-color: #FDE8EA;
}
@media (min-width: 48rem) {
    .section.hero.single-works {
        margin-bottom: 30px;
        padding-bottom: 50px;
    }
}
.section.hero.single-works .hero-img-container {
    width: calc(100% - 26px);
    height: 0;
    margin: 0;
    border-radius: 8px;
    padding: calc(100% - 26px) 0 0;
    background: center/cover no-repeat;
}
.section.error404 .main-title {
    margin: 60px 0;
}
@media (min-width: 62rem) {
    .section.error404 .main-title {
        text-align: center;
        margin: 80px 0;
    }
}
.block-hero-bar {
    margin: -80px 0 50px;
}
@media (min-width: 48rem) {
    .block-hero-bar {
        margin: -120px 0 80px;
    }
}
.block-hero-bar .container {
    padding-right: 20px;
    padding-left: 20px;
}
@media (min-width: 62rem) {
    .block-hero-bar .container {
        padding-right: 10px;
        padding-left: 10px;
    }
}
.block-hero-bar .container .row {
    margin-right: -20px;
    margin-left: -20px;
}
@media (min-width: 62rem) {
    .block-hero-bar .container .row {
        margin-right: -10px;
        margin-left: -10px;
    }
}
.block-hero-bar .container .row .col {
    padding-right: 20px;
    padding-left: 20px;
}
@media (min-width: 62rem) {
    .block-hero-bar .container .row .col {
        padding-right: 10px;
        padding-left: 10px;
    }
}
.block-hero-bar .block-hero-bar-content {
    border-radius: 8px;
    padding: 24px 24px 10px;
    background-color: #fff;
}
@media (min-width: 48rem) {
    .block-hero-bar .block-hero-bar-content {
        padding: 40px 0 42px;
    }
}
.block-hero-bar .block-hero-bar-uptitle {
    font-family: Inter, sans-serif;
    font-size: 11px;
    font-weight: 500;
    line-height: 13px;
    text-transform: uppercase;
    margin: 0 0 14px;
}
@media (min-width: 48rem) {
    .block-hero-bar .block-hero-bar-uptitle {
        font-size: 14px;
        line-height: 17px;
        margin: 0 0 16px;
    }
}
.block-hero-bar .subtitle, .block-hero-bar .accordion-container .accordion-btn, .accordion-container .block-hero-bar .accordion-btn, .block-hero-bar .sub-menu-title, .block-hero-bar .works-info .block-construction-works p.construction-works-title, .works-info .block-construction-works .block-hero-bar p.construction-works-title, .block-hero-bar .works-info .block-construction-works .block-specs .block-specs-item span.construction-works-title:nth-child(2), .works-info .block-construction-works .block-specs .block-specs-item .block-hero-bar span.construction-works-title:nth-child(2), .block-hero-bar .block-specs .block-specs-item .works-info .block-construction-works span.construction-works-title:nth-child(2), .block-specs .block-specs-item .works-info .block-construction-works .block-hero-bar span.construction-works-title:nth-child(2) {
    margin: 0 0 14px;
}
.block-hero-bar .btn {
    width: 100%;
    margin: 0 0 35px;
}
@media (min-width: 48rem) {
    .block-hero-bar .btn {
        width: auto;
        margin: 0;
    }
}
.block-hero-bar .block-hero-bar-links-list-container {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
@media (min-width: 48rem) {
    .block-hero-bar .block-hero-bar-links-list {
        column-count: 2;
        column-gap: 144px;
    }
}
.block-hero-bar .block-hero-bar-links-list .block-hero-bar-links-item {
    margin: 0 0 1.4375rem;
}
@media (min-width: 48rem) {
    .block-hero-bar .block-hero-bar-links-list .block-hero-bar-links-item .link-secondary {
        padding: 0.1875rem 1rem 1.25rem 0;
    }
}
.section.missions, .section.fundamentals {
    margin: 0 0 60px;
    padding: 0 10px;
}
@media (min-width: 48rem) {
    .section.missions, .section.fundamentals {
        margin: 0 0 84px;
        padding: 0;
    }
}
.section.map {
    margin: 0 0 55px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
@media (min-width: 62rem) {
    .section.map {
        margin: 0 0 84px;
    }
    .section.map::before {
        content: "";
        position: absolute;
        top: 0;
        right: 50%;
        bottom: 0;
        left: -200%;
        z-index: -1;
        background-color: #fff;
    }
}
.section.map .container {
    padding-right: 0;
    padding-left: 0;
}
@media (min-width: 48rem) {
    .section.map .container {
        padding-right: 10px;
        padding-left: 10px;
    }
}
.section.map .container .row {
    margin-right: 0;
    margin-left: 0;
}
@media (min-width: 48rem) {
    .section.map .container .row {
        margin-right: -10px;
        margin-left: -10px;
    }
}
.section.map .container .row .col-12 {
    padding-right: 0;
    padding-left: 0;
}
@media (min-width: 48rem) {
    .section.map .container .row .col-12 {
        padding-right: 10px;
        padding-left: 10px;
    }
}
.section.map .map-container {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 100% 0 0;
    border-radius: 0 8px 8px 0;
    background-color: #fff;
}
@media (min-width: 48rem) {
    .section.map .map-container {
        padding: 20px;
    }
}
@media (min-width: 62rem) {
    .section.map .map-container {
        height: 860px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}
.section.map .map-container svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: calc(100% - 40px);
}
@media (min-width: 48rem) {
    .section.map .map-container svg {
        position: static;
        top: auto;
        right: auto;
        bottom: auto;
        left: auto;
        transform: none;
    }
}
.section.map .map-container .zpnaf {
    transition: fill 0.3s ease-in-out, transform 0.3s ease-in-out;
    cursor: pointer;
}
.section.map .map-container .zpnaf.active, .section.map .map-container .zpnaf:hover {
    fill: #85B757 !important;
    transform: scale(1.2);
}
.section.map .map-container .campus,
.section.map .map-container .campus-name {
    transition: all 0.3s ease-in-out;
}
.section.map .map-container .campus.active, .section.map .map-container .campus:hover,
.section.map .map-container .campus-name.active,
.section.map .map-container .campus-name:hover {
    fill: #A3141E !important;
}
.section.map .map-container .campus {
    cursor: pointer;
}
.section.map .map-container .campus.active, .section.map .map-container .campus:hover {
    transform: scale(1.2);
}
.section.map .map-container.hovered .campus-name:not(.active) {
    opacity: 0;
}
@media (min-width: 62rem) {
    .section.map .block-complexes-container {
        height: 100%;
        display: flex;
        align-items: center;
    }
}
.section.map .block-complexes-container .block-complexes {
    padding: 35px 20px 40px;
    background-color: #FDE8EA;
    position: relative;
    z-index: 1;
}
@media (min-width: 62rem) {
    .section.map .block-complexes-container .block-complexes {
        padding: 55px 0 66px 30px;
    }
    .section.map .block-complexes-container .block-complexes::before {
        content: "";
        position: absolute;
        top: 0;
        right: -200%;
        bottom: 0;
        left: -20px;
        z-index: -1;
        background-color: #FDE8EA;
    }
}
.section.map .block-complexes-container .title, .section.map .block-complexes-container .works-info .block-construction-works .sub-menu-title, .works-info .block-construction-works .section.map .block-complexes-container .sub-menu-title {
    margin: 0 0 30px;
}
.section.map .block-complexes-container .block-complexes-list {
    display: flex;
    flex-direction: column;
    margin: 0 0 24px;
}
@media (min-width: 62rem) {
    .section.map .block-complexes-container .block-complexes-list {
        flex-direction: row;
        flex-wrap: wrap;
        margin: 0 0 40px;
    }
}
.section.map .block-complexes-container .block-complexes-item:not(:last-child) {
    margin: 0 0 10px;
}
@media (min-width: 62rem) {
    .section.map .block-complexes-container .block-complexes-item {
        flex: 0 0 calc(50% - 16px);
    }
    .section.map .block-complexes-container .block-complexes-item:not(:last-child) {
        margin: 0 0 1.4375rem;
    }
    .section.map .block-complexes-container .block-complexes-item:nth-child(odd) {
        margin-right: 28px;
    }
    .section.map .block-complexes-container .block-complexes-item:last-child:not(:nth-child(even)) {
        flex: 0 0 100%;
        margin: 0;
    }
    .section.map .block-complexes-container .block-complexes-item:nth-last-child(2):not(:nth-child(even)) {
        margin-bottom: 0;
    }
}
@media (min-width: 75rem) {
    .section.map .block-complexes-container .block-complexes-item:nth-child(odd) {
        margin-right: 32px;
    }
}
.section.highlight-news {
    overflow: hidden;
    background-color: #F5F5F5;
}
@media (min-width: 62rem) {
    .section.highlight-news {
        overflow: visible;
    }
}
.section.highlight-news .block-tabs {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 20px;
    padding: 0 10px;
    position: relative;
}
.section.highlight-news .block-tabs::before, .section.highlight-news .block-tabs::after {
    content: "";
    width: 64px;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
}
.section.highlight-news .block-tabs::before {
    left: 10px;
    background: linear-gradient(to left, rgba(245, 245, 245, 0), #F5F5F5);
}
.section.highlight-news .block-tabs::after {
    right: 10px;
    background: linear-gradient(to right, rgba(245, 245, 245, 0), #F5F5F5);
}
@media (min-width: 48rem) {
    .section.highlight-news .block-tabs {
        padding: 0;
    }
    .section.highlight-news .block-tabs::before, .section.highlight-news .block-tabs::after {
        content: none;
    }
}
.section.highlight-news .link.mobile {
    margin: 0 0 20px;
}
main.single.news .section.highlight-news, main.single.mission .section.highlight-news {
    padding: 58px 0 0;
}
@media (min-width: 62rem) {
    main.single.news .section.highlight-news, main.single.mission .section.highlight-news {
        padding: 80px 0;
    }
}
main.main.home .section.highlight-news {
    margin: 0 0 80px;
}
.section.see-more {
    padding: 58px 0 0;
}
@media (min-width: 62rem) {
    .section.see-more {
        padding: 80px 0;
    }
}
.section.twitter {
    overflow: hidden;
    margin: 0 0 50px;
}
@media (min-width: 62rem) {
    .section.twitter {
        padding-top: 50px;
    }
}
main.archive-projects, main.archive-works {
    padding: 0 0 57px;
}
main.single.territory .section.highlight-news, main.archive-news .section.highlight-news {
    padding: 25px 0;
}
@media (min-width: 62rem) {
    main.single.territory .section.highlight-news, main.archive-news .section.highlight-news {
        padding: 40px 0 80px;
    }
}
main.single.territory .section.highlight-news .section-top-container, main.archive-news .section.highlight-news .section-top-container {
    margin: 0 0 24px;
}
@media (min-width: 48rem) {
    main.single.territory .section.highlight-news .section-top-container, main.archive-news .section.highlight-news .section-top-container {
        margin: 0 0 32px;
    }
}
main.single.territory .card.card-post, main.archive-news .card.card-post {
    margin: 0 0 16px;
}
@media (min-width: 62rem) {
    main.single.territory .card.card-post, main.archive-news .card.card-post {
        min-height: 516px;
        margin: 0 0 56px;
    }
}
.section.search-filters {
    margin: 0 0 40px;
}
@media (min-width: 62rem) {
    .section.search-filters {
        margin: 0 0 100px;
    }
}
.section.search-filters .form-search {
    padding: 32px 0;
    background-color: #fff;
}
.section.search-filters .search-filters-top .form-search-input-text-container {
    margin: 0 0 16px;
}
@media (min-width: 62rem) {
    .section.search-filters .search-filters-top .form-search-input-text-container {
        margin: 0;
    }
}
.section.search-filters .search-filters-bottom {
    margin: 16px 0 0;
}
@media (min-width: 62rem) {
    .section.search-filters .search-filters-bottom {
        margin: 32px 0 0;
    }
}
@media (min-width: 62rem) {
    .section.search-filters .search-filters-bottom-content.mobile {
        display: none;
    }
}
.section.search-filters .search-filters-bottom-content.desktop {
    display: none;
}
@media (min-width: 62rem) {
    .section.search-filters .search-filters-bottom-content.desktop {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
}
.menu-fixed .section.search-filters {
    top: 92px;
}
.section.main-search-results {
    padding: 0 10px;
}
@media (min-width: 62rem) {
    .section.main-search-results {
        padding: 0 10px;
    }
}
@media (min-width: 62rem) {
    .section.main-search-results .main-search-results-content .card {
        height: calc(100% - 56px);
    }
}
.search-filters-list {
    display: flex;
    align-items: center;
    position: relative;
    overflow: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.search-filters-list::-webkit-scrollbar {
    display: none;
}
.search-filters-list .search-filters-item {
    margin: 0 12px 0 0;
}
@media (max-width: 35.98rem) {
    .search-filters-list .search-filters-item:first-child {
        margin-left: 20px;
    }
    .search-filters-list .search-filters-item:last-child {
        margin-right: 20px;
    }
}
.search-filters-list .search-filters-item .input-container input:active + label, .search-filters-list .search-filters-item .input-container input:focus + label, .search-filters-list .search-filters-item .input-container input:hover + label {
    background-color: #FDE8EA;
}
.search-filters-list .search-filters-item .input-container input:checked + label {
    color: #fff;
    background-color: #000;
}
.search-filters-list .search-filters-item .input-container label {
    color: #000;
    display: inline-block;
    margin: 0;
    padding: 9px 16px;
    border-radius: 35px;
    white-space: nowrap;
    background-color: #F5F5F5;
    transition: color 0.2s ease, background-color 0.2s ease;
}

.block-no-result {
    margin: 0 0 80px;
}
.block-no-result .subtitle, .block-no-result .accordion-container .accordion-btn, .accordion-container .block-no-result .accordion-btn, .block-no-result .sub-menu-title, .block-no-result .works-info .block-construction-works p.construction-works-title, .works-info .block-construction-works .block-no-result p.construction-works-title, .block-no-result .works-info .block-construction-works .block-specs .block-specs-item span.construction-works-title:nth-child(2), .works-info .block-construction-works .block-specs .block-specs-item .block-no-result span.construction-works-title:nth-child(2), .block-no-result .block-specs .block-specs-item .works-info .block-construction-works span.construction-works-title:nth-child(2), .block-specs .block-specs-item .works-info .block-construction-works .block-no-result span.construction-works-title:nth-child(2) {
    margin: 0 0 44px;
}
.block-no-result .img-container {
    height: 530px;
    border-radius: 8px;
    overflow: hidden;
    background: bottom 0 left 53%/cover no-repeat;
}
@media (min-width: 62rem) {
    .block-no-result .img-container {
        background: center/cover no-repeat;
    }
}
main.newsletters .single-main-container {
    background-color: #fff;
}

.block-newsletter {
    margin: 0 0 25px;
}
@media (min-width: 62rem) {
    .block-newsletter {
        margin: 0 0 40px;
    }
}
.block-newsletter.primary {
    margin-top: 40px;
}
@media (min-width: 62rem) {
    .block-newsletter.primary {
        margin-top: 80px;
    }
}
.block-newsletter .title, .block-newsletter .works-info .block-construction-works .sub-menu-title, .works-info .block-construction-works .block-newsletter .sub-menu-title {
    margin: 0 0 24px;
}
.block-newsletter p, .block-newsletter .block-specs .block-specs-item span:nth-child(2), .block-specs .block-specs-item .block-newsletter span:nth-child(2) {
    font-size: 16px;
}
.block-newsletter p:not(:last-child), .block-newsletter .block-specs .block-specs-item span:not(:last-child):nth-child(2), .block-specs .block-specs-item .block-newsletter span:not(:last-child):nth-child(2) {
    margin: 0 0 40px;
}

.section.error404 .links-container {
    display: flex;
    flex-direction: column;
    background-color: #fff;
    border-bottom: 1px solid #CCC;
}
@media (min-width: 62rem) {
    .section.error404 .links-container {
        flex-direction: row;
        align-items: center;
    }
}
.section.error404 .links-container li {
    height: 96px;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media (min-width: 62rem) {
    .section.error404 .links-container li {
        flex: 1 1 100%;
        height: 112px;
    }
}
.section.error404 .links-container li:not(:last-child) {
    border-bottom: 1px solid #CCC;
}
@media (min-width: 62rem) {
    .section.error404 .links-container li:not(:last-child) {
        border-right: 1px solid #CCC;
        border-bottom: 0;
    }
}
.section.error404 .links-container li a {
    color: #000;
}
.section.error404 .img-container {
    height: 312px;
    margin: 0 0 40px;
    background: center/cover no-repeat;
    border-radius: 0 0 8px 8px;
    overflow: hidden;
}
@media (min-width: 62rem) {
    .section.error404 .img-container {
        height: 544px;
        margin: 0 0 80px;
    }
}
.section.search-results {
    padding: 40px 10px 56px;
}
@media (min-width: 62rem) {
    .section.search-results {
        padding: 80px 0 0;
    }
}
.section.search-results .search-results-list li {
    position: relative;
}
.section.search-results .search-results-list li:first-child {
    margin: 40px 0 0;
}
@media (min-width: 62rem) {
    .section.search-results .search-results-list li:first-child {
        margin: 80px 0 0;
    }
}
.section.search-results .btn-container {
    margin-top: 0;
}

.search-results-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 0 0 43px;
    padding: 0 0 41px;
    border-bottom: 1px solid #CCC;
}
@media (min-width: 62rem) {
    .search-results-card {
        flex-direction: row;
    }
}
.search-results-card .img-container {
    flex: 0 0 100%;
    height: 156px;
    margin: 0 0 20px;
    border-radius: 8px;
    overflow: hidden;
}
@media (min-width: 62rem) {
    .search-results-card .img-container {
        flex: 0 0 206px;
        margin: 0 20px 0 0;
    }
}
.search-results-card .img-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.search-results-card .text-container {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
.search-results-card .text-container .overtitle,
.search-results-card .text-container .subtitle,
.search-results-card .text-container .accordion-container .accordion-btn,
.accordion-container .search-results-card .text-container .accordion-btn,
.search-results-card .text-container .sub-menu-title,
.search-results-card .text-container .works-info .block-construction-works p.construction-works-title,
.works-info .block-construction-works .search-results-card .text-container p.construction-works-title,
.search-results-card .text-container .works-info .block-construction-works .block-specs .block-specs-item span.construction-works-title:nth-child(2),
.works-info .block-construction-works .block-specs .block-specs-item .search-results-card .text-container span.construction-works-title:nth-child(2),
.search-results-card .text-container .block-specs .block-specs-item .works-info .block-construction-works span.construction-works-title:nth-child(2),
.block-specs .block-specs-item .works-info .block-construction-works .search-results-card .text-container span.construction-works-title:nth-child(2) {
    margin: 0 0 15px;
}
.search-results-card .text-container .overtitle {
    color: #000;
}
.search-results-card .text-container p, .search-results-card .text-container .block-specs .block-specs-item span:nth-child(2), .block-specs .block-specs-item .search-results-card .text-container span:nth-child(2) {
    margin: 0 0 16px;
}

main.contact .section.rich-content {
    padding: 80px 0;
}

/*# sourceMappingURL=app.css.map*/