@charset 'UTF-8';

/**
 * Шрифты
 **/

@font-face {
    font-family: 'SFUIDisplay';
    font-weight: 300;
    font-style: normal;

    src: url('../fonts/SFUIDisplay-Light.woff2') format('woff2'), url('../fonts/SFUIDisplay-Light.woff') format('woff'), url('../fonts/SFUIDisplay-Light.ttf') format('truetype');
}

@font-face {
    font-family: 'SFUIDisplay';
    font-weight: 400;
    font-style: normal;

    src: url('../fonts/SFUIDisplay-Regular.woff2') format('woff2'), url('../fonts/SFUIDisplay-Regular.woff') format('woff'), url('../fonts/SFUIDisplay-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'SFUIDisplay';
    font-weight: 700;
    font-style: normal;

    src: url('../fonts/SFUIDisplay-Bold.woff2') format('woff2'), url('../fonts/SFUIDisplay-Bold.woff') format('woff'), url('../fonts/SFUIDisplay-Bold.ttf') format('truetype');
}

/**
 * Сброс стилей
 **/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;

    vertical-align: baseline;

    border: 0;

    font-size: 100%;
}

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

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-spacing: 0;

    border-collapse: collapse;
}

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

input {
    outline: 0;
}

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

.paginate-links:before,
.paginate-links:after {
    display: table;
    clear: both;

    content: '';
}

a {
    cursor: pointer;
    text-decoration: underline;

    color: #326ab3;
    outline: 0;
}

a:hover {
    text-decoration: none;

    color: #3065ab;
}

.paginate-links > ul {
    position: relative;
    right: 50%;

    float: right;
}

.paginate-links > ul > li {
    position: relative;
    left: 50%;

    float: left;
}

.img-responsive,
.cameras-slider .slide .entry img,
.zoom-image img,
.related-articles ul li .thumb a img {
    display: block;

    width: 100%;
    height: auto;
}

.i-btn,
input[type='submit'],
input[type='button'],
button[type='submit'],
button[type='button'],
.popover-menu .menu li .btn,
.i-txt,
textarea,
input[type='text'],
input[type='password'],
input[type='number'],
input[type='tel'],
input[type='email'],
select,
.popover-search .form-wrap form input[type='text'] {
    display: inline-block;

    margin: 0;
    padding: 0;

    border: 0;
    border-radius: 0;
    outline: 0;
    background: none;

    font-family: inherit;
}

.i-btn,
input[type='submit'],
input[type='button'],
button[type='submit'],
button[type='button'],
.popover-menu .menu li .btn {
    cursor: pointer;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
    text-align: center;
}

.lang-switcher,
.lang-switcher * {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/**
 * Основные стили
 **/

html {
    height: 100%;
}

body {
    width: 100%;
    height: 100%;

    color: #000;
    background: #fff;

    font: 14px 'SFUIDisplay', Arial, sans-serif;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body.modal-open,
body.no-scroll {
    overflow: hidden;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/**
 * Основные стили
 **/

a.phone-num {
    text-decoration: none;

    color: inherit;
}

a.phone-num:hover {
    text-decoration: underline;

    color: #3065ab;
}

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

.is-upper {
    text-transform: uppercase;
}

.nowrap {
    white-space: nowrap;
}

.is-text-blue {
    color: #326ab3 !important;
}

.is-text-orange {
    color: #e98900 !important;
}

.hide {
    display: none;
}

.modal {
    position: fixed;
    z-index: 1050;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    display: none;
    -webkit-overflow-scrolling: touch;

    outline: 0;
}

.modal.fade .modal-dialog {
    -webkit-transition: opacity .3s ease-out, -webkit-transform .3s ease-out;
    transition: opacity .3s ease-out, -webkit-transform .3s ease-out;
    transition: transform .3s ease-out, opacity .3s ease-out;
    transition: transform .3s ease-out, opacity .3s ease-out, -webkit-transform .3s ease-out;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    opacity: 0;
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);

    opacity: 1;
}

.modal-dialog {
    position: relative;

    width: auto;
    margin: 10px;
}

.modal-content {
    position: relative;

    padding: 15px;

    outline: 0;
    background-color: #fff;
    background-clip: padding-box;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}

.modal-backdrop {
    position: fixed;
    z-index: 1040;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    background-color: #fff;
}

.modal-backdrop.fade {
    opacity: 0;

    filter: alpha(opacity=0);
}

.modal-backdrop.in {
    opacity: .75;

    filter: alpha(opacity=75);
}

.modal-close {
    position: absolute;
    top: 6px;
    right: 6px;

    width: 24px;
    height: 24px;

    cursor: pointer;
    text-indent: -9999px;

    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyMS4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCAyNCAyNCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjQgMjQ7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+DQoJLnN0MHtmaWxsOiMzMjZBQjM7fQ0KPC9zdHlsZT4NCjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0xMy4zLDEyTDIzLjcsMS41YzAuMy0wLjMsMC4zLTAuOSwwLTEuM2MtMC4zLTAuMy0wLjktMC4zLTEuMywwTDEyLDEwLjdMMS41LDAuM2MtMC4zLTAuMy0wLjktMC4zLTEuMywwDQoJcy0wLjMsMC45LDAsMS4zTDEwLjcsMTJMMC4zLDIyLjVjLTAuMywwLjMtMC4zLDAuOSwwLDEuM0MwLjQsMjMuOSwwLjcsMjQsMC45LDI0czAuNS0wLjEsMC42LTAuM0wxMiwxMy4zbDEwLjUsMTAuNQ0KCWMwLjIsMC4yLDAuNCwwLjMsMC42LDAuM3MwLjUtMC4xLDAuNi0wLjNjMC4zLTAuMywwLjMtMC45LDAtMS4zTDEzLjMsMTJ6Ii8+DQo8L3N2Zz4NCg==) no-repeat center center;
    background-size: 16px;
}

/**
 * Сетка
 **/

.l-container {
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 8px;
    padding-left: 8px;
}

/**
 * Поля ввода
 **/

.i-txt,
textarea,
input[type='text'],
input[type='password'],
input[type='number'],
input[type='tel'],
input[type='email'],
select {
    display: inline-block;

    width: 100%;
    height: 30px;
    padding: 0 1em;

    -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;

    color: #000;
    border: 1px solid #bfbfbf;
    background-color: #fff;
    -webkit-box-shadow: inset 0 2px 10px 0 rgba(0, 0, 0, .15);
    box-shadow: inset 0 2px 10px 0 rgba(0, 0, 0, .15);

    font: 16px 'SFUIDisplay', Arial, sans-serif;
}

.i-txt:hover,
textarea:hover,
input[type='text']:hover,
input[type='password']:hover,
input[type='number']:hover,
input[type='tel']:hover,
input[type='email']:hover,
select:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.i-txt:focus,
textarea:focus,
input[type='text']:focus,
input[type='password']:focus,
input[type='number']:focus,
input[type='tel']:focus,
input[type='email']:focus,
select:focus {
    border-color: #326ab3;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.i-txt.is-sm,
textarea.is-sm,
input[type='text'].is-sm,
input[type='password'].is-sm,
input[type='number'].is-sm,
input[type='tel'].is-sm,
input[type='email'].is-sm,
select.is-sm {
    height: 30px;
}

input[type='number'] {
    -moz-appearance: textfield;
}

input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
    margin: 0;

    -webkit-appearance: none;
}

textarea {
    height: 75px;
    padding-top: 7px;

    resize: none;
}

/**
 * Кнопки
 **/

.i-btn,
input[type='submit'],
input[type='button'],
button[type='submit'],
button[type='button'] {
    padding: 14px 45px;

    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    text-decoration: none;
    text-transform: uppercase;

    color: #fff;
    border-radius: 24px;
    background: #326ab3;

    font: 18px/20px 'SFUIDisplay', Arial, sans-serif;
}

.i-btn:hover,
.i-btn:active,
input[type='submit']:hover,
input[type='submit']:active,
input[type='button']:hover,
input[type='button']:active,
button[type='submit']:hover,
button[type='submit']:active,
button[type='button']:hover,
button[type='button']:active {
    color: #fff;
    background-color: #2c5e9f;
}

/**
 * select
 **/

select {
    position: relative;

    padding-right: -webkit-calc(1em + 35px);
    padding-right:         calc(1em + 35px);

    background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iQ2FwYV8xIiBkYXRhLW5hbWU9IkNhcGEgMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgMjAgMTAiPjxkZWZzPjxzdHlsZT4uY2xzLTF7ZmlsbDojZTk4OTAwO308L3N0eWxlPjwvZGVmcz48dGl0bGU+0JzQvtC90YLQsNC20L3QsNGPINC+0LHQu9Cw0YHRgtGMIDE8L3RpdGxlPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTEuOTEuMjJBLjc2Ljc2LDAsMCwwLC44NS4yMmEuNzQuNzQsMCwwLDAsMCwxLjA1TDkuNDcsOS43OGEuNzYuNzYsMCwwLDAsMS4wNywwbDguNjItOC41MWEuNzQuNzQsMCwwLDAsMC0xLjA1Ljc2Ljc2LDAsMCwwLTEuMDcsMEwxMCw4WiIvPjwvc3ZnPg==);
    background-repeat: no-repeat;
    background-position: center right 10px;
    background-size: 20px 10px;

    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

select ::-ms-expand {
    display: none;
}

/**
 * Общий контейнер сайта
 **/

.site-container {
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}

.modal-open .site-container,
.site-container.is-blur {
    /*
            filter: blur(50px);
    opacity: 0.9;
            transition-delay: 0.15s;
    */
}

/**
 * Главное меню
 **/

@-webkit-keyframes animate-site-nav {
    from {
        -webkit-transform: translateY(-100px);
        transform: translateY(-100px);

        opacity: 0;
    }

    to {
        -webkit-transform: none;
        transform: none;

        opacity: 1;
    }
}

@keyframes animate-site-nav {
    from {
        -webkit-transform: translateY(-100px);
        transform: translateY(-100px);

        opacity: 0;
    }

    to {
        -webkit-transform: none;
        transform: none;

        opacity: 1;
    }
}

.site-nav-wrap {
    position: relative;
    z-index: 999;

    -webkit-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    transform: translateY(-100px);
    -webkit-animation-name: animate-site-nav;
    animation-name: animate-site-nav;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;

    opacity: 0;

    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.site-nav-wrap.is-fixed {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;

    width: 100%;
}

.site-nav {
    position: relative;
    z-index: 0;

    padding: 10px 0 15px;

    color: #fff;
    background: url(data:image/svg+xml;base64,PHN2ZyBpZD0i0KHQu9C+0LlfMSIgZGF0YS1uYW1lPSLQodC70L7QuSAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0NyAxNTAiPjxkZWZzPjxzdHlsZT4uY2xzLTF7ZmlsbDojMzI2YWIzO308L3N0eWxlPjwvZGVmcz48dGl0bGU+0JzQvtC90YLQsNC20L3QsNGPINC+0LHQu9Cw0YHRgtGMIDE8L3RpdGxlPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTAsMFYxNDAuN2M2LjI3LDAsOS40MywyLjQ0LDEyLjQ4LDQuODFTMTguMjcsMTUwLDI0LDE1MHM4LjU0LTIuMTgsMTEuNTItNC40OVM0MS4zOSwxNDEsNDcsMTQwLjcyVjBaIi8+PC9zdmc+) repeat-x center bottom;
    background-size: 47px 150px;
}

.site-nav .container {
    position: relative;
    z-index: 2;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.site-nav .logo {
    position: absolute;
    top: 50%;
    left: 0;

    visibility: hidden;

    width: 100px;
    height: 33px;

    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    -webkit-transform: translateY(-54%);
    -ms-transform: translateY(-54%);
    transform: translateY(-54%);
    text-indent: -9999px;

    opacity: 0;
    background: url('../images/logo.white.svg') no-repeat center center;
    background-size: 100%;
}

.site-nav .nav-toggle {
    display: inline-block;
    flex: 0 0 auto;

    width: 32px;
    height: 32px;

    cursor: pointer;
    text-indent: -9999px;

    background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiNmZmY7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT7QnNC+0L3RgtCw0LbQvdCw0Y8g0L7QsdC70LDRgdGC0YwgMTwvdGl0bGU+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNNCwxMEgyOGEyLDIsMCwxLDAsMC00SDRhMiwyLDAsMSwwLDAsNFptMjQsNEg0YTIsMiwwLDAsMCwwLDRIMjhhMiwyLDAsMCwwLDAtNFptMCw4SDRhMiwyLDAsMCwwLDAsNEgyOGEyLDIsMCwwLDAsMC00WiIvPjwvc3ZnPg==) no-repeat center center;

    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
}

.site-nav .menu-wrap {
    display: none;

    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.site-nav .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    font-size: 16px;
    font-weight: 300;
    line-height: 20px;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.site-nav .menu a {
    display: block;

    text-decoration: none;

    color: inherit;
}

.site-nav .menu > li {
    position: relative;

    flex: 1 1 auto;

    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;

    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
}

.site-nav .menu > li > a {
    position: relative;
    z-index: 2;

    padding: 15px 10px 25px;

    -webkit-transition: border-color .15s ease-in-out;
    transition: border-color .15s ease-in-out;
    text-align: center;
    white-space: nowrap;
    /*
                    border: 1px solid transparent;

                    &:hover {
                            border-bottom-color: $clr-white;
                    }
    */
}

.site-nav .menu > li.hover > a,
.site-nav .menu > li:hover > a {
    background: #fff;
}

.site-nav .menu > li ul {
    position: absolute;
    z-index: -1;
    top: 100%;
    left: 0;

    visibility: hidden;

    min-width: 100%;
    margin-top: -9px;
    padding: 30px 0 35px;

    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;

    opacity: 0;
    color: #000;
    border-bottom: 6px solid;
    border-left: 1px solid #eaf3ff;
    background: #fafafa;

    font-size: 13px;
    line-height: 1.1;
}

.site-nav .menu > li ul li {
    margin-top: 10px;
}

.site-nav .menu > li ul li:first-child {
    margin-top: 0;
}

.site-nav .menu > li ul li a {
    padding: 0 10px;
}

.site-nav .menu > li ul li a:hover {
    text-decoration: underline;
}

.site-nav .menu > li:first-child ul {
    border-left: 0;
}

.site-nav .menu > li:hover ul {
    background: #fff;
}

.site-nav .menu > li.is-blue ul,
.site-nav .menu > li.is-blue:hover > a {
    color: #326ab3;
}

.site-nav .menu > li.is-green ul,
.site-nav .menu > li.is-green:hover > a {
    color: #3b9400;
}

.site-nav .menu > li.is-orange ul,
.site-nav .menu > li.is-orange:hover > a {
    color: #e98900;
}

.site-nav .menu > li.is-red ul,
.site-nav .menu > li.is-red:hover > a {
    color: #e95229;
}

.site-nav .menu:hover > li ul {
    visibility: visible;

    opacity: 1;
}

.site-nav.has-logo .logo {
    visibility: visible !important;

    -webkit-transition-delay: .25s;
    transition-delay: .25s;

    opacity: 1 !important;
}

.site-nav.has-logo .menu-wrap {
    padding-left: 120px;

    -webkit-transition-delay: 0;
    transition-delay: 0;
}

/**
 * Выпадающее меню
 **/

.site-popover-menu {
    position: fixed;
    z-index: 998;
    top: 0;
    left: 0;

    visibility: hidden;

    width: 100%;

    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: center top;
    -ms-transform-origin: center top;
    transform-origin: center top;

    opacity: 0;
    background: #fff;
    -webkit-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, .25);
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, .25);
}

.site-popover-menu.is-active {
    visibility: visible;

    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);

    opacity: 1;
}

