/*!
 * Bootstrap v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
*, *::before, *::after {
    box-sizing: border-box
}

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

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

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

body {
    position: relative;
    margin: 0;
    text-align: left;
    background-color: #fff
}

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

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

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

[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

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

output {
    display: inline-block
}

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

template {
    display: none
}

[hidden] {
    display: none !important
}

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

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

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

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

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

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -20px;
    margin-left: -20px
}

.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 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 20px;
    padding-left: 20px
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
    .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 992px) {
    .col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1200px) {
    .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex {
    display: flex !important
}

.d-inline-flex {
    display: inline-flex !important
}

@media (min-width: 768px) {
    .d-sm-none {
        display: none !important
    }

    .d-sm-inline {
        display: inline !important
    }

    .d-sm-inline-block {
        display: inline-block !important
    }

    .d-sm-block {
        display: block !important
    }

    .d-sm-table {
        display: table !important
    }

    .d-sm-table-row {
        display: table-row !important
    }

    .d-sm-table-cell {
        display: table-cell !important
    }

    .d-sm-flex {
        display: flex !important
    }

    .d-sm-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width: 992px) {
    .d-md-none {
        display: none !important
    }

    .d-md-inline {
        display: inline !important
    }

    .d-md-inline-block {
        display: inline-block !important
    }

    .d-md-block {
        display: block !important
    }

    .d-md-table {
        display: table !important
    }

    .d-md-table-row {
        display: table-row !important
    }

    .d-md-table-cell {
        display: table-cell !important
    }

    .d-md-flex {
        display: flex !important
    }

    .d-md-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width: 1200px) {
    .d-lg-none {
        display: none !important
    }

    .d-lg-inline {
        display: inline !important
    }

    .d-lg-inline-block {
        display: inline-block !important
    }

    .d-lg-block {
        display: block !important
    }

    .d-lg-table {
        display: table !important
    }

    .d-lg-table-row {
        display: table-row !important
    }

    .d-lg-table-cell {
        display: table-cell !important
    }

    .d-lg-flex {
        display: flex !important
    }

    .d-lg-inline-flex {
        display: inline-flex !important
    }
}

@media print {
    .d-print-none {
        display: none !important
    }

    .d-print-inline {
        display: inline !important
    }

    .d-print-inline-block {
        display: inline-block !important
    }

    .d-print-block {
        display: block !important
    }

    .d-print-table {
        display: table !important
    }

    .d-print-table-row {
        display: table-row !important
    }

    .d-print-table-cell {
        display: table-cell !important
    }

    .d-print-flex {
        display: flex !important
    }

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

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

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

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

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

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

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

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

.justify-content-start {
    justify-content: flex-start !important
}

.justify-content-end {
    justify-content: flex-end !important
}

.justify-content-center {
    justify-content: center !important
}

.justify-content-between {
    justify-content: space-between !important
}

.justify-content-around {
    justify-content: space-around !important
}

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

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

.align-items-center {
    align-items: center !important
}

.align-items-baseline {
    align-items: baseline !important
}

.align-items-stretch {
    align-items: stretch !important
}

.align-content-start {
    align-content: flex-start !important
}

.align-content-end {
    align-content: flex-end !important
}

.align-content-center {
    align-content: center !important
}

.align-content-between {
    align-content: space-between !important
}

.align-content-around {
    align-content: space-around !important
}

.align-content-stretch {
    align-content: stretch !important
}

.align-self-auto {
    align-self: auto !important
}

.align-self-start {
    align-self: flex-start !important
}

.align-self-end {
    align-self: flex-end !important
}

.align-self-center {
    align-self: center !important
}

.align-self-baseline {
    align-self: baseline !important
}

.align-self-stretch {
    align-self: stretch !important
}

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

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

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

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

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

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

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

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

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

    .justify-content-sm-center {
        justify-content: center !important
    }

    .justify-content-sm-between {
        justify-content: space-between !important
    }

    .justify-content-sm-around {
        justify-content: space-around !important
    }

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

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

    .align-items-sm-center {
        align-items: center !important
    }

    .align-items-sm-baseline {
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        align-items: stretch !important
    }

    .align-content-sm-start {
        align-content: flex-start !important
    }

    .align-content-sm-end {
        align-content: flex-end !important
    }

    .align-content-sm-center {
        align-content: center !important
    }

    .align-content-sm-between {
        align-content: space-between !important
    }

    .align-content-sm-around {
        align-content: space-around !important
    }

    .align-content-sm-stretch {
        align-content: stretch !important
    }

    .align-self-sm-auto {
        align-self: auto !important
    }

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

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

    .align-self-sm-center {
        align-self: center !important
    }

    .align-self-sm-baseline {
        align-self: baseline !important
    }

    .align-self-sm-stretch {
        align-self: stretch !important
    }
}

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

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

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

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

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

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

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

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

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

    .justify-content-md-center {
        justify-content: center !important
    }

    .justify-content-md-between {
        justify-content: space-between !important
    }

    .justify-content-md-around {
        justify-content: space-around !important
    }

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

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

    .align-items-md-center {
        align-items: center !important
    }

    .align-items-md-baseline {
        align-items: baseline !important
    }

    .align-items-md-stretch {
        align-items: stretch !important
    }

    .align-content-md-start {
        align-content: flex-start !important
    }

    .align-content-md-end {
        align-content: flex-end !important
    }

    .align-content-md-center {
        align-content: center !important
    }

    .align-content-md-between {
        align-content: space-between !important
    }

    .align-content-md-around {
        align-content: space-around !important
    }

    .align-content-md-stretch {
        align-content: stretch !important
    }

    .align-self-md-auto {
        align-self: auto !important
    }

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

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

    .align-self-md-center {
        align-self: center !important
    }

    .align-self-md-baseline {
        align-self: baseline !important
    }

    .align-self-md-stretch {
        align-self: stretch !important
    }
}

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

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

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

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

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

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

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

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

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

    .justify-content-lg-center {
        justify-content: center !important
    }

    .justify-content-lg-between {
        justify-content: space-between !important
    }

    .justify-content-lg-around {
        justify-content: space-around !important
    }

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

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

    .align-items-lg-center {
        align-items: center !important
    }

    .align-items-lg-baseline {
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        align-items: stretch !important
    }

    .align-content-lg-start {
        align-content: flex-start !important
    }

    .align-content-lg-end {
        align-content: flex-end !important
    }

    .align-content-lg-center {
        align-content: center !important
    }

    .align-content-lg-between {
        align-content: space-between !important
    }

    .align-content-lg-around {
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        align-content: stretch !important
    }

    .align-self-lg-auto {
        align-self: auto !important
    }

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

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

    .align-self-lg-center {
        align-self: center !important
    }

    .align-self-lg-baseline {
        align-self: baseline !important
    }

    .align-self-lg-stretch {
        align-self: stretch !important
    }
}

@font-face {
    font-family: "GillSans";
    font-style: normal;
    font-weight: 400;
    src: url("/fonts/GillSans.woff") format("woff"), url("/fonts/GillSans.ttf") format("truetype")
}

@font-face {
    font-family: "GillSans";
    font-style: normal;
    font-weight: 700;
    src: url("/fonts/GillSans-SemiBold.woff") format("woff"), url("/fonts/GillSans-SemiBold.ttf") format("truetype")
}

.form__success, .form__error {
    position: absolute;
    z-index: -1;
    opacity: 0;
    -webkit-transition: opacity 1.2s;
    -moz-transition: opacity 1.2s;
    transition: opacity 1.2s
}

.form_success .form__inner, .form_error .form__inner {
    display: none;
    opacity: 0
}

.form_success .form__success {
    opacity: 1;
    position: static;
    z-index: 0
}

.form_error .form__error {
    opacity: 1;
    position: static;
    z-index: 0
}

html, body {
    height: 100%
}

body {
    font-family: "GillSans", Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 18px;
    color: #000
}

a {
    color: #000;
    text-decoration: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.8);
    padding-bottom: 1px;
    -webkit-transition: border .3s;
    -moz-transition: border .3s;
    transition: border .3s
}

a:hover {
    text-decoration: none;
    border-bottom-color: #000
}

a:focus {
    color: #000;
    outline: none;
    text-decoration: none
}

a:focus:hover {
    text-decoration: none
}

h1, h2 {
    font-weight: 400
}

h1 {
    font-size: 120px;
    line-height: 144px
}

h2 {
    font-size: 54px;
    line-height: 65px;
    margin-bottom: 20px
}

h3 {
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
    text-transform: uppercase;
    margin-bottom: 20px
}

ul, ol {
    margin: 18px 0;
    padding: 0 0 0 9px
}

ul {
    padding: 0
}

ul li {
    padding-left: 20px;
    list-style: none;
    position: relative;
    margin: 8px 0
}

ul li:before {
    content: "-";
    position: absolute;
    top: 0;
    left: 0
}

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

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

nav ul li:before, nav ol li:before {
    display: none
}

table {
    width: 100%;
    margin: 18px 0
}

p {
    margin: 18px 0
}

blockquote {
    margin: 18px 0
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #333;
    margin: 18px 0;
    padding: 0
}

img {
    max-width: 100%;
    vertical-align: middle
}

::-moz-selection {
    background: #D99B62;
    text-shadow: none
}

::selection {
    background: #D99B62;
    text-shadow: none
}

h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child, ul:first-child, ol:first-child, table:first-child, p:first-child, hr:first-child, blockquote:first-child {
    margin-top: 0
}

h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child, ul:last-child, ol:last-child, table:last-child, p:last-child, hr:last-child, blockquote:last-child {
    margin-bottom: 0
}

sup {
    font-size: .5em;
    line-height: .5em
}

.text-center {
    text-align: center
}

.sign {
    margin-bottom: 54px
}

.desc {
    margin-top: 40px;
    font-size: 14px;
    line-height: 18px
}

.desc sup {
    font-size: .8em
}

.substrate a, .visual a {
    color: #fff;
    border-bottom-color: rgba(255, 255, 255, 0.8)
}

.substrate a:hover, .visual a:hover {
    border-bottom-color: #fff
}

@media (max-width: 1079px) {
    h2 {
        font-size: 48px
    }
}

@media (max-width: 991.98px) {
    .sign {
        margin-bottom: 34px
    }

    .desc {
        margin-top: 30px
    }

    .aside {
        margin-bottom: 54px
    }
}

@media (max-width: 767.98px) {
    body {
        font-size: 14px;
        line-height: 18px
    }

    h2 {
        font-size: 32px;
        line-height: 39px
    }

    h3 {
        font-size: 14px;
        line-height: 18px
    }

    .text-center {
        text-align: left
    }

    .sign {
        margin-bottom: 26px
    }

    .desc {
        margin-top: 20px
    }

    .aside {
        margin-bottom: 36px
    }
}

.browsehappy {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 255
}

.browsehappy .chromeframe {
    background: #d6d6d6;
    color: #000;
    padding: 2.5em 1em
}

/*!
==========================================================================
   Author's custom styles
==========================================================================
*/
.page-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%
}

