:root {
    --color-accent: #073325;
}

@media (max-width: 1440px) {
    .hidden-xxxl {
        display: none !important
    }
}

@media (max-width: 1366px) {
    .hidden-xxl {
        display: none !important
    }
}

@media (max-width: 1200px) {
    .hidden-xl {
        display: none !important
    }
}

@media (max-width: 991px) {
    .hidden-lg {
        display: none !important
    }
}

@media (max-width: 768px) {
    .hidden-md {
        display: none !important
    }
}

@media (max-width: 580px) {
    .hidden-sm {
        display: none !important
    }
}

@media (max-width: 480px) {
    .hidden-xs {
        display: none !important
    }
}

@media (min-width: 1367px) {
    .hidden-xxl-up {
        display: none !important
    }
}

@media (min-width: 1201px) {
    .hidden-xl-up {
        display: none !important
    }
}

@media (min-width: 992px) {
    .hidden-lg-up {
        display: none !important
    }
}

@media (min-width: 769px) {
    .hidden-md-up {
        display: none !important
    }
}

@media (min-width: 581px) {
    .hidden-sm-up {
        display: none !important
    }
}

@media (min-width: 481px) {
    .hidden-xs-up {
        display: none !important
    }
}

.divider {
    width: 100%;
    height: 1px;
    background: #dadada;
    margin-top: 10px;
    margin-bottom: 10px
}

.divider--short {
    width: 100px;
    height: 2px;
    background: #232323
}

.no-bg {
    background: none !important
}

.no-padding {
    padding: 0 !important
}

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

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

.full-width {
    width: 100%
}

.dflex {
    display: -webkit-box;
    display: flex
}

.ais {
    -webkit-box-align: start;
    align-items: flex-start
}

.f-wrap {
    flex-wrap: wrap
}

.overflow-hidden, .text--short {
    overflow: hidden
}

.text--short {
    white-space: nowrap;
    text-overflow: ellipsis
}

.align-center {
    text-align: center;
    width: 100%
}

.font-normal {
    font-weight: 400
}

.slide-toggle {
    -webkit-transition: .3s ease;
    transition: .3s ease;
    overflow: hidden;
    display: none
}

.relative {
    position: relative
}

.visually-hidden {
    position: absolute;
    clip: rect(0 0 0 0);
    width: 1px;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0
}

.color-primary {
    color: #073325
}

.color-secondary {
    color: #57a332
}

.color-white {
    color: #fff
}

.color-black {
    color: #232323
}

.color-grey {
    color: #a3a3a3
}

.color-dark-grey {
    color: #6f6f6f
}

.bg-white {
    background: #fff
}

.f-d-col {
    -webkit-box-orient: vertical;
    flex-direction: column
}

.f-d-col, .f-d-row {
    -webkit-box-direction: normal
}

.f-d-row {
    -webkit-box-orient: horizontal;
    flex-direction: row
}

.mb-10 {
    margin-bottom: 10px
}

.mb-20 {
    margin-bottom: 20px
}

.mb-30 {
    margin-bottom: 30px
}

.m-0 {
    margin: 0 !important
}

.ml-5 {
    margin-left: 5px
}

@media (max-width: 580px) {
    .ml-sm-0 {
        margin-left: 0
    }
}

.transform-none > * {
    -webkit-transform: none !important;
    transform: none !important
}

.min-w-none {
    min-width: 0
}

.pointer, .pointer * {
    cursor: pointer
}

.db {
    display: block
}

.no-events {
    pointer-events: none
}

html {
    box-sizing: border-box;
    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
}

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

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

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

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #232323;
    background-color: #fff
}

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

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

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

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

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

address {
    font-style: normal;
    line-height: inherit
}

address, dl, ol, ul {
    margin-bottom: 1rem
}

dl, ol, ul {
    margin-top: 0
}

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

dt {
    font-weight: 700
}

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

blockquote {
    margin: 0 0 1rem
}

dfn {
    font-style: italic
}

b, strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a:hover {
    text-decoration: none
}

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

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

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

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

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

figure {
    margin: 0 0 1rem
}

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

svg:not(:root) {
    overflow: hidden
}

[role=button], a, area, button, input, label, select, summary, textarea {
    touch-action: manipulation
}

table {
    border-collapse: collapse
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #868e96;
    caption-side: bottom
}

caption, th {
    text-align: left
}

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

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

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

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

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

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

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

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

textarea {
    overflow: auto;
    resize: vertical
}

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

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

progress {
    vertical-align: baseline
}

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

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

[type=search]::-webkit-search-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
}

template {
    display: none
}

[hidden] {
    display: none !important
}

.container {
    width: 100%;
    margin: 0 auto;
    padding: 0 5px;
    max-width: 960px
}

@media (max-width: 991px) {
    .container {
        max-width: 750px;
        padding: 0 15px
    }
}

.container--tiny {
    max-width: 640px
}

.row {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px
}

.row--no-gap > div[class*=col-] {
    padding-left: 0;
    padding-right: 0
}

.col-1 {
    width: 4.16667%
}

.col-1, .col-2 {
    padding-left: 5px;
    padding-right: 5px
}

.col-2 {
    width: 8.33333%
}

.col-3 {
    width: 12.5%
}

.col-3, .col-4 {
    padding-left: 5px;
    padding-right: 5px
}

.col-4 {
    width: 16.66667%
}

.col-5 {
    width: 20.83333%
}

.col-5, .col-6 {
    padding-left: 5px;
    padding-right: 5px
}

.col-6 {
    width: 25%
}

.col-7 {
    width: 29.16667%
}

.col-7, .col-8 {
    padding-left: 5px;
    padding-right: 5px
}

.col-8 {
    width: 33.33333%
}

.col-9 {
    width: 37.5%
}

.col-9, .col-10 {
    padding-left: 5px;
    padding-right: 5px
}

.col-10 {
    width: 41.66667%
}

.col-11 {
    width: 45.83333%
}

.col-11, .col-12 {
    padding-left: 5px;
    padding-right: 5px
}

.col-12 {
    width: 50%
}

.col-13 {
    width: 54.16667%
}

.col-13, .col-14 {
    padding-left: 5px;
    padding-right: 5px
}

.col-14 {
    width: 58.33333%
}

.col-15 {
    width: 62.5%
}

.col-15, .col-16 {
    padding-left: 5px;
    padding-right: 5px
}

.col-16 {
    width: 66.66667%
}

.col-17 {
    width: 70.83333%
}

.col-17, .col-18 {
    padding-left: 5px;
    padding-right: 5px
}

.col-18 {
    width: 75%
}

.col-19 {
    width: 79.16667%
}

.col-19, .col-20 {
    padding-left: 5px;
    padding-right: 5px
}

.col-20 {
    width: 83.33333%
}

.col-21 {
    width: 87.5%
}

.col-21, .col-22 {
    padding-left: 5px;
    padding-right: 5px
}

.col-22 {
    width: 91.66667%
}

.col-23 {
    width: 95.83333%
}

.col-23, .col-24 {
    padding-left: 5px;
    padding-right: 5px
}

.col-24 {
    width: 100%
}

@media (max-width: 1440px) {
    .col-xxxl-1 {
        width: 4.16667%
    }

    .col-xxxl-1, .col-xxxl-2 {
        padding-left: 5px;
        padding-right: 5px
    }

    .col-xxxl-2 {
        width: 8.33333%
    }

    .col-xxxl-3 {
        width: 12.5%
    }

    .col-xxxl-3, .col-xxxl-4 {
        padding-left: 5px;
        padding-right: 5px
    }

    .col-xxxl-4 {
        width: 16.66667%
    }

    .col-xxxl-5 {
        width: 20.83333%
    }

    .col-xxxl-5, .col-xxxl-6 {
        padding-left: 5px;
        padding-right: 5px
    }

    .col-xxxl-6 {
        width: 25%
    }

    .col-xxxl-7 {
        width: 29.16667%
    }

    .col-xxxl-7, .col-xxxl-8 {
        padding-left: 5px;
        padding-right: 5px
    }

    .col-xxxl-8 {
        width: 33.33333%
    }

    .col-xxxl-9 {
        width: 37.5%
    }

    .col-xxxl-9, .col-xxxl-10 {
        padding-left: 5px;
        padding-right: 5px
    }

    .col-xxxl-10 {
        width: 41.66667%
    }

    .col-xxxl-11 {
        width: 45.83333%
    }

    .col-xxxl-11, .col-xxxl-12 {
        padding-left: 5px;
        padding-right: 5px
    }

    .col-xxxl-12 {
        width: 50%
    }

    .col-xxxl-13 {
        width: 54.16667%
    }

    .col-xxxl-13, .col-xxxl-14 {
        padding-left: 5px;
        padding-right: 5px
    }

    .col-xxxl-14 {
        width: 58.33333%
    }

    .col-xxxl-15 {
        width: 62.5%
    }

    .col-xxxl-15, .col-xxxl-16 {
        padding-left: 5px;
        padding-right: 5px
    }

    .col-xxxl-16 {
        width: 66.66667%
    }

    .col-xxxl-17 {
        width: 70.83333%
    }

    .col-xxxl-17, .col-xxxl-18 {
        padding-left: 5px;
        padding-right: 5px
    }

    .col-xxxl-18 {
        width: 75%
    }

    .col-xxxl-19 {
        width: 79.16667%
    }

    .col-xxxl-19, .col-xxxl-20 {
        padding-left: 5px;
        padding-right: 5px
    }

    .col-xxxl-20 {
        width: 83.33333%
    }

    .col-xxxl-21 {
        width: 87.5%
    }

    .col-xxxl-21, .col-xxxl-22 {
        padding-left: 5px;
        padding-right: 5px
    }

    .col-xxxl-22 {
        width: 91.66667%
    }

    .col-xxxl-23 {
        width: 95.83333%
    }

    .col-xxxl-23, .col-xxxl-24 {
        padding-left: 5px;
        padding-right: 5px
    }

    .col-xxxl-24 {
        width: 100%
    }
}

@media (max-width: 1366px) {
    .col-xxl-1 {
        width: 4.16667%
    }

    .col-xxl-1, .col-xxl-2 {
        padding-left: 5px;
        padding-right: 5px
    }

    .col-xxl-2 {
        width: 8.33333%
    }

    .col-xxl-3 {
        width: 12.5%
    }

    .col-xxl-3, .col-xxl-4 {
        padding-left: 5px;
        padding-right: 5px
    }

    .col-xxl-4 {
        width: 16.66667%
    }

    .col-xxl-5 {
        width: 20.83333%
    }

    .col-xxl-5, .col-xxl-6 {
        padding-left: 5px;
        padding-right: 5px
    }

    .col-xxl-6 {
        width: 25%
    }

    .col-xxl-7 {
        width: 29.16667%
    }

    .col-xxl-7, .col-xxl-8 {
        padding-left: 5px;
        padding-right: 5px
    }

    .col-xxl-8 {
        width: 33.33333%
    }

    .col-xxl-9 {
        width: 37.5%
    }

    .col-xxl-9, .col-xxl-10 {
        padding-left: 5px;
        padding-right: 5px
    }

    .col-xxl-10 {
        width: 41.66667%
    }

    .col-xxl-11 {
        width: 45.83333%
    }

    .col-xxl-11, .col-xxl-12 {
        padding-left: 5px;
        padding-right: 5px
    }

    .col-xxl-12 {
        width: 50%
    }

    .col-xxl-13 {
        width: 54.16667%
    }

    .col-xxl-13, .col-xxl-14 {
        padding-left: 5px;
        padding-right: 5px
    }

    .col-xxl-14 {
        width: 58.33333%
    }

    .col-xxl-15 {
        width: 62.5%
    }

    .col-xxl-15, .col-xxl-16 {
        padding-left: 5px;
        padding-right: 5px
    }

    .col-xxl-16 {
        width: 66.66667%
    }

    .col-xxl-17 {
        width: 70.83333%
    }

    .col-xxl-17, .col-xxl-18 {
        padding-left: 5px;
        padding-right: 5px
    }

    .col-xxl-18 {
        width: 75%
    }

    .col-xxl-19 {
        width: 79.16667%
    }

    .col-xxl-19, .col-xxl-20 {
        padding-left: 5px;
        padding-right: 5px
    }

    .col-xxl-20 {
        width: 83.33333%
    }

    .col-xxl-21 {
        width: 87.5%
    }

    .col-xxl-21, .col-xxl-22 {
        padding-left: 5px;
        padding-right: 5px
    }

    .col-xxl-22 {
        width: 91.66667%
    }

    .col-xxl-23 {
        width: 95.83333%
    }

    .col-xxl-23, .col-xxl-24 {
        padding-left: 5px;
        padding-right: 5px
    }

    .col-xxl-24 {
        width: 100%
    }
}

@media (max-width: 1200px) {
    .col-xl-1 {
        width: 4.16667%
    }

    .col-xl-1, .col-xl-2 {
        padding-left: 5px;
        padding-right: 5px
    }

    .col-xl-2 {
        width: 8.33333%
    }

    .col-xl-3 {
        width: 12.5%
    }

    .col-xl-3, .col-xl-4 {
        padding-left: 5px;
        padding-right: 5px
    }

    .col-xl-4 {
        width: 16.66667%
    }

    .col-xl-5 {
        width: 20.83333%
    }

    .col-xl-5, .col-xl-6 {
        padding-left: 5px;
        padding-right: 5px
    }

    .col-xl-6 {
        width: 25%
    }

    .col-xl-7 {
        width: 29.16667%
    }

    .col-xl-7, .col-xl-8 {
        padding-left: 5px;
        padding-right: 5px
    }

    .col-xl-8 {
        width: 33.33333%
    }

    .col-xl-9 {
        width: 37.5%
    }

    .col-xl-9, .col-xl-10 {
        padding-left: 5px;
        padding-right: 5px
    }

    .col-xl-10 {
        width: 41.66667%
    }

    .col-xl-11 {
        width: 45.83333%
    }

    .col-xl-11, .col-xl-12 {
        padding-left: 5px;
        padding-right: 5px
    }

    .col-xl-12 {
        width: 50%
    }

    .col-xl-13 {
        width: 54.16667%
    }

    .col-xl-13, .col-xl-14 {
        padding-left: 5px;
        padding-right: 5px
    }

    .col-xl-14 {
        width: 58.33333%
    }

    .col-xl-15 {
        width: 62.5%
    }

    .col-xl-15, .col-xl-16 {
        padding-left: 5px;
        padding-right: 5px
    }

    .col-xl-16 {
        width: 66.66667%
    }

    .col-xl-17 {
        width: 70.83333%
    }

    .col-xl-17, .col-xl-18 {
        padding-left: 5px;
        padding-right: 5px
    }

    .col-xl-18 {
        width: 75%
    }

    .col-xl-19 {
        width: 79.16667%
    }

    .col-xl-19, .col-xl-20 {
        padding-left: 5px;
        padding-right: 5px
    }

    .col-xl-20 {
        width: 83.33333%
    }

    .col-xl-21 {
        width: 87.5%
    }

    .col-xl-21, .col-xl-22 {
        padding-left: 5px;
        padding-right: 5px
    }

    .col-xl-22 {
        width: 91.66667%
    }

    .col-xl-23 {
        width: 95.83333%
    }

    .col-xl-23, .col-xl-24 {
        padding-left: 5px;
        padding-right: 5px
    }

    .col-xl-24 {
        width: 100%
    }
}

@media (max-width: 991px) {
    .col-lg-1 {
        width: 4.16667%
    }

    .col-lg-1, .col-lg-2 {
        padding-left: 5px;
        padding-right: 5px
    }

    .col-lg-2 {
        width: 8.33333%
    }

    .col-lg-3 {
        width: 12.5%
    }

    .col-lg-3, .col-lg-4 {
        padding-left: 5px;
        padding-right: 5px
    }

    .col-lg-4 {
        width: 16.66667%
    }

    .col-lg-5 {
        width: 20.83333%
    }

    .col-lg-5, .col-lg-6 {
        padding-left: 5px;
        padding-right: 5px
    }

    .col-lg-6 {
        width: 25%
    }

    .col-lg-7 {
        width: 29.16667%
    }

    .col-lg-7, .col-lg-8 {
        padding-left: 5px;
        padding-right: 5px
    }

    .col-lg-8 {
        width: 33.33333%
    }

    .col-lg-9 {
        width: 37.5%
    }

    .col-lg-9, .col-lg-10 {
        padding-left: 5px;
        padding-right: 5px
    }

    .col-lg-10 {
        width: 41.66667%
    }

    .col-lg-11 {
        width: 45.83333%
    }

    .col-lg-11, .col-lg-12 {
        padding-left: 5px;
        padding-right: 5px
    }

    .col-lg-12 {
        width: 50%
    }

    .col-lg-13 {
        width: 54.16667%
    }

    .col-lg-13, .col-lg-14 {
        padding-left: 5px;
        padding-right: 5px
    }

    .col-lg-14 {
        width: 58.33333%
    }

    .col-lg-15 {
        width: 62.5%
    }

    .col-lg-15, .col-lg-16 {
        padding-left: 5px;
        padding-right: 5px
    }

    .col-lg-16 {
        width: 66.66667%
    }

    .col-lg-17 {
        width: 70.83333%
    }

    .col-lg-17, .col-lg-18 {
        padding-left: 5px;
        padding-right: 5px
    }

    .col-lg-18 {
        width: 75%
    }

    .col-lg-19 {
        width: 79.16667%
    }

    .col-lg-19, .col-lg-20 {
        padding-left: 5px;
        padding-right: 5px
    }

    .col-lg-20 {
        width: 83.33333%
    }

    .col-lg-21 {
        width: 87.5%
    }

    .col-lg-21, .col-lg-22 {
        padding-left: 5px;
        padding-right: 5px
    }

    .col-lg-22 {
        width: 91.66667%
    }

    .col-lg-23 {
        width: 95.83333%
    }

    .col-lg-23, .col-lg-24 {
        padding-left: 5px;
        padding-right: 5px
    }

    .col-lg-24 {
        width: 100%
    }
}

@media (max-width: 768px) {
    .col-md-1 {
        width: 4.16667%
    }

    .col-md-1, .col-md-2 {
        padding-left: 5px;
        padding-right: 5px
    }

    .col-md-2 {
        width: 8.33333%
    }

    .col-md-3 {
        width: 12.5%
    }

    .col-md-3, .col-md-4 {
        padding-left: 5px;
        padding-right: 5px
    }

    .col-md-4 {
        width: 16.66667%
    }

    .col-md-5 {
        width: 20.83333%
    }

    .col-md-5, .col-md-6 {
        padding-left: 5px;
        padding-right: 5px
    }

    .col-md-6 {
        width: 25%
    }

    .col-md-7 {
        width: 29.16667%
    }

    .col-md-7, .col-md-8 {
        padding-left: 5px;
        padding-right: 5px
    }

    .col-md-8 {
        width: 33.33333%
    }

    .col-md-9 {
        width: 37.5%
    }

    .col-md-9, .col-md-10 {
        padding-left: 5px;
        padding-right: 5px
    }

    .col-md-10 {
        width: 41.66667%
    }

    .col-md-11 {
        width: 45.83333%
    }

    .col-md-11, .col-md-12 {
        padding-left: 5px;
        padding-right: 5px
    }

    .col-md-12 {
        width: 50%
    }

    .col-md-13 {
        width: 54.16667%
    }

    .col-md-13, .col-md-14 {
        padding-left: 5px;
        padding-right: 5px
    }

    .col-md-14 {
        width: 58.33333%
    }

    .col-md-15 {
        width: 62.5%
    }

    .col-md-15, .col-md-16 {
        padding-left: 5px;
        padding-right: 5px
    }

    .col-md-16 {
        width: 66.66667%
    }

    .col-md-17 {
        width: 70.83333%
    }

    .col-md-17, .col-md-18 {
        padding-left: 5px;
        padding-right: 5px
    }

    .col-md-18 {
        width: 75%
    }

    .col-md-19 {
        width: 79.16667%
    }

    .col-md-19, .col-md-20 {
        padding-left: 5px;
        padding-right: 5px
    }

    .col-md-20 {
        width: 83.33333%
    }

    .col-md-21 {
        width: 87.5%
    }

    .col-md-21, .col-md-22 {
        padding-left: 5px;
        padding-right: 5px
    }

    .col-md-22 {
        width: 91.66667%
    }

    .col-md-23 {
        width: 95.83333%
    }

    .col-md-23, .col-md-24 {
        padding-left: 5px;
        padding-right: 5px
    }

    .col-md-24 {
        width: 100%
    }
}

@media (max-width: 580px) {
    .col-sm-1 {
        width: 4.16667%
    }

    .col-sm-1, .col-sm-2 {
        padding-left: 5px;
        padding-right: 5px
    }

    .col-sm-2 {
        width: 8.33333%
    }

    .col-sm-3 {
        width: 12.5%
    }

    .col-sm-3, .col-sm-4 {
        padding-left: 5px;
        padding-right: 5px
    }

    .col-sm-4 {
        width: 16.66667%
    }

    .col-sm-5 {
        width: 20.83333%
    }

    .col-sm-5, .col-sm-6 {
        padding-left: 5px;
        padding-right: 5px
    }

    .col-sm-6 {
        width: 25%
    }

    .col-sm-7 {
        width: 29.16667%
    }

    .col-sm-7, .col-sm-8 {
        padding-left: 5px;
        padding-right: 5px
    }

    .col-sm-8 {
        width: 33.33333%
    }

    .col-sm-9 {
        width: 37.5%
    }

    .col-sm-9, .col-sm-10 {
        padding-left: 5px;
        padding-right: 5px
    }

    .col-sm-10 {
        width: 41.66667%
    }

    .col-sm-11 {
        width: 45.83333%
    }

    .col-sm-11, .col-sm-12 {
        padding-left: 5px;
        padding-right: 5px
    }

    .col-sm-12 {
        width: 50%
    }

    .col-sm-13 {
        width: 54.16667%
    }

    .col-sm-13, .col-sm-14 {
        padding-left: 5px;
        padding-right: 5px
    }

    .col-sm-14 {
        width: 58.33333%
    }

    .col-sm-15 {
        width: 62.5%
    }

    .col-sm-15, .col-sm-16 {
        padding-left: 5px;
        padding-right: 5px
    }

    .col-sm-16 {
        width: 66.66667%
    }

    .col-sm-17 {
        width: 70.83333%
    }

    .col-sm-17, .col-sm-18 {
        padding-left: 5px;
        padding-right: 5px
    }

    .col-sm-18 {
        width: 75%
    }

    .col-sm-19 {
        width: 79.16667%
    }

    .col-sm-19, .col-sm-20 {
        padding-left: 5px;
        padding-right: 5px
    }

    .col-sm-20 {
        width: 83.33333%
    }

    .col-sm-21 {
        width: 87.5%
    }

    .col-sm-21, .col-sm-22 {
        padding-left: 5px;
        padding-right: 5px
    }

    .col-sm-22 {
        width: 91.66667%
    }

    .col-sm-23 {
        width: 95.83333%
    }

    .col-sm-23, .col-sm-24 {
        padding-left: 5px;
        padding-right: 5px
    }

    .col-sm-24 {
        width: 100%
    }
}