.site-popover-menu .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.site-popover-menu .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.site-popover-menu .menu a {
    text-decoration: none;

    color: inherit;
}

.site-popover-menu .menu a:hover {
    text-decoration: underline;
}

.site-popover-menu .menu > li {
    position: relative;

    flex: 0 0 auto;

    padding-top: 75px;

    border-bottom: 6px solid transparent;

    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
}

.site-popover-menu .menu > li:before {
    position: absolute;
    top: 0;
    left: 0;

    width: 1px;
    height: 100%;

    content: '';

    background: #eaf3ff;
}

.site-popover-menu .menu > li:first-child:before {
    display: none;
}

.site-popover-menu .menu > li.is-blue {
    color: #326ab3;
}

.site-popover-menu .menu > li.is-green {
    color: #3b9400;
}

.site-popover-menu .menu > li.is-orange {
    color: #e98900;
}

.site-popover-menu .menu > li.is-red {
    color: #e95229;
}

.site-popover-menu .menu > li.is-blue.hover,
.site-popover-menu .menu > li.is-blue:hover {
    border-bottom-color: #326ab3;
}

.site-popover-menu .menu > li.is-green.hover,
.site-popover-menu .menu > li.is-green:hover {
    border-bottom-color: #3b9400;
}

.site-popover-menu .menu > li.is-orange.hover,
.site-popover-menu .menu > li.is-orange:hover {
    border-bottom-color: #e98900;
}

.site-popover-menu .menu > li.is-red.hover,
.site-popover-menu .menu > li.is-red:hover {
    border-bottom-color: #e95229;
}

.site-popover-menu .menu > li ul {
    padding: 0 5px 50px 5px;
}

.site-popover-menu .menu > li ul li {
    margin-top: .75em;
}

.site-popover-menu .menu > li ul li:first-child {
    margin-top: 0;
}

/**
 * Шапка сайта
 **/

.site-header {
    position: relative;
    z-index: 995;

    padding: 20px 0 10px;
    /**
* Шапка. Правая часть
**/
}

.site-header .headline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    padding-right: 16px;
}

.site-header .headline .logo {
    display: none;
    flex: 0 0 auto;

    width: 245px;
    height: 104px;
    margin-right: 20px;

    text-indent: -9999px;

    background: url('../images/logo.svg') no-repeat center center;
    background-size: 100%;

    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
}

.site-header .headline .description .title {
    margin-bottom: .25em;

    font-size: 17px;
    line-height: 1.15;
}

.site-header .headline .description .weather {
    display: none;
}

.site-header .headline .description .weather li {
    flex: 0 0 auto;

    margin-left: 40px;
    padding: .35em 0 .35em 16px;

    border-left: 1px solid #808080;

    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
}

.site-header .headline .description .weather li:first-child {
    margin-left: 0;
    padding-left: 0;

    border-left: 0;
}

.site-header .headline .description .weather li .day {
    margin-bottom: .35em;

    opacity: .75;

    font-size: 15px;
}

.site-header .headline .description .weather li .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    font-size: 20px;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.site-header .headline .description .weather li .info .t,
.site-header .headline .description .weather li .info img {
    flex: 0 0 auto;

    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
}

.site-header .headline .description .weather li .info img {
    margin-left: 10px;
}

.site-header .options {
    margin-top: 10px;
}

.site-header .options .options-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.site-header .options .options-top .socials,
.site-header .options .options-top .lang {
    flex: 0 0 auto;

    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
}

.site-header .options .options-top .socials {
    padding: 10px 25px 10px 0;
}

.site-header .options .options-top .lang {
    padding-left: 15px;
}

.site-header .options .options-bottom {
    padding-top: 10px;
}

.site-header .options .options-bottom .operations {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    white-space: nowrap;

    -webkit-box-align: middle;
    -ms-flex-align: middle;
    align-items: middle;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.site-header .options .options-bottom .operations li {
    margin-left: 20px;
}

.site-header .options .options-bottom .operations li:first-child {
    margin-left: 0;
}

.site-header .options .options-bottom .operations li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    text-decoration: none;

    opacity: .75;
    color: inherit;

    -webkit-box-align: middle;
    -ms-flex-align: middle;
    align-items: middle;
}

.site-header .options .options-bottom .operations li a:before {
    display: inline-block;

    content: '';
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;

    background-repeat: no-repeat;
    background-position: center center;

    -webkit-filter: grayscale(100%) brightness(0);
    filter: grayscale(100%) brightness(0);
}

.site-header .options .options-bottom .operations li a span {
    display: none;

    padding-left: 10px;

    font-size: 16px;
    font-weight: 300;
    line-height: 32px;
}

.site-header .options .options-bottom .operations li:hover a {
    opacity: 1;
    color: #326ab3;
}

.site-header .options .options-bottom .operations li:hover a:before {
    -webkit-filter: grayscale(0) brightness(1);
    filter: grayscale(0) brightness(1);
}

.site-header .options .options-bottom .operations li.atlas a:before {
    width: 34px;
    height: 32px;

    background-image: url('../images/icons/atlas.svg');
}

.site-header .options .options-bottom .operations li.search a:before {
    width: 32px;
    height: 32px;

    background-image: url('../images/icons/search.svg');
}

.site-header .options .options-bottom .operations li.auth a:before {
    width: 32px;
    height: 32px;

    background-image: url('../images/icons/auth.svg');
}

/**
 * Средняя часть сайта
 **/

.site-middle {
    padding: 20px 0 0 0;
}

.site-middle.is-inner {
    padding-bottom: 40px;
}

/**
 * Подвал сайта
 **/

.site-footer {
    position: relative;

    padding: 45px 0 30px;

    color: #fff;
    background: #007ec1;
}

.site-footer a {
    color: inherit;
}

.site-footer .nav-area .logo {
    display: inline-block;
    display: block;
    flex: 0 0 auto;

    width: 150px;
    height: 50px;
    margin-right: 40px;

    text-indent: -9999px;

    background: url('../images/logo.white.svg') no-repeat center center;
    background-size: 100%;

    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
}

.site-footer .nav-area .menu {
    font-size: 16px;
}

.site-footer .nav-area .menu a {
    text-decoration: none;
}

.site-footer .nav-area .menu a:hover {
    text-decoration: underline;
}

.site-footer .nav-area .menu > li {
    margin-bottom: 16px;
}

.site-footer .nav-area .menu > li:not(:last-child) {
    padding-right: 24px;
}

.site-footer .nav-area .menu > li > a {
    font-size: 16px;
    font-weight: 700;
}

.site-footer .nav-area .menu > li ul {
    margin-top: .5em;
}

.site-footer .nav-area .menu > li ul li {
    margin-top: .25em;
}

.site-footer .nav-area .menu > li ul li:first-child {
    margin-top: 0;
}

.site-footer .info-area {
    margin-top: 32px;
}

.site-footer .info-area .col1 p {
    margin-top: 1em;
}

.site-footer .info-area .col1 p:first-child {
    margin-top: 0;
}

.site-footer .info-area .col2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin-top: 16px;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.site-footer .info-area .col2 .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.site-footer .info-area .col2 .menu li {
    margin-left: 1.5em;
}

.site-footer .info-area .col2 .menu li:first-child {
    margin-left: 0;
}

/**
 * Всплывающее меню
 **/

.popover-menu-overlay {
    position: fixed;
    z-index: 1999;
    top: 0;
    left: 0;

    display: none;

    width: 100%;
    height: 100%;

    background: rgba(255, 255, 255, .75);
}

.popover-menu {
    position: fixed;
    z-index: 2000;
    top: 0;
    left: 0;

    visibility: hidden;
    overflow-y: auto;

    width: 280px;
    height: 100%;
    padding-top: 40px;

    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);

    opacity: .5;
    color: #fff;
    background: #326ab3;
}

.popover-menu.active {
    visibility: visible;

    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);

    opacity: 1;
}

.popover-menu .close {
    position: absolute;
    top: 10px;
    right: 10px;

    width: 24px;
    height: 24px;

    cursor: pointer;
    -webkit-transition: opacity .15s ease-in-out;
    transition: opacity .15s ease-in-out;

    opacity: .75;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyMS4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCAyNCAyNCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjQgMjQ7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+DQoJLnN0MHtmaWxsOiNGRkZGRkY7fQ0KPC9zdHlsZT4NCjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0xMy4zLDEyTDIzLjcsMS41YzAuMy0wLjMsMC4zLTAuOSwwLTEuM2MtMC4zLTAuMy0wLjktMC4zLTEuMywwTDEyLDEwLjdMMS41LDAuM2MtMC4zLTAuMy0wLjktMC4zLTEuMywwDQoJcy0wLjMsMC45LDAsMS4zTDEwLjcsMTJMMC4zLDIyLjVjLTAuMywwLjMtMC4zLDAuOSwwLDEuM0MwLjQsMjMuOSwwLjcsMjQsMC45LDI0czAuNS0wLjEsMC42LTAuM0wxMiwxMy4zbDEwLjUsMTAuNQ0KCWMwLjIsMC4yLDAuNCwwLjMsMC42LDAuM3MwLjUtMC4xLDAuNi0wLjNjMC4zLTAuMywwLjMtMC45LDAtMS4zTDEzLjMsMTJ6Ii8+DQo8L3N2Zz4NCg==) no-repeat center center;
    background-size: 16px;
}

.popover-menu .close:hover {
    opacity: 1;
}

.popover-menu .content {
    overflow-y: auto;
}

.popover-menu .menu {
    margin-top: 16px;

    color: inherit;

    font-size: 18px;
}

.popover-menu .menu:first-child {
    margin-top: 0;
}

.popover-menu .menu li {
    position: relative;

    border-top: 1px solid rgba(255, 255, 255, .1);
}

.popover-menu .menu li:first-child {
    border-top: 0;
}

.popover-menu .menu li a {
    display: block;

    padding: .5em 42px .5em 10px;

    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    text-decoration: none;

    color: inherit;

    line-height: 16px;
}

.popover-menu .menu li a:hover {
    background: rgba(255, 255, 255, .1);
}

.popover-menu .menu li .btn {
    position: absolute;
    top: 0;
    right: 0;

    width: 32px;
    height: 32px;
}

.popover-menu .menu li .btn > span {
    display: block;

    width: 0;
    height: 0;
    margin-left: 12px;

    -webkit-transition: margin .15s ease-in-out, -webkit-transform .15s ease-in-out;
    transition: margin .15s ease-in-out, -webkit-transform .15s ease-in-out;
    transition: margin .15s ease-in-out, transform .15s ease-in-out;
    transition: margin .15s ease-in-out, transform .15s ease-in-out, -webkit-transform .15s ease-in-out;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);

    border: 8px solid transparent;
    border-left-color: #fff;
}

.popover-menu .menu li.active > .btn > span {
    margin-left: 7px;

    -webkit-transform: rotate(90deg) translateX(80%);
    -ms-transform: rotate(90deg) translateX(80%);
    transform: rotate(90deg) translateX(80%);
}

.popover-menu .menu li ul {
    display: none;

    padding-bottom: 10px;
    padding-left: 20px;

    font-size: 16px;
}

/**
 * Всплывающая форма поиска
 **/

.popover-search {
    position: fixed;
    z-index: 8000;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    visibility: hidden;

    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;

    opacity: 0;
}