.page-content {
    flex: 1 0 auto
}

.page-footer {
    flex: 0 0 auto
}

.map {
    width: 100%;
    height: 486px
}

@media (max-width: 991.98px) {
    .map {
        height: 415px
    }
}

@media (max-width: 767.98px) {
    .map {
        height: 186px
    }
}

.tab__item {
    position: absolute;
    width: 100%;
    left: -9999px;
    z-index: -1;
    opacity: 0;
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out
}

.tab__item_active {
    position: static;
    opacity: 1
}

.tab__nav-item {
    border: none;
    outline: none;
    background: none;
    margin: 6px 0;
    padding: 0 0 3px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.8);
    font-family: "GillSans", Arial, Helvetica, sans-serif;
    font-size: 18px;
    cursor: pointer;
    display: inline !important;
    width: auto !important;
    -webkit-transition: border .3s;
    -moz-transition: border .3s;
    transition: border .3s
}

.tab__nav-item:hover {
    border-color: #000
}

@media (max-width: 767.98px) {
    .tab__nav-item {
        font-size: 14px
    }
}

.tab__nav_white .tab__nav-item {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.8)
}

.tab__nav_white .tab__nav-item:hover {
    border-color: #fff
}

.tab__nav_white .tab__nav-item_active {
    border-color: transparent
}

