

/* Start:/local/templates/offZone2019/assets/styles/app.min.css?1602604311226880*/
@charset "UTF-8";

/*! normalize.css v6.0.0 | MIT License | github.com/necolas/normalize.css */

html {
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

article,
aside,
footer,
header,
nav,
section {
    display: block
}


/*input:-webkit-autofill, input:-webkit-autofill:active, input:-webkit-autofill:focus, input:-webkit-autofill:hover {*/


/*color: #fff !important;*/


/*-webkit-text-fill-color: #fff !important;*/


/*}*/

h1 {
    font-size: 2em;
    margin: .67em 0
}

figcaption,
figure,
main {
    display: block
}

figure {
    margin: 1em 40px
}

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

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

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

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: inherit;
    font-weight: bolder
}

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

dfn {
    font-style: italic
}

mark {
    background-color: #ff0;
    color: #000
}

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

audio,
video {
    display: inline-block
}

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

img {
    border-style: none
}

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

button,
input,
optgroup,
select,
textarea {
    margin: 0
}

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 {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    display: inline-block;
    vertical-align: baseline
}

textarea {
    overflow: auto
}

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

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

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

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

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

details,
menu {
    display: block
}

summary {
    display: list-item
}

canvas {
    display: inline-block
}

[hidden],
template {
    display: none
}

.datepicker--cells {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.datepicker--cell {
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    position: relative;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    height: 32px;
    z-index: 1
}

.datepicker--cell.-focus- {
    background: #f0f0f0
}

.datepicker--cell.-current- {
    color: #4eb5e6
}

.datepicker--cell.-current-.-focus- {
    color: #4a4a4a
}

.datepicker--cell.-current-.-in-range- {
    color: #4eb5e6
}

.datepicker--cell.-in-range- {
    background: rgba(92, 196, 239, .1);
    color: #4a4a4a
}

.datepicker--cell.-in-range-.-focus- {
    background-color: rgba(92, 196, 239, .2)
}

.datepicker--cell.-disabled- {
    cursor: default;
    color: #aeaeae
}

.datepicker--cell.-disabled-.-focus- {
    color: #aeaeae
}

.datepicker--cell.-disabled-.-in-range- {
    color: #a1a1a1
}

.datepicker--cell.-disabled-.-current-.-focus- {
    color: #aeaeae
}

.datepicker--cell.-range-from- {
    border: 1px solid rgba(92, 196, 239, .5);
    background-color: rgba(92, 196, 239, .1);
    border-radius: 4px 0 0 4px
}

.datepicker--cell.-range-to- {
    border: 1px solid rgba(92, 196, 239, .5);
    background-color: rgba(92, 196, 239, .1);
    border-radius: 0 4px 4px 0
}

.datepicker--cell.-range-from-.-range-to- {
    border-radius: 4px
}

.datepicker--cell.-selected- {
    border: none
}

.datepicker--cell.-selected-,
.datepicker--cell.-selected-.-current- {
    color: #fff;
    background: #5cc4ef
}

.datepicker--cell.-selected-.-focus- {
    background: #45bced
}

.datepicker--cell:empty {
    cursor: default
}

.datepicker--days-names {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 8px 0 3px
}

.datepicker--day-name {
    color: #ff9a19;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex: 1;
    -webkit-box-flex: 1;
    flex: 1;
    text-align: center;
    text-transform: uppercase;
    font-size: .8em
}

.datepicker--cell-day {
    width: 14.28571%
}

.datepicker--cells-months {
    height: 170px
}

.datepicker--cell-month {
    width: 33.33%;
    height: 25%
}

.datepicker--cells-years,
.datepicker--years {
    height: 170px
}

.datepicker--cell-year {
    width: 25%;
    height: 33.33%
}

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

@media print {
    .datepickers-container {
        display: none
    }
}

.datepicker {
    border: 1px solid #dbdbdb;
    -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, .15);
    box-shadow: 0 4px 12px rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    font-family: Tahoma, sans-serif;
    color: #4a4a4a;
    position: absolute;
    left: -100000px;
    opacity: 0;
    -webkit-transition: opacity .3s ease, left 0s .3s, -webkit-transform .3s ease;
    transition: opacity .3s ease, left 0s .3s, -webkit-transform .3s ease;
    -o-transition: opacity .3s ease, transform .3s ease, left 0s .3s;
    transition: opacity .3s ease, transform .3s ease, left 0s .3s;
    transition: opacity .3s ease, transform .3s ease, left 0s .3s, -webkit-transform .3s ease;
    z-index: 100
}

.datepicker.-from-top- {
    -webkit-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    transform: translateY(-8px)
}

.datepicker.-from-right- {
    -webkit-transform: translateX(8px);
    -ms-transform: translateX(8px);
    transform: translateX(8px)
}

.datepicker.-from-left- {
    -webkit-transform: translateX(-8px);
    -ms-transform: translateX(-8px);
    transform: translateX(-8px)
}

.datepicker.active {
    -webkit-transition: opacity .3s ease, left 0s 0s, -webkit-transform .3s ease;
    transition: opacity .3s ease, left 0s 0s, -webkit-transform .3s ease;
    -o-transition: opacity .3s ease, transform .3s ease, left 0s 0s;
    transition: opacity .3s ease, transform .3s ease, left 0s 0s;
    transition: opacity .3s ease, transform .3s ease, left 0s 0s, -webkit-transform .3s ease
}

.datepicker-inline .datepicker {
    border-color: #d7d7d7;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: static;
    left: auto;
    right: auto;
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.datepicker-inline .datepicker--pointer {
    display: none
}

.datepicker--content {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    padding: 4px
}

.-only-timepicker- .datepicker--content {
    display: none
}

.datepicker--pointer {
    position: absolute;
    background: #fff;
    border-top: 1px solid #dbdbdb;
    border-right: 1px solid #dbdbdb;
    width: 10px;
    height: 10px;
    z-index: -1
}

.-top-center- .datepicker--pointer,
.-top-left- .datepicker--pointer,
.-top-right- .datepicker--pointer {
    top: calc(100% - 4px);
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg)
}

.-right-bottom- .datepicker--pointer,
.-right-center- .datepicker--pointer,
.-right-top- .datepicker--pointer {
    right: calc(100% - 4px);
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg)
}

.-bottom-center- .datepicker--pointer,
.-bottom-left- .datepicker--pointer,
.-bottom-right- .datepicker--pointer {
    bottom: calc(100% - 4px);
    -webkit-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    transform: rotate(315deg)
}

.-left-bottom- .datepicker--pointer,
.-left-center- .datepicker--pointer,
.-left-top- .datepicker--pointer {
    left: calc(100% - 4px);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.-bottom-left- .datepicker--pointer,
.-top-left- .datepicker--pointer {
    left: 10px
}

.-bottom-right- .datepicker--pointer,
.-top-right- .datepicker--pointer {
    right: 10px
}

.-bottom-center- .datepicker--pointer,
.-top-center- .datepicker--pointer {
    left: calc(50% - 10px / 2)
}

.-left-top- .datepicker--pointer,
.-right-top- .datepicker--pointer {
    top: 10px
}

.-left-bottom- .datepicker--pointer,
.-right-bottom- .datepicker--pointer {
    bottom: 10px
}

.-left-center- .datepicker--pointer,
.-right-center- .datepicker--pointer {
    top: calc(50% - 10px / 2)
}

.datepicker--body {
    display: none
}

.datepicker--body.active {
    display: block
}

.datepicker--nav {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #efefef;
    min-height: 32px;
    padding: 4px
}

.-only-timepicker- .datepicker--nav {
    display: none
}

.datepicker--nav-action,
.datepicker--nav-title {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    cursor: pointer;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center
}

.datepicker--nav-action {
    width: 32px;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.datepicker--nav-action:hover {
    background: #f0f0f0
}

.datepicker--nav-action.-disabled- {
    visibility: hidden
}

.datepicker--nav-action svg {
    width: 32px;
    height: 32px
}

.datepicker--nav-action path {
    fill: none;
    stroke: #9c9c9c;
    stroke-width: 2px
}

.datepicker--nav-title {
    border-radius: 4px;
    padding: 0 8px
}

.datepicker--nav-title i {
    font-style: normal;
    color: #9c9c9c;
    margin-left: 5px
}

.datepicker--nav-title:hover {
    background: #f0f0f0
}

.datepicker--nav-title.-disabled- {
    cursor: default;
    background: none
}

.datepicker--buttons {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    padding: 4px;
    border-top: 1px solid #efefef
}

.datepicker--button {
    color: #4eb5e6;
    cursor: pointer;
    border-radius: 4px;
    -ms-flex: 1;
    -webkit-box-flex: 1;
    flex: 1;
    display: -ms-inline-flexbox;
    display: -webkit-inline-box;
    display: inline-flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    height: 32px
}

.datepicker--button:hover {
    color: #4a4a4a;
    background: #f0f0f0
}

.datepicker--time {
    border-top: 1px solid #efefef;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    padding: 4px;
    position: relative
}

.datepicker--time.-am-pm- .datepicker--time-sliders {
    -ms-flex: 0 1 138px;
    -webkit-box-flex: 0;
    flex: 0 1 138px;
    max-width: 138px
}

.-only-timepicker- .datepicker--time {
    border-top: none
}

.datepicker--time-sliders {
    -ms-flex: 0 1 153px;
    -webkit-box-flex: 0;
    flex: 0 1 153px;
    margin-right: 10px;
    max-width: 153px
}

.datepicker--time-label {
    display: none;
    font-size: 12px
}

.datepicker--time-current {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex: 1;
    -webkit-box-flex: 1;
    flex: 1;
    font-size: 14px;
    text-align: center;
    margin: 0 0 0 10px
}

.datepicker--time-current-colon {
    margin: 0 2px 3px;
    line-height: 1
}

.datepicker--time-current-hours,
.datepicker--time-current-minutes {
    line-height: 1;
    font-size: 19px;
    font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif;
    position: relative;
    z-index: 1
}

.datepicker--time-current-hours:after,
.datepicker--time-current-minutes:after {
    content: "";
    background: #f0f0f0;
    border-radius: 4px;
    position: absolute;
    left: -2px;
    top: -3px;
    right: -2px;
    bottom: -2px;
    z-index: -1;
    opacity: 0
}

.datepicker--time-current-hours.-focus-:after,
.datepicker--time-current-minutes.-focus-:after {
    opacity: 1
}

.datepicker--time-current-ampm {
    text-transform: uppercase;
    -ms-flex-item-align: end;
    align-self: flex-end;
    color: #9c9c9c;
    margin-left: 6px;
    font-size: 11px;
    margin-bottom: 1px
}

.datepicker--time-row {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    font-size: 11px;
    height: 17px;
    background: -webkit-gradient(linear, left top, right top, from(#dedede), to(#dedede)) left 50%/100% 1px no-repeat;
    background: -webkit-linear-gradient(left, #dedede, #dedede) left 50%/100% 1px no-repeat;
    background: -o-linear-gradient(left, #dedede, #dedede) left 50%/100% 1px no-repeat;
    background: linear-gradient(90deg, #dedede, #dedede) left 50%/100% 1px no-repeat
}

.datepicker--time-row:first-child {
    margin-bottom: 4px
}

.datepicker--time-row input[type=range] {
    background: none;
    cursor: pointer;
    -ms-flex: 1;
    -webkit-box-flex: 1;
    flex: 1;
    height: 100%;
    padding: 0;
    margin: 0;
    -webkit-appearance: none
}

.datepicker--time-row input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none
}

.datepicker--time-row input[type=range]::-ms-tooltip {
    display: none
}

.datepicker--time-row input[type=range]:hover::-webkit-slider-thumb {
    border-color: #b8b8b8
}

.datepicker--time-row input[type=range]:hover::-moz-range-thumb {
    border-color: #b8b8b8
}

.datepicker--time-row input[type=range]:hover::-ms-thumb {
    border-color: #b8b8b8
}

.datepicker--time-row input[type=range]:focus {
    outline: none
}

.datepicker--time-row input[type=range]:focus::-webkit-slider-thumb {
    background: #5cc4ef;
    border-color: #5cc4ef
}

.datepicker--time-row input[type=range]:focus::-moz-range-thumb {
    background: #5cc4ef;
    border-color: #5cc4ef
}

.datepicker--time-row input[type=range]:focus::-ms-thumb {
    background: #5cc4ef;
    border-color: #5cc4ef
}

.datepicker--time-row input[type=range]::-webkit-slider-thumb {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 12px;
    width: 12px;
    border-radius: 3px;
    border: 1px solid #dedede;
    background: #fff;
    cursor: pointer;
    -webkit-transition: background .2s;
    -o-transition: background .2s;
    transition: background .2s
}

.datepicker--time-row input[type=range]::-moz-range-thumb {
    box-sizing: border-box;
    height: 12px;
    width: 12px;
    border-radius: 3px;
    border: 1px solid #dedede;
    background: #fff;
    cursor: pointer;
    -webkit-transition: background .2s;
    -o-transition: background .2s;
    transition: background .2s
}

.datepicker--time-row input[type=range]::-ms-thumb {
    box-sizing: border-box;
    height: 12px;
    width: 12px;
    border-radius: 3px;
    border: 1px solid #dedede;
    background: #fff;
    cursor: pointer;
    -webkit-transition: background .2s;
    -o-transition: background .2s;
    transition: background .2s
}

.datepicker--time-row input[type=range]::-webkit-slider-thumb {
    margin-top: -6px
}

.datepicker--time-row input[type=range]::-webkit-slider-runnable-track {
    border: none;
    height: 1px;
    cursor: pointer;
    color: transparent;
    background: transparent
}

.datepicker--time-row input[type=range]::-moz-range-track {
    border: none;
    height: 1px;
    cursor: pointer;
    color: transparent;
    background: transparent
}

.datepicker--time-row input[type=range]::-ms-track {
    border: none;
    height: 1px;
    cursor: pointer;
    color: transparent;
    background: transparent
}

.datepicker--time-row input[type=range]::-ms-fill-lower,
.datepicker--time-row input[type=range]::-ms-fill-upper {
    background: transparent
}

.datepicker--time-row span {
    padding: 0 12px
}

.datepicker--time-icon {
    color: #9c9c9c;
    border: 1px solid;
    border-radius: 50%;
    font-size: 16px;
    position: relative;
    margin: 0 5px -1px 0;
    width: 1em;
    height: 1em
}

.datepicker--time-icon:after,
.datepicker--time-icon:before {
    content: "";
    background: currentColor;
    position: absolute
}

.datepicker--time-icon:after {
    height: .4em;
    width: 1px;
    left: calc(50% - 1px);
    top: calc(50% + 1px);
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%)
}

.datepicker--time-icon:before {
    width: .4em;
    height: 1px;
    top: calc(50% + 1px);
    left: calc(50% - 1px)
}

.datepicker--cell-day.-other-month-,
.datepicker--cell-year.-other-decade- {
    color: #dedede
}

.datepicker--cell-day.-other-month-:hover,
.datepicker--cell-year.-other-decade-:hover {
    color: #c5c5c5
}

.-disabled-.-focus-.datepicker--cell-day.-other-month-,
.-disabled-.-focus-.datepicker--cell-year.-other-decade- {
    color: #dedede
}

.-selected-.datepicker--cell-day.-other-month-,
.-selected-.datepicker--cell-year.-other-decade- {
    color: #fff;
    background: #a2ddf6
}

.-selected-.-focus-.datepicker--cell-day.-other-month-,
.-selected-.-focus-.datepicker--cell-year.-other-decade- {
    background: #8ad5f4
}

.-in-range-.datepicker--cell-day.-other-month-,
.-in-range-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, .1);
    color: #ccc
}

.-in-range-.-focus-.datepicker--cell-day.-other-month-,
.-in-range-.-focus-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, .2)
}

.datepicker--cell-day.-other-month-:empty,
.datepicker--cell-year.-other-decade-:empty {
    background: none;
    border: none
}

.leaflet-image-layer,
.leaflet-layer,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-pane,
.leaflet-pane>canvas,
.leaflet-pane>svg,
.leaflet-tile,
.leaflet-tile-container,
.leaflet-zoom-box {
    position: absolute;
    left: 0;
    top: 0
}

.leaflet-container {
    overflow: hidden
}

.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-drag: none
}

.leaflet-safari .leaflet-tile {
    image-rendering: -webkit-optimize-contrast
}

.leaflet-safari .leaflet-tile-container {
    width: 1600px;
    height: 1600px;
    -webkit-transform-origin: 0 0
}

.leaflet-marker-icon,
.leaflet-marker-shadow {
    display: block
}

.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-overlay-pane svg,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer {
    max-width: none !important;
    max-height: none !important
}

.leaflet-container.leaflet-touch-zoom {
    -ms-touch-action: pan-x pan-y;
    touch-action: pan-x pan-y
}

.leaflet-container.leaflet-touch-drag {
    -ms-touch-action: pinch-zoom;
    touch-action: none;
    touch-action: pinch-zoom
}

.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
    -ms-touch-action: none;
    touch-action: none
}

.leaflet-container {
    -webkit-tap-highlight-color: transparent
}

.leaflet-container a {
    -webkit-tap-highlight-color: rgba(51, 181, 229, .4)
}

.leaflet-tile {
    -webkit-filter: inherit;
    filter: inherit;
    visibility: hidden
}

.leaflet-tile-loaded {
    visibility: inherit
}

.leaflet-zoom-box {
    width: 0;
    height: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 800
}

.leaflet-overlay-pane svg {
    -moz-user-select: none
}

.leaflet-pane {
    z-index: 400
}

.leaflet-tile-pane {
    z-index: 200
}

.leaflet-overlay-pane {
    z-index: 400
}

.leaflet-shadow-pane {
    z-index: 500
}

.leaflet-marker-pane {
    z-index: 600
}

.leaflet-tooltip-pane {
    z-index: 650
}

.leaflet-popup-pane {
    z-index: 700
}

.leaflet-map-pane canvas {
    z-index: 100
}

.leaflet-map-pane svg {
    z-index: 200
}

.leaflet-vml-shape {
    width: 1px;
    height: 1px
}

.lvml {
    behavior: url(/local/templates/offZone2019/assets/styles/#default#VML);
    display: inline-block;
    position: absolute
}

.leaflet-control {
    position: relative;
    z-index: 800;
    pointer-events: visiblePainted;
    pointer-events: auto
}

.leaflet-bottom,
.leaflet-top {
    position: absolute;
    z-index: 1000;
    pointer-events: none
}

.leaflet-top {
    top: 0
}

.leaflet-right {
    right: 0
}

.leaflet-bottom {
    bottom: 0
}

.leaflet-left {
    left: 0
}

.leaflet-control {
    float: left;
    clear: both
}

.leaflet-right .leaflet-control {
    float: right
}

.leaflet-top .leaflet-control {
    margin-top: 10px
}

.leaflet-bottom .leaflet-control {
    margin-bottom: 10px
}

.leaflet-left .leaflet-control {
    margin-left: 10px
}

.leaflet-right .leaflet-control {
    margin-right: 10px
}

.leaflet-fade-anim .leaflet-tile {
    will-change: opacity
}

.leaflet-fade-anim .leaflet-popup {
    opacity: 0;
    -webkit-transition: opacity .2s linear;
    -o-transition: opacity .2s linear;
    transition: opacity .2s linear
}

.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
    opacity: 1
}

.leaflet-zoom-animated {
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0
}

.leaflet-zoom-anim .leaflet-zoom-animated {
    will-change: transform;
    -webkit-transition: -webkit-transform .25s cubic-bezier(0, 0, .25, 1);
    transition: -webkit-transform .25s cubic-bezier(0, 0, .25, 1);
    -o-transition: transform .25s cubic-bezier(0, 0, .25, 1);
    transition: transform .25s cubic-bezier(0, 0, .25, 1);
    transition: transform .25s cubic-bezier(0, 0, .25, 1), -webkit-transform .25s cubic-bezier(0, 0, .25, 1)
}

.leaflet-pan-anim .leaflet-tile,
.leaflet-zoom-anim .leaflet-tile {
    -webkit-transition: none;
    -o-transition: none;
    transition: none
}

.leaflet-zoom-anim .leaflet-zoom-hide {
    visibility: hidden
}

.leaflet-interactive {
    cursor: pointer
}

.leaflet-grab {
    cursor: -webkit-grab;
    cursor: grab
}

.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
    cursor: crosshair
}

.leaflet-control,
.leaflet-popup-pane {
    cursor: auto
}

.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.leaflet-image-layer,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-pane>svg path,
.leaflet-tile-container {
    pointer-events: none
}

.leaflet-image-layer.leaflet-interactive,
.leaflet-marker-icon.leaflet-interactive,
.leaflet-pane>svg path.leaflet-interactive {
    pointer-events: visiblePainted;
    pointer-events: auto
}

.leaflet-container {
    background: #ddd;
    outline: 0
}

.leaflet-container a {
    color: #0078a8
}

.leaflet-container a.leaflet-active {
    outline: 2px solid orange
}

.leaflet-zoom-box {
    border: 2px dotted #38f;
    background: hsla(0, 0%, 100%, .5)
}

.leaflet-container {
    font: 12px/1.5 Helvetica Neue, Arial, Helvetica, sans-serif
}

.leaflet-bar {
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, .65);
    box-shadow: 0 1px 5px rgba(0, 0, 0, .65);
    border-radius: 4px
}

.leaflet-bar a,
.leaflet-bar a:hover {
    background-color: #fff;
    border-bottom: 1px solid #ccc;
    width: 26px;
    height: 26px;
    line-height: 26px;
    display: block;
    text-align: center;
    text-decoration: none;
    color: #000
}

.leaflet-bar a,
.leaflet-control-layers-toggle {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    display: block
}

.leaflet-bar a:hover {
    background-color: #f4f4f4
}

.leaflet-bar a:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
}

.leaflet-bar a:last-child {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px
}

.leaflet-bar a.leaflet-disabled {
    cursor: default;
    background-color: #f4f4f4;
    color: #bbb
}

.leaflet-touch .leaflet-bar a {
    width: 30px;
    height: 30px;
    line-height: 30px
}

.leaflet-touch .leaflet-bar a:first-child {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px
}

.leaflet-touch .leaflet-bar a:last-child {
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px
}

.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
    font: 700 18px Lucida Console, Monaco, monospace;
    text-indent: 1px
}

.leaflet-touch .leaflet-control-zoom-in,
.leaflet-touch .leaflet-control-zoom-out {
    font-size: 22px
}

.leaflet-control-layers {
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, .4);
    box-shadow: 0 1px 5px rgba(0, 0, 0, .4);
    background: #fff;
    border-radius: 5px
}

.leaflet-control-layers-toggle {
    background-image: url(/local/templates/offZone2019/assets/styles/images/layers.png)
}

.leaflet-retina .leaflet-control-layers-toggle {
    background-image: url(/local/templates/offZone2019/assets/styles/images/layers-2x.png)
}

.leaflet-touch .leaflet-control-layers-toggle {
    width: 44px;
    height: 44px
}

.leaflet-control-layers-expanded .leaflet-control-layers-toggle,
.leaflet-control-layers .leaflet-control-layers-list {
    display: none
}

.leaflet-control-layers-expanded .leaflet-control-layers-list {
    display: block;
    position: relative
}

.leaflet-control-layers-expanded {
    padding: 6px 10px 6px 6px;
    color: #333;
    background: #fff
}

.leaflet-control-layers-scrollbar {
    overflow-y: scroll;
    overflow-x: hidden;
    padding-right: 5px
}

.leaflet-control-layers-selector {
    margin-top: 2px;
    position: relative;
    top: 1px
}

.leaflet-control-layers label {
    display: block
}

.leaflet-control-layers-separator {
    height: 0;
    border-top: 1px solid #ddd;
    margin: 5px -10px 5px -6px
}

.leaflet-default-icon-path {
    background-image: url(/local/templates/offZone2019/assets/styles/images/marker-icon.png)
}

.leaflet-container .leaflet-control-attribution {
    background: #fff;
    background: hsla(0, 0%, 100%, .7);
    margin: 0
}

.leaflet-control-attribution,
.leaflet-control-scale-line {
    padding: 0 5px;
    color: #333
}

.leaflet-control-attribution a {
    text-decoration: none
}

.leaflet-control-attribution a:hover {
    text-decoration: underline
}

.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
    font-size: 11px
}

.leaflet-left .leaflet-control-scale {
    margin-left: 5px
}

.leaflet-bottom .leaflet-control-scale {
    margin-bottom: 5px
}

.leaflet-control-scale-line {
    border: 2px solid #777;
    border-top: none;
    line-height: 1.1;
    padding: 2px 5px 1px;
    font-size: 11px;
    white-space: nowrap;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    background: hsla(0, 0%, 100%, .5)
}

.leaflet-control-scale-line:not(:first-child) {
    border-top: 2px solid #777;
    border-bottom: none;
    margin-top: -2px
}

.leaflet-control-scale-line:not(:first-child):not(:last-child) {
    border-bottom: 2px solid #777
}

.leaflet-touch .leaflet-bar,
.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers {
    -webkit-box-shadow: none;
    box-shadow: none
}

.leaflet-touch .leaflet-bar,
.leaflet-touch .leaflet-control-layers {
    border: 2px solid rgba(0, 0, 0, .2);
    background-clip: padding-box
}

.leaflet-popup {
    position: absolute;
    text-align: center;
    margin-bottom: 20px
}