.popover-search .overlay {
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    text-indent: -9999px;

    background: rgba(255, 255, 255, .75);
}

.popover-search .form-wrap {
    position: absolute;
    top: 50%;
    left: 0;

    width: 100%;
    padding: 0 30px;

    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.popover-search .form-wrap form {
    position: relative;

    display: block;

    max-width: 960px;
    margin: 0 auto;
    padding-top: 40px;

    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
    -webkit-transform: translateY(-200%) scale(.5);
    -ms-transform: translateY(-200%) scale(.5);
    transform: translateY(-200%) scale(.5);

    opacity: 0;
}

.popover-search .form-wrap form .close {
    position: absolute;
    z-index: 1;
    top: 0;
    right: -12px;

    width: 24px;
    height: 24px;

    content: '';
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    text-indent: -9999px;

    opacity: .75;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyMS4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCAyNCAyNCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjQgMjQ7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+DQoJLnN0MHtmaWxsOiMzMjZBQjM7fQ0KPC9zdHlsZT4NCjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0xMy4zLDEyTDIzLjcsMS41YzAuMy0wLjMsMC4zLTAuOSwwLTEuM2MtMC4zLTAuMy0wLjktMC4zLTEuMywwTDEyLDEwLjdMMS41LDAuM2MtMC4zLTAuMy0wLjktMC4zLTEuMywwDQoJcy0wLjMsMC45LDAsMS4zTDEwLjcsMTJMMC4zLDIyLjVjLTAuMywwLjMtMC4zLDAuOSwwLDEuM0MwLjQsMjMuOSwwLjcsMjQsMC45LDI0czAuNS0wLjEsMC42LTAuM0wxMiwxMy4zbDEwLjUsMTAuNQ0KCWMwLjIsMC4yLDAuNCwwLjMsMC42LDAuM3MwLjUtMC4xLDAuNi0wLjNjMC4zLTAuMywwLjMtMC45LDAtMS4zTDEzLjMsMTJ6Ii8+DQo8L3N2Zz4NCg==) no-repeat 0 0;
}

.popover-search .form-wrap form .close:hover {
    opacity: 1;
}

.popover-search .form-wrap form .form-fields {
    position: relative;

    -webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .25);
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .25);
}

.popover-search .form-wrap form input[type='text'] {
    width: 100%;
    height: 60px;
    padding: 0 50px 0 20px;

    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;

    color: #000;
    border: 0;
    border-radius: 0;
    background: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;

    font: 24px 'SFUIDisplay', Arial, sans-serif;
}

.popover-search .form-wrap form button[type='submit'],
.popover-search .form-wrap form input[type='submit'] {
    position: absolute;
    z-index: 1;
    top: 50%;
    right: 10px;

    width: 48px;
    height: 48px;
    margin: 0;
    padding: 0;

    content: '';
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);

    opacity: .25;
    background: url('../images/icons/search.svg') no-repeat center center;
    background-size: 32px;

    -webkit-filter: grayscale(100%) brightness(0);
    filter: grayscale(100%) brightness(0);
}

.popover-search .form-wrap form button[type='submit']:hover,
.popover-search .form-wrap form input[type='submit']:hover {
    opacity: 1;

    -webkit-filter: none;
    filter: none;
}

.popover-search.active {
    visibility: visible;

    opacity: 1;
}

.popover-search.active .form-wrap form {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;

    opacity: 1;
}

/**
 * Форма авторизации
 **/

.auth-form .form-title {
    margin-bottom: 20px;

    text-align: center;
    text-transform: uppercase;

    font-size: 24px;
}

.auth-form .form-row,
.auth-form .form-operations,
.auth-form .form-submit {
    margin-top: 20px;
}

.auth-form .form-row:first-child,
.auth-form .form-operations:first-child,
.auth-form .form-submit:first-child {
    margin-top: 0;
}

.auth-form .form-operations li {
    margin-top: .35em;
}

.auth-form .form-operations li:first-child {
    margin-top: 0;
}

.auth-form .form-submit {
    text-align: center;
}

/**
 * Страничная навигация
 **/

.paginate-links {
    margin-top: 16px;

    text-align: center;

    font-size: 18px;
}

.paginate-links > ul li {
    margin: 0 10px;
}

.paginate-links > ul a,
.paginate-links > ul span {
    display: block;

    border-radius: 50%;

    line-height: 32px;
}

.paginate-links > ul a {
    text-decoration: none;

    color: #326ab3;
}

.paginate-links > ul a:hover {
    text-decoration: underline;
}

.paginate-links > ul .prev,
.paginate-links > ul .next {
    padding: 7px 0;
}

.paginate-links > ul .prev a,
.paginate-links > ul .next a {
    width: 13px;
    height: 24px;

    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    -webkit-transform: translateY(-.2em);
    -ms-transform: translateY(-.2em);
    transform: translateY(-.2em);
    text-indent: -9999px;

    opacity: .85;
    background-repeat: no-repeat;
    background-size: 100%;
}

.paginate-links > ul .prev a:hover,
.paginate-links > ul .next a:hover {
    opacity: 1;
}

.paginate-links > ul .prev {
    margin-right: 10px;
}

.paginate-links > ul .prev a {
    background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iQ2FwYV8xIiBkYXRhLW5hbWU9IkNhcGEgMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgMjYgNDgiPjxkZWZzPjxzdHlsZT4uY2xzLTF7ZmlsbDojMzI2YWIzO308L3N0eWxlPjwvZGVmcz48dGl0bGU+0JzQvtC90YLQsNC20L3QsNGPINC+0LHQu9Cw0YHRgtGMIDE8L3RpdGxlPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTUuMzUsMjQsMjUuMjgsMy4zYTIsMiwwLDAsMCwwLTIuNzMsMS45LDEuOSwwLDAsMC0yLjcsMEwuNzIsMjIuNjNhMiwyLDAsMCwwLDAsMi43M0wyMi41Nyw0Ny40M2ExLjksMS45LDAsMCwwLDIuNywwLDEuOTQsMS45NCwwLDAsMCwwLTIuNzNaIi8+PC9zdmc+);
}

.paginate-links > ul .next {
    margin-left: 10px;
}

.paginate-links > ul .next a {
    background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iQ2FwYV8xIiBkYXRhLW5hbWU9IkNhcGEgMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgMjYgNDgiPjxkZWZzPjxzdHlsZT4uY2xzLTF7ZmlsbDojMzI2YWIzO308L3N0eWxlPjwvZGVmcz48dGl0bGU+0JzQvtC90YLQsNC20L3QsNGPINC+0LHQu9Cw0YHRgtGMIDE8L3RpdGxlPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTS43Miw0NC43YTEuOTQsMS45NCwwLDAsMCwwLDIuNzMsMS45LDEuOSwwLDAsMCwyLjcsMEwyNS4yOCwyNS4zN2EyLDIsMCwwLDAsMC0yLjczTDMuNDMuNTdhMS45LDEuOSwwLDAsMC0yLjcsMCwyLDIsMCwwLDAsMCwyLjczTDIwLjY1LDI0WiIvPjwvc3ZnPg==);
}

.paginate-links > ul .current span {
    width: 32px;
    height: 32px;

    color: #fff;
    background: #326ab3;
}

.paginate-links > ul .dots {
    opacity: .5;
}

/**
 * ������ "������"
 */

.gotop-button {
    position: fixed;
    z-index: 500;
    right: 20px;
    bottom: 20px;

    visibility: hidden;

    padding: 16px;

    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    text-decoration: none;

    opacity: 0;
    color: #fff !important;
    background: #326ab3;
}

.gotop-button:before {
    display: block;

    width: 48px;
    height: 26px;
    margin: 0 auto .5em;

    content: '';

    background: #326ab3 url(data:image/svg+xml;base64,PHN2ZyBpZD0iQ2FwYV8xIiBkYXRhLW5hbWU9IkNhcGEgMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgNDggMjYiPjxkZWZzPjxzdHlsZT4uY2xzLTF7ZmlsbDojZmZmO308L3N0eWxlPjwvZGVmcz48dGl0bGU+0JzQvtC90YLQsNC20L3QsNGPINC+0LHQu9Cw0YHRgtGMIDE8L3RpdGxlPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTI0LDUuMzQsNDQuNywyNS4yN2EyLDIsMCwwLDAsMi43MywwLDEuOSwxLjksMCwwLDAsMC0yLjY5aDBMMjUuMzcuNzFhMiwyLDAsMCwwLTIuNzMsMEwuNTcsMjIuNTZhMS45LDEuOSwwLDAsMCwwLDIuNjloMGExLjk0LDEuOTQsMCwwLDAsMi43MywwWiIvPjwvc3ZnPg==) no-repeat center center;
}

.gotop-button.visible {
    visibility: visible;

    opacity: .5;
}

.gotop-button:hover {
    opacity: 1;
}

/**
 * Ссылки на соц.сети
 **/

.social-links {
    display: inline-block;
}

.social-links ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.social-links ul li {
    flex: 0 0 auto;

    margin-left: 15px;

    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
}

.social-links ul li:first-child {
    margin-left: 0;
}

.social-links ul li a {
    display: block;

    width: 22px;
    height: 22px;

    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    text-indent: -9999px;

    opacity: .5;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;

    -webkit-filter: grayscale(100%) brightness(0);
    filter: grayscale(100%) brightness(0);
}

.social-links ul li:hover a {
    opacity: 1;

    -webkit-filter: grayscale(0) brightness(1);
    filter: grayscale(0) brightness(1);
}

.social-links ul li.vkontakte a {
    background: url('../images/socials/vkontakte.svg');
}

.social-links ul li.instagram a {
    background: url('../images/socials/instagram.svg');
}

.social-links ul li.facebook a {
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyMS4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCAyNCAyNCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjQgMjQ7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+DQoJLnN0MHtmaWxsOiMzQjU5OTg7fQ0KPC9zdHlsZT4NCjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0xNy42LDcuOGgtMy44VjUuM2MwLTAuOSwwLjYtMS4yLDEuMS0xLjJjMC40LDAsMi43LDAsMi43LDBWMGwtMy43LDBjLTQuMSwwLTUsMy4xLTUsNXYyLjdINi40VjEyaDIuNA0KCWMwLDUuNCwwLDEyLDAsMTJoNWMwLDAsMC02LjYsMC0xMmgzLjRMMTcuNiw3Ljh6Ii8+DQo8L3N2Zz4NCg==);
}

.social-links ul li.twitter a {
    background: url('../images/socials/twitter.svg');
}

/**
 * Переключатель языка
 **/

.lang-switcher {
    position: relative;

    padding: 10px 0;

    white-space: nowrap;
}

.lang-switcher .active {
    position: relative;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    height: 24px;
    padding: 0 10px;

    cursor: pointer;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.lang-switcher .active img {
    display: block;
    flex: 0 0 auto;

    margin-right: 10px;

    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
}

.lang-switcher .active:after {
    flex: 0 0 auto;

    width: 0;
    height: 0;
    margin-top: 10px;

    content: '';
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;

    opacity: .75;
    border: 10px solid transparent;
    border-top-color: #326ab3;

    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
}

.lang-switcher .active:hover:after {
    opacity: 1;
}

.lang-switcher .dropdown {
    position: absolute;
    z-index: 100;
    top: 100%;
    right: 0;

    display: none;

    border: 1px solid #e4e4e4;
    background: #fff;
    -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .15);
}

.lang-switcher .dropdown li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    padding: .75em;

    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    text-decoration: none;

    color: inherit;
}

.lang-switcher .dropdown li a img,
.lang-switcher .dropdown li a span {
    flex: 0 0 auto;

    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
}

.lang-switcher .dropdown li a span {
    padding-left: .75em;
}

.lang-switcher .dropdown li:hover a {
    background: #f6f6f6;
}

/**
 * jQueryUI календарь
 **/

.ui-datepicker {
    display: none;

    padding: 16px;

    color: #fff;
    background: rgba(255, 255, 255, .35);
}

.ui-datepicker a {
    text-decoration: none;

    color: inherit;
}