.tab__nav_white .tab__nav-item_active:hover {
    border-color: transparent
}

.spoiler_active__trigger {
    border-style: solid
}

.spoiler__item {
    display: none
}

.spoiler-default_white .spoiler-default__trigger {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.8)
}

.spoiler-default_white .spoiler-default__trigger:hover {
    border-color: #fff
}

.spoiler-default__trigger {
    border: none;
    outline: none;
    background: none;
    margin: 12px 0;
    padding: 0 0 3px 0;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.8);
    font-family: "GillSans", Arial, Helvetica, sans-serif;
    font-size: 18px;
    cursor: pointer;
    -webkit-transition: border .3s;
    -moz-transition: border .3s;
    transition: border .3s
}

.spoiler-default__trigger:hover {
    border-bottom: 1px solid #000
}

@media (max-width: 767.98px) {
    .spoiler-default__trigger {
        font-size: 14px
    }
}

.image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.image_sm {
    height: 504px
}

.image_lg {
    height: 576px
}

.image_vertical {
    height: 827px
}

@media (max-width: 991.98px) {
    .image {
        height: 430px
    }

    .image_vertical {
        height: 800px
    }
}

@media (max-width: 767.98px) {
    .image {
        height: 180px
    }

    .image_vertical {
        height: 360px
    }
}