@media (max-width: 480px) {
    .col-xs-1 {
        width: 4.16667%
    }

    .col-xs-1, .col-xs-2 {
        padding-left: 5px;
        padding-right: 5px
    }

    .col-xs-2 {
        width: 8.33333%
    }

    .col-xs-3 {
        width: 12.5%
    }

    .col-xs-3, .col-xs-4 {
        padding-left: 5px;
        padding-right: 5px
    }

    .col-xs-4 {
        width: 16.66667%
    }

    .col-xs-5 {
        width: 20.83333%
    }

    .col-xs-5, .col-xs-6 {
        padding-left: 5px;
        padding-right: 5px
    }

    .col-xs-6 {
        width: 25%
    }

    .col-xs-7 {
        width: 29.16667%
    }

    .col-xs-7, .col-xs-8 {
        padding-left: 5px;
        padding-right: 5px
    }

    .col-xs-8 {
        width: 33.33333%
    }

    .col-xs-9 {
        width: 37.5%
    }

    .col-xs-9, .col-xs-10 {
        padding-left: 5px;
        padding-right: 5px
    }

    .col-xs-10 {
        width: 41.66667%
    }

    .col-xs-11 {
        width: 45.83333%
    }

    .col-xs-11, .col-xs-12 {
        padding-left: 5px;
        padding-right: 5px
    }

    .col-xs-12 {
        width: 50%
    }

    .col-xs-13 {
        width: 54.16667%
    }

    .col-xs-13, .col-xs-14 {
        padding-left: 5px;
        padding-right: 5px
    }

    .col-xs-14 {
        width: 58.33333%
    }

    .col-xs-15 {
        width: 62.5%
    }

    .col-xs-15, .col-xs-16 {
        padding-left: 5px;
        padding-right: 5px
    }

    .col-xs-16 {
        width: 66.66667%
    }

    .col-xs-17 {
        width: 70.83333%
    }

    .col-xs-17, .col-xs-18 {
        padding-left: 5px;
        padding-right: 5px
    }

    .col-xs-18 {
        width: 75%
    }

    .col-xs-19 {
        width: 79.16667%
    }

    .col-xs-19, .col-xs-20 {
        padding-left: 5px;
        padding-right: 5px
    }

    .col-xs-20 {
        width: 83.33333%
    }

    .col-xs-21 {
        width: 87.5%
    }

    .col-xs-21, .col-xs-22 {
        padding-left: 5px;
        padding-right: 5px
    }

    .col-xs-22 {
        width: 91.66667%
    }

    .col-xs-23 {
        width: 95.83333%
    }

    .col-xs-23, .col-xs-24 {
        padding-left: 5px;
        padding-right: 5px
    }

    .col-xs-24 {
        width: 100%
    }
}

@font-face {
    font-family: Open Sans;
    src: url(../assets/fonts/OpenSans-Light.ttf) format("truetype"), url(../assets/fonts/OpenSans-Light.woff) format("woff"), url(../assets/fonts/OpenSans-Light.woff2) format("woff2");
    font-weight: 300;
    font-display: swap
}

@font-face {
    font-family: Open Sans;
    src: url(../assets/fonts/OpenSans-Regular.ttf) format("truetype"), url(../assets/fonts/OpenSans-Regular.woff) format("woff"), url(../assets/fonts/OpenSans-Regular.woff2) format("woff2");
    font-weight: 400;
    font-display: swap
}

@font-face {
    font-family: Open Sans;
    src: url(../assets/fonts/OpenSans-Bold.ttf) format("truetype"), url(../assets/fonts/OpenSans-Bold.woff) format("woff"), url(../assets/fonts/OpenSans-Bold.woff2) format("woff2");
    font-weight: 600;
    font-display: swap
}

@font-face {
    font-family: Open Sans;
    src: url(../assets/fonts/OpenSans-Bold.ttf) format("truetype"), url(../assets/fonts/OpenSans-Bold.woff) format("woff"), url(../assets/fonts/OpenSans-Bold.woff2) format("woff2");
    font-weight: 700;
    font-display: swap
}

.title {
    font-size: 24px
}

.title:after {
    content: "";
    display: inline-block;
    width: 26px;
    height: 14px;
    mask-image: url(../assets/img/decor.svg);
    background: currentColor;
}

.title--inverse:after {
    display: none
}

.title--inverse:before {
    content: "";
    display: inline-block;
    width: 26px;
    height: 14px;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    mask-image: url(../assets/img/decor.svg);
    background: currentColor;
}

.title.decor--top:after {
    display: none
}

.title.decor--top:before {
    content: "";
    display: inline-block;
    width: 26px;
    height: 14px;
    background-image: url(../assets/img/decor.svg);
    background: currentColor;
}

.title.no-decor:after, .title.no-decor:before {
    display: none
}

p {
    font-size: 15px;
    line-height: 20px
}

p:last-child {
    margin-bottom: 0
}

a {
    font-size: 12px;
    line-height: 16px;
    color: inherit;
    display: inline-block;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

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

@media (max-width: 768px) {
    ul {
        font-size: 14px;
        line-height: 1.6;
        font-weight: 400
    }
}

.static {
    max-width: 100%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    width: 100%
}

.static img:not(.static__gallery-img) {
    width: auto
}

.static h1, .static h2, .static h3, .static h4, .static h5, .static h6 {
    margin-bottom: 13px;
    color: #073325;
    font-weight: 500;
    position: relative;
    padding-left: 42px
}

.static h1:before, .static h2:before, .static h3:before, .static h4:before, .static h5:before, .static h6:before {
    content: "";
    display: block;
    position: absolute;
    width: 26px;
    height: 14px;
    mask-image: url(../assets/img/decor.svg);
    top: 50%;
    left: 0;
    background: currentColor;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.static h1, .static h2 {
    font-size: 28px;
    line-height: 39px
}

.static h3 {
    font-size: 24px;
    line-height: 36px
}

.static h4 {
    font-size: 20px;
    line-height: 30px
}

.static h5 {
    font-size: 18px;
    line-height: 25px
}

.static p {
    margin: 0;
    padding-bottom: 20px
}

.static a:not([target=_blank]):not(.btn) {
    -webkit-transition: .3s ease;
    transition: .3s ease;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    font-size: 12px;
    line-height: 16px;
    color: inherit;
    position: relative;
    display: inline-block;
    text-decoration: none;
    padding: 0 .2em;
    font-size: 14px;
    line-height: 26px
}

.static a:not([target=_blank]):not(.btn):after {
    content: "";
    display: block;
    position: absolute;
    bottom: 2px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #073325
}

.static a:not([target=_blank]):not(.btn):hover {
    background-color: transparent
}

.static a[target=_blank] {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    font-size: 15px;
    line-height: 20px;
    width: 100%;
    padding: 15px 20px;
    border-top: 1px solid #dadada
}

.static a[target=_blank]:last-child {
    border-bottom: 1px solid #dadada
}

.static i {
    font-size: 12px;
    line-height: 19px;
    display: block;
    margin-top: 20px;
    margin-bottom: 0;
    color: #6f6f6f;
    opacity: .5;
    text-align: center
}

.static ul {
    font-size: 15px;
    line-height: 20px;
    padding-left: 45px;
    list-style-type: none
}

.static ul li {
    position: relative;
    font-size: 14px;
    line-height: 26px;
    padding-left: 25px
}

.static ul li + li {
    margin-top: 6px
}

.static ul li:before {
    content: "";
    display: block;
    position: absolute;
    width: 8px;
    height: 8px;
    left: 0;
    top: 8px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #073325;
    border: 1px solid #073325
}

.static ul li ul {
    padding-left: 5px
}

.static ul li li {
    margin-top: 6px
}

.static ul li li:before {
    background-color: transparent
}

@media (max-width: 580px) {
    .static ul {
        padding-left: 12px
    }

    .static ul li {
        padding-left: 20px
    }
}

.static ol {
    font-size: 15px;
    line-height: 20px;
    padding-left: 45px;
    counter-reset: item
}

.static ol li {
    display: block;
    padding-left: 25px;
    position: relative
}

.static ol li + li {
    margin-top: 18px
}

.static ol li:before {
    content: counters(item, ".") ". ";
    counter-increment: item;
    position: absolute;
    color: #073325;
    left: 0;
    top: 0;
    font-weight: 700
}

.static ol li li {
    margin-top: 18px;
    padding-left: 40px
}

.static ol li li:before {
    font-weight: 400
}

@media (max-width: 580px) {
    .static ol {
        padding-left: 12px
    }

    .static ol li {
        padding-left: 20px
    }
}

.static blockquote {
    position: relative;
    padding-top: 9px;
    padding-bottom: 9px;
    padding-left: 25px;
    font-size: 12px;
    line-height: 18px;
    color: #6f6f6f;
    margin-top: 10px;
    margin-bottom: 20px
}

.static blockquote:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 5px;
    height: 100%;
    background-color: #dadada;
    z-index: 1
}

.static .video-container__wrapper {
    background: #f8f8f8;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 60px 0;
    width: 100vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-bottom: 30px
}

.static .btn.video-container, .static .video-container, .static .video-container__wrapper {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    position: relative
}

.static .btn.video-container, .static .video-container {
    margin: 0 auto;
    -webkit-box-pack: center;
    justify-content: center;
    overflow: hidden;
    width: 100%;
    border: none
}

.static .btn.video-container:before, .static .video-container:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: none;
    transform: none;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .3);
    z-index: 1
}

.static .video-container {
    height: 490px
}

@media (max-width: 768px) {
    .static .video-container img:not(.icon) {
        height: 100%;
        width: auto;
        -o-object-fit: cover;
        object-fit: cover
    }
}

@media (max-width: 480px) {
    .static .video-container {
        height: 380px
    }

    .static .video-container .video-container__text-block {
        padding: 25px
    }
}

.static .video-container:hover img:not(.icon) {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition-duration: .8s;
    transition-duration: .8s
}

.static .video-container img:not(.icon) {
    width: 100%;
    height: 100%;
    -webkit-transition-duration: .2s;
    transition-duration: .2s
}

.static .video-container__label {
    color: #a3a3a3;
    display: inline-block;
    font-style: italic
}

.static .video-container__text-block {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-transform: none;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 500px;
    max-width: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
    background-color: hsla(0, 0%, 85.5%, .9);
    padding: 35px 58px;
    z-index: 1;
    font-weight: 400
}

.static .video-container__text-block .icon {
    margin-bottom: 20px
}

@media (max-width: 768px) {
    .static .video-container__text-block {
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        -webkit-transform: none;
        transform: none
    }
}

.static .video-container__text {
    color: #232323;
    padding-bottom: 0;
    font-size: 12px;
    line-height: 18px;
    opacity: .5
}

.static .video-container__title {
    color: #fff;
    padding: 0;
    margin-bottom: 15px
}

.static .video-container__title:before {
    display: none
}

.static .clearfix {
    margin-bottom: 20px
}

.static .clearfix i {
    margin-top: 5px;
    margin-bottom: 0
}

.static .clearfix .clearfix-img[style="float: left; margin-right: 13px;"], .static .clearfix .clearfix-img[style="float: right; margin-left: 13px;"] {
    width: calc(50% - 7px)
}

@media (max-width: 991px) {
    .static .clearfix .clearfix-img[style="float: left; margin-right: 13px;"], .static .clearfix .clearfix-img[style="float: right; margin-left: 13px;"] {
        width: 100%;
        float: none !important;
        max-height: 600px;
        margin-bottom: 20px
    }

    .static .clearfix .clearfix-img[style="float: left; margin-right: 13px;"] img, .static .clearfix .clearfix-img[style="float: right; margin-left: 13px;"] img {
        display: block;
        -o-object-fit: cover;
        -o-object-position: center;
        width: auto;
        height: 100%;
        object-fit: cover;
        object-position: center;
        margin: 0 auto
    }
}

@media (max-width: 580px) {
    .static .clearfix .clearfix-img[style="float: left; margin-right: 13px;"] img, .static .clearfix .clearfix-img[style="float: right; margin-left: 13px;"] img {
        width: 100%
    }
}

.static .static-heading h1, .static .static-heading h2, .static .static-heading h3, .static .static-heading h4, .static .static-heading h5, .static .static-heading h6 {
    display: inline-block
}