.ui-datepicker .ui-datepicker-header {
    position: relative;

    text-align: center;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-title {
    margin-bottom: .5em;

    font-size: 24px;
    font-weight: 300;
    line-height: 26px;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-header .ui-datepicker-next {
    position: absolute;
    top: 50%;

    width: 12px;
    height: 20px;

    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-indent: -9999px;

    opacity: .75;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-prev:hover,
.ui-datepicker .ui-datepicker-header .ui-datepicker-next:hover {
    opacity: 1;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-prev.ui-state-disabled,
.ui-datepicker .ui-datepicker-header .ui-datepicker-next.ui-state-disabled {
    display: none;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
    left: 0;

    background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iQ2FwYV8xIiBkYXRhLW5hbWU9IkNhcGEgMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgMTIgMjAiPjxkZWZzPjxzdHlsZT4uY2xzLTF7ZmlsbDojZmZmO308L3N0eWxlPjwvZGVmcz48dGl0bGU+0JzQvtC90YLQsNC20L3QsNGPINC+0LHQu9Cw0YHRgtGMIDE8L3RpdGxlPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTIuODEsMTBsOC4zLTguNjNhLjgxLjgxLDAsMCwwLDAtMS4xNEEuNzkuNzksMCwwLDAsMTAsLjI0TC44OCw5LjQzYS44MS44MSwwLDAsMCwwLDEuMTRsOS4xLDkuMmEuNzkuNzksMCwwLDAsMS4xMywwLC44MS44MSwwLDAsMCwwLTEuMTRaIi8+PC9zdmc+);
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-next {
    right: 0;

    background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iQ2FwYV8xIiBkYXRhLW5hbWU9IkNhcGEgMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgMTIgMjAiPjxkZWZzPjxzdHlsZT4uY2xzLTF7ZmlsbDojZmZmO308L3N0eWxlPjwvZGVmcz48dGl0bGU+0JzQvtC90YLQsNC20L3QsNGPINC+0LHQu9Cw0YHRgtGMIDE8L3RpdGxlPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTS44OCwxOC42M2EuODEuODEsMCwwLDAsMCwxLjE0Ljc5Ljc5LDAsMCwwLDEuMTMsMGw5LjEtOS4yYS44MS44MSwwLDAsMCwwLTEuMTRMMiwuMjRBLjc5Ljc5LDAsMCwwLC44OC4yNGEuODEuODEsMCwwLDAsMCwxLjE0TDkuMTksMTBaIi8+PC9zdmc+);
}

.ui-datepicker .ui-datepicker-calendar {
    width: 100%;

    border-spacing: 5px;

    border-collapse: separate;

    font-size: 14px;
}

.ui-datepicker .ui-datepicker-calendar th,
.ui-datepicker .ui-datepicker-calendar td {
    width: 14.28571%;

    text-align: center;
}

.ui-datepicker .ui-datepicker-calendar th {
    padding-bottom: .5em;

    border-bottom: 1px solid rgba(255, 255, 255, .25);

    font-weight: 300;
}

.ui-datepicker .ui-datepicker-calendar td {
    font-size: 1.25em;
}

.ui-datepicker .ui-datepicker-calendar td .ui-state-default {
    display: block;

    padding: .5em 0;
}

.ui-datepicker .ui-datepicker-calendar td span.ui-state-default {
    opacity: .5;
}

.ui-datepicker .ui-datepicker-calendar td .ui-state-hover {
    background-color: rgba(255, 255, 255, .1);
}

.ui-datepicker .ui-datepicker-calendar td .ui-state-active {
    background-color: #326ab3;
}

/**
 * Кнопки Вперед/Назад lightSlider'а
 **/

.lightslider-prev,
.lightslider-next,
.cameras-slider .prev,
.cameras-slider .next {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
}

.lightslider-prev.is-blue {
    background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iQ2FwYV8xIiBkYXRhLW5hbWU9IkNhcGEgMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgMjYgNDgiPjxkZWZzPjxzdHlsZT4uY2xzLTF7ZmlsbDojMzI2YWIzO308L3N0eWxlPjwvZGVmcz48dGl0bGU+0JzQvtC90YLQsNC20L3QsNGPINC+0LHQu9Cw0YHRgtGMIDE8L3RpdGxlPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTUuMzUsMjQsMjUuMjgsMy4zYTIsMiwwLDAsMCwwLTIuNzMsMS45LDEuOSwwLDAsMC0yLjcsMEwuNzIsMjIuNjNhMiwyLDAsMCwwLDAsMi43M0wyMi41Nyw0Ny40M2ExLjksMS45LDAsMCwwLDIuNywwLDEuOTQsMS45NCwwLDAsMCwwLTIuNzNaIi8+PC9zdmc+);
}

.lightslider-next.is-blue {
    background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iQ2FwYV8xIiBkYXRhLW5hbWU9IkNhcGEgMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgMjYgNDgiPjxkZWZzPjxzdHlsZT4uY2xzLTF7ZmlsbDojMzI2YWIzO308L3N0eWxlPjwvZGVmcz48dGl0bGU+0JzQvtC90YLQsNC20L3QsNGPINC+0LHQu9Cw0YHRgtGMIDE8L3RpdGxlPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTS43Miw0NC43YTEuOTQsMS45NCwwLDAsMCwwLDIuNzMsMS45LDEuOSwwLDAsMCwyLjcsMEwyNS4yOCwyNS4zN2EyLDIsMCwwLDAsMC0yLjczTDMuNDMuNTdhMS45LDEuOSwwLDAsMC0yLjcsMCwyLDIsMCwwLDAsMCwyLjczTDIwLjY1LDI0WiIvPjwvc3ZnPg==);
}

.lightslider-prev.is-white {
    background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iQ2FwYV8xIiBkYXRhLW5hbWU9IkNhcGEgMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgMjYgNDgiPjxkZWZzPjxzdHlsZT4uY2xzLTF7ZmlsbDojZmZmZmZmO308L3N0eWxlPjwvZGVmcz48dGl0bGU+0JzQvtC90YLQsNC20L3QsNGPINC+0LHQu9Cw0YHRgtGMIDE8L3RpdGxlPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTUuMzUsMjQsMjUuMjgsMy4zYTIsMiwwLDAsMCwwLTIuNzMsMS45LDEuOSwwLDAsMC0yLjcsMEwuNzIsMjIuNjNhMiwyLDAsMCwwLDAsMi43M0wyMi41Nyw0Ny40M2ExLjksMS45LDAsMCwwLDIuNywwLDEuOTQsMS45NCwwLDAsMCwwLTIuNzNaIi8+PC9zdmc+);
}

.lightslider-next.is-white {
    background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iQ2FwYV8xIiBkYXRhLW5hbWU9IkNhcGEgMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgMjYgNDgiPjxkZWZzPjxzdHlsZT4uY2xzLTF7ZmlsbDojZmZmZmZmO308L3N0eWxlPjwvZGVmcz48dGl0bGU+0JzQvtC90YLQsNC20L3QsNGPINC+0LHQu9Cw0YHRgtGMIDE8L3RpdGxlPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTS43Miw0NC43YTEuOTQsMS45NCwwLDAsMCwwLDIuNzMsMS45LDEuOSwwLDAsMCwyLjcsMEwyNS4yOCwyNS4zN2EyLDIsMCwwLDAsMC0yLjczTDMuNDMuNTdhMS45LDEuOSwwLDAsMC0yLjcsMCwyLDIsMCwwLDAsMCwyLjczTDIwLjY1LDI0WiIvPjwvc3ZnPg==);
}

/**
 * Главный слайдер
 **/

@-webkit-keyframes animate-jumbotron-headline {
    from {
        -webkit-transform: scale(1.4);
        transform: scale(1.4);

        opacity: 0;
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);

        opacity: 1;
    }
}

@keyframes animate-jumbotron-headline {
    from {
        -webkit-transform: scale(1.4);
        transform: scale(1.4);

        opacity: 0;
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);

        opacity: 1;
    }
}

.jumbotron-slider {
    overflow: hidden;
}

.jumbotron-slider .headline {
    position: absolute;
    z-index: 100;
    top: 10%;
    right: 0;

    padding: .5em;

    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    -webkit-transform: scale(1.4);
    -ms-transform: scale(1.4);
    transform: scale(1.4);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
    -webkit-animation-name: animate-jumbotron-headline;
    animation-name: animate-jumbotron-headline;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    text-decoration: none;

    opacity: 0;
    color: #fff;
    background: rgba(50, 106, 179, .4);

    font-size: 18px;
    font-weight: 700;
    line-height: 1.15;

    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.jumbotron-slider .headline:hover {
    background: rgba(50, 106, 179, .65);
}

/**
 * Раздел лендинга (главной страницы)
 **/

.lp-section {
    margin-top: 20px;
}

.lp-section:first-child {
    margin-top: 0;
}

.lp-section-entertainment {
    margin-top: 0;
    padding: 20px 0;

    background: url('../images/entertainment-bg.jpg') no-repeat center center;
    background-size: 100% 100%;
}

.lp-section-entertainment + .lp-section {
    margin-top: 0;
}

.lp-section-cameras {
    position: relative;

    padding: 30px 0;

    color: #fff;
    background: #326ab3 url('../images/cameras-bg.jpg') no-repeat center center;
    background-size: 100% 100%;
}

.lp-section-cameras:before,
.lp-section-cameras:after {
    position: absolute;
    left: 0;

    width: 100%;
    height: 11px;

    content: '';

    background-repeat: repeat-x;
}

.lp-section-cameras:before {
    top: 0;

    background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0i0KHQu9C+0LlfMSIgZGF0YS1uYW1lPSLQodC70L7QuSAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0NyAxMCI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiNmZmY7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT7QnNC+0L3RgtCw0LbQvdCw0Y8g0L7QsdC70LDRgdGC0YwgMTwvdGl0bGU+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMCwwVi43QzYuMjcuNyw5LjQzLDMuMTQsMTIuNDgsNS41MVMxOC4yNywxMCwyNCwxMHM4LjU0LTIuMTgsMTEuNTItNC40OVM0MS4zOSwxLDQ3LC43MlYwWiIvPjwvc3ZnPg==);
    background-position: center top;
    background-size: 47px 10px;
}

.lp-section-cameras:after {
    bottom: 0;

    background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0i0KHQu9C+0LlfMSIgZGF0YS1uYW1lPSLQodC70L7QuSAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0NyAxMCI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiNmZmY7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT7QnNC+0L3RgtCw0LbQvdCw0Y8g0L7QsdC70LDRgdGC0YwgMTwvdGl0bGU+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMCwxMFY5LjNjNi4yNywwLDkuNDMtMi40NSwxMi40OC00LjgxUzE4LjI3LDAsMjQsMHM4LjU0LDIuMTgsMTEuNTIsNC40OVM0MS4zOSw5LDQ3LDkuMjhWMTBaIi8+PC9zdmc+);
    background-position: center bottom;
    background-size: 47px 10px;
}

/**
 * Заголовок страницы
 **/

.page-headline {
    margin-bottom: 16px;
}

.page-headline h1 {
    text-transform: uppercase;

    color: #326ab3;

    font-size: 18px;
    font-weight: 700;
}

.page-headline form {
    margin-top: 8px;
}

/**
 * Заголовок раздела страницы
 **/

.page-section-headline {
    margin-bottom: 1em;

    text-align: center;
    text-transform: uppercase;

    font-size: 18px;
    font-weight: 700;
}

.page-section-headline:after {
    display: block;

    width: 30px;
    height: 11px;
    margin: .3em auto 0;

    content: '';
    -webkit-transform: scale(.75);
    -ms-transform: scale(.75);
    transform: scale(.75);

    background: url('../images/page-section-headline.png') no-repeat;
}

.page-section-headline.is-blue {
    color: #326ab3;
}

.page-section-headline.is-blue:after {
    background-position: 0 0;
}

.page-section-headline.is-green {
    color: #3b9400;
}

.page-section-headline.is-green:after {
    background-position: 0 -15px;
}

.page-section-headline.is-orange {
    color: #e98900;
}

.page-section-headline.is-orange:after {
    background-position: 0 -30px;
}

.page-section-headline.is-red {
    color: #e95229;
}

.page-section-headline.is-red:after {
    background-position: 0 -45px;
}

.page-section-headline.is-white {
    color: #fff;
}

.page-section-headline.is-white:after {
    background-position: 0 -60px;
}

/**
 * Операции со страницей
 **/

.page-operations {
    margin-top: 32px;

    color: #6b6b6b;
}

.page-operations ul li {
    margin-bottom: 5px;
}

.page-operations ul li:last-child {
    margin-bottom: 0;
}

.page-operations a {
    text-decoration: none;

    color: inherit;
}

.page-operations a:hover {
    text-decoration: underline;
}

/**
 * nano-скроллер
 **/

.nano {
    height: 368px;
}

.nano .nano-pane {
    background: rgba(255, 255, 255, .15) !important;
}

.nano .nano-slider {
    cursor: pointer;
    -webkit-transition: background-color .15s ease-in-out;
    transition: background-color .15s ease-in-out;

    background: rgba(255, 255, 255, .4) !important;
}

.nano .nano-slider:hover,
.nano .nano-pane.active .nano-slider {
    background: rgba(255, 255, 255, .65) !important;
}

.nano.is-green .nano-content {
    padding-right: 15px;
}

.nano.is-green .nano-pane {
    opacity: 1;
    background: rgba(59, 148, 0, .15) !important;
}

.nano.is-green:hover .nano-pane,
.nano.is-green .nano-pane.active {
    background: rgba(59, 148, 0, .5) !important;
}

.nano.is-green .nano-slider:hover,
.nano.is-green .nano-pane.active .nano-slider {
    background: rgba(255, 255, 255, .85) !important;
}

/**
 * Путешествия по городу
 **/