.input {
    margin-bottom: 12px;
    max-width: 366px
}

.input__item {
    padding: 10px 0;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.8);
    outline: none;
    width: 100%;
    background: transparent;
    color: rgba(255, 255, 255, 0.8);
    font-size: 18px;
    font-family: "GillSans", Arial, Helvetica, sans-serif;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s
}

.input__item::-webkit-input-placeholder {
    color: #fff
}

.input__item::-moz-placeholder {
    color: #fff
}

.input__item:-moz-placeholder {
    color: #fff
}

.input__item:-ms-input-placeholder {
    color: #fff
}

.input__item:focus {
    border-color: #fff
}

.input__item:focus::-webkit-input-placeholder {
    color: #fff
}

.input__item:focus::-moz-placeholder {
    color: #fff
}

.input__item:focus:-moz-placeholder {
    color: #fff
}

.input__item:focus:-ms-input-placeholder {
    color: #fff
}

.icon_point {
    position: relative;
    display: inline-block;
    width: 21px;
    height: 31px;
    background: none
}

.icon_point:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 21px;
    height: 31px;
    background-image: url("/pics/i/icon_point.svg");
    background-position: left top;
    background-repeat: no-repeat;
    margin-top: -15px;
    margin-left: -11px
}

.icon_back-to-top {
    position: relative;
    display: inline-block;
    width: 39px;
    height: 22px;
    background: none
}

.icon_back-to-top:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 39px;
    height: 22px;
    background-image: url("/pics/i/icon_back-to-top.svg");
    background-position: left top;
    background-repeat: no-repeat;
    margin-top: -11px;
    margin-left: -21px
}

.icon_accent1 {
    position: relative;
    display: inline-block;
    width: 116px;
    height: 66px;
    background: none
}

.icon_accent1:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 116px;
    height: 66px;
    background-image: url("/pics/i/sprite_icon-accent.svg");
    background-position: 0 0;
    background-repeat: no-repeat;
    margin-top: -33px;
    margin-left: -58px
}

.icon_accent2 {
    position: relative;
    display: inline-block;
    width: 75px;
    height: 91px;
    background: none
}

.icon_accent2:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 75px;
    height: 91px;
    background-image: url("/pics/i/sprite_icon-accent.svg");
    background-position: -117px 0;
    background-repeat: no-repeat;
    margin-top: -46px;
    margin-left: -38px
}

.icon_accent3 {
    position: relative;
    display: inline-block;
    width: 73px;
    height: 96px;
    background: none
}

.icon_accent3:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 73px;
    height: 96px;
    background-image: url("/pics/i/sprite_icon-accent.svg");
    background-position: -193px 0;
    background-repeat: no-repeat;
    margin-top: -48px;
    margin-left: -37px
}

.icon_accent4 {
    position: relative;
    display: inline-block;
    width: 111px;
    height: 101px;
    background: none
}

.icon_accent4:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 111px;
    height: 101px;
    background-image: url("/pics/i/sprite_icon-accent.svg");
    background-position: -267px 0;
    background-repeat: no-repeat;
    margin-top: -51px;
    margin-left: -56px
}

.icon_white1 {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    background: none
}

.icon_white1:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    background-image: url("/pics/i/sprite_icon-white.svg");
    background-position: 0 0;
    background-repeat: no-repeat;
    margin-top: -20px;
    margin-left: -20px
}

.icon_white2 {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    background: none
}

.icon_white2:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    background-image: url("/pics/i/sprite_icon-white.svg");
    background-position: -41px 0;
    background-repeat: no-repeat;
    margin-top: -20px;
    margin-left: -20px
}

.icon_white3 {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    background: none
}

.icon_white3:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    background-image: url("/pics/i/sprite_icon-white.svg");
    background-position: -82px 0;
    background-repeat: no-repeat;
    margin-top: -20px;
    margin-left: -20px
}

.icon_white4 {
    position: relative;
    display: inline-block;
    width: 27px;
    height: 58px;
    background: none
}

.icon_white4:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 27px;
    height: 58px;
    background-image: url("/pics/i/sprite_icon-white.svg");
    background-position: -123px 0;
    background-repeat: no-repeat;
    margin-top: -29px;
    margin-left: -14px
}

.icon_black1 {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    background: none
}

.icon_black1:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    background-image: url("/pics/i/sprite_icon-black.svg");
    background-position: 0 0;
    background-repeat: no-repeat;
    margin-top: -20px;
    margin-left: -20px
}

.icon_black2 {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    background: none
}

