@charset "UTF-8";
@font-face {
    font-family: probapro;
    src: url(static/fonts/ProbaPro/ProbaProRegular.woff2) format("WOFF2"), url(static/fonts/ProbaPro/ProbaProRegular.woff) format("WOFF"), url(static/fonts/ProbaPro/ProbaProRegular.svg) format("SVG");
    font-weight: 100;
    font-style: normal
}

@font-face {
    font-family: probaprosemibold;
    src: url(static/fonts/ProbaPro/ProbaProSemiBold.woff2) format("WOFF2"), url(static/fonts/ProbaPro/ProbaProSemiBold.woff) format("WOFF"), url(static/fonts/ProbaPro/ProbaProSemiBold.eot) format("EOT"), url(static/fonts/ProbaPro/ProbaProSemiBold.svg) format("SVG");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: probaprobold;
    src: url(static/fonts/ProbaPro/ProbaProBold.woff2) format("WOFF2"), url(static/fonts/ProbaPro/ProbaProBold.woff) format("WOFF"), url(static/fonts/ProbaPro/ProbaProBold.eot) format("EOT"), url(static/fonts/ProbaPro/ProbaProBold.svg) format("SVG");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: fontawesome;
    src: url(static/fonts/FontAwesome/fontawesome-webfont.eot) format('embedded-opentype'), url(static/fonts/FontAwesome/fontawesome-webfont.woff) format('woff2'), url(static/fonts/FontAwesome/fontawesome-webfont.woff) format('woff'), url(static/fonts/FontAwesome/fontawesome-webfont.ttf) format('truetype'), url(./static/fonts/FontAwesome/fontawesome-webfont.svg) format('svg');
    font-weight: 400;
    font-style: normal
}

.fa {
    display: inline-block;
    float: left;
    font: normal normal normal 1.2em/1 FontAwesome !important;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    padding-left: 10px;
    padding-top: 5px;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571429em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

.fa-ul > li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.85714286em
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right {
    margin-left: .3em
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1)
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
}

:root .fa-flip-horizontal, :root .fa-flip-vertical, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-rotate-90 {
    filter: none
}

.fa-home:before {
    content: "\f015"
}

.fa-download:before {
    content: "\f019"
}

.fa-refresh:before {
    content: "\f021"
}

.fa-print:before {
    content: "\f02f"
}