.static .static__table {
    width: 100%;
    position: relative;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

.static .static__table--tiny {
    overflow-x: visible;
    overflow-y: visible
}

@media (max-width: 991px) {
    .static .static__table--tiny table {
        width: 100%;
        min-width: 0
    }
}

.static table {
    width: 100%;
    position: relative;
    font-size: 12px;
    line-height: 18px;
    margin: 0 auto 15px
}

.static table tbody {
    display: table;
    width: 100%
}

.static table caption {
    align: bottom;
    text-align: center;
    padding: 10px
}

.static table td, .static table th, .static table tr {
    border-collapse: collapse;
    border: none
}

.static table caption {
    font-style: italic
}

.static table td, .static table th {
    border-collapse: collapse
}

.static table tr {
    background-color: transparent;
    color: #6f6f6f
}

.static table th {
    padding: 9px 20px 11px;
    background-color: #073325;
    color: #fff;
    border: 1px solid #073325
}

@media (max-width: 580px) {
    .static table th {
        padding: 9px
    }
}

.static table tr:nth-child(2n) {
    background-color: hsla(0, 0%, 97.3%, .5)
}

.static table tr:nth-child(odd) {
    background-color: hsla(0, 0%, 85.5%, .5)
}

.static table td {
    padding: 10px 20px;
    border: 1px solid #dadada
}

@media (max-width: 580px) {
    .static table td {
        padding: 9px
    }
}

.static table p {
    font-size: inherit;
    padding-bottom: 0
}

.static table table {
    margin: -1px;
    height: calc(100% + 2px);
    width: calc(100% + 2px);
    line-height: 20px
}

.static table table tr:nth-child(odd) {
    background-color: transparent
}

.static table table tr:nth-child(2n) {
    background-color: transparent
}

.static table table td {
    padding: 0 20px
}

.static table code, .static table pre {
    background: #eee;
    padding-left: 5px;
    padding-right: 5px
}

@media (max-width: 991px) {
    .static table {
        width: 960px
    }
}

.static .static__td-wrapper {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center
}

.static .static__td-wrapper > * {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center
}

.static .static__td-wrapper .icon {
    width: auto
}

.static .static__td-wrapper .static__td-left .icon {
    margin-right: 5px
}

.static .clearfix:after {
    content: "";
    display: table;
    clear: both
}

.static .static__btn .btn {
    padding: 15px 24px
}

.static .static__gallery {
    height: 180px;
    padding-top: 15px;
    position: relative;
    margin-bottom: 30px
}

.static .static__gallery .swiper-container {
    height: 100%
}

.static .static__gallery .swiper-container img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.static .static__gallery .modal .swiper-container img {
    height: auto
}

@media (max-width: 580px) {
    .static .static__gallery {
        height: 300px;
        width: calc(100% + 10px);
        margin-left: -5px
    }
}

.static .static__gallery-img-wrapper {
    height: 100%
}

.static .static__gallery-btn {
    -webkit-transition: .3s ease;
    transition: .3s ease;
    background: transparent;
    padding: 0;
    cursor: pointer;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 50px;
    height: 100px;
    overflow: hidden;
    z-index: 1;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center
}

.static .static__gallery-btn .icon {
    position: relative
}

.static .static__gallery-btn:before {
    content: "";
    display: block;
    position: absolute;
    width: 100px;
    height: 100px;
    top: 0;
    border: 50px solid transparent
}

.static .static__gallery-btn-prev, .static .static__modal-gallery-btn-prev {
    left: 0
}

.static .static__gallery-btn-prev .icon, .static .static__modal-gallery-btn-prev .icon {
    margin-left: 8px;
    margin-right: auto
}

.static .static__gallery-btn-prev:before, .static .static__modal-gallery-btn-prev:before {
    left: 50%;
    -webkit-transform: translateX(-25%);
    transform: translateX(-25%);
    border-left-color: #fff
}

.static .static__gallery-btn-prev.swiper-button-disabled:before, .static .static__modal-gallery-btn-prev.swiper-button-disabled:before {
    border-left-color: hsla(0, 0%, 100%, .5)
}

.static .static__gallery-btn-next, .static .static__modal-gallery-btn-prev {
    right: 0
}

.static .static__gallery-btn-next .icon, .static .static__modal-gallery-btn-prev .icon {
    margin-right: 8px;
    margin-left: auto;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.static .static__gallery-btn-next:before, .static .static__modal-gallery-btn-prev:before {
    right: 50%;
    -webkit-transform: translateX(25%);
    transform: translateX(25%);
    border-right-color: #fff
}

.static .static__gallery-btn-next.swiper-button-disabled:before, .static .static__modal-gallery-btn-prev.swiper-button-disabled:before {
    border-right-color: hsla(0, 0%, 100%, .5)
}

.static__table {
    width: 100%;
    position: relative
}

@media (max-width: 991px) {
    .static__table {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
}

table {
    width: 100%;
    position: relative;
    font-size: 12px;
    line-height: 18px;
    margin: 0 auto 15px
}

table tbody {
    display: table;
    width: 100%
}

table caption {
    align: bottom;
    text-align: center;
    padding: 10px
}

table td, table th, table tr {
    border-collapse: collapse;
    border: none
}

table caption {
    font-style: italic
}

table td, table th {
    border-collapse: collapse
}

table tr {
    background-color: transparent;
    color: #6f6f6f
}

table th {
    padding: 9px 20px 11px;
    background-color: #073325;
    color: #fff;
    border: 1px solid #073325
}

table tr:nth-child(2n) {
    background-color: hsla(0, 0%, 97.3%, .5)
}

table tr:nth-child(odd) {
    background-color: transparent
}

table td {
    padding: 10px 20px;
    border: 1px solid #dadada
}

table table {
    margin: -1px;
    height: calc(100% + 2px);
    width: calc(100% + 2px);
    line-height: 20px
}

table table tr:nth-child(odd) {
    background-color: transparent
}

table table tr:nth-child(2n) {
    background-color: transparent
}

table table td {
    padding: 0 20px
}

table code, table pre {
    background: #eee;
    padding-left: 5px;
    padding-right: 5px
}

@media (max-width: 991px) {
    table {
        width: 740px
    }
}

.title--xxl {
    font-size: 40px;
    line-height: 1.5;
    font-weight: 500
}

@media (max-width: 1366px) {
    .title--xxl {
        font-size: 34px
    }
}

@media (max-width: 580px) {
    .title--xxl {
        font-size: 28px
    }
}

.title--xxl:after {
    content: "";
    display: inline-block;
    margin-top: 15px;
    width: 26px;
    height: 14px;
    background-image: url(../assets/img/decor.svg);
    background: currentColor;
}

.title--xxl.decor--top:after {
    display: none
}

.title--xxl.decor--top:before {
    content: "";
    display: inline-block;
    width: 26px;
    height: 14px;
    background-image: url(../assets/img/decor.svg);
    background: currentColor;
}

.title--xxl.no-decor:after, .title--xxl.no-decor:before {
    display: none
}

.title--xl {
    font-size: 28px;
    line-height: 1.5;
    font-weight: 500
}

@media (max-width: 1366px) {
    .title--xl {
        font-size: 24px
    }
}

@media (max-width: 580px) {
    .title--xl {
        font-size: 26px
    }
}

.title--xl:after {
    content: "";
    display: inline-block;
    margin-top: 15px;
    width: 26px;
    height: 14px;
    mask-image: url(../assets/img/decor.svg);
    background: currentColor;
}

.title--xl.decor--top:after {
    display: none
}

.title--xl.decor--top:before {
    content: "";
    display: inline-block;
    width: 26px;
    height: 14px;
    background-image: url(../assets/img/decor.svg);
    background: currentColor;
}

.title--xl.no-decor:after, .title--xl.no-decor:before {
    display: none
}

.title--xlg {
    font-size: 24px;
    line-height: 1.5;
    font-weight: 500
}

@media (max-width: 1366px) {
    .title--xlg {
        font-size: 20px
    }
}

@media (max-width: 580px) {
    .title--xlg {
        font-size: 24px
    }
}

.title--xlg:after {
    content: "";
    display: inline-block;
    margin-top: 15px;
    width: 26px;
    height: 14px;
    background-image: url(../assets/img/decor.svg);
    background: currentColor;
}

.title--xlg.decor--top:after {
    display: none
}

.title--xlg.decor--top:before {
    content: "";
    display: inline-block;
    width: 26px;
    height: 14px;
    background-image: url(../assets/img/decor.svg);
    background: currentColor;
}

.title--xlg.no-decor:after, .title--xlg.no-decor:before {
    display: none
}

.title--lg {
    font-size: 20px;
    line-height: 1.5;
    font-weight: 500
}

@media (max-width: 1366px) {
    .title--lg {
        font-size: 17px
    }
}

@media (max-width: 580px) {
    .title--lg {
        font-size: 22px
    }
}

.title--lg:after {
    content: "";
    display: inline-block;
    margin-top: 15px;
    width: 26px;
    height: 14px;
    mask-image: url(../assets/img/decor.svg);
    background: currentColor;
}

.title--lg.decor--top:after {
    display: none
}

.title--lg.decor--top:before {
    content: "";
    display: inline-block;
    width: 26px;
    height: 14px;
    background-image: url(../assets/img/decor.svg);
    background: currentColor;
}

.title--lg.no-decor:after, .title--lg.no-decor:before {
    display: none
}

.title--md {
    font-size: 18px;
    line-height: 1.5;
    font-weight: 500
}

@media (max-width: 1366px) {
    .title--md {
        font-size: 16px
    }
}

.title--md:after {
    content: "";
    display: inline-block;
    margin-top: 15px;
    width: 26px;
    height: 14px;
    background-image: url(../assets/img/decor.svg);
    background: currentColor;
}

.title--md.decor--top:after {
    display: none
}

.title--md.decor--top:before {
    content: "";
    display: inline-block;
    width: 26px;
    height: 14px;
    background-image: url(../assets/img/decor.svg);
    background: currentColor;
}

.title--md.no-decor:after, .title--md.no-decor:before {
    display: none
}

.title--sm {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500
}

.title--sm:after {
    content: "";
    display: inline-block;
    margin-top: 15px;
    width: 26px;
    height: 14px;
    background-image: url(../assets/img/decor.svg);
    background: currentColor;
}

.title--sm.decor--top:after {
    display: none
}

.title--sm.decor--top:before {
    content: "";
    display: inline-block;
    width: 26px;
    height: 14px;
    mask-image: url(../assets/img/decor.svg);
    background: var(--color-accent);
}

.title--sm.no-decor:after, .title--sm.no-decor:before {
    display: none
}

.text--sm {
    font-size: .75rem
}

.text--lg {
    font-size: 1.5rem
}

.text--inherit {
    font-size: inherit;
    line-height: inherit
}

.align--center {
    text-align: center
}

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

.align--right {
    text-align: right
}

@media (max-width: 1440px) {
    .align--center-xxxl {
        text-align: center
    }
}

@media (max-width: 1440px) {
    .align--left-xxxl {
        text-align: left
    }
}

@media (max-width: 1440px) {
    .align--right-xxxl {
        text-align: right
    }
}

@media (max-width: 1366px) {
    .align--center-xxl {
        text-align: center
    }
}

@media (max-width: 1366px) {
    .align--left-xxl {
        text-align: left
    }
}

@media (max-width: 1366px) {
    .align--right-xxl {
        text-align: right
    }
}

@media (max-width: 1200px) {
    .align--center-xl {
        text-align: center
    }
}

@media (max-width: 1200px) {
    .align--left-xl {
        text-align: left
    }
}

@media (max-width: 1200px) {
    .align--right-xl {
        text-align: right
    }
}

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

@media (max-width: 991px) {
    .align--left-lg {
        text-align: left
    }
}

@media (max-width: 991px) {
    .align--right-lg {
        text-align: right
    }
}

@media (max-width: 768px) {
    .align--center-md {
        text-align: center
    }
}

@media (max-width: 768px) {
    .align--left-md {
        text-align: left
    }
}

@media (max-width: 768px) {
    .align--right-md {
        text-align: right
    }
}

@media (max-width: 580px) {
    .align--center-sm {
        text-align: center
    }
}

@media (max-width: 580px) {
    .align--left-sm {
        text-align: left
    }
}

@media (max-width: 580px) {
    .align--right-sm {
        text-align: right
    }
}

@media (max-width: 480px) {
    .align--center-xs {
        text-align: center
    }
}

@media (max-width: 480px) {
    .align--left-xs {
        text-align: left
    }
}

@media (max-width: 480px) {
    .align--right-xs {
        text-align: right
    }
}

@media (min-width: 1367px) {
    .text--center-xxl-up {
        text-align: center
    }
}

@media (min-width: 1367px) {
    .text--left-xxl-up {
        text-align: left
    }
}

@media (min-width: 1367px) {
    .text--right-xxl-up {
        text-align: right
    }
}

@media (min-width: 1201px) {
    .text--center-xl-up {
        text-align: center
    }
}

@media (min-width: 1201px) {
    .text--left-xl-up {
        text-align: left
    }
}

@media (min-width: 1201px) {
    .text--right-xl-up {
        text-align: right
    }
}

@media (min-width: 992px) {
    .text--center-lg-up {
        text-align: center
    }
}

@media (min-width: 992px) {
    .text--left-lg-up {
        text-align: left
    }
}

@media (min-width: 992px) {
    .text--right-lg-up {
        text-align: right
    }
}

@media (min-width: 769px) {
    .text--center-md-up {
        text-align: center
    }
}

@media (min-width: 769px) {
    .text--left-md-up {
        text-align: left
    }
}

@media (min-width: 769px) {
    .text--right-md-up {
        text-align: right
    }
}

@media (min-width: 581px) {
    .text--center-sm-up {
        text-align: center
    }
}

@media (min-width: 581px) {
    .text--left-sm-up {
        text-align: left
    }
}

@media (min-width: 581px) {
    .text--right-sm-up {
        text-align: right
    }
}

@media (min-width: 481px) {
    .text--center-xs-up {
        text-align: center
    }
}

@media (min-width: 481px) {
    .text--left-xs-up {
        text-align: left
    }
}

@media (min-width: 481px) {
    .text--right-xs-up {
        text-align: right
    }
}

* {
    box-sizing: border-box
}

body, html {
    min-height: 100vh;
    margin: 0;
    font-family: Open Sans;
    font-weight: 400;
    background-color: #f8f8f8
}

body {
    display: -webkit-box;
    display: flex;
    display: -ms-flexbox;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    line-height: 1;
    text-rendering: optimizeLegibility;
    -webkit-text-decoration-skip: objects;
    text-decoration-skip: objects;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: transparent
}

body::-webkit-scrollbar {
    background-color: rgba(0, 0, 0, .1);
    border: 1px solid #eee;
    width: 12px
}

body::-webkit-scrollbar-thumb {
    background-color: #afafaf;
    border-radius: 15px;
    border: 2px solid #eee
}

body::-webkit-scrollbar-button {
    display: none
}

body.overflow-hidden {
    height: 100%
}

main {
    -webkit-box-flex: 1;
    flex-grow: 1
}

main.overflow-hidden {
    overflow: hidden;
    max-height: 100vh
}

main > :first-child:not(.hero):not(.redirect) {
    padding-top: 135px
}

main > :first-child:not(.hero):not(.redirect) > .breadscrumbs {
    top: 120px
}

@media (max-width: 580px) {
    main > :first-child:not(.hero):not(.redirect) {
        padding-top: 100px
    }
}

@media (max-width: 768px) {
    main * {
        pointer-events: all
    }
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 400
}

img {
    width: 100%
}

ol, ul {
    padding-left: 0
}

ol {
    list-style-type: none;
    counter-reset: item;
    font-size: 14px
}

ol li {
    position: relative;
    padding-left: 15px
}

ol li + li {
    margin-top: 20px
}

ol li:before {
    content: counters(item, ".") ". ";
    counter-increment: item;
    position: absolute;
    color: #073325;
    left: 0;
    top: 0;
    font-weight: 700
}

.decorated {
    position: relative
}

.decorated:before {
    content: "";
    display: block;
    position: absolute;
    width: 26px;
    height: 14px;
    background-image: url(../assets/img/decor.svg);
    background: currentColor;
}

.decorated--bottom-left {
    padding-bottom: 26px
}

.decorated--bottom-left:before {
    bottom: 0;
    left: 0
}

.decorated--bottom-center {
    padding-bottom: 26px
}

.decorated--bottom-center:before {
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.decorated--top-center {
    padding-top: 26px
}

.decorated--top-center:before {
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.decorated--left {
    padding-left: 42px
}

.decorated--left:before {
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.swiper-button-next, .swiper-button-prev {
    display: none
}

button {
    background: none;
    border: none;
    outline: none;
    -webkit-appearance: none
}

button:focus {
    outline: none
}

.section, section {
    padding: 50px 15px
}

@media (max-width: 991px) {
    .section, section {
        padding: 32px 15px
    }
}

.section-title {
    margin-bottom: 35px
}

.section-title, .section__footer {
    text-align: center
}

.btn {
    -webkit-transition: .3s ease;
    transition: .3s ease;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    position: relative;
    font-size: 12px;
    padding: 1.3333em 2em;
    min-width: 150px;
    background: #073325;
    border: 1px solid #073325;
    font-weight: 700;
    letter-spacing: .05em;
    line-height: 1;
    color: #fff;
    cursor: pointer;
    text-transform: uppercase
}

@media (max-width: 580px) {
    .btn {
        font-size: 12px
    }
}

.btn--reverse-icon .icon {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1)
}

.btn-icon-only {
    padding: 1em;
    min-width: auto
}

.btn--icon-img img, .btn-icon-only img {
    width: auto
}

.btn-ghost-primary {
    background: transparent;
    color: #073325;
    border-color: #073325
}

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

.btn-ghost-white {
    background: transparent;
    color: #fff;
    border: none
}

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

.btn-ghost-success {
    background: transparent;
    color: #5cb85c;
    border-color: #5cb85c
}

.btn-ghost-success:hover {
    color: #fff;
    background: #5cb85c
}

.btn-ghost-secondary {
    color: #57a332;
    background: transparent;
    border-color: #57a332
}

.btn-ghost-secondary:hover {
    color: #fff;
    background: #57a332
}

.btn-ghost-warning {
    color: #f0ad4e;
    background: transparent;
    border-color: #f0ad4e
}

.btn-ghost-warning:hover {
    color: #fff;
    background: #f0ad4e
}

.btn-ghost-danger {
    color: #ff4b55;
    background: transparent;
    border-color: #ff4b55
}

.btn-ghost-danger:hover {
    color: #fff;
    background: #ff4b55
}

.btn-ghost-info {
    color: #31b0d5;
    background: transparent;
    border-color: #31b0d5
}

.btn-ghost-info:hover {
    color: #fff;
    background: #31b0d5
}

.btn-ghost-link {
    color: #014c8c;
    background: transparent;
    border-color: transparent
}

.btn-ghost-link:hover {
    color: #014c8c;
    background: transparent
}

.btn--primary {
    color: #fff;
    background: #073325;
    border: none
}

.btn--primary:hover {
    background: #073325;
    -webkit-box-shadow: 0 12px 24px 0 rgba(0, 0, 0, .2) !important;
    box-shadow: 0 12px 24px 0 rgba(0, 0, 0, .2) !important;
}

.btn--primary:hover .icon {
    stroke: #232323 !important
}

.btn--primary:hover .icon--fill {
    fill: #232323 !important
}

.btn--black {
    color: #fff;
    background: #232323;
    border: none
}

.btn--black:hover {
    background: #073325;
    border-color: #073325
}

.btn--black:hover .icon {
    stroke: #073325 !important
}

.btn--black:hover .icon--fill {
    fill: #073325 !important
}

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

.btn--white.active, .btn--white:hover {
    background: #073325;
    border-color: #073325;
    color: #fff
}

.btn--white.active .icon--fill, .btn--white:hover .icon--fill {
    fill: #073325 !important
}

.btn--secondary {
    color: #fff;
    background: #57a332;
    border: none
}

.btn--success {
    color: #fff;
    background: #5cb85c;
    border: none
}

.btn--success:hover {
    background: #357935
}

.btn--success:hover .icon {
    stroke: #fff !important
}

.btn--success:hover .icon--fill {
    fill: #fff !important
}

.btn--warning {
    color: #fff;
    background: #f0ad4e;
    border: none
}

.btn--warning:hover {
    background: #ec971f
}

.btn--danger {
    color: #fff;
    background: #ff4b55;
    border: none
}

.btn--danger:hover {
    background: #e4000d
}

.btn--danger:hover .icon {
    stroke: #fff !important
}

.btn--danger:hover .icon--fill {
    fill: #fff !important
}

.btn--info {
    color: #fff;
    background: #31b0d5;
    border: none
}

.btn--info:hover {
    background: #1b6d85
}

.btn--info:hover .icon {
    stroke: #fff !important
}

.btn--info:hover .icon--fill {
    fill: #fff !important
}

.btn--link {
    color: #073325;
    background: transparent;
    border: none;
    text-transform: none
}

.btn--nopadding {
    padding: 0;
    min-width: auto
}

.btn--lg {
    font-size: 14.4px
}

.btn--sm {
    font-size: 12px
}

.btn--xs {
    font-size: 8.57143px
}

.btn--reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-flow: row-reverse
}

.btn--longer {
    min-width: 155px
}

.btn--slim {
    padding-top: 12px;
    padding-bottom: 12px
}

.btn--rounded {
    border-radius: 20px
}

.btn--text-grey-4 {
    color: #6f6f6f
}

.btn--border {
    border: 1px solid #dadada
}

.btn--font-normal {
    font-weight: 400
}

.btn--text-normal {
    text-transform: none
}

.btn-ghost-cont .btn {
    margin: 0 20px
}

.btn-color-cont {
    margin: 40px 0
}

.btn-color-cont .btn {
    margin: 0 20px
}

.btn-lg-cont {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row
}

.btn-lg-cont .btn {
    margin: 20px
}

.btn-sm-cont {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row
}

.btn-sm-cont .btn {
    margin: 20px
}

.btn--disabled {
    background: #dadada;
    border-color: #dadada;
    cursor: no-drop
}

.btn--disabled:hover {
    background: #f4f4f4;
    border-color: #f4f4f4
}

.btn--center {
    -webkit-box-pack: center;
    justify-content: center
}

.btn--right {
    -webkit-box-pack: end;
    justify-content: flex-end
}

.btn--link-center {
    display: -webkit-box;
    display: flex
}

.btn--ripple {
    width: 300px;
    height: 300px;
    display: block;
    position: absolute;
    background: #fff;
    border-radius: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-animation: ripple 1s ease-out;
    animation: ripple 1s ease-out
}

@-webkit-keyframes ripple {
    0% {
        opacity: 0
    }

    40% {
        opacity: .4
    }

    to {
        opacity: 0;
        -webkit-transform: scale(1.5);
        transform: scale(1.5)
    }
}

@keyframes ripple {
    0% {
        opacity: 0
    }

    40% {
        opacity: .4
    }

    to {
        opacity: 0;
        -webkit-transform: scale(1.5);
        transform: scale(1.5)
    }
}

.btn--preload > * {
    -webkit-transition: .3s ease;
    transition: .3s ease;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0
}

.btn--preload:before {
    content: "";
    width: 1.4em;
    height: 1.4em;
    border-radius: 50%;
    border: 2px dotted #fff;
    position: absolute;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    margin: auto;
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 0;
    -webkit-animation: appear 1s ease forwards, preloader 3s linear infinite;
    animation: appear 1s ease forwards, preloader 3s linear infinite
}

@-webkit-keyframes appear {
    to {
        opacity: 1
    }
}

@keyframes appear {
    to {
        opacity: 1
    }
}

@-webkit-keyframes preloader {
    0% {
        -webkit-transform: translateY(0) rotate(0);
        transform: translateY(0) rotate(0)
    }

    to {
        -webkit-transform: translateY(0) rotate(1turn);
        transform: translateY(0) rotate(1turn)
    }
}

@keyframes preloader {
    0% {
        -webkit-transform: translateY(0) rotate(0);
        transform: translateY(0) rotate(0)
    }

    to {
        -webkit-transform: translateY(0) rotate(1turn);
        transform: translateY(0) rotate(1turn)
    }
}

.btn-burger {
    -webkit-transition: .3s ease;
    transition: .3s ease;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    color: #fff;
    font-size: 12px;
    opacity: 0;
    visibility: hidden
}

.btn-burger .btn-burger__line {
    width: 37px;
    height: 2px;
    background-color: #fff
}

.btn-burger .btn-burger__line + .btn-burger__line {
    margin-top: 7px
}

.btn-burger span:last-child {
    margin-top: 7px
}

.btn-burger.active {
    opacity: 1;
    visibility: visible
}

@media (max-width: 768px) {
    .btn-burger {
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }
}

.btn-copy {
    min-width: 170px
}

.header {
    z-index: 111
}

.header, .header__section {
    position: relative
}

.header__section a:not(.header__main-link):not(.btn):hover {
    color: #fff;
}

.header__section--top {
    background-color: #232323;
    z-index: 111111
}

.header__section-container {
    -webkit-box-pack: justify;
    justify-content: space-between
}

.header__phone {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    color: #ccc;
    -webkit-transition: 0s ease;
    transition: 0s ease;
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

.header__phone > * {
    -webkit-transition: .3s ease;
    transition: .3s ease;
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

.header__phone svg {
    margin-right: 10px;
}

.header__phone-number {
    display: inline-block;
    font-size: inherit
}

.header__full-width {
    width: 100%
}

.header__contacts {
    max-height: 100px;
    overflow: hidden
}

.header__contacts, .header__lang {
    -webkit-transition: .3s ease;
    transition: .3s ease;
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

.header__lang {
    position: relative;
    z-index: 10;
    color: #ccc;
    padding-right: 12px;
    font-weight: 700;
    cursor: pointer
}

.header__lang .icon {
    stroke-width: 2
}

.header__lang .dropdown__link {
    padding: 6px
}

.header__lang .icon--mleft {
    margin-left: 8px
}

.header__lang .dropdown {
    min-width: calc(100% + 12px);
    top: calc(100% + 12px);
    left: -6px;
    border-radius: 0
}

.header__lang:hover .header__lang-name {
    color: #fff;
}

.header__lang:hover .icon {
    stroke: #fff;
}

@media (max-width: 768px) {
    .header__lang {
        padding-right: 25px;
        padding-left: 25px;
        position: absolute !important;
        flex-wrap: nowrap !important;
        top: 50%;
        -webkit-transform: translate(-70px, -50%);
        transform: translate(-70px, -50%);
        right: 100%;
        font-weight: 400
    }

    .header__lang .dropdown {
        width: auto;
        margin-left: 20px;
        min-width: calc(100% - 40px);
        left: 0;
        top: calc(100% + 27px);
        background: #073325;
        font-weight: 700
    }

    .header__lang .dropdown .dropdown__link {
        font-weight: 400;
        font-size: 16px;
        padding-top: 10px;
        padding-bottom: 10px
    }

    .header__lang:hover .header__lang-name {
        color: #fff
    }

    .header__lang:hover .icon {
        stroke: #fff
    }

    .header__lang:before {
        content: "";
        display: block;
        position: absolute;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        background-color: #fff;
        width: 1px;
        height: 20px
    }

    .header__lang .icon {
        width: 16px;
        height: 16px;
        stroke-width: 2
    }
}

@media (max-width: 580px) {
    .header__lang {
        opacity: 0;
        visibility: hidden;
        right: 0;
        -webkit-transform: translate(-220px, -50%);
        transform: translate(-220px, -50%)
    }
}

.header__lang-name {
    -webkit-transition: .3s ease;
    transition: .3s ease;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    display: inline-block;
    font-size: 12px;
    line-height: 16px;
    font-weight: 700;
    text-transform: uppercase
}

@media (max-width: 768px) {
    .header__lang-name {
        font-size: 16px;
        font-weight: 400
    }
}

.header__lang-link:hover {
    background: #f8f8f8
}

.header__menu, .header__section-wrapper {
    display: -webkit-box;
    display: flex
}

.header__section-wrapper {
    padding: 12px 0;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase
}

.header__toggle-content-container {
    position: absolute;
    top: 0;
    left: 0
}

.header__toggle-content-container .container {
    padding: 0
}

@media (max-width: 768px) {
    .header__toggle-content-container {
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        flex-direction: column-reverse
    }
}

.header__toggle-content {
    -webkit-transition: .3s ease;
    transition: .3s ease;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    display: none;
    overflow: hidden;
    background-color: #323232
}

.header__open-panel {
    position: relative;
    z-index: 11111
}

.header__open-panel > * {
    position: relative;
    z-index: 1
}

.header__open-panel .container {
    padding: 0
}

.header__open-panel:after, .header__open-panel:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    width: 970px;
    height: 100%;
    background-color: #073325
}

@media (max-width: 991px) {
    .header__open-panel:after, .header__open-panel:before {
        width: 750px;
        max-width: 100%
    }
}

.header__open-panel:before {
    left: 0
}

.header__open-panel:after {
    opacity: 0;
    visibility: hidden;
    right: 0
}

@media (max-width: 991px) {
    .header__open-panel:after {
        opacity: 1;
        visibility: visible
    }
}

.header__main {
    position: relative;
    padding: 13px 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    min-height: 70px;
    background-color: #073325
}

.header__main .searchfield .searchfield__btn {
    z-index: 3
}

.header__main .searchfield .searchfield__btn .icon {
    width: 16px;
    height: 16px;
    stroke: #a3a3a3
}

@media (max-width: 768px) {
    .header__main .searchfield .searchfield__btn .icon {
        width: 30px;
        height: 30px;
        stroke: #fff
    }
}

@media (max-width: 768px) {
    .header__main .searchfield .searchfield__btn {
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        margin-right: 14px
    }
}

.header__main .searchfield input {
    -webkit-transition: 0s ease;
    transition: 0s ease;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    padding: 12px;
    background-color: #fff;
    min-width: 289px;
    font-size: 15px;
    line-height: 20px;
    border: none
}

.header__main .searchfield input.active, .header__main .searchfield input:focus {
    border: none;
    background-color: #fff
}

@media (max-width: 991px) {
    .header__main .searchfield input {
        min-width: 230px
    }
}

@media (max-width: 768px) {
    .header__main .searchfield {
        max-width: none
    }

    .header__main .searchfield .searchfield__btn {
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .header__main .searchfield .searchfield__wrapper {
        right: 215px
    }

    .header__main .searchfield .searchfield__wrapper .searchfield__btn {
        -webkit-transition: 0s ease;
        transition: 0s ease;
        -webkit-transition-delay: 0s;
        transition-delay: 0s;
        -webkit-transform: translate(215px, -50%);
        transform: translate(215px, -50%);
        opacity: 1
    }

    .header__main .searchfield .searchfield__wrapper.open {
        top: -5px;
        left: auto;
        right: 215px;
        min-width: 0;
        min-height: 44px;
        max-width: 285px
    }

    .header__main .searchfield .searchfield__wrapper.open .searchfield__form {
        max-width: 0;
        padding-left: 0;
        max-height: 100%;
        -webkit-transform: translateX(-14px);
        transform: translateX(-14px)
    }

    .header__main .searchfield .searchfield__wrapper.open .searchfield__btn {
        -webkit-transition: 0s ease;
        transition: 0s ease;
        -webkit-transition-delay: 0s;
        transition-delay: 0s;
        opacity: 0
    }

    .header__main .searchfield .searchfield__close-btn {
        right: -87px;
        z-index: 4;
        -webkit-transition-duration: 0s;
        transition-duration: 0s
    }
}

@media (max-width: 580px) {
    .header__main .searchfield .searchfield__wrapper.open .searchfield__form {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px)
    }
}

@media (max-width: 480px) {
    .header__main .searchfield input {
        min-width: calc(100vw - 20px)
    }

    .header__main .searchfield .searchfield__wrapper {
        position: absolute;
        top: 13px;
        right: auto;
        left: 0
    }

    .header__main .searchfield .searchfield__wrapper .searchfield__form {
        right: auto;
        left: 0;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .header__main .searchfield .searchfield__wrapper .searchfield__btn {
        top: 0;
        -webkit-transform: translate(-145px);
        transform: translate(-145px)
    }

    .header__main .searchfield .searchfield__wrapper.open {
        max-width: none;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        right: -20px
    }

    .header__main .searchfield .searchfield__wrapper.open .searchfield__form {
        right: auto;
        left: 0
    }

    .header__main .searchfield .searchfield__close-btn {
        right: 35px
    }
}

@media (max-width: 768px) {
    .header__main {
        padding: 13px
    }
}

@media (max-width: 580px) {
    .header__main .header__main-link, .header__main .searchfield {
        opacity: 0;
        visibility: hidden
    }

    .header__main.active .header__main-link, .header__main.active .searchfield {
        opacity: 1;
        visibility: visible
    }

    .header__main.active .header__logo {
        opacity: 0;
        visibility: hidden
    }

    .header__main.active .header__lang {
        opacity: 1;
        visibility: visible
    }
}

.header__menu {
    padding-right: 16px;
}

.header__menu + .header__menu {
    position: relative;
    padding-left: 16px;
}

.header__menu + .header__menu:before {
    content: "";
    display: block;
    position: absolute;
    height: 20px;
    width: 1px;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #fff
}

@media (max-width: 768px) {
    .header__menu {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        padding-right: 0;
        margin-bottom: 10px
    }
}

.header__menu-item {
    position: relative;
    font-weight: 700
}

.header__menu-item.active a, .header__menu-item:hover a {
    color: #fff;
}

.header__menu-item--decoration:after {
    content: "";
    display: block;
    position: absolute;
    top: calc(100% + 12px);
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 12px;
    height: 12px;
    border: 6px solid transparent;
    border-top-color: #232323;
    opacity: 0;
    visibility: hidden
}

.header__menu-item--decoration.active:after, .header__menu-item--decoration:hover:after {
    opacity: 1;
    visibility: visible
}

.header__menu-item + .header__menu-item {
    margin-left: 20px
}

@media (max-width: 768px) {
    .header__menu-item + .header__menu-item {
        margin-left: 0
    }
}

@media (max-width: 768px) {
    .header__menu-item a {
        display: block;
        padding: 13px 0
    }
}

.header__main-side {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    position: relative
}

@media (max-width: 480px) {
    .header__main-side {
        position: static
    }
}

.header__main a {
    text-transform: none;
    font-size: 14px
}

.header__main .dropdown__link:hover {
    color: #073325
}

.header__main-link {
    position: relative;
    padding: 0 24px;
    letter-spacing: normal
}

.header__main-link:after, .header__main-link:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #fff;
    width: 1px;
    height: 20px
}

.header__main-link:before {
    opacity: 0;
    visibility: hidden;
    left: 0
}

@media (max-width: 768px) {
    .header__main-link:before {
        visibility: visible;
        opacity: 1
    }
}

.header__main-link:after {
    right: 0
}

@media (max-width: 991px) {
    .header__main-link {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media (max-width: 768px) {
    .header__main-link {
        min-width: 30px
    }

    .header__main-link .icon, .header__main-link img {
        margin: 0
    }
}

.btn__toggle-header {
    padding: 0 23px;
    text-transform: none
}

.btn__toggle-header .icon {
    opacity: 1;
    visibility: visible
}

@media (max-width: 768px) {
    .btn__toggle-header .icon {
        width: 30px;
        height: 30px;
        margin: 0 auto
    }
}

.btn__toggle-header.active .icon {
    opacity: 0;
    visibility: hidden
}

.btn__toggle-header.active .btn-burger {
    opacity: 1;
    visibility: visible
}

@media (max-width: 768px) {
    .btn__toggle-header {
        padding-left: 0;
        padding-right: 0;
        margin-left: 25px
    }
}

@media (max-width: 768px) {
    .header__logo {
        margin-left: 5px
    }
}

.nav {
    -webkit-transition: opacity .3s ease, visibility .3s ease, -webkit-transform 0s ease .3s;
    transition: opacity .3s ease, visibility .3s ease, -webkit-transform 0s ease .3s;
    transition: opacity .3s ease, visibility .3s ease, transform 0s ease .3s;
    transition: opacity .3s ease, visibility .3s ease, transform 0s ease .3s, -webkit-transform 0s ease .3s;
    color: #232323;
    pointer-events: none
}

.nav.header__full-width {
    pointer-events: all
}

.nav.open {
    -webkit-transition: opacity .3s ease, visibility .3s ease, -webkit-transform 0s ease 0s;
    transition: opacity .3s ease, visibility .3s ease, -webkit-transform 0s ease 0s;
    transition: opacity .3s ease, visibility .3s ease, transform 0s ease 0s;
    transition: opacity .3s ease, visibility .3s ease, transform 0s ease 0s, -webkit-transform 0s ease 0s;
    opacity: 1;
    visibility: visible;
    pointer-events: all
}

.nav.open .nav__ic-close {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    background: #232323
}

@media (min-width: 768px) {
    .nav.open .nav__ic-close {
        opacity: 0;
        visibility: hidden
    }
}

.nav.open .nav__bg {
    opacity: 1;
    visibility: visible
}

@media (min-width: 768px) {
    .nav.open .nav__bg {
        opacity: 0;
        visibility: hidden
    }
}

.nav .btn {
    color: #a3a3a3;
    border-color: #a3a3a3;
    font-size: 18px;
    line-height: 20px;
    padding: 12px 30px
}

.nav .btn.active, .nav .btn:hover {
    color: #fff;
    border-color: #073325;
    background-color: #073325
}

@media (max-width: 768px) {
    .nav .tab-wrapper {
        width: 100%;
        margin-left: auto;
        background-color: #323232
    }
}

.nav .tab-btns {
    position: relative;
    padding-top: 28px;
    padding-bottom: 19px
}

.nav .tab-btns:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: calc(100% - 10px);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 2px;
    background-color: #a3a3a3
}

@media (max-width: 768px) {
    .nav .tab-btns {
        -webkit-column-count: 2;
        column-count: 2;
        padding-left: 10px;
        padding-right: 10px
    }

    .nav .tab-btns > * {
        width: calc(100% - 10px)
    }
}

@media (max-width: 580px) {
    .nav .tab-btns {
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -webkit-box-align: center;
        align-items: center
    }

    .nav .tab-btns > * {
        width: 300px;
        max-width: calc(100% - 10px)
    }
}

.nav .tab-btns__toggle-tab {
    margin: 0 5px 10px
}

.nav .tab__item {
    padding: 0;
    -webkit-transform: none;
    transform: none
}

.nav .tab__container {
    padding: 35px 0 39px
}

@media (max-width: 768px) {
    .nav .tab__container {
        padding: 20px 0
    }
}

.nav .accordion {
    padding: 20px 0;
    background-color: #232323
}

.nav .accordion .some-content {
    padding: 0 13px
}

.nav .accordion__item {
    position: relative;
    z-index: 2;
    width: 100%;
    margin-left: auto
}

.nav .accordion__content, .nav .accordion__title {
    background-color: #232323;
    border: none;
    color: #fff;
    text-transform: uppercase
}

.nav .accordion__title {
    padding: 13px 40px 13px 13px
}

@media (max-width: 768px) {
    .nav {
        position: absolute;
        z-index: 999;
        left: 0;
        top: 70px;
        width: 100%;
        height: auto;
        opacity: 0;
        visibility: hidden;
        background-color: #232323
    }
}

.nav__list {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    margin-bottom: -15px
}

.nav__list .nav__item {
    -webkit-transition: .3s ease;
    transition: .3s ease;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    margin-left: 5px;
    margin-right: 5px;
    width: calc(33.3333% - 10px);
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    color: #fff;
    font-size: 18px;
    padding: 7px 40px;
    margin-bottom: 15px
}

.nav__list .nav__item img {
    margin-right: 12px;
    width: auto
}

.nav__list .nav__item.active, .nav__list .nav__item:hover {
    background-color: #073325;
    color: #fff
}

.nav__list .nav__item.active span, .nav__list .nav__item:hover span {
    color: #fff
}

@media (max-width: 768px) {
    .nav__list .nav__item {
        width: calc(100% - 10px);
        padding: 10px 7px
    }
}

@media (max-width: 580px) {
    .nav__list .nav__item {
        max-width: 300px;
        margin: 0 auto
    }
}

@media (max-width: 768px) {
    .nav__list {
        display: block;
        width: 100%;
        -webkit-column-count: 2;
        column-count: 2;
        padding-bottom: 50px;
        overflow: auto;
        -webkit-overflow-scrolling: touch
    }

    .nav__list > * {
        width: calc(100% - 10px)
    }
}

@media (max-width: 580px) {
    .nav__list {
        -webkit-column-count: auto;
        column-count: auto;
        display: -webkit-box;
        display: flex
    }
}

.nav__items {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap
}

@media (max-width: 768px) {
    .nav__items {
        display: block
    }

    .nav__items .dropdown {
        margin-left: .75em
    }
}

.nav__link-wrapper {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    width: 100%;
    position: relative
}

.nav__link {
    -webkit-transition: .3s ease;
    transition: .3s ease;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    display: block;
    width: 100%;
    padding: .5em;
    color: currentColor
}

@media (max-width: 768px) {
    .nav__link {
        padding: 8px 0
    }
}

.nav__icon {
    width: 16px;
    height: 16px;
    margin-left: 10px
}

@media (max-width: 768px) {
    .nav__icon {
        height: 32px;
        padding: 8px 0
    }
}

.nav__toggle {
    display: none;
    cursor: pointer;
    position: relative;
    color: #232323;
    z-index: 1000;
    width: 40px;
    height: 40px;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center
}

.nav__toggle span {
    margin-left: 32px
}

.nav__toggle.open {
    color: #000
}

.nav__toggle.open .nav__ic-close {
    stroke: #000;
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
    transform: none
}

.nav__toggle.open .nav__ic-open {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(20px);
    transform: translateX(20px)
}

@media (max-width: 768px) {
    .nav__toggle {
        display: -webkit-box;
        display: flex
    }
}

.nav__toggle-ic {
    stroke: #232323;
    left: 0;
    top: 2px;
    width: 20px;
    height: 20px
}

.nav__ic-close {
    top: 5px;
    -webkit-transition: background-color .3s ease .3s, -webkit-transform .3s ease;
    transition: background-color .3s ease .3s, -webkit-transform .3s ease;
    transition: transform .3s ease, background-color .3s ease .3s;
    transition: transform .3s ease, background-color .3s ease .3s, -webkit-transform .3s ease;
    background-color: transparent;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
    position: absolute;
    right: 20px;
    left: auto;
    z-index: 2
}

@media (max-width: 580px) {
    .nav__ic-close {
        top: 5px
    }
}

.nav__ic-open {
    -webkit-transition: .3s ease;
    transition: .3s ease;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
    transform: none
}

.nav__bg {
    -webkit-transition: .5s ease;
    transition: .5s ease;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    position: fixed;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, .4);
    z-index: 0
}

.dropdown, .nav__bg {
    left: 0;
    opacity: 0;
    visibility: hidden
}

.dropdown {
    min-width: 230px;
    border-radius: 4px;
    background: #232323;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .1);
    position: absolute;
    z-index: 1;
    top: 100%;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    pointer-events: none
}

@media (max-width: 768px) {
    .dropdown {
        min-width: auto
    }
}

.dropdown .has-dropdown .dropdown {
    left: 100%;
    right: auto;
    top: 0;
    padding: 0
}

.dropdown .has-dropdown .dropdown--left {
    right: 100%;
    left: auto
}

.dropdown .has-dropdown .dropdown__icon {
    -webkit-transform: rotate(-90deg) translateX(50%);
    transform: rotate(-90deg) translateX(50%)
}

@media (max-width: 768px) {
    .dropdown .has-dropdown .dropdown {
        left: 0;
        right: auto;
        top: 0;
        padding: 0
    }

    .dropdown .has-dropdown .dropdown--left {
        right: 0;
        left: auto
    }

    .dropdown .has-dropdown .dropdown__icon {
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

.dropdown--left {
    left: auto;
    right: 100%
}

@media (max-width: 768px) {
    .dropdown {
        width: 100%;
        max-height: 0;
        box-shadow: none
    }
}

.dropdown--full-width {
    width: 100%
}

.dropdown__item {
    -webkit-transition: opacity .5s ease, background .5s ease, -webkit-transform .5s ease;
    transition: opacity .5s ease, background .5s ease, -webkit-transform .5s ease;
    transition: opacity .5s ease, transform .5s ease, background .5s ease;
    transition: opacity .5s ease, transform .5s ease, background .5s ease, -webkit-transform .5s ease;
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
    opacity: 0
}

.dropdown__item:first-child {
    -webkit-transition-delay: .06s, .06s, 0s;
    transition-delay: .06s, .06s, 0s
}

.dropdown__item:nth-child(2) {
    -webkit-transition-delay: .12s, .12s, 0s;
    transition-delay: .12s, .12s, 0s
}

.dropdown__item:nth-child(3) {
    -webkit-transition-delay: .18s, .18s, 0s;
    transition-delay: .18s, .18s, 0s
}

.dropdown__item:nth-child(4) {
    -webkit-transition-delay: .24s, .24s, 0s;
    transition-delay: .24s, .24s, 0s
}

.dropdown__item:nth-child(5) {
    -webkit-transition-delay: .3s, .3s, 0s;
    transition-delay: .3s, .3s, 0s
}

.dropdown__item:nth-child(6) {
    -webkit-transition-delay: .36s, .36s, 0s;
    transition-delay: .36s, .36s, 0s
}

.dropdown__item:nth-child(7) {
    -webkit-transition-delay: .42s, .42s, 0s;
    transition-delay: .42s, .42s, 0s
}

.dropdown__item:nth-child(8) {
    -webkit-transition-delay: .48s, .48s, 0s;
    transition-delay: .48s, .48s, 0s
}

.dropdown__item:nth-child(9) {
    -webkit-transition-delay: .54s, .54s, 0s;
    transition-delay: .54s, .54s, 0s
}

.dropdown__item:nth-child(10) {
    -webkit-transition-delay: .6s, .6s, 0s;
    transition-delay: .6s, .6s, 0s
}

.dropdown__item:nth-child(11) {
    -webkit-transition-delay: .66s, .66s, 0s;
    transition-delay: .66s, .66s, 0s
}

.dropdown__item:nth-child(12) {
    -webkit-transition-delay: .72s, .72s, 0s;
    transition-delay: .72s, .72s, 0s
}

.dropdown__item:nth-child(13) {
    -webkit-transition-delay: .78s, .78s, 0s;
    transition-delay: .78s, .78s, 0s
}

.dropdown__item:nth-child(14) {
    -webkit-transition-delay: .84s, .84s, 0s;
    transition-delay: .84s, .84s, 0s
}

.dropdown__item:nth-child(15) {
    -webkit-transition-delay: .9s, .9s, 0s;
    transition-delay: .9s, .9s, 0s
}

.has-dropdown {
    position: relative;
    z-index: 10;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    flex-wrap: wrap
}

.has-dropdown .has-dropdown {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between
}

.has-dropdown.open > .dropdown {
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
    transform: none;
    pointer-events: all
}

.has-dropdown.open > .dropdown > .dropdown__list > .dropdown__item {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.has-dropdown.open > .dropdown__link .dropdown__icon {
    -webkit-transform: scaleY(-1) translateY(50%);
    transform: scaleY(-1) translateY(50%)
}

.dropdown__icon {
    -webkit-transition: .5s ease;
    transition: .5s ease;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    right: 0;
    position: relative;
    z-index: 1
}

.dropdown__icon.open {
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1)
}

.dropdown__link {
    -webkit-transition: .3s ease;
    transition: .3s ease;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    width: 100%;
    padding: .75em .5em
}

.dropdown__link, .dropdown__link a {
    color: currentColor
}

.dropdown__link:hover {
    background: #f8f8f8
}

.iframe {
    position: relative;
    width: 90vw;
    max-width: 1100px;
    padding-bottom: 42.25%;
    border: none;
    margin: 0 auto;
    overflow: hidden;
    background-color: #232323
}

.iframe--map {
    width: 100%;
    height: 100%;
    max-width: 100%;
    padding: 0
}

.map-iframe, .video-iframe {
    position: relative;
    -webkit-transform: translate(-2px, -2px);
    transform: translate(-2px, -2px);
    width: calc(100% + 4px);
    height: calc(100% + 4px)
}

.video-iframe {
    position: absolute;
    left: 0;
    top: 0
}

.modal {
    -webkit-transition: opacity .3s ease, visibility .3s ease, -webkit-transform 0s ease .3s;
    transition: opacity .3s ease, visibility .3s ease, -webkit-transform 0s ease .3s;
    transition: opacity .3s ease, visibility .3s ease, transform 0s ease .3s;
    transition: opacity .3s ease, visibility .3s ease, transform 0s ease .3s, -webkit-transform 0s ease .3s;
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: #fff;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(-101%);
    transform: translateX(-101%)
}

.modal.open {
    -webkit-transition: opacity .3s ease, visibility .3s ease, -webkit-transform 0s ease 0s;
    transition: opacity .3s ease, visibility .3s ease, -webkit-transform 0s ease 0s;
    transition: opacity .3s ease, visibility .3s ease, transform 0s ease 0s;
    transition: opacity .3s ease, visibility .3s ease, transform 0s ease 0s, -webkit-transform 0s ease 0s;
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
    transform: none
}

.modal.open .modal__close {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
}

.modal--no-bg .modal__wrapper {
    background: none
}

.modal--scrollable .modal__close {
    position: absolute;
    top: -16px;
    right: -16px
}

@media (max-width: 580px) {
    .modal--scrollable .modal__close {
        right: 0
    }
}

.modal--scrollable .modal__wrapper {
    position: relative;
    padding: 20px;
    height: 100%;
    -webkit-box-align: start;
    align-items: flex-start;
    box-shadow: 0 4px 8px rgba(34, 33, 49, .15);
    background-color: #fff;
    border-radius: 24px;
    max-height: 500px
}

@media (max-width: 1200px) {
    .modal--scrollable .modal__wrapper {
        max-width: calc(100vw - 120px)
    }
}

@media (max-width: 580px) {
    .modal--scrollable .modal__wrapper {
        max-width: calc(100vw - 20px)
    }
}

.modal--scrollable .modal__content {
    position: relative;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    align-items: flex-start;
    background-color: hsla(0, 0%, 80%, .5);
    height: 100%;
    overflow: hidden
}

@media (max-width: 991px) {
    .modal--scrollable .modal__content {
        overflow-y: auto;
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch
    }
}

.modal .swiper-container {
    width: 100%;
    height: 100%;
    z-index: 1
}

.modal .swiper-container img {
    width: auto;
    max-width: 100%;
    max-height: calc(100vh - 100px)
}

.modal .swiper-slide, .modal .swiper-wrapper {
    -webkit-box-align: center;
    align-items: center
}

.modal .swiper-slide {
    height: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center
}

.modal-video .modal__content {
    height: auto
}

.modal__wrapper {
    position: relative;
    left: 0;
    top: 0;
    max-width: 1200px;
    height: calc(100% - 80px);
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center
}

@media (max-width: 1200px) {
    .modal__wrapper {
        width: 100%
    }
}

.modal__close {
    position: fixed;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-delay: .5s;
    transition-delay: .5s;
    right: 16px;
    top: 16px;
    z-index: 2;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0;
    cursor: pointer
}

.modal__content {
    width: 100%;
    height: 100%
}

.icon {
    -webkit-transition: .3s ease;
    transition: .3s ease;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    stroke-width: 1
}

.icon--mleft {
    margin-left: 12px
}

.icon--mright {
    margin-right: 12px
}

.stroke-primary {
    stroke: #073325
}

.stroke-secondary {
    stroke: #57a332
}

.stroke-success {
    stroke: #5cb85c
}

.stroke-danger {
    stroke: #ff4b55
}

.stroke-info {
    stroke: #31b0d5
}

.stroke-white {
    stroke: #fff
}

.stroke-grey-2 {
    stroke: #dadada
}

.stroke-grey-4 {
    stroke: #6f6f6f
}

.stroke-black {
    stroke: #232323
}

.stroke-current {
    stroke: currentColor
}

.fill-primary {
    fill: #073325
}

.fill-secondary {
    fill: #57a332
}

.fill-success {
    fill: #5cb85c
}

.fill-danger {
    fill: #ff4b55
}

.fill-info {
    fill: #31b0d5
}

.fill-black {
    fill: #232323
}

.fill-white {
    fill: #fff
}

.fill-grey-2 {
    fill: #dadada
}

.fill-grey-3 {
    fill: #a3a3a3
}

.fill-grey-4 {
    fill: #6f6f6f
}

.fill-current {
    fill: currentColor
}

input, textarea {
    -webkit-transition: .3s ease;
    transition: .3s ease;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    border: 1px solid #dadada;
    border-radius: 0;
    width: 100%;
    padding: 1em;
    outline: none;
    color: #232323;
    line-height: 1;
    font-size: 15px;
    background: transparent;
    -webkit-appearance: none
}

input.active, input:focus, textarea.active, textarea:focus {
    border-color: #073325;
    background: transparent
}

input.active + .form__placeholder, input:focus + .form__placeholder, textarea.active + .form__placeholder, textarea:focus + .form__placeholder {
    -webkit-transform: translateY(calc(-1.125em - 50%));
    transform: translateY(calc(-1.125em - 50%));
    background: #fff;
    font-size: 12px
}

input:-webkit-autofill, input:-webkit-autofill:active, input:-webkit-autofill:focus, input:-webkit-autofill:hover, textarea:-webkit-autofill, textarea:-webkit-autofill:active, textarea:-webkit-autofill:focus, textarea:-webkit-autofill:hover {
    -webkit-transition: background-color 5000s ease-in-out 0s;
    transition: background-color 5000s ease-in-out 0s;
    -webkit-box-shadow: 0 0 0 1000px transparent inset;
    -webkit-text-fill-color: #232323
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #a3a3a3;
    font-weight: 100
}

input:-moz-placeholder, input::-moz-placeholder, textarea:-moz-placeholder, textarea::-moz-placeholder {
    color: #a3a3a3;
    font-weight: 100
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #a3a3a3;
    font-weight: 100
}

input[type=checkbox], input[type=radio] {
    width: auto;
    cursor: pointer
}

input[readonly=true] {
    opacity: .5
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=number] {
    -moz-appearance: textfield
}

input, input:not([type=checkbox]):not([type=radio]) {
    min-width: 240px;
    height: 44px;
    background-color: #fff
}

.min-w-none input {
    min-width: auto
}

textarea {
    background-color: #fff
}

textarea.active, textarea:focus {
    background-color: #fff
}

.form {
    width: 100%;
    position: relative
}

.form.success .form__success {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.form.form--preload .form__group {
    opacity: .5
}

.form__success {
    -webkit-transition: .3s ease;
    transition: .3s ease;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    opacity: 0;
    visibility: hidden;
    text-align: center;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    color: #6f6f6f;
    border: none;
    font-size: 12px;
    padding: 50px;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 5;
    background: #fff;
    background-image: url(../assets/img/logo-exim.svg);
    background-position: calc(100% - 10px) calc(100% - 10px);
    background-repeat: no-repeat;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center
}

.form__success > [class*=title-] {
    margin-bottom: 25px
}

.form__success p {
    font-size: 12px
}

@media (max-width: 580px) {
    .form__success {
        padding: 25px
    }
}

.form__title {
    font-size: 20px;
    width: 100%;
    text-align: center;
    font-weight: 600;
    margin-bottom: 1em
}

.form__wrapper {
    width: 100%;
    position: relative
}

fieldset {
    width: 100%
}

fieldset legend {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 30px
}

.form__group {
    display: block;
    position: relative;
    margin-bottom: 5px;
    font-size: 15px
}

.form__group--simple .form__wrapper {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center
}

.form__group.mb-0, .form__group.not-required, .form__group.not-required .form__wrapper {
    margin-bottom: 0
}

.form__placeholder {
    -webkit-transition: .3s ease;
    transition: .3s ease;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    font-size: 15px;
    position: absolute;
    left: 1em;
    top: 1.125em;
    padding: 0 5px;
    margin-left: -5px;
    color: #a3a3a3;
    pointer-events: none;
    line-height: 1
}

.form__group--row {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap
}

.form__group--row > .form__wrapper {
    margin-right: 1em
}

.form__group--columns {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between
}

.form__group--columns > .form__group {
    width: calc(50% - 10px)
}

@media (max-width: 580px) {
    .form__group--columns {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column
    }

    .form__group--columns > .form__group {
        width: 100%
    }
}

.form__wrapper--has-icon input {
    padding-right: 3.3em
}

input[type=file] {
    position: absolute;
    clip: rect(0 0 0 0);
    width: 1px;
    height: 1px;
    margin: -1px;
    overflow: hidden
}

.form__upload-item {
    margin-right: .5em;
    margin-bottom: .5em
}

.form__upload-btn-title, .form__upload-item {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center
}

.form__upload-btn-title {
    font-size: 14px
}

.form__upload-btn-title svg,
.form__upload-btn-title svg path {
    stroke: #073325;
}

.form__upload-file-name {
    font-size: 14px;
    color: #a3a3a3
}

.form__counter {
    color: #a3a3a3;
    position: absolute;
    right: 10px;
    bottom: 10px;
    font-size: 12px
}

.form__input-icon {
    position: absolute;
    top: 1em;
    right: 1em;
    width: 1.3em;
    height: 1.3em;
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center
}

.form__checkbox, .form__radio {
    -webkit-appearance: none;
    position: absolute;
    opacity: 0
}

.form__checkbox + .icon, .form__radio + .icon {
    -webkit-transition: .3s ease;
    transition: .3s ease;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    width: 20px;
    height: 20px;
    stroke-width: 2;
    position: relative
}

.form__checkbox + .icon:before, .form__radio + .icon:before {
    -webkit-transition: .3s ease;
    transition: .3s ease;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    content: "";
    display: block;
    position: absolute;
    width: 40px;
    height: 40px;
    left: -50%;
    top: -50%;
    opacity: .2;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    border-radius: 50%;
    background: rgba(0, 0, 0, .2);
    pointer-events: none;
    -webkit-transform: scale(0);
    transform: scale(0)
}

.form__checkbox + .icon path, .form__radio + .icon path {
    -webkit-transition: .3s ease;
    transition: .3s ease;
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

.form__checkbox:checked + .icon:before, .form__radio:checked + .icon:before {
    -webkit-animation: checkbox-checked .6s ease-out forwards;
    animation: checkbox-checked .6s ease-out forwards
}

.form__checkbox + .icon {
    -webkit-transition: .3s ease;
    transition: .3s ease;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    width: 20px;
    min-width: 20px;
    height: 20px;
    stroke-width: 2;
    position: relative;
    margin-right: 8px
}

.form__checkbox + .icon svg {
    max-width: 100%;
    max-height: 100%
}

.form__checkbox + .icon path {
    -webkit-transition: .3s ease;
    transition: .3s ease;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    stroke: #dadada
}

.form__checkbox + .icon path:first-child {
    -webkit-transition: .3s ease;
    transition: .3s ease;
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
    stroke-dasharray: 100;
    stroke-dashoffset: 200
}

.form__checkbox + .icon path:last-child {
    -webkit-transition: .5s ease;
    transition: .5s ease;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    stroke-dasharray: 50;
    stroke-dashoffset: 50
}

.form__checkbox:checked + .icon path {
    stroke: #073325
}

.form__checkbox:checked + .icon:before {
    -webkit-animation: checkbox-checked .6s ease-out forwards;
    animation: checkbox-checked .6s ease-out forwards
}

.form__checkbox:checked + .icon path:first-child {
    -webkit-transition: .3s ease;
    transition: .3s ease;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    stroke-dasharray: 80;
    stroke-dashoffset: 145
}

.form__checkbox:checked + .icon path:last-child {
    -webkit-transition: .5s ease;
    transition: .5s ease;
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
    stroke-dasharray: 50;
    stroke-dashoffset: 0
}

.form__radio + .icon {
    -webkit-transition: .3s ease;
    transition: .3s ease;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    width: 20px;
    min-width: 20px;
    height: 20px;
    stroke-width: 2;
    position: relative;
    margin-right: 8px
}

.form__radio + .icon path:first-child {
    -webkit-transition: .6s ease;
    transition: .6s ease;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    stroke-dasharray: 83;
    stroke-dashoffset: 0;
    stroke: #a3a3a3
}

.form__radio + .icon path:last-child {
    -webkit-transition: .3s ease;
    transition: .3s ease;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    fill: transparent;
    stroke: none
}

.form__radio:checked + .icon path:first-child {
    stroke-dashoffset: 166;
    stroke: #073325
}

.form__radio:checked + .icon path:last-child {
    -webkit-transition: .3s ease;
    transition: .3s ease;
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
    fill: #073325;
    stroke: none
}

@-webkit-keyframes checkbox-checked {
    50% {
        opacity: 1
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

@keyframes checkbox-checked {
    50% {
        opacity: 1
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

textarea {
    width: 100%
}

.form__group.error input, .form__group.error textarea {
    border-color: #ff4b55
}

.form__group.error .error__text {
    opacity: 1;
    visibility: visible;
    max-height: 60px;
    margin-top: 2px
}

.success__text {
    -webkit-transition: .3s ease;
    transition: .3s ease;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    text-align: center;
    width: 100%;
    color: #5cb85c;
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px)
}

.success__text.show {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.error__text {
    display: block;
    -webkit-transition: visibility .3s ease, max-height .5s ease, opacity .3s ease;
    transition: visibility .3s ease, max-height .5s ease, opacity .3s ease;
    font-size: 12px;
    color: #ff4b55;
    padding: 0 8px;
    max-height: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    overflow: hidden
}

.subscribe-form {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: start;
    align-items: flex-start
}

.subscribe-form input {
    background-color: transparent
}

.subscribe-form--dark input {
    color: #fff
}

.subscribe-form--dark input:-webkit-autofill, .subscribe-form--dark input:-webkit-autofill:active, .subscribe-form--dark input:-webkit-autofill:focus, .subscribe-form--dark input:-webkit-autofill:hover {
    -webkit-text-fill-color: #fff
}

.subscribe-form .form__group {
    margin-right: 15px
}

.subscribe-form .btn:hover {
    background-color: #fff;
    color: #073325
}

@media (max-width: 580px) {
    .subscribe-form {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -webkit-box-align: center;
        align-items: center
    }

    .subscribe-form .form__group {
        margin-right: 0;
        width: calc(100% - 32px)
    }
}

.form__group-radio input:checked + .form__price-name {
    background: #073325;
    border-color: #073325;
    color: #fff
}

.form__price-name {
    -webkit-transition: .3s ease;
    transition: .3s ease;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    width: 99px;
    height: 99px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    font-size: 12px;
    text-align: center;
    line-height: 1.4em;
    border-radius: 50%;
    padding: 1em;
    border: 1px solid #6f6f6f;
    cursor: pointer
}

.form__price-name:hover {
    color: #073325;
    border-color: #073325
}

.form__price-title {
    font-weight: 700
}

.form__group-radio .form__wrapper {
    width: auto
}

.form__input-label {
    font-weight: 700;
    width: 100%;
    margin-bottom: 15px;
    font-size: 15px
}

.form__input-label .text {
    font-weight: 400;
    margin-top: 1.45em
}

.form__vertical .form__group {
    margin-bottom: 0
}

.form__vertical .form__wrapper {
    margin-bottom: 4px
}

.form__vertical .form__group + .form__group {
    margin-top: 40px
}

.form__group-radio {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-top: 20px
}

.form__group-radio .form__wrapper {
    margin-right: 10px;
    margin-bottom: 10px
}

@media (max-width: 768px) {
    .form__group-radio {
        display: -webkit-box;
        display: flex;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        justify-content: center
    }
}

.form__slider {
    display: block;
    width: calc(100% - 40px);
    margin-left: 20px;
    position: relative
}

.form__slider.form__slider--double {
    width: 100%;
    margin: 0
}

.input__slider {
    color: transparent;
    display: -webkit-box;
    display: flex
}

.input__slider.show {
    color: inherit
}

.input__slider-input {
    min-width: 0 !important
}

.input__slider-input--to {
    text-align: right;
    border-left: none
}

.input__slider-input--from {
    border-right: none
}

.form__slide-info {
    -webkit-transition: .3s ease;
    transition: .3s ease;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    font-size: 12px;
    position: absolute;
    top: 13px;
    width: 100%;
    opacity: 0
}

.form__slide-info.show {
    opacity: 1
}

.form__slide-btn {
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 50%;
    border: 1px solid #dadada;
    text-align: center;
    position: absolute;
    left: -20px;
    top: -14px;
    font-size: 18px;
    font-weight: 400;
    padding: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    cursor: pointer
}

.form__slide-btn span {
    margin-top: -4px
}

.form__slide-btn--right {
    left: auto;
    right: -20px;
    padding-top: 0
}

.form__slide-btn--right span {
    margin-top: 0
}

.form__slide-text {
    margin-top: 10px
}

.form-wrapper {
    display: -webkit-box;
    display: flex;
    margin-bottom: 20px
}

.form-wrapper .form__group + .form__group {
    margin-top: 0
}

.credit__form {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    width: 470px;
    max-width: 100%;
    margin: 0 auto
}

.credit__form .form__group {
    width: 100%;
    margin-bottom: 12px
}

.credit__form .form__wrapper {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center
}

@media (max-width: 580px) {
    .credit__form .form__wrapper {
        flex-wrap: wrap
    }
}

.credit__form .searchit {
    min-width: 100%
}

.form__group--in-row {
    width: auto !important;
    margin: 10px auto
}

.form__group--in-row .form__wrapper {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center
}

@media (max-width: 580px) {
    .form__group--in-row .form__wrapper {
        flex-wrap: wrap
    }
}

.accordion {
    position: relative;
    width: 100%;
    max-width: 900px
}

.accordion__title {
    -webkit-transition: .3s ease;
    transition: .3s ease;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    border-top: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
    padding: 1em 60px 1em 1em;
    position: relative;
    margin-top: -1px
}

.accordion__title.active .accordion__icon:before {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    opacity: 0
}

.accordion__title.active .accordion__icon:after {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1
}

.accordion__title.active + .accordion__content {
    display: block;
    position: relative
}

.accordion.title-decorated .accordion__title {
    color: #073325;
    padding-left: 42px
}

.accordion.title-decorated .accordion__title:before {
    content: "";
    display: block;
    position: absolute;
    width: 26px;
    height: 14px;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-image: url(../assets/img/decor.svg);
    background: currentColor;
}

.accordion.title-decorated .accordion__icon:before {
    background-image: url(../assets/img/open-primary.svg)
}

.accordion.title-decorated .accordion__icon:after {
    background-image: url(../assets/img/open-primary.svg)
}

.accordion__item.active > .accordion__title + .accordion__content {
    display: block;
    position: relative
}

.accordion__item.active > .accordion__title .accordion__icon:before {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    opacity: 0
}

.accordion__item.active > .accordion__title .accordion__icon:after {
    -webkit-transform: rotate(180deg) translateX(0);
    transform: rotate(180deg) translateX(0);
    opacity: 1
}

.accordion__content {
    will-change: max-height, height, display;
    -webkit-transition: .5s ease;
    transition: .5s ease;
    overflow: hidden;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: -1px;
    display: none
}

.accordion .some-content {
    padding: 25px 50px;
    font-weight: 400
}

@media (max-width: 768px) {
    .accordion .some-content {
        padding: 20px 0
    }
}

.accordion__icon {
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 20px;
    height: 20px
}

.accordion__icon:after, .accordion__icon:before {
    content: "";
    display: block;
    position: absolute;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 100%
}

.accordion__icon:before {
    background-image: url(../assets/img/open.svg)
}

.accordion__icon:after {
    background-image: url(../assets/img/open.svg);
    opacity: 0;
    -webkit-transform: rotate(180deg) translateY(20px);
    transform: rotate(180deg) translateY(20px)
}

.tab, .tab-btns {
    width: 100%
}

.toggle-tab {
    margin: 0 15px
}

.toggle-tab:active {
    align-self: center
}

.tab__container {
    position: relative;
    width: 100%;
    max-width: 960px;
    overflow: hidden;
    -webkit-transition: 1s ease;
    transition: 1s ease
}

.tab__item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 10px;
    opacity: 0;
    visibility: hidden
}

.tab__item.active {
    position: relative;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    visibility: visible;
    z-index: 1
}

.tab-btns__toggle-tab {
    border: 1px solid transparent;
    margin-right: 10px;
    margin-bottom: 10px
}

.tab-btns__toggle-tab.active {
    border-color: #073325;
    background-color: transparent;
    color: #232323
}

.tab-item .heading {
    font-size: 26px;
    color: #fff
}

.gallery video, .tab__other-place-content-container {
    width: 100%
}

.gallery__item {
    overflow: hidden
}

.gallery__item img {
    -webkit-transition: .6s ease;
    transition: .6s ease;
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

.gallery__item:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.pagination {
    display: -webkit-inline-box;
    display: inline-flex
}

.pagination, .pagination .btn {
    -webkit-box-align: center;
    align-items: center
}

.pagination .btn {
    position: relative;
    width: 45px;
    height: 45px;
    padding: 10px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    font-weight: 400;
    color: #a3a3a3
}

.pagination .btn:hover {
    color: #fff
}

.pagination .btn:hover:before {
    opacity: 1;
    visibility: visible
}

.pagination .btn:hover .icon {
    fill: #fff
}

.pagination .btn:before {
    content: "";
    display: block;
    position: absolute;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    width: 25px;
    height: 25px;
    top: 50%;
    left: 50%;
    background-color: #073325;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
    opacity: 0;
    visibility: hidden;
    z-index: 0
}

.pagination .btn .icon, .pagination .btn span {
    position: relative;
    z-index: 1
}

@media (max-width: 580px) {
    .pagination .btn {
        width: 40px;
        height: 40px
    }
}

.pagination .pagination__btn {
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
    color: #6f6f6f;
    font-size: 14px;
    line-height: 25px
}

.pagination .pagination__btn.active {
    color: #fff
}

.pagination .pagination__btn.active:before {
    opacity: 1;
    visibility: visible
}

.pagination .icon {
    -webkit-transition: none;
    transition: none
}

.pagination__item--empty {
    margin-left: 5px;
    margin-right: 5px;
    width: 20px
}

.breadscrumbs {
    position: absolute;
    width: 100%;
    left: 0;
    top: 130px;
    z-index: 11
}

.breadscrumbs .container {
    padding: 0
}

.breadscrumbs.color-white .breadscrumbs-item + .breadscrumbs-item:before {
    background-image: url(../assets/img/bullet-white.svg)
}

.breadscrumbs.color-white .breadscrumbs-item a {
    color: #fff;
    opacity: 1
}

.breadscrumbs.color-white .breadscrumbs-item span {
    color: #fff
}

.breadscrumbs-list {
    margin-bottom: 20px;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    font-size: 12px;
    line-height: 18px
}

@media (max-width: 991px) {
    .breadscrumbs-list {
        width: calc(95vw - 15px);
        max-width: 100%
    }
}

.breadscrumbs-item {
    position: relative
}

.breadscrumbs-item a {
    color: #6f6f6f;
    opacity: .5
}

.breadscrumbs-item span {
    color: #6f6f6f
}

.breadscrumbs-item + .breadscrumbs-item {
    padding-left: 28px
}

.breadscrumbs-item + .breadscrumbs-item:before {
    content: "";
    display: block;
    position: absolute;
    left: 9px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    background-image: url(../assets/img/bullet.svg);
    background-repeat: no-repeat;
    background-position: 50%
}

.news-preview-card {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: calc(100% - 30px);
    margin-bottom: 30px;
    box-shadow: 0 4px 32px rgba(0, 0, 0, .1)
}

.news-preview-card .news-preview-card__text {
    -webkit-transition: .5s ease;
    transition: .5s ease;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    height: 81px;
    overflow: hidden;
    color: #232323
}

.news-preview-card .news-preview-card__text h2, .news-preview-card .news-preview-card__text time {
    color: inherit
}

.news-preview-card--has-img img {
    display: inline-block;
    margin-bottom: 20px;
    height: 180px;
    -o-object-fit: cover;
    object-fit: cover
}

@media (max-width: 768px) {
    .news-preview-card--has-img img {
        height: auto
    }
}

.news-preview-card--has-img .news-preview-card__text {
    padding-bottom: 20px;
    border-bottom: 1px solid #dadada
}

.raiting {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center
}

.raiting .form__group, .raiting .form__wrapper {
    margin-bottom: 0
}

.raiting .form__wrapper {
    margin-right: 10px
}

.raiting .form__wrapper span {
    position: absolute;
    clip: rect(0 0 0 0);
    width: 1px;
    height: 1px;
    margin: -1px;
    overflow: hidden
}

.raiting .icon {
    stroke: #073325;
    stroke-width: 1;
    fill: #fff;
    margin-right: 0
}

.raiting .icon:hover {
    cursor: pointer
}

.raiting .icon.active {
    fill: #073325
}

@media (max-width: 580px) {
    .raiting {
        margin: 0 auto 20px;
        -webkit-box-pack: center;
        justify-content: center
    }
}

.scroll-x {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    justify-content: center;
    width: 100%;
    margin-bottom: 15px
}

@media (max-width: 768px) {
    .scroll-x {
        flex-wrap: nowrap;
        -webkit-box-pack: start;
        justify-content: flex-start;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch
    }
}

.scroll-x__item {
    margin-right: 23px;
    margin-bottom: 10px;
    white-space: nowrap
}

@media (max-width: 768px) {
    .scroll-x__item {
        margin-bottom: 0
    }
}

.searchfield .searchfield__wrapper {
    width: 100%;
    position: relative
}

.searchfield .searchfield__wrapper.open {
    z-index: 111
}

.searchfield .searchfield__wrapper.open .searchfield__bg {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 1;
    visibility: visible
}

.searchfield .searchfield__wrapper.open .searchfield__close-btn {
    opacity: 1;
    visibility: visible
}

.searchfield .searchfield__wrapper.open .searchfield__filters-list-wrapper {
    max-height: 468px;
    min-height: 250px;
    max-width: none;
    opacity: 1;
    visibility: visible
}

@media (max-width: 768px) {
    .searchfield .searchfield__wrapper.open .searchfield__filters-list-wrapper {
        min-height: 0;
        max-height: 0;
        min-width: 100%;
        opacity: 0;
        visibility: hidden
    }

    .searchfield .searchfield__wrapper.open .searchfield__filters-list-wrapper.open {
        opacity: 1;
        visibility: visible;
        min-height: 250px;
        max-height: 345px
    }
}

.searchfield .searchfield__wrapper.open .searchfield__results-list-wrapper--no-results.open, .searchfield .searchfield__wrapper.open .searchfield__results-list-wrapper.open {
    max-width: none;
    max-height: 468px;
    min-height: 250px;
    min-width: 100%;
    opacity: 1;
    visibility: visible
}

.searchfield .searchfield__wrapper.open .searchfield__results-list-wrapper--no-results.open .searchfield__results-list, .searchfield .searchfield__wrapper.open .searchfield__results-list-wrapper.open .searchfield__results-list {
    max-width: 100%;
    max-height: 100%
}

@media (max-width: 991px) {
    .searchfield .searchfield__wrapper.open .searchfield__results-list-wrapper--no-results.open, .searchfield .searchfield__wrapper.open .searchfield__results-list-wrapper.open {
        min-width: 230px;
        max-width: 100%
    }
}

@media (max-width: 768px) {
    .searchfield .searchfield__wrapper.open .searchfield__results-list-wrapper {
        max-height: 0;
        min-width: 100%;
        opacity: 0;
        visibility: hidden
    }

    .searchfield .searchfield__wrapper.open .searchfield__results-list-wrapper.open {
        max-height: calc(100vh - 80px);
        min-height: 50vh;
        min-width: calc(100vw - 300px);
        opacity: 1;
        visibility: visible
    }
}

@media (max-width: 768px) {
    .searchfield .searchfield__wrapper.open .searchfield__results-list-wrapper {
        left: 20px
    }

    .searchfield .searchfield__wrapper.open .searchfield__results-list-wrapper.open {
        min-width: 100%
    }
}

@media (max-width: 768px) {
    .searchfield .searchfield__wrapper.open {
        position: absolute;
        top: 20px;
        left: 0;
        min-width: calc(100vw - 20px);
        min-height: 40px
    }

    .searchfield .searchfield__wrapper.open .searchfield__filters-wrapper {
        -webkit-transform: none;
        transform: none
    }

    .searchfield .searchfield__wrapper.open .searchfield__form {
        left: 0;
        top: 0;
        width: 100vw;
        -webkit-transform: none;
        transform: none;
        padding-left: 50px;
        max-width: calc(100% - 50px);
        opacity: 1;
        visibility: visible
    }

    .searchfield .searchfield__wrapper.open .searchfield__btn {
        -webkit-transition: .3s ease;
        transition: .3s ease;
        -webkit-transition-delay: 0s;
        transition-delay: 0s;
        right: 0;
        -webkit-transform: translate(-65px, -50%);
        transform: translate(-65px, -50%)
    }

    .searchfield .searchfield__wrapper.open .searchfield__filters-wrapper.open .searchfield__filters-list-wrapper {
        min-height: 325px;
        max-height: 325px;
        opacity: 1;
        visibility: visible;
        max-width: 270px;
        min-width: 270px
    }

    .searchfield .searchfield__wrapper.open .searchfield__filters-wrapper.open .searchfield__filters-list {
        height: 100%;
        overflow-x: hidden;
        overflow-y: auto
    }

    .searchfield .searchfield__wrapper.open .searchfield__results-wrapper .open .searchfield__results-list-wrapper {
        min-height: 325px;
        max-height: 325px;
        opacity: 1;
        visibility: visible
    }
}

.searchfield .form__group, .searchfield .form__wrapper, .searchfield .searchfield__form {
    margin-bottom: 0
}

.searchfield .form__group {
    width: 100%
}

@media (max-width: 480px) {
    .searchfield .form__group {
        width: 100%
    }
}

.searchfield input {
    background-color: transparent;
    border: 1px solid #232323;
    border-radius: 0;
    color: #232323;
    font-size: 12px;
    line-height: 19px
}

.searchfield input.active, .searchfield input:focus {
    background-color: transparent;
    border: 1px solid #232323
}

@media (max-width: 991px) {
    .searchfield {
        max-width: calc(100% - 200px)
    }
}

.searchfield__filters-open-btn {
    text-transform: none;
    min-width: 0;
    color: #232323;
    z-index: 2
}

.searchfield__filters-open-btn span {
    color: #232323
}

.searchfield__filters-open-btn .icon {
    margin-right: 20px;
    stroke-width: 2
}

.searchfield__btn {
    -webkit-transition: 0s;
    transition: 0s;
    position: absolute;
    left: auto;
    top: 50%;
    right: 0;
    -webkit-transform: translate(-5px, -50%);
    transform: translate(-5px, -50%);
    padding: .5em
}

.searchfield__btn .icon {
    margin: 0
}

.searchfield__btn:hover .icon {
    stroke: #232323
}

.searchfield__close-btn {
    position: absolute;
    right: -45px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;
    padding: .5em
}

.searchfield__close-btn .icon {
    margin: 0;
    stroke-width: 1
}

.searchfield__close-btn:hover .icon {
    stroke: #232323
}

@media (max-width: 768px) {
    .searchfield__close-btn {
        right: 0
    }
}

@media (max-width: 480px) {
    .searchfield__close-btn {
        right: 30px
    }
}

.searchfield__form {
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse;
    z-index: 1
}

.searchfield__form input {
    border: 1px solid #232323
}

.searchfield__form input.active, .searchfield__form input:focus {
    border: 1px solid #232323
}

.searchfield__form:before {
    content: "";
    display: block;
    position: absolute;
    height: 100%;
    width: 55px;
    top: 0;
    left: 0
}

@media (max-width: 768px) {
    .searchfield__form {
        position: absolute;
        width: auto;
        right: -70px;
        top: 50%;
        -webkit-transform: translate(100%, -50%);
        transform: translate(100%, -50%);
        max-width: 0;
        opacity: 0;
        visibility: hidden
    }
}

.searchfield__bg {
    -webkit-transition: .3s ease;
    transition: .3s ease;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    position: fixed;
    background-color: #073325;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: 25% 40px;
    transform-origin: 25% 40px;
    opacity: 0;
    visibility: hidden;
    will-change: scale, opacity;
    z-index: 0
}

.searchfield__bg + * .searchfield__results-list-wrapper, .searchfield__bg + * .searchfield__results-list-wrapper--no-results {
    background-color: transparent
}

.searchfield__results-list {
    max-width: 0;
    max-height: 0
}

.searchfield__filters-list-wrapper, .searchfield__results-list-wrapper, .searchfield__results-list-wrapper--no-results {
    -webkit-transition: .3s ease;
    transition: .3s ease;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    top: 100%;
    white-space: nowrap;
    margin-top: 30px;
    font-size: 14px;
    line-height: 24px;
    background-color: #fff;
    color: #232323;
    max-height: 0;
    max-width: 0;
    height: 250px
}

.searchfield__filters-list-wrapper .ps__rail-x, .searchfield__results-list-wrapper--no-results .ps__rail-x, .searchfield__results-list-wrapper .ps__rail-x {
    display: none
}

.searchfield__filters-list-wrapper a, .searchfield__results-list-wrapper--no-results a, .searchfield__results-list-wrapper a {
    color: #232323
}

.searchfield__filters-wrapper {
    position: relative
}

@media (max-width: 768px) {
    .searchfield__filters-wrapper.open .searchfield__filters-open-btn {
        min-width: 270px;
        -webkit-box-pack: justify;
        justify-content: space-between
    }

    .searchfield__filters-wrapper.open .searchfield__filters-open-btn:before {
        opacity: 1;
        min-width: 270px;
        min-height: 210px
    }

    .searchfield__filters-wrapper.open .searchfield__filters-open-btn .icon {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }
}

@media (max-width: 480px) {
    .searchfield__filters-wrapper {
        -webkit-transform: none;
        transform: none
    }
}

.searchfield__filters-list-wrapper {
    right: 0;
    text-align: right;
    font-weight: 600;
    margin-top: 0;
    border: 1px solid #232323;
    min-width: 100%
}

.searchfield__filters-list-wrapper .ps__rail-y, .searchfield__filters-list-wrapper span.icon {
    display: none
}

.searchfield__filters-list-wrapper:before {
    right: 20px
}

@media (max-width: 768px) {
    .searchfield__filters-list-wrapper {
        right: auto;
        left: 0;
        top: 0;
        padding: 55px 20px 25px;
        background-color: #232323;
        border-radius: 20px;
        text-align: left;
        margin-top: 0;
        max-width: 0;
        box-shadow: 0 4px 8px rgba(34, 33, 49, .15)
    }

    .searchfield__filters-list-wrapper a {
        color: #232323
    }
}

.searchfield__filters-list {
    position: relative;
    padding-right: 49px;
    padding-left: 8px
}

@media (max-width: 768px) {
    .searchfield__filters-list {
        padding-right: 0;
        padding-left: 20px
    }
}

.searchfield__filters-item {
    position: relative
}

.searchfield__filters-item .form__wrapper {
    -webkit-box-align: end;
    align-items: flex-end
}

@media (max-width: 768px) {
    .searchfield__filters-item .form__wrapper {
        color: #232323;
        -webkit-box-align: start;
        align-items: flex-start
    }
}

.searchfield__filters-item:not(:last-of-type) {
    padding-bottom: 16px
}

.searchfield__filters-open-btn {
    padding: 8px;
    height: 100%;
    z-index: 1;
    -webkit-box-pack: start;
    justify-content: flex-start;
    border-radius: 0;
    border: 1px solid #232323
}

.searchfield__filters-open-btn-text {
    position: relative
}

.no-results {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column
}

.searchfield__results-wrapper {
    position: relative;
    width: 100%
}

.searchfield__results-wrapper.no-gradient .searchfield__results-list-wrapper:before {
    display: none
}

.searchfield__results-list-wrapper, .searchfield__results-list-wrapper--no-results {
    left: 0;
    padding-left: 15px;
    padding-right: 15px;
    width: auto;
    margin-top: 0
}

.searchfield__results-list-wrapper--no-results .ps__rail-y, .searchfield__results-list-wrapper .ps__rail-y {
    top: 0 !important
}

.searchfield__results-list-wrapper--no-results:before, .searchfield__results-list-wrapper:before {
    right: 15px;
    width: calc(100% - 65px)
}

@media (max-width: 991px) {
    .searchfield__results-list-wrapper, .searchfield__results-list-wrapper--no-results {
        overflow-y: auto;
        overflow-x: hidden
    }
}

@media (max-width: 768px) {
    .searchfield__results-list-wrapper, .searchfield__results-list-wrapper--no-results {
        width: 480px;
        padding: 0;
        max-width: 100%
    }
}

.searchfield__results-list-wrapper--no-results {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center
}

.searchfield__results-item {
    display: table-row;
    opacity: 1
}

.searchfield__results-item-data {
    padding-bottom: 13px;
    font-weight: 500
}

.searchfield__results-item-product {
    font-weight: 500;
    padding-right: 5px
}

.searchfield__results-item-data, .searchfield__results-item-number {
    display: table-cell
}

.searchfield__results-item-number {
    padding-left: 70px;
    opacity: .5;
    font-weight: 600
}

@media (max-width: 991px) {
    .searchfield__results-item-number {
        display: none
    }
}

.leafer {
    min-width: calc(33.33333% - 30px);
    position: relative;
    overflow: hidden;
    height: 100%
}

.leafer__wrap {
    -webkit-transition: .3s ease;
    transition: .3s ease;
    display: -webkit-box;
    display: flex;
    margin-left: -15px;
    margin-right: -15px;
    height: 100%;
    width: 100%
}

.leafer__wrap.leafer--vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    margin: -4px 0
}

.leafer__wrap.leafer--vertical > .leafer__slide {
    -webkit-box-flex: 0;
    flex: none;
    margin: 4px 0
}

.leafer__slide {
    padding: 0;
    position: relative;
    margin-left: 15px;
    margin-right: 15px;
    min-width: 100%;
    height: 100%
}

.leafer__btns {
    text-align: center
}

.leafer__btn, .leafer__btns {
    display: -webkit-box;
    display: flex
}

.leafer__btn {
    -webkit-transition: .3s ease;
    transition: .3s ease;
    background: transparent;
    padding: 0;
    cursor: pointer;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 50px;
    height: 100px;
    overflow: hidden;
    z-index: 1;
    -webkit-box-align: center;
    align-items: center
}

.leafer__btn .icon {
    position: relative
}

.leafer__btn:before {
    -webkit-transition: .3s ease;
    transition: .3s ease;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    content: "";
    display: block;
    position: absolute;
    width: 100px;
    height: 100px;
    top: 0;
    border: 50px solid transparent
}

.leafer__btn--prev {
    left: 0
}

.leafer__btn--prev .icon {
    margin-left: 8px;
    margin-right: auto
}

.leafer__btn--prev:before {
    left: 50%;
    -webkit-transform: translateX(-25%);
    transform: translateX(-25%);
    border-left-color: hsla(0, 0%, 100%, .5)
}

.leafer__btn--prev:hover:before {
    border-left-color: #fff
}

.leafer__btn--next {
    right: 0
}

.leafer__btn--next .icon {
    margin-right: 8px;
    margin-left: auto;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.leafer__btn--next:before {
    right: 50%;
    -webkit-transform: translateX(25%);
    transform: translateX(25%);
    border-right-color: hsla(0, 0%, 100%, .5)
}

.leafer__btn--next:hover:before {
    border-right-color: #fff
}

.leafer--disabled {
    opacity: .5
}

.leafer__pagination {
    display: -webkit-box;
    display: flex;
    padding: 5px 0;
    -webkit-box-pack: center;
    justify-content: center;
    margin-top: 30px
}

.leafer__pagination-item {
    -webkit-transition: .3s ease;
    transition: .3s ease;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    width: 10px;
    height: 10px;
    border: 1px solid #073325;
    margin: 0 5px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    cursor: pointer
}

.leafer__pagination-item.active {
    background-color: #073325
}

.searchit {
    position: relative;
    margin-bottom: .5rem
}

.searchit .no-results {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 350px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    background-color: #fff;
    opacity: 0;
    visibility: hidden
}

.searchit .no-results img {
    width: 64px;
    height: 64px
}

.searchit.show .no-results.show {
    opacity: 1;
    visibility: visible;
    z-index: 2
}

.searchit__label {
    position: relative;
    z-index: 3;
    padding: 0;
    margin: 0;
    width: 100%
}

.searchit__label span {
    padding-left: 10px
}

.searchit__results {
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: -2;
    width: 100%;
    max-height: 350px;
    border: 1px solid #dadada;
    background: #fff;
    opacity: 0;
    visibility: hidden
}

.searchit__results.show {
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
    transform: none;
    z-index: 1111111111
}

.searchit__results.disabled li {
    -webkit-animation: searchit-disable .3s ease forwards;
    animation: searchit-disable .3s ease forwards
}

.searchit__results--outside {
    max-width: 240px
}

@media (max-width: 991px) {
    .searchit__results--outside {
        position: fixed;
        z-index: 11111111111;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        margin-left: auto;
        margin-right: auto;
        width: 100vw;
        height: 100vh;
        max-width: 500px;
        max-height: none !important;
        -webkit-overflow-scrolling: touch;
        overflow-y: auto;
        overflow-x: hidden;
        visibility: hidden;
        pointer-events: none;
        border-radius: 0;
        -webkit-transform: translateY(100vh);
        transform: translateY(100vh)
    }

    .searchit__results--outside .searchit__results-close-btn {
        opacity: 1;
        visibility: visible
    }
}

.searchit__results--outside.show {
    pointer-events: all
}

.searchit__results--in-form .searchit__result {
    font-size: 14px;
    font-weight: 400
}

.searchit__results-close-btn {
    position: absolute;
    right: 15px;
    top: 7px;
    opacity: 0;
    visibility: hidden
}

.searchit__result {
    -webkit-transition: .3s ease;
    transition: .3s ease;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    opacity: 0;
    font-size: 15px;
    line-height: 1;
    padding: 14px 20px;
    -webkit-animation: searchit-show .3s ease forwards;
    animation: searchit-show .3s ease forwards;
    display: -webkit-box;
    display: flex;
    width: 100%;
    color: #232323;
    cursor: pointer
}

.searchit__result .icon {
    stroke: #232323
}

.searchit__result.active, .searchit__result:hover {
    color: #073325;
    background-color: #f8f8f8
}

@-webkit-keyframes searchit-show {
    to {
        opacity: 1
    }
}

@keyframes searchit-show {
    to {
        opacity: 1
    }
}

@-webkit-keyframes searchit-disable {
    to {
        opacity: .1
    }
}

@keyframes searchit-disable {
    to {
        opacity: .1
    }
}

.searchit__icon {
    position: absolute;
    right: 1em;
    bottom: 1.4em;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-transform: translateY(50%);
    transform: translateY(50%)
}

.searchit__icon .icon {
    stroke: #232323;
    stroke-width: 1
}

.searchit {
    margin-bottom: 0
}

.searchit input {
    height: 44px;
    padding: 14px 20px;
    line-height: 1;
    font-size: 15px;
    border: 1px solid #dadada;
    background-color: #fff;
    cursor: pointer;
    color: #232323
}

.searchit input.active, .searchit input:focus {
    background-color: #fff
}

.searchit input::-webkit-input-placeholder {
    line-height: 1;
    font-size: 15px;
    color: #a3a3a3
}

.searchit input:-moz-placeholder, .searchit input::-moz-placeholder {
    line-height: 1;
    font-size: 15px;
    color: #a3a3a3
}

.searchit input:-ms-input-placeholder {
    line-height: 1;
    font-size: 15px;
    color: #a3a3a3
}

.calculator__results {
    box-shadow: 0 4px 32px rgba(0, 0, 0, .1);
    background: #fff;
    padding: 26px 26px 13px;
    font-size: 15px;
    margin-left: 40px
}

@media (max-width: 768px) {
    .calculator__results {
        max-width: 430px;
        margin: 0 auto;
        margin-top: 40px
    }
}

@media (max-width: 580px) {
    .calculator__results {
        margin-top: 0;
        padding: 25px 15px 8px
    }
}

.calculator__title {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    font-size: 15px;
    font-weight: 600
}

.calculator__title .icon {
    width: 32px;
    margin-right: 12px
}

.calculator__btns {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    margin-top: 15px
}

.calculator__btns .btn + .btn {
    margin-top: 8px
}

.calculator__list-label {
    font-size: 12px;
    opacity: .7
}

.calculator__list-item {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: 20px 0;
    line-height: 1.2em
}

.calculator__list-item + .calculator__list-item {
    border-top: 1px solid #dadada
}

.calculator__list-item > * {
    width: 50%;
    padding-right: 8px
}

@media (max-width: 768px) {
    .calculator__list-item {
        padding: 12px 0 12px 8px
    }
}

.calculator__list-item--right {
    text-align: right
}

.calculator__close {
    opacity: .5;
    position: absolute;
    right: 32px;
    top: 32px
}

@media (max-width: 768px) {
    .calculator__close {
        right: 8px;
        top: 8px
    }
}

.calculator__float {
    display: none
}

.calculator__float .icon {
    margin-left: 16px;
    -webkit-transform: scale(-1) translateY(-2px);
    transform: scale(-1) translateY(-2px);
    opacity: .5
}

@media (max-width: 768px) {
    .calculator__float {
        -webkit-transition: .3s ease;
        transition: .3s ease;
        -webkit-transition-delay: 0s;
        transition-delay: 0s;
        box-shadow: 0 4px 32px rgba(0, 0, 0, .1);
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        align-items: center;
        position: -webkit-sticky;
        position: sticky;
        z-index: 10;
        bottom: 60px;
        width: 100%;
        font-size: 15px;
        max-width: 320px;
        padding: .5em .8em;
        margin: 0 auto;
        background: #fff;
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translateY(50px);
        transform: translateY(50px)
    }

    .calculator__float.show {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.form__calculator .form-wrapper {
    -webkit-box-pack: justify;
    justify-content: space-between
}

.form__calculator .form-wrapper input:not([type=checkbox]):not([type=radio]) {
    min-width: auto
}

.form__calculator .form-wrapper .form__group + .form__group {
    margin-top: 0
}

@media (max-width: 580px) {
    .form__calculator .form-wrapper .form__group + .form__group {
        margin-top: 20px
    }
}

@media (max-width: 580px) {
    .form__calculator .form-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column
    }
}

.form__calculator .searchit--currency {
    max-width: 182px
}

.form__calculator .searchit--currency input {
    text-transform: uppercase
}

@media (max-width: 991px) {
    .form__calculator .searchit--currency {
        margin-left: 20px
    }
}

@media (max-width: 580px) {
    .form__calculator .searchit--currency {
        margin-left: 0
    }
}

.form__calculator .searchit--deposit input {
    min-width: 228px
}

@media (max-width: 991px) {
    .form__calculator .searchit--deposit input {
        min-width: 208px
    }
}

@media (max-width: 768px) {
    .form__calculator {
        max-width: 430px;
        margin: 0 auto
    }
}

@media (max-width: 580px) {
    .form__calculator {
        margin-bottom: 20px
    }

    .form__calculator .form__group + .form__group {
        margin-top: 20px
    }
}

.form__data .form__success {
    -webkit-box-pack: center;
    justify-content: center
}

.noUi-handle:after, .noUi-handle:before {
    display: none
}

.noUi-base {
    width: calc(100% - 20px);
    margin-left: 10px;
    cursor: pointer
}

.form__slider {
    height: 20px;
    top: -11px;
    background: transparent;
    box-shadow: none;
    border: none
}

.form__slider .noUi-connects {
    position: relative;
    overflow: visible
}

.form__slider .noUi-connects:before {
    content: "";
    display: block;
    position: absolute;
    width: calc(100% + 10px);
    height: 2px;
    background: #dadada;
    top: calc(50% - 1px)
}

.form__slider .noUi-connect {
    background: #073325;
    height: 2px;
    top: calc(50% - 1px);
    left: -10px
}

.form__slider .noUi-handle {
    background: #073325;
    border-radius: 50%;
    border: none;
    width: 20px;
    height: 20px;
    top: 0;
    right: -10px !important;
    box-shadow: 0 4px 11px rgba(0, 0, 0, .19), 0 1px 2px rgba(0, 0, 0, .05);
    cursor: ew-resize
}

.form__slider .noUi-handle:focus {
    outline: 1px solid #073325
}

.form__slider--double, .form__slider--double .noUi-base {
    width: 100%;
    margin-left: 0
}

.form__slider--double .noUi-connects:before {
    width: 100%
}

.form__slider--double .form__slide-info {
    opacity: 1
}

.form__slider--double .form__slide-btn {
    display: none
}

@media (max-width: 580px) {
    .card-gallery {
        height: 100%
    }
}

.card-gallery__container .gallery__item {
    background-color: #fff
}

@media (max-width: 580px) {
    .card-gallery__container, .card-gallery__container .gallery__item, .card-gallery__container .swiper-container, .card-gallery__container img {
        height: 100%
    }

    .card-gallery__container img {
        -o-object-fit: contain;
        object-fit: contain
    }
}

.card-gallery__modal-swiper-button-next, .card-gallery__modal-swiper-button-prev, .card-gallery__swiper-button-next, .card-gallery__swiper-button-prev {
    -webkit-transition: .3s ease;
    transition: .3s ease;
    background: transparent;
    padding: 0;
    cursor: pointer;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 50px;
    height: 100px;
    overflow: hidden;
    z-index: 1;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center
}

.card-gallery__modal-swiper-button-next .icon, .card-gallery__modal-swiper-button-prev .icon, .card-gallery__swiper-button-next .icon, .card-gallery__swiper-button-prev .icon {
    position: relative
}

.card-gallery__modal-swiper-button-next:before, .card-gallery__modal-swiper-button-prev:before, .card-gallery__swiper-button-next:before, .card-gallery__swiper-button-prev:before {
    -webkit-transition: .3s ease;
    transition: .3s ease;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    content: "";
    display: block;
    position: absolute;
    width: 100px;
    height: 100px;
    top: 0;
    border: 50px solid transparent
}

.card-gallery__modal-swiper-button-prev, .card-gallery__swiper-button-prev {
    left: 0
}

.card-gallery__modal-swiper-button-prev .icon, .card-gallery__swiper-button-prev .icon {
    margin-left: 8px;
    margin-right: auto
}

.card-gallery__modal-swiper-button-prev:before, .card-gallery__swiper-button-prev:before {
    left: 50%;
    -webkit-transform: translateX(-25%);
    transform: translateX(-25%);
    border-left-color: hsla(0, 0%, 100%, .5)
}

.card-gallery__modal-swiper-button-prev:hover:before, .card-gallery__swiper-button-prev:hover:before {
    border-left-color: #fff
}

.card-gallery__modal-swiper-button-next, .card-gallery__swiper-button-next {
    right: 0
}

.card-gallery__modal-swiper-button-next .icon, .card-gallery__swiper-button-next .icon {
    margin-right: 8px;
    margin-left: auto;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.card-gallery__modal-swiper-button-next:before, .card-gallery__swiper-button-next:before {
    right: 50%;
    -webkit-transform: translateX(25%);
    transform: translateX(25%);
    border-right-color: hsla(0, 0%, 100%, .5)
}

.card-gallery__modal-swiper-button-next:hover:before, .card-gallery__swiper-button-next:hover:before {
    border-right-color: #fff
}

.swiper-button-disabled {
    opacity: .5
}

.toggle-content__item {
    display: none;
    margin-bottom: 20px
}

.toggle-content__item.active {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    align-content: center
}

.toggle-content__item.active.active--reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse
}

.toggle-content__btns-label {
    font-weight: 700;
    width: 100%;
    margin-bottom: 15px;
    font-size: 15px
}

.toggle-content__btns {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    margin-bottom: 40px
}

@media (max-width: 480px) {
    .toggle-content__btns {
        margin-bottom: 20px
    }
}

.toggle-content__btns-container {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: start;
    align-items: flex-start
}

.toggle-content__btns-container .btn {
    border: 1px solid #dadada;
    padding: 9px
}

.toggle-content__btns-container .btn.active, .toggle-content__btns-container .btn:hover {
    border: 1px solid #073325;
    background-color: #073325
}

.toggle-content__btns-container .btn.active .icon, .toggle-content__btns-container .btn:hover .icon {
    stroke: #fff
}

.some-elm__img {
    width: 300px;
    overflow: hidden
}

.some-elm__text {
    width: 300px
}

.sidebar {
    position: fixed;
    z-index: 111;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media (max-width: 768px) {
    .sidebar {
        position: fixed;
        top: auto;
        bottom: 0;
        -webkit-transform: none;
        transform: none;
        pointer-events: none
    }

    .sidebar .sidebar__items {
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }

    .sidebar.open {
        pointer-events: all
    }

    .sidebar.open .sidebar__items {
        -webkit-transform: none;
        transform: none
    }
}

.sidebar__toggle-btns {
    position: relative;
    width: 50px;
    height: 50px;
    background: #232323;
    opacity: 0;
    visibility: hidden
}

@media (max-width: 768px) {
    .sidebar__toggle-btns {
        pointer-events: all;
        opacity: 1;
        visibility: visible
    }
}

.sidebar__toggle-btn {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    visibility: visible;
    background: #232323
}

.sidebar__toggle-btn.hidden {
    opacity: 0;
    visibility: hidden
}

.sidebar__items {
    -webkit-transition: .3s ease;
    transition: .3s ease;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column
}

.sidebar__item {
    position: relative
}

.sidebar__item:hover .sidebar__btn {
    background: #6f6f6f
}

.sidebar__item:hover .icon {
    stroke: none !important
}

.sidebar__item:hover .sidebar__item-links {
    opacity: 1;
    visibility: visible
}

.sidebar__btn {
    background: #232323;
    z-index: 2;
    padding: 10px
}

.sidebar__item-links {
    position: absolute;
    display: -webkit-box;
    display: flex;
    height: 100%;
    top: 0;
    left: 100%;
    background: #6f6f6f;
    visibility: hidden;
    opacity: 0
}

.sidebar__item-links .btn {
    background: #6f6f6f;
    text-transform: none;
    font-weight: 400;
    padding-left: 10px;
    padding-right: 10px;
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content
}

.sidebar__item-links .btn + .btn:before {
    content: "";
    display: block;
    position: absolute;
    height: 25px;
    width: 1px;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #fff
}

.services {
    padding: 0;
    position: relative;
    z-index: 1
}

.services .container {
    padding: 0
}

.services__container {
    display: -webkit-box;
    display: flex;
    background-color: #fff;
    margin-top: -160px
}

@media (max-width: 768px) {
    .services__container {
        margin-top: 0
    }

    .services__container .row {
        margin-left: 0;
        margin-right: 0
    }
}

.services__wrapper {
    display: -webkit-box;
    display: flex;
    padding-right: 35px;
    height: 100%
}

@media (max-width: 991px) {
    .services__wrapper {
        padding-right: 0
    }
}

.services__img-container {
    width: 50%;
    height: 255px;
    text-align: center
}

.services__img-container img {
    height: 100%;
    width: auto
}

.services__img-container + .services__text-container {
    width: 50%
}

@media (max-width: 991px) {
    .services__img-container + .services__text-container {
        width: 100%
    }
}

@media (max-width: 991px) {
    .services__img-container {
        display: none
    }
}

@media (max-width: 580px) {
    .services__img-container + .services__text-container {
        width: 100%;
        margin-left: 32px
    }
}

.services__title {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    margin-bottom: 15px;
    font-weight: 400
}

.services__title .icon {
    margin-right: 12px
}

.services__text-container {
    padding: 30px 24px
}

.services__text-container .btn {
    letter-spacing: normal
}

.services__text {
    font-size: 12px;
    line-height: 18px
}

.services__text-container--title-icon {
    margin-left: 32px
}

.services__text-container--title-icon .services__title {
    margin-left: -32px
}

.index-main {
    min-height: 1600px;
    padding-bottom: 84px;
    padding-top: 182px;
    margin-top: -95px;
    background-repeat: no-repeat, no-repeat;
    background-size: 69.5%, 69.5%;
    background-position: 100% 0, 0 100%
}

@media (max-width: 991px) {
    .index-main {
        padding-bottom: 32px;
        padding-top: 32px;
        margin-top: 0;
        background-size: 90%, 90%
    }
}

@media (max-width: 768px) {
    .index-main {
        background-size: 292%, 292%
    }
}

.index-main__section {
    position: relative;
    display: -webkit-box;
    display: flex;
    padding: 43px 45px;
    background-size: cover;
    background-position: 50%;
    height: 340px
}

.index-main__section.index-main__section--small {
    padding: 36px
}

.index-main__section.index-main__section--small .index-main__text-container {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    background-color: #232323;
    color: #fff;
    text-align: center;
    padding: 30px
}

@media (max-width: 580px) {
    .index-main__section.index-main__section--small .index-main__text-container {
        -webkit-box-align: start;
        align-items: flex-start;
        text-align: left
    }
}

.index-main__section.index-main__section--small .index-main__title {
    margin-bottom: 15px
}

.index-main__section.index-main__section--small .index-main__title:after {
    margin-top: 20px
}

.index-main__section.index-main__section--small .index-main__text {
    margin-bottom: 20px
}

.index-main__section.index-main__section--small .index-main__btn {
    font-size: 14px
}

.index-main__section.index-main__section--small .index-main__btn .icon {
    margin-left: 20px
}

@media (max-width: 580px) {
    .index-main__section.index-main__section--small {
        padding: 15px 0
    }
}

.index-main__section--vertical {
    height: 100%;
    padding-bottom: 36px
}

.index-main__section--vertical .index-main__text-container {
    margin-top: auto;
    margin-bottom: 0
}

@media (max-width: 768px) {
    .index-main__section--vertical {
        margin-bottom: 32px
    }

    .index-main__section--vertical .index-main__text-container {
        margin-top: auto;
        margin-bottom: auto
    }
}

@media (max-width: 768px) {
    .index-main__section {
        height: auto;
        min-height: 300px
    }

    .index-main__section + .index-main__section {
        margin-top: 32px
    }
}

@media (max-width: 580px) {
    .index-main__section {
        padding-left: 25px;
        padding-right: 25px
    }
}

.index-main__text-container {
    max-width: 340px;
    position: relative
}

@media (max-width: 768px) {
    .index-main__text-container {
        max-width: none;
        text-align: center;
        margin-top: auto;
        margin-bottom: auto
    }
}

@media (max-width: 580px) {
    .index-main__text-container {
        text-align: left
    }
}

.index-main__title {
    line-height: 27px;
    font-weight: 400;
    margin-bottom: 14px
}

@media (max-width: 768px) {
    .index-main__title.decorated--bottom-left:before {
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

.index-main__text {
    max-width: 285px;
    font-size: 14px;
    margin-bottom: 12px
}

@media (max-width: 768px) {
    .index-main__text {
        max-width: none;
        text-align: center
    }
}

@media (max-width: 580px) {
    .index-main__text {
        text-align: left
    }
}

.index-main__btn {
    color: #fff
}

.index-main__btn .icon {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.index-main__btn:hover {
    color: #073325
}

.index-main__btn:hover .icon {
    stroke: #073325
}

.request {
    padding-left: 0;
    padding-right: 0
}

.request__intro {
    margin-bottom: 45px
}

.benefits {
    padding-left: 0;
    padding-right: 0
}

@media (max-width: 991px) {
    .benefits .container {
        padding: 0
    }
}

@media (min-width: 991px) {
    .benefits .leafer__pagination {
        display: none
    }
}

.benefits .leafer__wrap {
    -webkit-box-pack: center;
    justify-content: center;
    margin-left: 0;
    margin-right: 0
}

@media (max-width: 768px) {
    .benefits .leafer__wrap {
        -webkit-box-pack: start;
        justify-content: flex-start
    }
}

.benefits .leafer__slide {
    min-width: calc(16.66666% - 10px);
    margin-right: 5px;
    margin-left: 5px
}

@media (max-width: 768px) {
    .benefits .leafer__slide {
        min-width: calc(100% - 10px)
    }
}

.benefits .leafer__btn {
    display: none
}

@media (max-width: 768px) {
    .benefits .leafer__btn {
        display: -webkit-box;
        display: flex;
        top: 50%
    }
}

.benefits__section-title {
    text-align: center;
    font-weight: 500
}

@media (max-width: 768px) {
    .benefits__section-title {
        font-size: 26px;
        padding-left: 10px;
        padding-right: 10px
    }
}

.benefit__card {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    text-align: center;
    font-size: 16px;
    line-height: 24px
}

.benefit__card .icon {
    width: auto;
    margin-bottom: 20px
}

.benefit__text {
    max-width: 150px;
    font-size: 16px;
    line-height: 24px
}

.redirect {
    padding: 0;
    position: relative;
    height: calc(100vh - 100px)
}

.redirect .container {
    height: 100%
}

@media (max-width: 768px) {
    .redirect .container {
        min-height: 100%
    }
}

@media (max-width: 768px) {
    .redirect {
        height: auto;
        min-height: calc(100vh - 100px);
        padding-top: 100px
    }
}

.redirect__content {
    position: relative;
    display: -webkit-box;
    display: flex;
    display: -ms-flexbox;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    text-align: center;
    height: 100%
}

.redirect__wrong-browser-title {
    margin-bottom: 30px
}

.redirect__wrong-browser-text {
    margin-bottom: 50px
}

.redirect__content-wrapper {
    max-width: 100%
}

.redirect__bg-img {
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    height: 100%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.redirect__bg-img img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%
}

.redirect__bg-img:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #fff;
    opacity: .8
}

.redirect__title {
    color: #073325;
    margin-bottom: 0;
    max-width: 100%
}

.redirect__text {
    margin-top: 30px;
    margin-bottom: 50px
}

@media (max-width: 480px) {
    .redirect__text {
        margin: 20px 0
    }
}

.redirect__btns {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center
}

.redirect__btns .btn {
    margin: 0 20px
}

@media (max-width: 580px) {
    .redirect__btns .btn {
        margin: 10px 20px
    }
}

@media (max-width: 580px) {
    .redirect__btns {
        flex-wrap: wrap
    }
}

.redirect__wrong-browser-img {
    margin-bottom: 30px;
    width: 128px;
    height: 125px;
    position: relative
}

.redirect__wrong-browser-img:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    width: 5px;
    height: 200px;
    background-color: #ff4b55;
    -webkit-transform: translateY(-15%) rotate(-45deg);
    transform: translateY(-15%) rotate(-45deg)
}

@media (max-width: 1366px) {
    .redirect__wrong-browser-img:before {
        top: 0
    }
}

@media (max-width: 768px) {
    .redirect__wrong-browser-img:before {
        top: 0;
        height: 140px;
        -webkit-transform: translateY(-8%) rotate(-45deg);
        transform: translateY(-8%) rotate(-45deg)
    }
}

.redirect__wrong-browser-img img {
    width: 100%
}

@media (max-width: 1366px) {
    .redirect__wrong-browser-img {
        padding-top: 0
    }
}

@media (max-width: 768px) {
    .redirect__wrong-browser-img {
        margin-bottom: 30px;
        width: 100px;
        height: 100px;
        padding: 0
    }
}

.redirect__browsers-list {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    width: 100%;
    max-width: 600px;
    flex-wrap: wrap
}

.redirect__browsers-item {
    margin: 0 30px 30px;
    min-width: 65px;
    width: calc(25% - 60px)
}

.redirect__browsers-item img {
    -webkit-transition: .3s ease;
    transition: .3s ease;
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

.redirect__browsers-item:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

@media (max-width: 580px) {
    .newsfeed {
        padding-left: 0;
        padding-right: 0
    }
}

.newsfeed__list {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px;
    margin-bottom: 30px
}

@media (max-width: 991px) {
    .newsfeed__list {
        -webkit-box-pack: center;
        justify-content: center
    }
}

.newsfeed__item {
    margin-left: 5px;
    margin-right: 5px;
    width: calc(50% - 10px)
}

@media (max-width: 991px) {
    .newsfeed__item {
        width: calc(75% - 10px)
    }
}

@media (max-width: 768px) {
    .newsfeed__item {
        width: calc(100% - 10px)
    }
}

@media (max-width: 768px) {
    .newsfeed .row {
        -webkit-box-pack: center;
        justify-content: center
    }
}

.product-benefits {
    margin-bottom: -60px
}

@media (max-width: 768px) {
    .product-benefits {
        margin-bottom: -40px
    }
}

.product-benefit {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    margin-bottom: 60px
}

.product-benefit p {
    margin: 0
}

.product-benefit__title {
    text-align: center
}

.product-benefit__icon {
    width: 150px;
    height: 150px;
    border: 1px solid #dadada;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    border-radius: 50%;
    margin-bottom: 24px
}

.product-benefit__icon .icon {
    width: 58px
}

.product-description {
    padding-left: 0;
    padding-right: 0
}

.product-description .static {
    padding: 0 15px
}

.product-description__text-block {
    margin-bottom: 25px
}

.product-description__title {
    margin-bottom: 20px
}

@media (max-width: 768px) {
    .product-description__title {
        text-align: center
    }
}

.product-description__list {
    position: relative;
    padding-left: 20px
}

.product-description__list:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1px;
    height: calc(100% + 40px);
    background-color: #dadada
}

@media (max-width: 768px) {
    .product-description__list:before {
        display: none
    }
}

@media (max-width: 768px) {
    .product-description__list {
        padding-left: 0
    }
}

@media (max-width: 768px) {
    .product-description__subtitle {
        margin-bottom: 30px;
        text-align: center
    }
}

.product-description__item {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    color: #6f6f6f;
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 28px
}

.product-description__item img {
    width: auto;
    margin-right: 15px
}

@media (max-width: 768px) {
    .card {
        margin-bottom: 20px
    }
}

.card__text-container {
    padding: 20px 25px 35px;
    text-align: center
}

@media (max-width: 991px) {
    .card__text-container {
        padding: 18px 20px 25px
    }
}

.card__title {
    padding-bottom: 20px;
    margin-bottom: 23px;
    border-bottom: 1px solid #dadada
}

.card__text {
    height: 105px;
    overflow: hidden;
    font-size: 15px;
    line-height: 27px
}

.product-description__text {
    margin-bottom: 50px
}

@media (max-width: 768px) {
    .product-description__text {
        text-align: center
    }
}

.products-intro {
    text-align: center
}

.products-description-text {
    font-size: 15px;
    line-height: 20px;
    color: #6f6f6f
}

.products-intro__text {
    margin-bottom: 50px
}

@media (max-width: 991px) {
    .products-intro__text {
        margin-bottom: 32px
    }
}

.products-benefit__item {
    text-align: center
}

@media (max-width: 768px) {
    .products-benefit__item {
        margin-bottom: 20px
    }
}

.products-options {
    padding-left: 0;
    padding-right: 0
}

@media (max-width: 991px) {
    .products-options {
        padding-left: 0;
        padding-right: 0
    }
}

.products-options__filters {
    margin: -10px -10px 30px
}

.products-options__filters .btn {
    font-size: 14px;
    margin: 10px
}

.products-options__filters.toggle-view-btns {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row
}

@media (max-width: 768px) {
    .products-options__filters {
        flex-wrap: wrap
    }
}

.products-options__filters-btn {
    border: 1px solid #dadada;
    color: #6f6f6f;
    font-weight: 400;
    border-radius: 20px;
    min-width: 155px;
    text-transform: none;
    padding-top: 13px;
    padding-bottom: 13px
}

.products-options__filters-btn.active, .products-options__filters-btn:hover {
    background-color: #073325;
    border-color: #073325;
    color: #fff
}

.products-options__list {
    margin-bottom: 50px
}

@media (max-width: 991px) {
    .products-options__list {
        margin-bottom: 32px
    }
}

.products-options__item {
    margin-bottom: 50px
}

.products-options__item.active.active--reverse .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse
}

.products-options__item.active .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row
}

@media (max-width: 991px) {
    .products-options__item {
        margin-bottom: 32px
    }
}

.description-card--reverse .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse
}

.description-card--reverse .description-card__text-container {
    padding-left: 25px;
    padding-right: 40px
}

@media (max-width: 768px) {
    .description-card {
        max-width: 470px
    }
}

.description-card__title {
    margin-bottom: 20px
}

.description-card__text {
    margin-bottom: 50px
}

@media (max-width: 991px) {
    .description-card__text {
        margin-bottom: 32px
    }
}

.description-card__text-container {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    padding: 25px 25px 25px 40px;
    height: 100%
}

@media (max-width: 768px) {
    .description-card__text-container {
        padding: 25px
    }
}

.description-card__option {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    font-size: 14px;
    line-height: 1.5em;
    font-weight: 700
}

.description-card__option img {
    width: auto;
    margin-right: 17px
}

.description-card__img-container {
    padding: 25px
}

.description-card__img-container:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.description-card__img-title {
    padding-bottom: 20px;
    border-bottom: 1px solid #dadada;
    margin-bottom: 20px;
    font-weight: 700
}

.description-card__img {
    overflow: hidden;
    border-top-left-radius: 11px;
    border-top-right-radius: 11px;
    margin-bottom: 20px
}

.description-card__img img {
    -webkit-transition: .6s ease;
    transition: .6s ease;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.description-card__img-label {
    font-size: 12px;
    line-height: 18px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #dadada
}

.description-card__img-label, .description-card__img-text {
    color: #6f6f6f
}

.description-card__img-footer {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between
}

.description-card__img-footer .icon {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

@media (max-width: 580px) {
    .description-card__img-footer {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -webkit-box-align: center;
        align-items: center
    }

    .description-card__img-footer > * + * {
        margin-top: 20px
    }
}

.product-header__btns {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center
}

@media (max-width: 580px) {
    .product-header__btns {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column
    }
}

.product-header__btn {
    border: 1px solid #dadada;
    padding: 13px 19px;
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content
}

.product-header__btn + .product-header__btn {
    margin-left: 32px
}

@media (max-width: 580px) {
    .product-header__btn + .product-header__btn {
        margin-left: 0;
        margin-top: 20px
    }
}

.product-header__btn:hover {
    color: #fff;
    border-color: #073325
}

.product-header__btn:hover .icon {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1)
}

.product-benefit__text {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
    line-height: 18px;
    max-height: 90px;
    overflow: hidden
}

.about .about__links {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    justify-content: center;
    padding-left: 10px;
    padding-right: 10px;
    margin: 0 -10px 40px
}

@media (max-width: 991px) {
    .about .about__links {
        margin-bottom: 22px
    }
}

@media (max-width: 580px) {
    .about .about__links {
        padding-left: 0;
        padding-right: 0
    }
}

.about .btn {
    padding: 12px 20px 12px 12px;
    margin-left: 10px;
    margin-right: 10px;
    width: calc(50% - 20px);
    text-transform: none;
    font-weight: 400;
    color: #232323;
    -webkit-box-pack: end;
    justify-content: flex-end;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: normal;
    text-align: left;
    border: 1px solid transparent
}

.about .btn .icon {
    width: 48px;
    margin-right: 20px;
    -webkit-filter: grayscale(1);
    filter: grayscale(1)
}

.about .btn span {
    width: calc(100% - 70px)
}

.about .btn:hover {
    border-color: #dadada;
    color: #073325;
    background-color: #fff
}

.about .btn:hover .icon {
    -webkit-filter: grayscale(0);
    filter: grayscale(0)
}

@media (max-width: 991px) {
    .about .btn {
        width: 80%;
        margin-right: 0
    }
}

@media (max-width: 768px) {
    .about .btn {
        width: 100%
    }
}

@media (max-width: 580px) {
    .about {
        padding-left: 0;
        padding-right: 0
    }
}

@media (max-width: 768px) {
    .notices .row {
        -webkit-box-pack: center;
        justify-content: center
    }
}

@media (max-width: 580px) {
    .notices {
        padding-left: 0;
        padding-right: 0
    }
}

.notices__articles-list {
    margin-bottom: 15px
}

.news-preview-card {
    padding: 25px;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column
}

.news-preview-card__title {
    padding-bottom: 15px;
    border-bottom: 1px solid #dadada;
    margin-bottom: 20px;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-height: 106px
}

@media (max-width: 768px) {
    .news-preview-card__title {
        text-align: center
    }
}

@media (max-width: 580px) {
    .news-preview-card__title {
        max-height: none
    }
}

.news-preview-card__text {
    margin-bottom: 20px
}

@media (max-width: 768px) {
    .news-preview-card__text {
        text-align: center
    }
}

.news-preview-card__footer {
    text-align: right;
    margin-top: auto
}

.news-preview-card__footer .btn {
    padding: 15px 2em
}

@media (max-width: 768px) {
    .news-preview-card__footer {
        text-align: center
    }
}

.subscribe .subscribe-form {
    -webkit-box-pack: center;
    justify-content: center;
    margin-bottom: -13px
}

.subscribe .subscribe-form input, .subscribe .subscribe-form input:not([type=checkbox]), .subscribe .subscribe-form input:not([type=radio]) {
    min-width: 310px;
    color: #232323
}

@media (max-width: 580px) {
    .subscribe .subscribe-form input, .subscribe .subscribe-form input:not([type=checkbox]), .subscribe .subscribe-form input:not([type=radio]) {
        min-width: 240px
    }
}

.subscribe .subscribe-form .btn:hover {
    background-color: #232323;
    border-color: #232323;
    color: #fff
}

@media (max-width: 580px) {
    .subscribe .subscribe-form {
        margin-bottom: 0
    }
}

.static-section {
    padding-left: 0;
    padding-right: 0
}

@media (max-width: 991px) {
    .static-section {
        padding-top: 32px
    }
}

.static-section__title {
    color: #073325;
    text-align: center;
    margin-bottom: 15px
}

.contacts {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0
}

.contacts .section__footer {
    margin-top: 30px
}

@media (max-width: 991px) {
    .contacts .section__footer {
        margin-bottom: 12px
    }
}

.contacts .tab__container {
    max-width: none;
    margin: 0 auto
}

.contacts .tab__item {
    padding: 0;
    -webkit-transform: none;
    transform: none
}

.contacts .tab-btns {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    margin-bottom: 30px
}

@media (max-width: 580px) {
    .contacts .tab-btns {
        flex-wrap: wrap
    }
}

.contacts .tab-btns__toggle-tab {
    border-color: #dadada;
    padding: 12px 16px;
    margin-right: 0
}

.contacts .tab-btns__toggle-tab.active, .contacts .tab-btns__toggle-tab:hover {
    background-color: #073325;
    border-color: #073325;
    color: #fff
}

.contacts .tab-btns__toggle-tab.active .icon, .contacts .tab-btns__toggle-tab:hover .icon {
    fill: #fff
}

@media (max-width: 768px) {
    .contacts .tab-btns__toggle-tab {
        margin-bottom: 0
    }
}

@media (max-width: 580px) {
    .contacts .tab-btns__toggle-tab {
        width: 200px;
        max-width: 100%
    }
}

.contacts .toggle-content__btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column
}

.contacts__header {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px
}

.contacts__header .searchit {
    margin-right: 20px
}

@media (max-width: 480px) {
    .contacts__header {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        flex-direction: column-reverse
    }

    .contacts__header .searchit {
        margin-right: 0
    }

    .contacts__header .searchit:not(:last-child) {
        margin-bottom: 20px
    }
}

.contacts__form {
    width: auto
}

.contacts__form .form__wrapper {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    margin-right: 15px
}

@media (max-width: 991px) {
    .contacts__form .form-wrapper {
        flex-wrap: wrap
    }
}

.contacts-list {
    margin-bottom: 50px
}

@media (max-width: 991px) {
    .contacts-list {
        margin-bottom: 35px
    }
}

.contacts__card-wrapper {
    -webkit-transition: .3s ease;
    transition: .3s ease;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    width: 100%;
    position: relative;
    -webkit-perspective: 2000px;
    perspective: 2000px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.contacts__card-wrapper.flip .contacts__card--foreground {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    z-index: 0
}

.contacts__card-wrapper.flip .contacts__card--background {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    z-index: 1
}

.contacts__card {
    margin-bottom: 20px;
    padding: 12px 18px 20px;
    border: 1px solid #dadada;
    height: calc(100% - 20px);
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    position: relative;
    top: 0;
    left: 0;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.contacts__card--foreground {
    z-index: 1;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg)
}

.contacts__card--background {
    position: absolute;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    z-index: 0
}

.contacts__card--background .contacts__card-text-wrapper {
    position: relative;
    padding-right: 20px;
    overflow: hidden;
    max-width: 100%
}

@media (max-width: 991px) {
    .contacts__card--background .contacts__card-text-wrapper {
        overflow-x: hidden;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch
    }
}

.contacts__card.hidden {
    display: none
}

.contacts__card * {
    font-size: 14px;
    line-height: 1
}

.contacts__card p {
    line-height: 18px
}

.contacts__card .btn {
    margin-top: 20px;
    width: 100%;
    -webkit-box-pack: center;
    justify-content: center
}

.contacts__card .btn .icon {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.contacts__card .contacts__card__link {
    margin-top: auto;
    padding-top: 20px;
    border-top: 1px solid #dadada;
    -webkit-box-pack: center;
    justify-content: center
}

.contacts__card .contacts__card-item {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: start;
    align-items: flex-start;
    padding: 20px 0;
    border-bottom: 1px solid #dadada
}

.contacts__card .contacts__card-item--description {
    min-height: 129px;
    max-height: 129px
}

.contacts__card .contacts__card-item--currency {
    min-height: 81px;
    max-height: 81px
}

.contacts__card .contacts__card-item .icon {
    width: auto;
    margin-right: 10px
}

.contacts__card .contacts__card-item-wrapper {
    width: 100%
}

.contacts__card .contacts__card-item-wrapper .contacts__card-text b {
    margin-left: 5px
}

.contacts__card .contacts__card-item--has-title .contacts__card-text {
    margin-bottom: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column
}

.contacts__card .contacts__card-item--has-title img {
    margin-right: 20px
}

.contacts__card .contacts__card-title {
    line-height: 1;
    color: #232323;
    font-weight: 700;
    height: 28px;
    overflow: hidden
}

.contacts__card .contacts__card-subtitle {
    height: 28px;
    overflow: hidden
}

.contacts__card .contacts__card-text-wrapper {
    width: 100%
}

.contacts__card .contacts__card-text-wrapper > * + * {
    margin-top: 5px
}

.contacts__card .contacts__card-text-wrapper p {
    margin-bottom: 10px
}

.contacts__card .contacts__card-text-wrapper .btn {
    -webkit-box-pack: start;
    justify-content: flex-start;
    margin-top: 0;
    font-weight: 400
}

.contacts__card .contacts__card-text-wrapper--time {
    height: 57px
}

.contacts__card .contacts__card-text-description {
    height: 37px;
    overflow: hidden
}

.contacts__card .flip-card-btn {
    font-size: 12px
}

.contacts__card .flip-back-btn {
    padding: 10px;
    margin-top: 0;
    width: auto;
    position: absolute;
    top: 0;
    right: 0;
    background: #fff;
    z-index: 1
}

.contacts__card .contacts__card-text {
    display: -webkit-box;
    display: flex;
    margin-bottom: 10px;
    color: #6f6f6f
}

.contacts__card .contacts__card-text b {
    margin-left: auto
}

.contacts__card-rects {
    display: -webkit-box;
    display: flex;
    padding-top: 5px
}

.contacts__card-rect {
    width: 8px;
    height: 8px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border: 1px solid #073325;
    margin-right: 16px
}

.contacts__card-rect.active {
    background-color: #073325
}

.contacts-map {
    position: relative;
    height: 700px;
    margin-bottom: 0
}

.contacts-map.active {
    display: block
}

.contacts-map .contacts__card .contacts__card-item--has-title .icon {
    margin-right: 10px
}

.contacts-map .contacts__card-item:last-child {
    padding-bottom: 0;
    border-bottom: none
}

.contacts-map__cards-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

.contacts-map__cards-container .icon {
    width: auto;
    cursor: pointer
}

.contacts-map__card-wrapper {
    position: absolute
}

.contacts-map__card-wrapper.active {
    z-index: 11
}

.reports-info__wrapper {
    padding: 0 10px
}

.reports-info__link {
    display: -webkit-box;
    display: flex;
    margin-bottom: 32px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: 100%
}

.reports-info__link:hover .reports-info__link-title {
    color: #073325
}

.reports-info__subtitle {
    margin-bottom: 23px
}

.reports-info__link-title {
    -webkit-transition: .3s ease;
    transition: .3s ease;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    color: #6f6f6f;
    font-size: 14px;
    line-height: 1.5em;
    font-weight: 700;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: start;
    align-items: flex-start;
    margin-left: 15px;
    width: calc(100% - 30px)
}

.reports-info__link-label {
    color: #818181;
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    margin-top: 8px;
    text-transform: uppercase
}

.reports__links-wrapper {
    -webkit-column-count: 2;
    column-count: 2
}

@media (max-width: 768px) {
    .reports__links-wrapper {
        -webkit-column-count: 1;
        column-count: 1
    }
}

.reports__links-container {
    background-color: #fff;
    height: 560px;
    padding: 40px 50px
}

@media (max-width: 580px) {
    .reports__links-container {
        padding: 15px
    }
}

.reports-info__subtitle, .reports__links-title {
    position: relative;
    color: #073325;
    padding-left: 42px
}

.reports-info__subtitle:before, .reports__links-title:before {
    content: "";
    display: block;
    position: absolute;
    width: 26px;
    height: 14px;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    mask-image: url(../assets/img/decor.svg);
    background: currentColor;
}

.reports-info__subtitle.no-decor:before, .reports__links-title.no-decor:before {
    display: block
}

.reports .tab__container {
    border: 1px solid #dadada
}

.reports .tab__item {
    -webkit-transform: none;
    transform: none
}

.reports .leafer {
    padding-left: 30px;
    padding-right: 30px;
    overflow: hidden;
    margin-bottom: 20px
}

@media (max-width: 991px) {
    .reports .leafer {
        padding: 0
    }
}

.reports .leafer__wrap {
    width: calc(100% - 60px);
    margin: 0;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    justify-content: flex-start
}

@media (max-width: 991px) {
    .reports .leafer__wrap {
        width: auto;
        flex-wrap: nowrap;
        -webkit-box-pack: start;
        justify-content: flex-start;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch
    }
}

.reports .leafer__slide {
    min-width: 9.75%;
    margin: 0
}

.reports .leafer__slide .tab-btns__toggle-tab {
    margin: 0
}

.reports .leafer__slide .btn {
    min-width: 100%;
    width: 100%;
    font-size: 16px;
    line-height: 1;
    color: #6f6f6f;
    padding: 18px 20px;
    letter-spacing: normal;
    font-weight: 400;
    border: 1px solid #dadada
}

.reports .leafer__slide .btn.active, .reports .leafer__slide .btn:hover {
    color: #fff;
    background-color: #073325;
    border-color: #073325
}

.reports .leafer__slide + .leafer__slide .btn {
    border-left: none
}

.reports .leafer__slide + .leafer__slide.active .btn {
    border-left: 1px solid #dadada
}

@media (max-width: 991px) {
    .reports .leafer__slide {
        min-width: 80px
    }
}

.reports .leafer__btn {
    width: 30px;
    height: 100%;
    background-color: #f8f8f8;
    -webkit-box-pack: center;
    justify-content: center
}

.reports .leafer__btn .icon {
    margin: 0
}

.reports .leafer__btn:not(.leafer--disabled) .icon {
    fill: #073325
}

.reports .leafer__btn:before {
    display: none
}

@media (max-width: 991px) {
    .reports .leafer__btn {
        display: none
    }
}

.reports .leafer__btn--next, .reports .leafer__btn--prev {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.reports-info__subtitle {
    position: relative;
    padding-left: 42px
}

.reports-info__subtitle:before {
    content: "";
    display: block;
    position: absolute;
    width: 26px;
    height: 14px;
    mask-image: url(../assets/img/decor.svg);
    top: 50%;
    background: currentColor;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.reports-info__text {
    font-size: 15px;
    line-height: 20px
}

.sale__filters-form .searchit {
    margin-right: 20px
}

.sale__filters-form .form__group {
    width: 100%;
    max-width: 425px
}

.sale__filters-form .form-wrapper {
    margin-bottom: 0
}

.sale__filters-form .form-wrapper > * {
    margin-bottom: 20px
}

@media (max-width: 991px) {
    .sale__filters-form .form-wrapper {
        flex-wrap: wrap
    }
}

@media (max-width: 768px) {
    .sale__filters-form .form-wrapper > * {
        width: 100%;
        margin-right: 0
    }

    .sale__filters-form .form__group {
        max-width: none
    }
}

.sale__filters-btns {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    justify-content: center;
    margin-bottom: 20px
}

.sale__filters-btns .btn {
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
    font-size: 14px;
    padding: 12px 23px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 20px
}

@media (max-width: 991px) {
    .sale__filters-btns .btn {
        margin-left: 5px;
        margin-right: 5px
    }
}

.sale__list {
    margin-bottom: 30px
}

@media (max-width: 991px) {
    .sale__list {
        margin-bottom: 10px
    }
}

.sale-card {
    margin-bottom: 20px;
    border: 1px solid #dadada
}

.sale-card__text-container {
    padding: 20px 20px 15px;
    font-size: 15px;
    line-height: 20px
}

.sale-card__text-container .btn {
    margin-top: 15px;
    width: 100%;
    -webkit-box-pack: center;
    justify-content: center
}

.sale-card__text-container .btn .icon {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.sale-card__text-item {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    min-height: 55px;
    border-bottom: 1px solid #dadada
}

.sale-card__text-item img {
    width: auto;
    margin-right: 20px
}

.sale-card__title {
    padding-bottom: 20px;
    border-bottom: 1px solid #dadada;
    margin-bottom: 5px
}

.sale-card__text {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column
}

.sale-card__text a {
    font-size: 15px;
    line-height: 20px
}

.sale-card__text a:hover {
    color: #073325
}

.sale-card__image-container {
    position: relative
}

.sale-card__image-label {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 12px;
    background-color: #57a332;
    color: #fff
}

.search .container {
    padding: 0
}

.search__footer {
    margin-top: 30px;
    margin-bottom: 50px;
    text-align: center
}

.search__results-card {
    border: 1px solid #dadada;
    border-radius: 4px;
    padding: 18px 13px;
    margin-bottom: 20px
}

.search__results-card .breadscrumbs {
    position: static;
    margin-bottom: 7px
}

.search__results-card .breadscrumbs .breadscrumbs-list {
    margin-bottom: 0
}

@media (max-width: 768px) {
    .search__results-card .breadscrumbs {
        display: block !important
    }

    .search__results-card .breadscrumbs .breadscrumbs-list {
        flex-wrap: wrap
    }
}

.search__results-link {
    font-size: 14px;
    margin-bottom: 7px;
    font-weight: 700
}

.search__label {
    margin-bottom: 20px
}

.search__label--top {
    margin-bottom: 35px
}

.search__label b {
    display: inline-block;
    margin-left: 20px
}

.form__search {
    width: 400px;
    max-width: 100%;
    margin: 0 auto 25px
}

.form__search input {
    background-color: #fff;
    border-color: #dadada;
    padding-right: 35px
}

.form__search-btn {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.convertor .section-title {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center
}

.convertor .section-title .section__title-text {
    max-width: 470px
}

.convertor .section-title .section__title-label {
    font-size: 15px;
    opacity: .5;
    display: -webkit-box;
    display: flex;
    color: #6f6f6f
}

.convertor .section-title .section__title-label b {
    margin-left: 5px
}

.convertor .section-title .section__title-label .icon {
    margin-right: 10px;
    width: auto
}

.form-convertor {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    justify-content: center;
    width: auto;
    margin-left: -5px;
    margin-right: -5px;
    margin-bottom: 25px
}

.form-convertor .form__group {
    margin-left: 5px;
    margin-right: 5px
}

@media (max-width: 480px) {
    .form-convertor .form__group {
        width: 100%
    }
}

.form-convertor input {
    padding-right: 85px;
    min-width: 182px;
    width: 182px;
    font-weight: 400
}

@media (max-width: 480px) {
    .form-convertor input {
        width: 100%
    }
}

.form-convertor .form-convertor__input-label {
    position: absolute;
    right: 16px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    text-transform: uppercase;
    font-weight: 700;
    color: hsla(0, 0%, 43.5%, .5)
}

.form-convertor .form-convertor__input-label .icon {
    width: auto;
    margin-right: 5px
}

.form-convertor .form-convertor__input-label span:hover {
    color: hsla(0, 0%, 43.5%, .5)
}

.exchange-rates .tab-btns {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center
}

@media (max-width: 768px) {
    .exchange-rates .tab-btns {
        margin-bottom: 15spx
    }
}

@media (max-width: 580px) {
    .exchange-rates .tab-btns {
        flex-wrap: wrap
    }
}

.exchange-rates .tab__item {
    -webkit-transform: none;
    transform: none
}

.exchange-rates .tab-btns__toggle-tab {
    border-color: #dadada;
    padding: 12px 16px;
    margin: 0 0 10px
}

.exchange-rates .tab-btns__toggle-tab.active, .exchange-rates .tab-btns__toggle-tab:hover {
    background-color: #073325;
    border-color: #073325;
    color: #fff
}

.exchange-rates .tab-btns__toggle-tab.active .icon, .exchange-rates .tab-btns__toggle-tab:hover .icon {
    fill: #fff
}

@media (max-width: 768px) {
    .exchange-rates .tab-btns__toggle-tab {
        margin-bottom: 0
    }
}

@media (max-width: 580px) {
    .exchange-rates .tab-btns__toggle-tab {
        width: 200px;
        max-width: 100%
    }
}

.exchange-rates .tab__container {
    margin: 0 auto
}

.awards__card {
    display: -webkit-box;
    display: flex;
    margin-bottom: 32px
}

.awards__card--reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse
}

@media (max-width: 991px) {
    .awards__card {
        -webkit-box-pack: center;
        justify-content: center
    }
}

@media (max-width: 580px) {
    .awards__card {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        flex-direction: column-reverse;
        width: 350px;
        max-width: 100%;
        margin: 0 auto 32px
    }
}

.awards__card-title {
    margin-bottom: 15px
}

.awards__card-text-block {
    padding: 20px 15px;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    width: 250px
}

@media (max-width: 580px) {
    .awards__card-text-block {
        width: 100%
    }
}

.awards__card-item {
    font-size: 14px;
    padding: 22px 0;
    border-top: 1px solid #dadada
}

.awards__card-item:last-child {
    margin-bottom: -18px
}

.awards__card-img-block {
    position: relative;
    width: 223px
}

@media (max-width: 580px) {
    .awards__card-img-block {
        width: 100%
    }
}

.suggestions__form {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    width: 470px;
    max-width: 100%;
    margin: 0 auto
}

.suggestions__form .form__group {
    margin-bottom: 12px;
    width: 100%
}

.suggestions__form .form__group--in-row {
    margin-top: 0;
    margin-bottom: 12px
}

.suggestions__form input, .suggestions__form textarea {
    min-width: 470px
}

.suggestions__form textarea {
    min-height: 130px
}

@media (max-width: 580px) {
    .suggestions__form .form__group {
        width: 100%
    }

    .suggestions__form input, .suggestions__form textarea {
        min-width: 100%
    }
}

.iban-generator__text {
    max-width: 470px;
    margin: 0 auto 50px
}

@media (max-width: 991px) {
    .iban-generator__text {
        margin-bottom: 30px
    }
}

.iban-generator__form {
    margin-bottom: 50px
}

.iban-generator__form .form__group {
    margin-bottom: 12px
}

.iban-generator__form .form__wrapper {
    display: -webkit-box;
    display: flex
}

.iban-generator__form .form__wrapper span:hover {
    color: #073325
}

@media (max-width: 580px) {
    .iban-generator__form .form__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column
    }
}

.iban-generator__form-btn {
    margin-left: 20px
}

@media (max-width: 580px) {
    .iban-generator__form-btn {
        margin-top: 20px;
        margin-left: 0
    }
}

.interview .section-title {
    margin-bottom: 7px
}

.interview .form__group {
    max-width: 470px
}

.interview .form__subtitle {
    position: relative;
    font-size: 12px;
    line-height: 1.5;
    font-weight: 700;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center
}

.interview .form__subtitle:before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 12px;
    margin-right: 10px;
    background-image: url(../assets/img/decor.svg);
    background: currentColor;;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%
}

.interview .form.success .form__success {
    position: relative
}

.interview .form.success > :not(.form__success) {
    display: none
}

.interview [data-group-required].error textarea {
    border-color: #dadada
}

.interview .form__group.error .error__text {
    margin-top: 0;
    padding: 8px 0 0
}

.interview label {
    margin-bottom: 10px
}

.interview label:last-of-type {
    margin-bottom: 0
}

.interview input[type=checkbox], .interview input[type=radio] {
    position: absolute;
    clip: rect(0 0 0 0);
    width: 1px;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0
}

.interview .form__checkbox + .icon {
    width: 24px;
    height: 24px;
    min-width: 24px
}

@media (max-width: 1200px) and (min-width: 768px) {
    .interview {
        padding-left: 50px;
        padding-right: 50px
    }
}

.interview__text {
    max-width: 470px;
    margin: 0 auto 50px
}

@media (max-width: 991px) {
    .interview__text {
        margin-bottom: 30px
    }
}

.footer {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    width: 100%
}

.footer .accordion {
    margin-bottom: 20px
}

@media (max-width: 768px) {
    .footer .accordion {
        margin-bottom: 0
    }
}

.footer .accordion__content, .footer .accordion__title {
    background-color: transparent;
    color: #fff;
    border: none
}

.footer .accordion__title {
    border-bottom: 1px solid #fff;
    font-weight: 700
}

.footer .accordion__icon {
    right: 16px
}

.footer__section {
    color: #fff
}

.footer__section--top {
    padding-top: 22px;
    padding-bottom: 14px;
    background-color: #464646
}

.footer__section--top .footer__section-wrapper {
    -webkit-box-pack: justify;
    justify-content: space-between
}

@media (max-width: 768px) {
    .footer__section--top .footer__section-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -webkit-box-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        align-items: center
    }
}

.footer__section--top .footer__socials {
    padding-bottom: 5px
}

@media (max-width: 768px) {
    .footer__section--top {
        padding: 32px
    }
}

.footer__section--middle {
    padding-top: 32px;
    background-color: #323232
}

.footer__section--middle .footer__section-wrapper {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px
}

@media (max-width: 768px) and (max-width: 768px) {
    .footer__section--middle {
        padding-bottom: 32px;
        padding-top: 0
    }
}

.footer__section--bottom, .footer__section--copyright {
    background-color: #232323
}

.footer__section--copyright {
    border-top: 1px solid #6f6f6f
}

.footer__section--bottom {
    padding: 31px 0
}

.footer__section--bottom .footer__section-wrapper {
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center
}

@media (max-width: 580px) {
    .footer__section--bottom .footer__section-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -webkit-box-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        align-items: center
    }
}

@media (max-width: 768px) {
    .footer__section--bottom {
        padding: 32px
    }
}

.footer__section a {
    color: #fff
}

.footer__side-link {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: end;
    align-items: flex-end;
    font-size: 12px;
    line-height: 1
}

.footer__side-link .footer__logo {
    margin-left: 10px
}

@media (max-width: 580px) {
    .footer__side-link {
        margin-top: 10px
    }
}

.footer__section-wrapper {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap
}

.footer__nav-container {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column
}

.footer__nav {
    padding-right: 40px;
    margin-bottom: 40px;
    height: calc(100% - 40px)
}

.footer__nav .subscribe-form {
    margin-bottom: -15px;
    position: relative
}

.footer__nav .form__success {
    padding: 10px 0
}

@media (max-width: 768px) {
    .footer__nav {
        margin-bottom: 0;
        padding-right: 0
    }
}

@media (max-width: 768px) {
    .footer__nav--subscribe .footer__nav-item {
        padding-left: 0
    }
}

@media (max-width: 768px) {
    .footer__nav--subscribe {
        -webkit-box-ordinal-group: 2;
        order: 1;
        margin-top: 14px
    }
}

.footer__nav-title {
    width: 100%;
    margin-bottom: 14px;
    font-weight: 400;
    padding-bottom: 5px;
    border-bottom: 1px solid #fff
}

@media (max-width: 768px) {
    .footer__nav-title {
        line-height: 1;
        padding-left: 1em;
        font-weight: 700;
        padding-top: 16px;
        padding-bottom: 16px;
        margin-bottom: 0
    }
}

a.footer__nav-title {
    cursor: pointer
}

.footer__nav-item a {
    color: #a3a3a3
}

.footer__nav-item:hover a {
    color: #fff;
}

.footer__nav-item + .footer__nav-item {
    margin-top: 13px
}

@media (max-width: 768px) {
    .footer__nav-item {
        font-size: 16px;
        padding-left: 1em;
        margin-top: 20px
    }
}

.footer__nav-contact {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center
}

.footer__nav-contact .icon {
    -webkit-transition: 0s ease;
    transition: 0s ease;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    margin-right: 15px
}

.footer__nav-contact:hover {
    color: #073325
}

.footer__socials {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center
}

@media (max-width: 768px) {
    .footer__socials {
        margin-bottom: 20px;
        flex-wrap: wrap
    }
}

@media (max-width: 580px) {
    .footer__socials {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -webkit-box-align: center;
        align-items: center
    }
}

.footer__socials-title {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    margin-right: 33px
}

@media (max-width: 580px) {
    .footer__socials-title {
        margin-right: 0;
        margin-bottom: 10px
    }
}

.footer__socials-btn {
    background-color: #fff
}

.footer__socials-btn:not(:last-child) {
    margin-right: 10px
}

.footer__socials-btn .icon {
    -webkit-transition: 0s ease;
    transition: 0s ease;
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

.footer__socials-btn:hover {
    background-color: #073325
}

.footer__socials-btn:hover .icon {
    stroke: none !important
}

.footer__top-link {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center
}

.footer__top-link .footer__top-link-text {
    position: relative;
    max-width: 182px;
    opacity: .5;
    padding: 0 18px;
    line-height: 18px
}

.footer__top-link .footer__top-link-text:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 55px;
    width: 1px;
    background-color: #fff
}

@media (max-width: 768px) {
    .footer__top-link .footer__top-link-text:before {
        display: none
    }
}

@media (max-width: 768px) {
    .footer__top-link .footer__top-link-text {
        padding-left: 0
    }
}

@media (max-width: 580px) {
    .footer__top-link .footer__top-link-text {
        padding-right: 0;
        margin-bottom: 10px
    }
}

.footer__top-link img {
    width: auto;
    margin-left: 10px
}

@media (max-width: 580px) {
    .footer__top-link img {
        margin-left: 0
    }
}

@media (max-width: 580px) {
    .footer__top-link {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -webkit-box-align: center;
        align-items: center;
        text-align: center
    }
}

.copyright {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    align-items: flex-end;
    padding: 10px 0 14px;
    font-size: 12px;
    line-height: 1.5
}

.copyright:hover .copyright__text {
    color: #dadada
}

.copyright__text {
    color: #dadada;
    margin-bottom: -2px
}

.copyright__logo {
    display: block;
    width: 60px;
    margin-left: 10px;
    margin-top: -5px;
    color: #141719
}

.hero {
    padding: 0;
    height: 420px;
    position: relative
}

.hero--large, .hero--large .hero__image-container {
    height: 490px
}

.hero--large .hero__text-container {
    padding-top: 85px;
    padding-bottom: 185px
}

@media (max-width: 768px) {
    .hero--large .hero__text-container {
        padding-bottom: 85px;
        padding-top: 25px;
        top: 0
    }
}

.hero .leafer__btn {
    top: calc(50% + 35px)
}

@media (max-width: 768px) {
    .hero--slider .hero__text-container {
        height: 100%;
        top: 0
    }
}

@media (max-width: 768px) {
    .hero--slider .leafer__btn {
        top: 50%
    }
}

.hero + section > .breadscrumbs {
    top: 130px
}

@media (max-width: 991px) {
    .hero {
        padding-top: 70px;
        height: 490px
    }

    .hero--large, .hero--large .hero__image-container {
        height: 562px
    }
}

@media (max-width: 768px) {
    .hero .leafer__slide, .hero .leafer__wrap {
        margin-left: 0;
        margin-right: 0
    }
}

.hero__image-container {
    height: 420px
}

.hero__image-container img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.hero__text-container {
    position: absolute;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding-top: 70px
}

.hero__text-container .container {
    padding: 0
}

.hero__text-container--white-on-dark {
    background: -webkit-linear-gradient(359.66deg, #000 .09%, transparent 99.94%);
    background: linear-gradient(90.34deg, #000 .09%, transparent 99.94%)
}

/*.hero__text-container--black-on-light{background:-webkit-linear-gradient(left,#fff,hsla(0,0%,100%,0));background:linear-gradient(90deg,#fff,hsla(0,0%,100%,0))}*/
.hero__text-container--full {
    text-align: center
}

.hero__text-container--full .hero__text-wrapper {
    background: rgba(0, 0, 0, .4);
    width: 100%;
    max-width: 710px;
    margin: 0 auto;
    padding: 20px 40px
}

.hero__text-container--full .hero__text-wrapper .hero__title {
    font-size: 28px;
    line-height: 40px
}

@media (max-width: 768px) {
    .hero__text-container {
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 25px;
        -webkit-box-align: start;
        align-items: flex-start;
        height: calc(100% - 70px);
        top: 70px
    }

    .hero__text-container--full {
        -webkit-box-align: center;
        align-items: center;
        padding-top: 0
    }
}

@media (max-width: 580px) {
    .hero__text-container {
        padding-top: 25px
    }

    .hero__text-container--full {
        padding-top: 0
    }
}

.hero__text-wrapper {
    max-width: 50%
}

@media (max-width: 768px) {
    .hero__text-wrapper {
        width: 550px;
        max-width: 100%;
        text-align: center;
        margin: 0 auto
    }
}

.hero__title {
    color: #fff;
    font-weight: 600;
    margin-bottom: 5px
}

.hero__title--white {
    color: #fff
}

.hero__title--black {
    color: #232323
}

.hero__title--primary {
    color: #073325
}

.hero__text {
    color: #fff
}

.hero__text--black {
    color: #232323
}

.hero__text--white {
    color: #fff
}

.hero__btn {
    text-transform: none;
    font-size: 18px;
    padding: 17px 24px;
    min-width: 240px;
    letter-spacing: normal
}

/**
* Swiper 9.4.1
* Most modern mobile touch slider and framework with hardware accelerated transitions
* https://swiperjs.com
*/
@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, swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    display: block
}

.swiper-vertical > .swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    box-sizing: content-box
}

.swiper-android .swiper-slide, .swiper-wrapper {
    transform: translate3d(0px, 0, 0)
}

.swiper-horizontal {
    touch-action: pan-y
}

.swiper-vertical {
    touch-action: pan-x
}

.swiper-slide, swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
    display: block
}

.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-backface-hidden .swiper-slide {
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px
}

.swiper-3d .swiper-wrapper {
    transform-style: preserve-3d
}

.swiper-3d {
    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 {
    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, .15)
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(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, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(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, .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-css-mode.swiper-free-mode > .swiper-wrapper {
    scroll-snap-type: none
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: none
}

.swiper-centered > .swiper-wrapper::before {
    content: '';
    flex-shrink: 0;
    order: 9999
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: center center;
    scroll-snap-stop: always
}

.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-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader, swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s infinite linear
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.swiper-virtual .swiper-slide {
    -webkit-backface-visibility: hidden;
    transform: translateZ(0)
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
    height: 1px;
    width: var(--swiper-virtual-size)
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
    width: 1px;
    height: var(--swiper-virtual-size)
}

:root {
    --swiper-navigation-size: 44px
}

.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: var(--swiper-navigation-top-offset, 50%);
    width: calc(var(--swiper-navigation-size) / 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
    opacity: 0;
    cursor: auto;
    pointer-events: none
}

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
    display: none !important
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, 10px);
    right: auto
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    content: 'prev'
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 10px);
    left: auto
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    content: 'next'
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
    display: none !important
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: var(--swiper-pagination-bottom, 8px);
    top: var(--swiper-pagination-top, auto);
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(.33)
}

.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
    display: inline-block;
    border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
    background: var(--swiper-pagination-bullet-inactive-color, #000);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, .2)
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet:only-child {
    display: none !important
}

.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
    right: var(--swiper-pagination-right, 8px);
    left: var(--swiper-pagination-left, auto);
    top: 50%;
    transform: translate3d(0px, -50%, 0)
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: .2s transform, .2s top
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px)
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform, .2s left
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet, :host(.swiper-horizontal.swiper-rtl) .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform, .2s right
}

.swiper-pagination-fraction {
    color: var(--swiper-pagination-fraction-color, inherit)
}

.swiper-pagination-progressbar {
    background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, .25));
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: var(--swiper-pagination-progressbar-size, 4px);
    left: 0;
    top: 0
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
    width: var(--swiper-pagination-progressbar-size, 4px);
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: var(--swiper-scrollbar-border-radius, 10px);
    position: relative;
    -ms-touch-action: none;
    background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, .1))
}

.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
    display: none !important
}

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
    position: absolute;
    left: var(--swiper-scrollbar-sides-offset, 1%);
    bottom: var(--swiper-scrollbar-bottom, 4px);
    top: var(--swiper-scrollbar-top, auto);
    z-index: 50;
    height: var(--swiper-scrollbar-size, 4px);
    width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))
}

.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
    position: absolute;
    left: var(--swiper-scrollbar-left, auto);
    right: var(--swiper-scrollbar-right, 4px);
    top: var(--swiper-scrollbar-sides-offset, 1%);
    z-index: 50;
    width: var(--swiper-scrollbar-size, 4px);
    height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, .5));
    border-radius: var(--swiper-scrollbar-border-radius, 10px);
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move;
    touch-action: none
}

.swiper .swiper-notification, swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-free-mode > .swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-grid > .swiper-wrapper {
    flex-wrap: wrap
}

.swiper-grid-column > .swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column
}

.swiper-fade.swiper-free-mode .swiper-slide {
    transition-timing-function: ease-out
}

.swiper-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity
}