.icon_black2:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    background-image: url("/pics/i/sprite_icon-black.svg");
    background-position: -41px 0;
    background-repeat: no-repeat;
    margin-top: -20px;
    margin-left: -20px
}

.icon_black3 {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    background: none
}

.icon_black3:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    background-image: url("/pics/i/sprite_icon-black.svg");
    background-position: -82px 0;
    background-repeat: no-repeat;
    margin-top: -20px;
    margin-left: -20px
}

.icon_black4 {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    background: none
}

.icon_black4:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    background-image: url("/pics/i/sprite_icon-black.svg");
    background-position: -123px 0;
    background-repeat: no-repeat;
    margin-top: -20px;
    margin-left: -20px
}

.icon_black5 {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 40px;
    background: none
}

.icon_black5:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 40px;
    background-image: url("/pics/i/sprite_icon-black.svg");
    background-position: -164px 0;
    background-repeat: no-repeat;
    margin-top: -20px;
    margin-left: -25px
}

.logo_white {
    position: relative;
    display: inline-block;
    width: 194px;
    height: 40px;
    background: none
}

.logo_white:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 194px;
    height: 40px;
    background-image: url("/pics/i/logo_white.svg");
    background-position: left top;
    background-repeat: no-repeat;
    margin-top: -20px;
    margin-left: -97px
}

.logo_black {
    position: relative;
    display: inline-block;
    width: 194px;
    height: 40px;
    background: none
}

.logo_black:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 194px;
    height: 40px;
    background-image: url("/pics/i/logo_black.svg");
    background-position: left top;
    background-repeat: no-repeat;
    margin-top: -20px;
    margin-left: -97px
}

@media (max-width: 767.98px) {
    .logo {
        height: 25px;
        width: 120px
    }

    .logo:before {
        background-size: contain;
        height: 25px;
        width: 120px;
        margin: -12px 0 0 -60px
    }
}

.block {
    margin: 118px 0
}

.block_last {
    margin-bottom: 0
}

@media (max-width: 991.98px) {
    .block {
        margin: 54px 0
    }

    .block_last {
        margin-bottom: 0
    }
}

@media (max-width: 767.98px) {
    .block {
        margin: 36px 0
    }

    .block_last {
        margin-bottom: 0
    }
}

.substrate {
    background: #1A1E23;
    color: #fff;
    padding: 82px 0
}

@media (max-width: 991.98px) {
    .substrate {
        padding: 54px 0
    }
}

@media (max-width: 767.98px) {
    .substrate {
        padding: 36px 0
    }
}

.stage {
    position: relative;
    overflow: hidden;
    width: 100%
}

.stage:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 108px;
    background: #fff
}

.stage_right .stage__inner:before {
    margin-right: -50%
}

.stage_right .stage__image {
    margin-right: -20%
}

.stage_right .stage__title {
    right: -20px
}

.stage_left:before {
    height: 160px
}

.stage_left .stage__inner {
    padding-bottom: 20px
}

.stage_left .stage__inner:before {
    margin-left: -50%
}

.stage_left .stage__image {
    margin-left: -20%;
    margin-bottom: 20px
}

.stage_left .stage__title {
    left: -20px;
    padding-left: 30px;
    height: 160px
}

.stage_left .stage__description {
    margin-top: 160px
}

.stage_left .stage__description_absolute {
    margin: 0
}

.stage__inner {
    position: relative;
    padding-bottom: 82px;
    background: #1A1E23;
    color: #fff
}

.stage__inner:before {
    content: '';
    z-index: -1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #1A1E23
}

.stage__image {
    background-color: #1A1E23
}

.stage__title {
    position: absolute;
    top: 0;
    right: -1px;
    left: 0;
    height: 108px;
    background: #fff;
    color: #000
}

.stage__description {
    margin-top: 108px;
    padding: 50px 60px 0 60px
}

.stage__description_absolute {
    position: absolute;
    right: -78%;
    width: 105%;
    background-color: #fff;
    margin: 0;
    padding: 0 60px 50px 60px
}

@media (max-width: 1399px) {
    .stage_left .stage__image {
        margin-left: -20px
    }

    .stage_right .stage__image {
        margin-right: -20px
    }
}

.stage__title {
    padding: 0 20px
}

.stage__description_absolute {
    right: -70%;
    width: 95%
}

@media (max-width: 1199.98px) {
    .stage__description {
        padding: 50px 20px 0 20px
    }

    .stage__description_absolute {
        padding: 30px 20px 50px 20px
    }
}