.city-trips {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.city-trips .entry {
    display: inline-block;

    padding: 5px;
}

.city-trips .entry a {
    position: relative;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    flex-direction: column;

    width: 120px;
    height: 120px;

    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    text-align: center;

    border: 1px solid;
    border-radius: 50%;

    font-size: 14px;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.city-trips .entry a:after {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    content: '';

    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.city-trips .entry a.is-bg-1:after {
    background-image: url('../images/city-trips/bg-1.jpg');
}

.city-trips .entry a.is-bg-2:after {
    background-image: url('../images/city-trips/bg-2.jpg');
}

.city-trips .entry a.is-bg-3:after {
    background-image: url('../images/city-trips/bg-3.jpg');
}

.city-trips .entry a.is-bg-4:after {
    background-image: url('../images/city-trips/bg-4.jpg');
}

.city-trips .entry a.is-blue {
    color: #326ab3;
    border-color: #326ab3;
    background-color: #d7e9f6;
}

.city-trips .entry a.is-blue:hover {
    background-color: rgba(50, 106, 179, .85);
}

.city-trips .entry a.is-green {
    color: #3b9400;
    border-color: #3b9400;
    background-color: #e2efd9;
}

.city-trips .entry a.is-green:hover {
    background-color: rgba(59, 148, 0, .85);
}

.city-trips .entry a.is-orange {
    color: #e98900;
    border-color: #e98900;
    background-color: #fff2d9;
}

.city-trips .entry a.is-orange:hover {
    background-color: rgba(233, 137, 0, .85);
}

.city-trips .entry a.is-red {
    color: #e95229;
    border-color: #e95229;
    background-color: #fce5df;
}

.city-trips .entry a.is-red:hover {
    background-color: rgba(233, 82, 41, .85);
}

.city-trips .entry a .icon {
    display: block;
    flex: 0 0 auto;

    width: 100%;
    height: 35%;
    margin-bottom: .75em;

    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;

    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;

    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
}

.city-trips .entry a .icon.icon-1 {
    background-image: url('../images/city-trips/icon-1.png');
}

.city-trips .entry a .icon.icon-2 {
    background-image: url('../images/city-trips/icon-2.png');
}

.city-trips .entry a .icon.icon-3 {
    background-image: url('../images/city-trips/icon-3.png');
}

.city-trips .entry a .icon.icon-4 {
    background-image: url('../images/city-trips/icon-4.png');
}

.city-trips .entry a:hover {
    color: #fff;
    border-color: transparent;
}

.city-trips .entry a:hover .icon.icon-1 {
    background-image: url('../images/city-trips/icon-1.hover.png');
}

.city-trips .entry a:hover .icon.icon-2 {
    background-image: url('../images/city-trips/icon-2.hover.png');
}

.city-trips .entry a:hover .icon.icon-3 {
    background-image: url('../images/city-trips/icon-3.hover.png');
}

.city-trips .entry a:hover .icon.icon-4 {
    background-image: url('../images/city-trips/icon-4.hover.png');
}

/**
 * Тизер материала
 **/

.article-teaser {
    overflow: hidden;

    color: #fff;
}

.article-teaser a {
    position: relative;

    display: block;

    width: 100%;
    padding-bottom: 50%;

    text-decoration: none;

    color: inherit;
}

.article-teaser a.is-1x1 {
    padding-bottom: 100%;
}

.article-teaser a.is-4x3 {
    padding-bottom: 75%;
}

.article-teaser a.is-3x2 {
    padding-bottom: 66.66667%;
}

.article-teaser a:after {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;

    visibility: hidden;

    width: 100%;
    height: 100%;

    content: '';
    -webkit-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;

    opacity: 0;
    background-color: rgba(0, 0, 0, .75);
}

.article-teaser img,
.article-teaser .thumb {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    -webkit-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.article-teaser img {
    display: block;

    height: 250px;
    max-height: 100%;
    margin: 0 auto;
}

.article-teaser .thumb {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.article-teaser .thumb.is-contain {
    background-size: contain;
}

.article-teaser .label {
    position: absolute;
    z-index: 3;
    top: 100%;
    left: 0;

    width: 100%;
    padding: 1em 1em .5em;

    -webkit-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);

    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(20%, rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .95)));
    background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, .5) 20%, rgba(0, 0, 0, .95) 100%);
    background:         linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, .5) 20%, rgba(0, 0, 0, .95) 100%);
}

.article-teaser .label .title {
    position: relative;

    padding-bottom: .1em;

    font-size: 16px;
}

.article-teaser .label .title:after {
    position: absolute;
    z-index: 2;
    top: 100%;
    left: 0;

    width: 100%;
    height: 3px;

    content: '';
    -webkit-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
}

.article-teaser .label .title.is-blue:after {
    background-color: #326ab3;
}

.article-teaser .label .title.is-green:after {
    background-color: #3b9400;
}

.article-teaser .label .title.is-orange:after {
    background-color: #e98900;
}

.article-teaser .label .title.is-red:after {
    background-color: #e95229;
}

.article-teaser .label .excerpt {
    position: relative;

    visibility: hidden;

    -webkit-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;

    opacity: 0;

    font-size: 15px;
    font-weight: 300;
    line-height: 1.35;
}

.article-teaser .label .excerpt p {
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    padding-top: 15px;
}

/**
 * Сетка материалов
 **/

.articles-grid .grid-entry {
    margin-bottom: 16px;
}

/**
 * Список материалов
 **/

.articles-list .list-entry {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin-bottom: 32px;
}

.articles-list .list-entry .thumb {
    display: none;
    flex: 0 0 auto;

    width: 240px;
    height: 160px;

    text-align: center;

    font-size: 0;
    line-height: 160px;

    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
}

.articles-list .list-entry .thumb img {
    display: inline-block;

    max-width: 240px;
    max-height: 160px;
}

.articles-list .list-entry .content {
    flex: 1 1 auto;

    color: #326ab3;

    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
}

.articles-list .list-entry .content a {
    color: inherit;
}

.articles-list .list-entry .content .title {
    margin-bottom: 12px;

    font-size: 20px;
    font-weight: 700;
    line-height: 1;
}

.articles-list .list-entry .content .title a {
    text-decoration: none;
}

.articles-list .list-entry .content .title a:hover {
    text-decoration: underline;
}

.articles-list .list-entry .content .excerpt .more {
    display: none;
    float: right;

    margin-right: -160px;

    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    text-align: center;
    text-transform: uppercase;
}

.articles-list .list-entry .content .excerpt .more .icon {
    position: relative;

    display: block;

    width: 45px;
    height: 32px;
    margin: 0 auto;
}

.articles-list .list-entry .content .excerpt .more .icon:before,
.articles-list .list-entry .content .excerpt .more .icon:after {
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    content: '';
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;

    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
}

.articles-list .list-entry .content .excerpt .more .icon:before {
    background-image: url('../images/icons/news-more.svg');
}

.articles-list .list-entry .content .excerpt .more .icon:after {
    opacity: 0;
    background-image: url('../images/icons/news-more.hover.svg');
}

.articles-list .list-entry .content .excerpt .more .text {
    display: block;

    padding-top: 10px;
}

.articles-list .list-entry .content .excerpt .more:hover {
    color: #e98900;
}

.articles-list .list-entry .content .excerpt .more:hover .icon:before {
    opacity: 0;
}

.articles-list .list-entry .content .excerpt .more:hover .icon:after {
    opacity: 1;
}

.articles-list .list-entry .content .excerpt .excerpt-text {
    font-size: 16px;
    line-height: 1.35;
}

.articles-list .list-entry .content .tags {
    margin-top: 15px;

    font-size: 14px;
}

/**
 * Сетка последних новостей
 **/

.featured-news-teaser {
    overflow: hidden;

    width: 100%;

    color: #fff;
}

.featured-news-teaser a {
    position: relative;

    display: block;

    width: 100%;
    padding-bottom: 50%;

    text-decoration: none;

    color: inherit;
}

.featured-news-teaser a:after {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;

    visibility: hidden;

    width: 100%;
    height: 100%;

    content: '';
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;

    opacity: 0;
    background-color: rgba(0, 0, 0, .5);
}

.featured-news-teaser .thumb {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    -webkit-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);

    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.featured-news-teaser .title {
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;

    width: 100%;
    padding: .5em 16px 2em;

    text-transform: uppercase;

    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .75)), to(rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, .75) 0%, rgba(255, 255, 255, 0) 100%);
    background:         linear-gradient(to bottom, rgba(0, 0, 0, .75) 0%, rgba(255, 255, 255, 0) 100%);

    font-size: 20px;
    font-weight: 700;
}

.featured-news-teaser .excerpt {
    position: absolute;
    z-index: 3;
    bottom: 0;
    left: 0;

    display: none;

    width: 100%;
    padding: 2em 16px .5em;

    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(0, 0, 0, .75)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, .75) 100%);
    background:         linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, .75) 100%);
}

.featured-news-teaser:hover a:after {
    visibility: visible;

    opacity: 1;
}

.featured-news-teaser:hover .thumb {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.featured-news-teaser:hover .title,
.featured-news-teaser:hover .excerpt {
    background-color: transparent;
}

/**
 * Календарь событий
 **/

.events-calendar {
    padding: 20px 0;

    color: #fff;
    background: #0870b7;
    background-color: rgba(8, 112, 183, .8);
}

.events-calendar a {
    text-decoration: none;

    color: inherit;
}

.events-calendar a:hover {
    text-decoration: underline;
}

.events-calendar .cols-wrap {
    width: 100%;
}

.events-calendar .datepicker-title {
    margin-bottom: 16px;

    text-align: center;
    text-transform: uppercase;

    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
}

.events-calendar .type-selector {
    margin-bottom: 16px;

    text-align: center;
}

.events-calendar .type-selector select {
    max-width: 250px;
}

.events-calendar .events-list {
    height: 350px;
}

.events-calendar .list li {
    margin-top: 1.05em;
}

.events-calendar .list li:first-child {
    margin-top: 0;
}

.events-calendar .list li .title {
    font-size: 1.15em;
    font-weight: 700;
}

/**
 * Список новостей
 **/

.news-list {
    color: #0870b7;
}

.news-list .list-title {
    margin-bottom: 35px;

    text-align: center;
    text-transform: uppercase;

    font-size: 24px;
    font-weight: 700;
}

.news-list .list-title span {
    position: relative;

    display: inline-block;

    max-width: 350px;
    padding-right: 70px;

    text-align: right;
}

.news-list .list-title span:after {
    position: absolute;
    top: 50%;
    right: 0;

    width: 57px;
    height: 60px;

    content: '';
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);

    background: url('../images/rostov.png') no-repeat center center;
    background-size: contain;
}

.news-list ul li {
    margin-top: 15px;
}

.news-list ul li:first-child {
    margin-top: 0;
}

.news-list ul li a {
    color: inherit;
}

.news-list ul li .date,
.news-list ul li .more {
    font-weight: 700;
}

/**
 * Ссылка "Другие..." (другие новости, другие видео)
 **/

.more-link {
    position: relative;

    padding: 25px 0;

    text-align: center;
    text-transform: uppercase;

    font-size: 22px;
    font-weight: 700;
}

.more-link.is-green {
    color: #94c12b;
}

.more-link.is-blue {
    color: #0870b7;
}

.more-link p {
    position: absolute;
    top: 50%;
    left: 0;

    width: 100%;

    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.more-link a {
    color: inherit;
}

/**
 * Видео о городе
 **/

/**
 * Видеоплеер (с YouTube)
 **/

.video-player {
    position: relative;

    width: 100%;
    padding-bottom: 56.25%;
}

.video-player img,
.video-player iframe {
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
}

/**
 * Онлайн камеры
 **/

.city-cameras .list-title {
    margin-bottom: 1em;

    text-align: center;

    font-size: 20px;
    font-weight: 700;
}

/**
 * Слайдер онлайн-камер
 **/

.cameras-slider {
    position: relative;

    padding: 0 30px;
}

.cameras-slider .slide .slide-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin-top: 2px;
    margin-right: -1px;
    margin-left: -1px;
}

.cameras-slider .slide .slide-row:first-child {
    margin-top: 0;
}

.cameras-slider .slide .entry {
    flex: 1 1 auto;

    width: auto;
    padding-right: 1px;
    padding-left: 1px;

    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
}

.cameras-slider .slide .entry a {
    display: block;
}

.cameras-slider .prev,
.cameras-slider .next {
    position: absolute;
    top: 50%;

    width: 16px;
    height: 30px;

    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);

    opacity: .85;
}

.cameras-slider .prev:hover,
.cameras-slider .next:hover {
    -webkit-transform: translateY(-50%) scale(1.05);
    -ms-transform: translateY(-50%) scale(1.05);
    transform: translateY(-50%) scale(1.05);

    opacity: 1;
}

.cameras-slider .prev {
    left: 0;

    background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iQ2FwYV8xIiBkYXRhLW5hbWU9IkNhcGEgMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgMjYgNDgiPjxkZWZzPjxzdHlsZT4uY2xzLTF7ZmlsbDojZmZmZmZmO308L3N0eWxlPjwvZGVmcz48dGl0bGU+0JzQvtC90YLQsNC20L3QsNGPINC+0LHQu9Cw0YHRgtGMIDE8L3RpdGxlPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTUuMzUsMjQsMjUuMjgsMy4zYTIsMiwwLDAsMCwwLTIuNzMsMS45LDEuOSwwLDAsMC0yLjcsMEwuNzIsMjIuNjNhMiwyLDAsMCwwLDAsMi43M0wyMi41Nyw0Ny40M2ExLjksMS45LDAsMCwwLDIuNywwLDEuOTQsMS45NCwwLDAsMCwwLTIuNzNaIi8+PC9zdmc+);
}

.cameras-slider .next {
    right: 0;

    background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iQ2FwYV8xIiBkYXRhLW5hbWU9IkNhcGEgMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgMjYgNDgiPjxkZWZzPjxzdHlsZT4uY2xzLTF7ZmlsbDojZmZmZmZmO308L3N0eWxlPjwvZGVmcz48dGl0bGU+0JzQvtC90YLQsNC20L3QsNGPINC+0LHQu9Cw0YHRgtGMIDE8L3RpdGxlPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTS43Miw0NC43YTEuOTQsMS45NCwwLDAsMCwwLDIuNzMsMS45LDEuOSwwLDAsMCwyLjcsMEwyNS4yOCwyNS4zN2EyLDIsMCwwLDAsMC0yLjczTDMuNDMuNTdhMS45LDEuOSwwLDAsMC0yLjcsMCwyLDIsMCwwLDAsMCwyLjczTDIwLjY1LDI0WiIvPjwvc3ZnPg==);
}

/**
 * Интерактивная карта
 **/

.interactive-map {
    position: relative;

    overflow: hidden;
}

