.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;
    -webkit-tap-highlight-color: transparent;
    background: #ddd;
    outline: 0;
    font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif
}

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

.leaflet-overlay-pane svg, .leaflet-tooltip {
    -moz-user-select: 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 a {
    -webkit-tap-highlight-color: rgba(51, 181, 229, .4);
    color: #0078A8
}

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

.leaflet-tile-loaded {
    visibility: inherit
}

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

.leaflet-pane {
    z-index: 400
}

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

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

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

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

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

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

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

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

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

.lvml {
    behavior: url(#default#VML);
    display: inline-block;
    position: absolute
}

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

.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-right .leaflet-control {
    float: right;
    margin-right: 10px
}

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

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

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

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

.leaflet-fade-anim .leaflet-popup {
    opacity: 0;
    -webkit-transition: opacity .2s linear;
    -moz-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);
    -moz-transition: -moz-transform .25s cubic-bezier(0, 0, .25, 1);
    transition: transform .25s cubic-bezier(0, 0, .25, 1)
}

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

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

.leaflet-interactive {
    cursor: pointer
}

.leaflet-grab {
    cursor: -webkit-grab;
    cursor: -moz-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: -moz-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 a.leaflet-active {
    outline: orange solid 2px
}

.leaflet-zoom-box {
    border: 2px dotted #38f;
    background: rgba(255, 255, 255, .5)
}

.leaflet-bar {
    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;
    border-bottom: none
}

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

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

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

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

.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 {
    box-shadow: 0 1px 5px rgba(0, 0, 0, .4);
    background: #fff;
    border-radius: 5px
}

.leaflet-control-layers-toggle {
    background-image: url(images/layers.png);
    width: 36px;
    height: 36px
}

.leaflet-retina .leaflet-control-layers-toggle {
    background-image: url(images/layers-2x.png);
    background-size: 26px 26px
}

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

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

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

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

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

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

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

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

.leaflet-default-icon-path {
    background-image: url(images/marker-icon.png)
}

.leaflet-container .leaflet-control-attribution {
    background: #fff;
    background: rgba(255, 255, 255, .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;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    background: rgba(255, 255, 255, .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 {
    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);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.leaflet-popup-content-wrapper, .leaflet-popup-tip {
    background: #fff;
    color: #333;
    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: 0 0
}

.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=.70710678, M12=.70710678, M21=-.70710678, M22=.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;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    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: 0 0;
    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
}

.glide {
    position: relative;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.glide * {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

.glide__slides, .glide__track {
    overflow: hidden
}

.glide__slides {
    position: relative;
    width: 100%;
    list-style: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -ms-touch-action: pan-Y;
    touch-action: pan-Y;
    padding: 0;
    white-space: nowrap;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    will-change: transform
}

.glide__slide, .glide__slides--dragging {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.glide__slide {
    width: 100%;
    height: 100%;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    white-space: normal;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent
}

.glide__slide a {
    -webkit-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    -moz-user-select: none;
    -ms-user-select: none
}

.glide__arrows, .glide__bullets {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.glide--rtl {
    direction: rtl
}

.glide__arrow {
    position: absolute;
    display: block;
    top: 50%;
    z-index: 2;
    color: #fff;
    text-transform: uppercase;
    padding: 9px 12px;
    background-color: transparent;
    border: 2px solid hsla(0, 0%, 100%, .5);
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 .25em .5em 0 rgba(0, 0, 0, .1);
    box-shadow: 0 .25em .5em 0 rgba(0, 0, 0, .1);
    text-shadow: 0 .25em .5em rgba(0, 0, 0, .1);
    opacity: 1;
    cursor: pointer;
    -webkit-transition: opacity .15s ease, border .3s ease-in-out;
    -o-transition: opacity .15s ease, border .3s ease-in-out;
    transition: opacity .15s ease, border .3s ease-in-out;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    line-height: 1
}

.glide__arrow:focus {
    outline: none
}

.glide__arrow:hover {
    border-color: #fff
}

.glide__arrow--left {
    left: 2em
}

.glide__arrow--right {
    right: 2em
}

.glide__arrow--disabled {
    opacity: .33
}

.glide__bullets {
    position: absolute;
    z-index: 2;
    bottom: 2em;
    left: 50%;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    list-style: none;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.glide__bullet {
    background-color: hsla(0, 0%, 100%, .5);
    width: 9px;
    height: 9px;
    padding: 0;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid transparent;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    cursor: pointer;
    line-height: 0;
    -webkit-box-shadow: 0 .25em .5em 0 rgba(0, 0, 0, .1);
    box-shadow: 0 .25em .5em 0 rgba(0, 0, 0, .1);
    margin: 0 .25em
}

.glide__bullet:focus {
    outline: none
}

.glide__bullet:focus, .glide__bullet:hover {
    border: 2px solid #fff;
    background-color: hsla(0, 0%, 100%, .5)
}

.glide__bullet--active {
    background-color: #fff
}

.glide--swipeable {
    cursor: grab;
    cursor: -webkit-grab
}

.glide--dragging {
    cursor: grabbing;
    cursor: -webkit-grabbing
}

.pswp {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
    -ms-touch-action: none;
    touch-action: none;
    z-index: 1500;
    -webkit-text-size-adjust: 100%;
    -webkit-backface-visibility: hidden;
    outline: none
}

.pswp * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.pswp img {
    max-width: none
}

.pswp--animate_opacity {
    opacity: .001;
    will-change: opacity;
    -webkit-transition: opacity 333ms cubic-bezier(.4, 0, .22, 1);
    -o-transition: opacity 333ms cubic-bezier(.4, 0, .22, 1);
    transition: opacity 333ms cubic-bezier(.4, 0, .22, 1)
}

.pswp--open {
    display: block
}

.pswp--zoom-allowed .pswp__img {
    cursor: -webkit-zoom-in;
    cursor: zoom-in
}

.pswp--zoomed-in .pswp__img {
    cursor: -webkit-grab;
    cursor: grab
}

.pswp--dragging .pswp__img {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.pswp__bg {
    background: #000;
    opacity: 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden
}

.pswp__bg, .pswp__scroll-wrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.pswp__scroll-wrap {
    overflow: hidden
}

.pswp__container, .pswp__zoom-wrap {
    -ms-touch-action: none;
    touch-action: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.pswp__container, .pswp__img {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-touch-callout: none
}

.pswp__zoom-wrap {
    position: absolute;
    width: 100%;
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    -webkit-transition: -webkit-transform 333ms cubic-bezier(.4, 0, .22, 1);
    transition: -webkit-transform 333ms cubic-bezier(.4, 0, .22, 1);
    -o-transition: transform 333ms cubic-bezier(.4, 0, .22, 1);
    transition: transform 333ms cubic-bezier(.4, 0, .22, 1);
    transition: transform 333ms cubic-bezier(.4, 0, .22, 1), -webkit-transform 333ms cubic-bezier(.4, 0, .22, 1)
}

.pswp__bg {
    will-change: opacity;
    -webkit-transition: opacity 333ms cubic-bezier(.4, 0, .22, 1);
    -o-transition: opacity 333ms cubic-bezier(.4, 0, .22, 1);
    transition: opacity 333ms cubic-bezier(.4, 0, .22, 1)
}

.pswp--animated-in .pswp__bg, .pswp--animated-in .pswp__zoom-wrap {
    -webkit-transition: none;
    -o-transition: none;
    transition: none
}

.pswp__container, .pswp__zoom-wrap {
    -webkit-backface-visibility: hidden
}

.pswp__item {
    right: 0;
    bottom: 0;
    overflow: hidden
}

.pswp__img, .pswp__item {
    position: absolute;
    left: 0;
    top: 0
}

.pswp__img {
    width: auto;
    height: auto
}

.pswp__img--placeholder {
    -webkit-backface-visibility: hidden
}

.pswp__img--placeholder--blank {
    background: #222
}

.pswp--ie .pswp__img {
    width: 100% !important;
    height: auto !important;
    left: 0;
    top: 0
}

.pswp__error-msg {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    text-align: center;
    font-size: 14px;
    line-height: 16px;
    margin-top: -8px;
    color: #ccc
}

.pswp__error-msg a {
    color: #ccc;
    text-decoration: underline
}

.pswp__button {
    width: 44px;
    height: 44px;
    position: relative;
    background: none;
    cursor: pointer;
    overflow: visible;
    -webkit-appearance: none;
    display: block;
    border: 0;
    padding: 0;
    margin: 0;
    float: right;
    opacity: .75;
    -webkit-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s;
    -webkit-box-shadow: none;
    box-shadow: none
}

.pswp__button:focus, .pswp__button:hover {
    opacity: 1
}

.pswp__button:active {
    outline: none;
    opacity: .9
}

.pswp__button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.pswp__ui--over-close .pswp__button--close {
    opacity: 1
}

.pswp__button, .pswp__button--arrow--left:before, .pswp__button--arrow--right:before {
    background: url(default-skin.png) 0 0 no-repeat;
    -webkit-background-size: 264px 88px;
    background-size: 264px 88px;
    width: 44px;
    height: 44px
}

@media (-webkit-min-device-pixel-ratio: 1.1),(-o-min-device-pixel-ratio: 11/10),(min-resolution: 1.1dppx),(-webkit-min-device-pixel-ratio: 1.09375),(-o-min-device-pixel-ratio: 35/32),(min-resolution: 105dpi) {
    .pswp--svg .pswp__button, .pswp--svg .pswp__button--arrow--left:before, .pswp--svg .pswp__button--arrow--right:before {
        background-image: url(default-skin.svg)
    }

    .pswp--svg .pswp__button--arrow--left, .pswp--svg .pswp__button--arrow--right {
        background: none
    }
}

.pswp__button--close {
    background-position: 0 -44px
}

.pswp__button--share {
    background-position: -44px -44px
}

.pswp__button--fs {
    display: none
}

.pswp--supports-fs .pswp__button--fs {
    display: block
}

.pswp--fs .pswp__button--fs {
    background-position: -44px 0
}

.pswp__button--zoom {
    display: none;
    background-position: -88px 0
}

.pswp--zoom-allowed .pswp__button--zoom {
    display: block
}

.pswp--zoomed-in .pswp__button--zoom {
    background-position: -132px 0
}

.pswp--touch .pswp__button--arrow--left, .pswp--touch .pswp__button--arrow--right {
    visibility: hidden
}

.pswp__button--arrow--left, .pswp__button--arrow--right {
    background: none;
    top: 50%;
    margin-top: -50px;
    width: 70px;
    height: 100px;
    position: absolute
}

.pswp__button--arrow--left {
    left: 0
}

.pswp__button--arrow--right {
    right: 0
}

.pswp__button--arrow--left:before, .pswp__button--arrow--right:before {
    content: "";
    top: 35px;
    background-color: rgba(0, 0, 0, .3);
    height: 30px;
    width: 32px;
    position: absolute
}

.pswp__button--arrow--left:before {
    left: 6px;
    background-position: -138px -44px
}

.pswp__button--arrow--right:before {
    right: 6px;
    background-position: -94px -44px
}

.pswp__counter, .pswp__share-modal {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.pswp__share-modal {
    display: block;
    background: rgba(0, 0, 0, .5);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 10px;
    position: absolute;
    z-index: 1600;
    opacity: 0;
    -webkit-transition: opacity .25s ease-out;
    -o-transition: opacity .25s ease-out;
    transition: opacity .25s ease-out;
    -webkit-backface-visibility: hidden;
    will-change: opacity
}

.pswp__share-modal--hidden {
    display: none
}

.pswp__share-tooltip {
    z-index: 1620;
    position: absolute;
    background: #fff;
    top: 56px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    display: block;
    width: auto;
    right: 44px;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .25);
    box-shadow: 0 2px 5px rgba(0, 0, 0, .25);
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
    -webkit-transition: -webkit-transform .25s;
    transition: -webkit-transform .25s;
    -o-transition: transform .25s;
    transition: transform .25s;
    transition: transform .25s, -webkit-transform .25s;
    -webkit-backface-visibility: hidden;
    will-change: transform
}

.pswp__share-tooltip a {
    display: block;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 18px
}

.pswp__share-tooltip a, .pswp__share-tooltip a:hover {
    color: #000;
    text-decoration: none
}

.pswp__share-tooltip a:first-child {
    -webkit-border-radius: 2px 2px 0 0;
    border-radius: 2px 2px 0 0
}

.pswp__share-tooltip a:last-child {
    -webkit-border-radius: 0 0 2px 2px;
    border-radius: 0 0 2px 2px
}

.pswp__share-modal--fade-in {
    opacity: 1
}

.pswp__share-modal--fade-in .pswp__share-tooltip {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.pswp--touch .pswp__share-tooltip a {
    padding: 16px 12px
}

a.pswp__share--facebook:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: -12px;
    right: 15px;
    border: 6px solid transparent;
    border-bottom-color: #fff;
    -webkit-pointer-events: none;
    -moz-pointer-events: none;
    pointer-events: none
}

a.pswp__share--facebook:hover {
    background: #3e5c9a;
    color: #fff
}

a.pswp__share--facebook:hover:before {
    border-bottom-color: #3e5c9a
}

a.pswp__share--twitter:hover {
    background: #55acee;
    color: #fff
}

a.pswp__share--pinterest:hover {
    background: #ccc;
    color: #ce272d
}

a.pswp__share--download:hover {
    background: #ddd
}

.pswp__counter {
    position: absolute;
    left: 0;
    top: 0;
    height: 44px;
    font-size: 13px;
    line-height: 44px;
    color: #fff;
    opacity: .75;
    padding: 0 10px
}

.pswp__caption {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    min-height: 44px
}

.pswp__caption small {
    font-size: 11px;
    color: #bbb
}

.pswp__caption__center {
    text-align: left;
    max-width: 420px;
    margin: 0 auto;
    font-size: 13px;
    padding: 10px;
    line-height: 20px;
    color: #ccc
}

.pswp__caption--empty {
    display: none
}

.pswp__caption--fake {
    visibility: hidden
}

.pswp__preloader {
    width: 44px;
    height: 44px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -22px;
    opacity: 0;
    -webkit-transition: opacity .25s ease-out;
    -o-transition: opacity .25s ease-out;
    transition: opacity .25s ease-out;
    will-change: opacity;
    direction: ltr
}

.pswp__preloader__icn {
    width: 20px;
    height: 20px;
    margin: 12px
}

.pswp__preloader--active {
    opacity: 1
}

.pswp__preloader--active .pswp__preloader__icn {
    background: url(preloader.gif) 0 0 no-repeat
}

.pswp--css_animation .pswp__preloader--active {
    opacity: 1
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
    -webkit-animation: clockwise .5s linear infinite;
    animation: clockwise .5s linear infinite
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
    -webkit-animation: donut-rotate 1s cubic-bezier(.4, 0, .22, 1) infinite;
    animation: donut-rotate 1s cubic-bezier(.4, 0, .22, 1) infinite
}

.pswp--css_animation .pswp__preloader__icn {
    background: none;
    opacity: .75;
    width: 14px;
    height: 14px;
    position: absolute;
    left: 15px;
    top: 15px;
    margin: 0
}

.pswp--css_animation .pswp__preloader__cut {
    position: relative;
    width: 7px;
    height: 14px;
    overflow: hidden
}

.pswp--css_animation .pswp__preloader__donut {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 14px;
    height: 14px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border-color: #fff #fff transparent transparent;
    border-style: solid;
    border-width: 2px;
    position: absolute;
    top: 0;
    left: 0;
    background: none;
    margin: 0
}

@media screen and (max-width: 1024px) {
    .pswp__preloader {
        position: relative;
        left: auto;
        top: auto;
        margin: 0;
        float: right
    }
}

@-webkit-keyframes clockwise {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes clockwise {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@-webkit-keyframes donut-rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    50% {
        -webkit-transform: rotate(-140deg);
        transform: rotate(-140deg)
    }
    to {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@keyframes donut-rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    50% {
        -webkit-transform: rotate(-140deg);
        transform: rotate(-140deg)
    }
    to {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

.pswp__ui {
    -webkit-font-smoothing: auto;
    visibility: visible;
    opacity: 1;
    z-index: 1550
}

.pswp__top-bar {
    position: absolute;
    left: 0;
    top: 0;
    height: 44px;
    width: 100%
}

.pswp--has_mouse .pswp__button--arrow--left, .pswp--has_mouse .pswp__button--arrow--right, .pswp__caption, .pswp__top-bar {
    -webkit-backface-visibility: hidden;
    will-change: opacity;
    -webkit-transition: opacity 333ms cubic-bezier(.4, 0, .22, 1);
    -o-transition: opacity 333ms cubic-bezier(.4, 0, .22, 1);
    transition: opacity 333ms cubic-bezier(.4, 0, .22, 1)
}

.pswp--has_mouse .pswp__button--arrow--left, .pswp--has_mouse .pswp__button--arrow--right {
    visibility: visible
}

.pswp__caption, .pswp__top-bar {
    background-color: rgba(0, 0, 0, .5)
}

.pswp__ui--fit .pswp__caption, .pswp__ui--fit .pswp__top-bar {
    background-color: rgba(0, 0, 0, .3)
}

.pswp__ui--idle .pswp__button--arrow--left, .pswp__ui--idle .pswp__button--arrow--right, .pswp__ui--idle .pswp__top-bar {
    opacity: 0
}

.pswp__ui--hidden .pswp__button--arrow--left, .pswp__ui--hidden .pswp__button--arrow--right, .pswp__ui--hidden .pswp__caption, .pswp__ui--hidden .pswp__top-bar {
    opacity: .001
}

.pswp__ui--one-slide .pswp__button--arrow--left, .pswp__ui--one-slide .pswp__button--arrow--right, .pswp__ui--one-slide .pswp__counter {
    display: none
}

.pswp__element--disabled {
    display: none !important
}

.pswp--minimal--dark .pswp__top-bar {
    background: none
}

@font-face {
    font-family: Fontello;
    font-style: normal;
    font-weight: 400;
    src: url(fonts/fontello.ttf)
}

@font-face {
    font-family: Open Sans, sans-serif;
    font-style: normal;
    font-weight: 400;
    src: url(fonts/OpenSans-Regular.ttf)
}

* {
    padding: 0;
    margin: 0;
    text-decoration: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none
}

body, html {
    overflow-x: hidden
}

html.non-scroll {
    overflow: hidden
}

button {
    cursor: pointer;
    border: none
}

body {
    padding: 0;
    margin: 0;
    font-family: Open Sans, sans-serif;
    overflow-x: hidden;
    color: #999;
    position: relative
}

body.non-scroll {
    overflow-y: hidden
}

main {
    min-height: calc(100vh - 313px)
}

img {
    width: 100%
}

a, img {
    display: block
}

a {
    color: #999
}

section {
    padding: 30px 0
}

.btn-up {
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 20px;
    right: -50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #567d2c;
    color: #fff;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .35);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .35)
}

.btn-up, .btn-up.active {
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.btn-up.active {
    right: 20px
}

header {
    z-index: 999;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

header .header-toolbar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

header .header-toolbar .toolbar-contacts {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    padding: 5px 0
}

header .header-toolbar .toolbar-contacts .list-item {
    list-style: none;
    margin-right: 15px
}

header .header-toolbar .toolbar-contacts .list-item > a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    /*text-transform: uppercase*/
}

header .header-toolbar .toolbar-contacts .list-item > a i {
    margin-right: 5px
}

header .header-toolbar .toolbar-contacts .list-item > a img {
    width: 15px;
    height: 15px;
    margin-right: 3px
}

header .header-toolbar .toolbar-contacts:last-of-type {
    position: relative
}

header .header-toolbar .toolbar-contacts:last-of-type .list-item:last-of-type {
    position: absolute;
    bottom: -20px;
    z-index: 10;
    opacity: 0;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

header .header-toolbar .toolbar-contacts:last-of-type:hover > .list-item:last-of-type {
    opacity: 1
}

header .header-toolbar .toolbar-contacts:last-of-type:hover > .list-item:last-of-type a {
    color: #fff
}

header .header-heading {
    background-color: #567d2c;
    color: #fff;
    text-align: center;
    position: relative;
    padding: 20px 0;
    line-height: 1.7em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

header .header-heading:before {
    left: -100%
}

header .header-heading:after, header .header-heading:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #567d2c
}

header .header-heading:after {
    right: -100%
}

header .header-heading h1 {
    text-transform: uppercase
}

header .header-heading p {
    font-size: 1.28em;
    color: #fff
}

header .header-heading a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    cursor: pointer
}

header .header-menu {
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    position: relative;
    border-bottom: 1px solid transparent;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

header .header-menu .menu-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 3px;
    width: 100%
}

header .header-menu .menu-list > .list-item {
    padding-left: 0;
    list-style: none;
    position: relative;
    cursor: pointer;
    text-transform: uppercase;
    color: #444;
    font-weight: 700;
    font-size: 14px;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

header .header-menu .menu-list > .list-item a {
    text-transform: uppercase;
    color: #444;
    font-weight: 700;
    font-size: 14px;
    position: relative;
    padding: 20px 0
}

header .header-menu .menu-list > .list-item a:before {
    content: "";
    display: block;
    width: 0;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #567d2c;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

header .header-menu .menu-list > .list-item a:hover:before {
    width: 100%;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

header .header-menu .menu-list > .list-item.active:before {
    width: 100%
}

header .header-menu .menu-list > .list-item:hover > .sub-menu {
    display: block
}

header .header-menu .menu-list > .list-item > .sub-menu {
    display: none;
    position: absolute;
    width: calc(100% + 50px);
    min-width: 220px;
    top: 100%;
    background-color: #212121;
    left: 0;
    z-index: 5
}

header .header-menu .menu-list > .list-item > .sub-menu .list-item {
    position: relative;
    padding: 5px;
    list-style: none
}

header .header-menu .menu-list > .list-item > .sub-menu .list-item a {
    color: #b3b3b3;
    font-weight: 300;
    padding: 10px 20px;
    font-size: 13px;
    cursor: pointer;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

header .header-menu .menu-list > .list-item > .sub-menu .list-item a:hover {
    color: #fff;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

header .header-menu .menu-list > .list-item > .sub-menu .list-item .sub-menu {
    position: absolute;
    display: none;
    width: 100%;
    left: 100%;
    top: 0;
    background-color: #333;
    z-index: 5
}

header .header-menu .menu-list > .list-item > .sub-menu .list-item:hover > .sub-menu {
    display: block
}

header .header-menu .search {
    position: relative;
    padding-left: 20px
}

header .header-menu .search:before {
    content: "";
    display: block;
    width: 0;
    position: absolute;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    bottom: -20px;
    height: 3px;
    background-color: #567d2c
}

header .header-menu .search:hover:before {
    width: 200px;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

header .header-menu .search form {
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    border: none
}

header .header-menu .search form .screen-reader-text {
    position: absolute;
    cursor: pointer;
    text-transform: uppercase;
    color: #444;
    font-weight: 700;
    font-size: 14px;
    bottom: 0;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

header .header-menu .search form input {
    cursor: pointer;
    border: none
}

header .header-menu .search form #searchsubmit {
    display: none
}

header .header-menu .search form.active {
    opacity: 1;
    overflow: visible;
    position: absolute
}

header .header-menu .search.active:before, header .header-menu .search form.active {
    width: 200px;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

header .header-menu .search.active form .screen-reader-text {
    font-size: 12px;
    bottom: 20px;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

header .header-menu:before {
    left: -100%
}

header .header-menu:after, header .header-menu:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    border-bottom: 1px solid transparent
}

header .header-menu:after {
    right: -100%
}

header .header-menu.fixed {
    position: fixed;
    top: 0;
    z-index: 5;
    width: 1200px
}

header .header-menu.fixed, header .header-menu.fixed:after, header .header-menu.fixed:before {
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    border-bottom: 1px solid #ededed;
    background-color: #fff
}

header .dots {
    display: none
}

header .navigation .menu .menu-item.logo img.small-logo {
    height: 0;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

header .navigation .menu .menu-item.logo img.big-logo {
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    width: 120px;
    height: auto;
    opacity: 1
}

section.slider-wrapper {
    position: relative;
    padding: 0
}

section.slider-wrapper .glide__slide {
    height: 550px;
    -webkit-background-size: contain;
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat
}

section.slider-wrapper .slider-heading {
    width: 290px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
    background-color: rgba(86, 125, 44, .8);
    font-weight: 300;
    padding: 10px;
    text-align: center
}

section.slider-wrapper .slider-heading h2 {
    font-weight: 400
}

section.slider-wrapper .slider-heading h2 span {
    font-size: .6em;
    font-weight: 300
}

.main-info {
    padding: 30px 0
}

.main-info h5 {
    font-size: 1.1em;
    color: #567d2c;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px
}

.main-info h5:nth-of-type(2) {
    text-transform: uppercase;
    margin: 15px 0
}

.main-info p {
    margin-bottom: 10px;
    line-height: 1.5em
}

.main-info p strong {
    color: #567d2c
}

.main-info .rubric-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.main-info .rubric-wrapper .rubric {
    padding-left: 30px
}

.main-info .rubric-wrapper .rubric p {
    font-weight: 700;
    color: #567d2c
}

.main-info .rubric-wrapper .rubric li {
    list-style: decimal;
    margin-bottom: 5px
}

.contacts {
    background-color: #3d4045;
    padding: 35px 0
}

.contacts .contacts-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.contacts .contacts-list .list-item {
    padding: 0 20px;
    list-style: none
}

.contacts .contacts-list .list-item img {
    width: 200px
}

.data {
    padding: 50px 0
}

.data .data-table tbody tr, .data .wp-block-table tbody tr {
    border: 1px solid #00f
}

.data .data-table tbody tr td, .data .wp-block-table tbody tr td {
    vertical-align: top;
    padding: 12px;
    width: 50%
}

.data .data-table tbody tr td strong, .data .wp-block-table tbody tr td strong {
    color: #567d2c
}

.data .data-table tbody tr td p, .data .wp-block-table tbody tr td p {
    margin-bottom: 15px
}

.law {
    padding: 30px 0
}

.law h4 {
    color: #567d2c
}

.law p {
    margin-bottom: 20px
}

.law ul {
    margin: 20px 0
}

.law li {
    list-style: disc
}

.law strong {
    color: #567d2c
}

.form-wrapper {
    padding: 50px 0
}

.form-wrapper .form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.form-wrapper .form .contacts-info {
    width: 30%;
    margin-right: 20px
}

.form-wrapper .form .contacts-callback {
    width: calc(70% - 30px);
    -webkit-box-flex: 2;
    -webkit-flex-grow: 2;
    -ms-flex-positive: 2;
    flex-grow: 2
}

.form-wrapper .form .contacts-callback .input-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.form-wrapper .form .contacts-callback .input-wrapper label span {
    color: red
}

.form-wrapper .form .contacts-callback .input-wrapper input {
    width: 50%;
    text-indent: 10px;
    font-size: 13px;
    color: #767676;
    padding: 10px 12px;
    background-color: #fdfdfd;
    border: 1px solid #e3e3e3;
    outline: 0;
    margin-bottom: 4px
}

.form-wrapper .form .contacts-callback input {
    display: block
}

.form-wrapper .form .contacts-callback textarea {
    text-indent: 10px;
    background-color: #fdfdfd;
    border: 1px solid #e3e3e3;
    font-size: 13px;
    outline: 0;
    margin-bottom: 5px;
    resize: none
}

.form-wrapper .form .contacts-callback button {
    margin-top: 10px;
    border: 1px solid #567d2c;
    background-color: #fff;
    color: #444;
    padding: 10px 30px;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.form-wrapper .form .contacts-callback button:hover {
    background-color: #567d2c;
    color: #fff;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.form-wrapper .form .mapdiv {
    width: 100%;
    height: 500px;
    margin-top: 30px
}

.archive_wrapper h6 {
    text-align: center;
    color: #444
}

.archive_wrapper .arichive-years-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 25px 0
}

.archive_wrapper .arichive-years-list .list-item {
    cursor: pointer;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    padding: 0 10px;
    background-color: #fff;
    list-style: none
}

.archive_wrapper .arichive-years-list .list-item.active {
    color: #567d2c
}

.archive_wrapper .arichive-years-list .list-item:hover {
    color: #567d2c;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.archive_wrapper .publication-wrapper:after {
    content: "";
    display: block;
    clear: both
}

.archive_wrapper .publication-wrapper .publication-item {
    cursor: pointer;
    margin: 5px;
    position: relative;
    width: calc(25% - 10px);
    height: 460px;
    background-color: #567d2c;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.archive_wrapper .publication-wrapper .publication-item .number-heading {
    background-color: #567d2c;
    color: #fff;
    padding: 10px;
    font-size: 14px
}

.archive_wrapper .publication-wrapper .publication-item .number-heading p {
    color: #fff;
    text-transform: uppercase
}

.archive_wrapper .publication-wrapper .publication-item img {
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.archive_wrapper .publication-wrapper .publication-item a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.number-wrapper .chapter-row {
    margin-bottom: 15px
}

.number-wrapper .chapter-row .chapter-info {
    display: grid;
    min-height: 45px;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    grid-template-columns: 45px 1fr 135px
}

.number-wrapper .chapter-row .chapter-info .chapter-number {
    width: 45px;
    min-height: 100%;
    background-color: #567d2c;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.number-wrapper .chapter-row .chapter-info .chapter-title {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    color: #000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1.3em;
    padding: 10px 15px;
    background-color: #f7f7f7
}

.number-wrapper .chapter-row .chapter-info .chapter-title span {
    color: #567d2c;
    white-space: pre;
    margin-right: 5px
}

.number-wrapper .chapter-row .chapter-info .chapter-open {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    min-height: 100%;
    background-color: #567d2c;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    border: 1px solid transparent
}

.number-wrapper .chapter-row .chapter-info .chapter-open i {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.number-wrapper .chapter-row .chapter-info .chapter-open:hover {
    background-color: #fff;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    color: #567d2c;
    border: 1px solid #567d2c
}

.number-wrapper .chapter-row .chapter-body {
    display: none;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .25);
    box-shadow: 0 0 10px rgba(0, 0, 0, .25);
    padding: 30px 25px
}

.number-wrapper .chapter-row.active .chapter-body {
    display: block
}

.number-wrapper .chapter-row.active .chapter-open i {
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0)
}

.article-wrapper .article-title {
    font-size: 18px;
    color: #000;
    font-weight: 400
}

.article-wrapper .article-author {
    color: #567d2c;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase
}

.article-wrapper embed {
    width: 960px;
    margin: 0 auto;
    display: block;
    margin-top: 30px;
}

.article-wrapper p {
    font-size: 14px;
    color: #000;
    margin: 10px 0
}

.article-wrapper .articles-navigation {
    display: grid;
    grid-template-columns: 1fr 1fr;
    background-color: #f0f0f0;
    padding: 20px 10px;
    margin-top: 30px
}

.article-wrapper .articles-navigation .next-article {
    text-align: right;
    grid-column: 2/3
}

.article-wrapper .articles-navigation a {
    color: #567d2c;
    text-transform: uppercase;
    font-size: 14px;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.article-wrapper .articles-navigation p {
    text-transform: uppercase;
    font-size: 14px;
    color: #000
}

.article-wrapper .articles-navigation p b {
    color: #567d2c
}

button.dots {
    width: 60px;
    height: 30px;
    border: none;
    background: transparent;
    position: relative;
    cursor: pointer;
    z-index: 5;
    margin: 50px
}

button.dots:focus {
    outline: none
}

button.dots.dots:after, button.dots.dots:before, button.dots.dots span {
    width: 10%;
    height: 20%;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    position: absolute;
    left: 0;
    background: #ffce00;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    left: 1%;
    right: 1%;
    margin: 0 auto
}

button.dots.dots:after, button.dots.dots:before {
    content: ""
}

button.dots.dots:after {
    top: -10%;
    margin-top: 0
}

button.dots.dots:before {
    bottom: -10%;
    margin-bottom: 0
}

button.dots.dots span {
    top: 50%;
    margin-top: -2px
}

button.dots.dots.on:after {
    -webkit-transform: rotate(135deg) translate(9px, -9px);
    -ms-transform: rotate(135deg) translate(9px, -9px);
    transform: rotate(135deg) translate(9px, -9px);
    width: 100%;
    background: #567d2c
}

button.dots.dots.on:before {
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
    bottom: 50%;
    margin-bottom: -2px;
    width: 100%;
    background: #567d2c
}

button.dots.dots.on span {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    background: #567d2c
}

footer {
    height: 50px;
    background-color: #43474d;
    color: #8c8e91;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

footer p {
    font-size: 12px
}

.preloader {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background-color: #567d2c;
    top: 0;
    left: 0;
    z-index: 999;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    opacity: 1;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1)
}

.preloader p {
    color: #fff
}

.preloader.hide {
    opacity: 0;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    overflow: hidden
}

.has-2-columns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.my-gallery {
    padding: 50px 0;
    text-align: center;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px
}

.my-gallery a {
    display: block
}

.my-gallery img {
    max-width: auto;
    max-width: 100%;
    border: 0;
    width: 100%
}

.my-gallery figure {
    display: none
}

.search-page h4 a {
    color: #567d2c
}

.search-page .search-post {
    margin-bottom: 50px
}

.page-not-found {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 400px;
    text-transform: uppercase
}

.page-not-found span {
    color: #567d2c;
    font-size: 12em
}

.page-not-found p {
    font-weight: 700;
    font-size: 2em
}

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

.icon {
    font-family: fontello;
    font-style: normal;
    font-weight: 400;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.section-heading {
    background-color: #f7f7f7;
    padding: 25px 0;
    border-bottom: 1px solid #ededed;
    border-top: 1px solid #ededed
}

.section-heading h2 {
    font-weight: 400;
    color: #4d4d4d;
    letter-spacing: 2px
}

.section-heading h2, .section-heading p {
    text-transform: uppercase;
    text-align: center
}

.section-heading p {
    font-size: 14px
}

.section-heading p b {
    color: #567d2c
}

h1 {
    font-weight: 300;
    font-size: 2.5em
}

h2 {
    font-size: 1.7em
}

h4 {
    font-size: 1.2em
}

h6 {
    font-size: 1em
}

h3, h6 {
    text-transform: uppercase;
    font-family: Open Sans
}

h3 {
    font-size: 2.5em;
    padding-bottom: 5px;
    position: relative
}

p {
    font-size: 16px;
    color: #777;
    line-height: 1.66em
}

button.dots {
    width: 60px;
    height: 30px;
    border: none;
    background: transparent;
    position: relative;
    cursor: pointer;
    margin: 50px
}

button.dots:focus {
    outline: none
}

button.dots.dots:after, button.dots.dots:before, button.dots.dots span {
    width: 100%;
    height: 20%;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    position: absolute;
    left: 0;
    background: #fff;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    left: 1%;
    right: 1%;
    margin: 0 auto
}

button.dots.dots:after, button.dots.dots:before {
    content: ""
}

button.dots.dots:after {
    top: -10%;
    margin-top: 0
}

button.dots.dots:before {
    bottom: -10%;
    margin-bottom: 0
}

button.dots.dots span {
    top: 50%;
    margin-top: -2px
}

button.dots.dots.on:after {
    -webkit-transform: rotate(135deg) translate(10px, -11px);
    -ms-transform: rotate(135deg) translate(10px, -11px);
    transform: rotate(135deg) translate(10px, -11px);
    width: 100%
}

button.dots.dots.on:before {
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
    bottom: 50%;
    margin-bottom: -3px;
    width: 100%
}

button.dots.dots.on span {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg)
}

.mobile-link-logo {
    display: none;
    width: 100px;
    margin: 30px;
    float: right
}

@media only screen and (max-width: 1200px) {
    .container {
        min-width: auto;
        width: calc(100% - 40px)
    }

    h1 {
        font-size: 2em
    }

    header .dots {
        display: block;
        position: absolute;
        top: 65px;
        right: 20px;
        margin: 0
    }

    header .header-heading p {
        font-size: 1em
    }

    header .header-menu {
        position: fixed;
        width: 100vw;
        height: 100vh;
        top: 0;
        left: 100vw;
        background-color: #333;
        -webkit-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
        opacity: 0;
        z-index: 5
    }

    header .header-menu.active {
        left: 0;
        -webkit-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
        opacity: 1;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        overflow-y: scroll;
        overflow-x: hidden;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    header .header-menu.active .menu-list {
        margin-top: 50px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out
    }

    header .header-menu.active .menu-list > .list-item {
        color: #fff;
        padding: 0;
        font-size: 12px
    }

    header .header-menu.active .menu-list > .list-item:hover:before {
        display: none
    }

    header .header-menu.active .menu-list > .list-item a {
        color: #fff;
        padding: 10px
    }

    header .header-menu.active .menu-list > .list-item a.active {
        border-bottom: 2px solid #567d2c
    }

    header .header-menu.active .menu-list > .list-item:hover > .sub-menu {
        position: relative;
        display: none
    }

    header .header-menu.active .menu-list > .list-item .sub-menu.active {
        position: relative;
        display: block;
        width: 100%;
        top: 0
    }

    header .header-menu.active .menu-list > .list-item .sub-menu.active .list-item {
        padding: 0
    }

    header .header-menu.active .menu-list > .list-item .sub-menu.active .list-item a {
        font-size: .9em;
        padding: 10px;
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }

    header .header-menu.active .menu-list > .list-item .sub-menu.active .list-item:hover > .sub-menu {
        display: none;
        position: relative
    }

    header .header-menu.active .menu-list > .list-item .sub-menu.active .list-item .sub-menu.active {
        display: block;
        background-color: #474747;
        left: 0
    }

    header .header-menu.active .menu-list > .list-item .sub-menu.active .list-item .sub-menu.active .list-item {
        padding: 0
    }

    header .header-menu.active .menu-list .list-item.search {
        padding: 10px
    }

    header .header-menu.active .menu-list .list-item.search span {
        top: auto;
        bottom: 0
    }

    header .header-menu.active .menu-list .list-item.search span.hide {
        top: auto;
        bottom: -35px
    }

    header .header-menu.active .menu-list .list-item.search input {
        text-indent: 10px;
        padding: 5px 0
    }

    header .header-menu:after, header .header-menu:before {
        display: none
    }

    .archive_wrapper .publication-wrapper {
        grid-template-columns: repeat(4, 1fr)
    }

    header .header-menu .search.active form .screen-reader-text {
        bottom: -20px;
        color: #fff
    }

    header .header-menu .search.active:before {
        width: calc(100% - 10px)
    }

    header .header-menu .search form input {
        padding: 5px
    }

    header .header-menu .search form .screen-reader-text {
        bottom: 5px
    }
}

@media (max-width: 768px) {
    .archive_wrapper .publication-wrapper {
        grid-template-columns: repeat(2, 1fr)
    }

    .archive_wrapper .publication-wrapper .publication-item {
        width: calc(50% - 20px)
    }
}

@media (min-width: 320px) and (max-width: 480px) {
    .has-2-columns {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    h1 {
        font-size: 1.2em
    }

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

    header .header-menu:before {
        display: none
    }

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

    header .header-heading h1, header .header-heading p {
        width: 90%
    }

    header .header-toolbar .toolbar-contacts {
        font-size: 12px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    header .header-toolbar .toolbar-contacts .list-item {
        margin-right: 5px
    }

    .has-2-columns, .main-info .rubric-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    footer {
        padding: 10px 20px;
        height: 70px
    }

    .btn-up {
        bottom: 90px;
        z-index: 10
    }

    button.dots {
        width: 40px;
        height: 20px
    }

    button.dots.dots.on:before {
        margin-bottom: -3px
    }

    button.dots.dots.on:after {
        -webkit-transform: rotate(135deg) translate(10px, -7px);
        -ms-transform: rotate(135deg) translate(10px, -7px);
        transform: rotate(135deg) translate(10px, -7px)
    }

    .form-wrapper .form .contacts-info {
        width: 100%;
        margin-bottom: 20px
    }

    .form-wrapper .form .contacts-callback .input-wrapper input {
        width: 100%
    }

    .form-wrapper .form .mapdiv {
        height: 300px
    }

    .my-gallery {
        grid-template-columns: repeat(1, 1fr)
    }

    .data .data-table tbody tr td {
        font-size: 14px;
        padding: 5px;
        word-break: break-word
    }

    .data .data-table tbody tr td p {
        font-size: 14px
    }

    .law {
        padding: 30px 20px
    }

    .archive_wrapper .publication-wrapper {
        grid-template-columns: 1fr
    }

    .archive_wrapper .publication-wrapper .publication-item {
        width: 100%;
        height: 500px
    }

    .archive_wrapper .publication-wrapper .publication-item img {
        height: calc(100% - 65px)
    }

    .preloader {
        padding: 30px
    }

    .number-wrapper .chapter-row .chapter-info {
        grid-template-columns: 45px 1fr 100px
    }

    .number-wrapper .chapter-row .chapter-info .chapter-title {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-size: 14px;
        padding: 10px 15px
    }

    .number-wrapper .chapter-row .chapter-body p {
        font-size: 14px
    }

    .archive_wrapper .arichive-years-list {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

#done {
    display: block;
    font-weight: 700;
    text-align: right
}

/*# sourceMappingURL=style.bundle.css.map*/