@media (max-width: 991.98px) {
    .stage:before {
        display: none
    }

    .stage__image {
        display: flex;
        justify-content: center;
        background-color: transparent
    }

    .stage_left .stage__image {
        position: relative;
        z-index: 1;
        margin: 0
    }

    .stage_left .stage__title {
        padding: 0;
        height: auto
    }

    .stage_left .stage__description {
        margin: 0
    }

    .stage_left .stage__fake-inner {
        margin-left: -20px;
        margin-right: -20px;
        padding-left: 20px;
        padding-right: 20px
    }

    .stage_right .stage__image {
        margin-right: 0
    }

    .stage__title {
        position: static;
        background: none;
        height: auto;
        margin-bottom: 30px;
        padding: 0
    }

    .stage__description {
        position: static;
        background: none;
        height: auto;
        margin-bottom: 30px;
        padding: 0
    }

    .stage__inner {
        background: none;
        padding-bottom: 0
    }

    .stage__inner:before {
        display: none
    }

    .stage__fake-inner {
        margin-top: -108px;
        margin-bottom: 0;
        padding: 162px 0 54px 0;
        background: #1A1E23;
        color: #fff
    }
}

@media (max-width: 767.98px) {
    .stage__fake-inner {
        margin-top: -54px;
        padding: 90px 0 36px 0
    }
}

.header {
    position: relative;
    display: flex;
    z-index: 1;
    align-items: center;
    justify-content: space-between;
    height: 144px
}

.header__nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 526px;
    text-transform: uppercase
}

@media (max-width: 1199.98px) {
    .header {
        height: 96px
    }
}

@media (max-width: 767.98px) {
    .header {
        height: 78px
    }
}

.footer {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 144px
}

.footer__nav {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 526px
}

.footer__nav-item {
    display: inline-block;
    margin: 0 20px 10px 0
}

.footer__tel {
    border: none
}

@media (max-width: 767.98px) {
    .footer {
        height: auto;
        display: block;
        padding: 20px 0
    }

    .footer__nav {
        display: block;
        width: auto
    }

    .footer__copy {
        margin-top: 20px
    }
}

.button {
    display: inline-block;
    height: 54px;
    border-radius: 54px;
    line-height: 54px;
    border: none;
    outline: none;
    background-color: #D99B62;
    padding: 0 42px;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-family: "GillSans", Arial, Helvetica, sans-serif;
    cursor: pointer;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    box-shadow: 0 1px 3px rgba(217, 155, 98, 0.12), 0 1px 2px rgba(217, 155, 98, 0.24)
}

.button:hover {
    box-shadow: 0 7px 14px rgba(217, 155, 98, 0.25), 0 5px 5px rgba(217, 155, 98, 0.22)
}

@media (max-width: 767.98px) {
    .button {
        height: 34px;
        border-radius: 34px;
        line-height: 34px;
        font-size: 14px;
        padding: 0;
        width: 280px
    }
}

.button-hero {
    position: relative;
    width: 376px;
    margin: 0 auto
}

.button-hero__item {
    position: relative;
    z-index: 1;
    width: 100%
}

.button-hero__description {
    padding: 20px
}

.button-hero__description:before {
    content: '';
    position: absolute;
    top: 27px;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fff;
    opacity: .2
}

@media (max-width: 767.98px) {
    .button-hero {
        width: 280px
    }

    .button-hero__item {
        padding: 0
    }

    .button-hero__description {
        padding: 10px
    }
}

.burger-button {
    position: relative;
    height: 32px;
    width: 42px;
    border: none;
    background: none;
    outline: none;
    cursor: pointer;
    padding: 0
}

.burger-button__inner {
    position: absolute;
    top: 14px;
    right: 50%;
    margin-right: -16px;
    display: block;
    background: #fff;
    height: 3px;
    width: 32px;
    -webkit-transition: background .3s;
    -moz-transition: background .3s;
    transition: background .3s
}

.burger-button__inner:before, .burger-button__inner:after {
    display: block;
    position: absolute;
    content: '';
    height: 3px;
    width: 32px;
    background: #fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s
}

.burger-button__inner:before {
    top: -10px
}

.burger-button__inner:after {
    bottom: -10px
}

.burger-button_opened .burger-button__inner {
    background: transparent
}

.burger-button_opened .burger-button__inner:before {
    top: -1px;
    right: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.burger-button_opened .burger-button__inner:after {
    top: -1px;
    right: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.visual {
    padding-bottom: 49%;
    position: relative;
    color: #fff;
    text-align: center
}

.visual__inner {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    background-image: url("/pics/visual.jpg");
    background-size: cover;
    background-position: center
}

.visual__header {
    flex: 0 0 auto;
    position: relative;
    overflow: hidden
}

.visual__header:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.01);
    backdrop-filter: blur(15px);
}