.leaflet-popup-content-wrapper {
    padding: 1px;
    text-align: left;
    border-radius: 12px
}

.leaflet-popup-content {
    margin: 13px 19px;
    line-height: 1.4
}

.leaflet-popup-content p {
    margin: 18px 0
}

.leaflet-popup-tip-container {
    width: 40px;
    height: 20px;
    position: absolute;
    left: 50%;
    margin-left: -20px;
    overflow: hidden;
    pointer-events: none
}

.leaflet-popup-tip {
    width: 17px;
    height: 17px;
    padding: 1px;
    margin: -10px auto 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
    background: #fff;
    color: #333;
    -webkit-box-shadow: 0 3px 14px rgba(0, 0, 0, .4);
    box-shadow: 0 3px 14px rgba(0, 0, 0, .4)
}

.leaflet-container a.leaflet-popup-close-button {
    position: absolute;
    top: 0;
    right: 0;
    padding: 4px 4px 0 0;
    border: none;
    text-align: center;
    width: 18px;
    height: 14px;
    font: 16px/14px Tahoma, Verdana, sans-serif;
    color: #c3c3c3;
    text-decoration: none;
    font-weight: 700;
    background: transparent
}

.leaflet-container a.leaflet-popup-close-button:hover {
    color: #999
}

.leaflet-popup-scrolled {
    overflow: auto;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd
}

.leaflet-oldie .leaflet-popup-content-wrapper {
    zoom: 1
}

.leaflet-oldie .leaflet-popup-tip {
    width: 24px;
    margin: 0 auto;
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
    filter: progid: DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)
}

.leaflet-oldie .leaflet-popup-tip-container {
    margin-top: -1px
}

.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
    border: 1px solid #999
}

.leaflet-div-icon {
    background: #fff;
    border: 1px solid #666
}

.leaflet-tooltip {
    position: absolute;
    padding: 6px;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 3px;
    color: #222;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .4)
}

.leaflet-tooltip.leaflet-clickable {
    cursor: pointer;
    pointer-events: auto
}

.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before,
.leaflet-tooltip-top:before {
    position: absolute;
    pointer-events: none;
    border: 6px solid transparent;
    background: transparent;
    content: ""
}

.leaflet-tooltip-bottom {
    margin-top: 6px
}

.leaflet-tooltip-top {
    margin-top: -6px
}

.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
    left: 50%;
    margin-left: -6px
}

.leaflet-tooltip-top:before {
    bottom: 0;
    margin-bottom: -12px;
    border-top-color: #fff
}

.leaflet-tooltip-bottom:before {
    top: 0;
    margin-top: -12px;
    margin-left: -6px;
    border-bottom-color: #fff
}

.leaflet-tooltip-left {
    margin-left: -6px
}

.leaflet-tooltip-right {
    margin-left: 6px
}

.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
    top: 50%;
    margin-top: -6px
}

.leaflet-tooltip-left:before {
    right: 0;
    margin-right: -12px;
    border-left-color: #fff
}

.leaflet-tooltip-right:before {
    left: 0;
    margin-left: -12px;
    border-right-color: #fff
}

body.compensate-for-scrollbar {
    overflow: hidden;
    -ms-overflow-style: none
}

.fancybox-active {
    height: auto
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    width: 100%;
    z-index: 99992
}

.fancybox-container * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto
}

.fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    -webkit-transition-duration: inherit;
    -o-transition-duration: inherit;
    transition-duration: inherit;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-timing-function: cubic-bezier(.47, 0, .74, .71);
    -o-transition-timing-function: cubic-bezier(.47, 0, .74, .71);
    transition-timing-function: cubic-bezier(.47, 0, .74, .71)
}

.fancybox-is-open .fancybox-bg {
    opacity: .87;
    -webkit-transition-timing-function: cubic-bezier(.22, .61, .36, 1);
    -o-transition-timing-function: cubic-bezier(.22, .61, .36, 1);
    transition-timing-function: cubic-bezier(.22, .61, .36, 1)
}

.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
    direction: ltr;
    opacity: 0;
    position: absolute;
    -webkit-transition: opacity .25s ease, visibility 0s ease .25s;
    -o-transition: opacity .25s ease, visibility 0s ease .25s;
    transition: opacity .25s ease, visibility 0s ease .25s;
    visibility: hidden;
    z-index: 99997
}

.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
    opacity: 1;
    -webkit-transition: opacity .25s ease 0s, visibility 0s ease 0s;
    -o-transition: opacity .25s ease 0s, visibility 0s ease 0s;
    transition: opacity .25s ease 0s, visibility 0s ease 0s;
    visibility: visible
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.fancybox-toolbar {
    right: 0;
    top: 0
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    z-index: 99994
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px 44px 0;
    position: absolute;
    text-align: center;
    top: 0;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    -o-transition-property: transform, opacity;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    white-space: normal;
    width: 100%;
    z-index: 99994
}

.fancybox-slide:before {
    content: "";
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
    display: block
}

.fancybox-slide--next {
    z-index: 99995
}

.fancybox-slide--image {
    padding: 44px 0 0;
    overflow: visible
}

.fancybox-slide--image:before {
    display: none
}

.fancybox-slide--html {
    padding: 6px 6px 0
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0 0 44px;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle
}

.fancybox-slide--image .fancybox-content {
    -webkit-animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    -o-transition-property: transform, opacity;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995
}

.fancybox-slide--html .fancybox-content {
    margin: 0 0 6px
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: -webkit-zoom-in;
    cursor: zoom-in
}

.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
    cursor: -webkit-grab;
    cursor: grab
}

.fancybox-is-grabbing .fancybox-content {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.fancybox-container [data-selectable=true] {
    cursor: text
}

.fancybox-image,
.fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%
}

.fancybox-spaceball {
    z-index: 1
}

.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--video .fancybox-content {
    height: calc(100% - 44px);
    overflow: visible;
    padding: 0;
    width: 100%
}

.fancybox-slide--video .fancybox-content {
    background: #000
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff
}

.fancybox-iframe,
.fancybox-video {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    vertical-align: top;
    width: 100%
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%
}

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0
}

.fancybox-button {
    background: rgba(30, 30, 30, .6);
    border: 0;
    border-radius: 0;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    -webkit-transition: color .2s;
    -o-transition: color .2s;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px
}

.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
    color: #ccc
}

.fancybox-button:hover {
    color: #fff
}

.fancybox-button:focus {
    outline: none
}

.fancybox-button.fancybox-focus {
    outline: 1px dotted
}

.fancybox-button.disabled,
.fancybox-button.disabled:hover,
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: none
}

.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%
}

.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0
}

.fancybox-button--fsenter svg:nth-child(2),
.fancybox-button--fsexit svg:first-child,
.fancybox-button--pause svg:first-child,
.fancybox-button--play svg:nth-child(2) {
    display: none
}

.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401
}

.fancybox-close-small:hover {
    color: #fff;
    opacity: 1
}

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none
}

.fancybox-navigation .fancybox-button {
    background: transparent;
    height: 100px;
    margin: 0;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px
}

.fancybox-navigation .fancybox-button div {
    background: rgba(30, 30, 30, .6);
    height: 100%;
    padding: 7px
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    padding: 31px 26px 31px 6px
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0
}

.fancybox-caption {
    bottom: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 25px 44px;
    right: 0
}

.fancybox-caption:before {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
    background-repeat: repeat-x;
    background-size: contain;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: -25px;
    z-index: -1
}

.fancybox-caption:after {
    border-bottom: 1px solid hsla(0, 0%, 100%, .3);
    content: "";
    display: block;
    left: 44px;
    position: absolute;
    right: 44px;
    top: 0
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline
}

.fancybox-loading {
    -webkit-animation: a .8s infinite linear;
    animation: a .8s infinite linear;
    background: transparent;
    border: 6px solid hsla(0, 0%, 39%, .5);
    border-radius: 100%;
    border-top-color: #fff;
    height: 60px;
    left: 50%;
    margin: -30px 0 0 -30px;
    opacity: .6;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 60px;
    z-index: 99999
}

@-webkit-keyframes a {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes a {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fancybox-animated {
    -webkit-transition-timing-function: cubic-bezier(0, 0, .25, 1);
    -o-transition-timing-function: cubic-bezier(0, 0, .25, 1);
    transition-timing-function: cubic-bezier(0, 0, .25, 1)
}

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
    opacity: 0;
    -webkit-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
    -o-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
    transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: scale3d(1.5, 1.5, 1.5);
    transform: scale3d(1.5, 1.5, 1.5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: scale3d(.5, .5, .5);
    transform: scale3d(.5, .5, .5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1)
}

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: rotate(-1turn);
    -ms-transform: rotate(-1turn);
    transform: rotate(-1turn)
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: rotate(1turn);
    -ms-transform: rotate(1turn);
    transform: rotate(1turn)
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg)
}

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: scaleX(1) translateZ(0);
    transform: scaleX(1) translateZ(0)
}

.fancybox-fx-tube.fancybox-slide--previous {
    -webkit-transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
    transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg)
}

.fancybox-fx-tube.fancybox-slide--next {
    -webkit-transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
    transform: translate3d(100%, 0, 0) scale(.1) skew(10deg)
}

.fancybox-fx-tube.fancybox-slide--current {
    -webkit-transform: translateZ(0) scale(1);
    transform: translateZ(0) scale(1)
}

@media (max-height: 576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px
    }
    .fancybox-slide--image {
        padding: 6px 0 0
    }
    .fancybox-slide--image .fancybox-content {
        margin-bottom: 6px
    }
    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px
    }
}

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center
}

.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px
}

.fancybox-share p {
    margin: 0;
    padding: 0
}

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap
}

.fancybox-share__button:link,
.fancybox-share__button:visited {
    color: #fff
}

.fancybox-share__button:hover {
    text-decoration: none
}

.fancybox-share__button--fb {
    background: #3b5998
}

.fancybox-share__button--fb:hover {
    background: #344e86
}

.fancybox-share__button--pt {
    background: #bd081d
}

.fancybox-share__button--pt:hover {
    background: #aa0719
}

.fancybox-share__button--tw {
    background: #1da1f2
}

.fancybox-share__button--tw:hover {
    background: #0d95e8
}

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px
}

.fancybox-share__button svg path {
    fill: #fff
}

.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%
}

.fancybox-thumbs {
    background: #fff;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    width: 212px;
    z-index: 99995
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px
}

.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%
}

.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px
}

.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, .1);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px
}

.fancybox-thumbs__list a:before {
    border: 4px solid #4ea7f9;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all .2s cubic-bezier(.25, .46, .45, .94);
    -o-transition: all .2s cubic-bezier(.25, .46, .45, .94);
    transition: all .2s cubic-bezier(.25, .46, .45, .94);
    z-index: 99991
}

.fancybox-thumbs__list a:focus:before {
    opacity: .5
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
    opacity: 1
}


/*!
 * OverlayScrollbars
 * https://github.com/KingSora/OverlayScrollbars
 *
 * Version: 1.5.1
 *
 * Copyright KingSora.
 * https://github.com/KingSora
 *
 * Released under the MIT license.
 * Date: 13.07.2018
 */

html.os-html,
html.os-html>.os-host {
    display: block;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 100% !important;
    width: 100% !important;
    min-width: 100% !important;
    min-height: 100% !important;
    margin: 0 !important;
    position: absolute !important
}

html.os-html>.os-host>.os-padding {
    position: absolute
}

body.os-dragging,
body.os-dragging * {
    cursor: default
}

.os-host,
.os-host-textarea {
    position: relative;
    overflow: visible !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.os-host-flexbox {
    overflow: hidden !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.os-host-flexbox>.os-padding>.os-viewport>.os-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

#hs-dummy-scrollbar-size {
    position: fixed;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
    overflow: scroll;
    height: 500px;
    width: 500px
}

#hs-dummy-scrollbar-size,
.os-viewport {
    -ms-overflow-style: scrollbar !important
}

.os-viewport-native-scrollbars-invisible#hs-dummy-scrollbar-size::-webkit-scrollbar,
.os-viewport-native-scrollbars-invisible#hs-dummy-scrollbar-size::-webkit-scrollbar-corner,
.os-viewport-native-scrollbars-invisible.os-viewport::-webkit-scrollbar,
.os-viewport-native-scrollbars-invisible.os-viewport::-webkit-scrollbar-corner {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
    visibility: hidden !important;
    background: transparent !important
}

.os-content-glue {
    max-height: 100%;
    max-width: 100%;
    width: 100%;
    pointer-events: none
}

.os-padding {
    direction: inherit;
    position: absolute;
    overflow: visible;
    padding: 0;
    margin: 0;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: auto !important;
    height: auto !important;
    z-index: 1
}

.os-host-overflow>.os-padding,
.os-viewport {
    overflow: hidden
}

.os-viewport {
    direction: inherit !important;
    -webkit-box-sizing: inherit !important;
    box-sizing: inherit !important;
    resize: none !important;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 0;
    margin: 0;
    -webkit-overflow-scrolling: touch
}

.os-content-arrange {
    position: absolute;
    z-index: -1;
    min-height: 1px;
    min-width: 1px;
    pointer-events: none
}

.os-content {
    direction: inherit;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
    position: relative;
    display: block;
    height: 100%;
    width: 100%;
    visibility: visible
}

.os-content>.os-textarea {
    direction: inherit !important;
    float: none !important;
    margin: 0 !important;
    max-height: none !important;
    max-width: none !important;
    border: none !important;
    border-radius: 0 !important;
    background: transparent !important;
    outline: 0 none transparent !important;
    overflow: hidden !important;
    resize: none !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    z-index: 1;
    padding: 0
}

.os-host-rtl>.os-padding>.os-viewport>.os-content>.os-textarea {
    right: 0 !important
}

.os-content>.os-textarea-cover {
    z-index: -1;
    pointer-events: none
}

.os-content>.os-textarea[wrap=off] {
    white-space: pre !important;
    margin: 0 !important
}

.os-text-inherit {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-style: inherit;
    font-variant: inherit;
    text-transform: inherit;
    text-decoration: inherit;
    text-indent: inherit;
    text-align: inherit;
    text-shadow: inherit;
    -o-text-overflow: inherit;
    text-overflow: inherit;
    letter-spacing: inherit;
    word-spacing: inherit;
    line-height: inherit;
    unicode-bidi: inherit;
    direction: inherit;
    color: inherit;
    cursor: text
}

.os-resize-observer,
.os-resize-observer-host {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
    display: block;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
    pointer-events: none;
    z-index: -1
}

.os-resize-observer-host {
    padding: inherit;
    border: inherit;
    border-color: transparent;
    border-style: solid;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.os-resize-observer-host:after {
    content: ""
}

.os-resize-observer-host:after,
.os-resize-observer-host>.os-resize-observer {
    height: 200%;
    width: 200%;
    padding: inherit;
    border: inherit;
    margin: 0;
    display: block;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.os-resize-observer.observed,
object.os-resize-observer {
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important
}

.os-size-auto-observer {
    -webkit-box-sizing: inherit !important;
    box-sizing: inherit !important;
    height: 100%;
    width: inherit;
    max-width: 1px;
    position: relative;
    float: left;
    max-height: 1px;
    overflow: hidden;
    z-index: -1;
    padding: 0;
    margin: 0;
    pointer-events: none;
    -webkit-box-flex: inherit;
    -ms-flex-positive: inherit;
    flex-grow: inherit;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0
}

.os-size-auto-observer>.os-resize-observer {
    width: 1000%;
    height: 1000%;
    min-height: 1px;
    min-width: 1px
}

.os-resize-observer-item {
    right: 0;
    bottom: 0;
    overflow: hidden;
    z-index: -1;
    opacity: 0;
    direction: ltr !important
}

.os-resize-observer-item,
.os-resize-observer-item-final {
    position: absolute;
    top: 0;
    left: 0;
    -ms-flex: none !important;
    -webkit-box-flex: 0 !important;
    flex: none !important
}

.os-resize-observer-item-final {
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important
}

.os-resize-observer {
    -webkit-animation-duration: 1ms;
    animation-duration: 1ms;
    -webkit-animation-name: b;
    animation-name: b
}

.os-host-transition>.os-scrollbar,
.os-host-transition>.os-scrollbar-corner {
    -webkit-transition: opacity .3s, visibility .3s, top .3s, right .3s, bottom .3s, left .3s;
    -o-transition: opacity .3s, visibility .3s, top .3s, right .3s, bottom .3s, left .3s;
    transition: opacity .3s, visibility .3s, top .3s, right .3s, bottom .3s, left .3s
}

html.os-html>.os-host>.os-scrollbar {
    position: absolute;
    z-index: 999999
}

.os-scrollbar,
.os-scrollbar-corner {
    position: absolute;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    z-index: 1
}

.os-scrollbar-corner {
    bottom: 0;
    right: 0
}

.os-scrollbar {
    pointer-events: none
}

.os-scrollbar-track {
    position: relative;
    padding: 0 !important;
    border: none !important
}

.os-scrollbar-handle,
.os-scrollbar-track {
    pointer-events: auto;
    height: 100%;
    width: 100%
}

.os-scrollbar-handle {
    position: absolute
}

.os-scrollbar-handle-off,
.os-scrollbar-track-off {
    pointer-events: none
}

.os-scrollbar.os-scrollbar-unusable,
.os-scrollbar.os-scrollbar-unusable * {
    pointer-events: none !important
}

.os-scrollbar.os-scrollbar-unusable .os-scrollbar-handle {
    opacity: 0 !important
}

.os-scrollbar-horizontal {
    bottom: 0;
    left: 0
}

.os-scrollbar-vertical {
    top: 0;
    right: 0
}

.os-host-rtl>.os-scrollbar-horizontal {
    right: 0
}

.os-host-rtl>.os-scrollbar-corner,
.os-host-rtl>.os-scrollbar-vertical {
    right: auto;
    left: 0
}

.os-host-resize-disabled.os-host-scrollbar-horizontal-hidden>.os-scrollbar-corner,
.os-host-resize-disabled.os-host-scrollbar-vertical-hidden>.os-scrollbar-corner,
.os-host-scrollbar-horizontal-hidden>.os-scrollbar-horizontal,
.os-host-scrollbar-vertical-hidden>.os-scrollbar-vertical,
.os-padding+.os-scrollbar-corner,
.os-scrollbar-auto-hidden,
.os-scrollbar-horizontal+.os-scrollbar-vertical.os-scrollbar-auto-hidden+.os-scrollbar-corner,
.os-scrollbar-horizontal.os-scrollbar-auto-hidden+.os-scrollbar-vertical+.os-scrollbar-corner,
.os-scrollbar-horizontal.os-scrollbar-auto-hidden+.os-scrollbar-vertical.os-scrollbar-auto-hidden+.os-scrollbar-corner {
    opacity: 0;
    visibility: hidden;
    pointer-events: none
}

.os-scrollbar-corner-resize-both {
    cursor: nwse-resize
}

.os-host-rtl>.os-scrollbar-corner-resize-both {
    cursor: nesw-resize
}

.os-scrollbar-corner-resize-horizontal {
    cursor: ew-resize
}

.os-scrollbar-corner-resize-vertical {
    cursor: ns-resize
}

.os-dragging .os-scrollbar-corner.os-scrollbar-corner-resize {
    cursor: default
}

.os-host-resize-disabled.os-host-scrollbar-horizontal-hidden>.os-scrollbar-vertical {
    top: 0;
    bottom: 0
}

.os-host-resize-disabled.os-host-scrollbar-vertical-hidden>.os-scrollbar-horizontal,
.os-host-rtl.os-host-resize-disabled.os-host-scrollbar-vertical-hidden>.os-scrollbar-horizontal {
    right: 0;
    left: 0
}

.os-scrollbar-corner.os-scrollbar-corner-resize,
.os-scrollbar:hover {
    opacity: 1 !important;
    visibility: visible !important
}

.os-scrollbar-corner.os-scrollbar-corner-resize {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+PHN2ZyAgIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIiAgIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyIgICB4bWxuczpzdmc9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgICB3aWR0aD0iMTAiICAgaGVpZ2h0PSIxMCIgICB2ZXJzaW9uPSIxLjEiPiAgPGcgICAgIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAsLTEwNDIuMzYyMikiICAgICBzdHlsZT0iZGlzcGxheTppbmxpbmUiPiAgICA8cGF0aCAgICAgICBzdHlsZT0iZmlsbDojMDAwMDAwO2ZpbGwtb3BhY2l0eTowLjQ5NDExNzY1O2ZpbGwtcnVsZTpldmVub2RkO3N0cm9rZTpub25lIiAgICAgICBkPSJtIDcuNDI0MjE4NywxMDQyLjM2MjIgYyAtMC43MjM1NzkyLDAgLTEuMzEwMTU2MiwwLjU4NjYgLTEuMzEwMTU2MiwxLjMxMDIgMCwwLjI5OSAwLjEwNDM0MTksMC41NzEgMC4yNzI5NDkyLDAuNzkxNSAwLjIwOTEwMjQsMC4xNDEzIDAuNDY1NjIwNiwwLjIxODQgMC43MzY5NjI5LDAuMjE4NCAwLjcyMzU3OTMsMCAxLjMxMDE1NjMsLTAuNTg2NiAxLjMxMDE1NjMsLTEuMzEwMiAwLC0wLjI3MTMgLTAuMDc3MDkzLC0wLjUyNzggLTAuMjE4MzU5NCwtMC43MzcgLTAuMjIwNDk0MSwtMC4xNjg2IC0wLjQ5MjU0NDMsLTAuMjcyOSAtMC43OTE1NTI4LC0wLjI3MjkgeiBtIDAsMy4wODQzIGMgLTAuNzIzNTc5MiwwIC0xLjMxMDE1NjIsMC41ODY2IC0xLjMxMDE1NjIsMS4zMTAyIDAsMC4yOTkgMC4xMDQzNDE5LDAuNTcxIDAuMjcyOTQ5MiwwLjc5MTUgMC4yMDkxMDI0LDAuMTQxMyAwLjQ2NTYyMDYsMC4yMTg0IDAuNzM2OTYyOSwwLjIxODQgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjYgMS4zMTAxNTYzLC0xLjMxMDIgMCwtMC4yNzEzIC0wLjA3NzA5MywtMC41Mjc4IC0wLjIxODM1OTQsLTAuNzM2OSAtMC4yMjA0OTQxLC0wLjE2ODYgLTAuNDkyNTQ0MywtMC4yNzMgLTAuNzkxNTUyOCwtMC4yNzMgeiBtIC0zLjA4NDMyNjEsMCBjIC0wLjcyMzU3OTMsMCAtMS4zMTAxNTYzLDAuNTg2NiAtMS4zMTAxNTYzLDEuMzEwMiAwLDAuMjk5IDAuMTA0MzQxOSwwLjU3MSAwLjI3Mjk0OTIsMC43OTE1IDAuMjA5MTAyNCwwLjE0MTMgMC40NjU2MjA3LDAuMjE4NCAwLjczNjk2MjksMC4yMTg0IDAuNzIzNTc5MywwIDEuMzEwMTU2MywtMC41ODY2IDEuMzEwMTU2MywtMS4zMTAyIDAsLTAuMjcxMyAtMC4wNzcwOTMsLTAuNTI3OCAtMC4yMTgzNTk0LC0wLjczNjkgLTAuMjIwNDk0LC0wLjE2ODYgLTAuNDkyNTQ0MiwtMC4yNzMgLTAuNzkxNTUyNywtMC4yNzMgeiBtIC0zLjAyOTczNjQsMy4wMjk4IEMgMC41ODY1NzY5MywxMDQ4LjQ3NjMgMCwxMDQ5LjA2MjggMCwxMDQ5Ljc4NjQgYyAwLDAuMjk5IDAuMTA0MzQxOSwwLjU3MTEgMC4yNzI5NDkyMiwwLjc5MTYgMC4yMDkxMDIyOSwwLjE0MTIgMC40NjU2MjA2NSwwLjIxODMgMC43MzY5NjI4OCwwLjIxODMgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjUgMS4zMTAxNTYzLC0xLjMxMDEgMCwtMC4yNzE0IC0wLjA3NzA5MywtMC41Mjc5IC0wLjIxODM1OTQsLTAuNzM3IC0wLjIyMDQ5NDEsLTAuMTY4NiAtMC40OTI1NDQzLC0wLjI3MjkgLTAuNzkxNTUyOCwtMC4yNzI5IHogbSAzLjAyOTczNjQsMCBjIC0wLjcyMzU3OTMsMCAtMS4zMTAxNTYzLDAuNTg2NSAtMS4zMTAxNTYzLDEuMzEwMSAwLDAuMjk5IDAuMTA0MzQxOSwwLjU3MTEgMC4yNzI5NDkyLDAuNzkxNiAwLjIwOTEwMjQsMC4xNDEyIDAuNDY1NjIwNywwLjIxODMgMC43MzY5NjI5LDAuMjE4MyAwLjcyMzU3OTMsMCAxLjMxMDE1NjMsLTAuNTg2NSAxLjMxMDE1NjMsLTEuMzEwMSAwLC0wLjI3MTQgLTAuMDc3MDkzLC0wLjUyNzkgLTAuMjE4MzU5NCwtMC43MzcgLTAuMjIwNDk0LC0wLjE2ODYgLTAuNDkyNTQ0MiwtMC4yNzI5IC0wLjc5MTU1MjcsLTAuMjcyOSB6IG0gMy4wODQzMjYxLDAgYyAtMC43MjM1NzkyLDAgLTEuMzEwMTU2MiwwLjU4NjUgLTEuMzEwMTU2MiwxLjMxMDEgMCwwLjI5OSAwLjEwNDM0MTksMC41NzExIDAuMjcyOTQ5MiwwLjc5MTYgMC4yMDkxMDI0LDAuMTQxMiAwLjQ2NTYyMDYsMC4yMTgzIDAuNzM2OTYyOSwwLjIxODMgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjUgMS4zMTAxNTYzLC0xLjMxMDEgMCwtMC4yNzE0IC0wLjA3NzA5MywtMC41Mjc5IC0wLjIxODM1OTQsLTAuNzM3IC0wLjIyMDQ5NDEsLTAuMTY4NiAtMC40OTI1NDQzLC0wLjI3MjkgLTAuNzkxNTUyOCwtMC4yNzI5IHoiLz4gIDwvZz4gIDxnICAgICBzdHlsZT0iZGlzcGxheTppbmxpbmUiPiAgICA8cGF0aCAgICAgICBzdHlsZT0iZmlsbDojZmZmZmZmO2ZpbGwtb3BhY2l0eToxO2ZpbGwtcnVsZTpldmVub2RkO3N0cm9rZTpub25lIiAgICAgICBkPSJtIDguMjE1NzcxNSwwLjI3Mjk0OTIyIGMgMC4xNDEyNjY3LDAuMjA5MTAyMjkgMC4yMTgzNTk0LDAuNDY1NjIwNjUgMC4yMTgzNTk0LDAuNzM2OTYyODggMCwwLjcyMzU3OTMgLTAuNTg2NTc3LDEuMzEwMTU2MyAtMS4zMTAxNTYzLDEuMzEwMTU2MyAtMC4yNzEzNDIzLDAgLTAuNTI3ODYwNSwtMC4wNzcwOTMgLTAuNzM2OTYyOSwtMC4yMTgzNTk0IDAuMjM5NDEwNCwwLjMxMzA4NTkgMC42MTI2MzYyLDAuNTE4NjAzNSAxLjAzNzIwNywwLjUxODYwMzUgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjU3NyAxLjMxMDE1NjMsLTEuMzEwMTU2MyAwLC0wLjQyNDU3MDc2IC0wLjIwNTUxNzYsLTAuNzk3Nzk2NTkgLTAuNTE4NjAzNSwtMS4wMzcyMDY5OCB6IG0gMCwzLjA4NDMyNjE4IGMgMC4xNDEyNjY3LDAuMjA5MTAyMyAwLjIxODM1OTQsMC40NjU2MjA2IDAuMjE4MzU5NCwwLjczNjk2MjkgMCwwLjcyMzU3OTMgLTAuNTg2NTc3LDEuMzEwMTU2MiAtMS4zMTAxNTYzLDEuMzEwMTU2MiAtMC4yNzEzNDIzLDAgLTAuNTI3ODYwNSwtMC4wNzcwOTMgLTAuNzM2OTYyOSwtMC4yMTgzNTkzIDAuMjM5NDEwNCwwLjMxMzA4NTkgMC42MTI2MzYyLDAuNTE4NjAzNSAxLjAzNzIwNywwLjUxODYwMzUgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjU3NyAxLjMxMDE1NjMsLTEuMzEwMTU2MyAwLC0wLjQyNDU3MDggLTAuMjA1NTE3NiwtMC43OTc3OTY3IC0wLjUxODYwMzUsLTEuMDM3MjA3IHogbSAtMy4wODQzMjYyLDAgYyAwLjE0MTI2NjcsMC4yMDkxMDIzIDAuMjE4MzU5NCwwLjQ2NTYyMDYgMC4yMTgzNTk0LDAuNzM2OTYyOSAwLDAuNzIzNTc5MyAtMC41ODY1NzcsMS4zMTAxNTYyIC0xLjMxMDE1NjMsMS4zMTAxNTYyIC0wLjI3MTM0MjIsMCAtMC41Mjc4NjA1LC0wLjA3NzA5MyAtMC43MzY5NjI5LC0wLjIxODM1OTMgMC4yMzk0MTA0LDAuMzEzMDg1OSAwLjYxMjYzNjMsMC41MTg2MDM1IDEuMDM3MjA3MSwwLjUxODYwMzUgMC43MjM1NzkzLDAgMS4zMTAxNTYyLC0wLjU4NjU3NyAxLjMxMDE1NjIsLTEuMzEwMTU2MyAwLC0wLjQyNDU3MDggLTAuMjA1NTE3NSwtMC43OTc3OTY3IC0wLjUxODYwMzUsLTEuMDM3MjA3IHogTSAyLjEwMTcwOSw2LjM4NzAxMTcgYyAwLjE0MTI2NjcsMC4yMDkxMDI0IDAuMjE4MzU5NCwwLjQ2NTYyMDYgMC4yMTgzNTk0LDAuNzM2OTYyOSAwLDAuNzIzNTc5MyAtMC41ODY1NzcsMS4zMTAxNTYzIC0xLjMxMDE1NjMsMS4zMTAxNTYzIC0wLjI3MTM0MjIzLDAgLTAuNTI3ODYwNTksLTAuMDc3MDkzIC0wLjczNjk2Mjg4LC0wLjIxODM1OTQgMC4yMzk0MTAzOSwwLjMxMzA4NTkgMC42MTI2MzYyMiwwLjUxODYwMzUgMS4wMzcyMDY5OCwwLjUxODYwMzUgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjU3NyAxLjMxMDE1NjMsLTEuMzEwMTU2MyAwLC0wLjQyNDU3MDggLTAuMjA1NTE3NiwtMC43OTc3OTY2IC0wLjUxODYwMzUsLTEuMDM3MjA3IHogbSAzLjAyOTczNjMsMCBjIDAuMTQxMjY2NywwLjIwOTEwMjQgMC4yMTgzNTk0LDAuNDY1NjIwNiAwLjIxODM1OTQsMC43MzY5NjI5IDAsMC43MjM1NzkzIC0wLjU4NjU3NywxLjMxMDE1NjMgLTEuMzEwMTU2MywxLjMxMDE1NjMgLTAuMjcxMzQyMiwwIC0wLjUyNzg2MDUsLTAuMDc3MDkzIC0wLjczNjk2MjksLTAuMjE4MzU5NCAwLjIzOTQxMDQsMC4zMTMwODU5IDAuNjEyNjM2MywwLjUxODYwMzUgMS4wMzcyMDcxLDAuNTE4NjAzNSAwLjcyMzU3OTMsMCAxLjMxMDE1NjIsLTAuNTg2NTc3IDEuMzEwMTU2MiwtMS4zMTAxNTYzIDAsLTAuNDI0NTcwOCAtMC4yMDU1MTc1LC0wLjc5Nzc5NjYgLTAuNTE4NjAzNSwtMS4wMzcyMDcgeiBtIDMuMDg0MzI2MiwwIGMgMC4xNDEyNjY3LDAuMjA5MTAyNCAwLjIxODM1OTQsMC40NjU2MjA2IDAuMjE4MzU5NCwwLjczNjk2MjkgMCwwLjcyMzU3OTMgLTAuNTg2NTc3LDEuMzEwMTU2MyAtMS4zMTAxNTYzLDEuMzEwMTU2MyAtMC4yNzEzNDIzLDAgLTAuNTI3ODYwNSwtMC4wNzcwOTMgLTAuNzM2OTYyOSwtMC4yMTgzNTk0IDAuMjM5NDEwNCwwLjMxMzA4NTkgMC42MTI2MzYyLDAuNTE4NjAzNSAxLjAzNzIwNywwLjUxODYwMzUgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjU3NyAxLjMxMDE1NjMsLTEuMzEwMTU2MyAwLC0wLjQyNDU3MDggLTAuMjA1NTE3NiwtMC43OTc3OTY2IC0wLjUxODYwMzUsLTEuMDM3MjA3IHoiIC8+ICA8L2c+PC9zdmc+);
    background-repeat: no-repeat;
    background-position: 100% 100%;
    pointer-events: auto !important
}

.os-host-rtl>.os-scrollbar-corner.os-scrollbar-corner-resize {
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1)
}

.os-host-overflow {
    overflow: hidden !important
}

@-webkit-keyframes b {
    0% {
        z-index: 0
    }
    to {
        z-index: -1
    }
}

@keyframes b {
    0% {
        z-index: 0
    }
    to {
        z-index: -1
    }
}

.os-theme-none>.os-scrollbar-corner,
.os-theme-none>.os-scrollbar-horizontal,
.os-theme-none>.os-scrollbar-vertical {
    display: none !important
}

.os-theme-none>.os-scrollbar-corner-resize {
    display: block !important;
    min-width: 10px;
    min-height: 10px
}

.os-theme-dark>.os-scrollbar-horizontal,
.os-theme-light>.os-scrollbar-horizontal {
    right: 10px;
    height: 10px
}

.os-theme-dark>.os-scrollbar-vertical,
.os-theme-light>.os-scrollbar-vertical {
    bottom: 10px;
    width: 10px
}

.os-theme-dark.os-host-rtl>.os-scrollbar-horizontal,
.os-theme-light.os-host-rtl>.os-scrollbar-horizontal {
    left: 10px;
    right: 0
}

.os-theme-dark>.os-scrollbar-corner,
.os-theme-light>.os-scrollbar-corner {
    height: 10px;
    width: 10px;
    background-color: transparent
}

.os-theme-dark>.os-scrollbar,
.os-theme-light>.os-scrollbar {
    padding: 2px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: transparent
}

.os-theme-dark>.os-scrollbar.os-scrollbar-unusable,
.os-theme-dark>.os-scrollbar>.os-scrollbar-track,
.os-theme-light>.os-scrollbar.os-scrollbar-unusable,
.os-theme-light>.os-scrollbar>.os-scrollbar-track {
    background: transparent
}

.os-theme-dark>.os-scrollbar-horizontal>.os-scrollbar-track>.os-scrollbar-handle,
.os-theme-light>.os-scrollbar-horizontal>.os-scrollbar-track>.os-scrollbar-handle {
    min-width: 30px
}

.os-theme-dark>.os-scrollbar-vertical>.os-scrollbar-track>.os-scrollbar-handle,
.os-theme-light>.os-scrollbar-vertical>.os-scrollbar-track>.os-scrollbar-handle {
    min-height: 30px
}

.os-theme-dark.os-host-transition>.os-scrollbar>.os-scrollbar-track>.os-scrollbar-handle,
.os-theme-light.os-host-transition>.os-scrollbar>.os-scrollbar-track>.os-scrollbar-handle {
    -webkit-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s
}

.os-theme-dark>.os-scrollbar>.os-scrollbar-track,
.os-theme-dark>.os-scrollbar>.os-scrollbar-track>.os-scrollbar-handle,
.os-theme-light>.os-scrollbar>.os-scrollbar-track,
.os-theme-light>.os-scrollbar>.os-scrollbar-track>.os-scrollbar-handle {
    border-radius: 10px
}

.os-theme-dark>.os-scrollbar>.os-scrollbar-track>.os-scrollbar-handle {
    background: rgba(0, 0, 0, .4)
}

.os-theme-light>.os-scrollbar>.os-scrollbar-track>.os-scrollbar-handle {
    background: hsla(0, 0%, 100%, .4)
}

.os-theme-dark>.os-scrollbar:hover>.os-scrollbar-track>.os-scrollbar-handle {
    background: rgba(0, 0, 0, .55)
}

.os-theme-light>.os-scrollbar:hover>.os-scrollbar-track>.os-scrollbar-handle {
    background: hsla(0, 0%, 100%, .55)
}

.os-theme-dark>.os-scrollbar>.os-scrollbar-track>.os-scrollbar-handle.active {
    background: rgba(0, 0, 0, .7)
}

.os-theme-light>.os-scrollbar>.os-scrollbar-track>.os-scrollbar-handle.active {
    background: hsla(0, 0%, 100%, .7)
}

.os-theme-dark>.os-scrollbar-horizontal .os-scrollbar-handle:before,
.os-theme-dark>.os-scrollbar-vertical .os-scrollbar-handle:before,
.os-theme-light>.os-scrollbar-horizontal .os-scrollbar-handle:before,
.os-theme-light>.os-scrollbar-vertical .os-scrollbar-handle:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: block
}