.interactive-map .map {
    height: 300px;
}

/**
 * Фильтры интерактивной карты
 **/

.interactive-map-filters {
    margin-bottom: 16px;
}

.interactive-map-filters .subjects label {
    display: block;

    margin-bottom: .25em;

    color: #326ab3;

    font-weight: 700;
}

.interactive-map-filters .advantages {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin-top: 8px;

    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.interactive-map-filters .advantages li {
    padding: 8px;
}

.interactive-map-filters .advantages li a {
    display: block;

    text-align: center;
}

.interactive-map-filters .advantages li a .icon {
    display: block;

    width: 90px;
    height: 40px;
    margin: 0 auto .75em;

    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.interactive-map-filters .advantages li a .icon.icon-1 {
    background-image: url('../images/city-trips/icon-1.png');
}

.interactive-map-filters .advantages li a .icon.icon-2 {
    background-image: url('../images/city-trips/icon-2.png');
}

.interactive-map-filters .advantages li a .icon.icon-3 {
    background-image: url('../images/city-trips/icon-3.png');
}

.interactive-map-filters .advantages li a .icon.icon-4 {
    background-image: url('../images/city-trips/icon-4.png');
}

.interactive-map-filters .advantages li a.is-blue {
    color: #326ab3;
}

.interactive-map-filters .advantages li a.is-green {
    color: #3b9400;
}

.interactive-map-filters .advantages li a.is-orange {
    color: #e98900;
}

.interactive-map-filters .advantages li a.is-red {
    color: #e95229;
}

/**
 * Аудиогиды (на внутренней странице)
 **/

.audioguides-wrap .columns {
    position: relative;

    overflow: hidden;

    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}

.audioguides-wrap .columns .col-details {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 300px;

    display: none;

    width: 350px;
    height: 100%;
    padding-left: 8px;

    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    -webkit-transform: translateX(-350px);
    -ms-transform: translateX(-350px);
    transform: translateX(-350px);
}

.audioguides-wrap .columns .col-map {
    position: relative;
    z-index: 3;

    display: none;

    height: 100%;
    padding-left: 8px;
}

.audioguides-wrap .columns .col-map .geomap {
    height: 100%;
}

.audioguides-wrap .columns.is-details-visible .col-details {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.audioguides-wrap .object-info .info-headline {
    position: relative;

    margin-bottom: 16px;
    padding: 10px 44px 10px 10px;

    color: #fff;
    background: #326ab3;
}

.audioguides-wrap .object-info .info-headline:after {
    position: absolute;
    top: 100%;
    left: 0;

    width: 100%;
    height: 5px;

    content: '';

    background: url(data:image/svg+xml;base64,PHN2ZyBpZD0i0KHQu9C+0LlfMSIgZGF0YS1uYW1lPSLQodC70L7QuSAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0NyAxMCI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiMzMjZhYjM7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT7QnNC+0L3RgtCw0LbQvdCw0Y8g0L7QsdC70LDRgdGC0YwgMTwvdGl0bGU+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMCwwVi43QzYuMjcuNyw5LjQzLDMuMTQsMTIuNDgsNS41MVMxOC4yNywxMCwyNCwxMHM4LjU0LTIuMTgsMTEuNTItNC40OVM0MS4zOSwxLDQ3LC43MlYwWiIvPjwvc3ZnPg==) repeat-x center bottom;
    background-size: 24px 5px;
}

.audioguides-wrap .object-info .info-headline .title {
    font-size: 18px;
}

.audioguides-wrap .object-info .info-headline .close {
    position: absolute;
    top: 10px;
    right: 10px;

    width: 24px;
    height: 24px;

    cursor: pointer;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    text-indent: -9999px;

    opacity: .75;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyMS4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCAyNCAyNCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjQgMjQ7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+DQoJLnN0MHtmaWxsOiNGRkZGRkY7fQ0KPC9zdHlsZT4NCjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0xMy4zLDEyTDIzLjcsMS41YzAuMy0wLjMsMC4zLTAuOSwwLTEuM2MtMC4zLTAuMy0wLjktMC4zLTEuMywwTDEyLDEwLjdMMS41LDAuM2MtMC4zLTAuMy0wLjktMC4zLTEuMywwDQoJcy0wLjMsMC45LDAsMS4zTDEwLjcsMTJMMC4zLDIyLjVjLTAuMywwLjMtMC4zLDAuOSwwLDEuM0MwLjQsMjMuOSwwLjcsMjQsMC45LDI0czAuNS0wLjEsMC42LTAuM0wxMiwxMy4zbDEwLjUsMTAuNQ0KCWMwLjIsMC4yLDAuNCwwLjMsMC42LDAuM3MwLjUtMC4xLDAuNi0wLjNjMC4zLTAuMywwLjMtMC45LDAtMS4zTDEzLjMsMTJ6Ii8+DQo8L3N2Zz4NCg==) no-repeat center center;
    background-size: 16px;
}

.audioguides-wrap .object-info .info-headline .close:hover {
    opacity: 1;
}

.audioguides-wrap .object-info .info-scroll {
    height: 443px;
}

.audioguides-wrap .object-info .info-player {
    margin-bottom: 16px;
}

.audioguides-wrap .object-info .info-map {
    height: 200px;
    margin-bottom: 16px;
}

.audioguides-wrap .object-info .info-text {
    font-size: 16px;
    line-height: 1.35;
}

.audioguides-wrap .object-info .info-text p {
    margin-top: 1em;
}

.audioguides-wrap .object-info .info-text p:first-child {
    margin-top: 0;
}

/**
 * Список объектов (в аудиогидах)
 **/

.objects-list .list-entry {
    margin-top: 15px;
}

.objects-list .list-entry:first-child {
    margin-top: 0;
}

.objects-list .list-entry .entry-link {
    position: relative;

    overflow: hidden;

    color: #326ab3;
}

.objects-list .list-entry .entry-link a {
    position: relative;

    display: block;

    padding: 0 5px 0 40px;

    text-decoration: none;

    color: inherit;
}

.objects-list .list-entry .entry-link a .num {
    position: absolute;
    top: 50%;
    left: 5px;

    width: 27px;
    height: 27px;

    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;

    border: 2px solid;
    border-radius: 50%;

    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
}

.objects-list .list-entry .entry-link a img {
    display: block;

    width: 50px;
    height: 50px;
}

.objects-list .list-entry .entry-link a .title {
    position: absolute;
    top: 50%;
    left: 100px;

    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);

    font-size: 14px;
}

.objects-list .list-entry.is-active .entry-link {
    color: #fff;
    background: #326ab3;
}

/**
 * Обертка статьи
 **/

.article-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
}

.article-wrap .col-left {
    margin-top: 16px;

    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

.article-wrap .col-right {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.article-wrap .object-information,
.article-wrap .socials-share,
.article-wrap .article-functions {
    margin-top: 24px;
}

.article-wrap .object-information:first-child,
.article-wrap .socials-share:first-child,
.article-wrap .article-functions:first-child {
    margin-top: 0;
}

/**
 * Слайдер изображений или видео
 **/

.media-slider .slider-wrap {
    position: relative;
}

.media-slider .slide .inner {
    position: relative;

    padding-bottom: 47.77778%;
}

.media-slider .slide .inner img,
.media-slider .slide .inner iframe {
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
}

.media-slider .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.media-slider .nav .prev,
.media-slider .nav .next {
    display: inline-block;

    width: 13px;
    height: 24px;

    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    -webkit-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    transform: translateY(-1px);
    text-indent: -9999px;

    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
}

.media-slider .nav .prev:hover,
.media-slider .nav .next:hover {
    -webkit-transform: translateY(-1px) scale(1.25);
    -ms-transform: translateY(-1px) scale(1.25);
    transform: translateY(-1px) scale(1.25);
}

.media-slider .nav .prev {
    margin-right: 10px;

    background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iQ2FwYV8xIiBkYXRhLW5hbWU9IkNhcGEgMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgMjYgNDgiPjxkZWZzPjxzdHlsZT4uY2xzLTF7ZmlsbDojMzI2YWIzO308L3N0eWxlPjwvZGVmcz48dGl0bGU+0JzQvtC90YLQsNC20L3QsNGPINC+0LHQu9Cw0YHRgtGMIDE8L3RpdGxlPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTUuMzUsMjQsMjUuMjgsMy4zYTIsMiwwLDAsMCwwLTIuNzMsMS45LDEuOSwwLDAsMC0yLjcsMEwuNzIsMjIuNjNhMiwyLDAsMCwwLDAsMi43M0wyMi41Nyw0Ny40M2ExLjksMS45LDAsMCwwLDIuNywwLDEuOTQsMS45NCwwLDAsMCwwLTIuNzNaIi8+PC9zdmc+);
}

.media-slider .nav .next {
    margin-left: 10px;

    background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iQ2FwYV8xIiBkYXRhLW5hbWU9IkNhcGEgMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgMjYgNDgiPjxkZWZzPjxzdHlsZT4uY2xzLTF7ZmlsbDojMzI2YWIzO308L3N0eWxlPjwvZGVmcz48dGl0bGU+0JzQvtC90YLQsNC20L3QsNGPINC+0LHQu9Cw0YHRgtGMIDE8L3RpdGxlPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTS43Miw0NC43YTEuOTQsMS45NCwwLDAsMCwwLDIuNzMsMS45LDEuOSwwLDAsMCwyLjcsMEwyNS4yOCwyNS4zN2EyLDIsMCwwLDAsMC0yLjczTDMuNDMuNTdhMS45LDEuOSwwLDAsMC0yLjcsMCwyLDIsMCwwLDAsMCwyLjczTDIwLjY1LDI0WiIvPjwvc3ZnPg==);
}

.media-slider .nav .pager a {
    display: inline-block;

    padding: 5px 10px;

    cursor: pointer;
}

.media-slider .nav .pager a span {
    display: block;

    width: 11px;
    height: 11px;

    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;

    border: 2px solid #326ab3;
    border-radius: 50%;
}

.media-slider .nav .pager a:hover span,
.media-slider .nav .pager a.active span {
    background-color: #326ab3;
}

/**
 * Увеличивающееся изображение
 **/

.zoom-image {
    position: relative;

    display: block;
}

.zoom-image:after {
    position: absolute;
    z-index: 1000;
    top: 0;
    left: 0;

    visibility: hidden;

    width: 100%;
    height: 100%;

    content: '';
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;

    opacity: 0;
    background: #000 url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA3MCA3MCI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiNmZmY7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT7QnNC+0L3RgtCw0LbQvdCw0Y8g0L7QsdC70LDRgdGC0YwgMTwvdGl0bGU+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNNTQuOTMsMjcuMDVBMjcuMDYsMjcuMDYsMCwxLDAsMjcuODcsNTQuMTEsMjcuMDksMjcuMDksMCwwLDAsNTQuOTMsMjcuMDVaTTI3Ljg3LDUyLjE4QTI1LjEyLDI1LjEyLDAsMSwxLDUzLDI3LjA1LDI1LjE1LDI1LjE1LDAsMCwxLDI3Ljg3LDUyLjE4WiIvPjxyZWN0IGNsYXNzPSJjbHMtMSIgeD0iNTUuMDciIHk9IjQyLjUxIiB3aWR0aD0iMy44NyIgaGVpZ2h0PSIzMC42IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMjQuMTkgNTcuMjQpIHJvdGF0ZSgtNDUpIi8+PHBvbHlnb24gY2xhc3M9ImNscy0xIiBwb2ludHM9IjI4Ljg0IDE0LjAxIDI2LjkgMTQuMDEgMjYuOSAyNi4wOSAxNC44MyAyNi4wOSAxNC44MyAyOC4wMiAyNi45IDI4LjAyIDI2LjkgNDAuMSAyOC44NCA0MC4xIDI4Ljg0IDI4LjAyIDQwLjkxIDI4LjAyIDQwLjkxIDI2LjA5IDI4Ljg0IDI2LjA5IDI4Ljg0IDE0LjAxIi8+PC9zdmc+) no-repeat center center;
    background-color: rgba(0, 0, 0, .75);
    background-size: 64px;
}

.zoom-image:hover:after {
    visibility: visible;

    opacity: 1;
}

/**
 * Информация об объекте
 **/

.object-information p {
    margin-top: .5em;
}

.object-information p:first-child {
    margin-top: 0;
}

.object-information p a {
    text-decoration: none;

    color: inherit;
}

.object-information p a:hover {
    text-decoration: underline;
}

/**
 * Функции в статье
 **/

.article-functions {
    display: inline-block;

    text-align: center;
}

.article-functions a {
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;

    opacity: .85;
}

.article-functions a:hover {
    opacity: 1;
}

.article-functions .qrcode {
    display: inline-block;

    font-size: 15px;
    font-weight: 700;
}

.article-functions .qrcode:before {
    display: block;

    width: 32px;
    height: 32px;
    margin: 0 auto 5px;

    content: '';
    content: '';
    text-indent: -9999px;

    background: url('../images/article-functions/qr.svg') no-repeat center center;
}

.article-functions .links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin-top: 20px;
}

.article-functions .links:first-child {
    margin-top: 0;
}

.article-functions .links li {
    flex: 0 0 auto;

    margin-left: 10px;

    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
}

.article-functions .links li:first-child {
    margin-left: 0;
}

.article-functions .links li a {
    display: block;

    width: 32px;
    height: 32px;

    background-repeat: no-repeat;
    background-position: center center;
}

.article-functions .links li.map a {
    background-image: url('../images/article-functions/map.svg');
}