.visual__content {
    flex: 1 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-around
}

.visual__title {
    margin-bottom: 8px
}

@media (max-width: 1399px) {
    .visual__title {
        font-size: 66px;
        line-height: 89px
    }
}

@media (max-width: 1199.98px) {
    .visual {
        padding: 0
    }

    .visual__inner {
        position: static
    }

    .visual__title {
        margin-bottom: 20px
    }

    .visual__content-item:first-child {
        margin-bottom: 40px
    }
}

@media (max-width: 767.98px) {
    .visual__title {
        font-size: 32px;
        line-height: 38px
    }

    .visual__title:first-child {
        margin-top: 20px
    }
}

.tel {
    border: none;
    font-size: 48px;
    line-height: 48px
}

.tel__code {
    padding-right: 8px
}

@media (max-width: 767.98px) {
    .tel {
        font-size: 20px;
        line-height: 20px
    }
}

.locate {
    display: flex;
    align-items: center;
    justify-content: center
}

.locate__icon {
    margin-right: 5px
}

.gallery__item {
    display: block;
    position: relative;
    height: 522px;
    background-size: cover;
    background-position: center
}

.gallery__item:before {
    content: '';
    position: absolute;
    top: 30px;
    right: 30px;
    height: 20px;
    width: 20px;
    background-image: url("/pics/i/icon_resize.svg");
    background-size: contain;
    background-position: center
}

.gallery__additional-item {
    position: relative;
    height: 630px;
    background-size: cover;
    background-position: center
}

.gallery__additional-description {
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    opacity: 0;
    background: rgba(255, 255, 255, 0.8);
    padding: 30px;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    transition: opacity .3s
}

.gallery__additional:hover .gallery__additional-description {
    opacity: 1
}

.gallery__nav-item {
    height: 102px;
    background-size: cover;
    background-position: center;
    border: none;
    outline: none;
    opacity: .5;
    margin-top: 3px;
    padding: 0;
    font-family: "GillSans", Arial, Helvetica, sans-serif;
    font-size: 18px;
    cursor: pointer;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    transition: opacity .3s
}

.slick-current .gallery__nav-item {
    opacity: 1
}

@media (max-width: 991.98px) {
    .gallery__item {
        height: 488px
    }

    .gallery__nav-item {
        height: 86px
    }
}

@media (max-width: 767.98px) {
    .gallery__item {
        height: 186px
    }

    .gallery__nav-item {
        height: 36px
    }
}

.feature {
    display: flex
}

.feature__icon {
    margin: 12px 10px 0 0
}

.feature__value {
    font-size: 80px;
    line-height: 1em;
    margin-bottom: 10px
}

.feature__unit {
    font-size: 66px
}

.feature__key {
    text-transform: uppercase
}

@media (max-width: 991.98px) {
    .feature {
        margin: 0 auto;
        margin-bottom: 30px;
        width: 250px
    }

    .feature__value {
        font-size: 66px
    }

    .feature_last {
        margin-bottom: 0
    }
}

@media (max-width: 767.98px) {
    .feature_last {
        margin-bottom: 30px
    }

    .feature_last_xs {
        margin-bottom: 0
    }
}

.specification {
    display: flex;
    margin-bottom: 42px
}

.specification_last {
    margin: 0
}

.specification__icon {
    margin-right: 30px
}

.specification__icon_lg {
    margin-left: -11px
}

.specification__description {
    text-transform: uppercase
}

@media (max-width: 767.98px) {
    .specification {
        margin-bottom: 26px
    }
}

.payment {
    display: flex;
    margin-bottom: 42px
}

.payment__icon {
    display: flex;
    justify-content: center;
    margin-right: 21px;
    min-width: 120px
}

.payment__description {
    max-width: 360px
}

@media (max-width: 991.98px) {
    .payment__description {
        max-width: auto;
        max-width: unset
    }
}

@media (max-width: 767.98px) {
    .payment {
        display: block
    }

    .payment__icon {
        display: block;
        margin-bottom: 20px
    }
}

.scroll-top {
    position: fixed;
    right: 20px;
    bottom: 20%;
    display: none;
    height: 72px;
    width: 72px;
    outline: none;
    border: 1px solid rgba(0, 0, 0, 0.8);
    background: #fff;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    cursor: pointer
}

.scroll-top_active {
    display: block;
    opacity: .6
}

.scroll-top:hover {
    opacity: 1;
    border-color: #1A1E23
}