.os-theme-dark.os-host-scrollbar-horizontal-hidden>.os-scrollbar-horizontal .os-scrollbar-handle:before,
.os-theme-dark.os-host-scrollbar-vertical-hidden>.os-scrollbar-vertical .os-scrollbar-handle:before,
.os-theme-light.os-host-scrollbar-horizontal-hidden>.os-scrollbar-horizontal .os-scrollbar-handle:before,
.os-theme-light.os-host-scrollbar-vertical-hidden>.os-scrollbar-vertical .os-scrollbar-handle:before {
    display: none
}

.os-theme-dark>.os-scrollbar-horizontal .os-scrollbar-handle:before,
.os-theme-light>.os-scrollbar-horizontal .os-scrollbar-handle:before {
    top: -6px;
    bottom: -2px
}

.os-theme-dark>.os-scrollbar-vertical .os-scrollbar-handle:before,
.os-theme-light>.os-scrollbar-vertical .os-scrollbar-handle:before {
    left: -6px;
    right: -2px
}

.os-host-rtl.os-theme-dark>.os-scrollbar-vertical .os-scrollbar-handle:before,
.os-host-rtl.os-theme-light>.os-scrollbar-vertical .os-scrollbar-handle:before {
    right: -6px;
    left: -2px
}

.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
    float: left
}

.swiper-container-vertical>.swiper-wrapper {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.swiper-container-multirow>.swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform
}

.swiper-invisible-blank-slide {
    visibility: hidden
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    -o-transition-property: transform, height;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform
}

.swiper-container-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), transparent);
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), transparent);
    background-image: linear-gradient(270deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), transparent);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), transparent);
    background-image: linear-gradient(90deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), transparent);
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), transparent);
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), transparent);
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), transparent);
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal>.swiper-wrapper {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical>.swiper-wrapper {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: 50%;
    background-repeat: no-repeat
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23007aff'/%3E%3C/svg%3E");
    left: 10px;
    right: auto
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23007aff'/%3E%3C/svg%3E");
    right: 10px;
    left: auto
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23fff'/%3E%3C/svg%3E")
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23fff'/%3E%3C/svg%3E")
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z'/%3E%3C/svg%3E")
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z'/%3E%3C/svg%3E")
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(.66);
    -ms-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(.66);
    -ms-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff
}

.swiper-container-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    -webkit-transition: top .2s, -webkit-transform .2s;
    transition: top .2s, -webkit-transform .2s;
    -o-transition: transform .2s, top .2s;
    transition: transform .2s, top .2s;
    transition: transform .2s, top .2s, -webkit-transform .2s
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: left .2s, -webkit-transform .2s;
    transition: left .2s, -webkit-transform .2s;
    -o-transition: transform .2s, left .2s;
    transition: transform .2s, left .2s;
    transition: transform .2s, left .2s, -webkit-transform .2s
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: right .2s, -webkit-transform .2s;
    transition: right .2s, -webkit-transform .2s;
    -o-transition: transform .2s, right .2s;
    transition: transform .2s, right .2s;
    transition: transform .2s, right .2s, -webkit-transform .2s
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progressbar,
.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical>.swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff
}

.swiper-pagination-progressbar.swiper-pagination-white {
    background: hsla(0, 0%, 100%, .25)
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
    background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000
}

.swiper-pagination-progressbar.swiper-pagination-black {
    background: rgba(0, 0, 0, .25)
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
    background: #000
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    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: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: 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%;
    -o-object-fit: contain;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: c 1s steps(12) infinite;
    animation: c 1s steps(12) infinite
}

.swiper-lazy-preloader:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%236c6c6c' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E");
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%23fff' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E")
}