.swiper-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-cube {
    overflow: visible
}

.swiper-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-cube.swiper-rtl .swiper-slide {
    transform-origin: 100% 0
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-next + .swiper-slide, .swiper-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-cube .swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    opacity: .6;
    z-index: 0
}

.swiper-cube .swiper-cube-shadow:before {
    content: '';
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    filter: blur(50px)
}

.swiper-flip {
    overflow: visible
}

.swiper-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-flip .swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-creative .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    transition-property: transform, opacity, height
}

.swiper-cards {
    overflow: visible
}

.swiper-cards .swiper-slide {
    transform-origin: center bottom;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden
}

#calculator-credit .calculator__list .calculator__list-item:last-of-type {
    font-weight: bold;
}

@media screen and (max-width: 992px) {
    .mfp-bg, .mfp-wrap {
        position: fixed !important;
        max-height: 100vh;
    }

    .mfp-wrap {
        top: 50% !important;
        transform: translateY(-50%);
    }

    .mfp-container {
        position: relative;
    }

    .mfp-content {
        position: absolute !important;
        top: 50%;
        left: 0;
        max-width: 90vw;
        right: 0;
        transform: translateY(-50%);
    }

    .mfp-video-container video {
        width: 100%;
        height: auto;
    }
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 970px;
    background-color: #232323;
    color: white;
    text-align: center;
    padding: 32px;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    box-shadow: 0 0 8px -4px #000;
    z-index: 99999999999999;
}

.cookie-banner--visible {
    visibility: visible;
    opacity: 1;
}

.cookie-banner__title {
    margin: 0 0 14px 0;
    font-weight: 600;
    font-size: clamp(16px, 2vw, 20px);
}

.cookie-banner__snippet {
    margin-bottom: 16px;
    font-size: clamp(14px, 2vw, 16px);
}

.cookie-banner__buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(16px, 2vw, 24px);
}

.cookie-banner__button {
    padding: 6px 12px;
    border: 1px solid #fff;
    background-color: #232323;
    color: #fff;
    transition: .3s;
    cursor: pointer;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 34px;
    box-sizing: border-box;
    width: 148px;
    font-size: clamp(13px, 2vw, 14px);
}

.cookie-banner__button:hover {
    background: #fff;
    color: #232323;
}

.cookie-banner__button--filled {
    background: #fff;
    color: #232323;
    font-weight: 600;
}

.cookie-banner__button--filled:hover {
    color: #073325;
}

@media screen and (max-width: 768px) {
    .cookie-banner {
        padding: 24px 16px 20px;
    }
}

.header__menu a {
    color: #ccc;
}