@media (max-width: 1199.98px) {
    .scroll-top {
        height: 60px;
        width: 60px
    }
}

@media (max-width: 991.98px) {
    .scroll-top_active {
        display: none
    }
}

.form-block {
    margin-top: -118px;
    padding-top: 202px
}

.form-block__inner {
    border: 1px solid #fff;
    padding: 90px 100px
}

.form-block__button {
    margin-top: 40px;
    padding: 0;
    width: 100%
}

@media (max-width: 1049px) {
    .form-block__inner {
        padding: 70px 80px
    }
}

@media (max-width: 1199.98px) {
    .form-block__inner {
        padding: 50px
    }

    .form-block__description {
        margin-bottom: 30px
    }

    .form-block__button {
        width: auto;
        padding: 0 20px
    }
}

@media (max-width: 991.98px) {
    .form-block {
        margin-top: -108px;
        padding: 162px 0 54px 0
    }

    .form-block__policy {
        max-width: 420px
    }
}

@media (max-width: 767.98px) {
    .form-block {
        margin-top: -54px;
        padding: 90px 0 54px 0
    }

    .form-block__inner {
        padding: 0;
        border: none
    }

    .form-block__button {
        margin-top: 30px
    }

    .form-block__policy {
        max-width: auto;
        max-width: unset
    }
}

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

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

.slick-list:focus {
    outline: none
}

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

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

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

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

.slick-track:after {
    clear: both
}

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

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

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

.slick-slide img {
    display: block
}

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

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

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

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

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

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

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap, .fancybox-skin, .fancybox-outer, .fancybox-inner, .fancybox-image, .fancybox-wrap iframe, .fancybox-wrap object, .fancybox-nav, .fancybox-nav span, .fancybox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 40
}

.fancybox-opened {
    z-index: 50
}

.fancybox-outer, .fancybox-inner {
    position: relative
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch
}

.fancybox-error {
    margin: 0;
    padding: 15px;
    white-space: nowrap
}

.fancybox-image, .fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%
}

.fancybox-close {
    z-index: 19;
    height: 32px;
    width: 32px;
    position: absolute;
    top: 30px;
    right: 30px;
    border: none;
    background-image: url("/pics/i/icon_close.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
    -webkit-transition: background 0.3s;
    -moz-transition: background 0.3s;
    transition: background 0.3s
}

.fancybox-nav {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50%;
    cursor: pointer;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
    z-index: 18;
    background-color: transparent
}

.fancybox-nav:hover {
    background: none
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    height: 13px;
    width: 81px;
    margin-top: -7px;
    cursor: pointer;
    z-index: 60
}

.fancybox-prev {
    left: -30px
}

.fancybox-prev span {
    left: 50px
}

.fancybox-prev:hover span {
    margin-left: -50px
}

.fancybox-next {
    right: -30px
}

.fancybox-next span {
    right: 50px
}

.fancybox-next:hover span {
    margin-right: -50px
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important
}

.fancybox-lock {
    overflow: hidden !important;
    width: auto
}

.fancybox-lock body {
    overflow: hidden !important
}

.fancybox-lock-test {
    overflow-y: hidden !important
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 30;
    background-color: rgba(0, 0, 0, 0.6)
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0
}

.fancybox-lock .fancybox-overlay {
    overflow: hidden;
    overflow-y: auto
}

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important
    }

    a, a:visited {
        text-decoration: underline
    }

    .page-header {
        display: none
    }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
        content: ""
    }

    pre, blockquote {
        border: 1px solid #999;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    tr, img {
        page-break-inside: avoid
    }

    img {
        max-width: 100% !important
    }

    @page {
        margin: 0.5cm
    }

    p, h2, h3 {
        orphans: 3;
        widows: 3
    }

    h2, h3 {
        page-break-after: avoid
    }
}

.header_breadcrumb__item {
    color: #fff;
    z-index: 999;
    font-size: 14px;
}

.header_breadcrumb .header_breadcrumb__item:first-child a {
    opacity: 0.7;
    margin-right: 20px;
    position: relative;
    padding-right: 20px;
    font-size: 14px;
    text-transform: initial;
}
.header_breadcrumb .header_breadcrumb__item:first-child a:after {
    content: '';
    background-image: url(/pics/i/bread.svg);
    width: 7px;
    height: 11px;
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
}

.breadcrumb__wrapper {
    padding: 0 4%;
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: nowrap;
}

.header_breadcrumb:after {
    content: '';
    height: 1px;
    left: 0;
    right: 0;
    top: 0;
    background: rgba(255, 255, 255, 0.1);
    width: 100%;
    display: block;
    position: absolute;
}