@-webkit-keyframes c {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes c {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube {
    overflow: visible
}

.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0
}

.swiper-container-flip {
    overflow: visible
}

.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-coverflow .swiper-wrapper {
    -ms-perspective: 1200px
}

.tooltipster-base {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    pointer-events: none;
    position: absolute
}

.tooltipster-box {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.tooltipster-content {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-height: 100%;
    max-width: 100%;
    overflow: auto
}

.tooltipster-ruler {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden
}

.tooltipster-fade {
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity
}

.tooltipster-grow {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-backface-visibility: hidden
}

.tooltipster-grow.tooltipster-show {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
    -o-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
    transition-timing-function: cubic-bezier(.175, .885, .32, 1.15)
}

.tooltipster-swing {
    opacity: 0;
    -webkit-transform: rotate(4deg);
    -ms-transform: rotate(4deg);
    transform: rotate(4deg);
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform
}

.tooltipster-swing.tooltipster-show {
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition-timing-function: cubic-bezier(.23, .635, .495, 2.4);
    -o-transition-timing-function: cubic-bezier(.23, .635, .495, 2.4);
    transition-timing-function: cubic-bezier(.23, .635, .495, 2.4)
}

.tooltipster-fall {
    -webkit-transition-property: top;
    -o-transition-property: top;
    transition-property: top;
    -webkit-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
    -o-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
    transition-timing-function: cubic-bezier(.175, .885, .32, 1.15)
}

.tooltipster-fall.tooltipster-initial {
    top: 0 !important
}

.tooltipster-fall.tooltipster-dying {
    -webkit-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    top: 0 !important;
    opacity: 0
}

.tooltipster-slide {
    -webkit-transition-property: left;
    -o-transition-property: left;
    transition-property: left;
    -webkit-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
    -o-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
    transition-timing-function: cubic-bezier(.175, .885, .32, 1.15)
}

.tooltipster-slide.tooltipster-initial {
    left: -40px !important
}

.tooltipster-slide.tooltipster-dying {
    -webkit-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    left: 0 !important;
    opacity: 0
}

@-webkit-keyframes d {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes d {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.tooltipster-update-fade {
    -webkit-animation: d .4s;
    animation: d .4s
}

@-webkit-keyframes e {
    25% {
        -webkit-transform: rotate(-2deg);
        transform: rotate(-2deg)
    }
    75% {
        -webkit-transform: rotate(2deg);
        transform: rotate(2deg)
    }
    to {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@keyframes e {
    25% {
        -webkit-transform: rotate(-2deg);
        transform: rotate(-2deg)
    }
    75% {
        -webkit-transform: rotate(2deg);
        transform: rotate(2deg)
    }
    to {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

.tooltipster-update-rotate {
    -webkit-animation: e .6s;
    animation: e .6s
}

@-webkit-keyframes f {
    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes f {
    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.tooltipster-update-scale {
    -webkit-animation: f .6s;
    animation: f .6s
}

.tooltipster-sidetip .tooltipster-box {
    background: #565656;
    border: 2px solid #000;
    border-radius: 4px
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-box {
    margin-top: 8px
}

.tooltipster-sidetip.tooltipster-left .tooltipster-box {
    margin-right: 8px
}

.tooltipster-sidetip.tooltipster-right .tooltipster-box {
    margin-left: 8px
}

.tooltipster-sidetip.tooltipster-top .tooltipster-box {
    margin-bottom: 8px
}

.tooltipster-sidetip .tooltipster-content {
    color: #fff;
    line-height: 18px;
    padding: 6px 14px
}

.tooltipster-sidetip .tooltipster-arrow {
    overflow: hidden;
    position: absolute
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow {
    height: 10px;
    margin-left: -10px;
    top: 0;
    width: 20px
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow {
    height: 20px;
    margin-top: -10px;
    right: 0;
    top: 0;
    width: 10px
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow {
    height: 20px;
    margin-top: -10px;
    left: 0;
    top: 0;
    width: 10px
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow {
    bottom: 0;
    height: 10px;
    margin-left: -10px;
    width: 20px
}

.tooltipster-sidetip .tooltipster-arrow-background,
.tooltipster-sidetip .tooltipster-arrow-border {
    height: 0;
    position: absolute;
    width: 0
}

.tooltipster-sidetip .tooltipster-arrow-background {
    border: 10px solid transparent
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
    border-bottom-color: #565656;
    left: 0;
    top: 3px
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background {
    border-left-color: #565656;
    left: -3px;
    top: 0
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background {
    border-right-color: #565656;
    left: 3px;
    top: 0
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
    border-top-color: #565656;
    left: 0;
    top: -3px
}

.tooltipster-sidetip .tooltipster-arrow-border {
    border: 10px solid transparent;
    left: 0;
    top: 0
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border {
    border-bottom-color: #000
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border {
    border-left-color: #000
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border {
    border-right-color: #000
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
    border-top-color: #000
}

.tooltipster-sidetip .tooltipster-arrow-uncropped {
    position: relative
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped {
    top: -10px
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped {
    left: -10px
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    src: url(/local/templates/offZone2019/assets/styles/../fonts/roboto-300.eot);
    src: url(/local/templates/offZone2019/assets/styles/../fonts/roboto-300.eot?#iefix) format("embedded-opentype"), url(/local/templates/offZone2019/assets/styles/../fonts/roboto-300.woff2) format("woff2"), url(/local/templates/offZone2019/assets/styles/../fonts/roboto-300.woff) format("woff"), url(/local/templates/offZone2019/assets/styles/../fonts/roboto-300.otf) format("opentype"), url(/local/templates/offZone2019/assets/styles/../fonts/roboto-300.ttf) format("truetype"), url(/local/templates/offZone2019/assets/styles/../fonts/roboto-300.svg#roboto) format("svg")
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    src: url(/local/templates/offZone2019/assets/styles/../fonts/roboto-regular.eot);
    src: url(/local/templates/offZone2019/assets/styles/../fonts/roboto-regular.eot?#iefix) format("embedded-opentype"), url(/local/templates/offZone2019/assets/styles/../fonts/roboto-regular.woff2) format("woff2"), url(/local/templates/offZone2019/assets/styles/../fonts/roboto-regular.woff) format("woff"), url(/local/templates/offZone2019/assets/styles/../fonts/roboto-regular.otf) format("opentype"), url(/local/templates/offZone2019/assets/styles/../fonts/roboto-regular.ttf) format("truetype"), url(/local/templates/offZone2019/assets/styles/../fonts/roboto-regular.svg#roboto) format("svg")
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    src: url(/local/templates/offZone2019/assets/styles/../fonts/roboto-500.eot);
    src: url(/local/templates/offZone2019/assets/styles/../fonts/roboto-500.eot?#iefix) format("embedded-opentype"), url(/local/templates/offZone2019/assets/styles/../fonts/roboto-500.woff2) format("woff2"), url(/local/templates/offZone2019/assets/styles/../fonts/roboto-500.woff) format("woff"), url(/local/templates/offZone2019/assets/styles/../fonts/roboto-500.otf) format("opentype"), url(/local/templates/offZone2019/assets/styles/../fonts/roboto-500.ttf) format("truetype"), url(/local/templates/offZone2019/assets/styles/../fonts/roboto-500.svg#roboto) format("svg")
}

@font-face {
    font-family: Ubuntu;
    font-style: normal;
    font-weight: 300;
    src: url(/local/templates/offZone2019/assets/styles/../fonts/ubuntu-300.eot);
    src: url(/local/templates/offZone2019/assets/styles/../fonts/ubuntu-300.eot?#iefix) format("embedded-opentype"), url(/local/templates/offZone2019/assets/styles/../fonts/ubuntu-300.woff2) format("woff2"), url(/local/templates/offZone2019/assets/styles/../fonts/ubuntu-300.woff) format("woff"), url(/local/templates/offZone2019/assets/styles/../fonts/ubuntu-300.otf) format("opentype"), url(/local/templates/offZone2019/assets/styles/../fonts/ubuntu-300.ttf) format("truetype"), url(/local/templates/offZone2019/assets/styles/../fonts/ubuntu-300.svg#ubuntu) format("svg")
}

@font-face {
    font-family: Ubuntu;
    font-style: normal;
    font-weight: 400;
    src: url(/local/templates/offZone2019/assets/styles/../fonts/ubuntu-regular.eot);
    src: url(/local/templates/offZone2019/assets/styles/../fonts/ubuntu-regular.eot?#iefix) format("embedded-opentype"), url(/local/templates/offZone2019/assets/styles/../fonts/ubuntu-regular.woff2) format("woff2"), url(/local/templates/offZone2019/assets/styles/../fonts/ubuntu-regular.woff) format("woff"), url(/local/templates/offZone2019/assets/styles/../fonts/ubuntu-regular.otf) format("opentype"), url(/local/templates/offZone2019/assets/styles/../fonts/ubuntu-regular.ttf) format("truetype"), url(/local/templates/offZone2019/assets/styles/../fonts/ubuntu-regular.svg#ubuntu) format("svg")
}

@font-face {
    font-family: Ubuntu;
    font-style: normal;
    font-weight: 500;
    src: url(/local/templates/offZone2019/assets/styles/../fonts/ubuntu-500.eot);
    src: url(/local/templates/offZone2019/assets/styles/../fonts/ubuntu-500.eot?#iefix) format("embedded-opentype"), url(/local/templates/offZone2019/assets/styles/../fonts/ubuntu-500.woff2) format("woff2"), url(/local/templates/offZone2019/assets/styles/../fonts/ubuntu-500.woff) format("woff"), url(/local/templates/offZone2019/assets/styles/../fonts/ubuntu-500.otf) format("opentype"), url(/local/templates/offZone2019/assets/styles/../fonts/ubuntu-500.ttf) format("truetype"), url(/local/templates/offZone2019/assets/styles/../fonts/ubuntu-500.svg#ubuntu) format("svg")
}

button::-moz-focus-inner {
    border: 0
}

:focus {
    outline: none
}

::-moz-selection {
    /* background: #57AD37; */
    background: #7494eb;
    color: #fff
}

::selection {
    /* background: #57AD37; */
    background: #7494eb;
    color: #fff
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #b3b3b3
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #b3b3b3
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    color: #b3b3b3
}

input::placeholder,
textarea::placeholder {
    color: #b3b3b3
}

input:-webkit-autofill {
    -webkit-text-fill-color: #fff !important
}

input:-webkit-autofill,
input:-webkit-autofill:active,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover {
    -webkit-transition: background-color 50000000000s ease-in-out 0s !important;
    -o-transition: background-color 50000000000s ease-in-out 0s !important;
    transition: background-color 50000000000s ease-in-out 0s !important
}

body,
html {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    width: 100%;
    min-height: 100%
}

body,
html {
    font-family: Roboto, Arial, sans-serif
}

body {
    font-size: 16px;
    color: hsla(0, 0%, 100%, .8);
    background-color: #000;
    -webkit-font-smoothing: antialiased
}

img {
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

h1,
h2,
h3,
h4,
h5,
h6,
li,
ol,
p,
span,
table,
td,
th,
tr,
ul {
    margin: 0;
    padding: 0
}

ol,
ul {
    list-style: none
}

span {
    font-style: inherit;
    font-family: inherit;
    font-weight: inherit
}

a {
    text-decoration: none;
    cursor: pointer
}

a,
button,
input,
select,
textarea {
    -webkit-transition: color .3s ease, border-color .3s ease;
    -o-transition: color .3s ease, border-color .3s ease;
    transition: color .3s ease, border-color .3s ease
}

button {
    cursor: pointer
}

button,
input,
select,
textarea {
    color: #fff;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background-color: transparent;
    font-family: Roboto, Arial, sans-serif
}

.accordion {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400
}

.accordions .accordion {
    margin-top: -1px
}

.accordion__header {
    position: relative;
    padding-right: 28px;
    height: 40px;
    border: 1px solid #61788b;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 38px
}

.accordion__header:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    width: 5px;
    height: 5px;
    border-width: 1px 1px 0 0;
    border-style: solid;
    border-color: #fff;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translateY(-50%) rotate(135deg);
    -ms-transform: translateY(-50%) rotate(135deg);
    transform: translateY(-50%) rotate(135deg);
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    -o-transition: transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease
}

.accordion.is-active .accordion__header:after {
    -webkit-transform: translateY(-50%) rotate(-45deg);
    -ms-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
    margin-top: 2px
}

.accordion__button {
    padding: 0 10px;
    cursor: pointer
}

.accordion__body {
    padding: 10px;
    border: 1px solid #61788b;
    border-top: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: none
}

.accordion.is-active .accordion__body {
    display: block
}

.accordions {
    padding-top: 1px
}

.avatar {
    position: relative;
    display: block;
    width: 100%;
    padding-top: 100%;
    overflow: hidden;
    border-radius: 50%
}

.avatar__image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;";
    width: 0;
    min-width: 100%;
    min-height: 100%
}

.breadcrumbs {
    display: block
}

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

.breadcrumbs__item:not(:last-child) {
    padding-right: 35px
}

.breadcrumbs__item:not(:last-child):after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 17.5px;
    width: 5px;
    height: 5px;
    border-width: 1px 1px 0 0;
    border-style: solid;
    border-color: #fff;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translateX(50%) rotate(45deg);
    -ms-transform: translateX(50%) rotate(45deg);
    transform: translateX(50%) rotate(45deg)
}

.breadcrumbs__item:last-child .link {
    pointer-events: none
}

.breadcrumbs__item:last-child .link__text {
    color: #61788b;
    border-color: transparent;
    opacity: .2
}

.burger {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    background-color: transparent;
    width: 40px;
    height: 40px;
    cursor: pointer;
    opacity: .6;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease
}

.burger:hover {
    opacity: 1
}

.burger__mark {
    position: relative;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease
}

.burger__mark,
.burger__mark:after,
.burger__mark:before {
    display: block;
    width: 18px;
    height: 2px;
    border-radius: 3px;
    background-color: #fff
}

.burger__mark:after,
.burger__mark:before {
    content: "";
    position: absolute;
    left: 0;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.burger__mark:before {
    bottom: 5px
}

.burger__mark:after {
    top: 5px
}

.burger.is-close .burger__mark {
    background-color: transparent
}

.burger.is-close .burger__mark:after,
.burger.is-close .burger__mark:before {
    width: 20px
}

.burger.is-close .burger__mark:before {
    bottom: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.burger.is-close .burger__mark:after {
    top: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.button {
    display: inline-block;
    padding: 10px 16px;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    /* background-color: #57AD37; */
    /* background-color: #808080; */
    background-color: #537ae6;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    cursor: pointer;
    border-radius: 4px;
    text-align: center;
    font-size: 14px;
    line-height: 1.43;
    font-weight: 400;
    text-transform: uppercase;
    font-weight: 500
}

.button.is-disabled,
.button:disabled {
    opacity: .4;
    cursor: not-allowed;
    pointer-events: none
}

.button.is-active,
.button:hover {
    /* background-color: #48982A; */
    /* background-color: #6B6B6B; */
    background-color: #3F64C9;
}

.button_big {
    padding: 10px 24px
}

@media only screen and (min-width: 768px) {
    .button_big {
        padding: 10px 40px
    }
}

.button_dark {
    padding: 9px 16px;
    color: hsla(0, 0%, 100%, .8);
    background-color: #303d47;
    border: 1px solid #61788b
}

.button_dark:hover {
    color: #fff;
    background-color: #212b33
}

.button_dark.is-disabled,
.button_dark:disabled {
    opacity: .4;
    color: #fff;
    background-color: #212b33
}

.button_wide {
    width: 100%
}

.company-list {
    width: auto;
    margin-left: -40px;
    margin-right: -40px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-align: stretch;
    -webkit-box-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media only screen and (min-width: 768px) {
    .company-list {
        -ms-flex-pack: start;
        -webkit-box-pack: start;
        justify-content: flex-start
    }
}

.company-list .company {
    margin: 0 40px
}

.company-list:not(:last-child) {
    margin-bottom: 40px
}

@media only screen and (min-width: 768px) {
    .company-list:not(:last-child) {
        margin-bottom: 80px
    }
}

.company {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    width: 200px;
    height: 200px;
    background-color: hsla(0, 0%, 85%, 0)
}

.company:hover {
    background-color: hsla(0, 0%, 85%, .1)
}

.company__image {
    display: block;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    height: auto;
    max-width: calc(100% - 40px);
    max-height: calc(100% - 40px)
}

.company__image,
.confirm {
    position: absolute;
    width: auto
}

.confirm {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
    max-width: 280px;
    opacity: 0;
    pointer-events: none;
    right: 0;
    top: 0;
    background-color: #000
}

@media only screen and (min-width: 480px) {
    .confirm {
        max-width: 300px
    }
}

.confirm.is-show {
    opacity: 1;
    pointer-events: auto
}

.confirm__text {
    width: auto;
    padding-right: 32px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex: 1;
    -webkit-box-flex: 1;
    flex: 1;
    font-size: 14px;
    line-height: 1.43;
    font-weight: 400
}

.confirm__close {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    background-color: transparent;
    width: 40px;
    height: 40px;
    cursor: pointer;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease
}

.confirm__close:hover {
    opacity: .6
}

.confirm__close span {
    position: relative;
    display: block;
    width: 18px;
    height: 2px;
    border-radius: 3px;
    background-color: transparent;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease
}

.confirm__close span:after,
.confirm__close span:before {
    content: "";
    display: block;
    position: absolute;
    width: 20px;
    height: 2px;
    border-radius: 3px;
    background-color: #fff;
    left: 0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.confirm__close span:before {
    bottom: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.confirm__close span:after {
    top: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.content-zone {
    color: hsla(0, 0%, 100%, .8)
}

.content-zone h1 {
    color: #fff;
    font-family: Ubuntu, Roboto, Arial, sans-serif;
    font-size: 32px;
    line-height: 1.25;
    font-weight: 400
}

.content-zone h1:not(:last-child) {
    margin-bottom: 16px
}

@media only screen and (min-width: 768px) {
    .content-zone h1 {
        font-size: 88px;
        line-height: 1.28;
        font-weight: 400
    }
}

.content-zone h2 {
    color: #fff;
    font-family: Ubuntu, Roboto, Arial, sans-serif;
    font-size: 24px;
    line-height: 1.33;
    font-weight: 400
}

.content-zone h2:not(:last-child) {
    margin-bottom: 16px
}

@media only screen and (min-width: 768px) {
    .content-zone h2 {
        font-size: 56px;
        line-height: 1.14;
        font-weight: 400;
        font-weight: 300
    }
}

.content-zone h3 {
    color: #fff;
    font-family: Ubuntu, Roboto, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400
}

.content-zone h3:not(:last-child) {
    margin-bottom: 16px
}

@media only screen and (min-width: 768px) {
    .content-zone h3 {
        font-size: 32px;
        line-height: 1.25;
        font-weight: 400
    }
}

.content-zone h4 {
    color: #fff;
    font-family: Ubuntu, Roboto, Arial, sans-serif;
    font-size: 24px;
    line-height: 1.33;
    font-weight: 400
}

.content-zone h4:not(:last-child) {
    margin-bottom: 16px
}

.content-zone h5 {
    color: #fff;
    font-family: Ubuntu, Roboto, Arial, sans-serif;
    font-size: 20px;
    line-height: 1.43;
    font-weight: 400
}

.content-zone h5:not(:last-child) {
    margin-bottom: 16px
}

.content-zone h6 {
    color: #fff;
    font-family: Ubuntu, Roboto, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400
}

.content-zone h6:not(:last-child) {
    margin-bottom: 16px
}

.content-zone p {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400
}

.content-zone p:not(:last-child) {
    margin-bottom: 16px
}

.content-zone p small {
    display: block;
    font-size: 14px;
    line-height: 1.43;
    font-weight: 400
}

.content-zone blockquote {
    margin: 0;
    padding-left: 40px;
    border-left: 2px solid #000;
    display: block
}

.content-zone blockquote:not(:first-child) {
    margin-top: 40px
}

.content-zone blockquote:not(:last-child) {
    margin-bottom: 40px
}

.content-zone img {
    max-width: 100%
}

.content-zone img:not(:first-child) {
    margin-top: 40px
}

.content-zone img:not(:last-child) {
    margin-bottom: 40px
}

.content-zone>ol:not(:last-child),
.content-zone>ul:not(:last-child) {
    margin-bottom: 10px
}

.content-zone ol,
.content-zone ul {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400
}

.content-zone ol ol,
.content-zone ol ul,
.content-zone ul ol,
.content-zone ul ul {
    padding-top: 10px;
    padding-bottom: 10px
}

.content-zone ol li,
.content-zone ul li {
    padding-left: 36px;
    position: relative
}

.content-zone ul li:before {
    position: absolute;
    left: 10px;
    top: 0;
    content: "•"
}

.content-zone ol {
    counter-reset: a
}

.content-zone ol li:before {
    position: absolute;
    left: 0;
    top: 0;
    counter-increment: a;
    content: counter(a) "."
}

.content-zone a {
    /* color: #57AD37; */
    /* color: #8f8f8f; */
    color: #7494eb;
    border: 0;
    -webkit-transition: fill .3s ease, color .3s ease, opacity .3s ease, border-color .3s ease;
    -o-transition: fill .3s ease, color .3s ease, opacity .3s ease, border-color .3s ease;
    transition: fill .3s ease, color .3s ease, opacity .3s ease, border-color .3s ease;
    /* fill: #57AD37; */
    /* fill: #8f8f8f; */
    fill: #7494eb;
    border-color: inherit;
    opacity: .8
}

.content-zone a:hover {
    /* color: #afafaf; */
    /* fill: #afafaf */
    color: #3F64C9;
    fill: #3F64C9
}

.dropdown {
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    width: 200px;
    margin-top: 12px;
    padding: 12px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .15);
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400
}

.dropdown.is-active {
    opacity: 1;
    pointer-events: all
}

.dropdown_position_top {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: 12px
}

.event {
    display: block
}

.event:not(:last-child) {
    margin-bottom: 16px
}

@media only screen and (min-width: 480px) {
    .event:not(:last-child) {
        margin-bottom: 22px
    }
}

.event__title {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .1px
}

@media only screen and (min-width: 480px) {
    .event__title {
        font-size: 24px;
        line-height: 1.33;
        font-weight: 400;
        font-weight: 500;
        margin-bottom: 4px;
        letter-spacing: .2px
    }
}

.event__time {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    letter-spacing: .1px
}

.parsley-errors-list {
    font-size: 14px;
    line-height: 1.43;
    font-weight: 400;
    list-style-type: none;
    opacity: 0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    width: 100%;
    max-width: 400px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.parsley-errors-list li {
    padding: 18px 16px;
    background-color: #2f0603;
    border: 1px solid #e04a3f;
    border-radius: 4px;
    margin-top: 16px
}

.parsley-errors-list li:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(/local/templates/offZone2019/assets/styles/../images/error.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% 50%;
    vertical-align: middle;
    margin-right: 10px
}

.parsley-errors-list.filled {
    opacity: 1
}

.choices[data-type*=select-one] .choices__inner,
.choices__inner,
.input,
.select,
.textarea {
    padding: 10px 16px;
    height: 40px;
    border: 1px solid transparent;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 1;
    border-radius: 4px;
    min-height: 0;
    background-color: #42525f;
    color: #fff
}

.choices[data-type*=select-one] .choices__inner:focus,
.choices[data-type*=select-one] .choices__inner:hover,
.choices__inner:focus,
.choices__inner:hover,
.input:focus,
.input:hover,
.select:focus,
.select:hover,
.textarea:focus,
.textarea:hover {
    border-color: #18a8cc
}

.choices[data-type*=select-one] .choices__inner:focus,
.choices__inner:focus,
.input:focus,
.select:focus,
.textarea:focus {
    -webkit-box-shadow: 0 0 0 2px rgba(24, 168, 204, .4);
    box-shadow: 0 0 0 2px rgba(24, 168, 204, .4)
}

.choices[data-type*=select-one] .is-error .choices__inner,
.is-error .choices[data-type*=select-one] .choices__inner,
.is-error .choices__inner,
.is-error .input,
.is-error .select,
.is-error .textarea {
    border-color: #e04a3f;
    background-color: #42495f
}

.inputbox {
    display: block
}

.textarea {
    padding-top: 13px;
    padding-bottom: 13px;
    min-height: 160px;
    resize: vertical
}

.checkradio {
    position: relative;
    padding-left: 32px;
    display: block;
    cursor: pointer;
    padding-top: 2px;
    padding-bottom: 2px
}

.checkradio:not(:last-child) {
    margin-bottom: 16px
}

.checkradio__input {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    visibility: hidden;
    opacity: 0;
    pointer-events: none
}

.checkradio__input:checked~.checkradio__box:before {
    opacity: 1
}

.checkradio__input:disabled~.checkradio__box {
    opacity: .24
}

.checkradio__input:disabled~.checkradio__content {
    color: hsla(0, 0%, 100%, .19)
}

.checkradio__input:disabled:hover~.checkradio__box {
    opacity: .24
}

.checkradio__input:disabled:hover~.checkradio__content {
    color: hsla(0, 0%, 100%, .19)
}

.checkradio__box {
    position: absolute;
    width: 20px;
    height: 20px;
    border: 2px solid #42525f;
    left: 0;
    top: 1px;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.checkradio__box:before {
    content: "";
    width: 12px;
    height: 12px;
    background-color: #42525f;
    display: block;
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto
}

.checkradio:hover .checkradio__box {
    opacity: .6
}

.checkradio__content {
    font-size: 14px;
    line-height: 1.43;
    font-weight: 400
}

.checkradio_square .checkradio__box {
    top: 4px;
    border-radius: 0
}

.checkradio_square .checkradio__box:before {
    border-radius: 0
}

.input-numberbox {
    display: table;
    width: 100%
}

.input-numberbox__button {
    border: 1px solid #61788b;
    width: 40px;
    display: table-cell;
    font-size: 18px;
    font-family: monospace;
    cursor: pointer;
    text-align: center
}

.input-numberbox__button:hover:after,
.input-numberbox__button:hover:before {
    opacity: .5
}

.input-numberbox__button:after,
.input-numberbox__button:before {
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease
}

.input-numberbox__button:first-child:before {
    content: "-"
}

.input-numberbox__button:last-child:before {
    content: "+"
}

.input-numberbox__input {
    -ms-flex: 1;
    -webkit-box-flex: 1;
    flex: 1;
    border-left: 0;
    border-right: 0;
    text-align: center;
    display: table-cell
}

.choices {
    position: relative;
    margin-bottom: 24px;
    font-size: 16px
}

.choices:focus {
    outline: none
}

.choices:last-child {
    margin-bottom: 0
}

.choices.is-disabled .choices__inner,
.choices.is-disabled .choices__input {
    background-color: #eaeaea;
    cursor: not-allowed;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.choices.is-disabled .choices__item {
    cursor: not-allowed
}

.choices[data-type*=select-one] {
    cursor: pointer
}

.choices[data-type*=select-one] .choices__inner {
    padding-bottom: 7.5px
}

.choices[data-type*=select-one] .choices__input {
    display: block;
    width: 100%;
    padding: 10px;
    border-bottom: 1px solid #ddd;
    background-color: #fff;
    margin: 0
}

.choices[data-type*=select-one] .choices__button {
    background-image: url(/local/templates/offZone2019/assets/styles/../../icons/cross-inverse.svg);
    padding: 0;
    background-size: 8px;
    height: 100%;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -10px;
    margin-right: 25px;
    height: 20px;
    width: 20px;
    border-radius: 10em;
    opacity: .5
}

.choices[data-type*=select-one] .choices__button:focus,
.choices[data-type*=select-one] .choices__button:hover {
    opacity: 1
}

.choices[data-type*=select-one] .choices__button:focus {
    -webkit-box-shadow: 0 0 0 2px #00bcd4;
    box-shadow: 0 0 0 2px #00bcd4
}

.choices[data-type*=select-one]:after {
    content: "";
    height: 0;
    width: 0;
    border-style: solid;
    border-color: #333 transparent transparent;
    border-width: 5px;
    position: absolute;
    right: 11.5px;
    top: 50%;
    margin-top: -2.5px;
    pointer-events: none
}

.choices[data-type*=select-one].is-open:after {
    border-color: transparent transparent #333;
    margin-top: -7.5px
}

.choices[data-type*=select-one][dir=rtl]:after {
    left: 11.5px;
    right: auto
}

.choices[data-type*=select-one][dir=rtl] .choices__button {
    right: auto;
    left: 0;
    margin-left: 25px;
    margin-right: 0
}

.choices[data-type*=select-multiple] .choices__inner,
.choices[data-type*=text] .choices__inner {
    cursor: text
}

.choices[data-type*=select-multiple] .choices__button,
.choices[data-type*=text] .choices__button {
    position: relative;
    display: inline-block;
    margin: 0 -4px 0 8px;
    padding-left: 16px;
    border-left: 1px solid #008fa1;
    background-image: url(/local/templates/offZone2019/assets/styles/../../icons/cross.svg);
    background-size: 8px;
    width: 8px;
    line-height: 1;
    opacity: .75
}

.choices[data-type*=select-multiple] .choices__button:focus,
.choices[data-type*=select-multiple] .choices__button:hover,
.choices[data-type*=text] .choices__button:focus,
.choices[data-type*=text] .choices__button:hover {
    opacity: 1
}

.choices__inner {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    background-color: #f9f9f9;
    padding: 7.5px 7.5px 3.75px;
    border: 1px solid #ddd;
    border-radius: 2.5px;
    font-size: 14px;
    min-height: 44px;
    overflow: hidden
}

.is-focused .choices__inner,
.is-open .choices__inner {
    border-color: #b7b7b7
}

.is-open .choices__inner {
    border-radius: 2.5px 2.5px 0 0
}

.is-flipped.is-open .choices__inner {
    border-radius: 0 0 2.5px 2.5px
}

.choices__list {
    margin: 0;
    padding-left: 0;
    list-style: none
}

.choices__list--single {
    display: inline-block;
    padding: 4px 16px 4px 4px;
    width: 100%
}

[dir=rtl] .choices__list--single {
    padding-right: 4px;
    padding-left: 16px
}

.choices__list--single .choices__item {
    width: 100%
}

.choices__list--multiple {
    display: inline
}

.choices__list--multiple .choices__item {
    display: inline-block;
    vertical-align: middle;
    border-radius: 20px;
    padding: 4px 10px;
    font-size: 12px;
    font-weight: 500;
    margin-right: 3.75px;
    margin-bottom: 3.75px;
    background-color: #00bcd4;
    border: 1px solid #00a5bb;
    color: #fff;
    word-break: break-all
}

.choices__list--multiple .choices__item[data-deletable] {
    padding-right: 5px
}

[dir=rtl] .choices__list--multiple .choices__item {
    margin-right: 0;
    margin-left: 3.75px
}

.choices__list--multiple .choices__item.is-highlighted {
    background-color: #00a5bb;
    border: 1px solid #008fa1
}

.is-disabled .choices__list--multiple .choices__item {
    background-color: #aaa;
    border: 1px solid #919191
}

.choices__list--dropdown {
    display: none;
    z-index: 1;
    position: absolute;
    width: 100%;
    background-color: #fff;
    border: 1px solid #ddd;
    top: 100%;
    margin-top: -1px;
    border-bottom-left-radius: 2.5px;
    border-bottom-right-radius: 2.5px;
    overflow: hidden;
    word-break: break-all
}

.choices__list--dropdown.is-active {
    display: block
}

.is-open .choices__list--dropdown {
    border-color: #b7b7b7
}

.is-flipped .choices__list--dropdown {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: -1px;
    border-radius: .25rem .25rem 0 0
}

.choices__list--dropdown .choices__list {
    position: relative;
    max-height: 300px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    will-change: scroll-position
}

.choices__list--dropdown .choices__item {
    position: relative;
    padding: 10px
}

[dir=rtl] .choices__list--dropdown .choices__item {
    text-align: right
}

@media (min-width: 640px) {
    .choices__list--dropdown .choices__item--selectable {
        padding-right: 100px
    }
    .choices__list--dropdown .choices__item--selectable:after {
        content: attr(data-select-text);
        font-size: 12px;
        opacity: 0;
        position: absolute;
        right: 10px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }
    [dir=rtl] .choices__list--dropdown .choices__item--selectable {
        text-align: right;
        padding-left: 100px;
        padding-right: 10px
    }
    [dir=rtl] .choices__list--dropdown .choices__item--selectable:after {
        right: auto;
        left: 10px
    }
}

.choices__list--dropdown .choices__item--selectable.is-highlighted {
    background-color: #f2f2f2
}

.choices__list--dropdown .choices__item--selectable.is-highlighted:after {
    opacity: .5
}

.choices__item {
    cursor: default
}

.choices__item--selectable {
    cursor: pointer
}

.choices__item--disabled {
    cursor: not-allowed;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    opacity: .5
}

.choices__heading {
    font-weight: 600;
    font-size: 12px;
    padding: 10px;
    border-bottom: 1px solid #f7f7f7;
    color: gray
}

.choices__button {
    text-indent: -9999px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 50%;
    cursor: pointer
}

.choices__button:focus {
    outline: none
}

.choices__input {
    display: inline-block;
    vertical-align: baseline;
    background-color: #f9f9f9;
    font-size: 14px;
    margin-bottom: 5px;
    border: 0;
    border-radius: 0;
    max-width: 100%;
    padding: 4px 0 4px 2px
}

.choices__input:focus {
    outline: 0
}

[dir=rtl] .choices__input {
    padding-right: 2px;
    padding-left: 0
}

.choices__placeholder {
    opacity: .5
}

.choices[data-type*=select-one] .choices__inner,
.choices__inner,
.select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.choices {
    border-radius: 4px
}

.choices[data-type*=select-one] .choices__inner,
.choices__inner {
    -webkit-transition: border-color .3s ease;
    -o-transition: border-color .3s ease;
    transition: border-color .3s ease
}

.is-focused .choices[data-type*=select-one] .choices__inner,
.is-focused .choices__inner,
.is-open .choices[data-type*=select-one] .choices__inner,
.is-open .choices__inner {
    border-color: #18a8cc
}

.choices[data-type*=select-one] .choices__inner {
    padding-top: 0;
    padding-bottom: 0
}

.choices[data-type*=select-one]:after {
    display: none
}

.choices__toggle {
    width: 24px;
    height: 24px;
    position: absolute;
    display: block;
    top: 50%;
    right: 8px;
    z-index: 3;
    opacity: .4;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.choices__toggle svg {
    width: 24px;
    height: 24px;
    fill: #fff
}

.is-open .choices__toggle {
    -webkit-transform: translate3d(0, -50%, 0) rotate(180deg);
    transform: translate3d(0, -50%, 0) rotate(180deg)
}

.choices__list {
    border-color: transparent
}

.choices__list--single {
    display: table;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
    padding: 0;
    padding-right: 20px
}

.choices__list--single .choices__item {
    display: table-cell;
    vertical-align: middle
}

.choices__list--dropdown {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 0 6px 0 rgba(24, 168, 204, .59);
    box-shadow: 0 0 6px 0 rgba(24, 168, 204, .59);
    margin-top: 8px;
    background-color: #42525f;
    border-radius: 4px;
    border: none;
    max-height: 200px
}

.choices__list--dropdown .choices__list {
    padding-top: 8px;
    padding-bottom: 8px;
    height: auto;
    overflow: visible
}

.choices__list--dropdown .choices__item {
    padding: 10px 16px;
    color: #fff;
    font-size: 14px;
    line-height: 1.43;
    font-weight: 400
}

.choices__list--dropdown .choices__item--selectable {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.choices__list--dropdown .choices__item--selectable.is-highlighted {
    color: #fff;
    background-color: rgba(13, 19, 26, .3)
}

.choices__placeholder {
    opacity: 1
}

.choices.is-open .choices__inner {
    border-color: #18a8cc
}

.choices.is-open .choices__list--dropdown {
    border-color: transparent
}

.choices.is-focused .choices__inner {
    border-color: #18a8cc;
    -webkit-box-shadow: 0 0 0 2px rgba(24, 168, 204, .4);
    box-shadow: 0 0 0 2px rgba(24, 168, 204, .4)
}

.range {
    display: inline-block;
    width: 100%
}

.range .noUi-base {
    height: 2px;
    background-color: #61788b;
    position: relative;
    margin: 8px 0
}

.range .noUi-connect {
    height: 100%;
    position: absolute;
    /* background-color: #57AD37 */
    background-color: #7494eb
}

.range .noUi-handle {
    position: absolute;
    width: 16px;
    height: 16px;
    top: 50%;
    border: 1px solid #61788b;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background-color: #fff;
    -webkit-transition: border-color .3s ease;
    -o-transition: border-color .3s ease;
    transition: border-color .3s ease;
    cursor: pointer
}

.range .noUi-handle:hover {
    /* border-color: #57AD37 */
    border-color: #7494eb
}

.range .noUi-origin {
    position: absolute;
    top: 0;
    height: 100%
}

.js-datepicker {
    cursor: pointer
}

.datepicker {
    color: #fff;
    font-size: 14px;
    width: 250px;
    background: #fff;
    border: 1px solid #61788b;
    -webkit-box-shadow: 0 2px 4px hsla(0, 0%, 100%, .15);
    box-shadow: 0 2px 4px hsla(0, 0%, 100%, .15);
    border-radius: 0;
    -webkit-transition: opacity .3s ease, left 0s ease .3s, -webkit-transform .3s ease;
    transition: opacity .3s ease, left 0s ease .3s, -webkit-transform .3s ease;
    -o-transition: opacity .3s ease, transform .3s ease, left 0s ease .3s;
    transition: opacity .3s ease, transform .3s ease, left 0s ease .3s;
    transition: opacity .3s ease, transform .3s ease, left 0s ease .3s, -webkit-transform .3s ease;
    font-family: Roboto, Arial, sans-serif
}

.datepicker.-from-bottom- {
    -webkit-transform: translateY(8px);
    -ms-transform: translateY(8px);
    transform: translateY(8px)
}

.datepicker.active {
    opacity: 1;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
    -webkit-transition: opacity .3s ease, left 0 0, -webkit-transform .3s ease;
    transition: opacity .3s ease, left 0 0, -webkit-transform .3s ease;
    -o-transition: opacity .3s ease, transform .3s ease, left 0 0;
    transition: opacity .3s ease, transform .3s ease, left 0 0;
    transition: opacity .3s ease, transform .3s ease, left 0 0, -webkit-transform .3s ease
}

.datepicker--pointer {
    border-top-color: #61788b;
    border-right-color: #61788b
}

.datepicker--day-name {
    /* color: #57AD37 */
    color: #7494eb
}

.datepicker--nav-action {
    border-radius: 0;
    -webkit-transition: color .3s ease, background-color .3s ease;
    -o-transition: color .3s ease, background-color .3s ease;
    transition: color .3s ease, background-color .3s ease
}

.datepicker--nav-action path {
    stroke: #fff
}

.datepicker--nav {
    border-color: #61788b
}

.datepicker--nav-title {
    border-radius: 0;
    -webkit-transition: color .3s ease, background-color .3s ease;
    -o-transition: color .3s ease, background-color .3s ease;
    transition: color .3s ease, background-color .3s ease
}

.datepicker--nav-title i {
    color: hsla(0, 0%, 100%, .5)
}

.datepicker--cell.-focus-,
.datepicker--nav-action:hover,
.datepicker--nav-title:hover {
    background: rgba(97, 120, 139, .3)
}

.datepicker--cell {
    border-radius: 0;
    -webkit-transition: color .3s ease, background-color .3s ease;
    -o-transition: color .3s ease, background-color .3s ease;
    transition: color .3s ease, background-color .3s ease
}

.datepicker--cell.-current- {
    /* color: #57AD37; */
    color: #7494eb;
    background: rgba(235, 111, 28, .1)
}

.datepicker--cell.-selected-.-focus- {
    background: rgba(235, 111, 28, .8)
}

.datepicker--cell.-disabled- {
    color: hsla(0, 0%, 100%, .3)
}

.datepicker--cell.-selected-,
.datepicker--cell.-selected-.-current- {
    /* background: #57AD37 */
    background: #7494eb
}

.datepicker--cell-day.-other-month-,
.datepicker--cell-year.-other-decade- {
    color: hsla(0, 0%, 100%, .2)
}

.datepicker--cell-day.-other-month-:hover,
.datepicker--cell-year.-other-decade-:hover {
    color: hsla(0, 0%, 100%, .5)
}

.datepicker--cell.-range-from-,
.datepicker--cell.-range-to- {
    border: 0;
    background-color: rgba(235, 111, 28, .3)
}

.datepicker--cell.-range-from-.-selected-,
.datepicker--cell.-range-to-.-selected- {
    /* background-color: #57AD37 */
    background-color: #7494eb
}

.datepicker--cell.-range-from- {
    border-radius: 3px 0 0 3px
}

.datepicker--cell.-range-to- {
    border-radius: 0 3px 3px 0
}

.-in-range-.datepicker--cell-day.-other-month-,
.-in-range-.datepicker--cell-year.-other-decade- {
    background-color: rgba(235, 111, 28, .1);
    color: rgba(235, 111, 28, .3)
}

.-in-range-.datepicker--cell-day.-other-month-.-focus-,
.-in-range-.datepicker--cell-year.-other-decade-.-focus- {
    background-color: rgba(235, 111, 28, .2)
}

.datepicker--cell.-in-range- {
    background: rgba(235, 111, 28, .2);
    /* color: #57AD37; */
    color: #7494eb;
    border-radius: 0
}

.datepicker--cell.-in-range-.-current- {
    color: #fff
}

.datepicker--cell.-in-range-.-focus- {
    background: rgba(235, 111, 28, .3)
}

.form__title {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: .1px;
    margin-bottom: 12px
}

@media only screen and (min-width: 480px) {
    .form__title {
        font-size: 24px;
        line-height: 1.33;
        font-weight: 400;
        font-weight: 500;
        letter-spacing: .2px;
        margin-bottom: 7px
    }
}

@media only screen and (min-width: 1024px) {
    .form__title {
        font-size: 32px;
        line-height: 1.25;
        font-weight: 400;
        font-weight: 500;
        letter-spacing: .3px;
        margin-bottom: 9px
    }
}

.form__subtitle {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    color: #999;
    margin-bottom: 32px
}

.form__subtitle_white {
    color: #fff
}

.form__label {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    margin-bottom: 8px;
    color: #fff
}

.form__wrapper {
    display: block;
    width: 100%;
    font-size: 0
}

.form__wrapper:not(:first-child) {
    margin-top: 32px
}

.form__wrapper.is-hide {
    display: none
}

.form__comment {
    font-size: 14px;
    line-height: 1.43;
    font-weight: 400;
    color: #999
}

.form__comment:not(:first-child) {
    margin-top: 8px
}

.form__files:not(:last-child) {
    margin-bottom: 17px
}

.form__section {
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 40px
}

@media only screen and (min-width: 1024px) {
    .form__section {
        padding-bottom: 32px;
        margin-bottom: 32px
    }
}

.form__section_bordered {
    border-bottom: 1px solid hsla(0, 0%, 85%, .1)
}

@media only screen and (min-width: 1024px) {
    .form__section_presentation {
        margin-bottom: 88px
    }
}

@media only screen and (min-width: 1024px) {
    .form__section_presentation .form__subtitle {
        margin-bottom: 46px
    }
}

@media only screen and (max-width: 1023px) {
    .form__section_speakers {
        padding-bottom: 32px;
        margin-bottom: 32px
    }
}

@media only screen and (min-width: 1024px) {
    .form__section_speakers .form__title {
        margin-bottom: 11px
    }
}

@media only screen and (min-width: 1024px) {
    .form__section_speakers .form__subtitle {
        font-size: 14px;
        line-height: 1.43;
        font-weight: 400
    }
}

.form__field {
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-top: 1px solid hsla(0, 0%, 85%, .1);
    padding-top: 32px;
    margin-top: 32px
}

.form__field-heading {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    position: relative
}

.form__field-title {
    font-size: 24px;
    line-height: 1.33;
    font-weight: 400;
    color: #fff;
    font-weight: 500
}

.form__field .remove.js-show-confirm {
    opacity: 0;
    pointer-events: none
}

.form__field.is-removable .remove.js-show-confirm {
    opacity: .16;
    pointer-events: auto
}

.form__field.is-removable .remove.js-show-confirm:hover {
    opacity: 1
}

.form__errors {
    display: none;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    width: 100%;
    max-width: 400px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 18px 16px;
    background-color: #2f0603;
    border: 1px solid #e04a3f;
    border-radius: 4px;
    margin-top: 32px;
    margin-bottom: 32px
}

.form__errors:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(/local/templates/offZone2019/assets/styles/../images/error.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% 50%;
    vertical-align: middle;
    margin-right: 10px
}

.grid {
    font-size: 0;
    display: block;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -20px;
    margin-right: -20px;
    margin-top: -40px
}

.grid .grid {
    margin-top: 0
}

.grid__col {
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 20px 0;
    margin: 0;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400
}

.grid__col_xl_1 {
    width: 8.33333%
}

.grid__col_xl_2 {
    width: 16.66667%
}

.grid__col_xl_3 {
    width: 25%
}

.grid__col_xl_4 {
    width: 33.33333%
}

.grid__col_xl_5 {
    width: 41.66667%
}

.grid__col_xl_6 {
    width: 50%
}

.grid__col_xl_7 {
    width: 58.33333%
}

.grid__col_xl_8 {
    width: 66.66667%
}

.grid__col_xl_9 {
    width: 75%
}

.grid__col_xl_10 {
    width: 83.33333%
}

.grid__col_xl_11 {
    width: 91.66667%
}

.grid__col_xl_12 {
    width: 100%
}

.grid__col_xl_13 {
    width: 108.33333%
}

.grid__col_xl_14 {
    width: 116.66667%
}

.grid__col_xl_15 {
    width: 125%
}

@media only screen and (min-width: 400px) {
    .grid__col_xxs_1 {
        width: 8.33333%
    }
}

@media only screen and (min-width: 400px) {
    .grid__col_xxs_2 {
        width: 16.66667%
    }
}

@media only screen and (min-width: 400px) {
    .grid__col_xxs_3 {
        width: 25%
    }
}

@media only screen and (min-width: 400px) {
    .grid__col_xxs_4 {
        width: 33.33333%
    }
}

@media only screen and (min-width: 400px) {
    .grid__col_xxs_5 {
        width: 41.66667%
    }
}

@media only screen and (min-width: 400px) {
    .grid__col_xxs_6 {
        width: 50%
    }
}

@media only screen and (min-width: 400px) {
    .grid__col_xxs_7 {
        width: 58.33333%
    }
}

@media only screen and (min-width: 400px) {
    .grid__col_xxs_8 {
        width: 66.66667%
    }
}

@media only screen and (min-width: 400px) {
    .grid__col_xxs_9 {
        width: 75%
    }
}

@media only screen and (min-width: 400px) {
    .grid__col_xxs_10 {
        width: 83.33333%
    }
}

@media only screen and (min-width: 400px) {
    .grid__col_xxs_11 {
        width: 91.66667%
    }
}

@media only screen and (min-width: 400px) {
    .grid__col_xxs_12 {
        width: 100%
    }
}

@media only screen and (min-width: 400px) {
    .grid__col_xxs_13 {
        width: 108.33333%
    }
}

@media only screen and (min-width: 400px) {
    .grid__col_xxs_14 {
        width: 116.66667%
    }
}

@media only screen and (min-width: 400px) {
    .grid__col_xxs_15 {
        width: 125%
    }
}

@media only screen and (min-width: 480px) {
    .grid__col_xs_1 {
        width: 8.33333%
    }
}

@media only screen and (min-width: 480px) {
    .grid__col_xs_2 {
        width: 16.66667%
    }
}

@media only screen and (min-width: 480px) {
    .grid__col_xs_3 {
        width: 25%
    }
}

@media only screen and (min-width: 480px) {
    .grid__col_xs_4 {
        width: 33.33333%
    }
}

@media only screen and (min-width: 480px) {
    .grid__col_xs_5 {
        width: 41.66667%
    }
}

@media only screen and (min-width: 480px) {
    .grid__col_xs_6 {
        width: 50%
    }
}

@media only screen and (min-width: 480px) {
    .grid__col_xs_7 {
        width: 58.33333%
    }
}

@media only screen and (min-width: 480px) {
    .grid__col_xs_8 {
        width: 66.66667%
    }
}

@media only screen and (min-width: 480px) {
    .grid__col_xs_9 {
        width: 75%
    }
}

@media only screen and (min-width: 480px) {
    .grid__col_xs_10 {
        width: 83.33333%
    }
}

@media only screen and (min-width: 480px) {
    .grid__col_xs_11 {
        width: 91.66667%
    }
}

@media only screen and (min-width: 480px) {
    .grid__col_xs_12 {
        width: 100%
    }
}

@media only screen and (min-width: 480px) {
    .grid__col_xs_13 {
        width: 108.33333%
    }
}

@media only screen and (min-width: 480px) {
    .grid__col_xs_14 {
        width: 116.66667%
    }
}

@media only screen and (min-width: 480px) {
    .grid__col_xs_15 {
        width: 125%
    }
}

@media only screen and (min-width: 560px) {
    .grid__col_phablet_1 {
        width: 8.33333%
    }
}

@media only screen and (min-width: 560px) {
    .grid__col_phablet_2 {
        width: 16.66667%
    }
}

@media only screen and (min-width: 560px) {
    .grid__col_phablet_3 {
        width: 25%
    }
}

@media only screen and (min-width: 560px) {
    .grid__col_phablet_4 {
        width: 33.33333%
    }
}

@media only screen and (min-width: 560px) {
    .grid__col_phablet_5 {
        width: 41.66667%
    }
}

@media only screen and (min-width: 560px) {
    .grid__col_phablet_6 {
        width: 50%
    }
}

@media only screen and (min-width: 560px) {
    .grid__col_phablet_7 {
        width: 58.33333%
    }
}

@media only screen and (min-width: 560px) {
    .grid__col_phablet_8 {
        width: 66.66667%
    }
}

@media only screen and (min-width: 560px) {
    .grid__col_phablet_9 {
        width: 75%
    }
}

@media only screen and (min-width: 560px) {
    .grid__col_phablet_10 {
        width: 83.33333%
    }
}

@media only screen and (min-width: 560px) {
    .grid__col_phablet_11 {
        width: 91.66667%
    }
}

@media only screen and (min-width: 560px) {
    .grid__col_phablet_12 {
        width: 100%
    }
}

@media only screen and (min-width: 560px) {
    .grid__col_phablet_13 {
        width: 108.33333%
    }
}

@media only screen and (min-width: 560px) {
    .grid__col_phablet_14 {
        width: 116.66667%
    }
}

@media only screen and (min-width: 560px) {
    .grid__col_phablet_15 {
        width: 125%
    }
}

@media only screen and (min-width: 640px) {
    .grid__col_tablet-small_1 {
        width: 8.33333%
    }
}

@media only screen and (min-width: 640px) {
    .grid__col_tablet-small_2 {
        width: 16.66667%
    }
}

@media only screen and (min-width: 640px) {
    .grid__col_tablet-small_3 {
        width: 25%
    }
}

@media only screen and (min-width: 640px) {
    .grid__col_tablet-small_4 {
        width: 33.33333%
    }
}

@media only screen and (min-width: 640px) {
    .grid__col_tablet-small_5 {
        width: 41.66667%
    }
}

@media only screen and (min-width: 640px) {
    .grid__col_tablet-small_6 {
        width: 50%
    }
}

@media only screen and (min-width: 640px) {
    .grid__col_tablet-small_7 {
        width: 58.33333%
    }
}

@media only screen and (min-width: 640px) {
    .grid__col_tablet-small_8 {
        width: 66.66667%
    }
}

@media only screen and (min-width: 640px) {
    .grid__col_tablet-small_9 {
        width: 75%
    }
}

@media only screen and (min-width: 640px) {
    .grid__col_tablet-small_10 {
        width: 83.33333%
    }
}

@media only screen and (min-width: 640px) {
    .grid__col_tablet-small_11 {
        width: 91.66667%
    }
}

@media only screen and (min-width: 640px) {
    .grid__col_tablet-small_12 {
        width: 100%
    }
}

@media only screen and (min-width: 640px) {
    .grid__col_tablet-small_13 {
        width: 108.33333%
    }
}

@media only screen and (min-width: 640px) {
    .grid__col_tablet-small_14 {
        width: 116.66667%
    }
}

@media only screen and (min-width: 640px) {
    .grid__col_tablet-small_15 {
        width: 125%
    }
}

@media only screen and (min-width: 768px) {
    .grid__col_sm_1 {
        width: 8.33333%
    }
}

@media only screen and (min-width: 768px) {
    .grid__col_sm_2 {
        width: 16.66667%
    }
}

@media only screen and (min-width: 768px) {
    .grid__col_sm_3 {
        width: 25%
    }
}

@media only screen and (min-width: 768px) {
    .grid__col_sm_4 {
        width: 33.33333%
    }
}

@media only screen and (min-width: 768px) {
    .grid__col_sm_5 {
        width: 41.66667%
    }
}

@media only screen and (min-width: 768px) {
    .grid__col_sm_6 {
        width: 50%
    }
}

@media only screen and (min-width: 768px) {
    .grid__col_sm_7 {
        width: 58.33333%
    }
}

@media only screen and (min-width: 768px) {
    .grid__col_sm_8 {
        width: 66.66667%
    }
}

@media only screen and (min-width: 768px) {
    .grid__col_sm_9 {
        width: 75%
    }
}

@media only screen and (min-width: 768px) {
    .grid__col_sm_10 {
        width: 83.33333%
    }
}

@media only screen and (min-width: 768px) {
    .grid__col_sm_11 {
        width: 91.66667%
    }
}

@media only screen and (min-width: 768px) {
    .grid__col_sm_12 {
        width: 100%
    }
}

@media only screen and (min-width: 768px) {
    .grid__col_sm_13 {
        width: 108.33333%
    }
}

@media only screen and (min-width: 768px) {
    .grid__col_sm_14 {
        width: 116.66667%
    }
}

@media only screen and (min-width: 768px) {
    .grid__col_sm_15 {
        width: 125%
    }
}

@media only screen and (min-width: 1024px) {
    .grid__col_md_1 {
        width: 8.33333%
    }
}

@media only screen and (min-width: 1024px) {
    .grid__col_md_2 {
        width: 16.66667%
    }
}

@media only screen and (min-width: 1024px) {
    .grid__col_md_3 {
        width: 25%
    }
}

@media only screen and (min-width: 1024px) {
    .grid__col_md_4 {
        width: 33.33333%
    }
}

@media only screen and (min-width: 1024px) {
    .grid__col_md_5 {
        width: 41.66667%
    }
}

@media only screen and (min-width: 1024px) {
    .grid__col_md_6 {
        width: 50%
    }
}

@media only screen and (min-width: 1024px) {
    .grid__col_md_7 {
        width: 58.33333%
    }
}

@media only screen and (min-width: 1024px) {
    .grid__col_md_8 {
        width: 66.66667%
    }
}

@media only screen and (min-width: 1024px) {
    .grid__col_md_9 {
        width: 75%
    }
}

@media only screen and (min-width: 1024px) {
    .grid__col_md_10 {
        width: 83.33333%
    }
}

@media only screen and (min-width: 1024px) {
    .grid__col_md_11 {
        width: 91.66667%
    }
}

@media only screen and (min-width: 1024px) {
    .grid__col_md_12 {
        width: 100%
    }
}

@media only screen and (min-width: 1024px) {
    .grid__col_md_13 {
        width: 108.33333%
    }
}

@media only screen and (min-width: 1024px) {
    .grid__col_md_14 {
        width: 116.66667%
    }
}

@media only screen and (min-width: 1024px) {
    .grid__col_md_15 {
        width: 125%
    }
}

@media only screen and (min-width: 1282px) {
    .grid__col_lg_1 {
        width: 8.33333%
    }
}

@media only screen and (min-width: 1282px) {
    .grid__col_lg_2 {
        width: 16.66667%
    }
}

@media only screen and (min-width: 1282px) {
    .grid__col_lg_3 {
        width: 25%
    }
}

@media only screen and (min-width: 1282px) {
    .grid__col_lg_4 {
        width: 33.33333%
    }
}

@media only screen and (min-width: 1282px) {
    .grid__col_lg_5 {
        width: 41.66667%
    }
}

@media only screen and (min-width: 1282px) {
    .grid__col_lg_6 {
        width: 50%
    }
}

@media only screen and (min-width: 1282px) {
    .grid__col_lg_7 {
        width: 58.33333%
    }
}

@media only screen and (min-width: 1282px) {
    .grid__col_lg_8 {
        width: 66.66667%
    }
}

@media only screen and (min-width: 1282px) {
    .grid__col_lg_9 {
        width: 75%
    }
}

@media only screen and (min-width: 1282px) {
    .grid__col_lg_10 {
        width: 83.33333%
    }
}

@media only screen and (min-width: 1282px) {
    .grid__col_lg_11 {
        width: 91.66667%
    }
}

@media only screen and (min-width: 1282px) {
    .grid__col_lg_12 {
        width: 100%
    }
}

@media only screen and (min-width: 1282px) {
    .grid__col_lg_13 {
        width: 108.33333%
    }
}

@media only screen and (min-width: 1282px) {
    .grid__col_lg_14 {
        width: 116.66667%
    }
}

@media only screen and (min-width: 1282px) {
    .grid__col_lg_15 {
        width: 125%
    }
}

@media only screen and (min-width: 1920px) {
    .grid__col_xxl_1 {
        width: 8.33333%
    }
}

@media only screen and (min-width: 1920px) {
    .grid__col_xxl_2 {
        width: 16.66667%
    }
}

@media only screen and (min-width: 1920px) {
    .grid__col_xxl_3 {
        width: 25%
    }
}

@media only screen and (min-width: 1920px) {
    .grid__col_xxl_4 {
        width: 33.33333%
    }
}

@media only screen and (min-width: 1920px) {
    .grid__col_xxl_5 {
        width: 41.66667%
    }
}

@media only screen and (min-width: 1920px) {
    .grid__col_xxl_6 {
        width: 50%
    }
}

@media only screen and (min-width: 1920px) {
    .grid__col_xxl_7 {
        width: 58.33333%
    }
}

@media only screen and (min-width: 1920px) {
    .grid__col_xxl_8 {
        width: 66.66667%
    }
}

@media only screen and (min-width: 1920px) {
    .grid__col_xxl_9 {
        width: 75%
    }
}

@media only screen and (min-width: 1920px) {
    .grid__col_xxl_10 {
        width: 83.33333%
    }
}

@media only screen and (min-width: 1920px) {
    .grid__col_xxl_11 {
        width: 91.66667%
    }
}

@media only screen and (min-width: 1920px) {
    .grid__col_xxl_12 {
        width: 100%
    }
}

@media only screen and (min-width: 1920px) {
    .grid__col_xxl_13 {
        width: 108.33333%
    }
}

@media only screen and (min-width: 1920px) {
    .grid__col_xxl_14 {
        width: 116.66667%
    }
}

@media only screen and (min-width: 1920px) {
    .grid__col_xxl_15 {
        width: 125%
    }
}

.grid_big {
    margin-left: -40px;
    margin-right: -40px;
    margin-top: -80px
}

.grid_big .grid__col {
    padding: 80px 40px 0
}

.illustrated-text {
    font-size: 0;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -40px;
    margin-right: -40px;
    margin-top: -30px
}

.illustrated-text__col {
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px 40px 0;
    margin: 0;
    width: 100%;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    min-height: 280px
}

@media only screen and (min-width: 768px) {
    .illustrated-text__col_start {
        -ms-flex: 1;
        -webkit-box-flex: 1;
        flex: 1
    }
}

@media only screen and (max-width: 767px) {
    .illustrated-text__col_start {
        -ms-flex-order: 2;
        -webkit-box-ordinal-group: 3;
        order: 2
    }
}

.illustrated-text__col_end {
    text-align: center
}

@media only screen and (min-width: 768px) {
    .illustrated-text__col_end {
        width: 320px;
        min-width: 320px
    }
}

.illustrated-text__image {
    /*width: auto;*/
    /*height: auto;*/
    max-width: 180px;
    max-height: 100%
}

@media only screen and (min-width: 768px) {
    .illustrated-text__image {
        max-width: 240px
    }
}

@media only screen and (min-width: 768px) {
    .illustrated-text_sm-img-up .illustrated-text__image {
        margin-top: -40px
    }
}

.language {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    width: 40px;
    height: 40px;
    color: hsla(0, 0%, 100%, .6);
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    -webkit-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: color .3s ease;
    font-size: 14px;
    line-height: 1.43;
    font-weight: 400
}

.language__icon {
    width: 24px;
    height: 24px;
    fill: hsla(0, 0%, 100%, .6);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.language:hover {
    color: #fff
}

.language:hover .language__icon {
    fill: #fff
}

.lead {
    display: block;
    position: relative;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 116px 0 112px
}

@media only screen and (min-width: 768px) {
    .lead {
        padding: 200px 0 250px
    }
}

.lead__bg {
    position: absolute;
    top: 0;
    left: 50%;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    width: calc(100% + 200px);
    height: 100%;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0)
}

@media only screen and (min-width: 768px) {
    .lead__bg {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

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

.lead__heading {
    text-align: center;
    font-family: Ubuntu, Roboto, Arial, sans-serif;
    color: #fff
}

.lead__title {
    font-size: 32px;
    line-height: 1.25;
    font-weight: 400;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 20px;
    line-height: 1.5
}

@media only screen and (min-width: 768px) {
    .lead__title {
        font-size: 88px;
        line-height: 1.28;
        font-weight: 400;
        margin-bottom: 38px
    }
}

.lead__subtitle {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    text-transform: uppercase
}

@media only screen and (min-width: 768px) {
    .lead__subtitle {
        font-size: 32px;
        line-height: 1.25;
        font-weight: 400;
        line-height: 1.5
    }
}

.link {
    /* color: #57AD37; */
    /* color: #8f8f8f; */
    color: #7494eb;
    border: 0;
    -webkit-transition: fill .3s ease, color .3s ease, opacity .3s ease, border-color .3s ease;
    -o-transition: fill .3s ease, color .3s ease, opacity .3s ease, border-color .3s ease;
    transition: fill .3s ease, color .3s ease, opacity .3s ease, border-color .3s ease;
    /* fill: #57AD37 */
    /* fill: #8f8f8f */
    fill: #7494eb
}

.link:hover {
    /* color: #afafaf;
    fill: #afafaf */
    color: #3F64C9 !important;
    fill: #3F64C9
}

.link_border .link__text {
    border-bottom: 1px solid;
    border-color: inherit
}

.link_icon {
    position: relative;
    padding-left: 25px
}

.link__icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0
}

.link.is-disabled {
    pointer-events: none;
    fill: #61788b;
    color: #61788b;
    border-color: transparent;
    opacity: .2
}

.link_dark {
    opacity: .8
}

.link_up {
    text-transform: uppercase
}

.link_white {
    color: #fff;
    fill: #fff
}

.list {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400
}

.list ol,
.list ul {
    padding-top: 10px;
    padding-bottom: 10px
}

.list li {
    padding-left: 36px;
    position: relative
}

.list:not(:last-child) {
    margin-bottom: 40px
}

@media only screen and (min-width: 480px) {
    .list:not(:last-child) {
        margin-bottom: 82px
    }
}

.list li:not(:last-child) {
    margin-bottom: 16px
}

ul.list li:before {
    position: absolute;
    left: 10px;
    top: 0;
    content: "•"
}

ol.list {
    counter-reset: a
}

ol.list li:before {
    position: absolute;
    left: 0;
    top: 0;
    counter-increment: a;
    content: counter(a) "."
}

.logo {
    display: inline-block;
    width: 40px;
    font-size: 0;
    line-height: 0
}

@media only screen and (min-width: 1282px) {
    .logo {
        width: 120px
    }
}

.logo__image {
    width: 40px;
    height: auto
}

@media only screen and (min-width: 1282px) {
    .logo__image {
        width: 120px
    }
}

.map {
    display: block;
    height: 250px;
    position: relative;
    z-index: 3
}

@media only screen and (min-width: 768px) {
    .map {
        height: 640px
    }
}

.leaflet-control-layers-toggle {
    background-image: url(/local/templates/offZone2019/assets/styles/../images/map/layers.png);
    width: 36px;
    height: 36px
}

.leaflet-retina .leaflet-control-layers-toggle {
    background-image: url(/local/templates/offZone2019/assets/styles/../images/map/layers-2x.png);
    background-size: 26px 26px
}

.leaflet-default-icon-path {
    background-image: url(/local/templates/offZone2019/assets/styles/../images/map/marker-icon.png)
}

.leaflet-touch .leaflet-bar,
.leaflet-touch .leaflet-control-layers {
    border: none;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
    box-shadow: 0 2px 4px rgba(0, 0, 0, .2)
}

.leaflet-bar a {
    border-bottom: 1px solid #000;
    background-color: #0a0a0a;
    -webkit-transition: background-color .3s ease, color .3s ease, border .3s ease;
    -o-transition: background-color .3s ease, color .3s ease, border .3s ease;
    transition: background-color .3s ease, color .3s ease, border .3s ease;
    color: #fff
}

.leaflet-bar a:last-child {
    border-bottom: none
}

.leaflet-bar a:hover {
    /* border-color: #57AD37;
    background-color: #57AD37; */
    border-color: #7494eb;
    background-color: #7494eb;
    color: #fff
}

.leaflet-bar a.leaflet-disabled {
    background-color: #000
}

.leaflet-popup-content-wrapper {
    border-radius: 3px
}

.leaflet-popup-content {
    margin: 0;
    padding: 13px 20px;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400
}

.leaflet-container .leaflet-control-attribution {
    display: none
}

.menu {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    width: 100%
}

@media only screen and (min-width: 768px) {
    .menu {
        -ms-flex-direction: row;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row;
        -ms-flex-pack: justify;
        -webkit-box-pack: justify;
        justify-content: space-between;
        -ms-flex-align: stretch;
        -webkit-box-align: stretch;
        align-items: stretch
    }
}

@media only screen and (min-width: 1282px) {
    .menu {
        -ms-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -ms-flex-pack: start;
        -webkit-box-pack: start;
        justify-content: flex-start;
        -ms-flex-align: center;
        -webkit-box-align: center;
        align-items: center
    }
}

.menu__list {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media only screen and (min-width: 768px) {
    .menu__list {
        width: auto;
        -ms-flex: 1;
        -webkit-box-flex: 1;
        flex: 1
    }
}

@media only screen and (min-width: 1282px) {
    .menu__list {
        width: 100%;
        -ms-flex: none;
        -webkit-box-flex: 0;
        flex: none
    }
}

.menu__list_inner {
    padding-left: 24px
}

.menu__item,
.menu__link {
    width: 100%;
    display: inline-block
}

.menu__link {
    font-size: 14px;
    line-height: 1.43;
    font-weight: 400;
    font-weight: 500;
    text-transform: uppercase;
    color: hsla(0, 0%, 100%, .6);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 24px;
    text-align: left;
    background-color: transparent
}

.menu-title {
    opacity: 0.2;
    font-family: "Roboto";
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    line-height: 1.43;
    text-transform: uppercase;
    padding: 10px 40px;
    padding-right: 36px;
}

.menu__group {
    margin-bottom: 16px;
}

.bottom-menu {
    margin-top: 32px;
}

@media only screen and (min-width: 1282px) {
    .menu__link {
        padding: 10px 40px;
        padding-right: 36px;
        text-align: right;
        border-right: 4px solid transparent;
    }
    .menu-title {
        text-align: right;
    }
}

@media only screen and (min-width: 1282px) {
    .menu__link.is-active {
        color: #fff;
        /* border-color: #57AD37 */
        /* border-color: #fff */
        border-color: #7494eb
    }
}

.menu__link:hover {
    /* color: #fff */
    color: #7494eb
}

@media only screen and (min-width: 1282px) {
    .menu__link:hover {
        background-color: hsla(0, 0%, 100%, .1);
        /* color: #57AD37 */
        /* color: #fff */
        color: #537ae6
    }
}

.menu_popup .menu__link {
    padding: 10px 40px
}

.menu_horizontal .menu__list {
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.menu_horizontal .menu__item {
    width: auto
}

.menu_horizontal .menu__link {
    width: auto;
    padding-right: 40px;
    padding-top: 14px;
    padding-bottom: 18px;
    border-right: none;
    border-top: 4px solid transparent
}

.menu_horizontal .menu__link.is-active {
    /* border-color: #57AD37 */
    /* border-color: #fff */
    border-color: #7494eb
}

.popups {
    display: none
}

.fancybox-close-small:focus:after {
    outline: none
}

.fancybox-enabled {
    overflow: initial
}

.rating {
    font-size: 0;
    display: -ms-inline-flexbox;
    display: -webkit-inline-box;
    display: inline-flex;
    -ms-flex-flow: row-reverse;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-flow: row-reverse;
    margin-left: -4px
}

.rating__box {
    margin-left: 4px
}

.rating_interactive .rating__box {
    cursor: pointer
}

.rating__control {
    display: none
}

.rating__icon {
    stroke: #61788b;
    fill: transparent;
    -webkit-transition: fill .3s ease, stroke .3s ease;
    -o-transition: fill .3s ease, stroke .3s ease;
    transition: fill .3s ease, stroke .3s ease;
    width: 24px;
    height: 22px
}

.rating__box.is-active .rating__icon,
.rating__box.is-active~.rating__box .rating__icon,
.rating_interactive .rating__box:hover .rating__icon,
.rating_interactive .rating__box:hover~.rating__box .rating__icon {
    /* fill: #57AD37;
    stroke: #57AD37 */
    fill: #7494eb;
    stroke: #7494eb
}

.remove {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    width: 40px;
    height: 40px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    opacity: .16
}

.remove:hover {
    opacity: 1
}

.remove__icon {
    width: 24px;
    height: 24px;
    fill: #fff;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.remove_red {
    opacity: 1
}

.remove_red .remove__icon {
    fill: #e76c63
}

.remove_red:hover .remove__icon {
    fill: #fff
}

.os-theme-custom>.os-scrollbar-horizontal {
    right: 7px;
    height: 3px;
    padding: 2px
}

.os-theme-custom>.os-scrollbar-vertical {
    bottom: 7px;
    width: 3px;
    padding: 2px
}

.os-theme-custom.os-host-rtl>.os-scrollbar-horizontal {
    left: 7px;
    right: 0
}

.os-theme-custom>.os-scrollbar-corner {
    height: 7px;
    width: 7px;
    background-color: transparent
}

.os-theme-custom>.os-scrollbar-horizontal>.os-scrollbar-track,
.os-theme-custom>.os-scrollbar-horizontal>.os-scrollbar-track.active,
.os-theme-custom>.os-scrollbar-horizontal>.os-scrollbar-track:hover,
.os-theme-custom>.os-scrollbar-vertical>.os-scrollbar-track,
.os-theme-custom>.os-scrollbar-vertical>.os-scrollbar-track.active,
.os-theme-custom>.os-scrollbar-vertical>.os-scrollbar-track:hover {
    background: transparent
}

.os-theme-custom.os-host-transition>.os-scrollbar-horizontal>.os-scrollbar-track,
.os-theme-custom.os-host-transition>.os-scrollbar-vertical>.os-scrollbar-track {
    -webkit-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s
}

.os-theme-custom>.os-scrollbar-horizontal>.os-scrollbar-track>.os-scrollbar-handle:before,
.os-theme-custom>.os-scrollbar-vertical>.os-scrollbar-track>.os-scrollbar-handle:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: block
}

.os-theme-custom>.os-scrollbar-horizontal>.os-scrollbar-track>.os-scrollbar-handle:before {
    top: -3px;
    bottom: -2px
}

.os-theme-custom>.os-scrollbar-vertical>.os-scrollbar-track>.os-scrollbar-handle:before {
    left: -3px;
    right: -2px
}

.os-theme-custom.os-host-rtl>.os-scrollbar-vertical>.os-scrollbar-track>.os-scrollbar-handle:before {
    right: -3px;
    left: -2px
}

.os-theme-custom>.os-scrollbar-horizontal>.os-scrollbar-track>.os-scrollbar-handle,
.os-theme-custom>.os-scrollbar-vertical>.os-scrollbar-track>.os-scrollbar-handle {
    border-radius: 3px
}

.os-theme-custom>.os-scrollbar-horizontal>.os-scrollbar-track>.os-scrollbar-handle {
    min-width: 30px;
    max-width: none;
    /* background: #57AD37; */
    /* background: #808080; */
    background: #7494eb;
}

.os-theme-custom>.os-scrollbar-vertical>.os-scrollbar-track>.os-scrollbar-handle {
    min-height: 30px;
    max-height: none;
    /* background: #57AD37; */
    /* background: #808080; */
    background: #7494eb;
}

.os-theme-custom>.os-scrollbar-horizontal>.os-scrollbar-track>.os-scrollbar-handle:hover,
.os-theme-custom>.os-scrollbar-vertical>.os-scrollbar-track>.os-scrollbar-handle:hover {
    /* background: #57AD37; */
    /* background: #808080; */
    background: #7494eb;
}

.os-theme-custom>.os-scrollbar-horizontal>.os-scrollbar-track>.os-scrollbar-handle.active,
.os-theme-custom>.os-scrollbar-vertical>.os-scrollbar-track>.os-scrollbar-handle.active {
    /* background: #57AD37 */
    /* background: #808080 */
    background: #7494eb
}

.os-theme-custom.os-host-transition>.os-scrollbar-horizontal>.os-scrollbar-track>.os-scrollbar-handle,
.os-theme-custom.os-host-transition>.os-scrollbar-vertical>.os-scrollbar-track>.os-scrollbar-handle {
    -webkit-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s
}

.section {
    position: relative;
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 38px 0 80px
}

@media only screen and (min-width: 768px) {
    .section {
        padding: 120px 0
    }
}

.section_lead {
    /* padding: 0 0 40px */
    padding: 0
}

.section .container {
    position: relative;
    z-index: 2
}

.section_gray {
    background-color: #141414
}

.section_sm-pad {
    padding: 100px 0
}

.section_pb0 {
    padding-bottom: 0
}

.section_centered {
    text-align: center
}

.section_describe {
    padding: 96px 0 0
}

@media only screen and (min-width: 480px) {
    .section_describe {
        padding: 104px 0 0
    }
}

.section_form {
    padding: 40px 0 65px
}

@media only screen and (min-width: 480px) {
    .section_form {
        padding: 80px 0 65px
    }
}

@media only screen and (min-width: 1024px) {
    .section_form {
        padding: 122px 0 65px
    }
}

.section__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.section__bg-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;";
    width: 0;
    min-width: 100%;
    min-height: 100%
}

.section__title {
    font-size: 24px;
    line-height: 1.33;
    font-weight: 400;
    font-family: Ubuntu, Roboto, Arial, sans-serif;
    margin-bottom: 40px;
    color: #fff
}

@media only screen and (min-width: 768px) {
    .section__title {
        font-size: 56px;
        line-height: 1.14;
        font-weight: 400;
        font-weight: 300
    }
}

@media only screen and (min-width: 768px) {
    .section__title_small {
        font-size: 32px;
        line-height: 1.25;
        font-weight: 400
    }
}

.section__title_small_v2 {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    font-family: Roboto, Arial, sans-serif;
    letter-spacing: .1px
}

@media only screen and (min-width: 480px) {
    .section__title_small_v2 {
        font-size: 24px;
        line-height: 1.33;
        font-weight: 400;
        letter-spacing: .2px
    }
}

@media only screen and (min-width: 1024px) {
    .section__title_small_v2 {
        font-size: 32px;
        line-height: 1.25;
        font-weight: 400;
        letter-spacing: .3px
    }
}

.section__title_big {
    font-size: 40px;
    line-height: 1.2;
    letter-spacing: 4px;
    font-family: Ubuntu, Roboto, Arial, sans-serif;
    font-weight: 300;
    margin-bottom: 40px
}

@media only screen and (min-width: 480px) {
    .section__title_big {
        font-size: 64px;
        line-height: 1.12;
        letter-spacing: 6.4px;
        margin-bottom: 80px
    }
}

@media only screen and (min-width: 1024px) {
    .section__title_big {
        font-size: 80px;
        line-height: 1;
        font-weight: 400;
        letter-spacing: 8px;
        margin-bottom: 86px
    }
}

.section__title_up {
    text-transform: uppercase
}

@media only screen and (max-width: 767px) {
    .section__title_up {
        font-size: 16px;
        line-height: 1.5;
        font-weight: 400
    }
}

.section__title_uppercase {
    text-transform: uppercase
}

@media only screen and (max-width: 767px) {
    .section__title_mob-mgs {
        margin-bottom: 16px
    }
}

.section__title_sm-mg {
    margin-bottom: 8px
}

@media only screen and (min-width: 480px) {
    .section__title_sm-mg {
        margin-bottom: 24px
    }
}

.section__title_bold {
    font-weight: 500
}

.section__more {
    display: inline-block;
    margin-top: 16px
}

@media only screen and (min-width: 768px) {
    .section__more {
        margin-top: 20px
    }
}

.section__link {
    font-size: 14px;
    line-height: 1.43;
    font-weight: 400;
    font-weight: 500
}

.section__heading {
    margin-bottom: 40px
}

.section__heading .section__title {
    margin-bottom: 0
}

.section__heading-links {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end;
    text-align: right
}

.section__speakers {
    padding-bottom: 40px
}

@media only screen and (min-width: 768px) {
    .section__speakers {
        padding-bottom: 0
    }
}

.section__events {
    margin-bottom: 40px
}

@media only screen and (min-width: 480px) {
    .section__events {
        margin-bottom: 80px
    }
}

.slider {
    position: relative;
    border: 1px solid #61788b
}

.slider__slide {
    padding: 100px;
    text-align: center
}

.slider__dots {
    position: absolute;
    bottom: 10px;
    left: 20px;
    right: 20px;
    text-align: center;
    z-index: 2;
    pointer-events: none
}

.slider__dot {
    margin: 5px;
    width: 10px;
    height: 10px;
    border: 1px solid #61788b;
    border-radius: 100px;
    display: inline-block;
    position: relative;
    -webkit-transition: border-color .3s ease, background-color .3s ease;
    -o-transition: border-color .3s ease, background-color .3s ease;
    transition: border-color .3s ease, background-color .3s ease;
    pointer-events: all;
    cursor: pointer
}

.slider__dot.active {
    /* background-color: #57AD37;
    border-color: #57AD37 */
    background-color: #7494eb;
    border-color: #7494eb
}

.slider__button {
    width: 40px;
    height: 40px;
    border: 1px solid #61788b;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
    z-index: 2;
    cursor: pointer;
    background-color: #fff
}

.slider__button,
.slider__button:before {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto
}

.slider__button:before {
    content: "";
    width: 10px;
    height: 10px;
    border: 0 solid #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    left: 0;
    right: 0
}

.slider__button:hover {
    opacity: .5
}

.slider__button_next {
    right: 20px
}

.slider__button_next:before {
    border-top-width: 2px;
    border-right-width: 2px;
    right: 3px
}

.slider__button_prev {
    left: 20px
}

.slider__button_prev:before {
    border-bottom-width: 2px;
    border-left-width: 2px;
    left: 3px
}

.social {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    width: 40px;
    height: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    background-color: hsla(0, 0%, 85%, 0)
}

.social,
.social__icon {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.social__icon {
    max-width: 24px;
    max-height: 24px;
    width: auto;
    height: auto;
    fill: hsla(0, 0%, 100%, .6)
}

.social:hover {
    background-color: hsla(0, 0%, 85%, .1)
}

.social:hover .social__icon {
    fill: #fff
}

.social img {
    opacity: 0.6;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.social:hover img {
    opacity: 1;
}

.socials {
    max-width: 170px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

@media only screen and (min-width: 1024px) {
    .socials {
        -ms-flex-pack: end;
        -webkit-box-pack: end;
        justify-content: flex-end
    }
}

.socials__item:not(:last-child) {
    margin-right: 16px
}

.socials__item:nth-child(3n) {
    margin-right: 0;
    ;
}

.speaker {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 0;
    text-decoration: none;
    color: #fff;
    max-width: 320px;
    margin: 0 auto
}

@media only screen and (min-width: 768px) {
    .speaker {
        padding: 40px 0
    }
}

.speaker__photo {
    display: block;
    margin: 0 auto 40px;
    width: 100%;
    max-width: 240px
}

.speaker__describe {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center
}

@media only screen and (min-width: 768px) {
    .speaker__describe {
        padding: 0 16px
    }
}

.speaker__name {
    font-size: 20px;
    line-height: 1.43;
    font-weight: 400;
    font-family: Ubuntu, Roboto, Arial, sans-serif;
    margin-bottom: 8px
}

.speaker__text {
    color: hsla(0, 0%, 100%, .8)
}

.speaker__text,
.table {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400
}

.table {
    display: table
}

.table tr {
    padding: 0;
    margin: 0;
    display: block;
    border-bottom: 1px solid #61788b
}

.table thead tr {
    border-width: 2px
}

.table td {
    padding: 20px 40px 20px 0;
    vertical-align: top
}

.table td:last-child {
    padding-right: 0
}

.tabs {
    display: block;
    font-size: 0;
    margin-top: -25px
}

.tabs__tab {
    display: inline-block;
    margin-right: 25px;
    margin-top: 25px;
    border-bottom: 2px solid transparent;
    -webkit-transition: border-color .3s ease, opacity .3s ease;
    -o-transition: border-color .3s ease, opacity .3s ease;
    transition: border-color .3s ease, opacity .3s ease;
    padding-bottom: 10px;
    cursor: pointer;
    opacity: .5;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400
}

.tabs__tab.active {
    border-color: #fff;
    opacity: 1
}

.tabs+.tabs-content {
    margin-top: 30px
}

.tabs-content__wrapper {
    display: none;
    opacity: 0;
    -webkit-transition: opacity .3s ease, -webkit-transform .3s ease;
    transition: opacity .3s ease, -webkit-transform .3s ease;
    -o-transition: opacity .3s ease, transform .3s ease;
    transition: opacity .3s ease, transform .3s ease;
    transition: opacity .3s ease, transform .3s ease, -webkit-transform .3s ease;
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0)
}

.tabs-content__wrapper.active {
    display: block;
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.tooltipster-sidetip.tooltipster-borderless .tooltipster-box {
    border: none;
    background: #fff;
    font-size: 12px;
    line-height: 1.4;
    border-radius: 0
}

.tooltipster-sidetip.tooltipster-borderless.tooltipster-bottom .tooltipster-box {
    margin-top: 8px
}

.tooltipster-sidetip.tooltipster-borderless.tooltipster-left .tooltipster-box {
    margin-right: 8px
}

.tooltipster-sidetip.tooltipster-borderless.tooltipster-right .tooltipster-box {
    margin-left: 8px
}

.tooltipster-sidetip.tooltipster-borderless.tooltipster-top .tooltipster-box {
    margin-bottom: 8px
}

.tooltipster-sidetip.tooltipster-borderless .tooltipster-arrow {
    height: 8px;
    margin-left: -8px;
    width: 16px
}

.tooltipster-sidetip.tooltipster-borderless.tooltipster-left .tooltipster-arrow,
.tooltipster-sidetip.tooltipster-borderless.tooltipster-right .tooltipster-arrow {
    height: 16px;
    margin-left: 0;
    margin-top: -8px;
    width: 8px
}

.tooltipster-sidetip.tooltipster-borderless .tooltipster-arrow-background {
    display: none
}

.tooltipster-sidetip.tooltipster-borderless .tooltipster-arrow-border {
    border: 8px solid transparent
}

.tooltipster-sidetip.tooltipster-borderless.tooltipster-bottom .tooltipster-arrow-border {
    border-bottom-color: #fff
}

.tooltipster-sidetip.tooltipster-borderless.tooltipster-left .tooltipster-arrow-border {
    border-left-color: #fff
}

.tooltipster-sidetip.tooltipster-borderless.tooltipster-right .tooltipster-arrow-border {
    border-right-color: #fff
}

.tooltipster-sidetip.tooltipster-borderless.tooltipster-top .tooltipster-arrow-border {
    border-top-color: #fff
}

.tooltipster-sidetip.tooltipster-borderless.tooltipster-bottom .tooltipster-arrow-uncropped {
    top: -8px
}

.tooltipster-sidetip.tooltipster-borderless.tooltipster-right .tooltipster-arrow-uncropped {
    left: -8px
}

.tooltipster-fade {
    opacity: 0;
    -webkit-transition: opacity .3s ease, -webkit-transform .3s ease;
    transition: opacity .3s ease, -webkit-transform .3s ease;
    -o-transition: opacity .3s ease, transform .3s ease;
    transition: opacity .3s ease, transform .3s ease;
    transition: opacity .3s ease, transform .3s ease, -webkit-transform .3s ease;
    -webkit-transform: scale(.9) translate3d(0, 5px, 0);
    transform: scale(.9) translate3d(0, 5px, 0);
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom
}

.tooltipster-fade.tooltipster-show {
    opacity: 1;
    -webkit-transform: scale(1) translateZ(0);
    transform: scale(1) translateZ(0)
}

.upload {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    width: 100%
}

.upload:not(:first-child) {
    margin-top: 17px
}

@media only screen and (min-width: 480px) {
    .upload {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
}

.upload input {
    display: none
}

.upload__label {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    padding-left: 8px;
    padding-top: 7px;
    padding-bottom: 7px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.upload__icon {
    width: 24px;
    height: 24px;
    opacity: .4;
    fill: #fff;
    margin-right: 8px
}

.upload .remove {
    opacity: 0;
    pointer-events: none
}

.upload.is-full .remove {
    opacity: .16;
    pointer-events: auto
}

.upload.is-full .remove:hover {
    opacity: 1
}

.upload__messages {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex: 1;
    -webkit-box-flex: 1;
    flex: 1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 32px
}

@media only screen and (max-width: 479px) {
    .upload__messages {
        -ms-flex-order: 2;
        -webkit-box-ordinal-group: 3;
        order: 2;
        width: 100%;
        -ms-flex: none;
        -webkit-box-flex: 0;
        flex: none;
        padding: 8px 0 0
    }
}

.upload__conditions {
    font-size: 14px;
    line-height: 1.43;
    font-weight: 400;
    color: #999
}

.is-full .upload__conditions {
    display: none
}

.upload__filename {
    display: none;
    color: #1393b3;
    font-size: 14px;
    line-height: 1.43;
    font-weight: 400
}

.is-full .upload__filename {
    display: block
}

.contacts {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0
}

@media only screen and (min-width: 768px) {
    .contacts {
        -ms-flex-direction: row;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row;
        -ms-flex-pack: justify;
        -webkit-box-pack: justify;
        justify-content: space-between;
        -ms-flex-align: start;
        -webkit-box-align: start;
        align-items: flex-start
    }
}

@media only screen and (min-width: 1282px) {
    .contacts {
        -ms-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -ms-flex-align: end;
        -webkit-box-align: end;
        align-items: flex-end;
        -ms-flex-pack: start;
        -webkit-box-pack: start;
        justify-content: flex-start
    }
}

.contacts__links {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
    margin-bottom: 16px
}

@media only screen and (min-width: 768px) {
    .contacts__links {
        margin-bottom: 0
    }
}

@media only screen and (min-width: 1282px) {
    .contacts__links {
        -ms-flex-align: end;
        -webkit-box-align: end;
        align-items: flex-end;
        margin-bottom: 16px
    }
}

.contacts__link {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400
}

.contacts__link:not(:last-child) {
    margin-bottom: 16px
}

.contacts__link_big {
    font-size: 20px;
    line-height: 1.43;
    font-weight: 400
}

.footer {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0;
    background-color: #0a0a0a
}

@media only screen and (min-width: 768px) {
    .footer {
        -ms-flex-direction: row;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row;
        -ms-flex-pack: justify;
        -webkit-box-pack: justify;
        justify-content: space-between;
        -ms-flex-align: center;
        -webkit-box-align: center;
        align-items: center
    }
}

.footer__copyright {
    font-size: 14px;
    line-height: 1.43;
    font-weight: 400;
    color: hsla(0, 0%, 100%, .4)
}

@media only screen and (min-width: 1282px) {
    .footer__copyright {
        font-size: 16px;
        line-height: 1.5;
        font-weight: 400
    }
}

@media only screen and (max-width: 767px) {
    .footer__copyright {
        -ms-flex-order: 2;
        -webkit-box-ordinal-group: 3;
        order: 2
    }
}

.footer__logo {
    display: block;
    margin-bottom: 14px
}

@media only screen and (min-width: 768px) {
    .footer__logo {
        margin-bottom: 0;
        margin-left: 40px
    }
}

.footer__logo__logo-img {
    width: 183px;
    height: 40px
}

.footer-wrapper {
    display: block;
    width: 100%;
    background-color: #0a0a0a
}

.header {
    position: fixed;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    top: 0;
    left: 0;
    padding: 16px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 10001
}

@media only screen and (min-width: 1282px) {
    .header {
        display: none
    }
}

.header.is-scrolled {
    background-color: #1a1a1a;
    padding: 8px 16px
}

.header.is-menu {
    background-color: #1a1a1a;
    padding: 16px
}

@media only screen and (min-width: 768px) {
    .header.is-menu {
        padding: 8px 16px
    }
}

.header__menu {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    margin-left: 40px
}

.header__burger {
    margin-left: 8px
}

.page {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media only screen and (min-width: 1282px) {
    .page {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
}

.page__menu {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    width: 100%;
    overflow: hidden;
    background-color: #0a0a0a;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media only screen and (max-width: 1281px) {
    .page__menu {
        -ms-flex-order: 2;
        -webkit-box-ordinal-group: 3;
        order: 2
    }
}

@media only screen and (min-width: 1282px) {
    .page__menu {
        width: 320px;
        min-width: 320px;
        position: relative;
        background-color: #1a1a1a
    }
}

.page__sticky-wrapper {
    display: block;
    width: 100%;
    will-change: min-height
}

@media only screen and (max-width: 1281px) {
    .page__sticky-wrapper {
        -ms-flex-order: 2;
        -webkit-box-ordinal-group: 3;
        order: 2
    }
}

.page__sticky-block {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    width: 100%;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    will-change: position, transform;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media only screen and (min-width: 1282px) {
    .page__sticky-block {
        min-height: 100vh;
        padding-top: 40px
    }
}

.page__sticky-block .container {
    text-align: right
}

.page .logo {
    display: none
}

@media only screen and (min-width: 1282px) {
    .page .logo {
        display: inline-block;
        margin-bottom: 40px
    }
}

.page__content {
    width: 100%;
    background-color: #000
}

@media only screen and (min-width: 1282px) {
    .page__content {
        width: calc(100% - 320px);
        -ms-flex: 1;
        -webkit-box-flex: 1;
        flex: 1
    }
}

.page__tablet-top {
    width: 100%
}

.page__tablet-top .menu-title {
    padding-left: 24px;
}

@media only screen and (max-width: 1281px) {
    .page__tablet-top {
        -ms-flex-order: 2;
        -webkit-box-ordinal-group: 3;
        order: 2
    }
}

.page__navigation {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /*padding: 30px 0;*/
    /*border: 1px solid hsla(0, 0%, 100%, .1);*/
    border-left-width: 0;
    border-right-width: 0
}

@media only screen and (min-width: 1282px) {
    .page__navigation {
        padding: 0;
        border: none
    }
}

.popup-navigation {
    position: fixed;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    opacity: 0;
    z-index: 99;
    background-color: #1a1a1a;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.popup-navigation__scrollblock {
    display: block;
    width: 100%
}

.popup-navigation__container {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 98px 0 40px;
    width: 100%;
    max-width: 640px;
    margin: 0 auto
}

.popup-navigation.is-active {
    pointer-events: auto;
    opacity: 1;
    z-index: 10000
}

.sticky-navigation {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    display: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 320px;
    z-index: 5;
    background-clip: content-box;
    background-color: transparent;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

@media only screen and (min-width: 1282px) {
    .sticky-navigation {
        display: block
    }
}

.sticky-navigation.is-scrolled {
    background-color: #000
}

.ui-kit {
    color: #fff
}

.ui-kit__navigation {
    position: fixed;
    right: 100%;
    top: 0;
    height: 100vh;
    -webkit-box-shadow: 0 0 30px hsla(0, 0%, 100%, .15);
    box-shadow: 0 0 30px hsla(0, 0%, 100%, .15);
    z-index: 10;
    padding: 20px;
    background-color: #fff;
    -webkit-transform: translate3d(15%, 0, 0);
    transform: translate3d(15%, 0, 0);
    width: 240px;
    opacity: .5;
    -webkit-transition: opacity .3s ease, -webkit-transform .3s ease;
    transition: opacity .3s ease, -webkit-transform .3s ease;
    -o-transition: opacity .3s ease, transform .3s ease;
    transition: opacity .3s ease, transform .3s ease;
    transition: opacity .3s ease, transform .3s ease, -webkit-transform .3s ease;
    overflow: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.ui-kit__navigation-burger {
    position: absolute;
    width: 18px;
    height: 14px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    top: 9px;
    right: 9px;
    opacity: 1;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease
}

.ui-kit__navigation-burger:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 2px;
    background-color: #fff
}

.ui-kit__navigation:hover {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    opacity: 1
}

.ui-kit__navigation:hover .ui-kit__navigation-burger {
    opacity: 0
}

.ui-kit__navigation li {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400
}

.ui-kit__navigation li a {
    /* color: #57AD37; */
    color: #7494eb;
    border: 0;
    -webkit-transition: fill .3s ease, color .3s ease, opacity .3s ease, border-color .3s ease;
    -o-transition: fill .3s ease, color .3s ease, opacity .3s ease, border-color .3s ease;
    transition: fill .3s ease, color .3s ease, opacity .3s ease, border-color .3s ease;
    /* fill: #57AD37 */
    fill: #7494eb
}

.ui-kit__navigation li a:hover {
    /* color: #afafaf;
    fill: #afafaf */
    color: #3F64C9;
    fill: #3F64C9
}

.ui-kit__navigation li:not(:last-child) {
    margin-bottom: 5px
}

.ui-kit__head {
    padding-top: 40px;
    padding-bottom: 20px
}

.ui-kit__name {
    font-size: 40px;
    font-weight: 400;
    line-height: 1.4
}

.ui-kit__description {
    font-size: 13px;
    line-height: 1.4
}

.ui-kit__description:not(:first-child) {
    margin-top: 30px
}

.ui-kit__description:not(:last-child) {
    margin-bottom: 10px
}

.ui-kit__special {
    padding: 40px;
    border: 1px solid #61788b
}

.ui-kit__logo {
    max-height: 80px;
    font-size: 20px;
    text-align: left
}

.ui-kit__logo svg {
    height: 100%
}

.ui-kit__logo+.ui-kit__name {
    margin-top: 20px
}

.ui-kit__elements-list {
    margin-top: -40px;
    font-size: 0
}

.ui-kit__elements-list>* {
    margin-right: 40px;
    margin-top: 40px
}

.ui-kit__section {
    padding-top: 50px;
    padding-bottom: 50px
}

.ui-kit__section_dark {
    background-color: #000;
    color: #fff
}

.ui-kit__section:not(:last-child) {
    border-bottom: 1px solid #61788b
}

.ui-kit__section-head {
    margin-bottom: 30px;
    text-align: left
}

.ui-kit__section-head h1,
.ui-kit__section-head h2,
.ui-kit__section-head h3,
.ui-kit__section-head h4,
.ui-kit__section-head h5,
.ui-kit__section-head h6 {
    font-size: 30px;
    font-weight: 600;
    line-height: 1.4
}

.ui-kit__section-head h1:not(:first-child),
.ui-kit__section-head h2:not(:first-child),
.ui-kit__section-head h3:not(:first-child),
.ui-kit__section-head h4:not(:first-child),
.ui-kit__section-head h5:not(:first-child),
.ui-kit__section-head h6:not(:first-child) {
    margin-top: 20px
}

.ui-kit__section-head h1:not(:last-child),
.ui-kit__section-head h2:not(:last-child),
.ui-kit__section-head h3:not(:last-child),
.ui-kit__section-head h4:not(:last-child),
.ui-kit__section-head h5:not(:last-child),
.ui-kit__section-head h6:not(:last-child) {
    margin-bottom: 20px
}

.ui-kit__section-head p {
    font-size: 16px;
    line-height: 1.5
}

.ui-kit__section-head p:not(:last-child) {
    margin-bottom: 10px
}

.ui-kit__section_grid .grid__col:after {
    content: "";
    display: block;
    height: 40px;
    background-color: #61788b
}

.ui-kit__ui-popups {
    margin-top: 30px
}

.ui-kit__ui-popups .popup {
    display: block !important;
    border: 1px solid #61788b
}

.ui-kit__ui-popups .popup:not(:first-child) {
    margin-top: 30px
}

.ui-kit__scrolldemo {
    border: 1px solid #61788b;
    max-height: 400px
}

.ui-kit__scrolldemo-block {
    height: 1000px
}

.ui-kit__color {
    text-align: center;
    line-height: 20px;
    font-size: 14px;
    padding: 10px;
    display: inline-block;
    vertical-align: top;
    -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .1);
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .1)
}

.ui-kit__color_bg_dark {
    color: #000
}

.ui-kit__color_gradient_main {
    /* background: -webkit-gradient(linear, left bottom, left top, from(#57AD37), to(#61788b));
    background: -webkit-linear-gradient(bottom, #57AD37, #61788b);
    background: -o-linear-gradient(bottom, #57AD37, #61788b);
    background: linear-gradient(0deg, #57AD37, #61788b) */
    background: -webkit-gradient(linear, left bottom, left top, from(#7494eb), to(#61788b));
    background: -webkit-linear-gradient(bottom, #7494eb, #61788b);
    background: -o-linear-gradient(bottom, #7494eb, #61788b);
    background: linear-gradient(0deg, #7494eb, #61788b)
}

.ui-kit__custom-text_style-1 {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400
}

.ui-kit__custom-text:not(:last-child) {
    margin-bottom: 10px
}

.index {
    display: block;
    height: 100000px
}

.sitemap {
    display: block;
    padding: 60px 0
}

.sitemap__list {
    list-style: none
}

.sitemap__list a {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400
}

.sitemap__list a:not(:last-child) {
    margin-bottom: 10px
}

.ui-kit {
    display: block
}

.font-second {
    font-family: Ubuntu, Roboto, Arial, sans-serif
}

.container {
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
    margin: 0 auto;
    max-width: 1120px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media screen and (min-width: 1152px) {
    .container {
        padding-left: 40px;
        padding-right: 40px
    }
}

.container_wide {
    padding-left: 24px;
    padding-right: 24px;
    max-width: none
}

@media only screen and (min-width: 1282px) {
    .container_wide {
        padding-left: 40px;
        padding-right: 40px
    }
}

.container_nopadding {
    padding: 0
}

.container_small {
    width: 260px;
    max-width: 100%;
    padding: 0
}

@media only screen and (min-width: 480px) {
    .container_small {
        width: 360px
    }
}

@media only screen and (min-width: 1024px) {
    .container_small {
        width: 600px
    }
}

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

@media only screen and (min-width: 768px) {
    .desktop-hide {
        display: none
    }
}

.js-sr {
    visibility: hidden
}

.shop .shop__header a {
    color: #afafaf;
}

.tabs-page-top {
    width: 100%;
    max-width: 1120px;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
}

.tabs-page-top__item a {
    color: #ffffff;
    opacity: 0.6;
    font-family: "Roboto";
    font-weight: 500;
    line-height: 1.43;
    text-transform: uppercase;
    display: inline-block;
    padding: 18px 40px;
    border-top: 4px solid transparent;
    font-size: 14px;
}

.tabs-page-top__item.active a {
    opacity: 1;
    border-top: 4px solid #73be58;
    ;
}

.content__wrapper {
    position: relative;
}

.shop__body {
    padding-top: 150px;
    padding-bottom: 120px;
    background-color: #000;
}

.products-grid__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.shop-form {
    margin-bottom: 80px;
}

.shop-form:last-child {
    margin-bottom: 0;
}

.products-grid__item--txt {
    width: 440px;
    margin-left: 40px;
    margin-right: 80px;
}

.products-grid__item--txt .title {
    font-family: "Roboto";
    font-size: 32px;
    font-weight: 500;
    line-height: 1.25;
    margin-bottom: 16px;
    color: #fff;
}

.shop-product-desc {
    font-family: "Roboto";
    opacity: 0.8;
    font-size: 16px;
    line-height: 1.5;
}

.products-grid__item--buy {
    width: 100%;
    max-width: 240px;
}

.price-shop {
    font-family: "Roboto";
    font-size: 32px;
    font-weight: 500;
    line-height: 1.25;
    color: #fff;
    margin-bottom: 34px;
}

.products-grid__item--buy {
    margin-bottom: 24px;
    cursor: pointer;
}

.products-grid__item--buy .size {
    font-size: 14px;
    line-height: 1.43;
}

.products-grid__item--buy .shop-select__wrap {
    margin-bottom: 24px;
    margin-top: 24px;
}

.products-grid__item--buy .single-option {
    margin-bottom: 34px;
    margin-top: 34px;
}

.full-width {
    width: 100%;
}

.not-multiple-select .fs-wrap {
    width: 100% !important;
    position: relative;
}

.not-multiple-select .fs-arrow {
    background-image: url(/local/templates/offZone2019/assets/styles/../images/down.svg);
    background-size: contain;
    width: 24px !important;
    height: 24px !important;
    right: 8px !important;
    border: none !important;
}

.not-multiple-select .fs-label-wrap {
    border-radius: 4px;
    border: solid 1px #6a6a6a !important;
    background-color: transparent !important;
    cursor: pointer;
}

.not-multiple-select .fs-dropdown,
.fs-label-wrap {
    width: 100% !important;
}

.not-multiple-select .fs-dropdown {
    background-color: #000 !important;
    border: solid 1px #6a6a6a !important;
    margin-top: 0 !important;
    border-top: none !important;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
    border-radius: 0px 0px 4px 4px;
}

.not-multiple-select .fs-optgroup-label,
.fs-option,
.fs-search {
    border-bottom: none !important;
    ;
}

.not-multiple-select .fs-label-wrap .fs-label {
    background-color: transparent;
    font-size: 14px;
    line-height: 1.43;
    color: #ffffff;
    padding: 10px 16px !important;
}

.not-multiple-select .fs-dropdown,
.fs-label-wrap {
    background-color: transparent;
}

.not-multiple-select .fs-option.disabled:first-child {
    display: none;
}

.not-multiple-select .fs-option {
    padding: 10px 16px !important;
    font-size: 14px;
    color: #fff;
}

.not-multiple-select .fs-dropdown .fs-options {
    max-height: 100% !important;
}

.not-multiple-select .fs-option:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

.image-popup {
    display: block;
}

.image-popup-close {
    font-size: 60px !important;
    font-family: sans-serif !important;
    font-weight: 100 !important;
    right: -110px !important;
    top: 45px !important;
}

.products-grid__item--img {
    position: relative;
    max-width: 240px;
}

.products-grid__item--img:before {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -28px;
    bottom: 0;
    left: 50%;
    margin-left: -28px;
    right: 0;
    background-image: url(/local/templates/offZone2019/assets/styles/../images/zoom.svg);
    background-size: 32px;
    background-position: center;
    background-repeat: no-repeat;
    width: 56px;
    height: 56px;
    background-color: rgba(0, 0, 0, 0.9);
    opacity: 0;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.products-grid__item--img:hover:before {
    opacity: 1;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.shop__mob-show {
    display: none;
}

.products-grid__item--img img {
    max-width: 100%;
}

.standart-popup {
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    background-color: #1a1a1a;
    position: relative;
    padding: 0;
}

.fancybox-close-small {
    display: none;
}

.standart-popup.fancybox-content {
    overflow: initial !important;
}

.popup__close {
    opacity: 0.8;
    position: absolute;
    top: 0;
    font-size: 60px;
    font-family: sans-serif;
    font-weight: 100;
    right: -100px;
    cursor: pointer;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
    z-index: 2;
}

.standart-popup .popup__content {
    padding: 40px 24px 80px 24px;
    max-width: 448px;
    margin-left: auto;
    margin-right: auto;
}

.popup-hide {
    display: none;
}

.popup__close-icon {
    fill: #c8d4e1;
    width: 100%;
    height: 100%;
}

.popup__content__heading {
    color: #ffffff;
    line-height: 1.25;
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 32px;
}

.fancybox-is-open .fancybox-bg {
    background-color: #000;
    opacity: 0.8;
}

.popup__content__text {
    font-size: 14px;
    color: #fff;
    line-height: 1.43;
}

.standart-popup input {
    border-radius: 4px;
    border: solid 1px #6a6a6a;
    background-color: #0f0f0f;
    color: #fff;
}

.standart-popup input:hover {
    /* border-color: #57ad37; */
    border-color: #7494eb;
}

.standart-popup input:focus {
    /* border-color: #57ad37; */
    border-color: #7494eb;
    outline: none;
    box-shadow: none;
}

.popup__content__product {
    opacity: 0.8;
    font-family: "Roboto";
    font-size: 24px;
    line-height: 1.33;
    color: #ffffff;
    margin-bottom: 16px;
}

.popup__content__price--title {
    opacity: 0.8;
    font-family: "Roboto";
    font-size: 16px;
    line-height: 1.33;
    color: #ffffff;
}

.help-block.form-error {
    display: none;
}

.checkbox__label.has-error .checkbox__box {
    border-color: rgb(185, 74, 72);
}

.mfp-close-btn-in .mfp-close {
    color: #fff;
    top: 15px;
    right: -100px;
    font-size: 60px;
    font-family: sans-serif;
    font-weight: 100;
}

.popup__content__price--num {
    line-height: 1.25;
    font-family: "Roboto";
    font-size: 32px;
    font-weight: 500;
    color: #ffffff;
    margin-bottom: 32px;
}

.form__inputbox {
    margin-bottom: 24px;
}

.form__inputbox label {
    font-size: 14px;
    line-height: 1.43;
    color: #ffffff;
    margin-bottom: 8px;
    display: block;
}

.checkbox__box {
    width: 18px;
    height: 18px;
    box-sizing: border-box;
    border-radius: 3px;
    border: 2px solid rgba(255, 255, 255, 0.6);
    display: block;
    position: absolute;
    top: 0;
    transition: border-color .3s ease;
}

.form__inputbox_checkbox {
    position: relative;
}

.checkbox__label {
    position: absolute;
}

.checkbox__box:after {
    content: "";
    width: 8px;
    height: 8px;
    background-color: transparent;
    transition: background-color .3s ease;
    border-radius: 1px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.checkbox__input:checked+.checkbox__box:after {
    /* background-color: #57ad37; */
    background-color: #7494eb;
}

.checkbox__input:checked+.checkbox__box {
    /* border-color: #57ad37; */
    border-color: #7494eb;
}

.checkbox__input {
    opacity: 0;
    z-index: -1;
}

.checkbox__content {
    margin-left: 30px;
    margin-top: 26px;
    line-height: 1.43;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 32px;
}

.checkbox__content a {
    /* color: #57ad37; */
    color: #7494eb;
}

.popup-personal .popup__content {
    padding-bottom: 120px;
}

.popup-personal__button {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #0f0f0f;
    text-align: center;
    padding: 24px;
    z-index: 10000;
}

.popup-personal .mCSB_1_scrollbar {
    margin-bottom: 85px;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: rgba(255, 255, 255, 0.1) !important;
    width: 8px !important;
}

.mCSB_scrollTools .mCSB_draggerRail {
    background-color: transparent !important;
}

.popup-personal__button--item {
    padding: 10px;
    font-size: 14px;
    width: 100%;
    max-width: 400px;
    display: inline-block;
    border: 0;
    color: #fff;
    box-sizing: border-box;
    background-color: rgba(255, 255, 255, 0.1);
    transition: opacity .3s ease;
    cursor: pointer;
    text-align: center;
    text-transform: uppercase;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    z-index: 10;
    position: relative;
}

.popup-top-button.mob-show {
    display: none;
}

.popup-top-button .back {
    opacity: 0.8;
    margin-top: 10px;
}

.popup-top-button .close {
    opacity: 0.8;
    font-size: 30px;
    font-family: sans-serif;
    font-weight: 100;
}

.grid .content-zone {
    display: flex;
}

.info__image {
    margin-right: 21px;
    width: 100%;
    flex-shrink: 0;
    max-width: 96px;
}

.info__heading {
    font-family: Ubuntu, Roboto, Arial, sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 12px;
}

.info__text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -.006em;
    margin-top: 15px;
}

@media (max-width: 1281px) {
    .tabs-page-top {
        display: none;
    }
}

@media (max-width: 1024px) {
    .popup__close {
        right: 24px;
        font-size: 30px;
        top: 36px;
    }
    .popup__content__heading {
        font-size: 24px;
        margin-bottom: 36px;
    }
    .fancybox-slide {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .popup__content__price--num {
        margin-bottom: 45px;
        font-size: 24px;
    }
    .standart-popup .popup__content {
        padding-top: 40px;
    }
    .popup-top-button.desk-show {
        display: none;
    }
    .popup-top-button.mob-show {
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 56px;
        background-color: #1a1a1a;
        padding-left: 24px;
        padding-right: 24px;
    }
}

@media (max-width: 992px) {
    .products-grid__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .products-grid__item--txt {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
    .products-grid__item--img {
        margin-bottom: 32px;
        margin-left: auto;
        margin-right: auto;
        max-width: 272px;
    }
    .products-grid__item--txt .title {
        font-size: 24px;
        margin-bottom: 24px;
    }
    .price-shop {
        font-size: 24px;
    }
    .shop__desk-show {
        display: none;
    }
    .shop__mob-show {
        display: block;
    }
    .products-grid__item--buy {
        max-width: 100%;
        margin-bottom: 0;
    }
    .products-grid__item--buy .shop-select__wrap {
        margin-top: 16px;
        margin-bottom: 24px;
    }
    .products-grid__item--buy .single-option {
        margin-top: 24px;
        margin-bottom: 24px;
    }
    .shop-product-desc {
        margin-top: 32px;
    }
    .products-grid__item--img {
        text-align: center;
    }
}

@media (max-width: 768px) {
    .grid .content-zone {
        flex-wrap: wrap;
    }
    .info__image {
        margin-bottom: 16px;
    }
    .fancybox-thumbs {
        width: 110px
    }
    .fancybox-show-thumbs .fancybox-inner {
        right: 110px
    }
    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px)
    }
}

@media (max-width: 576px) {
    .image-popup-close {
        font-size: 36px !important;
        right: -10px !important;
        top: 0px !important;
    }
    .shop__body {
        padding-top: 80px;
    }
}

.welcome-main {
    font-weight: 500;
    padding: 280px 40px 0px 40px;
    margin-bottom: 200px;
    font-size: 40px;
    letter-spacing: 5px;
    text-align: center;
    font-family: Ubuntu, Arial, sans-serif;
}

.welcome-main h1 {
    color: #ffffff;
    margin-bottom: 64px;
}

.welcome-main h6 {
    letter-spacing: normal;
    line-height: 1.17;
    font-size: 48px;
    color: #ffffff;
    font-weight: normal;
    font-family: Roboto;
    text-transform: uppercase;
    font-stretch: normal;
    font-style: normal;
}

@media (max-width: 560px) {
    .welcome-main {
        font-size: 24px;
        margin-bottom: 216px;
        padding: 160px 32px 0px 32px;
    }
    .welcome-main h6 {
        font-size: 16px;
    }
}

@media (max-width: 520px) {
    .welcome-main {
        font-size: 24px;
        margin-bottom: 216px;
        padding: 160px 32px 0px 32px;
    }
    .welcome-main h6 {
        font-size: 16px;
    }
}

@media (max-width: 320px) {
    .welcome-main h6 {
        font-size: 16px;
    }
    .welcome-main h1 {
        font-size: 32px;
    }
    .welcome-main {
        padding: 110px 40px 32px 40px;
        margin-bottom: 64px;
    }
}


/* Ð¢Ð°Ð±Ñ‹ */

.tabContainer {
    margin-top: 40px;
}

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

.tabContainer__headLink {
    display: inline-flex;
    align-items: center;
    position: relative;
    padding: 18px 40px;
    background: #000;
    user-select: none;
    cursor: pointer;
    color: rgba(255, 255, 255, 0.6);
    text-transform: uppercase;
    font-family: Roboto, Arial, sans-serif;
    font-size: 14px;
    font-weight: 500;
    transition: color 0.3s, background 0.3s;
}

.tabContainer__headLink:after {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0px;
    background: #7494eb;
    opacity: 0;
    transition: height 0.3s, opacity 0.3s;
}

.tabContainer__headLink:hover {
    color: #7494eb;
    background: rgba(255, 255, 255, 0.1);
}

.tabContainer__headLink.is-active:after {
    height: 3px;
    opacity: 1;
}

.tabContainer__headLink.is-active {
    color: rgba(255, 255, 255, 1);
    background: #000;
    cursor: default;
}

@media screen and (max-width: 768px) {
    .tabContainer__head {
        display: block;
        margin-bottom: 23px;
    }
    .tabContainer__headLink {
        display: block;
    }
    .tabContainer__headLink:after {
        height: 100%;
        width: 0;
        transition: width 0.3s, opacity 0.3s;
    }
    .tabContainer__headLink.is-active:after {
        height: 100%;
        width: 3px;
    }
}

h1,
h2,
h3,
h4,
h5,
h6,
.info__heading,
.archiveSection__title,
.archiveSection h2,
.infoBox__text,
.infoBox__title,
.partners-block .text__subtitle {
    font-family: "Montserrat", sans-serif !important;
}

::selection {
    background: #A8A8A8 !important;
    color: #fff !important;
}
/* End */


/* Start:/local/templates/offZone2019/assets/styles/banners.min.css?16026043117253*/
@import url("https://fonts.googleapis.com/css?family=Montserrat:600&subset=cyrillic");
/*! normalize.css v6.0.0 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}article,aside,footer,header,nav,section{display:block}h1{font-size:2em;margin:.67em 0}figcaption,figure,main{display:block}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent;-webkit-text-decoration-skip:objects}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit;font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}audio,video{display:inline-block}audio:not([controls]){display:none;height:0}img{border-style:none}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{margin:0}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{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{display:inline-block;vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details,menu{display:block}summary{display:list-item}canvas{display:inline-block}[hidden],template{display:none}@font-face{font-family:Roboto;font-style:normal;font-weight:400;src:url(/local/templates/offZone2019/assets/styles/../fonts/RobotoRegular.eot);src:url(/local/templates/offZone2019/assets/styles/../fonts/RobotoRegular.eot?#iefix) format("embedded-opentype"),url(/local/templates/offZone2019/assets/styles/../fonts/RobotoRegular.woff2) format("woff2"),url(/local/templates/offZone2019/assets/styles/../fonts/RobotoRegular.woff) format("woff"),url(/local/templates/offZone2019/assets/styles/../fonts/RobotoRegular.ttf) format("truetype"),url(/local/templates/offZone2019/assets/styles/../fonts/RobotoRegular.otf) format("opentype"),url(/local/templates/offZone2019/assets/styles/../fonts/RobotoRegular.svg#RobotoRegular) format("svg")}@font-face{font-family:Roboto;font-style:normal;font-weight:500;src:url(/local/templates/offZone2019/assets/styles/../fonts/RobotoMedium.eot);src:url(/local/templates/offZone2019/assets/styles/../fonts/RobotoMedium.eot?#iefix) format("embedded-opentype"),url(/local/templates/offZone2019/assets/styles/../fonts/RobotoMedium.woff2) format("woff2"),url(/local/templates/offZone2019/assets/styles/../fonts/RobotoMedium.woff) format("woff"),url(/local/templates/offZone2019/assets/styles/../fonts/RobotoMedium.ttf) format("truetype"),url(/local/templates/offZone2019/assets/styles/../fonts/RobotoMedium.otf) format("opentype"),url(/local/templates/offZone2019/assets/styles/../fonts/RobotoMedium.svg#RobotoMedium) format("svg")}@font-face{font-family:Ubuntu;font-style:normal;font-weight:5 0;src:url(/local/templates/offZone2019/assets/styles/../fonts/UbuntuRegular.eot);src:url(/local/templates/offZone2019/assets/styles/../fonts/UbuntuRegular.eot?#iefix) format("embedded-opentype"),url(/local/templates/offZone2019/assets/styles/../fonts/UbuntuRegular.woff2) format("woff2"),url(/local/templates/offZone2019/assets/styles/../fonts/UbuntuRegular.woff) format("woff"),url(/local/templates/offZone2019/assets/styles/../fonts/UbuntuRegular.ttf) format("truetype"),url(/local/templates/offZone2019/assets/styles/../fonts/UbuntuRegular.otf) format("opentype"),url(/local/templates/offZone2019/assets/styles/../fonts/UbuntuRegular.svg#UbuntuRegular) format("svg")}button::-moz-focus-inner{border:0}:focus{outline:none}::selection{background:#0c131a;color:#fff}input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{color:#777}input:-ms-input-placeholder,textarea:-ms-input-placeholder{color:#777}input::placeholder,textarea::placeholder{color:#777}input:-webkit-autofill,input:-webkit-autofill:active,input:-webkit-autofill:focus,input:-webkit-autofill:hover{transition:background-color 50000000000s ease-in-out 0s!important}html{margin:0;padding:0;overflow-x:hidden;width:100%;min-height:100%}img{box-sizing:content-box}h1,h2,h3,h4,h5,h6,li,ol,p,span,table,td,th,tr,ul{margin:0;padding:0}h1,h2,h3,h4,h5,h6{color:inherit;font-weight:inherit;line-height:inherit}ol,ul{list-style:none}span{font-style:inherit;font-family:inherit;font-weight:inherit}a{text-decoration:none;cursor:pointer}a,button,input,select,textarea{transition:color .3s ease,border-color .3s ease}button{cursor:pointer}button,input,select,textarea{color:#000;margin:0;padding:0;border:0;border-radius:0;background-color:transparent;font-family:Roboto,Arial,sans-serif}html{background-color:#000000}body{font-family:Roboto,Arial,sans-serif}.banner{background-color:#030f15}.banner-container{max-width:1440px;width:100%;margin-left:auto;margin-right:auto;padding-top:72px;padding-bottom:72px;background-position:50%;background-size:cover}.banner-container__title{line-height:1.2;font-size:40px;font-weight:700;font-family:Montserrat,Arial,sans-serif;margin-bottom:12px}.banner-container__subtitle,.banner-container__title{text-align:center;color:#fff;text-transform:uppercase}.banner-container__subtitle{line-height:1.29;font-family:Ubuntu,Arial,sans-serif;font-size:28px}.banner__grid{margin-top:32px;max-width:992px;padding-left:17px;padding-right:17px;margin-left:auto;margin-right:auto;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}@media only screen and (max-width:766px){.banner__grid{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}}.banner__grid .check-icon{text-align:center;display:none}.banner__grid .check-icon img{width:48px;opacity:.4}.banner__grid--block{width:100%;max-width:320px;background-color:hsla(0,0%,100%,.08);border-radius:4px;margin-right:16px}@media only screen and (max-width:766px){.banner__grid--block{margin-right:0;margin-bottom:16px;max-width:100%}.banner__grid--block:last-child{margin-bottom:0}}.banner__grid--block:last-child{margin-right:0}.banner__grid--block.checked .hidden-check-block{display:none}.banner__grid--block.checked .check-icon{display:block}.banner__grid--block.checked:hover{background-color:hsla(0,0%,100%,.08);cursor:default}.banner__grid--block:hover{background-color:hsla(0,0%,100%,.12)}.banner__grid--block .bottom-text{height:64px;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;margin-bottom:24px}.banner__grid--block .logo{margin-top:15px;margin-bottom:20px;text-align:center;height:160px;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.banner__grid--block .date{text-align:center;line-height:1.29;color:#fff;font-family:Ubuntu,Arial,sans-serif;text-transform:uppercase;font-size:28px;margin-bottom:8px}.banner__grid--block .name{font-family:Roboto,Arial,sans-serif;margin-bottom:16px}.banner__grid--block .more,.banner__grid--block .name{text-align:center;opacity:.8;line-height:1.5;color:#fff}.banner__grid--block .more{font-size:16px}

/* End */


/* Start:/local/templates/offZone2019/template_styles.css?159188172617076*/
.page__content {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.footer-wrapper {
    order: 999999;
    flex: 0 0 auto;
    z-index: 9999;
}
/*.mfp-content {*/
    /*position: fixed;*/
    /*top: 0;*/
    /*left: 0;*/
/*}*/
.link:hover {
    color: #ffffff;
}

.content__wrapper {
    display: flex;
    flex-direction: column;
    flex: 1 0 auto;
}

.grid.section__speakers {
    width: 100%;
}

.speaker__name {
    color: #FFFFFF;
}

/*стили включаемой области на странице cfp */
.news-block__item, .text-block__item {
    margin-bottom: 40px
}

.news-block__item, .text__block {
    padding-top: 40px;
    padding-bottom: 40px
}

.news-block .section_description .section__title_up {
    text-transform: none
}

.white {
    color: #fff
}

.section__title.big {
    font-size: 56px;
    font-weight: 300
}

.text-block__item {
    padding-bottom: 40px;
    font-size: 16px;
    color: rgba(255, 255, 255, .6)
}

.text__title {
    margin-bottom: 16px
}

.text__title h3 {
    font-size: 24px;
    line-height: 1.33;
    color: #fff;
    font-weight: 400;
    opacity: .8
}

.text__subtitle {
    font-size: 32px;
    line-height: 1.25;
    color: #fff;
    margin-bottom: 40px
}

.text__desc p {
    margin-bottom: 16px
}

.text__desc img {
    margin-top: 40px;
    margin-bottom: 40px;
    width: 100%;
    max-width: 100%
}

.text-date__item {
    font-size: 20px;
    line-height: 1.4;
    opacity: .8
}

.report-section .report__date, .speaker-text__desc, .text__desc {
    line-height: 1.5;
    font-size: 16px;
}

.speaker-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.speaker-row .avatar__item {
    border-radius: 50%;
    overflow: hidden
}

.speaker-row .avatar__item img {
    width: 100%;

}

.speaker .speaker__photo {
    width: 240px;
}

.photo-wrap .speaker__photo {
    max-width: 240px;
}

.speaker-row .avatar__item {
    max-width: 240px;
}

.speaker-row .avatar__item {
    width: 240px;
    height: 240px;
}

.photo-wrap .speaker__photo {
    margin-left: 0;
}

.speaker__cart--name {
    font-size: 24px;
    color: #fff;
    margin-bottom: 16px;
    opacity: .8;
    font-weight: 300
}

.speaker__cart--text {
    font-size: 16px
}

.speaker-text__desc, .speaker__info {
    margin-bottom: 40px
}

.text__desc {
    opacity: .8;
    margin-bottom: 16px
}

.report-section .report__date {
    opacity: .4;
    color: #fff
}

.report-section .report__time {
    font-size: 20px;
    opacity: .8;
    line-height: 1.4;
    color: #fff;
    margin-bottom: 16px
}

.report-section .report__title {
    line-height: 1.33;
    font-size: 24px;
    color: #fff;
    margin-bottom: 18px;
    opacity: .8
}

.report-section .report__type {
    line-height: 1.43;
    font-size: 14px;
    position: relative;
    padding-left: 35px;
    margin-bottom: 18px
}

.report-section .report__type:before {
    content: "";
    position: absolute;
    left: 0;
    opacity: .6;
    background-image: url(/local/templates/offZone2019/assets/images/map.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 24px;
    width: 24px;
    height: 24px;
    bottom: -2px
}

.document-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.document-block .document__wrap {
    margin-right: 8px
}

.document-block .document__wrap:last-child {
    margin-right: 0
}

.document-block .document__item {
    text-transform: uppercase;
    line-height: 1.8;
    font-size: 14px;
    color: rgba(255, 255, 255, .6);
    margin-right: 8px;
    font-weight: 500;
    padding: 7px 16px 7px 40px;
    border: 1px solid rgba(255, 255, 255, .3) !important;
    border-bottom: 1px solid rgba(255, 255, 255, .3);
    background-color: rgba(52, 52, 52, .7);
    border-radius: 3px;
    position: relative;
    margin-bottom: 16px;
    display: inline-block
}

.document-block .document__item:hover {
    color: rgba(255, 255, 255, 1);
    border: 1px solid rgba(255, 255, 255, 1) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 1);
}

.document-block .document__item.pdf:before, .document-block .document__item.video:before {
    position: absolute;
    left: 8px;
    background-size: 24px;
    width: 24px;
    height: 24px;
    /*opacity: .6;*/
    content: "";
    background-position: center;
    background-repeat: no-repeat
}

.document-block .document__item.video:before {
    background-image: url(/local/templates/offZone2019/assets/images/video.svg);
    transition: all 0.1s ease;
}

.document-block .document__item.video:hover:before {
    background-image: url(/local/templates/offZone2019/assets/images/video-hover.svg);
    transition: all 0.1s ease;
}

.document-block .document__item.pdf:before {
    background-image: url(/local/templates/offZone2019/assets/images/pdf.svg);
    transition: all 0.1s ease;
}

.document-block .document__item.pdf:hover:before {
    background-image: url(/local/templates/offZone2019/assets/images/pdf-hover.svg);
    transition: all 0.1s ease;
}

.arrow-back {
    font-weight: 500;
    opacity: .6;
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 90px;
    display: inline-block;
    color: rgba(255, 255, 255, .8);
    background-color: transparent;
    position: relative;
    left: -40px;
    -webkit-transition: all .1s ease;
    transition: all .1s ease;
    padding: 10px 40px 10px 70px
}

.partners-row, .report__speaker-row {
    display: -webkit-box;
    display: -ms-flexbox
}

.arrow-back:hover {
    background-color: rgba(255, 255, 255, .1);
    -webkit-transition: all .1s ease;
    transition: all .1s ease
}

.arrow-back:before {
    content: "";
    position: absolute;
    left: 40px;
    background-image: url(/local/templates/offZone2019/assets/images/arrow-back.svg);
    background-size: 24px;
    width: 24px;
    height: 24px;
    background-position: center;
    bottom: 50%;
    margin-bottom: -12px
}

.mfp-iframe-holder .mfp-close {
    top: 0;
    right: -40px;
    font-size: 40px;
    font-family: sans-serif;
    font-weight: 100;
    color: #d8d8d8;
    opacity: .6
}

.partners-block {
    margin-bottom: 120px
}

.partners-block:last-child {
    margin-bottom: 0
}

.partners-row, .partners-row .partners-col, .report__speaker {
    margin-bottom: 40px
}

.partners-row {
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 80px
}

.partners-row .partners-logo {
    margin-right: 40px
}

.mob-show {
    display: none
}

.report__speaker-row .avatar__item {
    overflow: hidden
}

.report__speaker-row .avatar__item img {
    max-width: 64px;
    border-radius: 50%
}

.report__speaker {
    margin-top: 40px
}

.report__speaker-row {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.report__speaker-row:hover .report__speaker__info {
    opacity: 0.8;
}

.report__speaker-row .report__speaker--name {
    color: #fff;
    opacity: 1;
    line-height: 1.5;
    font-size: 16px;
    font-weight: 100
}

.report__speaker-row .report__speaker--desc {
    opacity: .5;
    line-height: 1.43;
    font-size: 14px;
    color: #fff;
    font-weight: 100
}

.report__speaker-row .report__speaker-col {
    margin-bottom: 16px
}

.report__speaker-row .report__speaker-col .speaker-img {
    width: 64px;
    height: 64px;
    margin-right: 16px
}

.report__language {
    line-height: 1.43;
    font-size: 14px;
    position: relative;
    padding-left: 35px;
    margin-bottom: 18px;
    margin-left: 16px
}

.report__language:before {
    content: "";
    position: absolute;
    left: 0;
    opacity: .6;
    background-image: url(/local/templates/offZone2019/assets/images/language.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20px;
    width: 24px;
    height: 24px;
    bottom: -2px
}

.report__tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.news-item .arrow-back {
    margin-bottom: 0
}

.news-item .text-date {
    margin-bottom: 16px
}

.news-item h3, .news-item__item {
    margin-bottom: 40px
}

.news-item__item {
    margin-top: 40px
}

div.company:hover {
    background-color: transparent
}

.speaker-text__desc {
    opacity: 0.8;
    color: #fff;
}

.tabs__content--block .section__heading {
    margin-bottom: 80px;
}

.tabs-title {
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 40px;
    text-align: right;
    position: absolute;
}

.banner__grid--block .logo {
    width: 100%;
}

/*конец стилей новых страниц*/

/* стили новых страниц(media queries)*/
@media only screen and (max-width: 1024px) {
    .text-date__item {
        margin-bottom: 8px
    }

    .text__desc, .text__title {
        margin-bottom: 40px
    }

    .news-block__item {
        margin-bottom: 80px
    }

    .grid_text {
        padding-top: 0
    }
}

@media only screen and (max-width: 768px) {
    .pt {
        padding-top: 106px
    }

    .news-block__item {
        margin-bottom: 40px
    }

    .arrow-back {
        margin-bottom: 50px
    }

    .news-item__item .text__title {
        margin-bottom: 8px
    }

    .news-item__item .text__title h3 {
        margin-bottom: 0
    }

    .photo-wrap .speaker__photo {
        margin-left: auto;
    }
}

@media only screen and (max-width: 630px) {
    .partners-col .company {
        height: 200px
    }

    .partners-row .partners-col {
        margin-bottom: 0
    }

    .mob-hide {
        display: none
    }

    .mob-show {
        display: block
    }

    .document__wrap {
        width: 100%
    }

    .document-block {
        margin-top: 40px
    }

    .partners-row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 0;
        margin-bottom: 120px
    }

    .text__title {
        margin-bottom: 16px
    }

    .partners-col .text__desc {
        margin-top: 16px
    }

    .text__subtitle {
        font-size: 24px
    }
}

@media only screen and (max-width: 560px) {
    .photo-wrap {
        width: 100%;

    }

    .speaker__info {
        margin-bottom: 0
    }

    .speaker-item-block .info-wrap {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .speaker-item-block .photo-wrap {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
}

@media only screen and (max-width: 480px) {
    .speaker-block .section__speakers {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .news-block__item {
        padding-top: 0
    }

    .text__desc {
        margin-bottom: 24px
    }

    .report__tags {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 10px
    }

    .report__tags .report__language {
        margin-left: 0;
        width: 100%
    }

    .report__speaker-row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .report__speaker-col {
        width: 100%
    }

    .section__title.big {
        font-size: 24px
    }

    .pt {
        padding-top: 96px
    }

}

@media only screen and (max-width: 1280px) {
    .programs-item .report__date-time, .programs-item .tabs-title {
        text-align: left
    }

    .grid--report {
        padding-top: 0
    }

    .grid--time .report__time {
        margin-bottom: 0
    }

    .tabs-title__wrap {
        padding-left: 0
    }
}

@media only screen and (max-width: 1024px) {
    .text-date__item {
        margin-bottom: 8px
    }

    .text__desc, .text__title {
        margin-bottom: 40px
    }

    .news-block__item {
        margin-bottom: 80px
    }

    .grid_text {
        padding-top: 0
    }

    .programs-item .container-tabs {
        padding-left: 0;
        padding-right: 0
    }

    .programs-item .tabs__caption li {
        padding: 18px 30px
    }

    .container-tabs {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media only screen and (max-width: 768px) {
    .pt {
        padding-top: 106px
    }

    .news-block__item {
        margin-bottom: 40px
    }

    .arrow-back {
        margin-bottom: 50px
    }

    .news-item__item .text__title {
        margin-bottom: 8px
    }

    .news-item__item .text__title h3 {
        margin-bottom: 0
    }

    .photo-wrap .speaker__photo {
        margin-left: auto
    }

    .filter-show-mob {
        display: block
    }

    .programs__filter {
        display: none
    }

    .form-header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .programs__filter form .filter-input {
        width: 80px;
        margin-right: 0
    }

    .filter-select, .fs-wrap {
        width: 100%
    }

    .filter-container {
        max-width: 320px;
        min-height: 610px;
        position: relative;
        top: 0;
        max-height: 100%;
        height: 568px;
    }

    .input-wrap {
        width: 100%;
        margin-bottom: 24px
    }

    .fs-label {
        padding: 10px 0
    }

    .apply-filter {
        display: block
    }

    .filter-form {
        padding-top: 72px
    }

    .form-reset-btn {
        position: absolute;
        bottom: 80px
    }

    .no-results__title {
        font-size: 20px
    }

    .programs__filter .form-reset-btn {
        padding-left: 24px;
        padding-right: 24px;
        min-width: 224px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .container-tabs {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

@media only screen and (max-width: 630px) {
    .partners-col .company {
        height: 200px
    }

    .partners-row .partners-col {
        margin-bottom: 0
    }

    .mob-hide {
        display: none
    }

    .mob-show {
        display: block
    }

    .document__wrap {
        width: 100%
    }

    .document-block {
        margin-top: 40px
    }

    .partners-row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 0;
        margin-bottom: 120px
    }

    .text__title {
        margin-bottom: 16px
    }

    .partners-col .text__desc {
        margin-top: 16px
    }

    .text__subtitle {
        font-size: 24px
    }
}

@media only screen and (max-width: 560px) {
    .photo-wrap {
        width: 100%
    }

    .speaker__info {
        margin-bottom: 0
    }

    .speaker-item-block .info-wrap {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .speaker-item-block .photo-wrap {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
}

@media only screen and (max-width: 480px) {
    .filter-container {
        max-width: 320px;
        min-height: 0;
        position: relative;
        top: 0;
        /*max-height: 100%;*/
        height: calc(100vh - 40px);
        bottom: 0;
    }


    .programs__filter.filter-open {
        z-index: 55555555;
    }

    .programs__filter .form-reset-btn {
        position: fixed;
    }

    .filter-select, .fs-wrap, .report__speaker-col {
        width: 100%
    }

    .speaker-block .section__speakers {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .news-block__item {
        padding-top: 0
    }

    .text__desc {
        margin-bottom: 24px
    }

    .report__tags {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 10px
    }

    .report__tags .report__language {
        margin-left: 0;
        width: 100%
    }

    .report__speaker-row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .section__title.big {
        font-size: 24px
    }

    .pt {
        padding-top: 96px
    }

    .tabs-title {
        display: none
    }

    .programs-item .tabs__content {
        margin-top: 0
    }

    .time-begin {
        margin-right: 16px
    }

    .time-end {
        margin-left: 16px
    }
}

/*конец стилей новых страниц(media)*/

@media only screen and (max-width: 768px) {
    .section.section_description {
        padding-top: 64px;
    }
}

.section_description .section__title_up {
    text-transform: none;
}

.section_describe_cfp .event__title {
    margin-bottom: 16px;
    font-family: Ubuntu;
}

.section_describe_cfp .section__title_small {
    margin-bottom: 40px;
    font-family: Ubuntu;
}

.section_describe_cfp .section__events {
    margin-bottom: 0;
}

.section_describe_cfp ul {
    margin-bottom: 40px;
}

.section_describe_cfp h3 {
    margin-bottom: 16px;
    font-family: Ubuntu;
    font-weight: 500;

}

.section_describe_cfp ul.list {
    margin-bottom: 40px;
}

@media only screen and (max-width: 768px) {
    .section.section_description {
        padding-top: 64px;
    }
}

.footer__logo-18plus {
    width: 40px;
    vertical-align: middle;
    padding: 0px 10px;
}
/* End */
/* /local/templates/offZone2019/assets/styles/app.min.css?1602604311226880 */
/* /local/templates/offZone2019/assets/styles/banners.min.css?16026043117253 */
/* /local/templates/offZone2019/template_styles.css?159188172617076 */