.article-functions .links li.video a {
    background-image: url('../images/article-functions/video.svg');
}

.article-functions .links li.note a {
    background-image: url('../images/article-functions/note.svg');
}

.article-functions .links li.url a {
    background-image: url('../images/article-functions/url.svg');
}

/**
 * Связанные статьи
 **/

.related-articles {
    margin-top: 48px;

    color: #3b9400;
}

.related-articles.has-border {
    margin-top: 32px;
    padding-top: 16px;

    border-top: 1px solid;
}

.related-articles .headline {
    margin-bottom: .5em;

    font-size: 24px;
    font-weight: 700;
}

.related-articles ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin-top: 16px;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.related-articles ul li:first-child {
    margin-top: 0;
}

.related-articles ul li .thumb {
    flex: 0 0 auto;

    width: 80px;

    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
}

.related-articles ul li .thumb a {
    display: block;
}

.related-articles ul li .title {
    flex: 1 1 auto;

    padding-left: 8px;

    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
}

.related-articles ul li .title a {
    color: inherit;
}

/**
 * Область комментариев
 **/

.comments-wrap {
    margin-top: 40px;
}

.comments-wrap:before {
    display: block;

    width: 100%;
    height: 30px;
    margin-bottom: 40px;

    content: '';

    background: url(data:image/svg+xml;base64,PHN2ZyBpZD0i0KHQu9C+0LlfMSIgZGF0YS1uYW1lPSLQodC70L7QuSAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMiAzMCI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiMzMjZhYjM7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT7QnNC+0L3RgtCw0LbQvdCw0Y8g0L7QsdC70LDRgdGC0YwgMTwvdGl0bGU+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMTEuMjMsMy41QTguOCw4LjgsMCwwLDEsNS44NCwxLjgxLDkuNjcsOS42NywwLDAsMCwwLDB2MjYuNWE5LjY3LDkuNjcsMCwwLDEsNS44NCwxLjgxQTguOCw4LjgsMCwwLDAsMTEuMjMsMzBhOC44Nyw4Ljg3LDAsMCwwLDUuMzktMS42OUE5LjY4LDkuNjgsMCwwLDEsMjIsMjYuNTJWMGE5LjY4LDkuNjgsMCwwLDAtNS4zNywxLjhBOC44Nyw4Ljg3LDAsMCwxLDExLjIzLDMuNVoiLz48L3N2Zz4=) repeat-x center center;
    background-size: 22px 30px;
}

.comments-wrap .container .col-right {
    margin-top: 32px;
}

.comments-wrap .headline {
    margin-bottom: .5em;

    color: #326ab3;

    font-size: 24px;
    font-weight: 700;
}

.comments-wrap .comments-form .form-field textarea {
    height: 130px;
}

.comments-wrap .comments-form .form-submit {
    margin-top: 8px;

    text-align: center;
}

.comments-wrap .comments-form .form-submit p {
    flex: 1 1 auto;

    margin-bottom: 8px;
    padding-right: 10px;

    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
}

.comments-wrap .comments-form .form-submit input,
.comments-wrap .comments-form .form-submit button {
    flex: 0 0 initial;

    -webkit-box-flex: 0;
    -ms-flex: 0 0 initial;
}

.comments-wrap .comments-list-wrap {
    max-height: 500px;
}

.comments-wrap .comments-list {
    padding-right: 15px;

    font-size: 16px;
}

.comments-wrap .comments-list li {
    margin-top: 16px;
}

.comments-wrap .comments-list li:first-child {
    margin-top: 0;
}

.comments-wrap .comments-list li .head {
    color: #326ab3;
}

.comments-wrap .comments-list li .head .name {
    font-weight: 700;
}

.comments-wrap .comments-list li .text {
    padding-left: 1em;
}

/**
 * Текстовый блок
 **/

.textblock {
    position: relative;

    font-size: 16px;
    line-height: 1.35;
}

.textblock * {
    margin-bottom: 1em;
}

.textblock *:last-child {
    margin-bottom: 0;
}

.textblock a {
    color: inherit;
}

.textblock h1 {
    margin-top: 1em;

    text-transform: uppercase;

    font-size: 1.5em;
}

.textblock h2 {
    margin-top: 1em;

    text-align: center;

    font-size: 1.25em;
}

.textblock h3 {
    margin-top: .75em;

    text-align: center;

    font-size: 1.2em;
}

.textblock h4 {
    margin-top: .5em;

    font-size: 1.2em;
    font-style: italic;
}

.textblock h5 {
    margin-top: .35em;

    font-size: 1.1em;
    font-style: italic;
}

.textblock h6 {
    font-style: italic;
}

.textblock b,
.textblock strong {
    font-weight: bold;
}

.textblock i,
.textblock em {
    font-style: italic;
}

.textblock ul li,
.textblock ol li {
    margin-bottom: 1em;
    padding-left: 1.5em;
}

.textblock ul li:before,
.textblock ol li:before {
    float: left;
}

.textblock ul li ul,
.textblock ul li ol,
.textblock ol li ul,
.textblock ol li ol {
    margin-top: 1em;
}

.textblock ul li {
    position: relative;
}

.textblock ul li:before {
    width: 6px;
    height: 6px;
    margin-top: .5em;
    margin-left: -1.2em;

    content: '';

    border-radius: 50%;
    background: #326ab3;
}

.textblock ol {
    counter-reset: textblock-ol-li;
}

.textblock ol li:before {
    margin-left: -1.5em;

    content: counter(textblock-ol-li) '.';
    counter-increment: textblock-ol-li;

    color: #326ab3;

    font-weight: 700;
}

.textblock blockquote {
    padding-left: 1em;

    border-left: 2px solid #326ab3;

    font-size: 1.05em;
    font-style: italic;
    line-height: 1.75;
}

.textblock table {
    width: 100%;

    border-spacing: 1px;

    border-collapse: separate;

    font-family: 'SFUIDisplay', Arial, sans-serif;
}

.textblock table tr th {
    padding: .5em 1em;

    text-align: center;

    color: #fff;
    background: #326ab3;

    font-size: 15px;
    font-weight: 700;
}

.textblock table tr td {
    /*min-width: 180px;*/
	min-width: 18px;
    padding: .4em 0;

    font-size: 13px;
}

.textblock table tr:nth-child(odd) td {
    background-color: #fafafa;
}

.textblock .table-wrap {
    overflow: auto;
}

.textblock img {
    display: block;

    max-width: 100%;
    height: auto;
    margin-right: auto;
    margin-left: auto;
}

.textblock img.alignnone {
    max-width: 100%;
    height: auto;
}

.textblock img.aligncenter {
    display: block;

    max-width: 100%;
    height: auto;
    margin-right: auto;
    margin-bottom: 1.5em;
    margin-left: auto;
}

.textblock iframe {
    display: block;

    margin-right: auto;
    margin-left: auto;
}

.textblock .video-youtube {
    position: relative;

    height: 0;
    padding-bottom: 56.25%;
    /* 16:9 */
}

.textblock .video-youtube iframe {
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
}