.fa-arrows:before {
    content: "\f047"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-calendar:before {
    content: "\f073"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-phone:before {
    content: "\f095"
}

.fa-square-o:before {
    content: "\f096"
}

.fa-bookmark-o:before {
    content: "\f097"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook-f:before, .fa-facebook:before {
    content: "\f09a"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-copy:before, .fa-files-o:before {
    content: "\f0c5"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-calendar-o:before {
    content: "\f133"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-caret-square-o-down:before, .fa-toggle-down:before {
    content: "\f150"
}

.fa-caret-square-o-up:before, .fa-toggle-up:before {
    content: "\f151"
}

.fa-caret-square-o-right:before, .fa-toggle-right:before {
    content: "\f152"
}

.fa-eur:before, .fa-euro:before {
    content: "\f153"
}

.fa-gbp:before {
    content: "\f154"
}

.fa-dollar:before, .fa-usd:before {
    content: "\f155"
}

.fa-inr:before, .fa-rupee:before {
    content: "\f156"
}

.fa-cny:before, .fa-jpy:before, .fa-rmb:before, .fa-yen:before {
    content: "\f157"
}

.fa-rouble:before, .fa-rub:before, .fa-ruble:before {
    content: "\f158"
}

.fa-krw:before, .fa-won:before {
    content: "\f159"
}

.fa-bitcoin:before, .fa-btc:before {
    content: "\f15a"
}

.fa-file:before {
    content: "\f15b"
}

.fa-youtube-square:before {
    content: "\f166"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-youtube-play:before {
    content: "\f16a"
}

.fa-archive:before {
    content: "\f187"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-file-pdf-o:before {
    content: "\f1c1"
}

.fa-file-word-o:before {
    content: "\f1c2"
}

.fa-file-excel-o:before {
    content: "\f1c3"
}

.fa-file-powerpoint-o:before {
    content: "\f1c4"
}

.fa-file-image-o:before, .fa-file-photo-o:before, .fa-file-picture-o:before {
    content: "\f1c5"
}

.fa-file-archive-o:before, .fa-file-zip-o:before {
    content: "\f1c6"
}

.fa-file-audio-o:before, .fa-file-sound-o:before {
    content: "\f1c7"
}

.fa-file-movie-o:before, .fa-file-video-o:before {
    content: "\f1c8"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-calendar-plus-o:before {
    content: "\f271"
}

.fa-calendar-minus-o:before {
    content: "\f272"
}

.fa-calendar-times-o:before {
    content: "\f273"
}

.fa-calendar-check-o:before {
    content: "\f274"
}

.fa-low-vision:before {
    content: "\f2a8"
}

.fa-video:before {
    content: "\f2a9"
}

.fa-next:before {
    content: "\f105"
}

.fa-prev:before {
    content: "\f104"
}

.fa-window-close:before {
    content: "\f2d3"
}

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

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

.icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    fill: currentColor;
    color: #fff
}

.icon-arrow-left {
    width: 8.77px;
    height: 15.53px
}

.icon-availability {
    width: 24px;
    height: 22px
}

.icon-btn-arrow, .icon-btn-user {
    width: 12px;
    height: 12px
}

.icon-chat {
    width: 18px;
    height: 18px
}

.icon-fb {
    width: 22px;
    height: 22px
}

.icon-tw {
    width: 22px;
    height: 22px
}

.icon-youtube {
    width: 22px;
    height: 22px
}

.icon-file {
    width: 33px;
    height: 44.08px
}

.icon-hand {
    width: 30.86px;
    height: 19.5px
}

.icon-hear {
    width: 18px;
    height: 18px
}

.icon-in {
    width: 20.57px;
    height: 17.14px
}

.icon-language {
    width: 24px;
    height: 22px
}

.icon-logo {
    display: block;
    margin: 0 auto;
    width: 80px;
    height: 80px;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-image: url(/wp-content/themes/rc/images/shield.svg)
}

.icon-message {
    width: 24px;
    height: 20.57px
}

.icon-out {
    width: 21px;
    height: 17.14px
}

.icon-popup-close {
    width: 20px;
    height: 20px
}

html {
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-overflow-style: scrollbar;
    scroll-behavior: smooth
}

b, body, strong {
    font-weight: 700;
    font-style: normal
}

body {
    font-weight: 400;
    font-style: normal;
    line-height: 1;
    margin: 0;
    min-width: 320px;
    font-size: 1.2rem;
    font-family: probapro, arial, helvetica, tahoma, sans-serif;
    background-color: #dee4e7;
    color: #1d1d1b;
}

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

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

a {
    color: #2d5ca6;
    background-color: transparent;
    color: inherit;
    text-decoration: none
}

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

b, strong {
    font-family: probaprobold, arial, helvetica, tahoma, sans-serif
}

dfn {
    font-style: italic
}

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

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

audio, canvas, video {
    display: inline-block
}

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

img {
    border-style: none;
    max-width: 100%
}

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

button, input {
    line-height: 1.15;
    margin: 0;
    overflow: visible
}

optgroup, select, textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button, select {
    text-transform: none
}

li {
    margin-bottom: 5px;
    margin-left: 10px
}

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

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

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

fieldset {
    padding: .35em .75em .625em
}

legend {
    color: inherit;
    display: table;
    max-width: 100%;
    white-space: normal
}

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

textarea {
    overflow: auto
}

::after, ::before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

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

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

@media (max-width: 1221px) {
    .container {
        max-width: 1200px;
        padding: 0 40px
    }
}

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

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

* {
    outline: 0 !important;
    padding: 0;
    margin: 0;
    font-family: probapro, arial, helvetica, tahoma, sans-serif
}

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

body.popup-opened {
    overflow: hidden;
    overflow-scrolling: touch
}

@media (max-width: 767px) {
    body.popup-opened {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%
    }
}

@media (max-width: 992px) {
    body.menu-opened {
        overflow: hidden;
        overflow-scrolling: touch
    }
}

input {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    font-family: probapro, arial, helvetica, tahoma, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 100%
}

input::-ms-clear {
    display: none !important
}

input::-ms-reveal {
    display: none !important
}

html [type=button] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

button {
    padding: 0;
    border: 0;
    background-color: transparent;
    cursor: pointer;
    font-family: probapro, arial, helvetica, tahoma, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 100%;
    text-align: left
}

.hidden {
    display: none !important
}

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

@media (min-width: 768px) and (max-width: 992px) {
    .hidden-sm {
        display: none !important
    }
}

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

.link, .link:hover {
    text-decoration: none !important
}

.link {
    color: #005b85;
    border-bottom: 1px solid #005b85
}

.link:hover {
    border-bottom-color: transparent
}

.link-file {
    position: relative;
    padding-left: 30px;
    display: block;
    font-size: 100%;
    color: #114476;
    text-decoration: underline;
    margin-bottom: 3px
}

.link-file:last-child {
    margin-bottom: 0
}

.link-file:hover {
    text-decoration: none
}

.link-file:before {
    content: '';
    display: block;
    background-color: transparent;
    background-image: url(/wp-content/themes/rc/images/sprite.svg);
    -webkit-background-size: 618px 548px;
    background-size: 618px 548px;
    width: 14px;
    height: 24px;
    background-position: -167px -162px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.link-ref {
    position: relative;
    padding-left: 37px;
    display: block;
    font-size: 100%;
    color: #114476;
    text-decoration: underline;
    margin-bottom: 3px
}

.link-ref:last-child {
    margin-bottom: 0
}

.link-ref:hover {
    text-decoration: none
}

.link-ref:before {
    content: '';
    display: block;
    background-color: transparent;
    background-image: url(/wp-content/themes/rc/images/sprite.svg);
    -webkit-background-size: 618px 548px;
    background-size: 618px 548px;
    width: 22px;
    height: 8px;
    background-position: -285px -289px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.lowvision .link-file:before, .lowvision .link-ref:before {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

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

a:focus, a:hover {
    color: inherit;
    text-decoration: none
}

.h1, h1 {
    margin: 0 0 60px;
    font-family: probaprobold, arial, helvetica, tahoma, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 250%;
    line-height: 1.15
}

@media (max-width: 767px) {
    .h1, h1 {
        font-size: 168.75%;
        line-height: 1.33
    }
}

.h2, h2 {
    margin: 0 0 40px;
    font-family: probaprobold, arial, helvetica, tahoma, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 187.5%;
    line-height: 1.15;
    margin: 0 0 10px
}

@media (max-width: 767px) {
    .h2, h2 {
        font-size: 137.5%;
        line-height: 1.36
    }
}

.h3, h3 {
    margin: 0;
    font-family: probaprobold, arial, helvetica, tahoma, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 150%;
    line-height: 1.15;
    margin: 0 0 10px
}

@media (max-width: 767px) {
    .h3, h3 {
        font-size: 112.5%;
        line-height: 1.33
    }
}

.h4, .h5, .h6, h4, h5, h6 {
    margin: 0 0 26px;
    font-family: probaprobold, arial, helvetica, tahoma, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 125%;
    line-height: 1.15;
    margin: 0 0 10px
}

@media (max-width: 767px) {
    .h4, .h5, .h6, h4, h5, h6 {
        font-size: 93.75%;
        line-height: 1.33
    }
}

.h1:last-child, .h2:last-child, .h3:last-child, .h4:last-child, .h5:last-child, .h6:last-child, .header__action-item:last-child, .header__body:last-child, figure:last-child, h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child, p:last-child {
    margin-bottom: 0
}

p {
    line-height: 1.5;
    font-weight: 200
}

figure img, figure p {
    margin-bottom: 10px
}

figure figcaption {
    font-size: 100%;
    color: #b8c0ca
}

header.header {
    background: radial-gradient(425.02px at 50% 50%, #104d82 0, #6a6e86 100%);
    padding-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative
}

@media (min-width: 1221px) {
    .header {
        border-bottom: 1px solid #fff
    }

    .header__body {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: -80px;
        margin-top: 45px;
    }

    .header__main-left {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }

    .header__main {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        flex-direction: column;
        margin: auto;
        bottom: 90px;
        position: relative
    }

    .header__main-left {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 650px;
        -ms-flex: 0 0 650px;
        flex: 0 0 650px;
        max-width: 650px;
        padding-right: 33px
    }

    .header__inner {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        min-height: 220px
    }

    .nav__action {
        display: none;
        visibility: hidden
    }
}

.header__inner {
    padding-top: 18px
}

@media (min-width: 768px) and (max-width: 1220px) {
    .header__inner {
        padding: 0
    }
}

@media (max-width: 767px) {
    .header__inner {
        padding: 24px 0 29px
    }
}

@media (max-width: 1221px) {
    .header__top {
        height: 100px
    }
}

@media (max-width: 1220px) {
    .header__top {
        display: none
    }

    .header__main-left {
        text-align: center;
        margin-bottom: 12px
    }

    .header__bottom {
        height: 10px
    }
}

@media (max-width: 767px) {
    .header__main-left {
        margin-bottom: 7px
    }
}

.header__main-logo {
    display: block;
    margin: 0 auto;
    width: 80px;
    height: 80px;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-image: url(/wp-content/themes/rc/images/shield.svg)
}

.lowvision .header__main-logo {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

@media (min-width: 1221px) {
    .header__main-logo {
        width: 200px;
        height: 200px
    }
}

@media (min-width: 768px) and (max-width: 1220px) {
    .header__main-logo {
        width: 80px;
        height: 80px;
        margin: 0 auto
    }
}

@media (max-width: 767px) {
    .header__main-logo {
        width: 60px;
        height: 60px;
        margin: 0 auto 5px
    }
}

@media (min-width: 1221px) {
    .header__main-info {
    }
}

.header__main-label {
    font-size: 18px;
    color: #b8c0ca
}

@media (min-width: 1221px) {
    .header__main-label {
        margin-bottom: -4px
    }
}

@media (min-width: 768px) and (max-width: 1220px) {
    .header__main-label {
        max-width: 290px;
        margin: 0 auto 6px
    }
}

@media (max-width: 767px) {
    .header__main-label {
        max-width: 230px;
        margin: 0 auto 5px;
        font-size: 14px
    }
}

.header__main-title {
    font-family: probaprobold, arial, helvetica, tahoma;
    color: #fff;
    font-variant: small-caps;
    margin: 2px 0;
    font-size: 200%;
    letter-spacing: 4px;
    line-height: unset;
    text-align: center
}

@media all and (-ms-high-contrast: none),(-ms-high-contrast: active) {
    .header__main-title {
        font-size: 180%
    }
}

@media (max-width: 767px) {
    .header__main-title {
        font-size: 120%;
        letter-spacing: 1px
    }
}

.header__main-right {
    position: relative
}

@media (min-width: 1221px) {
    .header__main-right {
        padding-left: 30px;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }
}

@media (max-width: 1220px) {
    .header__main-right {
        text-align: center;
        padding-top: 22px
    }
}

@media (max-width: 767px) {
    .header__main-right {
        padding-top: 19px
    }
}

.header__main-right:before {
    content: '';
    display: block;
    background-color: #929da9;
    position: absolute
}

@media (min-width: 1221px) {
    .header__main-right:before {
        width: 1px;
        height: 48px;
        margin-top: -24px;
        left: 0;
        top: 50%
    }
}

@media (max-width: 1220px) {
    .header__main-right:before {
        width: 48px;
        height: 1px;
        top: 0;
        left: 50%;
        margin-left: -24px
    }
}

.header__main-number {
    font-size: 68px;
    color: #fff;
    font-family: probapro-light, arial, helvetica, tahoma, sans-serif;
    font-weight: 400;
    font-style: normal
}

@media (min-width: 1221px) {
    .header__main-number {
        padding-top: 9px
    }
}

@media (max-width: 767px) {
    .header__main-number {
        font-size: 36px
    }
}

@media (min-width: 1221px) {
    .header__action {
        margin-right: 15px;
        width: 180px
    }
}

.header__action-item {
    margin-bottom: 14px
}

.header__action-item span {
    padding-left: 35px;
    display: block
}

.header__language span {
    padding-top: 5px;
    margin-top: -9px
}

@media (max-width: 1220px) {
    .header__action-item {
        display: none
    }

    .header__action-item .header__availability {
        display: block
    }

    .header__action-item .header__availability ._btn {
        top: 24px;
        color: #fff;
        bottom: auto
    }

    .header__action-item ._btn .icon {
        margin-top: 0
    }
}

.header__action-item ._btn {
    font-size: 100%;
    color: #929da9;
    text-align: left;
    line-height: 1.125;
    position: relative;
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    font-family: probapro, arial, helvetica, tahoma, sans-serif;
    font-weight: 400;
    font-style: normal
}

@media (max-width: 767px) {
    .header__action-item ._btn {
        padding-left: 24px
    }
}

.header__action-item ._btn:hover {
    color: #fff
}

.header__action-item ._btn .icon {
    max-width: 25px;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: -2px
}

.header__bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

@media (min-width: 1221px) {
    .header__bottom {
        margin-top: auto
    }
}

.header__nav-open {
    position: absolute;
    top: 16px;
    left: 18px;
    color: #8e96a4
}

@media (min-width: 1221px) {
    .header__nav-open {
        display: none
    }
}

@media (max-width: 767px) {
    .header__nav-open {
        top: 7px;
        left: 9px
    }
}

.header__nav-open:before, .lowvision .header__nav-open:before {
    content: '';
    display: block;
    background-color: transparent;
    background-image: url(/wp-content/themes/rc/images/sprite.svg);
    -webkit-background-size: 618px 548px;
    background-size: 618px 548px;
    width: 30px;
    height: 30px;
    background-position: -335px -325px
}

.header__social {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 0;
    right: -15px;
    position: relative;
    margin-left: auto
}

@media (max-width: 1220px) {
    .header__social {
        display: none
    }
}

.header__social ._link {
    margin-right: 10px
}

.header__social ._link:last-child {
    margin-right: 0
}

.lowvision .header {
    background: 0 0;
    position: relative;
    background-color: #fff;
    border-bottom: 1px solid #323a45
}

.lowvision .header__nav-open:before {
    background-position: -395px -385px
}

.nav__action {
    margin: 10px 0;
    border-top: 1px solid #929da9
}

.nav__action_availability {
    margin-bottom: 10px;
    color: #929da9
}

.footer__lang {
    margin-bottom: 20px;
    color: #929da9
}

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

.nav__action svg, .footer__lang svg, .footer__social svg {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    margin-top: -2px
}

@media (max-width: 767px) {
    .nav__action_availability ._btn, .nav__action_availability ._link {
        text-align: left
    }
}

.nav__action_availability ._btn:hover, .nav__action_availability ._link:hover, .footer__lang ._btn:hover, .footer__lang ._link:hover, .footer__social ._btn:hover, .footer__social ._link:hover {
    color: #fff
}

.nav__action_availability ._btn span:before, .nav__action_availability ._link span:before {
    content: attr(data-text-open)
}

.lowvision .nav__action_availability ._btn span:before, .nav__action_availability ._link span:before {
    content: attr(data-text-close)
}

.breadcrumbs {
    margin-top: 24px;
    margin-bottom: 30px
}

.breadcrumbs__item {
    margin-left: 0
}

.breadcrumbs__item {
    position: relative;
    color: #005b85;
    font-size: 90%;
    font-family: probaprosemibold, arial, helvetica, tahoma, sans-serif;
    font-weight: 700;
    font-style: normal;
    display: inline
}

.breadcrumbs__item:after {
    content: '/';
    color: #676767;
    font-size: 90%;
    margin: 0 10px;
    text-decoration: none !important
}

.breadcrumbs__item:last-child {
    text-decoration: none;
    color: #676767
}

.breadcrumbs__item:last-child:after {
    display: none
}

.breadcrumbs__item > a:hover {
    border-bottom: 1px solid #2d5ca6
}

.footer {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background-color: #fff;
    position: relative
}

.footer__top {
    background-color: #244260
}

.footer__body-inner {
    padding-top: 20px;
    /*padding: 100px 20px 40px;*/
    /*min-height: 455px;*/
    color: #000;
    position: relative
}

.footer__description, .footer__action {
    margin-bottom: 20px
}

.footer__logo {
    height: 70px;
    width: 70px;
    background-image: url(/wp-content/themes/rc/images/DIU-embl.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left center;
    display: table-cell
}

.footer__copy {
    display: table-cell;
    vertical-align: middle;
    padding-left: 10px;
    font-size: 90%
}

.lowvision .footer__logo {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

.footer__description_text {
    color: #000;
    font-size: 90%;
    display: block;
    letter-spacing: .1px
}

.footer__description_text a {
    color: #2d5ca6;
    font-size: 100%
}

@media (min-width: 768px) and (max-width: 1220px) {
    .footer__body-inner {
        padding-bottom: 100px
    }
}

@media (max-width: 767px) {
    .footer__body-inner {
        padding-bottom: 115px;
        padding-left: 20px
    }

    .footer__logo {
        height: 40px;
        width: 40px
    }
}

.footer__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -20px 30px 0;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (max-width: 767px) {
    .footer__row {
        margin: 0 -15px
    }
}

.footer__col {
    padding: 0 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (min-width: 1221px) {
    .footer__col {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
}

@media (min-width: 768px) and (max-width: 1220px) {
    .footer__col {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .footer__col--no-tablet {
        display: none
    }
}

.footer__tablet, .nav__action {
    margin-top: auto;
    padding-top: 10px
}

@media (min-width: 768px) and (max-width: 1220px) {
    .footer__tablet, .nav__action {
        display: block
    }

    .footer__logo {
        height: 80px;
        width: 80px
    }
}

@media (max-width: 768px) {
    .footer__logo {
        height: 50px;
        width: 50px
    }
}

.footer__availability, .footer__lang {
    margin-bottom: 20px;
    color: #929da9
}

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

.footer__action svg {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    margin-top: -2px
}

.footer__availability svg {
    color: #000 !important
}

.footer .icon {
    color: #000;
    fill: #000
}

.footer .license {
    display: table;
    margin: 50px 0
}

.footer .footer__license_icon, .footer .footer__license_text {
    display: table-cell;
    vertical-align: middle
}

.footer .footer__license_text {
    font-size: 90%
}

.footer .icon-cc {
    width: 40px;
    height: 40px;
    margin-right: 10px
}

.site-map__icon .icon {
    color: #fff;
    fill: #fff
}

.lowvision .site-map__icon .icon {
    color: #000;
    fill: #000
}

.footer__availability ._btn, .footer__availability ._link {
    color: #000
}

@media (max-width: 767px) {
    .footer__availability ._btn, .footer__availability ._link {
        text-align: left
    }
}

.footer__availability ._btn span:before, .footer__availability ._link span:before {
    content: attr(data-text-open)
}

.lowvision .footer__availability ._btn span:before, .footer__availability ._link span:before {
    content: attr(data-text-close)
}

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

.footer__lang ._btn, .footer__lang ._link {
    color: #929da9
}

.footer__social {
    color: #929da9;
    margin-bottom: 28px
}

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

.footer__social ._btn, .footer__social ._link {
    color: #929da9
}

.footer__social .icon {
    width: 24px;
    height: 24px
}

.lowvision .footer {
    background: #fff
}

.lowvision .footer * {
    color: #000 !important
}

.lowvision .footer__top {
    background-color: #fff;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000
}

.wrapper {
    max-width: 1200px;
    margin: 0 auto;
    -webkit-box-shadow: 0 1px 8px 0 rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 1px 8px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 1px 8px 0 rgba(0, 0, 0, .2)
}

.wrapper, .wrapper__inner, .wrapper__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.wrapper__wrap {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: 100vh
}

.wrapper__inner {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background-color: #fff
}

.btn {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    -webkit-transition: .15s ease-in-out;
    -o-transition: .15s ease-in-out;
    transition: .15s ease-in-out;
    border: 1px solid transparent;
    text-align: center;
    padding: 9px 20px;
    line-height: 1.5;
    font-size: 125%;
    min-width: 140px;
    font-family: roboto-regular, arial, helvetica, tahoma, sans-serif;
    font-weight: 400;
    font-style: normal
}

.lowvision .btn {
    border: 2px solid transparent
}

.lowvision ._btn i {
    display: none
}

.lowvision .btn-danger, .lowvision .btn-danger:hover, .lowvision .btn-dark, .lowvision .btn-dark:hover, .lowvision .btn-light, .lowvision .btn-light:hover, .lowvision .btn-outline-danger, .lowvision .btn-outline-danger:hover, .lowvision .btn-outline-dark, .lowvision .btn-outline-dark:hover, .lowvision .btn-outline-light, .lowvision .btn-outline-light:hover, .lowvision .btn-outline-primary, .lowvision .btn-outline-primary:hover, .lowvision .btn-outline-secondary, .lowvision .btn-outline-secondary:hover, .lowvision .btn-outline-success, .lowvision .btn-outline-success:hover, .lowvision .btn-outline-warning, .lowvision .btn-outline-warning:hover, .lowvision .btn-primary, .lowvision .btn-primary:hover, .lowvision .btn-secondary, .lowvision .btn-secondary:hover, .lowvision .btn-success, .lowvision .btn-success:hover, .lowvision .btn-warning, .lowvision .btn-warning:hover {
    background-color: #fff;
    border-color: #000;
    color: #000
}

.lowvision .btn-danger.disabled, .lowvision .btn-danger:disabled, .lowvision .btn-dark.disabled, .lowvision .btn-dark:disabled, .lowvision .btn-light.disabled, .lowvision .btn-light:disabled, .lowvision .btn-outline-danger.disabled, .lowvision .btn-outline-danger:disabled, .lowvision .btn-outline-dark.disabled, .lowvision .btn-outline-dark:disabled, .lowvision .btn-outline-light.disabled, .lowvision .btn-outline-light:disabled, .lowvision .btn-outline-primary.disabled, .lowvision .btn-outline-primary:disabled, .lowvision .btn-outline-secondary.disabled, .lowvision .btn-outline-secondary:disabled, .lowvision .btn-outline-success.disabled, .lowvision .btn-outline-success:disabled, .lowvision .btn-outline-warning.disabled, .lowvision .btn-outline-warning:disabled, .lowvision .btn-primary.disabled, .lowvision .btn-primary:disabled, .lowvision .btn-secondary.disabled, .lowvision .btn-secondary:disabled, .lowvision .btn-success.disabled, .lowvision .btn-success:disabled, .lowvision .btn-warning.disabled, .lowvision .btn-warning:disabled {
    background-color: #fff;
    border-color: #000;
    color: #000;
    opacity: .8
}

.lowvision .btn-danger.btn-loading:before, .lowvision .btn-dark.btn-loading:before, .lowvision .btn-light.btn-loading:before, .lowvision .btn-outline-danger.btn-loading:before, .lowvision .btn-outline-dark.btn-loading:before, .lowvision .btn-outline-light.btn-loading:before, .lowvision .btn-outline-primary.btn-loading:before, .lowvision .btn-outline-secondary.btn-loading:before, .lowvision .btn-outline-success.btn-loading:before, .lowvision .btn-outline-warning.btn-loading:before, .lowvision .btn-primary.btn-loading:before, .lowvision .btn-secondary.btn-loading:before, .lowvision .btn-success.btn-loading:before, .lowvision .btn-warning.btn-loading:before {
    border-color: rgba(0, 0, 0, .75) rgba(0, 0, 0, .75) rgba(0, 0, 0, .25) rgba(0, 0, 0, .25)
}

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

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

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

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

@keyframes clockwise {
    to {
        -webkit-transform: rotate(360deg) translatez(0);
        transform: rotate(360deg) translatez(0)
    }
}

.datepicker {
    padding: 4px;
    direction: ltr
}

.datepicker-inline {
    width: 220px
}

.datepicker.datepicker-rtl {
    direction: rtl
}

.datepicker.datepicker-rtl table tr td span {
    float: right
}

.datepicker-dropdown {
    top: 0;
    left: 0
}

.datepicker-dropdown:before {
    content: '';
    display: none;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #999;
    border-top: 0;
    border-bottom-color: rgba(0, 0, 0, .2);
    position: absolute
}

.datepicker-dropdown:after {
    content: '';
    display: none;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-top: 0;
    position: absolute
}

.datepicker-dropdown.datepicker-orient-left:before {
    left: 6px
}

.datepicker-dropdown.datepicker-orient-left:after {
    left: 7px
}

.datepicker-dropdown.datepicker-orient-right:before {
    right: 6px
}

.datepicker-dropdown.datepicker-orient-right:after {
    right: 7px
}

.datepicker-dropdown.datepicker-orient-bottom:before {
    top: -7px
}

.datepicker-dropdown.datepicker-orient-bottom:after {
    top: -6px
}

.datepicker-dropdown.datepicker-orient-top:before {
    bottom: -7px;
    border-bottom: 0;
    border-top: 7px solid #999
}

.datepicker-dropdown.datepicker-orient-top:after {
    bottom: -6px;
    border-bottom: 0;
    border-top: 6px solid #fff
}

.datepicker table {
    margin: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-spacing: 0
}

.datepicker td, .datepicker th {
    text-align: center;
    width: 20px;
    height: 20px;
    border: 0
}

.table-striped .datepicker table tr td, .table-striped .datepicker table tr th {
    background-color: transparent
}

.datepicker table tr td.day.focused, .datepicker table tr td.day:hover {
    background: #eee;
    cursor: pointer;
    -webkit-border-radius: 4px;
    border-radius: 4px
}

.datepicker table tr td.new, .datepicker table tr td.old {
    color: #999
}

.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
    background: 0 0;
    color: #aaadb2;
    cursor: default
}

.datepicker table tr td.highlighted {
    background: #d9edf7;
    -webkit-border-radius: 0;
    border-radius: 0
}

.datepicker table tr td.today {
    background-color: #fde19a
}

.datepicker table tr td.today, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:hover, .datepicker table tr td.today:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fdd49a), to(#fdf59a));
    background-image: -webkit-linear-gradient(top, #fdd49a, #fdf59a);
    background-image: -o-linear-gradient(top, #fdd49a, #fdf59a);
    background-image: linear-gradient(to bottom, #fdd49a, #fdf59a);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a', endColorstr='#fdf59a', GradientType=0);
    border-color: #fdf59a #fdf59a #fbed50;
    border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    color: #000
}

.datepicker table tr td.today.active, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled.active, .datepicker table tr td.today.disabled.disabled, .datepicker table tr td.today.disabled:active, .datepicker table tr td.today.disabled:hover, .datepicker table tr td.today.disabled:hover.active, .datepicker table tr td.today.disabled:hover.disabled, .datepicker table tr td.today.disabled:hover:active, .datepicker table tr td.today.disabled:hover:hover, .datepicker table tr td.today.disabled:hover[disabled], .datepicker table tr td.today.disabled[disabled], .datepicker table tr td.today:active, .datepicker table tr td.today:hover, .datepicker table tr td.today:hover.active, .datepicker table tr td.today:hover.disabled, .datepicker table tr td.today:hover:active, .datepicker table tr td.today:hover:hover, .datepicker table tr td.today:hover[disabled], .datepicker table tr td.today[disabled] {
    background-color: #fdf59a
}

.datepicker table tr td.today.active, .datepicker table tr td.today.disabled.active, .datepicker table tr td.today.disabled:active, .datepicker table tr td.today.disabled:hover.active, .datepicker table tr td.today.disabled:hover:active, .datepicker table tr td.today:active, .datepicker table tr td.today:hover.active, .datepicker table tr td.today:hover:active {
    background-color: #fbf069 \9
}

.datepicker table tr td.today:hover:hover {
    color: #000
}

.datepicker table tr td.today.active:hover {
    color: #fff
}

.datepicker table tr td.range, .datepicker table tr td.range.disabled, .datepicker table tr td.range.disabled:hover, .datepicker table tr td.range:hover {
    background: #eee;
    -webkit-border-radius: 0;
    border-radius: 0
}

.datepicker table tr td.range.today {
    background-color: #f3d17a
}

.datepicker table tr td.range.today, .datepicker table tr td.range.today.disabled, .datepicker table tr td.range.today.disabled:hover, .datepicker table tr td.range.today:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f3c17a), to(#f3e97a));
    background-image: -webkit-linear-gradient(top, #f3c17a, #f3e97a);
    background-image: -o-linear-gradient(top, #f3c17a, #f3e97a);
    background-image: linear-gradient(to bottom, #f3c17a, #f3e97a);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3c17a', endColorstr='#f3e97a', GradientType=0);
    border-color: #f3e97a #f3e97a #edde34;
    border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    -webkit-border-radius: 0;
    border-radius: 0
}

.datepicker table tr td.range.today.active, .datepicker table tr td.range.today.disabled, .datepicker table tr td.range.today.disabled.active, .datepicker table tr td.range.today.disabled.disabled, .datepicker table tr td.range.today.disabled:active, .datepicker table tr td.range.today.disabled:hover, .datepicker table tr td.range.today.disabled:hover.active, .datepicker table tr td.range.today.disabled:hover.disabled, .datepicker table tr td.range.today.disabled:hover:active, .datepicker table tr td.range.today.disabled:hover:hover, .datepicker table tr td.range.today.disabled:hover[disabled], .datepicker table tr td.range.today.disabled[disabled], .datepicker table tr td.range.today:active, .datepicker table tr td.range.today:hover, .datepicker table tr td.range.today:hover.active, .datepicker table tr td.range.today:hover.disabled, .datepicker table tr td.range.today:hover:active, .datepicker table tr td.range.today:hover:hover, .datepicker table tr td.range.today:hover[disabled], .datepicker table tr td.range.today[disabled] {
    background-color: #f3e97a
}

.datepicker table tr td.range.today.active, .datepicker table tr td.range.today.disabled.active, .datepicker table tr td.range.today.disabled:active, .datepicker table tr td.range.today.disabled:hover.active, .datepicker table tr td.range.today.disabled:hover:active, .datepicker table tr td.range.today:active, .datepicker table tr td.range.today:hover.active, .datepicker table tr td.range.today:hover:active {
    background-color: #efe24b \9
}

.datepicker table tr td.selected {
    background-color: #9e9e9e
}

.datepicker table tr td.selected, .datepicker table tr td.selected.disabled, .datepicker table tr td.selected.disabled:hover, .datepicker table tr td.selected:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#b3b3b3), to(gray));
    background-image: -webkit-linear-gradient(top, #b3b3b3, gray);
    background-image: -o-linear-gradient(top, #b3b3b3, gray);
    background-image: linear-gradient(to bottom, #b3b3b3, gray);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3b3b3', endColorstr='#808080', GradientType=0);
    border-color: gray gray #595959;
    border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.datepicker table tr td.selected.active, .datepicker table tr td.selected.disabled, .datepicker table tr td.selected.disabled.active, .datepicker table tr td.selected.disabled.disabled, .datepicker table tr td.selected.disabled:active, .datepicker table tr td.selected.disabled:hover, .datepicker table tr td.selected.disabled:hover.active, .datepicker table tr td.selected.disabled:hover.disabled, .datepicker table tr td.selected.disabled:hover:active, .datepicker table tr td.selected.disabled:hover:hover, .datepicker table tr td.selected.disabled:hover[disabled], .datepicker table tr td.selected.disabled[disabled], .datepicker table tr td.selected:active, .datepicker table tr td.selected:hover, .datepicker table tr td.selected:hover.active, .datepicker table tr td.selected:hover.disabled, .datepicker table tr td.selected:hover:active, .datepicker table tr td.selected:hover:hover, .datepicker table tr td.selected:hover[disabled], .datepicker table tr td.selected[disabled] {
    background-color: gray
}

.datepicker table tr td.selected.active, .datepicker table tr td.selected.disabled.active, .datepicker table tr td.selected.disabled:active, .datepicker table tr td.selected.disabled:hover.active, .datepicker table tr td.selected.disabled:hover:active, .datepicker table tr td.selected:active, .datepicker table tr td.selected:hover.active, .datepicker table tr td.selected:hover:active {
    background-color: #666 \9
}

.datepicker table tr td.active {
    background-color: #006df0
}

.datepicker table tr td.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active:hover {
    color: #fff;
    -webkit-border-radius: 4px;
    border-radius: 4px
}

.datepicker table tr td.active.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled.disabled, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:hover.active, .datepicker table tr td.active.disabled:hover.disabled, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.disabled:hover:hover, .datepicker table tr td.active.disabled:hover[disabled], .datepicker table tr td.active.disabled[disabled], .datepicker table tr td.active:active, .datepicker table tr td.active:hover, .datepicker table tr td.active:hover.active, .datepicker table tr td.active:hover.disabled, .datepicker table tr td.active:hover:active, .datepicker table tr td.active:hover:hover, .datepicker table tr td.active:hover[disabled], .datepicker table tr td.active[disabled] {
    background-color: #006df0
}

.datepicker table tr td.active.active, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover.active, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active:active, .datepicker table tr td.active:hover.active, .datepicker table tr td.active:hover:active {
    background-color: #006df0 \9
}

.datepicker table tr td span {
    display: block;
    width: 23%;
    height: 54px;
    line-height: 54px;
    float: left;
    margin: 1%;
    cursor: pointer;
    -webkit-border-radius: 4px;
    border-radius: 4px
}

.datepicker .datepicker-switch:hover, .datepicker .next:hover, .datepicker .prev:hover, .datepicker table tr td span.focused, .datepicker table tr td span:hover, .datepicker tfoot tr th:hover {
    background: #eee
}

.datepicker table tr td span.disabled, .datepicker table tr td span.disabled:hover {
    background: 0 0;
    color: #999;
    cursor: default
}

.datepicker table tr td span.active {
    background-color: #006df0;
    color: #fff
}

.datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active:hover {
    color: #fff
}

.datepicker table tr td span.active.active, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled.disabled, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active.disabled:hover.active, .datepicker table tr td span.active.disabled:hover.disabled, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active.disabled:hover:hover, .datepicker table tr td span.active.disabled:hover[disabled], .datepicker table tr td span.active.disabled[disabled], .datepicker table tr td span.active:active, .datepicker table tr td span.active:hover, .datepicker table tr td span.active:hover.active, .datepicker table tr td span.active:hover.disabled, .datepicker table tr td span.active:hover:active, .datepicker table tr td span.active:hover:hover, .datepicker table tr td span.active:hover[disabled], .datepicker table tr td span.active[disabled] {
    background-color: #006df0
}

.datepicker table tr td span.active.active, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover.active, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active:active, .datepicker table tr td span.active:hover.active, .datepicker table tr td span.active:hover:active {
    background-color: #006df0 \9
}

.datepicker table tr td span.new, .datepicker table tr td span.old {
    color: #aaadb2
}

.datepicker .datepicker-switch {
    width: 145px;
    cursor: pointer
}

.datepicker .next, .datepicker .prev, .datepicker tfoot tr th, .input-append.date .add-on, .input-prepend.date .add-on {
    cursor: pointer
}

.datepicker .cw {
    font-size: 10px;
    width: 12px;
    padding: 0 2px 0 5px;
    vertical-align: middle
}

.input-append.date .add-on i, .input-prepend.date .add-on i {
    margin-top: 3px
}

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

.input-daterange input:first-child {
    -webkit-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px
}

.input-daterange input:last-child {
    -webkit-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0
}

.input-daterange .add-on {
    display: inline-block;
    width: auto;
    min-width: 16px;
    height: 20px;
    padding: 4px 5px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
    text-shadow: 0 1px 0 #fff;
    vertical-align: middle;
    background-color: #eee;
    border: 1px solid #ccc;
    margin-left: -5px;
    margin-right: -5px
}

.datepicker.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    display: none;
    min-width: 196px;
    list-style: none;
    background-color: #fff;
    -webkit-box-shadow: 0 4px 12px rgba(46, 67, 102, .15);
    box-shadow: 0 4px 12px rgba(46, 67, 102, .15);
    color: #324057;
    font-size: 12px;
    line-height: 20px
}

.datepicker.datepicker-inline td, .datepicker.datepicker-inline th, .datepicker.dropdown-menu td, .datepicker.dropdown-menu th {
    padding: 4px 5px
}

.datepicker.dropdown-menu th.dow {
    color: #656b74;
    font-size: 11px;
    border-bottom: 1px solid #d9dde5
}

.datepicker th.next, .datepicker th.prev {
    font-size: 0;
    position: relative
}

.datepicker th.prev:before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.datepicker th.next:before, .datepicker th.prev:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    background-color: transparent;
    background-image: url(/wp-content/themes/rc/images/sprite.svg);
    -webkit-background-size: 618px 548px;
    background-size: 618px 548px;
    width: 7px;
    height: 11px;
    background-position: -52px -52px;
    margin-top: -5px;
    margin-left: -4px
}

.datepicker-switch {
    font-size: 14px
}

.default__inner {
    margin-top: 24px
}

@media (min-width: 1221px) {
    .default__inner {
        padding: 0 30px 10px
    }
}

@media (min-width: 768px) and (max-width: 1220px) {
    .default__inner {
        padding-bottom: 16px
    }
}

.btn-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.btn-list:last-child {
    margin-bottom: 0
}

.btn-list__item {
    padding: 5px
}

@media (max-width: 1220px) {
    .nav {
        position: fixed;
        top: 0;
        left: 0;
        width: 300px;
        bottom: 0;
        overflow: auto;
        background-color: #304d7c;
        z-index: 10000;
        padding: 15px;
        opacity: 0;
        visibility: hidden
    }

    .menu-opened .nav {
        opacity: 1;
        visibility: visible
    }
}

.nav__head {
    position: relative;
    margin-bottom: 20px
}

@media (min-width: 1221px) {
    .nav__head {
        display: none
    }
}

.nav__title {
    font-size: 150%;
    color: #fff;
    font-family: probaprobold, arial, helvetica, tahoma, sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1.2
}

.nav__close {
    position: absolute;
    top: 50%;
    right: -5px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.nav__close:before {
    content: '';
    display: block;
    background-color: transparent;
    background-image: url(/wp-content/themes/rc/images/sprite.svg);
    -webkit-background-size: 618px 548px;
    background-size: 618px 548px;
    width: 30px;
    height: 30px;
    background-position: -110px -105px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

@media (min-width: 1221px) {
    .nav__list {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }
}

@media (max-width: 1220px) {
    .nav__list {
        padding-bottom: 20px
    }
}

@media (min-width: 1221px) {
    .nav__item {
        margin-right: 39px
    }

    .nav__item:last-child {
        margin-right: 0
    }

    .nav__item.active .nav__link {
        border-bottom-color: #fff
    }
}

.nav__link {
    display: inline-block;
    font-size: 95%;
    color: #fff;
    font-family: probaprosemibold, arial, helvetica, tahoma, sans-serif;
    font-weight: 400;
    font-style: normal
}

@media (min-width: 1221px) {
    .nav__link {
        padding: 12px 0 9px;
        border-bottom: 2px solid transparent
    }

    .nav__link:focus, .nav__link:hover {
        border-bottom-color: #fff;
        color: #fff
    }
}

@media (max-width: 1220px) {
    .nav__link {
        padding: 11px 0
    }

    .nav__link:focus, .nav__link:hover {
        color: #fff
    }
}

.nav__foot {
    border-top: 1px solid #929da9;
    padding-top: 25px
}

@media (min-width: 1221px) {
    .nav__foot {
        display: none
    }
}

.nav__lang {
    color: #929da9;
    margin-bottom: 20px
}

.nav__lang svg, .nav__social svg {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    margin-top: -2px
}

.nav__lang ._btn, .nav__lang ._link {
    color: #929da9;
    display: inline-block
}

.nav__lang ._btn:hover, .nav__lang ._link:hover, .nav__social ._btn:hover, .nav__social ._link:hover {
    color: #fff
}

.nav__lang:last-child, .nav__social:last-child {
    margin-bottom: 0
}

.nav__social {
    margin-bottom: 20px
}

.nav__social, .nav__social ._btn, .nav__social ._link {
    color: #929da9
}

.nav__social .icon {
    width: 22px;
    height: 22px
}

.nav__availability {
    position: relative;
    height: 24px;
    margin-top: 10px
}

.nav__availability ._btn {
    left: 0;
    top: 0;
    color: #929da9
}

@media (max-width: 1220px) {
    .lowvision .nav {
        background-color: #fff;
        border: 2px solid #000
    }
}

@media (min-width: 1221px) {
    .lowvision .nav__item.active .nav__link {
        border-bottom-color: #000
    }

    .lowvision .nav__link:focus, .lowvision .nav__link:hover {
        border-bottom-color: #000
    }
}

@media (min-width: 1221px) {
    .sub-menu:hover .sub-menu__list {
        opacity: 1;
        visibility: visible
    }
}

@media (max-width: 1220px) {
    .sub-menu__title {
        display: inline-block;
        position: relative
    }

    .sub-menu__title:after {
        content: '';
        display: inline-block;
        background-color: transparent;
        background-image: url(/wp-content/themes/rc/images/sprite.svg);
        -webkit-background-size: 618px 548px;
        background-size: 618px 548px;
        width: 30px;
        height: 30px;
        background-position: -365px -355px;
        position: absolute;
        right: -30px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s
    }

    .lowvision .sub-menu__title:after, .lowvision .nav__close:before {
        filter: invert(1)
    }
}

.sub-menu__title.opened:after {
    -webkit-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg)
}

@media (min-width: 1221px) {
    .sub-menu__list {
        position: absolute;
        background-color: #244260;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
        top: calc(100% + 1px);
        left: 0;
        right: 0;
        padding: 30px 65px;
        z-index: 10
    }
}

@media (max-width: 1220px) {
    .sub-menu__list {
        margin-left: 10px;
        display: none
    }

    .sub-menu__item {
        margin: 10px 10px 10px 20px !important;
        padding: 0 !important
    }

    .sub-menu__item:last-child {
        margin-bottom: 20px !important
    }
}

@media (min-width: 1221px) {
    .sub-menu__item {
        margin-bottom: 17px
    }

    .sub-menu__item:last-child {
        margin-bottom: 0
    }

    .sub-menu__link {
        color: #fff;
        border-bottom: 1px solid transparent
    }

    .sub-menu__link:focus, .sub-menu__link:hover {
        border-bottom-color: #fff;
        color: #fff
    }
}

.sub-menu__item a {
    font-weight: 200
}

@media (max-width: 1220px) {
    .sub-menu__link {
        display: inline;
        color: #929da9;
        padding: 0 !important
    }

    .sub-menu__link:hover {
        color: #fff
    }
}

@media (min-width: 1221px) {
    .lowvision .sub-menu__list {
        background-color: #fff;
        border: 1px solid #000
    }
}

.header-site__btn {
    position: relative;
    text-align: left;
    padding-left: 18px;
    color: #fff;
    font-family: probapro, arial, helvetica, tahoma, sans-serif;
    font-weight: 400;
    font-style: normal
}

.header-site__btn:after, .header-site__btn:before {
    content: '';
    display: block;
    width: 10px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    background-color: #2669e3
}

.header-site__btn:after {
    top: 50%;
    background-color: #ffe358
}

.header-site__btn ._title {
    display: block;
    font-family: probaprosemibold, arial, helvetica, tahoma, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 125%;
    line-height: 1;
    margin: -5px 0 5px
}

@media (min-width: 1221px) {
    .header-site__btn ._title {
        letter-spacing: .8px;
        margin-top: 2px
    }
}

.header-site__btn ._desc {
    display: block;
    color: #b8c0ca;
    font-size: 90%;
    font-family: probapro, arial, helvetica, tahoma, sans-serif;
    font-style: normal
}

@media (min-width: 1221px) {
    .header-site__btn ._desc {
        letter-spacing: .2px
    }
}

.header-site__body {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #244260;
    z-index: 1
}

.header-site__body-inner, .header-site__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.header-site__body-inner {
    padding-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 40px;
    height: 240px
}

.header-site__row {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.header-site__col {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333%;
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
    max-width: 33.3333%
}

.header-site__item {
    margin-bottom: 5px
}

.header-site__item:last-child {
    margin-bottom: 0
}

.header-site__link {
    color: #fff
}

.header-site__link:focus, .header-site__link:hover {
    color: #fff;
    text-decoration: underline
}

.header-site__action {
    position: absolute;
    bottom: 12px;
    right: 0;
    left: 50px
}

.header-site__action ._btn {
    padding: 10px
}

.header-site__action .icon {
    color: #fff;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    width: 30px
}

.header-site.opened .header-site__head {
    z-index: 2
}

.header-site.opened .header-site__body {
    opacity: 1;
    visibility: visible
}

.lowvision .header-site__btn {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

.lowvision .header-site__body {
    background-color: #fff;
    border: 2px solid #000
}

@media (min-width: 1221px) {
    .header-availability__vis {
        max-width: 166px
    }

    .header-availability__vis ._btn {
        padding-left: 0;
        width: 200px;
        position: relative;
        right: 0
    }
}

.header-availability__vis ._btn span:before {
    content: attr(data-text-open)
}

.lowvision .header-availability__vis ._btn span:before {
    content: attr(data-text-close)
}

@media (max-width: 1220px) {
    .header-availability__vis {
        font-size: 0
    }

    .header-availability__vis ._btn {
        font-size: 0;
        position: absolute
    }

    .header-availability__vis ._btn .icon {
        width: 24px;
        height: 24px
    }

    .header .header__language {
        position: absolute;
        top: 16px;
        right: 60px;
        opacity: .5
    }

    .lowvision .header .header__language {
        opacity: 1;
        padding-right: 20px;
        border-right: 1px solid #000
    }
}

@media (min-width: 768px) and (max-width: 1220px) {
    .header-availability__vis ._btn {
        top: 16px !important;
        right: 10px
    }
}

@media (max-width: 767px) {
    .header-availability__vis ._btn {
        top: 14px;
        right: 14px
    }
}

.header-availability__body {
    padding-top: 7px;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    z-index: 1
}

.header-availability__action {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: 35px
}

.header-availability__action .btn {
    border: 2px solid #000;
    margin-right: 20px;
    color: #000;
    min-width: 1px;
    font-size: 100%;
    line-height: 1.25;
    padding: 0 10px
}

.header-availability__action .btn:last-child {
    margin-right: 0
}

.header-availability__action .btn.disabled {
    opacity: .2
}

@media (min-width: 1221px) {
    .header-availability.opened .header-availability__body {
        position: static;
        opacity: 1;
        visibility: visible
    }
}

.section:first-child .section__inner {
    padding-top: 0
}

.section__inner {
    padding: 30px 0;
    font-weight: 200
}

@media (min-width: 768px) and (max-width: 1220px) {
    .section__inner {
        padding: 24px 0
    }
}

@media (max-width: 767px) {
    .section__inner {
        padding: 40px 0
    }
}

@media (min-width: 768px) {
    .section__head {
    }
}

@media (min-width: 1221px) {
    .section__head {
        padding: 0 0 8px;
        margin-bottom: 20px
    }
}

@media (max-width: 1220px) {
    .section__head {
        margin-bottom: 12px
    }
}

.article_content li {
    font-weight: 200;
    line-height: 1.5
}

.section__body {
    margin-bottom: 30px
}

@media (min-width: 1221px) {
    .section__body {
        margin: 25px 50px 0
    }
}

.site-map__head {
    padding: 30px 0;
    margin: 1px;
    background-color: #244260;
    cursor: pointer;
    position: relative
}

.site-map__title {
    font-size: 120%;
    font-family: probaprosemibold, arial, helvetica, tahoma, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #fff
}

.site-map__icon {
    position: absolute;
    right: 10px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transform: translateY(-50%) rotate(270deg);
    -ms-transform: translateY(-50%) rotate(270deg);
    transform: translateY(-50%) rotate(270deg);
    top: 50%;
    color: #eef5ff
}

.site-map__icon .icon {
    width: 22px;
    height: 22px
}

.site-map__body {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    background-color: #244260;
    color: #fff;
    opacity: 0;
    z-index: 1
}

.site-map__body a {
    color: #fff
}

.site-map__list .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -20px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-direction: column
}

.lowvision .site-map__list {
    border-left: 1px solid #000
}

@media (min-width: 1221px) {
    .site-map__col {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        padding: 10px 20px
    }

    .site-map__row {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin: 0 -20px;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        flex-direction: row
    }
}

@media (min-width: 992px) and (max-width: 1220px) {
    .site-map__col {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        padding: 0 20px
    }

    .site-map__row {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin: 0 -20px;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        flex-direction: row
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .site-map__col {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        padding: 0 20px
    }
}

@media (max-width: 767px) {
    .site-map__col {
        margin-bottom: 24px
    }

    .site-map__col:last-child {
        margin-bottom: 0
    }
}

.site-map__item {
    margin-bottom: 10px;
    margin-left: 20px
}

.site-map__item div {
    display: flex;
    flex-direction: column
}

.site-map__item div a {
    margin-left: 20px
}

.site-map__item:last-child {
    margin-bottom: 0
}

.site-map__sub-title {
    font-size: 100%;
    line-height: 1.5;
    font-family: probaprosemibold, arial, helvetica, tahoma, sans-serif;
    font-weight: 400;
    font-style: normal
}

.site-map__list {
    font-size: 87.5%;
    line-height: 1.72;
    padding-top: 10px;
    border-left: 1px rgba(204, 204, 204, .2) solid;
    padding-left: 20px;
    padding-bottom: 10px
}

.site-map.opened .site-map__icon {
    -webkit-transform: translateY(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
    right: 3px
}

.site-map .site-map__body {
    display: none
}

.site-map.opened .site-map__body {
    opacity: 1;
    visibility: visible;
    display: block;
    padding-bottom: 1em
}

.lowvision .site-map__body, .lowvision .site-map__head {
    background-color: #fff
}

.lowvision * {
    color: #000 !important
}

.lowvision a:active, .lowvision a:focus, .lowvision a:hover {
    color: #000 !important
}

.lowvision input::-webkit-input-placeholder {
    color: #000 !important;
    opacity: .8 !important
}

.lowvision input:-moz-placeholder, .lowvision input::-moz-placeholder {
    color: #000 !important;
    opacity: .8 !important
}

.lowvision input:-ms-input-placeholder {
    color: #000 !important;
    opacity: .8 !important
}

.lowvision .fancybox-button {
    background: #fff
}

.lowvision .fancybox-image {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

.lowvision section {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

a[class='']:hover, .section__body a:hover {
    text-decoration: underline;
    text-decoration-color: inherit
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.content_link:hover {
    text-decoration: underline !important
}

.header-site__item {
    margin-bottom: 15px
}

.scroll-top:hover {
    opacity: 1
}

.scroll-top {
    position: fixed;
    bottom: 35px;
    right: 35px;
    z-index: 999999;
    -webkit-transform: translateY(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    overflow: hidden;
    border-radius: 50%;
    cursor: pointer;
    transition: .5s ease-in-out;
    background-color: #244260
}

.scroll-top a {
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transform: translateY(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
    position: relative;
    top: 25%;
    left: -3%
}

@media (max-width: 1220px) {
    .scroll-top {
        bottom: 15px;
        right: 15px
    }
}

.scroll-top a svg {
    transform: scale(1.5)
}

.lowvision .scroll-top {
    background-color: #000
}

.lowvision .scroll-top svg {
    fill: #fff
}

.trouble-whited ._btn {
    color: #fff
}

.header-left-site {
    float: right;
    font-size: 100%;
    font-family: probaprosemibold, arial, helvetica, tahoma, sans-serif;
    font-weight: 400;
    font-style: normal
}

.header-left-site span {
    font-size: 90%;
    font-family: probaprosemibold, arial, helvetica, tahoma, sans-serif;
    font-weight: 400;
    font-style: normal
}

.header-left-site.opened .header-left-site__body {
    opacity: 1;
    visibility: visible
}

.header-left-site__body {
    opacity: 0;
    visibility: hidden;
    width: 100%;
    max-width: 270px;
    height: 100%;
    position: absolute;
    top: 0;
    background-color: #244260;
    z-index: 1;
    right: 0
}

.header-left-site__body .js-open-box-btn {
    position: absolute;
    z-index: 10;
    bottom: 10px;
    right: 10px
}

.under-section-map__legend {
    width: 700px;
    margin: 0 0 10px auto
}

.under-section-map__legend .section-map__label {
    font-size: 100%;
    font-family: probaprosemibold, arial, helvetica, tahoma, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #282828;
    padding-left: 30px;
    position: relative;
    float: left;
    margin: 0 10px
}

.sub-menu__item.active a {
    color: #fff;
    border-bottom: 1px solid;
    border-bottom-color: #fff
}

.sub-menu__item span {
    display: block;
    color: #fff
}

.sub-menu__item div a {
    padding: 5px 0 10px 20px;
    display: block
}

.sub-menu__list table td {
    padding: 5px 20px;
    vertical-align: top;
    min-width: 30%
}

@media only screen and (max-width: 1200px) {
    .sub-menu__list table td {
        display: inline
    }
}

@media (min-width: 1221px) {
    .sub-menu.focusable:focus .sub-menu__list, .sub-menu button:focus + .sub-menu__list {
        opacity: 1;
        visibility: visible
    }

    .sub-menu:hover .sub-menu__list {
        opacity: 0;
        visibility: hidden
    }
}

.fancybox-caption {
    text-align: center
}

.alignleft {
    float: left;
    margin: .5em 1em .5em 0
}

.alignright {
    float: right;
    margin: .5em 0 .5em 1em
}

.header__nav {
    display: block;
    min-height: 42px
}

.header__action-item .header__availability {
    display: block
}

@media (max-width: 1220px) and (min-width: 768px) {
    .header-availability__vis ._btn {
        right: 13px;
        bottom: 33px;
        top: auto
    }
}

@media (max-width: 767px) {
    .header-availability__vis ._btn {
        top: auto;
        right: 18px;
        bottom: 16px
    }
}

.tabonly {
    display: none
}

.govua {
    margin-top: 20px
}

.govua .nav__item {
    margin-top: 10px
}

@media (max-width: 1220px) {
    .tabonly {
        display: block
    }
}

.page-navigation span {
    color: #666
}

.page-navigation .page-current {
    font-weight: 700;
    margin: 0 10px
}

.page-navigation a {
    margin: 0 10px;
    border-bottom: 1px solid #0073aa;
    padding: 0 5px
}

.page-navigation a:hover {
    text-decoration: none
}

@media (min-width: 1220px) {
    .page-navigation {
        width: 640px
    }

    .statistic-block__inner {
        width: 77%;
        margin: 0 auto
    }

    .statistic-block__inner .statistic-block__item {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
}

.page-navigation {
    margin: 0 auto;
    padding: 10px;
    color: #0073aa;
    text-align: center
}

.page-navigation .first {
    margin-right: 10px;
    display: inline
}

.page-navigation .last {
    margin-left: 10px;
    display: inline
}

.site-map__list li {
    margin-left: 5px;
    line-height: 14px;
    margin-bottom: 10px
}

.site-map__list {
    line-height: 1.6;
    display: flex;
    flex-direction: column
}

.circles-text:after {
    content: '';
    background: #fff;
    top: 4px;
    left: 4px;
    position: absolute;
    border-radius: 20px;
    width: 79%;
    height: 78%;
    line-height: 40px;
    z-index: -1
}

@media (max-width: 767px) {
    .section-map__box {
        height: 580px
    }
}

@media (max-width: 1220px) and (min-width: 641px) {
    .section.map .container {
        max-width: 100%
    }
}

.footer__logo-info {
    padding-left: 5px
}

.article-item__img:before {
    content: '';
    display: inline-block;
    padding-top: 70.25%
}

@media (max-width: 767px) {
    .table-adaptive td {
        display: inline
    }
}

body.compensate-for-scrollbar {
    overflow: hidden
}

.fancybox-active {
    height: auto
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fancybox-spaceball {
    z-index: 1
}

.fancybox-slide--iframe .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--pdf .fancybox-content, .fancybox-slide--video .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%
}

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

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

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

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

.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0
}

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

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

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

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

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

.fancybox-button:focus {
    outline: none
}

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

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

.fancybox-button div {
    height: 100%
}

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

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

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

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleX(0);
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    z-index: 99998
}

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

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

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

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden
}

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

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

.fancybox-navigation .fancybox-button div {
    padding: 7px
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
    right: env(safe-area-inset-right)
}

.fancybox-caption {
    background: linear-gradient(0deg, rgba(0, 0, 0, .85) 0, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .15) 65%, rgba(0, 0, 0, .075) 75.5%, rgba(0, 0, 0, .037) 82.85%, rgba(0, 0, 0, .019) 88%, transparent);
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996
}

.fancybox-caption--separate {
    margin-top: -50px
}

.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all
}

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

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

.fancybox-loading {
    animation: a 1s linear infinite;
    background: 0 0;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999
}

@keyframes a {
    to {
        transform: rotate(1turn)
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-height: 576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px
    }

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

    .fancybox-close-small {
        right: -6px
    }

    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px
    }

    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 576px) {
    .fancybox-thumbs {
        width: 110px
    }

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

    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px)
    }
}

.site-map__head {
    margin: 2px
}

.lowvision a._link, .lowvision .section__head ._action ._link, .lowvision .sub-menu__link:hover, .lowvision .sub-menu__link:focus, .lowvision .site-map__body a:hover, .lowvision .page-navigation a {
    border-bottom: 1px solid #000
}

.lowvision .header__nav a {
    border-bottom: none !important
}

.lowvision .heard-arrow-left, .lowvision .mobile-no-js-open-box-btn svg {
    fill: #000 !important
}

.lowvision .step-block__item a:not(.btn) {
    border-bottom: 1px solid #000
}

.lowvision .link {
    border-bottom: 1px solid #000
}

.lowvision .link:hover {
    border-bottom: 1px solid transparent
}

.lowvision .section__body a:hover {
    text-decoration-color: #000
}

.mobile-no-js-open-box-btn {
    margin-right: 30px
}

.mobile-no-js-open-box-btn svg {
    fill: #929da9
}

@media (min-width: 1221px) {
    .mobile-no-js-open-box-btn {
        display: none
    }
}

.text-input {
    position: relative;
    padding-left: 40px;
    font-size: 100%;
    line-height: 1.125;
    margin: 0;
    color: #676767;
    display: inline-block;
    border: none;
    border-bottom: 1px solid #676767;
    width: 50%
}

.text-input-boxed {
    position: relative;
    font-size: 100%;
    line-height: 1.125;
    margin: 0;
    color: #676767;
    display: inline-block;
    border: 1px solid #676767;
    padding: 10px;
    width: 30%
}

.article-section.article-section--content {
    font-family: probapro, arial, helvetica, tahoma, sans-serif;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word
}

.page-template-default .wrapper .static img {
    margin-bottom: 25px
}

.fancybox-is-open .fancybox-inner .fancybox-infobar {
    height: 18%;
    overflow-y: unset;
    width: 87%;
    line-height: 1;
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 25px
}

@media (min-width: 520px) and (max-width: 790px) {
    .fancybox-is-open .fancybox-inner .fancybox-infobar {
        margin-top: 5px
    }
}

.fancybox-slide--image {
    padding: 65px 0
}

.page-link {
    color: #2d5ca6;
    height: 100%
}

.page-item.active .page-link {
    background-color: #2d5ca6;
    border-color: #2d5ca6
}

.lowvision .page-item.active .page-link {
    background-color: #000;
    border-color: #000;
    color: #fff !important
}

.page-item .fa {
    padding: 0
}

.pagination ul {
    display: inline-block;
    padding-left: 15px;
    padding-right: 15px
}

.pagination li {
    display: inline-block;
    padding: 0;
    margin: 0
}

.pagination ul.pagination-list li {
    display: flex;
    padding: 3px;
    justify-content: space-between
}

.pagination .page-navigation {
    margin: 0 auto;
    color: #0073aa;
    text-align: center
}

.pagination .pege-current {
    color: #666;
    font-weight: 700;
    margin: 0 10px
}

.pagination li {
    cursor: pointer
}

.pagination .disabled {
    cursor: no-drop;
    color: #666;
    border: none
}

.pagination .page-current {
    border: none;
    font-weight: 700;
    cursor: default;
    color: #666
}

.pagination .page-current a {
    border: none
}

.pagination.page-navigation a {
    margin: 0;
    outline: none;
    padding: 0
}

#root #content.form-area {
    height: 300px
}

.single-knowdledge .static ol li::before, .static ol ol li::before, .static ul li::before {
    display: none !important
}

.single-knowdledge .static ul {
    list-style-type: disc;
    list-style-position: inside
}

.single-knowdledge .static ol {
    list-style-type: decimal;
    list-style-position: inside
}

.btn.btn-primary, .btn.btn-primary:hover {
    text-decoration: none
}

.static figure figcaption {
    color: #555d66
}

#fixed.header.hidden {
    position: fixed;
    top: -300px
}

#fixed.header svg {
    vertical-align: unset
}

@media (max-width: 1220px) {
    #fixed.header {
        position: fixed;
        transition: .2s top;
        top: 0;
        left: 0;
        height: 60px;
        width: 100%;
        background: #244260;
        z-index: 9999;
        border-bottom: 1px solid #577db8
    }

    #fixed.header .header__nav-open {
        top: 15px;
        left: 60px
    }

    #fixed.header .header__nav-open:after {
        content: " ";
        position: fixed;
        top: 10px;
        left: 10px;
        display: block;
        width: 40px;
        height: 40px;
        background-repeat: no-repeat;
        -webkit-background-size: cover;
        background-size: cover;
        background-position: center center;
        background-image: url(/wp-content/themes/rc/images/shield.svg)
    }

    .lowvision #fixed.header .header__nav-open:after {
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%)
    }

    .embed-responsive {
        max-width: 800px;
        margin: 0 auto
    }
}

@media (min-width: 1221px) {
    #fixed.header {
        display: none
    }
}

.lowvision #fixed.header {
    background: #fff;
    border-bottom: 1px solid #000
}

.article_content ul li, .article_content ol li {
    margin-bottom: 10px;
    line-height: 1.2
}

.article_content a {
    color: #004bc1;
    text-decoration: underline
}

.article_content a:hover {
    color: #234161
}

.article_content a:visited {
    color: #552c92
}

.archive:before {
    content: "\f073";
    font-family: FontAwesome;
    padding-right: 10px
}

.archive {
    float: right;
    display: block
}

.pdf:before, .article_content a[href$=".pdf"]:before {
    content: "\f1c1\00a0";
    font-family: FontAwesome
}

.youtube:before {
    content: "\f16a\00a0";
    font-family: FontAwesome
}

.article_content a[href$=".zip"]:before {
    content: "\f1c6\00a0";
    font-family: FontAwesome
}

.article_content a[href$=".doc"]:before {
    content: "\f1c2\00a0";
    font-family: FontAwesome
}

.article_content a[href$=".docx"]:before {
    content: "\f1c2\00a0";
    font-family: FontAwesome
}

.article_content a[href$=".xls"]:before {
    content: "\f1c3\00a0";
    font-family: FontAwesome
}

.article_content a[href$=".xlsx"]:before {
    content: "\f1c3\00a0";
    font-family: FontAwesome
}

.article_content a[target$=_blank]:after {
    content: "\00a0\f08e";
    font-family: FontAwesome
}

.article_content a[href^="tel:"]:before {
    content: "\f095\00a0";
    font-family: FontAwesome
}

a.more {
    display: block;
    margin: 0 5px;
    float: right
}

a.more:after {
    content: "\f101";
    font-family: FontAwesome;
    padding-left: 5px
}

.img-responsive, .ir {
    display: block;
    width: 350px;
    height: auto;
    padding: 4px;
    background-color: #fff;
    border: 1px solid #ddd;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin: 5px
}

.irl {
    display: block;
    max-width: 350px;
    height: auto;
    padding: 4px;
    background-color: #fff;
    border: 1px solid #ddd;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin: 5px;
    float: left
}

.irr {
    display: block;
    max-width: 350px;
    height: auto;
    padding: 4px;
    background-color: #fff;
    border: 1px solid #ddd;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin: 5px;
    float: right
}

@media (max-width: 768px) {
    .img-responsive, .ir, .irl, .irr {
        float: none;
        width: 100%;
        margin: 0 auto
    }

    .main-layout > .container, .breadcrumbs > .container, .footer__body > .container, .site-map__inner > .container, .site-map__body > .container {
        padding: 0 10px
    }
}

.irnb {
    max-width: 300px;
    max-height: 300px;
    height: auto;
    padding: 4px;
    background-color: #fff;
    border: 1px solid #ddd;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin: 5px
}

.slimg {
    width: inherit;
    height: 400px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover
}

.aleft {
    text-align: left !important
}

.aright {
    text-align: right !important
}

.ajustify {
    text-align: justify !important
}

.acenter {
    text-align: center !important
}

.form-inline .btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem
}

.form-inline .btn-primary {
    color: #fff;
    background-color: #234161;
    border-color: #234161
}

.lowvision .form-inline .btn-primary {
    color: #000;
    background-color: #fff;
    border-color: #000
}

.lowvision td.disabled {
    color: #fff !important
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 5px
}

.panel-default {
    border-color: #dee4e7
}

.panel .caption {
    padding: 10px
}

.panel .intro {
    border: none;
    margin: 20px 0 10px;
    padding: 0
}

.panel h4 {
    margin: 0
}

.panel a {
    text-decoration: none;
    color: #000
}

.panel-body a:before, .panel-body a:after {
    content: "" !important
}

.pimg {
    width: 100%;
    height: 250px;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important
}

.carousel {
    margin-bottom: 30px
}

.carousel-control-next, .carousel-control-prev {
    width: 10%
}

.carousel-caption {
    padding: 10px;
    text-align: left;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, .6)
}

.lowvision .carousel-caption {
    background: #fff !important;
    border-bottom: 1px solid #000
}

.carousel-caption h2 a {
    color: #fff;
    text-decoration: none;
    font-family: probapro, arial, helvetica, tahoma;
    font-weight: 700;
    line-height: 1
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto
}

.item_descr {
    margin-bottom: 20px;
    padding-bottom: 20px;
    padding-top: 5px;
    display: flex;
    flex-direction: row-reverse;
    border-bottom: 1px solid #b8c0ca
}

.news_title {
    font-size: 150%;
    font-family: probaprobold, arial, helvetica, tahoma;
    font-weight: 700;
    line-height: 1.25
}

.news_title a {
    text-decoration: none
}

.item_descr span {
    display: block;
    /*margin-left: 10px;*/
    color: #6d727c
}

.intro {
    padding-left: 20px;
    border-left: 1px solid #dee4e7;
    line-height: 1.15
}

.clearfix {
    clear: both
}

.notice {
    /*margin-bottom: 20px;*/
    color: #6d727c;
    line-height: 1.25;
    margin-top: 5px;
}

.date, .date_en {
    margin-bottom: 10px;
    margin-top: 20px;
    color: #6d727c;
    line-height: 1.2;
    font-size: 1rem;
}

.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: transparent
}

.bb {
    width: 100%;
    height: 0;
    border-style: none !important;
    border-bottom: 1px solid #000 !important
}

.media {
    background-color: #244260
}

.media a {
    color: #f5f7fa !important;
    text-decoration: none
}

.media a:after {
    content: "" !important;
    padding: 0
}

.card-body {
    padding: .5rem
}

.lowvision .media {
    background-color: #000
}

.lowvision .media a {
    color: #fff !important
}

.lowvision .media a:hover {
    color: #fff !important
}

.timer, .tt_text {
    display: flex;
    justify-content: center
}

.tt_text {
    font-size: 2rem;
    color: #d50663;
    font-weight: 700;
    text-align: center
}

.timer__items {
    display: flex;
    font-size: 2.5rem;
    font-weight: 700
}

.timer__item {
    position: relative;
    min-width: 60px;
    margin-left: 10px;
    margin-right: 10px;
    padding-bottom: 15px;
    text-align: center
}

.timer__item::before {
    content: attr(data-title);
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    font-size: 14px
}

.timer__item:not(:last-child)::after {
    content: ':';
    position: absolute;
    right: -15px
}

.img-fluid {
    padding: 4px;
    background-color: #fff;
    border: 1px solid #ddd;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin: 5px
}

.external-link::after {
    content: "\00a0\f08e";
    font-family: FontAwesome;
}

.header__top {
    z-index: 100;
}