@media all and (min-width: 420px) {
    .site-header .options .options-bottom .operations li a span {
        display: inline-block;
    }

    .city-trips .entry a {
        width: 140px;
        height: 140px;

        font-size: 16px;
    }

    .articles-grid {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        margin-right: -8px;
        margin-left: -8px;

        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .articles-grid .grid-entry {
        width: 50%;
        padding-right: 8px;
        padding-left: 8px;
    }

    .articles-grid .grid-entry.is-wide {
        width: 100%;
    }

    .entertainment-grid .grid-entry.is-tall {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .entertainment-grid .grid-entry.is-tall > * {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        width: 100%;
    }

    .latest-news-grid .dbl-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        margin-right: -8px;
        margin-left: -8px;
    }

    .latest-news-grid .dbl-wrap .entry {
        width: 50%;
        padding-right: 8px;
        padding-left: 8px;
    }
}

@media all and (min-width: 480px) {
    .site-header .headline .description .weather {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .site-footer .nav-area .menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .site-footer .nav-area .menu > li {
        width: 50%;
        padding-right: 16px;
    }

    .social-links ul li {
        margin-left: 40px;
    }

    .jumbotron-slider .headline {
        font-size: 24px;
    }

    .page-headline h1 {
        font-size: 22px;
    }

    .page-headline h1:after {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    .page-section-headline {
        font-size: 22px;
    }

    .page-section-headline:after {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    .city-trips {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .city-trips .entry {
        padding: 0;
    }

    .city-trips .entry a {
        width: 110px;
        height: 110px;

        font-size: 14px;
    }

    .featured-news-teaser .title {
        font-size: 24px;
    }

    .featured-news-teaser .excerpt {
        display: block;
    }

    .events-calendar .cols-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        padding: 0 8px;
    }

    .events-calendar .col-datepicker,
    .events-calendar .col-events-list {
        flex: 0 0 auto;

        width: 50%;
        padding: 0 8px;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
    }

    .events-calendar .col-events-list {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }

    .events-calendar .col-datepicker {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .related-articles ul li .thumb {
        width: 160px;
    }

    .related-articles ul li .title {
        text-transform: uppercase;
    }

    .comments-wrap .comments-form .form-submit {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        text-align: left;

        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

@media all and (min-width: 600px) {
    .city-trips .entry a {
        width: 140px;
        height: 140px;

        font-size: 16px;
    }
}

@media all and (min-width: 680px) {
    .site-header .headline .logo {
        display: inline-block;
    }
}

@media all and (min-width: 700px) {
    .city-trips .entry a {
        width: 160px;
        height: 160px;

        font-size: 16px;
    }
}

@media all and (min-width: 760px) {
    .modal-dialog {
        width: 320px;
        margin: 30px auto;
    }

    .modal-content {
        padding: 30px;

        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    }

    .modal-sm {
        width: 300px;
    }

    .i-txt,
    textarea,
    input[type='text'],
    input[type='password'],
    input[type='number'],
    input[type='tel'],
    input[type='email'],
    select {
        height: 40px;
    }

    .site-middle {
        padding-top: 40px;
    }

    .site-middle.is-inner {
        padding-bottom: 165px;
    }

    .site-footer:before {
        position: absolute;
        bottom: 100%;
        left: 0;

        width: 100%;
        padding-bottom: 4.94792%;

        content: '';

        background: url('../images/city.png') no-repeat center bottom;
        background-size: contain;
    }

    .site-footer .nav-area .menu {
        -ms-flex-wrap: no-wrap;
        flex-wrap: no-wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .site-footer .nav-area .menu > li {
        width: 30%;
    }

    .site-footer .nav-area .menu > li > a {
        font-size: 18px;
    }

    .site-footer .info-area {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .site-footer .info-area .col2 {
        margin-top: 0;
    }

    .site-footer .info-area .col2 .menu {
        margin-right: 3em;
    }

    .jumbotron-slider .headline {
        margin-right: -8px;
        padding-right: -webkit-calc(.5em + 8px);
        padding-right:         calc(.5em + 8px);

        font-size: 36px;
    }

    .jumbotron-slider .headline:after {
        position: absolute;
        top: 100%;
        right: 0;

        width: 0;
        height: 0;

        content: '';

        border: 4px solid transparent;
        border-top-color: #e98900;
        border-left-color: #e98900;
    }

    .lp-section {
        margin-top: 40px;
    }

    .lp-section-entertainment {
        padding: 40px 0;
    }

    .lp-section-cameras {
        padding: 50px 0;
    }

    .page-headline {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        margin-bottom: 24px;

        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .page-headline h1 {
        font-size: 26px;
    }

    .page-headline h1:after {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    .page-headline form {
        margin-top: 0;
    }

    .page-section-headline {
        font-size: 26px;
    }

    .page-section-headline:after {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    .page-operations ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .page-operations ul li {
        margin-bottom: 0;
        padding-right: 3em;
    }

    .page-operations ul li:last-child {
        padding-right: 0;
    }

    .article-teaser .label .title {
        font-size: 18px;
        font-weight: 700;
    }

    .articles-list .list-entry .thumb {
        display: block;
    }

    .articles-list .list-entry .content {
        padding-left: 16px;
    }

    .articles-list .list-entry .content .title {
        font-size: 24px;
    }

    .latest-news-grid {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        margin-right: -8px;
        margin-left: -8px;

        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .latest-news-grid .col-featured,
    .latest-news-grid .col-prev,
    .latest-news-grid .col-list,
    .latest-news-grid .col-more {
        padding-right: 8px;
        padding-left: 8px;
    }

    .latest-news-grid .col-featured,
    .latest-news-grid .col-prev {
        width: 66.66667%;
    }

    .latest-news-grid .col-list,
    .latest-news-grid .col-more {
        width: 33.33333%;
    }

    .latest-news-grid .col-featured,
    .latest-news-grid .col-list {
        margin-bottom: 16px;
    }

    .latest-news-grid .col-featured {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .latest-news-grid .col-featured > * {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .latest-news-grid .col-featured {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }

    .latest-news-grid .col-list {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .latest-news-grid .col-prev {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .latest-news-grid .col-more {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .featured-news-teaser .title {
        font-size: 28px;
    }

    .featured-news-teaser .excerpt {
        font-size: 16px;
        line-height: 1.35;
    }

    .events-calendar {
        padding: 30px 0;
    }

    .more-link.is-2x1 {
        padding: 0 0 50% 0;
    }

    .city-videos-grid {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        margin-right: -8px;
        margin-left: -8px;

        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .city-videos-grid .col1 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        width: 66.66667%;
        margin-bottom: 16px;
        padding-right: 8px;
        padding-left: 8px;

        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .city-videos-grid .col1 .entry {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        width: 100%;
    }

    .city-videos-grid .col2 {
        width: 33.33333%;
        margin-bottom: 16px;
        padding-right: 8px;
        padding-left: 8px;

        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .city-videos-grid .col2 .entry {
        width: 100%;
        margin-top: 16px;
    }

    .city-videos-grid .col2 .entry:first-child {
        margin-top: 0;
    }

    .city-videos-grid .col3 {
        width: 66.66667%;
        padding-right: 8px;
        padding-left: 8px;

        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .city-videos-grid .col3 .dbl {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        margin-right: -8px;
        margin-left: -8px;
    }

    .city-videos-grid .col3 .entry {
        width: 50%;
        padding-right: 8px;
        padding-left: 8px;
    }

    .city-videos-grid .col4 {
        width: 33.33333%;

        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }

    .city-cameras {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        margin-right: -8px;
        margin-left: -8px;

        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }

    .city-cameras .col-video,
    .city-cameras .col-list {
        width: 50%;
        padding-right: 8px;
        padding-left: 8px;
    }

    .city-cameras .list-title {
        font-size: 24px;
    }

    .interactive-map .map {
        height: 450px;
    }

    .media-slider .nav-wrap {
        position: absolute;
        z-index: 100;
        bottom: 16px;
        left: 50%;

        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .media-slider .nav .prev,
    .media-slider .nav .next {
        display: inline-block;

        width: 26px;
        height: 48px;
    }

    .media-slider .nav .prev,
    .media-slider .nav .next {
        -webkit-transform: translateY(-1px) scale(.75);
        -ms-transform: translateY(-1px) scale(.75);
        transform: translateY(-1px) scale(.75);
    }

    .media-slider .nav .prev:hover,
    .media-slider .nav .next:hover {
        -webkit-transform: translateY(-1px) scale(.9);
        -ms-transform: translateY(-1px) scale(.9);
        transform: translateY(-1px) scale(.9);
    }

    .media-slider .nav .prev {
        background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iQ2FwYV8xIiBkYXRhLW5hbWU9IkNhcGEgMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgMjYgNDgiPjxkZWZzPjxzdHlsZT4uY2xzLTF7ZmlsbDojZmZmZmZmO308L3N0eWxlPjwvZGVmcz48dGl0bGU+0JzQvtC90YLQsNC20L3QsNGPINC+0LHQu9Cw0YHRgtGMIDE8L3RpdGxlPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTUuMzUsMjQsMjUuMjgsMy4zYTIsMiwwLDAsMCwwLTIuNzMsMS45LDEuOSwwLDAsMC0yLjcsMEwuNzIsMjIuNjNhMiwyLDAsMCwwLDAsMi43M0wyMi41Nyw0Ny40M2ExLjksMS45LDAsMCwwLDIuNywwLDEuOTQsMS45NCwwLDAsMCwwLTIuNzNaIi8+PC9zdmc+);
    }

    .media-slider .nav .next {
        background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iQ2FwYV8xIiBkYXRhLW5hbWU9IkNhcGEgMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgMjYgNDgiPjxkZWZzPjxzdHlsZT4uY2xzLTF7ZmlsbDojZmZmZmZmO308L3N0eWxlPjwvZGVmcz48dGl0bGU+0JzQvtC90YLQsNC20L3QsNGPINC+0LHQu9Cw0YHRgtGMIDE8L3RpdGxlPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTS43Miw0NC43YTEuOTQsMS45NCwwLDAsMCwwLDIuNzMsMS45LDEuOSwwLDAsMCwyLjcsMEwyNS4yOCwyNS4zN2EyLDIsMCwwLDAsMC0yLjczTDMuNDMuNTdhMS45LDEuOSwwLDAsMC0yLjcsMCwyLDIsMCwwLDAsMCwyLjczTDIwLjY1LDI0WiIvPjwvc3ZnPg==);
    }

    .media-slider .nav .pager a span {
        border-color: #fff;
    }

    .media-slider .nav .pager a:hover span,
    .media-slider .nav .pager a.active span {
        background-color: #fff;
    }

    .related-articles ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        display: flex;

        margin-right: -8px;
        margin-left: -8px;
    }

    .related-articles ul li {
        display: block;

        width: 33.333%;
        margin: 0;
        padding-right: 8px;
        padding-left: 8px;

        text-align: center;
    }

    .related-articles ul li .thumb {
        width: 100%;
        margin-bottom: 8px;
    }

    .related-articles ul li .title {
        padding: 0;
    }

    .textblock blockquote {
        margin-left: 2em;
        padding-left: 2em;
    }

    .textblock table tr th {
        font-size: 16px;
    }

    .textblock table tr td {
        padding: .5em .5em;

        font-size: 14px;
    }

    .textblock img.alignleft {
        float: left;

        margin: 0 15px 10px 0;
    }

    .textblock img.alignright {
        float: right;

        margin: 0 0 10px 15px;
    }
}

@media all and (min-width: 800px) {
    .city-trips .entry a {
        width: 180px;
        height: 180px;

        font-size: 18px;
    }
}

@media all and (min-width: 900px) {
    .city-trips {
        padding: 0 40px;
    }

    .audioguides-wrap .columns {
        height: 500px;
        padding-left: 300px;
    }

    .audioguides-wrap .columns .col-list {
        position: absolute;
        z-index: 2;
        top: 0;
        left: 0;

        width: 300px;
        height: 500px;

        background: #fff;
    }

    .audioguides-wrap .columns .col-list .info-scroll-inner {
        padding-right: 15px;
    }

    .audioguides-wrap .columns .col-details {
        display: block;
    }

    .audioguides-wrap .columns .col-map {
        display: block;
    }

    .audioguides-wrap .columns.is-details-visible {
        padding-left: 650px;
    }

    .audioguides-wrap .object-info .info-scroll .info-scroll-inner {
        padding-right: 15px;
    }

    .objects-list .list-entry .entry-details {
        display: none;
    }
}

@media all and (min-width: 1000px) {
    .hide-from-dsk {
        display: none !important;
    }

    .site-nav {
        padding: 0;
    }

    .site-nav .container {
        display: block;
    }

    .site-nav .nav-toggle {
        display: none;
    }

    .site-nav .menu-wrap {
        display: block;
    }

    .site-header {
        padding: 30px 0 20px;
    }

    .site-header .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .site-header .options {
        margin-top: 0;
    }

    .site-header .options .options-top {
        border-bottom: 1px solid #e4e4e4;

        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .site-header .options .options-top .lang {
        border-left: 1px solid #e4e4e4;
    }

    .site-header .options .options-bottom {
        padding-top: 20px;
    }

    .site-footer .nav-area {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .site-footer .nav-area .logo {
        display: inline-block;
    }

    .jumbotron-slider .headline {
        font-size: 48px;
    }

    .page-headline {
        margin-bottom: 32px;
    }

    .page-headline h1 {
        font-size: 30px;
    }

    .page-section-headline {
        font-size: 30px;
    }

    .city-trips {
        padding: 0 100px;
    }

    .article-teaser .label {
        padding: .25em 1em 1em;

        background: rgba(0, 0, 0, .7);
    }

    .article-teaser:hover a:after {
        visibility: visible;

        -webkit-transition: all .35s ease-in-out;
        transition: all .35s ease-in-out;

        opacity: 1;
    }

    .article-teaser:hover img,
    .article-teaser:hover .thumb {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    .article-teaser:hover .label {
        top: 0;

        padding-top: .75em;

        -webkit-transform: none;
        -ms-transform: none;
        transform: none;

        background: none;
    }

    .article-teaser:hover .label .title:after {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }

    .article-teaser:hover .label .excerpt {
        visibility: visible;

        opacity: 1;
    }

    .articles-grid .grid-entry {
        width: 33.33333%;
    }

    .articles-grid .grid-entry.is-wide {
        width: 66.66667%;
    }

    .entertainment-grid .grid-entry {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .entertainment-grid .grid-entry:nth-child(2) {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }

    .entertainment-grid .grid-entry:nth-child(1) {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .articles-list .list-entry .content {
        padding-right: 160px;
    }

    .articles-list .list-entry .content .excerpt .more {
        display: block;
    }

    .featured-news-teaser .title {
        font-size: 34px;
    }

    .featured-news-teaser .excerpt {
        font-size: 18px;
    }

    .interactive-map .map {
        height: 500px;
    }

    .interactive-map-filters {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .interactive-map-filters .subjects {
        flex: 0 0 auto;

        width: 280px;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
    }

    .interactive-map-filters .advantages {
        flex: 0 0 auto;

        margin-top: 0;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
    }

    .audioguides-wrap .columns .col-details {
        width: 450px;

        -webkit-transform: translateX(-450px);
        -ms-transform: translateX(-450px);
        transform: translateX(-450px);
    }

    .audioguides-wrap .columns.is-details-visible {
        padding-left: 750px;
    }

    .article-wrap {
        flex-direction: row;

        margin-right: -8px;
        margin-left: -8px;

        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
    }

    .article-wrap .col-left,
    .article-wrap .col-right {
        width: 50%;
        margin: 0;
        padding-right: 8px;
        padding-left: 8px;
    }

    .article-wrap .col-left {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .article-wrap .col-right {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .comments-wrap .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        margin-right: -8px;
        margin-left: -8px;
    }

    .comments-wrap .container .col-left,
    .comments-wrap .container .col-right {
        width: 50%;
        margin: 0;
        padding-right: 8px;
        padding-left: 8px;
    }

    .textblock h2 {
        padding: 0 4em;
    }

    .textblock h3 {
        padding: 0 2em;
    }
}

@media all and (min-width: 1200px) {
    .modal-lg {
        width: 900px;
    }

    .site-nav .menu {
        font-size: 19px;
    }

    .site-header .headline .logo {
        margin-right: 40px;
    }

    .featured-news-teaser .title {
        font-size: 48px;
    }

    .featured-news-teaser .excerpt {
        font-size: 22px;
    }

    .events-calendar {
        padding: 40px 0;
    }

    .news-list ul {
        padding-left: 30px;
    }

    .interactive-map .map {
        height: 600px;
    }

    .audioguides-wrap .columns .col-details {
        width: 550px;

        -webkit-transform: translateX(-550px);
        -ms-transform: translateX(-550px);
        transform: translateX(-550px);
    }

    .audioguides-wrap .columns.is-details-visible {
        padding-left: 850px;
    }
}

@media all and (min-width: 1220px) {
    .jumbotron-slider .headline {
        margin-right: -20px;
        padding-right: -webkit-calc(.5em + 20px);
        padding-right:         calc(.5em + 20px);
    }

    .jumbotron-slider .headline:after {
        border-width: 10px;
    }
}

@media all and (max-width: 999px) {
    .hide-to-dsk {
        display: none !important;
    }

    .site-nav .logo {
        visibility: visible;

        opacity: 1;
    }

    .site-footer .nav-area .logo {
        display: none;
    }
}

@media all and (max-width: 759px) {
    .latest-news-grid .col-featured,
    .latest-news-grid .col-prev,
    .latest-news-grid .col-list,
    .latest-news-grid .col-more {
        margin-top: 16px;
    }

    .latest-news-grid .col-featured:first-child,
    .latest-news-grid .col-prev:first-child,
    .latest-news-grid .col-list:first-child,
    .latest-news-grid .col-more:first-child {
        margin-top: 0;
    }

    .city-cameras .col-video,
    .city-cameras .col-list {
        margin-top: 16px;
    }

    .city-cameras .col-video:first-child,
    .city-cameras .col-list:first-child {
        margin-top: 0;
    }

    .media-slider .slider-wrap {
        margin-right: -8px;
        margin-left: -8px;
    }

    .media-slider .nav-wrap {
        margin-top: 8px;
    }

    .textblock img.alignleft {
        display: block;

        margin: 10px auto;
    }

    .textblock img.alignright {
        display: block;

        margin: 10px auto;
    }
}

@media all and (max-width: 479px) {
    .events-calendar .cols-wrap {
        padding: 0 8px;
    }

    .events-calendar .col-events-list {
        margin-top: 24px;
    }

    .city-videos-grid .col,
    .city-videos-grid .entry {
        margin-top: 16px;
    }

    .city-videos-grid .col:first-child,
    .city-videos-grid .entry:first-child {
        margin-top: 0;
    }
}

@media all and (max-width: 420px) {
    .latest-news-grid .dbl-wrap .entry {
        margin-top: 16px;
    }

    .latest-news-grid .dbl-wrap .entry:first-child {
        margin-top: 0;
    }
}

@media all and (min-width: 760px) and (max-width: 999px) {
    .site-header .options {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .site-header .options .options-top {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .site-header .options .options-bottom {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }

    .site-header .options .options-bottom {
        padding-top: 0;
    }
}

@media all and (min-width: 480px) and (max-width: 759px) {
    .city-videos-grid {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .city-videos-grid .col {
        margin-top: 16px;
    }

    .city-videos-grid .col:first-child {
        margin-top: 0;
    }

    .city-videos-grid .col1 {
        width: 100%;
    }

    .city-videos-grid .col2,
    .city-videos-grid .col3 {
        width: 100%;
    }

    .city-videos-grid .col2 .dbl,
    .city-videos-grid .col3 .dbl {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        margin-right: -8px;
        margin-left: -8px;
    }

    .city-videos-grid .col2 .entry,
    .city-videos-grid .col3 .entry {
        width: 50%;
        padding-right: 8px;
        padding-left: 8px;
    }

    .city-videos-grid .col4 {
        width: 100%;
    }
}