﻿/*! normalize.css v6.0.0 | MIT License | github.com/necolas/normalize.css */
@import "https://fonts.googleapis.com/css?family=Open+Sans:400,600,700&amp;subset=cyrillic,cyrillic-ext";

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

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

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

figcaption, figure, main {
    display: block
}

figure {
    margin: 1em 40px
}

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

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

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

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

b, strong {
    font-weight: inherit
}

b, strong {
    font-weight: bolder
}

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

dfn {
    font-style: italic
}

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

small {
    font-size: 80%
}

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

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

audio, video {
    display: inline-block
}

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

img {
    border-style: none
}

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

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

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

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

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

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

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

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

textarea {
    overflow: auto
}

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

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

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

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

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

details, menu {
    display: block
}

summary {
    display: list-item
}

canvas {
    display: inline-block
}

template {
    display: none
}

[hidden] {
    display: none
}

 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
    font-family: 'FontAwesome';
    src: url("/assets/fontawesome-webfont-7bfcab6db99d5cfbf1705ca0536ddc78585432cc5fa41bbd7ad0f009033b2979.eot");
    src: url("/assets/fontawesome-webfont-7bfcab6db99d5cfbf1705ca0536ddc78585432cc5fa41bbd7ad0f009033b2979.eot?#iefix") format("embedded-opentype"), url("/assets/fontawesome-webfont-2adefcbc041e7d18fcf2d417879dc5a09997aa64d675b7a3c4b6ce33da13f3fe.woff2") format("woff2"), url("/assets/fontawesome-webfont-ba0c59deb5450f5cb41b3f93609ee2d0d995415877ddfa223e8a8a7533474f07.woff") format("woff"), url("/assets/fontawesome-webfont-aa58f33f239a0fb02f5c7a6c45c043d7a9ac9a093335806694ecd6d4edc0d6a8.ttf") format("truetype"), url("/assets/fontawesome-webfont-ad6157926c1622ba4e1d03d478f1541368524bfc46f51e42fe0d945f7ef323e4.svg#fontawesomeregular") format("svg");
    font-weight: normal;
    font-style: normal
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: 0.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: 0.14285714em;
    text-align: center
}

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

.fa-border {
    padding: .2em .25em .15em;
    border: solid 0.08em #eeeeee;
    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
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.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(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

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

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    transform: scale(1, -1)
}

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

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x, .fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

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

.fa-inverse {
    color: #ffffff
}

.fa-glass:before {
    content: "\f000"
}

.fa-music:before {
    content: "\f001"
}

.fa-search:before {
    content: "\f002"
}

.fa-envelope-o:before {
    content: "\f003"
}

.fa-heart:before {
    content: "\f004"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-o:before {
    content: "\f006"
}

.fa-user:before {
    content: "\f007"
}

.fa-film:before {
    content: "\f008"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-check:before {
    content: "\f00c"
}

.fa-remove:before, .fa-close:before, .fa-times:before {
    content: "\f00d"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-signal:before {
    content: "\f012"
}

.fa-gear:before, .fa-cog:before {
    content: "\f013"
}

.fa-trash-o:before {
    content: "\f014"
}

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

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

.fa-clock-o:before {
    content: "\f017"
}

.fa-road:before {
    content: "\f018"
}

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

.fa-arrow-circle-o-down:before {
    content: "\f01a"
}

.fa-arrow-circle-o-up:before {
    content: "\f01b"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-play-circle-o:before {
    content: "\f01d"
}

.fa-rotate-right:before, .fa-repeat:before {
    content: "\f01e"
}

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

.fa-list-alt:before {
    content: "\f022"
}

.fa-lock:before {
    content: "\f023"
}

.fa-flag:before {
    content: "\f024"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-bookmark:before {
    content: "\f02e"
}

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

.fa-camera:before {
    content: "\f030"
}

.fa-font:before {
    content: "\f031"
}

.fa-bold:before {
    content: "\f032"
}

.fa-italic:before {
    content: "\f033"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-list:before {
    content: "\f03a"
}

.fa-dedent:before, .fa-outdent:before {
    content: "\f03b"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-video-camera:before {
    content: "\f03d"
}

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

.fa-pencil:before {
    content: "\f040"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-tint:before {
    content: "\f043"
}

.fa-edit:before, .fa-pencil-square-o:before {
    content: "\f044"
}

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

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

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

.fa-step-backward:before {
    content: "\f048"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-play:before {
    content: "\f04b"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-eject:before {
    content: "\f052"
}

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

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

.fa-plus-circle:before {
    content: "\f055"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-times-circle-o:before {
    content: "\f05c"
}

.fa-check-circle-o:before {
    content: "\f05d"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-mail-forward:before, .fa-share:before {
    content: "\f064"
}

.fa-expand:before {
    content: "\f065"
}

.fa-compress:before {
    content: "\f066"
}

.fa-plus:before {
    content: "\f067"
}

.fa-minus:before {
    content: "\f068"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-fire:before {
    content: "\f06d"
}

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

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

.fa-warning:before, .fa-exclamation-triangle:before {
    content: "\f071"
}

.fa-plane:before {
    content: "\f072"
}

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

.fa-random:before {
    content: "\f074"
}

.fa-comment:before {
    content: "\f075"
}

.fa-magnet:before {
    content: "\f076"
}

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

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

.fa-retweet:before {
    content: "\f079"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-arrows-v:before {
    content: "\f07d"
}

.fa-arrows-h:before {
    content: "\f07e"
}

.fa-bar-chart-o:before, .fa-bar-chart:before {
    content: "\f080"
}

.fa-twitter-square:before {
    content: "\f081"
}

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

.fa-camera-retro:before {
    content: "\f083"
}

.fa-key:before {
    content: "\f084"
}

.fa-gears:before, .fa-cogs:before {
    content: "\f085"
}

.fa-comments:before {
    content: "\f086"
}

.fa-thumbs-o-up:before {
    content: "\f087"
}

.fa-thumbs-o-down:before {
    content: "\f088"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-heart-o:before {
    content: "\f08a"
}

.fa-sign-out:before {
    content: "\f08b"
}

.fa-linkedin-square:before {
    content: "\f08c"
}

.fa-thumb-tack:before {
    content: "\f08d"
}

.fa-external-link:before {
    content: "\f08e"
}

.fa-sign-in:before {
    content: "\f090"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-upload:before {
    content: "\f093"
}

.fa-lemon-o:before {
    content: "\f094"
}

.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-github:before {
    content: "\f09b"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-feed:before, .fa-rss:before {
    content: "\f09e"
}

.fa-hdd-o:before {
    content: "\f0a0"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bell:before {
    content: "\f0f3"
}

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

.fa-hand-o-right:before {
    content: "\f0a4"
}

.fa-hand-o-left:before {
    content: "\f0a5"
}

.fa-hand-o-up:before {
    content: "\f0a6"
}

.fa-hand-o-down:before {
    content: "\f0a7"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-group:before, .fa-users:before {
    content: "\f0c0"
}

.fa-chain:before, .fa-link:before {
    content: "\f0c1"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-cut:before, .fa-scissors:before {
    content: "\f0c4"
}

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

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-save:before, .fa-floppy-o:before {
    content: "\f0c7"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
    content: "\f0c9"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-plus:before {
    content: "\f0d5"
}

.fa-money:before {
    content: "\f0d6"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-unsorted:before, .fa-sort:before {
    content: "\f0dc"
}

.fa-sort-down:before, .fa-sort-desc:before {
    content: "\f0dd"
}

.fa-sort-up:before, .fa-sort-asc:before {
    content: "\f0de"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-rotate-left:before, .fa-undo:before {
    content: "\f0e2"
}

.fa-legal:before, .fa-gavel:before {
    content: "\f0e3"
}

.fa-dashboard:before, .fa-tachometer:before {
    content: "\f0e4"
}

.fa-comment-o:before {
    content: "\f0e5"
}

.fa-comments-o:before {
    content: "\f0e6"
}

.fa-flash:before, .fa-bolt:before {
    content: "\f0e7"
}

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

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-paste:before, .fa-clipboard:before {
    content: "\f0ea"
}

.fa-lightbulb-o:before {
    content: "\f0eb"
}

.fa-exchange:before {
    content: "\f0ec"
}

.fa-cloud-download:before {
    content: "\f0ed"
}

.fa-cloud-upload:before {
    content: "\f0ee"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-bell-o:before {
    content: "\f0a2"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cutlery:before {
    content: "\f0f5"
}

.fa-file-text-o:before {
    content: "\f0f6"
}

.fa-building-o:before {
    content: "\f0f7"
}

.fa-hospital-o:before {
    content: "\f0f8"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.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-angle-left:before {
    content: "\f104"
}

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

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

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

.fa-desktop:before {
    content: "\f108"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-mobile-phone:before, .fa-mobile:before {
    content: "\f10b"
}

.fa-circle-o:before {
    content: "\f10c"
}

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

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

.fa-spinner:before {
    content: "\f110"
}

.fa-circle:before {
    content: "\f111"
}

.fa-mail-reply:before, .fa-reply:before {
    content: "\f112"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-folder-o:before {
    content: "\f114"
}

.fa-folder-open-o:before {
    content: "\f115"
}

.fa-smile-o:before {
    content: "\f118"
}

.fa-frown-o:before {
    content: "\f119"
}

.fa-meh-o:before {
    content: "\f11a"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-keyboard-o:before {
    content: "\f11c"
}

.fa-flag-o:before {
    content: "\f11d"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-code:before {
    content: "\f121"
}

.fa-mail-reply-all:before, .fa-reply-all:before {
    content: "\f122"
}

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
    content: "\f123"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-crop:before {
    content: "\f125"
}

.fa-code-fork:before {
    content: "\f126"
}

.fa-unlink:before, .fa-chain-broken:before {
    content: "\f127"
}

.fa-question:before {
    content: "\f128"
}

.fa-info:before {
    content: "\f129"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-shield:before {
    content: "\f132"
}

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

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-maxcdn:before {
    content: "\f136"
}

.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-html5:before {
    content: "\f13b"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-ticket:before {
    content: "\f145"
}

.fa-minus-square:before {
    content: "\f146"
}

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

.fa-level-up:before {
    content: "\f148"
}

.fa-level-down:before {
    content: "\f149"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-pencil-square:before {
    content: "\f14b"
}

.fa-external-link-square:before {
    content: "\f14c"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-compass:before {
    content: "\f14e"
}

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

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

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

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

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

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

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

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

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

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

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

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

.fa-file-text:before {
    content: "\f15c"
}

.fa-sort-alpha-asc:before {
    content: "\f15d"
}

.fa-sort-alpha-desc:before {
    content: "\f15e"
}

.fa-sort-amount-asc:before {
    content: "\f160"
}

.fa-sort-amount-desc:before {
    content: "\f161"
}

.fa-sort-numeric-asc:before {
    content: "\f162"
}

.fa-sort-numeric-desc:before {
    content: "\f163"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbs-down:before {
    content: "\f165"
}

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

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

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

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

.fa-dropbox:before {
    content: "\f16b"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-adn:before {
    content: "\f170"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitbucket-square:before {
    content: "\f172"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-long-arrow-down:before {
    content: "\f175"
}

.fa-long-arrow-up:before {
    content: "\f176"
}

.fa-long-arrow-left:before {
    content: "\f177"
}

.fa-long-arrow-right:before {
    content: "\f178"
}

.fa-apple:before {
    content: "\f179"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-android:before {
    content: "\f17b"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-trello:before {
    content: "\f181"
}

.fa-female:before {
    content: "\f182"
}

.fa-male:before {
    content: "\f183"
}

.fa-gittip:before, .fa-gratipay:before {
    content: "\f184"
}

.fa-sun-o:before {
    content: "\f185"
}

.fa-moon-o:before {
    content: "\f186"
}

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

.fa-bug:before {
    content: "\f188"
}

.fa-vk:before {
    content: "\f189"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-arrow-circle-o-right:before {
    content: "\f18e"
}

.fa-arrow-circle-o-left:before {
    content: "\f190"
}

.fa-toggle-left:before, .fa-caret-square-o-left:before {
    content: "\f191"
}

.fa-dot-circle-o:before {
    content: "\f192"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-turkish-lira:before, .fa-try:before {
    content: "\f195"
}

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

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-slack:before {
    content: "\f198"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-institution:before, .fa-bank:before, .fa-university:before {
    content: "\f19c"
}

.fa-mortar-board:before, .fa-graduation-cap:before {
    content: "\f19d"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-pied-piper-pp:before {
    content: "\f1a7"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-joomla:before {
    content: "\f1aa"
}

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

.fa-fax:before {
    content: "\f1ac"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-spoon:before {
    content: "\f1b1"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-automobile:before, .fa-car:before {
    content: "\f1b9"
}

.fa-cab:before, .fa-taxi:before {
    content: "\f1ba"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-database:before {
    content: "\f1c0"
}

.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-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
    content: "\f1c5"
}

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

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

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

.fa-file-code-o:before {
    content: "\f1c9"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
    content: "\f1cd"
}

.fa-circle-o-notch:before {
    content: "\f1ce"
}

.fa-ra:before, .fa-resistance:before, .fa-rebel:before {
    content: "\f1d0"
}

.fa-ge:before, .fa-empire:before {
    content: "\f1d1"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
    content: "\f1d4"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-wechat:before, .fa-weixin:before {
    content: "\f1d7"
}

.fa-send:before, .fa-paper-plane:before {
    content: "\f1d8"
}

.fa-send-o:before, .fa-paper-plane-o:before {
    content: "\f1d9"
}

.fa-history:before {
    content: "\f1da"
}

.fa-circle-thin:before {
    content: "\f1db"
}

.fa-header:before {
    content: "\f1dc"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-sliders:before {
    content: "\f1de"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-soccer-ball-o:before, .fa-futbol-o:before {
    content: "\f1e3"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-newspaper-o:before {
    content: "\f1ea"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bell-slash-o:before {
    content: "\f1f7"
}

.fa-trash:before {
    content: "\f1f8"
}

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

.fa-at:before {
    content: "\f1fa"
}

.fa-eyedropper:before {
    content: "\f1fb"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-area-chart:before {
    content: "\f1fe"
}

.fa-pie-chart:before {
    content: "\f200"
}

.fa-line-chart:before {
    content: "\f201"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-bus:before {
    content: "\f207"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-cc:before {
    content: "\f20a"
}

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
    content: "\f20b"
}

.fa-meanpath:before {
    content: "\f20c"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-diamond:before {
    content: "\f219"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-venus:before {
    content: "\f221"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-intersex:before, .fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-facebook-official:before {
    content: "\f230"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-server:before {
    content: "\f233"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-hotel:before, .fa-bed:before {
    content: "\f236"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-train:before {
    content: "\f238"
}

.fa-subway:before {
    content: "\f239"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-yc:before, .fa-y-combinator:before {
    content: "\f23b"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-battery-4:before, .fa-battery:before, .fa-battery-full:before {
    content: "\f240"
}

.fa-battery-3:before, .fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-battery-2:before, .fa-battery-half:before {
    content: "\f242"
}

.fa-battery-1:before, .fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-0:before, .fa-battery-empty:before {
    content: "\f244"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-sticky-note-o:before {
    content: "\f24a"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-hourglass-o:before {
    content: "\f250"
}

.fa-hourglass-1:before, .fa-hourglass-start:before {
    content: "\f251"
}

.fa-hourglass-2:before, .fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-3:before, .fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
    content: "\f255"
}

.fa-hand-stop-o:before, .fa-hand-paper-o:before {
    content: "\f256"
}

.fa-hand-scissors-o:before {
    content: "\f257"
}

.fa-hand-lizard-o:before {
    content: "\f258"
}

.fa-hand-spock-o:before {
    content: "\f259"
}

.fa-hand-pointer-o:before {
    content: "\f25a"
}

.fa-hand-peace-o:before {
    content: "\f25b"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-safari:before {
    content: "\f267"
}

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

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

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

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

.fa-tv:before, .fa-television:before {
    content: "\f26c"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-500px:before {
    content: "\f26e"
}

.fa-amazon:before {
    content: "\f270"
}

.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-industry:before {
    content: "\f275"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-map-o:before {
    content: "\f278"
}

.fa-map:before {
    content: "\f279"
}

.fa-commenting:before {
    content: "\f27a"
}

.fa-commenting-o:before {
    content: "\f27b"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-vimeo:before {
    content: "\f27d"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-edge:before {
    content: "\f282"
}

.fa-credit-card-alt:before {
    content: "\f283"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-modx:before {
    content: "\f285"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-usb:before {
    content: "\f287"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-pause-circle-o:before {
    content: "\f28c"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stop-circle-o:before {
    content: "\f28e"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-percent:before {
    content: "\f295"
}

.fa-gitlab:before {
    content: "\f296"
}

.fa-wpbeginner:before {
    content: "\f297"
}

.fa-wpforms:before {
    content: "\f298"
}

.fa-envira:before {
    content: "\f299"
}

.fa-universal-access:before {
    content: "\f29a"
}

.fa-wheelchair-alt:before {
    content: "\f29b"
}

.fa-question-circle-o:before {
    content: "\f29c"
}

.fa-blind:before {
    content: "\f29d"
}

.fa-audio-description:before {
    content: "\f29e"
}

.fa-volume-control-phone:before {
    content: "\f2a0"
}

.fa-braille:before {
    content: "\f2a1"
}

.fa-assistive-listening-systems:before {
    content: "\f2a2"
}

.fa-asl-interpreting:before, .fa-american-sign-language-interpreting:before {
    content: "\f2a3"
}

.fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before {
    content: "\f2a4"
}

.fa-glide:before {
    content: "\f2a5"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-signing:before, .fa-sign-language:before {
    content: "\f2a7"
}

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

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

.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa-snapchat:before {
    content: "\f2ab"
}

.fa-snapchat-ghost:before {
    content: "\f2ac"
}

.fa-snapchat-square:before {
    content: "\f2ad"
}

.fa-pied-piper:before {
    content: "\f2ae"
}

.fa-first-order:before {
    content: "\f2b0"
}

.fa-yoast:before {
    content: "\f2b1"
}

.fa-themeisle:before {
    content: "\f2b2"
}

.fa-google-plus-circle:before, .fa-google-plus-official:before {
    content: "\f2b3"
}

.fa-fa:before, .fa-font-awesome:before {
    content: "\f2b4"
}

.fa-handshake-o:before {
    content: "\f2b5"
}

.fa-envelope-open:before {
    content: "\f2b6"
}

.fa-envelope-open-o:before {
    content: "\f2b7"
}

.fa-linode:before {
    content: "\f2b8"
}

.fa-address-book:before {
    content: "\f2b9"
}

.fa-address-book-o:before {
    content: "\f2ba"
}

.fa-vcard:before, .fa-address-card:before {
    content: "\f2bb"
}

.fa-vcard-o:before, .fa-address-card-o:before {
    content: "\f2bc"
}

.fa-user-circle:before {
    content: "\f2bd"
}

.fa-user-circle-o:before {
    content: "\f2be"
}

.fa-user-o:before {
    content: "\f2c0"
}

.fa-id-badge:before {
    content: "\f2c1"
}

.fa-drivers-license:before, .fa-id-card:before {
    content: "\f2c2"
}

.fa-drivers-license-o:before, .fa-id-card-o:before {
    content: "\f2c3"
}

.fa-quora:before {
    content: "\f2c4"
}

.fa-free-code-camp:before {
    content: "\f2c5"
}

.fa-telegram:before {
    content: "\f2c6"
}

.fa-thermometer-4:before, .fa-thermometer:before, .fa-thermometer-full:before {
    content: "\f2c7"
}

.fa-thermometer-3:before, .fa-thermometer-three-quarters:before {
    content: "\f2c8"
}

.fa-thermometer-2:before, .fa-thermometer-half:before {
    content: "\f2c9"
}

.fa-thermometer-1:before, .fa-thermometer-quarter:before {
    content: "\f2ca"
}

.fa-thermometer-0:before, .fa-thermometer-empty:before {
    content: "\f2cb"
}

.fa-shower:before {
    content: "\f2cc"
}

.fa-bathtub:before, .fa-s15:before, .fa-bath:before {
    content: "\f2cd"
}

.fa-podcast:before {
    content: "\f2ce"
}

.fa-window-maximize:before {
    content: "\f2d0"
}

.fa-window-minimize:before {
    content: "\f2d1"
}

.fa-window-restore:before {
    content: "\f2d2"
}

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

.fa-times-rectangle-o:before, .fa-window-close-o:before {
    content: "\f2d4"
}

.fa-bandcamp:before {
    content: "\f2d5"
}

.fa-grav:before {
    content: "\f2d6"
}

.fa-etsy:before {
    content: "\f2d7"
}

.fa-imdb:before {
    content: "\f2d8"
}

.fa-ravelry:before {
    content: "\f2d9"
}

.fa-eercast:before {
    content: "\f2da"
}

.fa-microchip:before {
    content: "\f2db"
}

.fa-snowflake-o:before {
    content: "\f2dc"
}

.fa-superpowers:before {
    content: "\f2dd"
}

.fa-wpexplorer:before {
    content: "\f2de"
}

.fa-meetup:before {
    content: "\f2e0"
}

.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
}

.likely, .likely__widget {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding: 0;
    text-indent: 0 !important;
    list-style: none !important;
    font-weight: 400;
    font-family: Helvetica Neue, Arial, sans-serif
}

.likely {
    display: inline-block
}

.likely__widget {
    margin: 0;
    font-size: inherit
}

.likely {
    opacity: 0;
    font-size: 0 !important
}

.likely_visible {
    opacity: 1;
    transition: opacity .1s ease-in
}

.likely > * {
    display: inline-block;
    visibility: hidden
}

.likely_visible > * {
    visibility: inherit
}

.likely__widget {
    position: relative;
    white-space: nowrap
}

.likely__button, .likely__widget {
    display: inline-block
}

.likely__button, .likely__counter {
    text-decoration: none;
    text-rendering: optimizeLegibility;
    margin: 0;
    outline: 0
}

.likely__button {
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.likely__counter {
    display: none;
    position: relative;
    font-weight: 400
}

.likely_ready .likely__counter {
    display: inline-block
}

.likely_ready .likely__counter_empty {
    display: none
}

.likely__button, .likely__counter, .likely__icon, .likely__widget {
    vertical-align: top
}

.likely__widget {
    transition: background .33s ease-out, color .33s ease-out, fill .33s ease-out
}

.likely__widget:active, .likely__widget:focus, .likely__widget:hover {
    transition: none;
    cursor: pointer
}

@media (hover: none) {
    .likely__widget:active, .likely__widget:focus, .likely__widget:hover {
        transition: background .33s ease-out, color .33s ease-out, fill .33s ease-out;
        cursor: unset
    }
}

.likely__icon {
    position: relative;
    text-align: left;
    display: inline-block
}

.likely svg {
    position: absolute;
    left: 3px;
    top: 3px;
    width: 16px;
    height: 16px
}

.likely__button, .likely__counter {
    line-height: inherit;
    cursor: inherit
}

.likely__button:empty {
    display: none
}

.likely__counter {
    text-align: center
}

.likely .likely__widget {
    color: #000;
    background: rgba(231, 231, 231, 0.8)
}

.likely .likely__counter {
    background-size: 1px 1px;
    background-repeat: repeat-y;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.2) 0, transparent 0.5px, transparent 100%)
}

.likely-light .likely__widget {
    color: #fff;
    fill: #fff;
    background: rgba(236, 236, 236, 0.16);
    text-shadow: rgba(0, 0, 0, 0.2) 0 0 0.33em
}

.likely-light .likely__counter {
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0.4) 0, rgba(255, 255, 255, 0) 0.5px, rgba(255, 255, 255, 0) 100%)
}

.likely__widget_facebook {
    fill: #425497
}

.likely__widget_facebook:active, .likely__widget_facebook:focus, .likely__widget_facebook:hover {
    background: rgba(207, 212, 229, 0.8)
}

@media (hover: none) {
    .likely__widget_facebook:active, .likely__widget_facebook:focus, .likely__widget_facebook:hover {
        background: rgba(231, 231, 231, 0.8)
    }
}

.likely-light .likely__widget_facebook:active, .likely-light .likely__widget_facebook:focus, .likely-light .likely__widget_facebook:hover {
    text-shadow: #425497 0 0 .25em;
    background: rgba(66, 84, 151, 0.7)
}

@media (hover: none) {
    .likely-light .likely__widget_facebook:active, .likely-light .likely__widget_facebook:focus, .likely-light .likely__widget_facebook:hover {
        text-shadow: rgba(0, 0, 0, 0.2) 0 0 0.33em;
        background: rgba(236, 236, 236, 0.16)
    }
}

.likely__widget_gplus {
    fill: #dd4241
}

.likely__widget_gplus:active, .likely__widget_gplus:focus, .likely__widget_gplus:hover {
    background: rgba(246, 207, 207, 0.8)
}

@media (hover: none) {
    .likely__widget_gplus:active, .likely__widget_gplus:focus, .likely__widget_gplus:hover {
        background: rgba(231, 231, 231, 0.8)
    }
}

.likely-light .likely__widget_gplus:active, .likely-light .likely__widget_gplus:focus, .likely-light .likely__widget_gplus:hover {
    text-shadow: #dd4241 0 0 .25em;
    background: rgba(221, 66, 65, 0.7)
}

@media (hover: none) {
    .likely-light .likely__widget_gplus:active, .likely-light .likely__widget_gplus:focus, .likely-light .likely__widget_gplus:hover {
        text-shadow: rgba(0, 0, 0, 0.2) 0 0 0.33em;
        background: rgba(236, 236, 236, 0.16)
    }
}

.likely__widget_linkedin {
    fill: #0077b5
}

.likely__widget_linkedin:active, .likely__widget_linkedin:focus, .likely__widget_linkedin:hover {
    background: rgba(191, 221, 236, 0.8)
}

@media (hover: none) {
    .likely__widget_linkedin:active, .likely__widget_linkedin:focus, .likely__widget_linkedin:hover {
        background: rgba(231, 231, 231, 0.8)
    }
}

.likely-light .likely__widget_linkedin:active, .likely-light .likely__widget_linkedin:focus, .likely-light .likely__widget_linkedin:hover {
    text-shadow: #0077b5 0 0 .25em;
    background: rgba(0, 119, 181, 0.7)
}

@media (hover: none) {
    .likely-light .likely__widget_linkedin:active, .likely-light .likely__widget_linkedin:focus, .likely-light .likely__widget_linkedin:hover {
        text-shadow: rgba(0, 0, 0, 0.2) 0 0 0.33em;
        background: rgba(236, 236, 236, 0.16)
    }
}

.likely__widget_odnoklassniki {
    fill: #f6903b
}

.likely__widget_odnoklassniki:active, .likely__widget_odnoklassniki:focus, .likely__widget_odnoklassniki:hover {
    background: rgba(252, 227, 206, 0.8)
}

@media (hover: none) {
    .likely__widget_odnoklassniki:active, .likely__widget_odnoklassniki:focus, .likely__widget_odnoklassniki:hover {
        background: rgba(231, 231, 231, 0.8)
    }
}

.likely-light .likely__widget_odnoklassniki:active, .likely-light .likely__widget_odnoklassniki:focus, .likely-light .likely__widget_odnoklassniki:hover {
    text-shadow: #f6903b 0 0 .25em;
    background: rgba(246, 144, 59, 0.7)
}

@media (hover: none) {
    .likely-light .likely__widget_odnoklassniki:active, .likely-light .likely__widget_odnoklassniki:focus, .likely-light .likely__widget_odnoklassniki:hover {
        text-shadow: rgba(0, 0, 0, 0.2) 0 0 0.33em;
        background: rgba(236, 236, 236, 0.16)
    }
}

.likely__widget_pinterest {
    fill: #bd081c
}

.likely__widget_pinterest:active, .likely__widget_pinterest:focus, .likely__widget_pinterest:hover {
    background: rgba(238, 193, 198, 0.8)
}

@media (hover: none) {
    .likely__widget_pinterest:active, .likely__widget_pinterest:focus, .likely__widget_pinterest:hover {
        background: rgba(231, 231, 231, 0.8)
    }
}

.likely-light .likely__widget_pinterest:active, .likely-light .likely__widget_pinterest:focus, .likely-light .likely__widget_pinterest:hover {
    text-shadow: #bd081c 0 0 .25em;
    background: rgba(189, 8, 28, 0.7)
}

@media (hover: none) {
    .likely-light .likely__widget_pinterest:active, .likely-light .likely__widget_pinterest:focus, .likely-light .likely__widget_pinterest:hover {
        text-shadow: rgba(0, 0, 0, 0.2) 0 0 0.33em;
        background: rgba(236, 236, 236, 0.16)
    }
}

.likely__widget_telegram {
    fill: #34abde
}

.likely__widget_telegram:active, .likely__widget_telegram:focus, .likely__widget_telegram:hover {
    background: rgba(204, 234, 246, 0.8)
}

@media (hover: none) {
    .likely__widget_telegram:active, .likely__widget_telegram:focus, .likely__widget_telegram:hover {
        background: rgba(231, 231, 231, 0.8)
    }
}

.likely-light .likely__widget_telegram:active, .likely-light .likely__widget_telegram:focus, .likely-light .likely__widget_telegram:hover {
    text-shadow: #34abde 0 0 .25em;
    background: rgba(52, 171, 222, 0.7)
}

@media (hover: none) {
    .likely-light .likely__widget_telegram:active, .likely-light .likely__widget_telegram:focus, .likely-light .likely__widget_telegram:hover {
        text-shadow: rgba(0, 0, 0, 0.2) 0 0 0.33em;
        background: rgba(236, 236, 236, 0.16)
    }
}

.likely__widget_twitter {
    fill: #00b7ec
}

.likely__widget_twitter:active, .likely__widget_twitter:focus, .likely__widget_twitter:hover {
    background: rgba(191, 237, 250, 0.8)
}

@media (hover: none) {
    .likely__widget_twitter:active, .likely__widget_twitter:focus, .likely__widget_twitter:hover {
        background: rgba(231, 231, 231, 0.8)
    }
}

.likely-light .likely__widget_twitter:active, .likely-light .likely__widget_twitter:focus, .likely-light .likely__widget_twitter:hover {
    text-shadow: #00b7ec 0 0 .25em;
    background: rgba(0, 183, 236, 0.7)
}

@media (hover: none) {
    .likely-light .likely__widget_twitter:active, .likely-light .likely__widget_twitter:focus, .likely-light .likely__widget_twitter:hover {
        text-shadow: rgba(0, 0, 0, 0.2) 0 0 0.33em;
        background: rgba(236, 236, 236, 0.16)
    }
}

.likely__widget_vkontakte {
    fill: #526e8f
}

.likely__widget_vkontakte:active, .likely__widget_vkontakte:focus, .likely__widget_vkontakte:hover {
    background: rgba(211, 218, 227, 0.8)
}

@media (hover: none) {
    .likely__widget_vkontakte:active, .likely__widget_vkontakte:focus, .likely__widget_vkontakte:hover {
        background: rgba(231, 231, 231, 0.8)
    }
}

.likely-light .likely__widget_vkontakte:active, .likely-light .likely__widget_vkontakte:focus, .likely-light .likely__widget_vkontakte:hover {
    text-shadow: #526e8f 0 0 .25em;
    background: rgba(82, 110, 143, 0.7)
}

@media (hover: none) {
    .likely-light .likely__widget_vkontakte:active, .likely-light .likely__widget_vkontakte:focus, .likely-light .likely__widget_vkontakte:hover {
        text-shadow: rgba(0, 0, 0, 0.2) 0 0 0.33em;
        background: rgba(236, 236, 236, 0.16)
    }
}

.likely__widget_whatsapp {
    fill: #25d366
}

.likely__widget_whatsapp:active, .likely__widget_whatsapp:focus, .likely__widget_whatsapp:hover {
    background: rgba(200, 244, 216, 0.8)
}

@media (hover: none) {
    .likely__widget_whatsapp:active, .likely__widget_whatsapp:focus, .likely__widget_whatsapp:hover {
        background: rgba(231, 231, 231, 0.8)
    }
}

.likely-light .likely__widget_whatsapp:active, .likely-light .likely__widget_whatsapp:focus, .likely-light .likely__widget_whatsapp:hover {
    text-shadow: #25d366 0 0 .25em;
    background: rgba(37, 211, 102, 0.7)
}

@media (hover: none) {
    .likely-light .likely__widget_whatsapp:active, .likely-light .likely__widget_whatsapp:focus, .likely-light .likely__widget_whatsapp:hover {
        text-shadow: rgba(0, 0, 0, 0.2) 0 0 0.33em;
        background: rgba(236, 236, 236, 0.16)
    }
}

.likely {
    margin: 0 -5px -10px
}

.likely .likely__widget {
    line-height: 20px;
    font-size: 14px;
    border-radius: 3px;
    height: 22px;
    margin: 0 5px 10px
}

.likely .likely__icon {
    width: 22px;
    height: 22px
}

.likely .likely__button {
    padding: 1px 4px 1px 0
}

.likely .likely__counter {
    padding: 1px 4px
}

.likely-big {
    margin: 0 -6px -12px
}

.likely-big .likely__widget {
    line-height: 28px;
    font-size: 18px;
    border-radius: 4px;
    height: 32px;
    margin: 0 6px 12px
}

.likely-big .likely__icon {
    width: 32px;
    height: 32px
}

.likely-big .likely__button {
    padding: 2px 6px 2px 0
}

.likely-big .likely__counter {
    padding: 2px 6px
}

.likely-big svg {
    left: 4px;
    top: 4px;
    width: 24px;
    height: 24px
}

.likely-small {
    margin: 0 -4px -8px
}

.likely-small .likely__widget {
    line-height: 14px;
    font-size: 12px;
    border-radius: 2px;
    height: 18px;
    margin: 0 4px 8px
}

.likely-small .likely__icon {
    width: 18px;
    height: 18px
}

.likely-small .likely__button {
    padding: 2px 3px 2px 0
}

.likely-small .likely__counter {
    padding: 2px 3px
}

.likely-small svg {
    left: 3px;
    top: 3px;
    width: 12px;
    height: 12px
}

.col-auto {
    padding-left: 20px;
    padding-right: 20px
}

html {
    box-sizing: border-box
}

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

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

html {
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent
}

body {
    font-family: "Fira Sans", Helvetica, Arial, sans-serif;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.5;
    color: #292b2c;
    background-color: #fff
}

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

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

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

abbr[title], abbr[data-original-title] {
    cursor: help
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

ol, .info-agreement > p, ul, dl {
    margin-top: 0;
    margin-bottom: 1rem
}

ol ol, .info-agreement > p ol, ol .info-agreement > p, .info-agreement > p .info-agreement > p, ul ul, ol ul, .info-agreement > p ul, ul ol, ul .info-agreement > p {
    margin-bottom: 0
}

dt {
    font-weight: bold
}

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

blockquote {
    margin: 0 0 1rem
}

a {
    color: #415f99;
    text-decoration: none
}

a:focus, a:hover {
    color: #2a3e63;
    text-decoration: underline
}

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

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

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

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

figure {
    margin: 0 0 1rem
}

img {
    vertical-align: middle
}

[role="button"] {
    cursor: pointer
}

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

table {
    border-collapse: collapse;
    background-color: transparent
}

caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #636c72;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: left
}

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

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

input, button, select, textarea {
    line-height: inherit
}

input[type="radio"]:disabled, input[type="checkbox"]:disabled {
    cursor: not-allowed
}

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

textarea {
    resize: vertical
}

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

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

input[type="search"] {
    -webkit-appearance: none
}

output {
    display: inline-block
}

[hidden] {
    display: none !important
}

.container {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding-right: 20px;
    padding-left: 20px
}

@media (min-width: 480px) {
    .container {
        padding-right: 20px;
        padding-left: 20px
    }
}

@media (min-width: 768px) {
    .container {
        padding-right: 20px;
        padding-left: 20px
    }
}

@media (min-width: 1024px) {
    .container {
        padding-right: 20px;
        padding-left: 20px
    }
}

@media (min-width: 1280px) {
    .container {
        padding-right: 20px;
        padding-left: 20px
    }
}

@media (min-width: 480px) {
    .container {
        width: 480px;
        max-width: 100%
    }
}

@media (min-width: 768px) {
    .container {
        width: 720px;
        max-width: 100%
    }
}

@media (min-width: 1024px) {
    .container {
        width: 1024px;
        max-width: 100%
    }
}

@media (min-width: 1280px) {
    .container {
        width: 1280px;
        max-width: 100%
    }
}

.container-fluid {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding-right: 20px;
    padding-left: 20px
}

@media (min-width: 480px) {
    .container-fluid {
        padding-right: 20px;
        padding-left: 20px
    }
}

@media (min-width: 768px) {
    .container-fluid {
        padding-right: 20px;
        padding-left: 20px
    }
}

@media (min-width: 1024px) {
    .container-fluid {
        padding-right: 20px;
        padding-left: 20px
    }
}

@media (min-width: 1280px) {
    .container-fluid {
        padding-right: 20px;
        padding-left: 20px
    }
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -20px;
    margin-left: -20px
}

@media (min-width: 480px) {
    .row {
        margin-right: -20px;
        margin-left: -20px
    }
}

@media (min-width: 768px) {
    .row {
        margin-right: -20px;
        margin-left: -20px
    }
}

@media (min-width: 1024px) {
    .row {
        margin-right: -20px;
        margin-left: -20px
    }
}

@media (min-width: 1280px) {
    .row {
        margin-right: -20px;
        margin-left: -20px
    }
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.no-gutters > .col, .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 20px;
    padding-left: 20px
}

@media (min-width: 480px) {
    .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
        padding-right: 20px;
        padding-left: 20px
    }
}

@media (min-width: 768px) {
    .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
        padding-right: 20px;
        padding-left: 20px
    }
}

@media (min-width: 1024px) {
    .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
        padding-right: 20px;
        padding-left: 20px
    }
}

@media (min-width: 1280px) {
    .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
        padding-right: 20px;
        padding-left: 20px
    }
}

.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

.col-auto {
    flex: 0 0 auto;
    width: auto
}

.col-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%
}

.col-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
}

.col-3 {
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
}

.col-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%
}

.col-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%
}

.col-9 {
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%
}

.col-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%
}

.pull-0 {
    right: auto
}

.pull-1 {
    right: 8.3333333333%
}

.pull-2 {
    right: 16.6666666667%
}

.pull-3 {
    right: 25%
}

.pull-4 {
    right: 33.3333333333%
}

.pull-5 {
    right: 41.6666666667%
}

.pull-6 {
    right: 50%
}

.pull-7 {
    right: 58.3333333333%
}

.pull-8 {
    right: 66.6666666667%
}

.pull-9 {
    right: 75%
}

.pull-10 {
    right: 83.3333333333%
}

.pull-11 {
    right: 91.6666666667%
}

.pull-12 {
    right: 100%
}

.push-0 {
    left: auto
}

.push-1 {
    left: 8.3333333333%
}

.push-2 {
    left: 16.6666666667%
}

.push-3 {
    left: 25%
}

.push-4 {
    left: 33.3333333333%
}

.push-5 {
    left: 41.6666666667%
}

.push-6 {
    left: 50%
}

.push-7 {
    left: 58.3333333333%
}

.push-8 {
    left: 66.6666666667%
}

.push-9 {
    left: 75%
}

.push-10 {
    left: 83.3333333333%
}

.push-11 {
    left: 91.6666666667%
}

.push-12 {
    left: 100%
}

.offset-1 {
    margin-left: 8.3333333333%
}

.offset-2 {
    margin-left: 16.6666666667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.3333333333%
}

.offset-5 {
    margin-left: 41.6666666667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.3333333333%
}

.offset-8 {
    margin-left: 66.6666666667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.3333333333%
}

.offset-11 {
    margin-left: 91.6666666667%
}

@media (min-width: 480px) {
    .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .col-sm-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-sm-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .col-sm-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .col-sm-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .col-sm-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .col-sm-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .pull-sm-0 {
        right: auto
    }

    .pull-sm-1 {
        right: 8.3333333333%
    }

    .pull-sm-2 {
        right: 16.6666666667%
    }

    .pull-sm-3 {
        right: 25%
    }

    .pull-sm-4 {
        right: 33.3333333333%
    }

    .pull-sm-5 {
        right: 41.6666666667%
    }

    .pull-sm-6 {
        right: 50%
    }

    .pull-sm-7 {
        right: 58.3333333333%
    }

    .pull-sm-8 {
        right: 66.6666666667%
    }

    .pull-sm-9 {
        right: 75%
    }

    .pull-sm-10 {
        right: 83.3333333333%
    }

    .pull-sm-11 {
        right: 91.6666666667%
    }

    .pull-sm-12 {
        right: 100%
    }

    .push-sm-0 {
        left: auto
    }

    .push-sm-1 {
        left: 8.3333333333%
    }

    .push-sm-2 {
        left: 16.6666666667%
    }

    .push-sm-3 {
        left: 25%
    }

    .push-sm-4 {
        left: 33.3333333333%
    }

    .push-sm-5 {
        left: 41.6666666667%
    }

    .push-sm-6 {
        left: 50%
    }

    .push-sm-7 {
        left: 58.3333333333%
    }

    .push-sm-8 {
        left: 66.6666666667%
    }

    .push-sm-9 {
        left: 75%
    }

    .push-sm-10 {
        left: 83.3333333333%
    }

    .push-sm-11 {
        left: 91.6666666667%
    }

    .push-sm-12 {
        left: 100%
    }

    .offset-sm-0 {
        margin-left: 0%
    }

    .offset-sm-1 {
        margin-left: 8.3333333333%
    }

    .offset-sm-2 {
        margin-left: 16.6666666667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.3333333333%
    }

    .offset-sm-5 {
        margin-left: 41.6666666667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.3333333333%
    }

    .offset-sm-8 {
        margin-left: 66.6666666667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.3333333333%
    }

    .offset-sm-11 {
        margin-left: 91.6666666667%
    }
}

@media (min-width: 768px) {
    .col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .col-md-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-md-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .col-md-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .col-md-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .col-md-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .col-md-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .pull-md-0 {
        right: auto
    }

    .pull-md-1 {
        right: 8.3333333333%
    }

    .pull-md-2 {
        right: 16.6666666667%
    }

    .pull-md-3 {
        right: 25%
    }

    .pull-md-4 {
        right: 33.3333333333%
    }

    .pull-md-5 {
        right: 41.6666666667%
    }

    .pull-md-6 {
        right: 50%
    }

    .pull-md-7 {
        right: 58.3333333333%
    }

    .pull-md-8 {
        right: 66.6666666667%
    }

    .pull-md-9 {
        right: 75%
    }

    .pull-md-10 {
        right: 83.3333333333%
    }

    .pull-md-11 {
        right: 91.6666666667%
    }

    .pull-md-12 {
        right: 100%
    }

    .push-md-0 {
        left: auto
    }

    .push-md-1 {
        left: 8.3333333333%
    }

    .push-md-2 {
        left: 16.6666666667%
    }

    .push-md-3 {
        left: 25%
    }

    .push-md-4 {
        left: 33.3333333333%
    }

    .push-md-5 {
        left: 41.6666666667%
    }

    .push-md-6 {
        left: 50%
    }

    .push-md-7 {
        left: 58.3333333333%
    }

    .push-md-8 {
        left: 66.6666666667%
    }

    .push-md-9 {
        left: 75%
    }

    .push-md-10 {
        left: 83.3333333333%
    }

    .push-md-11 {
        left: 91.6666666667%
    }

    .push-md-12 {
        left: 100%
    }

    .offset-md-0 {
        margin-left: 0%
    }

    .offset-md-1 {
        margin-left: 8.3333333333%
    }

    .offset-md-2 {
        margin-left: 16.6666666667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.3333333333%
    }

    .offset-md-5 {
        margin-left: 41.6666666667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.3333333333%
    }

    .offset-md-8 {
        margin-left: 66.6666666667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.3333333333%
    }

    .offset-md-11 {
        margin-left: 91.6666666667%
    }
}

@media (min-width: 1024px) {
    .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .col-lg-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-lg-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .col-lg-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .col-lg-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .col-lg-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .col-lg-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .pull-lg-0 {
        right: auto
    }

    .pull-lg-1 {
        right: 8.3333333333%
    }

    .pull-lg-2 {
        right: 16.6666666667%
    }

    .pull-lg-3 {
        right: 25%
    }

    .pull-lg-4 {
        right: 33.3333333333%
    }

    .pull-lg-5 {
        right: 41.6666666667%
    }

    .pull-lg-6 {
        right: 50%
    }

    .pull-lg-7 {
        right: 58.3333333333%
    }

    .pull-lg-8 {
        right: 66.6666666667%
    }

    .pull-lg-9 {
        right: 75%
    }

    .pull-lg-10 {
        right: 83.3333333333%
    }

    .pull-lg-11 {
        right: 91.6666666667%
    }

    .pull-lg-12 {
        right: 100%
    }

    .push-lg-0 {
        left: auto
    }

    .push-lg-1 {
        left: 8.3333333333%
    }

    .push-lg-2 {
        left: 16.6666666667%
    }

    .push-lg-3 {
        left: 25%
    }

    .push-lg-4 {
        left: 33.3333333333%
    }

    .push-lg-5 {
        left: 41.6666666667%
    }

    .push-lg-6 {
        left: 50%
    }

    .push-lg-7 {
        left: 58.3333333333%
    }

    .push-lg-8 {
        left: 66.6666666667%
    }

    .push-lg-9 {
        left: 75%
    }

    .push-lg-10 {
        left: 83.3333333333%
    }

    .push-lg-11 {
        left: 91.6666666667%
    }

    .push-lg-12 {
        left: 100%
    }

    .offset-lg-0 {
        margin-left: 0%
    }

    .offset-lg-1 {
        margin-left: 8.3333333333%
    }

    .offset-lg-2 {
        margin-left: 16.6666666667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.3333333333%
    }

    .offset-lg-5 {
        margin-left: 41.6666666667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.3333333333%
    }

    .offset-lg-8 {
        margin-left: 66.6666666667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.3333333333%
    }

    .offset-lg-11 {
        margin-left: 91.6666666667%
    }
}

@media (min-width: 1280px) {
    .col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .col-xl-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-xl-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .col-xl-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .col-xl-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .col-xl-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .col-xl-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .pull-xl-0 {
        right: auto
    }

    .pull-xl-1 {
        right: 8.3333333333%
    }

    .pull-xl-2 {
        right: 16.6666666667%
    }

    .pull-xl-3 {
        right: 25%
    }

    .pull-xl-4 {
        right: 33.3333333333%
    }

    .pull-xl-5 {
        right: 41.6666666667%
    }

    .pull-xl-6 {
        right: 50%
    }

    .pull-xl-7 {
        right: 58.3333333333%
    }

    .pull-xl-8 {
        right: 66.6666666667%
    }

    .pull-xl-9 {
        right: 75%
    }

    .pull-xl-10 {
        right: 83.3333333333%
    }

    .pull-xl-11 {
        right: 91.6666666667%
    }

    .pull-xl-12 {
        right: 100%
    }

    .push-xl-0 {
        left: auto
    }

    .push-xl-1 {
        left: 8.3333333333%
    }

    .push-xl-2 {
        left: 16.6666666667%
    }

    .push-xl-3 {
        left: 25%
    }

    .push-xl-4 {
        left: 33.3333333333%
    }

    .push-xl-5 {
        left: 41.6666666667%
    }

    .push-xl-6 {
        left: 50%
    }

    .push-xl-7 {
        left: 58.3333333333%
    }

    .push-xl-8 {
        left: 66.6666666667%
    }

    .push-xl-9 {
        left: 75%
    }

    .push-xl-10 {
        left: 83.3333333333%
    }

    .push-xl-11 {
        left: 91.6666666667%
    }

    .push-xl-12 {
        left: 100%
    }

    .offset-xl-0 {
        margin-left: 0%
    }

    .offset-xl-1 {
        margin-left: 8.3333333333%
    }

    .offset-xl-2 {
        margin-left: 16.6666666667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.3333333333%
    }

    .offset-xl-5 {
        margin-left: 41.6666666667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.3333333333%
    }

    .offset-xl-8 {
        margin-left: 66.6666666667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.3333333333%
    }

    .offset-xl-11 {
        margin-left: 91.6666666667%
    }
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    margin-bottom: 0.5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}

h1, .h1 {
    font-size: 2.5rem
}

h2, .h2 {
    font-size: 2rem
}

h3, .h3 {
    font-size: 1.75rem
}

h4, .h4 {
    font-size: 1.5rem
}

h5, .h5 {
    font-size: 1.25rem
}

h6, .h6 {
    font-size: 1rem
}

.lead {
    font-size: 1.25rem;
    font-weight: 300
}

.display-1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.1
}

.display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.1
}

.display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.1
}

.display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.1
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1)
}

small, .small {
    font-size: 80%;
    font-weight: normal
}

mark, .mark {
    padding: 0.2em;
    background-color: #fcf8e3
}

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

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

.list-inline-item {
    display: inline-block
}

.list-inline-item:not(:last-child) {
    margin-right: 5px
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

.blockquote {
    padding: 0.5rem 1rem;
    margin-bottom: 1rem;
    font-size: 1.25rem;
    border-left: 0.25rem solid #eceeef
}

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #636c72
}

.blockquote-footer::before {
    content: "\2014 \00A0"
}

.blockquote-reverse {
    padding-right: 1rem;
    padding-left: 0;
    text-align: right;
    border-right: 0.25rem solid #eceeef;
    border-left: 0
}

.blockquote-reverse .blockquote-footer::before {
    content: ""
}

.blockquote-reverse .blockquote-footer::after {
    content: "\00A0 \2014"
}

.align-baseline {
    vertical-align: baseline !important
}

.align-top {
    vertical-align: top !important
}

.align-middle {
    vertical-align: middle !important
}

.align-bottom {
    vertical-align: bottom !important
}

.align-text-bottom {
    vertical-align: text-bottom !important
}

.align-text-top {
    vertical-align: text-top !important
}

.bg-faded {
    background-color: #f7f7f7
}

.bg-primary {
    background-color: #0275d8 !important
}

a.bg-primary:focus, a.bg-primary:hover {
    background-color: #025aa5 !important
}

.bg-success {
    background-color: #5cb85c !important
}

a.bg-success:focus, a.bg-success:hover {
    background-color: #449d44 !important
}

.bg-info {
    background-color: #5bc0de !important
}

a.bg-info:focus, a.bg-info:hover {
    background-color: #31b0d5 !important
}

.bg-warning {
    background-color: #f0ad4e !important
}

a.bg-warning:focus, a.bg-warning:hover {
    background-color: #ec971f !important
}

.bg-danger {
    background-color: #d9534f !important
}

a.bg-danger:focus, a.bg-danger:hover {
    background-color: #c9302c !important
}

.bg-inverse {
    background-color: #292b2c !important
}

a.bg-inverse:focus, a.bg-inverse:hover {
    background-color: #101112 !important
}

.border-0 {
    border: 0 !important
}

.border-top-0 {
    border-top: 0 !important
}

.border-right-0 {
    border-right: 0 !important
}

.border-bottom-0 {
    border-bottom: 0 !important
}

.border-left-0 {
    border-left: 0 !important
}

.rounded {
    border-radius: 0.25rem
}

.rounded-top {
    border-top-right-radius: 0.25rem;
    border-top-left-radius: 0.25rem
}

.rounded-right {
    border-bottom-right-radius: 0.25rem;
    border-top-right-radius: 0.25rem
}

.rounded-bottom {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem
}

.rounded-left {
    border-bottom-left-radius: 0.25rem;
    border-top-left-radius: 0.25rem
}

.rounded-circle {
    border-radius: 50%
}

.rounded-0 {
    border-radius: 0
}

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

.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-table {
    display: table !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex {
    display: flex !important
}

.d-inline-flex {
    display: inline-flex !important
}

@media (min-width: 480px) {
    .d-sm-none {
        display: none !important
    }

    .d-sm-inline {
        display: inline !important
    }

    .d-sm-inline-block {
        display: inline-block !important
    }

    .d-sm-block {
        display: block !important
    }

    .d-sm-table {
        display: table !important
    }

    .d-sm-table-cell {
        display: table-cell !important
    }

    .d-sm-flex {
        display: flex !important
    }

    .d-sm-inline-flex {
        display: inline-flex !important
    }
}

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

    .d-md-inline {
        display: inline !important
    }

    .d-md-inline-block {
        display: inline-block !important
    }

    .d-md-block {
        display: block !important
    }

    .d-md-table {
        display: table !important
    }

    .d-md-table-cell {
        display: table-cell !important
    }

    .d-md-flex {
        display: flex !important
    }

    .d-md-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width: 1024px) {
    .d-lg-none {
        display: none !important
    }

    .d-lg-inline {
        display: inline !important
    }

    .d-lg-inline-block {
        display: inline-block !important
    }

    .d-lg-block {
        display: block !important
    }

    .d-lg-table {
        display: table !important
    }

    .d-lg-table-cell {
        display: table-cell !important
    }

    .d-lg-flex {
        display: flex !important
    }

    .d-lg-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width: 1280px) {
    .d-xl-none {
        display: none !important
    }

    .d-xl-inline {
        display: inline !important
    }

    .d-xl-inline-block {
        display: inline-block !important
    }

    .d-xl-block {
        display: block !important
    }

    .d-xl-table {
        display: table !important
    }

    .d-xl-table-cell {
        display: table-cell !important
    }

    .d-xl-flex {
        display: flex !important
    }

    .d-xl-inline-flex {
        display: inline-flex !important
    }
}

.flex-first {
    order: -1
}

.flex-last {
    order: 1
}

.flex-unordered {
    order: 0
}

.flex-row {
    flex-direction: row !important
}

.flex-column {
    flex-direction: column !important
}

.flex-row-reverse {
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    flex-direction: column-reverse !important
}

.flex-wrap {
    flex-wrap: wrap !important
}

.flex-nowrap {
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important
}

.justify-content-start {
    justify-content: flex-start !important
}

.justify-content-end {
    justify-content: flex-end !important
}

.justify-content-center {
    justify-content: center !important
}

.justify-content-between {
    justify-content: space-between !important
}

.justify-content-around {
    justify-content: space-around !important
}

.align-items-start {
    align-items: flex-start !important
}

.align-items-end {
    align-items: flex-end !important
}

.align-items-center {
    align-items: center !important
}

.align-items-baseline {
    align-items: baseline !important
}

.align-items-stretch {
    align-items: stretch !important
}

.align-content-start {
    align-content: flex-start !important
}

.align-content-end {
    align-content: flex-end !important
}

.align-content-center {
    align-content: center !important
}

.align-content-between {
    align-content: space-between !important
}

.align-content-around {
    align-content: space-around !important
}

.align-content-stretch {
    align-content: stretch !important
}

.align-self-auto {
    align-self: auto !important
}

.align-self-start {
    align-self: flex-start !important
}

.align-self-end {
    align-self: flex-end !important
}

.align-self-center {
    align-self: center !important
}

.align-self-baseline {
    align-self: baseline !important
}

.align-self-stretch {
    align-self: stretch !important
}

@media (min-width: 480px) {
    .flex-sm-first {
        order: -1
    }

    .flex-sm-last {
        order: 1
    }

    .flex-sm-unordered {
        order: 0
    }

    .flex-sm-row {
        flex-direction: row !important
    }

    .flex-sm-column {
        flex-direction: column !important
    }

    .flex-sm-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-sm-wrap {
        flex-wrap: wrap !important
    }

    .flex-sm-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .justify-content-sm-start {
        justify-content: flex-start !important
    }

    .justify-content-sm-end {
        justify-content: flex-end !important
    }

    .justify-content-sm-center {
        justify-content: center !important
    }

    .justify-content-sm-between {
        justify-content: space-between !important
    }

    .justify-content-sm-around {
        justify-content: space-around !important
    }

    .align-items-sm-start {
        align-items: flex-start !important
    }

    .align-items-sm-end {
        align-items: flex-end !important
    }

    .align-items-sm-center {
        align-items: center !important
    }

    .align-items-sm-baseline {
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        align-items: stretch !important
    }

    .align-content-sm-start {
        align-content: flex-start !important
    }

    .align-content-sm-end {
        align-content: flex-end !important
    }

    .align-content-sm-center {
        align-content: center !important
    }

    .align-content-sm-between {
        align-content: space-between !important
    }

    .align-content-sm-around {
        align-content: space-around !important
    }

    .align-content-sm-stretch {
        align-content: stretch !important
    }

    .align-self-sm-auto {
        align-self: auto !important
    }

    .align-self-sm-start {
        align-self: flex-start !important
    }

    .align-self-sm-end {
        align-self: flex-end !important
    }

    .align-self-sm-center {
        align-self: center !important
    }

    .align-self-sm-baseline {
        align-self: baseline !important
    }

    .align-self-sm-stretch {
        align-self: stretch !important
    }
}

@media (min-width: 768px) {
    .flex-md-first {
        order: -1
    }

    .flex-md-last {
        order: 1
    }

    .flex-md-unordered {
        order: 0
    }

    .flex-md-row {
        flex-direction: row !important
    }

    .flex-md-column {
        flex-direction: column !important
    }

    .flex-md-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-md-wrap {
        flex-wrap: wrap !important
    }

    .flex-md-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .justify-content-md-start {
        justify-content: flex-start !important
    }

    .justify-content-md-end {
        justify-content: flex-end !important
    }

    .justify-content-md-center {
        justify-content: center !important
    }

    .justify-content-md-between {
        justify-content: space-between !important
    }

    .justify-content-md-around {
        justify-content: space-around !important
    }

    .align-items-md-start {
        align-items: flex-start !important
    }

    .align-items-md-end {
        align-items: flex-end !important
    }

    .align-items-md-center {
        align-items: center !important
    }

    .align-items-md-baseline {
        align-items: baseline !important
    }

    .align-items-md-stretch {
        align-items: stretch !important
    }

    .align-content-md-start {
        align-content: flex-start !important
    }

    .align-content-md-end {
        align-content: flex-end !important
    }

    .align-content-md-center {
        align-content: center !important
    }

    .align-content-md-between {
        align-content: space-between !important
    }

    .align-content-md-around {
        align-content: space-around !important
    }

    .align-content-md-stretch {
        align-content: stretch !important
    }

    .align-self-md-auto {
        align-self: auto !important
    }

    .align-self-md-start {
        align-self: flex-start !important
    }

    .align-self-md-end {
        align-self: flex-end !important
    }

    .align-self-md-center {
        align-self: center !important
    }

    .align-self-md-baseline {
        align-self: baseline !important
    }

    .align-self-md-stretch {
        align-self: stretch !important
    }
}

@media (min-width: 1024px) {
    .flex-lg-first {
        order: -1
    }

    .flex-lg-last {
        order: 1
    }

    .flex-lg-unordered {
        order: 0
    }

    .flex-lg-row {
        flex-direction: row !important
    }

    .flex-lg-column {
        flex-direction: column !important
    }

    .flex-lg-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-lg-wrap {
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .justify-content-lg-start {
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        justify-content: center !important
    }

    .justify-content-lg-between {
        justify-content: space-between !important
    }

    .justify-content-lg-around {
        justify-content: space-around !important
    }

    .align-items-lg-start {
        align-items: flex-start !important
    }

    .align-items-lg-end {
        align-items: flex-end !important
    }

    .align-items-lg-center {
        align-items: center !important
    }

    .align-items-lg-baseline {
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        align-items: stretch !important
    }

    .align-content-lg-start {
        align-content: flex-start !important
    }

    .align-content-lg-end {
        align-content: flex-end !important
    }

    .align-content-lg-center {
        align-content: center !important
    }

    .align-content-lg-between {
        align-content: space-between !important
    }

    .align-content-lg-around {
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        align-content: stretch !important
    }

    .align-self-lg-auto {
        align-self: auto !important
    }

    .align-self-lg-start {
        align-self: flex-start !important
    }

    .align-self-lg-end {
        align-self: flex-end !important
    }

    .align-self-lg-center {
        align-self: center !important
    }

    .align-self-lg-baseline {
        align-self: baseline !important
    }

    .align-self-lg-stretch {
        align-self: stretch !important
    }
}

@media (min-width: 1280px) {
    .flex-xl-first {
        order: -1
    }

    .flex-xl-last {
        order: 1
    }

    .flex-xl-unordered {
        order: 0
    }

    .flex-xl-row {
        flex-direction: row !important
    }

    .flex-xl-column {
        flex-direction: column !important
    }

    .flex-xl-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-xl-wrap {
        flex-wrap: wrap !important
    }

    .flex-xl-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .justify-content-xl-start {
        justify-content: flex-start !important
    }

    .justify-content-xl-end {
        justify-content: flex-end !important
    }

    .justify-content-xl-center {
        justify-content: center !important
    }

    .justify-content-xl-between {
        justify-content: space-between !important
    }

    .justify-content-xl-around {
        justify-content: space-around !important
    }

    .align-items-xl-start {
        align-items: flex-start !important
    }

    .align-items-xl-end {
        align-items: flex-end !important
    }

    .align-items-xl-center {
        align-items: center !important
    }

    .align-items-xl-baseline {
        align-items: baseline !important
    }

    .align-items-xl-stretch {
        align-items: stretch !important
    }

    .align-content-xl-start {
        align-content: flex-start !important
    }

    .align-content-xl-end {
        align-content: flex-end !important
    }

    .align-content-xl-center {
        align-content: center !important
    }

    .align-content-xl-between {
        align-content: space-between !important
    }

    .align-content-xl-around {
        align-content: space-around !important
    }

    .align-content-xl-stretch {
        align-content: stretch !important
    }

    .align-self-xl-auto {
        align-self: auto !important
    }

    .align-self-xl-start {
        align-self: flex-start !important
    }

    .align-self-xl-end {
        align-self: flex-end !important
    }

    .align-self-xl-center {
        align-self: center !important
    }

    .align-self-xl-baseline {
        align-self: baseline !important
    }

    .align-self-xl-stretch {
        align-self: stretch !important
    }
}

.float-left {
    float: left !important
}

.float-right {
    float: right !important
}

.float-none {
    float: none !important
}

@media (min-width: 480px) {
    .float-sm-left {
        float: left !important
    }

    .float-sm-right {
        float: right !important
    }

    .float-sm-none {
        float: none !important
    }
}

@media (min-width: 768px) {
    .float-md-left {
        float: left !important
    }

    .float-md-right {
        float: right !important
    }

    .float-md-none {
        float: none !important
    }
}

@media (min-width: 1024px) {
    .float-lg-left {
        float: left !important
    }

    .float-lg-right {
        float: right !important
    }

    .float-lg-none {
        float: none !important
    }
}

@media (min-width: 1280px) {
    .float-xl-left {
        float: left !important
    }

    .float-xl-right {
        float: right !important
    }

    .float-xl-none {
        float: none !important
    }
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030
}

.sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1030
}

.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
}

.w-25 {
    width: 25% !important
}

.w-50 {
    width: 50% !important
}

.w-75 {
    width: 75% !important
}

.w-100 {
    width: 100% !important
}

.h-25 {
    height: 25% !important
}

.h-50 {
    height: 50% !important
}

.h-75 {
    height: 75% !important
}

.h-100 {
    height: 100% !important
}

.mw-100 {
    max-width: 100% !important
}

.mh-100 {
    max-height: 100% !important
}

.m-0 {
    margin: 0 0 !important
}

.mt-0 {
    margin-top: 0 !important
}

.mr-0 {
    margin-right: 0 !important
}

.mb-0 {
    margin-bottom: 0 !important
}

.ml-0 {
    margin-left: 0 !important
}

.mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important
}

.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

.m-1 {
    margin: 0.25rem 0.25rem !important
}

.mt-1 {
    margin-top: 0.25rem !important
}

.mr-1 {
    margin-right: 0.25rem !important
}

.mb-1 {
    margin-bottom: 0.25rem !important
}

.ml-1 {
    margin-left: 0.25rem !important
}

.mx-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important
}

.my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important
}

.m-2 {
    margin: 0.5rem 0.5rem !important
}

.mt-2 {
    margin-top: 0.5rem !important
}

.mr-2 {
    margin-right: 0.5rem !important
}

.mb-2 {
    margin-bottom: 0.5rem !important
}

.ml-2 {
    margin-left: 0.5rem !important
}

.mx-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important
}

.my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important
}

.m-3 {
    margin: 1rem 1rem !important
}

.mt-3 {
    margin-top: 1rem !important
}

.mr-3 {
    margin-right: 1rem !important
}

.mb-3 {
    margin-bottom: 1rem !important
}

.ml-3 {
    margin-left: 1rem !important
}

.mx-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important
}

.my-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important
}

.m-4 {
    margin: 1.5rem 1.5rem !important
}

.mt-4 {
    margin-top: 1.5rem !important
}

.mr-4 {
    margin-right: 1.5rem !important
}

.mb-4 {
    margin-bottom: 1.5rem !important
}

.ml-4 {
    margin-left: 1.5rem !important
}

.mx-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important
}

.my-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important
}

.m-5 {
    margin: 3rem 3rem !important
}

.mt-5 {
    margin-top: 3rem !important
}

.mr-5 {
    margin-right: 3rem !important
}

.mb-5 {
    margin-bottom: 3rem !important
}

.ml-5 {
    margin-left: 3rem !important
}

.mx-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important
}

.my-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important
}

.p-0 {
    padding: 0 0 !important
}

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

.pr-0 {
    padding-right: 0 !important
}

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

.pl-0 {
    padding-left: 0 !important
}

.px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important
}

.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

.p-1 {
    padding: 0.25rem 0.25rem !important
}

.pt-1 {
    padding-top: 0.25rem !important
}

.pr-1 {
    padding-right: 0.25rem !important
}

.pb-1 {
    padding-bottom: 0.25rem !important
}

.pl-1 {
    padding-left: 0.25rem !important
}

.px-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important
}

.py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important
}

.p-2 {
    padding: 0.5rem 0.5rem !important
}

.pt-2 {
    padding-top: 0.5rem !important
}

.pr-2 {
    padding-right: 0.5rem !important
}

.pb-2 {
    padding-bottom: 0.5rem !important
}

.pl-2 {
    padding-left: 0.5rem !important
}

.px-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important
}

.py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important
}

.p-3 {
    padding: 1rem 1rem !important
}

.pt-3 {
    padding-top: 1rem !important
}

.pr-3 {
    padding-right: 1rem !important
}

.pb-3 {
    padding-bottom: 1rem !important
}

.pl-3 {
    padding-left: 1rem !important
}

.px-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important
}

.py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important
}

.p-4 {
    padding: 1.5rem 1.5rem !important
}

.pt-4 {
    padding-top: 1.5rem !important
}

.pr-4 {
    padding-right: 1.5rem !important
}

.pb-4 {
    padding-bottom: 1.5rem !important
}

.pl-4 {
    padding-left: 1.5rem !important
}

.px-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important
}

.py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important
}

.p-5 {
    padding: 3rem 3rem !important
}

.pt-5 {
    padding-top: 3rem !important
}

.pr-5 {
    padding-right: 3rem !important
}

.pb-5 {
    padding-bottom: 3rem !important
}

.pl-5 {
    padding-left: 3rem !important
}

.px-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important
}

.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important
}

.m-auto {
    margin: auto !important
}

.mt-auto {
    margin-top: auto !important
}

.mr-auto {
    margin-right: auto !important
}

.mb-auto {
    margin-bottom: auto !important
}

.ml-auto {
    margin-left: auto !important
}

.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important
}

.my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important
}

@media (min-width: 480px) {
    .m-sm-0 {
        margin: 0 0 !important
    }

    .mt-sm-0 {
        margin-top: 0 !important
    }

    .mr-sm-0 {
        margin-right: 0 !important
    }

    .mb-sm-0 {
        margin-bottom: 0 !important
    }

    .ml-sm-0 {
        margin-left: 0 !important
    }

    .mx-sm-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .my-sm-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .m-sm-1 {
        margin: 0.25rem 0.25rem !important
    }

    .mt-sm-1 {
        margin-top: 0.25rem !important
    }

    .mr-sm-1 {
        margin-right: 0.25rem !important
    }

    .mb-sm-1 {
        margin-bottom: 0.25rem !important
    }

    .ml-sm-1 {
        margin-left: 0.25rem !important
    }

    .mx-sm-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important
    }

    .my-sm-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important
    }

    .m-sm-2 {
        margin: 0.5rem 0.5rem !important
    }

    .mt-sm-2 {
        margin-top: 0.5rem !important
    }

    .mr-sm-2 {
        margin-right: 0.5rem !important
    }

    .mb-sm-2 {
        margin-bottom: 0.5rem !important
    }

    .ml-sm-2 {
        margin-left: 0.5rem !important
    }

    .mx-sm-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important
    }

    .my-sm-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important
    }

    .m-sm-3 {
        margin: 1rem 1rem !important
    }

    .mt-sm-3 {
        margin-top: 1rem !important
    }

    .mr-sm-3 {
        margin-right: 1rem !important
    }

    .mb-sm-3 {
        margin-bottom: 1rem !important
    }

    .ml-sm-3 {
        margin-left: 1rem !important
    }

    .mx-sm-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .my-sm-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .m-sm-4 {
        margin: 1.5rem 1.5rem !important
    }

    .mt-sm-4 {
        margin-top: 1.5rem !important
    }

    .mr-sm-4 {
        margin-right: 1.5rem !important
    }

    .mb-sm-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-sm-4 {
        margin-left: 1.5rem !important
    }

    .mx-sm-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .my-sm-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .m-sm-5 {
        margin: 3rem 3rem !important
    }

    .mt-sm-5 {
        margin-top: 3rem !important
    }

    .mr-sm-5 {
        margin-right: 3rem !important
    }

    .mb-sm-5 {
        margin-bottom: 3rem !important
    }

    .ml-sm-5 {
        margin-left: 3rem !important
    }

    .mx-sm-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .my-sm-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .p-sm-0 {
        padding: 0 0 !important
    }

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

    .pr-sm-0 {
        padding-right: 0 !important
    }

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

    .pl-sm-0 {
        padding-left: 0 !important
    }

    .px-sm-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .py-sm-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .p-sm-1 {
        padding: 0.25rem 0.25rem !important
    }

    .pt-sm-1 {
        padding-top: 0.25rem !important
    }

    .pr-sm-1 {
        padding-right: 0.25rem !important
    }

    .pb-sm-1 {
        padding-bottom: 0.25rem !important
    }

    .pl-sm-1 {
        padding-left: 0.25rem !important
    }

    .px-sm-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important
    }

    .py-sm-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important
    }

    .p-sm-2 {
        padding: 0.5rem 0.5rem !important
    }

    .pt-sm-2 {
        padding-top: 0.5rem !important
    }

    .pr-sm-2 {
        padding-right: 0.5rem !important
    }

    .pb-sm-2 {
        padding-bottom: 0.5rem !important
    }

    .pl-sm-2 {
        padding-left: 0.5rem !important
    }

    .px-sm-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important
    }

    .py-sm-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important
    }

    .p-sm-3 {
        padding: 1rem 1rem !important
    }

    .pt-sm-3 {
        padding-top: 1rem !important
    }

    .pr-sm-3 {
        padding-right: 1rem !important
    }

    .pb-sm-3 {
        padding-bottom: 1rem !important
    }

    .pl-sm-3 {
        padding-left: 1rem !important
    }

    .px-sm-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .py-sm-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .p-sm-4 {
        padding: 1.5rem 1.5rem !important
    }

    .pt-sm-4 {
        padding-top: 1.5rem !important
    }

    .pr-sm-4 {
        padding-right: 1.5rem !important
    }

    .pb-sm-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-sm-4 {
        padding-left: 1.5rem !important
    }

    .px-sm-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .py-sm-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .p-sm-5 {
        padding: 3rem 3rem !important
    }

    .pt-sm-5 {
        padding-top: 3rem !important
    }

    .pr-sm-5 {
        padding-right: 3rem !important
    }

    .pb-sm-5 {
        padding-bottom: 3rem !important
    }

    .pl-sm-5 {
        padding-left: 3rem !important
    }

    .px-sm-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .py-sm-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .m-sm-auto {
        margin: auto !important
    }

    .mt-sm-auto {
        margin-top: auto !important
    }

    .mr-sm-auto {
        margin-right: auto !important
    }

    .mb-sm-auto {
        margin-bottom: auto !important
    }

    .ml-sm-auto {
        margin-left: auto !important
    }

    .mx-sm-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .my-sm-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }
}

@media (min-width: 768px) {
    .m-md-0 {
        margin: 0 0 !important
    }

    .mt-md-0 {
        margin-top: 0 !important
    }

    .mr-md-0 {
        margin-right: 0 !important
    }

    .mb-md-0 {
        margin-bottom: 0 !important
    }

    .ml-md-0 {
        margin-left: 0 !important
    }

    .mx-md-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .my-md-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .m-md-1 {
        margin: 0.25rem 0.25rem !important
    }

    .mt-md-1 {
        margin-top: 0.25rem !important
    }

    .mr-md-1 {
        margin-right: 0.25rem !important
    }

    .mb-md-1 {
        margin-bottom: 0.25rem !important
    }

    .ml-md-1 {
        margin-left: 0.25rem !important
    }

    .mx-md-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important
    }

    .my-md-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important
    }

    .m-md-2 {
        margin: 0.5rem 0.5rem !important
    }

    .mt-md-2 {
        margin-top: 0.5rem !important
    }

    .mr-md-2 {
        margin-right: 0.5rem !important
    }

    .mb-md-2 {
        margin-bottom: 0.5rem !important
    }

    .ml-md-2 {
        margin-left: 0.5rem !important
    }

    .mx-md-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important
    }

    .my-md-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important
    }

    .m-md-3 {
        margin: 1rem 1rem !important
    }

    .mt-md-3 {
        margin-top: 1rem !important
    }

    .mr-md-3 {
        margin-right: 1rem !important
    }

    .mb-md-3 {
        margin-bottom: 1rem !important
    }

    .ml-md-3 {
        margin-left: 1rem !important
    }

    .mx-md-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .my-md-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .m-md-4 {
        margin: 1.5rem 1.5rem !important
    }

    .mt-md-4 {
        margin-top: 1.5rem !important
    }

    .mr-md-4 {
        margin-right: 1.5rem !important
    }

    .mb-md-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-md-4 {
        margin-left: 1.5rem !important
    }

    .mx-md-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .my-md-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .m-md-5 {
        margin: 3rem 3rem !important
    }

    .mt-md-5 {
        margin-top: 3rem !important
    }

    .mr-md-5 {
        margin-right: 3rem !important
    }

    .mb-md-5 {
        margin-bottom: 3rem !important
    }

    .ml-md-5 {
        margin-left: 3rem !important
    }

    .mx-md-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .my-md-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .p-md-0 {
        padding: 0 0 !important
    }

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

    .pr-md-0 {
        padding-right: 0 !important
    }

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

    .pl-md-0 {
        padding-left: 0 !important
    }

    .px-md-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .py-md-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .p-md-1 {
        padding: 0.25rem 0.25rem !important
    }

    .pt-md-1 {
        padding-top: 0.25rem !important
    }

    .pr-md-1 {
        padding-right: 0.25rem !important
    }

    .pb-md-1 {
        padding-bottom: 0.25rem !important
    }

    .pl-md-1 {
        padding-left: 0.25rem !important
    }

    .px-md-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important
    }

    .py-md-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important
    }

    .p-md-2 {
        padding: 0.5rem 0.5rem !important
    }

    .pt-md-2 {
        padding-top: 0.5rem !important
    }

    .pr-md-2 {
        padding-right: 0.5rem !important
    }

    .pb-md-2 {
        padding-bottom: 0.5rem !important
    }

    .pl-md-2 {
        padding-left: 0.5rem !important
    }

    .px-md-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important
    }

    .py-md-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important
    }

    .p-md-3 {
        padding: 1rem 1rem !important
    }

    .pt-md-3 {
        padding-top: 1rem !important
    }

    .pr-md-3 {
        padding-right: 1rem !important
    }

    .pb-md-3 {
        padding-bottom: 1rem !important
    }

    .pl-md-3 {
        padding-left: 1rem !important
    }

    .px-md-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .py-md-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .p-md-4 {
        padding: 1.5rem 1.5rem !important
    }

    .pt-md-4 {
        padding-top: 1.5rem !important
    }

    .pr-md-4 {
        padding-right: 1.5rem !important
    }

    .pb-md-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-md-4 {
        padding-left: 1.5rem !important
    }

    .px-md-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .py-md-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .p-md-5 {
        padding: 3rem 3rem !important
    }

    .pt-md-5 {
        padding-top: 3rem !important
    }

    .pr-md-5 {
        padding-right: 3rem !important
    }

    .pb-md-5 {
        padding-bottom: 3rem !important
    }

    .pl-md-5 {
        padding-left: 3rem !important
    }

    .px-md-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .py-md-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .m-md-auto {
        margin: auto !important
    }

    .mt-md-auto {
        margin-top: auto !important
    }

    .mr-md-auto {
        margin-right: auto !important
    }

    .mb-md-auto {
        margin-bottom: auto !important
    }

    .ml-md-auto {
        margin-left: auto !important
    }

    .mx-md-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .my-md-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }
}

@media (min-width: 1024px) {
    .m-lg-0 {
        margin: 0 0 !important
    }

    .mt-lg-0 {
        margin-top: 0 !important
    }

    .mr-lg-0 {
        margin-right: 0 !important
    }

    .mb-lg-0 {
        margin-bottom: 0 !important
    }

    .ml-lg-0 {
        margin-left: 0 !important
    }

    .mx-lg-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .my-lg-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .m-lg-1 {
        margin: 0.25rem 0.25rem !important
    }

    .mt-lg-1 {
        margin-top: 0.25rem !important
    }

    .mr-lg-1 {
        margin-right: 0.25rem !important
    }

    .mb-lg-1 {
        margin-bottom: 0.25rem !important
    }

    .ml-lg-1 {
        margin-left: 0.25rem !important
    }

    .mx-lg-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important
    }

    .my-lg-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important
    }

    .m-lg-2 {
        margin: 0.5rem 0.5rem !important
    }

    .mt-lg-2 {
        margin-top: 0.5rem !important
    }

    .mr-lg-2 {
        margin-right: 0.5rem !important
    }

    .mb-lg-2 {
        margin-bottom: 0.5rem !important
    }

    .ml-lg-2 {
        margin-left: 0.5rem !important
    }

    .mx-lg-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important
    }

    .my-lg-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important
    }

    .m-lg-3 {
        margin: 1rem 1rem !important
    }

    .mt-lg-3 {
        margin-top: 1rem !important
    }

    .mr-lg-3 {
        margin-right: 1rem !important
    }

    .mb-lg-3 {
        margin-bottom: 1rem !important
    }

    .ml-lg-3 {
        margin-left: 1rem !important
    }

    .mx-lg-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .my-lg-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .m-lg-4 {
        margin: 1.5rem 1.5rem !important
    }

    .mt-lg-4 {
        margin-top: 1.5rem !important
    }

    .mr-lg-4 {
        margin-right: 1.5rem !important
    }

    .mb-lg-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-lg-4 {
        margin-left: 1.5rem !important
    }

    .mx-lg-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .my-lg-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .m-lg-5 {
        margin: 3rem 3rem !important
    }

    .mt-lg-5 {
        margin-top: 3rem !important
    }

    .mr-lg-5 {
        margin-right: 3rem !important
    }

    .mb-lg-5 {
        margin-bottom: 3rem !important
    }

    .ml-lg-5 {
        margin-left: 3rem !important
    }

    .mx-lg-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .my-lg-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .p-lg-0 {
        padding: 0 0 !important
    }

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

    .pr-lg-0 {
        padding-right: 0 !important
    }

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

    .pl-lg-0 {
        padding-left: 0 !important
    }

    .px-lg-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .py-lg-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .p-lg-1 {
        padding: 0.25rem 0.25rem !important
    }

    .pt-lg-1 {
        padding-top: 0.25rem !important
    }

    .pr-lg-1 {
        padding-right: 0.25rem !important
    }

    .pb-lg-1 {
        padding-bottom: 0.25rem !important
    }

    .pl-lg-1 {
        padding-left: 0.25rem !important
    }

    .px-lg-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important
    }

    .py-lg-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important
    }

    .p-lg-2 {
        padding: 0.5rem 0.5rem !important
    }

    .pt-lg-2 {
        padding-top: 0.5rem !important
    }

    .pr-lg-2 {
        padding-right: 0.5rem !important
    }

    .pb-lg-2 {
        padding-bottom: 0.5rem !important
    }

    .pl-lg-2 {
        padding-left: 0.5rem !important
    }

    .px-lg-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important
    }

    .py-lg-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important
    }

    .p-lg-3 {
        padding: 1rem 1rem !important
    }

    .pt-lg-3 {
        padding-top: 1rem !important
    }

    .pr-lg-3 {
        padding-right: 1rem !important
    }

    .pb-lg-3 {
        padding-bottom: 1rem !important
    }

    .pl-lg-3 {
        padding-left: 1rem !important
    }

    .px-lg-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .py-lg-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .p-lg-4 {
        padding: 1.5rem 1.5rem !important
    }

    .pt-lg-4 {
        padding-top: 1.5rem !important
    }

    .pr-lg-4 {
        padding-right: 1.5rem !important
    }

    .pb-lg-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-lg-4 {
        padding-left: 1.5rem !important
    }

    .px-lg-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .py-lg-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .p-lg-5 {
        padding: 3rem 3rem !important
    }

    .pt-lg-5 {
        padding-top: 3rem !important
    }

    .pr-lg-5 {
        padding-right: 3rem !important
    }

    .pb-lg-5 {
        padding-bottom: 3rem !important
    }

    .pl-lg-5 {
        padding-left: 3rem !important
    }

    .px-lg-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .py-lg-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .m-lg-auto {
        margin: auto !important
    }

    .mt-lg-auto {
        margin-top: auto !important
    }

    .mr-lg-auto {
        margin-right: auto !important
    }

    .mb-lg-auto {
        margin-bottom: auto !important
    }

    .ml-lg-auto {
        margin-left: auto !important
    }

    .mx-lg-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .my-lg-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }
}

@media (min-width: 1280px) {
    .m-xl-0 {
        margin: 0 0 !important
    }

    .mt-xl-0 {
        margin-top: 0 !important
    }

    .mr-xl-0 {
        margin-right: 0 !important
    }

    .mb-xl-0 {
        margin-bottom: 0 !important
    }

    .ml-xl-0 {
        margin-left: 0 !important
    }

    .mx-xl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .my-xl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .m-xl-1 {
        margin: 0.25rem 0.25rem !important
    }

    .mt-xl-1 {
        margin-top: 0.25rem !important
    }

    .mr-xl-1 {
        margin-right: 0.25rem !important
    }

    .mb-xl-1 {
        margin-bottom: 0.25rem !important
    }

    .ml-xl-1 {
        margin-left: 0.25rem !important
    }

    .mx-xl-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important
    }

    .my-xl-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important
    }

    .m-xl-2 {
        margin: 0.5rem 0.5rem !important
    }

    .mt-xl-2 {
        margin-top: 0.5rem !important
    }

    .mr-xl-2 {
        margin-right: 0.5rem !important
    }

    .mb-xl-2 {
        margin-bottom: 0.5rem !important
    }

    .ml-xl-2 {
        margin-left: 0.5rem !important
    }

    .mx-xl-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important
    }

    .my-xl-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important
    }

    .m-xl-3 {
        margin: 1rem 1rem !important
    }

    .mt-xl-3 {
        margin-top: 1rem !important
    }

    .mr-xl-3 {
        margin-right: 1rem !important
    }

    .mb-xl-3 {
        margin-bottom: 1rem !important
    }

    .ml-xl-3 {
        margin-left: 1rem !important
    }

    .mx-xl-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .my-xl-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .m-xl-4 {
        margin: 1.5rem 1.5rem !important
    }

    .mt-xl-4 {
        margin-top: 1.5rem !important
    }

    .mr-xl-4 {
        margin-right: 1.5rem !important
    }

    .mb-xl-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-xl-4 {
        margin-left: 1.5rem !important
    }

    .mx-xl-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .my-xl-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .m-xl-5 {
        margin: 3rem 3rem !important
    }

    .mt-xl-5 {
        margin-top: 3rem !important
    }

    .mr-xl-5 {
        margin-right: 3rem !important
    }

    .mb-xl-5 {
        margin-bottom: 3rem !important
    }

    .ml-xl-5 {
        margin-left: 3rem !important
    }

    .mx-xl-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .my-xl-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .p-xl-0 {
        padding: 0 0 !important
    }

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

    .pr-xl-0 {
        padding-right: 0 !important
    }

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

    .pl-xl-0 {
        padding-left: 0 !important
    }

    .px-xl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .py-xl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .p-xl-1 {
        padding: 0.25rem 0.25rem !important
    }

    .pt-xl-1 {
        padding-top: 0.25rem !important
    }

    .pr-xl-1 {
        padding-right: 0.25rem !important
    }

    .pb-xl-1 {
        padding-bottom: 0.25rem !important
    }

    .pl-xl-1 {
        padding-left: 0.25rem !important
    }

    .px-xl-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important
    }

    .py-xl-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important
    }

    .p-xl-2 {
        padding: 0.5rem 0.5rem !important
    }

    .pt-xl-2 {
        padding-top: 0.5rem !important
    }

    .pr-xl-2 {
        padding-right: 0.5rem !important
    }

    .pb-xl-2 {
        padding-bottom: 0.5rem !important
    }

    .pl-xl-2 {
        padding-left: 0.5rem !important
    }

    .px-xl-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important
    }

    .py-xl-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important
    }

    .p-xl-3 {
        padding: 1rem 1rem !important
    }

    .pt-xl-3 {
        padding-top: 1rem !important
    }

    .pr-xl-3 {
        padding-right: 1rem !important
    }

    .pb-xl-3 {
        padding-bottom: 1rem !important
    }

    .pl-xl-3 {
        padding-left: 1rem !important
    }

    .px-xl-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .py-xl-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .p-xl-4 {
        padding: 1.5rem 1.5rem !important
    }

    .pt-xl-4 {
        padding-top: 1.5rem !important
    }

    .pr-xl-4 {
        padding-right: 1.5rem !important
    }

    .pb-xl-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-xl-4 {
        padding-left: 1.5rem !important
    }

    .px-xl-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .py-xl-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .p-xl-5 {
        padding: 3rem 3rem !important
    }

    .pt-xl-5 {
        padding-top: 3rem !important
    }

    .pr-xl-5 {
        padding-right: 3rem !important
    }

    .pb-xl-5 {
        padding-bottom: 3rem !important
    }

    .pl-xl-5 {
        padding-left: 3rem !important
    }

    .px-xl-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .py-xl-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .m-xl-auto {
        margin: auto !important
    }

    .mt-xl-auto {
        margin-top: auto !important
    }

    .mr-xl-auto {
        margin-right: auto !important
    }

    .mb-xl-auto {
        margin-bottom: auto !important
    }

    .ml-xl-auto {
        margin-left: auto !important
    }

    .mx-xl-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .my-xl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }
}

.text-justify {
    text-align: justify !important
}

.text-nowrap {
    white-space: nowrap !important
}

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

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

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

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

@media (min-width: 480px) {
    .text-sm-left {
        text-align: left !important
    }

    .text-sm-right {
        text-align: right !important
    }

    .text-sm-center {
        text-align: center !important
    }
}

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

    .text-md-right {
        text-align: right !important
    }

    .text-md-center {
        text-align: center !important
    }
}

@media (min-width: 1024px) {
    .text-lg-left {
        text-align: left !important
    }

    .text-lg-right {
        text-align: right !important
    }

    .text-lg-center {
        text-align: center !important
    }
}

@media (min-width: 1280px) {
    .text-xl-left {
        text-align: left !important
    }

    .text-xl-right {
        text-align: right !important
    }

    .text-xl-center {
        text-align: center !important
    }
}

.text-lowercase {
    text-transform: lowercase !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-capitalize {
    text-transform: capitalize !important
}

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

.font-weight-bold {
    font-weight: bold
}

.font-italic {
    font-style: italic
}

.text-white {
    color: #fff !important
}

.text-muted {
    color: #636c72 !important
}

a.text-muted:focus, a.text-muted:hover {
    color: #4b5257 !important
}

.text-primary {
    color: #0275d8 !important
}

a.text-primary:focus, a.text-primary:hover {
    color: #025aa5 !important
}

.text-success {
    color: #5cb85c !important
}

a.text-success:focus, a.text-success:hover {
    color: #449d44 !important
}

.text-info {
    color: #5bc0de !important
}

a.text-info:focus, a.text-info:hover {
    color: #31b0d5 !important
}

.text-warning {
    color: #f0ad4e !important
}

a.text-warning:focus, a.text-warning:hover {
    color: #ec971f !important
}

.text-danger {
    color: #d9534f !important
}

a.text-danger:focus, a.text-danger:hover {
    color: #c9302c !important
}

.text-gray-dark {
    color: #292b2c !important
}

a.text-gray-dark:focus, a.text-gray-dark:hover {
    color: #101112 !important
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.invisible {
    visibility: hidden !important
}

.hidden-xs-up {
    display: none !important
}

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

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

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

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

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

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

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

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

.hidden-xl-down {
    display: none !important
}

.visible-print-block {
    display: none !important
}

@media print {
    .visible-print-block {
        display: block !important
    }
}

.visible-print-inline {
    display: none !important
}

@media print {
    .visible-print-inline {
        display: inline !important
    }
}

.visible-print-inline-block {
    display: none !important
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important
    }
}

@media print {
    .hidden-print {
        display: none !important
    }
}

.form-control {
    display: block;
    width: 100%;
    padding: 0.5rem 0.75rem;
    font-size: 1rem;
    line-height: 1.25;
    color: #464a4c;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control:focus {
    color: #464a4c;
    background-color: #fff;
    border-color: #5cb3fd;
    outline: none
}

.form-control::-webkit-input-placeholder {
    color: #636c72;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #636c72;
    opacity: 1
}

.form-control::-ms-input-placeholder {
    color: #636c72;
    opacity: 1
}

.form-control::placeholder {
    color: #636c72;
    opacity: 1
}

.form-control:disabled, .form-control[readonly] {
    background-color: #eceeef;
    opacity: 1
}

.form-control:disabled {
    cursor: not-allowed
}

select.form-control:not([size]):not([multiple]) {
    height: calc(2.25rem + 2px)
}

select.form-control:focus::-ms-value {
    color: #464a4c;
    background-color: #fff
}

.form-control-file, .form-control-range {
    display: block
}

.col-form-label {
    padding-top: calc(0.5rem - 1px * 2);
    padding-bottom: calc(0.5rem - 1px * 2);
    margin-bottom: 0
}

.col-form-label-lg {
    padding-top: calc(0.75rem - 1px * 2);
    padding-bottom: calc(0.75rem - 1px * 2);
    font-size: 1.25rem
}

.col-form-label-sm {
    padding-top: calc(0.25rem - 1px * 2);
    padding-bottom: calc(0.25rem - 1px * 2);
    font-size: 0.75rem
}

.col-form-legend {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    margin-bottom: 0;
    font-size: 1rem
}

.form-control-static {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    margin-bottom: 0;
    line-height: 1.25;
    border: solid transparent;
    border-width: 1px 0
}

.form-control-static.form-control-sm, .form-control-static.form-control-lg {
    padding-right: 0;
    padding-left: 0
}

.form-control-sm {
    padding: 0.25rem 0.5rem;
    font-size: 0.75rem;
    border-radius: 0.2rem
}

select.form-control-sm:not([size]):not([multiple]) {
    height: 1.625rem
}

.form-control-lg {
    padding: 0.75rem 1.5rem;
    font-size: 1.25rem;
    border-radius: 0.3rem
}

select.form-control-lg:not([size]):not([multiple]) {
    height: 3.1666666667rem
}

.form-group {
    margin-bottom: 1rem
}

.form-text {
    display: block;
    margin-top: 0.25rem
}

.form-check {
    position: relative;
    display: block;
    margin-bottom: 0.5rem
}

.form-check.disabled .form-check-label {
    color: #636c72;
    cursor: not-allowed
}

.form-check-label {
    padding-left: 1.25rem;
    margin-bottom: 0;
    cursor: pointer
}

.form-check-input {
    position: absolute;
    margin-top: 0.25rem;
    margin-left: -1.25rem
}

.form-check-input:only-child {
    position: static
}

.form-check-inline {
    display: inline-block
}

.form-check-inline .form-check-label {
    vertical-align: middle
}

.form-check-inline + .form-check-inline {
    margin-left: 0.75rem
}

.form-control-feedback {
    margin-top: 0.25rem
}

.form-control-success, .form-control-warning, .form-control-danger {
    padding-right: 2.25rem;
    background-repeat: no-repeat;
    background-position: center right 0.5625rem;
    background-size: 1.125rem 1.125rem
}

.has-success .form-control-feedback, .has-success .form-control-label, .has-success .col-form-label, .has-success .form-check-label, .has-success .custom-control {
    color: #5cb85c
}

.has-success .form-control {
    border-color: #5cb85c
}

.has-success .input-group-addon {
    color: #5cb85c;
    border-color: #5cb85c;
    background-color: #eaf6ea
}

.has-success .form-control-success {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%235cb85c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E")
}

.has-warning .form-control-feedback, .has-warning .form-control-label, .has-warning .col-form-label, .has-warning .form-check-label, .has-warning .custom-control {
    color: #f0ad4e
}

.has-warning .form-control {
    border-color: #f0ad4e
}

.has-warning .input-group-addon {
    color: #f0ad4e;
    border-color: #f0ad4e;
    background-color: white
}

.has-warning .form-control-warning {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23f0ad4e' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E")
}

.has-danger .form-control-feedback, .has-danger .form-control-label, .has-danger .col-form-label, .has-danger .form-check-label, .has-danger .custom-control {
    color: #d9534f
}

.has-danger .form-control {
    border-color: #d9534f
}

.has-danger .input-group-addon {
    color: #d9534f;
    border-color: #d9534f;
    background-color: #fdf7f7
}

.has-danger .form-control-danger {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23d9534f' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E")
}

.form-inline {
    display: flex;
    flex-flow: row wrap;
    align-items: center
}

.form-inline .form-check {
    width: 100%
}

@media (min-width: 480px) {
    .form-inline label {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 0
    }

    .form-inline .form-group {
        display: flex;
        flex: 0 0 auto;
        flex-flow: row wrap;
        align-items: center;
        margin-bottom: 0
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .form-control-static {
        display: inline-block
    }

    .form-inline .input-group {
        width: auto
    }

    .form-inline .form-control-label {
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .form-check {
        display: flex;
        align-items: center;
        justify-content: center;
        width: auto;
        margin-top: 0;
        margin-bottom: 0
    }

    .form-inline .form-check-label {
        padding-left: 0
    }

    .form-inline .form-check-input {
        position: relative;
        margin-top: 0;
        margin-right: 0.25rem;
        margin-left: 0
    }

    .form-inline .custom-control {
        display: flex;
        align-items: center;
        justify-content: center;
        padding-left: 0
    }

    .form-inline .custom-control-indicator {
        position: static;
        display: inline-block;
        margin-right: 0.25rem;
        vertical-align: text-bottom
    }

    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }
}

.btn {
    display: inline-block;
    font-weight: normal;
    line-height: 1.25;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.5rem 1rem;
    font-size: 1rem;
    border-radius: 0.25rem;
    transition: all 0.2s ease-in-out
}

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

.btn:focus, .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 2px rgba(2, 117, 216, 0.25)
}

.btn.disabled, .btn:disabled {
    cursor: not-allowed;
    opacity: .65
}

.btn:active, .btn.active {
    background-image: none
}

a.btn.disabled, fieldset[disabled] a.btn {
    pointer-events: none
}

.btn-primary {
    color: #fff;
    background-color: #0275d8;
    border-color: #0275d8
}

.btn-primary:hover {
    color: #fff;
    background-color: #025aa5;
    border-color: #01549b
}

.btn-primary:focus, .btn-primary.focus {
    box-shadow: 0 0 0 2px rgba(2, 117, 216, 0.5)
}

.btn-primary.disabled, .btn-primary:disabled {
    background-color: #0275d8;
    border-color: #0275d8
}

.btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #025aa5;
    background-image: none;
    border-color: #01549b
}

.btn-secondary {
    color: #292b2c;
    background-color: #fff;
    border-color: #ccc
}

.btn-secondary:hover {
    color: #292b2c;
    background-color: #e6e6e6;
    border-color: #adadad
}

.btn-secondary:focus, .btn-secondary.focus {
    box-shadow: 0 0 0 2px rgba(204, 204, 204, 0.5)
}

.btn-secondary.disabled, .btn-secondary:disabled {
    background-color: #fff;
    border-color: #ccc
}

.btn-secondary:active, .btn-secondary.active, .show > .btn-secondary.dropdown-toggle {
    color: #292b2c;
    background-color: #e6e6e6;
    background-image: none;
    border-color: #adadad
}

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #5bc0de
}

.btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #2aabd2
}

.btn-info:focus, .btn-info.focus {
    box-shadow: 0 0 0 2px rgba(91, 192, 222, 0.5)
}

.btn-info.disabled, .btn-info:disabled {
    background-color: #5bc0de;
    border-color: #5bc0de
}

.btn-info:active, .btn-info.active, .show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    background-image: none;
    border-color: #2aabd2
}

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

.btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #419641
}

.btn-success:focus, .btn-success.focus {
    box-shadow: 0 0 0 2px rgba(92, 184, 92, 0.5)
}

.btn-success.disabled, .btn-success:disabled {
    background-color: #5cb85c;
    border-color: #5cb85c
}

.btn-success:active, .btn-success.active, .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    background-image: none;
    border-color: #419641
}

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

.btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #eb9316
}

.btn-warning:focus, .btn-warning.focus {
    box-shadow: 0 0 0 2px rgba(240, 173, 78, 0.5)
}

.btn-warning.disabled, .btn-warning:disabled {
    background-color: #f0ad4e;
    border-color: #f0ad4e
}

.btn-warning:active, .btn-warning.active, .show > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    background-image: none;
    border-color: #eb9316
}

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

.btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #c12e2a
}

.btn-danger:focus, .btn-danger.focus {
    box-shadow: 0 0 0 2px rgba(217, 83, 79, 0.5)
}

.btn-danger.disabled, .btn-danger:disabled {
    background-color: #d9534f;
    border-color: #d9534f
}

.btn-danger:active, .btn-danger.active, .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    background-image: none;
    border-color: #c12e2a
}

.btn-outline-primary {
    color: #0275d8;
    background-image: none;
    background-color: transparent;
    border-color: #0275d8
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #0275d8;
    border-color: #0275d8
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 2px rgba(2, 117, 216, 0.5)
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #0275d8;
    background-color: transparent
}

.btn-outline-primary:active, .btn-outline-primary.active, .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #0275d8;
    border-color: #0275d8
}

.btn-outline-secondary {
    color: #ccc;
    background-image: none;
    background-color: transparent;
    border-color: #ccc
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #ccc;
    border-color: #ccc
}

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 2px rgba(204, 204, 204, 0.5)
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #ccc;
    background-color: transparent
}

.btn-outline-secondary:active, .btn-outline-secondary.active, .show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #ccc;
    border-color: #ccc
}

.btn-outline-info {
    color: #5bc0de;
    background-image: none;
    background-color: transparent;
    border-color: #5bc0de
}

.btn-outline-info:hover {
    color: #fff;
    background-color: #5bc0de;
    border-color: #5bc0de
}

.btn-outline-info:focus, .btn-outline-info.focus {
    box-shadow: 0 0 0 2px rgba(91, 192, 222, 0.5)
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #5bc0de;
    background-color: transparent
}

.btn-outline-info:active, .btn-outline-info.active, .show > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #5bc0de;
    border-color: #5bc0de
}

.btn-outline-success {
    color: #5cb85c;
    background-image: none;
    background-color: transparent;
    border-color: #5cb85c
}

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

.btn-outline-success:focus, .btn-outline-success.focus {
    box-shadow: 0 0 0 2px rgba(92, 184, 92, 0.5)
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #5cb85c;
    background-color: transparent
}

.btn-outline-success:active, .btn-outline-success.active, .show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #5cb85c;
    border-color: #5cb85c
}

.btn-outline-warning {
    color: #f0ad4e;
    background-image: none;
    background-color: transparent;
    border-color: #f0ad4e
}

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

.btn-outline-warning:focus, .btn-outline-warning.focus {
    box-shadow: 0 0 0 2px rgba(240, 173, 78, 0.5)
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #f0ad4e;
    background-color: transparent
}

.btn-outline-warning:active, .btn-outline-warning.active, .show > .btn-outline-warning.dropdown-toggle {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #f0ad4e
}

.btn-outline-danger {
    color: #d9534f;
    background-image: none;
    background-color: transparent;
    border-color: #d9534f
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #d9534f;
    border-color: #d9534f
}

.btn-outline-danger:focus, .btn-outline-danger.focus {
    box-shadow: 0 0 0 2px rgba(217, 83, 79, 0.5)
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #d9534f;
    background-color: transparent
}

.btn-outline-danger:active, .btn-outline-danger.active, .show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #d9534f;
    border-color: #d9534f
}

.btn-link {
    font-weight: normal;
    color: #415f99;
    border-radius: 0
}

.btn-link, .btn-link:active, .btn-link.active, .btn-link:disabled {
    background-color: transparent
}

.btn-link, .btn-link:focus, .btn-link:active {
    border-color: transparent
}

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

.btn-link:focus, .btn-link:hover {
    color: #2a3e63;
    text-decoration: underline;
    background-color: transparent
}

.btn-link:disabled {
    color: #636c72
}

.btn-link:disabled:focus, .btn-link:disabled:hover {
    text-decoration: none
}

.btn-lg {
    padding: 0.75rem 1.5rem;
    font-size: 1.25rem;
    border-radius: 0.3rem
}

.btn-sm {
    padding: 0.25rem 0.5rem;
    font-size: 0.75rem;
    border-radius: 0.2rem
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block + .btn-block {
    margin-top: 0.5rem
}

input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block {
    width: 100%
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem
}

.table th, .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #eceeef
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #eceeef
}

.table tbody + tbody {
    border-top: 2px solid #eceeef
}

.table .table {
    background-color: #fff
}

.table-sm th, .table-sm td {
    padding: 0.3rem
}

.table-bordered {
    border: 1px solid #eceeef
}

.table-bordered th, .table-bordered td {
    border: 1px solid #eceeef
}

.table-bordered thead th, .table-bordered thead td {
    border-bottom-width: 2px
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05)
}

.table-hover tbody tr:hover {
    background-color: rgba(0, 0, 0, 0.075)
}

.table-active, .table-active > th, .table-active > td {
    background-color: rgba(0, 0, 0, 0.075)
}

.table-hover .table-active:hover {
    background-color: rgba(0, 0, 0, 0.075)
}

.table-hover .table-active:hover > td, .table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, 0.075)
}

.table-success, .table-success > th, .table-success > td {
    background-color: #dff0d8
}

.table-hover .table-success:hover {
    background-color: #d0e9c6
}

.table-hover .table-success:hover > td, .table-hover .table-success:hover > th {
    background-color: #d0e9c6
}

.table-info, .table-info > th, .table-info > td {
    background-color: #d9edf7
}

.table-hover .table-info:hover {
    background-color: #c4e3f3
}

.table-hover .table-info:hover > td, .table-hover .table-info:hover > th {
    background-color: #c4e3f3
}

.table-warning, .table-warning > th, .table-warning > td {
    background-color: #fcf8e3
}

.table-hover .table-warning:hover {
    background-color: #faf2cc
}

.table-hover .table-warning:hover > td, .table-hover .table-warning:hover > th {
    background-color: #faf2cc
}

.table-danger, .table-danger > th, .table-danger > td {
    background-color: #f2dede
}

.table-hover .table-danger:hover {
    background-color: #ebcccc
}

.table-hover .table-danger:hover > td, .table-hover .table-danger:hover > th {
    background-color: #ebcccc
}

.thead-inverse th {
    color: #fff;
    background-color: #292b2c
}

.thead-default th {
    color: #464a4c;
    background-color: #eceeef
}

.table-inverse {
    color: #fff;
    background-color: #292b2c
}

.table-inverse th, .table-inverse td, .table-inverse thead th {
    border-color: #fff
}

.table-inverse.table-bordered {
    border: 0
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar
}

.table-responsive.table-bordered {
    border: 0
}

.carousel {
    position: relative
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-item {
    position: relative;
    display: none;
    width: 100%
}

@media (-webkit-transform-3d) {
    .carousel-item {
        transition: -webkit-transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px
    }
}

@supports (-webkit-transform: translate3d(0, 0, 0)) or (transform: translate3d(0, 0, 0)) {
    .carousel-item {
        transition: -webkit-transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px
    }
}

.carousel-item.active, .carousel-item-next, .carousel-item-prev {
    display: flex
}

.carousel-item-next, .carousel-item-prev {
    position: absolute;
    top: 0
}

@media (-webkit-transform-3d) {
    .carousel-item-next.carousel-item-left, .carousel-item-prev.carousel-item-right {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    .carousel-item-next, .active.carousel-item-right {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    .carousel-item-prev, .active.carousel-item-left {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

@supports (-webkit-transform: translate3d(0, 0, 0)) or (transform: translate3d(0, 0, 0)) {
    .carousel-item-next.carousel-item-left, .carousel-item-prev.carousel-item-right {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    .carousel-item-next, .active.carousel-item-right {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    .carousel-item-prev, .active.carousel-item-left {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

.carousel-control-prev, .carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: 0.5
}

.carousel-control-prev:focus, .carousel-control-prev:hover, .carousel-control-next:focus, .carousel-control-next:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9
}

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}

.carousel-control-prev-icon, .carousel-control-next-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: transparent no-repeat center center;
    background-size: 100% 100%
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M4 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M1.5 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E")
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 10px;
    left: 0;
    z-index: 15;
    display: flex;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none
}

.carousel-indicators li {
    position: relative;
    flex: 1 0 auto;
    max-width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.5)
}

.carousel-indicators li::before {
    position: absolute;
    top: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: ""
}

.carousel-indicators li::after {
    position: absolute;
    bottom: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: ""
}

.carousel-indicators .active {
    background-color: #fff
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center
}

.modal-open {
    overflow: hidden
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0
}

.modal.fade .modal-dialog {
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -25%);
    transform: translate(0, -25%)
}

.modal.show .modal-dialog {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: 0.5
}

.modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
    border-bottom: 1px solid #eceeef
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 15px
}

.modal-footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 15px;
    border-top: 1px solid #eceeef
}

.modal-footer > :not(:first-child) {
    margin-left: .25rem
}

.modal-footer > :not(:last-child) {
    margin-right: .25rem
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width: 480px) {
    .modal-dialog {
        max-width: 500px;
        margin: 30px auto
    }

    .modal-sm {
        max-width: 300px
    }
}

@media (min-width: 1024px) {
    .modal-lg {
        max-width: 800px
    }
}

.fade {
    opacity: 0;
    transition: opacity 0.15s linear
}

.fade.show {
    opacity: 1
}

.collapse {
    display: none
}

.collapse.show {
    display: block
}

tr.collapse.show {
    display: table-row
}

tbody.collapse.show {
    display: table-row-group
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height 0.35s ease
}

.nav {
    display: flex;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: block;
    padding: 0.5em 1em
}

.nav-link:focus, .nav-link:hover {
    text-decoration: none
}

.nav-link.disabled {
    color: #636c72;
    cursor: not-allowed
}

.nav-tabs {
    border-bottom: 1px solid #ddd
}

.nav-tabs .nav-item {
    margin-bottom: -1px
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-right-radius: 0.25rem;
    border-top-left-radius: 0.25rem
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: #eceeef #eceeef #ddd
}

.nav-tabs .nav-link.disabled {
    color: #636c72;
    background-color: transparent;
    border-color: transparent
}

.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    color: #464a4c;
    background-color: #fff;
    border-color: #ddd #ddd #fff
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.nav-pills .nav-link {
    border-radius: 0.25rem
}

.nav-pills .nav-link.active, .nav-pills .nav-item.show .nav-link {
    color: #fff;
    cursor: default;
    background-color: #0275d8
}

.nav-fill .nav-item {
    flex: 1 1 auto;
    text-align: center
}

.nav-justified .nav-item {
    flex: 1 1 100%;
    text-align: center
}

.tab-content > .tab-pane {
    display: none
}

.tab-content > .active {
    display: block
}

.navbar {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 0.5rem 1rem
}

.navbar-brand {
    display: inline-block;
    padding-top: .25rem;
    padding-bottom: .25rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap
}

.navbar-brand:focus, .navbar-brand:hover {
    text-decoration: none
}

.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0
}

.navbar-text {
    display: inline-block;
    padding-top: .425rem;
    padding-bottom: .425rem
}

.navbar-toggler {
    align-self: flex-start;
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem
}

.navbar-toggler:focus, .navbar-toggler:hover {
    text-decoration: none
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%
}

.navbar-toggler-left {
    position: absolute;
    left: 1rem
}

.navbar-toggler-right {
    position: absolute;
    right: 1rem
}

@media (max-width: 479px) {
    .navbar-toggleable .navbar-nav .dropdown-menu {
        position: static;
        float: none
    }

    .navbar-toggleable > .container {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width: 480px) {
    .navbar-toggleable {
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center
    }

    .navbar-toggleable .navbar-nav {
        flex-direction: row
    }

    .navbar-toggleable .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-toggleable > .container {
        display: flex;
        flex-wrap: nowrap;
        align-items: center
    }

    .navbar-toggleable .navbar-collapse {
        display: flex !important;
        width: 100%
    }

    .navbar-toggleable .navbar-toggler {
        display: none
    }
}

@media (max-width: 767px) {
    .navbar-toggleable-sm .navbar-nav .dropdown-menu {
        position: static;
        float: none
    }

    .navbar-toggleable-sm > .container {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width: 768px) {
    .navbar-toggleable-sm {
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center
    }

    .navbar-toggleable-sm .navbar-nav {
        flex-direction: row
    }

    .navbar-toggleable-sm .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-toggleable-sm > .container {
        display: flex;
        flex-wrap: nowrap;
        align-items: center
    }

    .navbar-toggleable-sm .navbar-collapse {
        display: flex !important;
        width: 100%
    }

    .navbar-toggleable-sm .navbar-toggler {
        display: none
    }
}

@media (max-width: 1023px) {
    .navbar-toggleable-md .navbar-nav .dropdown-menu {
        position: static;
        float: none
    }

    .navbar-toggleable-md > .container {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width: 1024px) {
    .navbar-toggleable-md {
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center
    }

    .navbar-toggleable-md .navbar-nav {
        flex-direction: row
    }

    .navbar-toggleable-md .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-toggleable-md > .container {
        display: flex;
        flex-wrap: nowrap;
        align-items: center
    }

    .navbar-toggleable-md .navbar-collapse {
        display: flex !important;
        width: 100%
    }

    .navbar-toggleable-md .navbar-toggler {
        display: none
    }
}

@media (max-width: 1279px) {
    .navbar-toggleable-lg .navbar-nav .dropdown-menu {
        position: static;
        float: none
    }

    .navbar-toggleable-lg > .container {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width: 1280px) {
    .navbar-toggleable-lg {
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center
    }

    .navbar-toggleable-lg .navbar-nav {
        flex-direction: row
    }

    .navbar-toggleable-lg .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-toggleable-lg > .container {
        display: flex;
        flex-wrap: nowrap;
        align-items: center
    }

    .navbar-toggleable-lg .navbar-collapse {
        display: flex !important;
        width: 100%
    }

    .navbar-toggleable-lg .navbar-toggler {
        display: none
    }
}

.navbar-toggleable-xl {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center
}

.navbar-toggleable-xl .navbar-nav .dropdown-menu {
    position: static;
    float: none
}

.navbar-toggleable-xl > .container {
    padding-right: 0;
    padding-left: 0
}

.navbar-toggleable-xl .navbar-nav {
    flex-direction: row
}

.navbar-toggleable-xl .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
}

.navbar-toggleable-xl > .container {
    display: flex;
    flex-wrap: nowrap;
    align-items: center
}

.navbar-toggleable-xl .navbar-collapse {
    display: flex !important;
    width: 100%
}

.navbar-toggleable-xl .navbar-toggler {
    display: none
}

.navbar-light .navbar-brand, .navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.9)
}

.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover, .navbar-light .navbar-toggler:focus, .navbar-light .navbar-toggler:hover {
    color: rgba(0, 0, 0, 0.9)
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.5)
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, 0.7)
}

.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3)
}

.navbar-light .navbar-nav .open > .nav-link, .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.open, .navbar-light .navbar-nav .nav-link.active {
    color: rgba(0, 0, 0, 0.9)
}

.navbar-light .navbar-toggler {
    border-color: rgba(0, 0, 0, 0.1)
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E")
}

.navbar-light .navbar-text {
    color: rgba(0, 0, 0, 0.5)
}

.navbar-inverse .navbar-brand, .navbar-inverse .navbar-toggler {
    color: white
}

.navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-toggler:focus, .navbar-inverse .navbar-toggler:hover {
    color: white
}

.navbar-inverse .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.5)
}

.navbar-inverse .navbar-nav .nav-link:focus, .navbar-inverse .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, 0.75)
}

.navbar-inverse .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25)
}

.navbar-inverse .navbar-nav .open > .nav-link, .navbar-inverse .navbar-nav .active > .nav-link, .navbar-inverse .navbar-nav .nav-link.open, .navbar-inverse .navbar-nav .nav-link.active {
    color: white
}

.navbar-inverse .navbar-toggler {
    border-color: rgba(255, 255, 255, 0.1)
}

.navbar-inverse .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E")
}

.navbar-inverse .navbar-text {
    color: rgba(255, 255, 255, 0.5)
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}

.embed-responsive::before {
    display: block;
    content: ""
}

.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.embed-responsive-21by9::before {
    padding-top: 42.8571428571%
}

.embed-responsive-16by9::before {
    padding-top: 56.25%
}

.embed-responsive-4by3::before {
    padding-top: 75%
}

.embed-responsive-1by1::before {
    padding-top: 100%
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5
}

.close:focus, .close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .75
}

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none
}

a, a:link {
    text-decoration: none
}

a.link-danger {
    color: #FF3B3A;
    border-bottom: 1px solid rgba(255, 59, 58, 0.1);
    transition: all 0.25s ease
}

a.link-danger:hover {
    color: #d9534f
}

a.link-danger:hover {
    border-color: rgba(217, 83, 79, 0.5)
}

img[width="1"], img[height="1"] {
    display: none !important
}

.table-long {
    overflow-x: auto;
    display: block
}

.col-2dot4, .col-sm-2dot4, .col-md-2dot4, .col-lg-2dot4, .col-xl-2dot4 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col-2dot4 {
    flex: 0 0 20%;
    max-width: 20%
}

@media (min-width: 540px) {
    .col-sm-2dot4 {
        flex: 0 0 20%;
        max-width: 20%
    }
}

@media (min-width: 720px) {
    .col-md-2dot4 {
        flex: 0 0 20%;
        max-width: 20%
    }
}

@media (min-width: 960px) {
    .col-lg-2dot4 {
        flex: 0 0 20%;
        max-width: 20%
    }
}

@media (min-width: 1140px) {
    .col-xl-2dot4 {
        flex: 0 0 20%;
        max-width: 20%
    }
}

.hand {
    font-family: sans-serif;
    background-color: #f8d3af;
    position: relative;
    min-height: 600px;
    width: 580px;
    padding: 10% 0;
    margin: 10px;
    background-image: url("/lp/hand_article/hand.png");
    background-size: 95%;
    background-position: left center;
    background-repeat: no-repeat
}

.hand .block {
    position: absolute
}

.hand .block a {
    font-family: sans-serif;
    position: relative;
    color: #000000;
    font-size: 18px;
    display: block;
    text-align: center;
    text-decoration: none
}

.hand .block a .text {
    display: block
}

.hand .block a .images {
    position: relative;
    display: block
}

.hand .block a .images img {
    position: absolute;
    left: 0
}

.hand .block a:hover {
    color: #ed5c51
}

.hand .block a:hover img {
    display: none
}

.hand .block a:hover img.colored {
    display: block
}

.hand .block a .colored {
    display: none
}

.hand .first {
    left: 2%;
    top: 14%
}

.hand .first .images {
    left: 52px;
    top: 10px;
    height: 165px
}

.hand .first .images img {
    width: 120px
}

.hand .second {
    left: 30%;
    top: 24%
}

.hand .second .images {
    height: 165px;
    left: 50px
}

.hand .second .images img {
    width: 45px
}

.hand .third {
    left: 54%;
    top: 11%
}

.hand .third .images {
    height: 190px;
    left: 10px;
    top: 20px
}

.hand .third .images img {
    width: 55px
}

.hand .forth {
    left: 70%;
    top: 20%
}

.hand .forth .images {
    height: 105px;
    left: -63px;
    top: 20px
}

.hand .forth .images img {
    width: 100px
}

.hand .fifth {
    left: 8%;
    top: 55%
}

.hand .fifth .images {
    height: 165px;
    left: 50px
}

.hand .fifth .images img {
    width: 34px
}

.hand .sixth {
    left: 29%;
    top: 56%
}

.hand .sixth .images {
    height: 93px;
    left: 62px
}

.hand .sixth .images img {
    width: 40px
}

.hand .seventh {
    left: 61%;
    top: 60%
}

.hand .seventh .images {
    height: 115px;
    left: -24px
}

.hand .seventh .images img {
    width: 65px
}

@media only screen and (max-width: 575px) {
    .hand {
        width: 320px;
        margin: 0;
        min-height: 240px
    }
}

@media only screen and (max-width: 575px) {
    .hand .block a {
        font-size: 13px
    }
}

@media only screen and (max-width: 575px) {
    .hand .first {
        left: 1%;
        top: 19%
    }
}

@media only screen and (max-width: 575px) {
    .hand .first .images {
        left: 45px
    }
}

@media only screen and (max-width: 575px) {
    .hand .first .images img {
        width: 59px
    }
}

@media only screen and (max-width: 575px) {
    .hand .second {
        left: 30%;
        top: 27%
    }
}

@media only screen and (max-width: 575px) {
    .hand .second .images {
        left: 37px
    }
}

@media only screen and (max-width: 575px) {
    .hand .second .images img {
        width: 23px
    }
}

@media only screen and (max-width: 575px) {
    .hand .third {
        top: 9%
    }
}

@media only screen and (max-width: 575px) {
    .hand .third .images img {
        width: 36px
    }
}

@media only screen and (max-width: 575px) {
    .hand .forth {
        left: 68%;
        top: 20%
    }
}

@media only screen and (max-width: 575px) {
    .hand .forth .images {
        left: -34px
    }
}

@media only screen and (max-width: 575px) {
    .hand .forth .images img {
        width: 59px
    }
}

@media only screen and (max-width: 575px) {
    .hand .fifth {
        left: 7%;
        top: 58%
    }
}

@media only screen and (max-width: 575px) {
    .hand .fifth .images {
        height: 85px;
        left: 30px
    }
}

@media only screen and (max-width: 575px) {
    .hand .fifth .images img {
        width: 17px
    }
}

@media only screen and (max-width: 575px) {
    .hand .sixth {
        left: 30%;
        top: 54%
    }
}

@media only screen and (max-width: 575px) {
    .hand .sixth .images {
        height: 58px;
        left: 29px
    }
}

@media only screen and (max-width: 575px) {
    .hand .sixth .images img {
        width: 25px
    }
}

@media only screen and (max-width: 575px) {
    .hand .seventh {
        left: 65%;
        top: 59%
    }
}

@media only screen and (max-width: 575px) {
    .hand .seventh .images {
        height: 72px
    }
}

@media only screen and (max-width: 575px) {
    .hand .seventh .images img {
        width: 45px
    }
}

.p-table {
    clear: both
}

.p-table, .p-table__placeholder, .p-table__wrapper {
    width: 100%;
    height: 100%
}

.p-table__placeholder {
    box-sizing: border-box;
    display: table
}

.p-table__wrapper {
    display: table-cell;
    vertical-align: middle
}

.trigger {
    cursor: pointer;
    padding: 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap
}

.trigger, .trigger__caption, .trigger__state {
    width: 100%;
    height: 100%
}

.trigger__placeholder {
    display: table
}

.trigger__caption, .trigger__state {
    display: table-cell;
    vertical-align: middle
}

.trigger__caption span {
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 10px
}

.trigger__state i:first-child {
    display: block
}

.trigger__state i:last-child {
    display: none
}

.trigger.active .trigger__state i:first-child {
    display: none
}

.trigger.active .trigger__state i:last-child {
    display: block
}

.trigger--right {
    position: relative;
    margin-right: -20px
}

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

@media (max-width: 767px) {
    .trigger__caption {
        display: none
    }
}

.cookiealert {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0 !important;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    border-radius: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    transition: all 500ms ease-out;
    color: #ffffff;
    background: #223A5E;
    padding: 15px 0
}

.cookiealert a {
    color: #007bff
}

.cookiealert.show {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    transition-delay: 1000ms
}

.cookiealert a {
    text-decoration: underline
}

.cookiealert .acceptcookies {
    margin-left: 10px;
    vertical-align: baseline
}

#bannerline .close {
    margin-top: -10px;
    padding-right: 22px;
    z-index: 9999
}

@media only screen and (min-width: 576px) {
    div[id*='af-top-tablet-desktop'] {
        min-height: 250px;
        height: auto
    }

    div[id*='af-lead-tablet-desktop'] {
        min-height: 300px;
        height: auto;
        margin-bottom: 1rem
    }
}

@media only screen and (max-width: 575px) {
    div[id*='af-top-phone'] {
        min-height: 300px;
        height: auto
    }

    div[id*='af-lead-phone'] {
        min-height: 300px;
        height: auto;
        margin-bottom: 10px
    }

    div[id*='af-aside-phone'] {
        min-height: 300px;
        height: auto
    }

    div[id*='af-mobile-phone'] {
        min-height: 300px;
        height: auto
    }
}

.authors_diplomas {
    margin-bottom: 15px
}

footer {
    clear: both;
    font: normal 0.75rem "Fira Sans", Helvetica, Arial, sans-serif;
    line-height: 1.4;
    padding: 40px 0
}

footer a {
    color: #000;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    transition: all 0.25s ease
}

footer a:hover {
    color: #000
}

footer a:hover {
    border-color: rgba(0, 0, 0, 0.5)
}

footer .footer-wrapper {
    padding-top: 20px;
    border-top: 2px solid #000;
    max-width: 1280px
}

.footer-brick {
    padding: 10px 0
}

.footer-brick__label {
    font-weight: bold;
    margin-bottom: 5px
}

.footer-brick__content {
    margin-bottom: 4px
}

@media (max-width: 767px) {
    .footer-brick--separated {
        margin-top: 20px;
        padding-top: 20px;
        border-top: 1px solid rgba(0, 0, 0, 0.25)
    }
}

.likely {
    margin-top: 20px;
    margin-bottom: 20px
}

.social_icons .likely {
    margin-top: 0;
    margin-bottom: 10px
}

.social_icons .likely .likely__widget {
    margin: 0;
    background: none;
    height: auto
}

.social_icons .likely .likely__icon, .social_icons .likely .likely__counter {
    display: none
}

.social_icons .likely .likely__button {
    padding: 0;
    vertical-align: center
}

.social_icons img {
    zoom: 100%;
    float: left;
    width: 30px;
    height: 30px;
    margin-right: 30px
}

.breadcrumbs {
    font: normal 1rem "Fira Sans", Helvetica, Arial, sans-serif;
    margin: 20px 0;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.breadcrumbs a {
    color: #292b2c;
    transition: all 0.25s ease
}

.breadcrumbs a:hover {
    color: #d9534f
}

.breadcrumbs ol, .breadcrumbs .info-agreement > p, .breadcrumbs li {
    margin: 0;
    padding: 0;
    white-space: nowrap
}

.breadcrumbs li {
    display: inline-block;
    list-style-type: none
}

.breadcrumbs ol, .breadcrumbs .info-agreement > p {
    background: #f7f7f7;
    border-radius: 0.2rem;
    padding: 0 20px
}

.breadcrumbs ol li, .breadcrumbs .info-agreement > p li {
    margin-right: 10px;
    padding: 10px 0
}

.breadcrumbs ol li:not(:first-child)::before, .breadcrumbs .info-agreement > p li:not(:first-child)::before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 20px;
    margin-top: -1px;
    margin-right: 10px;
    vertical-align: middle;
    background: transparent url(/assets/ui/breadcrumbs/separator-ef90ac1034c91fe3f8180923df7392a8250632c1837c7201fa34ab32cb050ec2.svg) no-repeat center;
    background-size: contain
}

.breadcrumbs span.separator {
    content: "";
    display: inline-block;
    width: 10px;
    height: 20px;
    margin-top: -1px;
    margin-right: 10px;
    vertical-align: middle;
    background: transparent url(/assets/ui/breadcrumbs/separator-left-07ccb650f91db67d29296a193047b5756f0dbcfdf9c6ca626637775ec01704da.svg) no-repeat center;
    background-size: contain
}

@media (max-width: 767px) {
    .breadcrumbs ol, .breadcrumbs .info-agreement > p {
        overflow-y: hidden;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch
    }

    .breadcrumbs ol::-webkit-scrollbar, .breadcrumbs .info-agreement > p::-webkit-scrollbar {
        display: none
    }
}

@media (min-width: 768px) {
    .breadcrumbs {
        font: normal 0.75rem "Fira Sans", Helvetica, Arial, sans-serif
    }

    .breadcrumbs ol, .breadcrumbs .info-agreement > p {
        background: #fafafa
    }
}

.lazy {
    opacity: 0
}

.cyclopedia-index__header {
    margin: 10px 0
}

.cyclopedia-index__label h1 {
    color: #d9534f;
    font: bold 3rem/1.2 "Fira Sans", Helvetica, Arial, sans-serif
}

.cyclopedia-index__promotion {
    border-top: 1px solid #eceeef;
    border-bottom: 2px solid #000;
    padding: 20px 0;
    margin-bottom: 20px
}

.cyclopedia-index__domain-header {
    font-weight: bold;
    border-bottom: 1px solid #eceeef
}

.cyclopedia-index__domain-header a {
    display: block;
    padding: 20px 0;
    color: #000;
    transition: all 0.25s ease
}

.cyclopedia-index__domain-header a:hover {
    color: #FF3B3A
}

.cyclopedia-index__domain-content {
    border-top: 2px solid #000;
    border-bottom: 1px solid #eceeef;
    padding: 20px 0
}

.cyclopedia-index__domain-content--hidden {
    display: none
}

.cyclopedia-index__scope-title a {
    display: block;
    padding: 5px 0;
    line-height: 1.4;
    color: #000;
    transition: all 0.25s ease
}

.cyclopedia-index__scope-title a:hover {
    color: #FF3B3A
}

@media (min-width: 1024px) {
    .cyclopedia-index {
        margin: 40px 0
    }

    .cyclopedia-index__header {
        margin: 20px 0
    }

    .cyclopedia-index__label {
        font: bold 3rem/1.2 "Fira Sans", Helvetica, Arial, sans-serif;
        letter-spacing: -2px;
        margin-left: -2px
    }

    .cyclopedia-index__domain-content {
        font-size: 0.75rem;
        border-bottom: inherit
    }

    .cyclopedia-index__scope-title {
        margin-bottom: 5px
    }

    .cyclopedia-index__scope-title a {
        display: inline;
        padding: inherit;
        color: #000;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        transition: all 0.25s ease
    }

    .cyclopedia-index__scope-title a:hover {
        color: #FF3B3A
    }

    .cyclopedia-index__scope-title a:hover {
        border-color: rgba(255, 59, 58, 0.5)
    }
}

.sticky-top {
    padding-top: 55px
}

.cyclopedia-article {
    font: normal 16px/23px "Helvetica Neue", Helvetica, Arial, sans-serif
}

.cyclopedia-article h1 {
    font: bold 28px/1.2 "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: -1px;
    margin: 0 0 20px 0
}

.cyclopedia-article h2, .cyclopedia-article h3, .cyclopedia-article h4, .cyclopedia-article h5 {
    margin: 20px 0 10px 0
}

.cyclopedia-article h2, .cyclopedia-article h3, .cyclopedia-article h4, .cyclopedia-article h5 {
    padding-top: 65px;
    margin-top: -65px
}

.cyclopedia-article h2 {
    font: bold 20px/1.2 "Helvetica Neue", Helvetica, Arial, sans-serif
}

.cyclopedia-article h3 {
    font: bold 18px/1.4 "Helvetica Neue", Helvetica, Arial, sans-serif
}

.cyclopedia-article h4 {
    font: bold 16px/1.4 "Helvetica Neue", Helvetica, Arial, sans-serif
}

.cyclopedia-article h5 {
    font: bold 14px/1.4 "Helvetica Neue", Helvetica, Arial, sans-serif
}

.cyclopedia-article__picture {
    margin-bottom: 10px
}

.cyclopedia-article__picture--general {
    background: #fff url() no-repeat center;
    background-size: contain;
    border-radius: 0.2rem;
    height: 360px
}

@media only screen and (max-width: 575px) {
    .cyclopedia-article__picture--general {
        height: auto !important
    }
}

.cyclopedia-article__author {
    margin-top: 20px;
    margin-bottom: 20px
}

.cyclopedia-article figure figcaption {
    display: block;
    font-style: italic;
    color: #666666
}

.cyclopedia-article__chapter {
    margin-bottom: 20px
}

.cyclopedia-article__chapter__toggle {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 10px;
    padding-bottom: 10px
}

.cyclopedia-article__chapter__toggle, .cyclopedia-article__chapter__toggle h2 {
    font: bold 20px/1.2 "Helvetica Neue", Helvetica, Arial, sans-serif
}

.cyclopedia-article__chapter__toggle h2 {
    margin: 0
}

.cyclopedia-article__chapter__toggle .fa {
    margin-left: 20px
}

.cyclopedia-article__chapter--foldable .cyclopedia-article__chapter__toggle .fa-angle-up {
    display: inline-block
}

.cyclopedia-article__chapter--foldable .cyclopedia-article__chapter__toggle .fa-angle-down {
    display: none
}

.cyclopedia-article__chapter--folded .cyclopedia-article__chapter__toggle .fa-angle-up {
    display: none
}

.cyclopedia-article__chapter--folded .cyclopedia-article__chapter__toggle .fa-angle-down {
    display: inline-block
}

.cyclopedia-article__chapter--folded .cyclopedia-article__chapter__content {
    display: none
}

.cyclopedia-article__highlight {
    display: block;
    background-color: #f5f8fc;
    max-width: 100%;
    border: none;
    padding: 20px;
    margin-bottom: 20px
}

.cyclopedia-article__notices {
    color: #CFCFCF;
    font: normal 0.8rem "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 20px 0;
    text-transform: uppercase
}

.cyclopedia-article__notice {
    display: inline
}

.cyclopedia-article__notice:after {
    content: " "
}

.cyclopedia-article__sources li, .cyclopedia-article__sources a {
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto
}

.cyclopedia-article-sponsor {
    background: #d9edf7;
    border-radius: 0.2rem;
    padding: 12px 14px 12px 14px;
    font: normal 13px/18px "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin-bottom: 20px
}

.cyclopedia-article-sponsor a {
    color: #31708f;
    border-bottom: 1px solid rgba(49, 112, 143, 0.1);
    transition: all 0.25s ease
}

.cyclopedia-article-sponsor a:hover {
    color: #31708f
}

.cyclopedia-article-sponsor a:hover {
    border-color: rgba(49, 112, 143, 0.5)
}

@media (max-width: 480px) {
    .cyclopedia-article h2 {
        padding-top: 95px;
        margin-top: -95px
    }

    .cyclopedia-article h3 {
        padding-top: 95px;
        margin-top: -95px
    }

    .cyclopedia-article__toc_popup {
        background: rgba(255, 255, 255, 0.88);
        width: 100%;
        margin-top: -20px;
        top: -60px;
        height: 80px
    }

    .cyclopedia-article__toc_popup.sticky-top {
        padding-top: 20px;
        top: 40px;
        z-index: 30
    }
}

.cyclopedia-articles-list {
    background: #FBFBFB;
    border-radius: 0.2rem;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px
}

.cyclopedia-articles-list__header {
    color: #d9534f;
    padding: 20px
}

.cyclopedia-articles-list__header .fa {
    font-size: 28px;
    position: relative;
    top: -2px
}

.cyclopedia-articles-list__label {
    font: bold 20px "Fira Sans", Helvetica, Arial, sans-serif;
    white-space: nowrap
}

.cyclopedia-articles-list__expand-trigger {
    color: #d9534f;
    cursor: pointer;
    font: bold 9px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding: 10px 20px;
    text-transform: uppercase;
    letter-spacing: 1px
}

.cyclopedia-articles-list__expand-trigger .p-table__wrapper:first-child {
    width: 128px
}

.cyclopedia-articles-list__expand-trigger .fa {
    font-size: 16px;
    margin-right: 10px;
    position: relative;
    top: 1px
}

.cyclopedia-articles-list__header, .cyclopedia-articles-list .cyclopedia-article-teaser {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05)
}

.cyclopedia-articles-list .cyclopedia-article-teaser {
    padding: 10px 20px
}

.cyclopedia-articles-list .cyclopedia-article-teaser:hover {
    background: white
}

.cyclopedia-articles-list .cyclopedia-article-teaser:last-child {
    border-bottom: 0
}

.cyclopedia-article-teaser {
    font: normal 1rem/1.4 "Helvetica Neue", Helvetica, Arial, sans-serif;
    overflow: hidden
}

.cyclopedia-article-teaser__title {
    margin-bottom: 4px
}

@media (min-width: 768px) {
    .cyclopedia-article-teaser {
        font: normal 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif
    }
}

.cyclopedia-article-teaser--related .cyclopedia-article-teaser__header {
    font-weight: bold
}

.cyclopedia-article-teaser--related .cyclopedia-article-teaser__header a {
    padding-top: 0.33em;
    color: #000;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    transition: all 0.25s ease
}

.cyclopedia-article-teaser--related .cyclopedia-article-teaser__header a:hover {
    color: #d9534f
}

.cyclopedia-article-teaser--related .cyclopedia-article-teaser__header a:hover {
    border-color: rgba(217, 83, 79, 0.5)
}

.cyclopedia-article-teaser--related .cyclopedia-article-teaser__footer {
    color: #636c72;
    font: normal 12px/16px "Helvetica Neue", Helvetica, Arial, sans-serif
}

.cyclopedia-article-teaser--related .cyclopedia-article-teaser__footer a {
    color: #636c72;
    border-bottom: 1px solid rgba(99, 108, 114, 0.1);
    transition: all 0.25s ease
}

.cyclopedia-article-teaser--related .cyclopedia-article-teaser__footer a:hover {
    color: #d9534f
}

.cyclopedia-article-teaser--related .cyclopedia-article-teaser__footer a:hover {
    border-color: rgba(217, 83, 79, 0.5)
}

@media (min-width: 768px) {
    .cyclopedia-article-teaser--related .cyclopedia-article-teaser__header {
        font-weight: normal
    }

    .cyclopedia-article-teaser--related .cyclopedia-article-teaser__content {
        display: none
    }
}

.cyclopedia-article-teaser--sponsored {
    background: #f6f6f6 url("") no-repeat center;
    border-radius: 0.2rem;
    background-size: cover;
    margin-bottom: 20px;
    overflow: hidden
}

.cyclopedia-article-teaser--sponsored .cyclopedia-article-teaser__placeholder {
    color: white;
    padding: 20px;
    background: rgba(0, 0, 0, 0.2)
}

.cyclopedia-article-teaser--sponsored .cyclopedia-article-teaser__label, .cyclopedia-article-teaser--sponsored .cyclopedia-article-teaser__caption {
    font: bold 9px "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px
}

.cyclopedia-article-teaser--sponsored .cyclopedia-article-teaser__title a {
    font: bold 18px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.25s ease
}

.cyclopedia-article-teaser--sponsored .cyclopedia-article-teaser__title a:hover {
    color: #fff
}

.cyclopedia-article-teaser--sponsored .cyclopedia-article-teaser__title a:hover {
    border-color: rgba(255, 255, 255, 0.5)
}

.cyclopedia-article-teaser--sponsored .cyclopedia-article-teaser__content, .cyclopedia-article-teaser--sponsored .cyclopedia-article-teaser__wrapper {
    width: 100%;
    height: 100%
}

.cyclopedia-article-teaser--sponsored .cyclopedia-article-teaser__content {
    display: table;
    table-layout: auto;
    margin: 20px 0;
    min-height: 80px
}

.cyclopedia-article-teaser--sponsored .cyclopedia-article-teaser__wrapper {
    display: table-cell;
    vertical-align: bottom
}

.cyclopedia-article-services-list {
    margin: 20px 0
}

.cyclopedia-article-services-list__navigation {
    position: relative;
    top: 1px;
    z-index: 1
}

.cyclopedia-article-services-list__navigation ul, .cyclopedia-article-services-list__navigation li {
    margin: 0;
    padding: 0;
    white-space: nowrap
}

.cyclopedia-article-services-list__navigation ul {
    overflow: hidden
}

.cyclopedia-article-services-list__navigation li {
    display: inline-block;
    list-style-type: none;
    font: bold 12px "Fira Sans", Helvetica, Arial, sans-serif !important;
    text-transform: uppercase;
    margin: 0 10px !important;
    letter-spacing: 0.2px;
    padding-bottom: 20px
}

.cyclopedia-article-services-list__navigation li span {
    cursor: pointer;
    color: #464a4c
}

.cyclopedia-article-services-list__navigation li.active {
    border-bottom: 1px solid #d9534f
}

.cyclopedia-article-services-list__navigation li.active span {
    color: #d9534f
}

.cyclopedia-article-services-list__navigation li:first-child {
    margin-left: 0
}

.cyclopedia-article-services-list__navigation li.updated {
    float: right
}

.cyclopedia-article-services-list__content .cyclopedia-article-services-list__group {
    padding: 20px 0;
    border-top: 1px solid #eceeef;
    border-bottom: 2px solid #000;
    display: none;
    width: 100%
}

.cyclopedia-article-services-list__content .cyclopedia-article-services-list__group.active {
    display: block
}

.healthcare-service-teaser__title, .healthcare-service-teaser__description {
    padding: 5px 0
}

.healthcare-service-teaser__title a {
    line-height: 1.4;
    padding-top: 0.33em;
    color: #000;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    transition: all 0.25s ease
}

.healthcare-service-teaser__title a:hover {
    color: #d9534f
}

.healthcare-service-teaser__title a:hover {
    border-color: rgba(217, 83, 79, 0.5)
}

.healthcare-service-teaser__description {
    font: normal 14px/20px "Fira Sans", Helvetica, Arial, sans-serif
}

@media (min-width: 768px) {
    .healthcare-service-teaser__title a {
        font: normal 14px/16px "Fira Sans", Helvetica, Arial, sans-serif;
        color: #000;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        transition: all 0.25s ease
    }

    .healthcare-service-teaser__title a:hover {
        color: #d9534f
    }

    .healthcare-service-teaser__title a:hover {
        border-color: rgba(217, 83, 79, 0.5)
    }
}

.cyclopedia-article-toc {
    background: #FAFAFA;
    border-radius: 0.2rem;
    font: normal 14px/1.4 "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin-bottom: 20px;
    padding: 10px 20px;
    display: none
}

.cyclopedia-article-toc__title {
    font-weight: bold;
    font-size: 12px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    padding: 8px 0;
    color: #898C90;
    border-bottom: 1px solid #898C90;
    margin-bottom: 10px
}

.cyclopedia-article-toc__item {
    border-bottom: 1px solid #EFF0F1;
    padding: 8px 0;
    color: #464a4c;
    cursor: pointer
}

.cyclopedia-article-toc__item:hover {
    color: #d9534f
}

.cyclopedia-article-toc__item:last-child {
    border-bottom: 0
}

.toc-popup {
    z-index: 30
}

.toc-popup .dropdown {
    text-align: right
}

.toc-popup .dropdown .btn {
    background-color: #415f99;
    text-wrap: wrap;
    color: #ffffff
}

.toc-popup .dropdown .dropdown-menu {
    background-color: white;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    text-align: left;
    max-height: 50vh;
    overflow-y: auto;
    overflow-x: hidden;
    display: none
}

.toc-popup .dropdown .dropdown-menu .pl-4 {
    padding-left: 2rem !important;
    color: #415f99c7
}

.toc-popup .dropdown .dropdown-menu a.dropdown-item {
    display: block;
    padding: 8px 20px
}

.toc-popup .dropdown .dropdown-menu .dropdown-item.active {
    background-color: #415f99;
    color: white
}

.toc-popup .dropdown.show .dropdown-menu {
    display: block
}

.cyclopedia-scopes-list--aside {
    border-radius: 0.2rem;
    background: #F5F6F9;
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 20px;
    padding: 10px 20px
}

.cyclopedia-scopes-list--aside .cyclopedia-scopes-list__title {
    font-weight: bold;
    font-size: 12px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    padding: 8px 0;
    color: #7A8DB8;
    border-bottom: 1px solid #7A8DB8;
    margin-bottom: 10px
}

.cyclopedia-scopes-list--aside .cyclopedia-scopes-list__item {
    border-bottom: 1px solid #EDEEF1;
    padding: 8px 0;
    color: #d9534f
}

.cyclopedia-scopes-list--aside .cyclopedia-scopes-list__item a {
    color: #464a4c;
    transition: all 0.25s ease
}

.cyclopedia-scopes-list--aside .cyclopedia-scopes-list__item a:hover {
    color: #d9534f
}

.cyclopedia-scopes-list--aside .cyclopedia-scopes-list__item:last-child {
    border-bottom: 0 !important
}

.health-center .p-table {
    max-width: 1280px;
    margin: 0 auto
}

.health-center .p-table__placeholder {
    table-layout: fixed
}

.health-center .p-table__wrapper {
    vertical-align: top
}

.health-center__content .hc2-nav-inner {
    margin-top: -16px;
    display: none
}

.health-center__content, .health-center__context, .health-center__branding {
    padding: 0 8px
}

.health-center__context, .health-center__branding {
    width: 320px
}

.health-center__context {
    border-left: 1px solid #eceeef
}

@media all and (max-width: 1200px) {
    .health-center__context, .health-center__branding {
        width: 256px
    }
}

@media (max-width: 1023px) {
    .health-center__context {
        display: none
    }

    .health-center__content .hc2-nav-inner {
        display: block
    }
}

@media (max-width: 767px) {
    .health-center__branding {
        display: none
    }
}

a.live {
    color: #0054ac
}

h2.live {
    font-size: 24px;
    border-bottom: 1px solid #cfcfcf;
    padding-bottom: 30px
}

.live {
    padding-top: 30px
}

.live .item .time {
    display: table-cell;
    width: 110px;
    color: #cfcfcf
}

.live .item .text {
    display: table-cell
}

.live .item .text h3 {
    font-size: 16px
}

.live .item .text ul {
    list-style: none
}

.live .item .text ul li::before {
    content: "\2022";
    color: #0054ac;
    font-weight: bold;
    display: inline-block;
    width: 0.7em;
    margin-left: -1em;
    font-size: 34px;
    top: 5px;
    position: relative
}

.live.item.text.incut, .live.item.incut, .incut {
    display: block;
    background-color: #F5F8FC;
    width: 100%;
    max-width: 100%;
    border: none;
    padding: 20px
}

.live.item.text.incut img, .live.item.incut img, .incut img {
    float: left;
    padding-right: 30px;
    max-width: 240px
}

.live.item.text.incut img.img-fluid, .live.item.incut img.img-fluid, .incut img.img-fluid {
    float: none !important;
    max-width: 100% !important
}

.live.item.text.incut h3, .live.item.text.incut span.title, .live.item.incut h3, .live.item.incut span.title, .incut h3, .incut span.title {
    font-size: 16px;
    color: #0054ac
}

.live.item.text.incut a.button, .live.item.incut a.button, .incut a.button {
    color: #ffffff;
    background-color: #0054ac;
    border-radius: 3px;
    padding: 5px 15px;
    text-decoration: none
}

.live.item.text.incut a.button:hover, .live.item.incut a.button:hover, .incut a.button:hover {
    text-decoration: underline;
    opacity: 0.6
}

.incut.alert {
    background-color: #ef88a0;
    color: #ffffff
}

.incut.alert a {
    color: #ffffff;
    text-decoration: underline
}

.incut.blue_alert {
    background-color: #3366cc;
    color: #ffffff
}

.incut.blue_alert .title {
    color: #ffffff
}

.incut.blue_alert a {
    color: #ffffff;
    text-decoration: underline
}

.incut.blue_alert a.button {
    color: #ffffff;
    background-color: #ef88a0;
    border-radius: 3px;
    padding: 5px 15px;
    text-decoration: none
}

.incut.info {
    background-color: #ffffff;
    color: #000000;
    border: #000000 2px solid;
    border-radius: 0.45rem
}

.incut.info a {
    color: #000000;
    text-decoration: underline
}

@media (max-width: 767px) {
    .live.item .text {
        display: block
    }

    .live.item.text.incut img, .live.item.incut img, .incut img {
        padding-bottom: 30px;
        max-width: 100%
    }
}

.news {
    padding-top: 30px;
    padding-bottom: 30px;
    font-family: "Rubik", Helvetica, Arial, sans-serif;
    line-height: 30px
}

.news a {
    color: #5388CD
}

.news .top {
    margin-bottom: 30px;
    background: linear-gradient(0deg, #f4f7fb 0%, #fff 100%)
}

.news a.tag, .news .tag_partner {
    font-size: 18px;
    line-height: 30px
}

.news .date {
    font-size: 15px;
    color: #999999;
    text-align: right
}

.news h1 {
    font-size: 42px;
    font-family: "Fira Sans Condensed", Helvetica, Arial, sans-serif;
    font-weight: 500
}

.news h2, .news .heading {
    font-family: "Rubik", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-size: 24px;
    margin-bottom: 30px
}

.news .summary {
    font-style: italic;
    font-size: 20px;
    margin-bottom: 30px;
    line-height: 28px
}

.news .picture {
    margin-bottom: 15px;
    margin-left: 40px;
    margin-right: 40px
}

.news .picture .caption {
    font-size: 15px;
    color: #666666
}

.news .picture .divider {
    color: #DCE7F5
}

.news .picture .source {
    color: #7A899E;
    font-style: italic
}

.news .article {
    font-size: 16px;
    line-height: 24px
}

.news .article .author, .news .article .time_to_read, .news .article .impressions {
    color: #5388CD
}

.news .article .time_to_read {
    margin-bottom: 30px
}

.news .article .author .authors {
    margin-left: -15px
}

.news .article .warning-text {
    font-size: 36pt;
    line-height: 1.2
}

.news .related_article, .news .incut {
    border-top: #DCE7F5 1px solid;
    border-bottom: #DCE7F5 1px solid
}

.news .related_article {
    padding: 30px 0
}

.news .related_article .image {
    width: 290px
}

.news .related_article .tag {
    font-size: 12px;
    font-weight: bold;
    color: #5388CD
}

.news .related_article .title {
    font-size: 32px;
    font-family: "Fira Sans Condensed", Helvetica, Arial, sans-serif;
    font-weight: 500
}

.news .related_article a.link {
    font-weight: bold;
    font-size: 15px;
    color: #ffffff;
    background-color: #5388CD;
    border-radius: 3px;
    padding: 5px 15px;
    text-decoration: none;
    text-transform: uppercase
}

.news .recommend .heading {
    margin-bottom: 0
}

.news .recommend ul {
    list-style: none;
    margin-left: -1em
}

.news .recommend ul li::before {
    content: "\2022";
    color: #0054ac;
    font-weight: bold;
    display: inline-block;
    width: 0.7em;
    font-size: 34px;
    top: 5px;
    position: relative
}

.news .related .news_item .summary {
    font-size: 14px;
    line-height: 20px
}

.news .incut {
    margin: 2rem 0
}

.news .incut .title {
    font-size: 24px;
    color: #223A5E
}

.news .incut .text {
    font-size: 16px
}

.news .incut .image {
    width: 220px
}

.news .incut .advertising {
    background-color: #F5F8FC;
    padding: 30px
}

.news .incut .advertising .tag {
    font-size: 12px;
    font-weight: bold;
    color: #76859C
}

.news .incut .advertising .image {
    width: 260px
}

.news .incut .advertising .title {
    font-family: "Fira Sans Condensed", Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-size: 32px;
    line-height: 40px
}

.news .incut .advertising a.link {
    font-weight: bold;
    font-size: 15px;
    color: #ffffff;
    background-color: #76859C;
    border-radius: 3px;
    padding: 5px 15px;
    text-decoration: none;
    text-transform: uppercase
}

.news .incut .advertising ul {
    list-style: none
}

.news .incut .advertising ul li {
    content: "\2022";
    color: #5388CD;
    font-weight: bold;
    display: inline-block;
    width: 0.65em;
    margin-left: -0.8em;
    font-size: 34px;
    top: 5px;
    position: relative
}

.news hr {
    border-top: #DCE7F5 1px solid
}

.news .aside {
    border-left: #DCE7F5 1px solid
}

.news .aside .news_item a.tag {
    font-size: 12px
}

.news_related {
    border-top: #5388CD 2px solid;
    padding: 50px
}

.news_related .title {
    color: #5388CD;
    text-transform: uppercase;
    font-size: 32px;
    font-weight: bolder
}

@media (max-width: 1023px) {
    .news .article .warning-text {
        font-size: 24pt
    }
}

@media (max-width: 767px) {
    .news h1 {
        font-size: 32px
    }

    .news figure, .news .picture {
        margin: 1em
    }

    .news img {
        max-width: 100%
    }

    .news a.tag {
        font-size: 15px;
        padding-top: 0
    }

    .news .aside {
        margin-top: 30px;
        padding: 15px;
        border-top: #DCE7F5 1px solid
    }

    .news .article .warning-text {
        font-size: 24pt
    }

    .related .news_item .summary {
        font-size: 14px;
        line-height: 20px
    }
}

.news_item a.title {
    color: #000000;
    font-family: "Fira Sans Condensed", Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    display: block;
    margin-bottom: 5px
}

.news_item a.tag, .news_item .tag_partner {
    font-weight: bold;
    font-size: 12px;
    line-height: 18px;
    display: block;
    text-transform: uppercase
}

.news_item a.tag {
    color: #5388CD
}

.news_item .tag_partner {
    color: #67768D
}

.news_item .summary {
    font-family: "Rubik", Helvetica, Arial, sans-serif;
    font-size: 14px !important;
    line-height: 20px !important
}

.news_item figure figcaption {
    display: block;
    font-style: italic;
    color: #666666
}

.kind_ad {
    margin: -10px;
    background-color: #F5F8FC
}

.kind_ad .news_item {
    padding: 10px
}

.kind_ad .news_item .date {
    display: none
}

.kind_ad .news_item .bullhorn {
    position: absolute;
    right: 10px;
    top: -5px;
    width: 20px;
    height: 17px
}

.news_item.small a.title {
    font-size: 14px;
    line-height: 18px
}

.news_item.small img {
    width: 240px;
    margin-bottom: 10px
}

.news_item.small a.tag, .news_item.small .tag_partner {
    font-size: 10px
}

.news_item.horizontal {
    margin-bottom: 30px
}

.news_item.horizontal a.tag, .news_item.horizontal .tag_partner {
    font-size: 12px
}

.news_item.horizontal a.title {
    font-size: 18px;
    line-height: 24px
}

.news_item.horizontal .summary {
    font-size: 16px
}

.news_item.big_picture {
    background-size: cover
}

.news_item.big_picture .shadow {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4)
}

.news_item.big_picture .shadow .text {
    padding: 15px 30px 15px 15px;
    position: absolute;
    bottom: 30px
}

.news_item.big_picture a.title {
    color: #ffffff;
    font-size: 28px;
    line-height: 36px
}

.news_item.big_picture a.tag, .news_item.big_picture .tag_partner {
    color: rgba(255, 255, 255, 0.8);
    font-size: 16px
}

.news_item.the_one a.tag, .news_item.the_one .tag_partner, .news_item.the_one .date {
    padding-top: 0.5rem
}

@media (max-width: 767px) {
    .news_item a.tag, .news_item .tag_partner {
        padding-top: 0.5rem
    }

    .news_item.small a.tag, .news_item.small .tag_partner {
        padding-top: 0
    }

    .news_item.small img {
        width: 100%
    }

    .news_item.the_one {
        border-bottom: #EBEBEB 1px solid
    }

    .news_item.the_one a.title {
        font-size: 28px !important;
        line-height: 32px !important
    }

    .news_item.horizontal a.title {
        font-size: 16px;
        line-height: 22px
    }

    .kind_ad {
        margin: 0;
        background-color: #F5F8FC
    }

    .kind_ad .row {
        margin-right: 0
    }

    .kind_ad .news_item .bullhorn {
        top: 0;
        right: -5px
    }
}

.healthcare-facilities-list {
    background: #fdf7f7;
    border-radius: 0.2rem;
    margin-bottom: 7.5px
}

.healthcare-facilities-list__header {
    color: #d9534f;
    padding: 7.5px;
    border-bottom: 1px solid #f9e2e2
}

.healthcare-facilities-list__header .fa {
    font-size: 28px;
    position: relative;
    top: -2px
}

.healthcare-facilities-list__label {
    font: bold 20px "Rubik", Helvetica, Arial, sans-serif;
    white-space: nowrap
}

.healthcare-facilities-list__footer {
    border-top: 1px solid #f9e2e2;
    padding: 7.5px
}

.healthcare-facilities-list__footer a {
    color: #d9534f;
    border-bottom: 1px solid rgba(217, 83, 79, 0.1);
    transition: all 0.25s ease
}

.healthcare-facilities-list__footer a:hover {
    color: #d9534f
}

.healthcare-facilities-list__footer a:hover {
    border-color: rgba(217, 83, 79, 0.5)
}

.healthcare-facilities-list:not(.healthcare-facilities-list--slider) .healthcare-facilities-list__content .healthcare-facility-teaser:hover {
    background: white
}

@media (min-width: 768px) {
    .healthcare-facilities-list {
        font: normal 14px/1.4 "Helvetica Neue", Helvetica, Arial, sans-serif
    }
}

.healthcare-facility-teaser {
    cursor: pointer;
    font: normal 16px/1.4 "Helvetica Neue", Helvetica, Arial, sans-serif
}

.healthcare-facility-teaser a {
    color: #000000;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    transition: all 0.25s ease;
    padding-top: 0.35em
}

.healthcare-facility-teaser a:hover {
    color: #d9534f
}

.healthcare-facility-teaser a:hover {
    border-color: rgba(217, 83, 79, 0.5)
}

.healthcare-facility-teaser__header, .healthcare-facility-teaser__content, .healthcare-facility-teaser__footer {
    padding: 1.5px 0
}

.healthcare-facility-teaser__content a {
    border-bottom: none
}

.healthcare-facility-teaser__title {
    font-weight: bold
}

.healthcare-facility-teaser--sponsor {
    background: #fbefee;
    border-left: 2px solid #d9534f
}

@media (min-width: 768px) {
    .healthcare-facility-teaser {
        font: normal 12px/1.4 "Helvetica Neue", Helvetica, Arial, sans-serif;
        padding: 0
    }

    .healthcare-facility-teaser__header {
        font: bold 14px/1.4 "Helvetica Neue", Helvetica, Arial, sans-serif
    }
}

.healthcare-facilities-list .healthcare-facility-teaser {
    padding: 3.75px 7.5px
}

.healthcare-services-list {
    background: #fdf7f7;
    border-radius: 0.2rem;
    padding: 3.75px 7.5px;
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 7.5px
}

.healthcare-services-list__header {
    margin: 3.75px 0
}

.healthcare-services-list__title {
    font: bold 16px/22px "Helvetica Neue", Helvetica, Arial, sans-serif
}

.healthcare-services-list__title a {
    color: #d9534f;
    border-bottom: 1px solid rgba(217, 83, 79, 0.1);
    transition: all 0.25s ease
}

.healthcare-services-list__title a:hover {
    color: #d9534f
}

.healthcare-services-list__title a:hover {
    border-color: rgba(217, 83, 79, 0.5)
}

.healthcare-services-list__group {
    margin-bottom: 7.5px
}

.healthcare-services-list__group-header, .healthcare-services-list__group-content, .healthcare-services-list__group-footer {
    margin-bottom: 3.75px
}

.healthcare-services-list__group-content a {
    color: #464a4c;
    transition: all 0.25s ease
}

.healthcare-services-list__group-content a:hover {
    color: #d9534f
}

.healthcare-services-list__group-expand {
    cursor: pointer;
    font-size: 12px;
    display: inline-block;
    color: rgba(255, 255, 255, 0.8);
    border-bottom: 1px solid #eceeef
}

.healthcare-services-list__group-title {
    font-weight: bold;
    font-size: 12px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    padding: 8px 0;
    color: #d9534f;
    border-bottom: 1px solid #d9534f;
    margin-bottom: 3.75px
}

.healthcare-services-list__item {
    border-bottom: 1px solid #eceeef;
    padding: 3px 0
}

.healthcare-services-list__item--hidden {
    display: none
}

@media (max-width: 1023px) {
    .healthcare-services-list {
        margin-right: -7.5px;
        margin-left: -7.5px
    }
}

.healthcare-facilities-list .healthcare-service-teaser {
    padding-top: 1.875px
}

.healthcare-facilities-list .healthcare-service-teaser a {
    color: #d9534f;
    border-bottom: 1px solid rgba(217, 83, 79, 0.1);
    transition: all 0.25s ease
}

.healthcare-facilities-list .healthcare-service-teaser a:hover {
    color: #d9534f
}

.healthcare-facilities-list .healthcare-service-teaser a:hover {
    border-color: rgba(217, 83, 79, 0.5)
}

@media (min-width: 768px) {
    .healthcare-facilities-list .healthcare-service-teaser {
        font: normal 14px/1.4 "Helvetica Neue", Helvetica, Arial, sans-serif
    }
}

body {
    font: normal 100%/1 "Fira Sans", Arial, sans-serif;
    background: #ffffff;
    margin: 0;
    -webkit-text-size-adjust: 100%;
    text-rendering: optimizeLegibility
}

.hidden {
    display: none !important;
    opacity: 0
}

a {
    color: #415f99
}

.red {
    color: #e74c3c
}

.cf:before, .cf:after {
    content: " ";
    display: table
}

.cf:after {
    clear: both
}

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

.bg-blur {
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 2
}

.separator {
    width: 100%;
    height: 1px;
    box-sizing: border-box;
    background-color: #f5f5f5
}

.nozo-box {
    display: table;
    width: 100%
}

.nozo-inner {
    display: table-cell;
    vertical-align: middle;
    height: 54px
}

@media only screen and (max-width: 480px) {
    .nozo-inner {
        height: 84px
    }
}

.nozo__icon {
    display: block;
    width: 32px;
    height: 32px;
    position: absolute;
    left: 12px;
    top: 50%;
    margin-top: -16px
}

.nozo__btn {
    display: inline-block;
    width: 160px;
    height: 22px;
    font-size: 14px;
    line-height: 22px;
    border: 1px solid #fff;
    margin-top: -12px;
    color: #fff !important;
    text-decoration: none;
    position: absolute;
    top: 50%;
    right: 14px
}

@media only screen and (max-width: 480px) {
    .nozo__btn {
        position: relative;
        top: inherit;
        right: inherit;
        margin-top: 8px
    }
}

.nozo__btn--red {
    color: #e74c3c !important;
    border: 1px solid #e74c3c
}

.nozo__btn--blue {
    color: #3a5487 !important;
    border: 1px solid #3a5487
}

.nozo-clinic {
    display: block;
    min-height: 54px;
    background: #fff;
    padding: 8px 192px 8px 72px;
    margin: 20px 0;
    position: relative;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
    text-decoration: none;
    text-align: center
}

@media only screen and (max-width: 480px) {
    .nozo-clinic {
        padding: 8px 8px 8px 64px;
        min-height: 84px
    }
}

.nozo-clinic::before {
    display: block;
    width: 1px;
    height: auto;
    content: ' ';
    background: #bdc3c7;
    position: absolute;
    left: 63px;
    top: 8px;
    bottom: 8px
}

.nozo-clinic__logo {
    display: block;
    width: 56px;
    position: absolute;
    left: 4px;
    top: 8px
}

.nozo-clinic__logo a {
    display: table-cell;
    height: 54px;
    vertical-align: middle
}

@media only screen and (max-width: 480px) {
    .nozo-clinic__logo a {
        height: 84px
    }
}

.nozo-clinic__logo img {
    display: block;
    max-width: 100%
}

.nozo-clinic__title {
    font-size: 14px;
    line-height: 16px;
    font-weight: 700;
    color: #3a3f46
}

.nozo-clinic__title a {
    color: #3a3f46
}

.nozo-clinic__descr {
    font-size: 12px;
    line-height: 12px;
    font-weight: 400;
    color: #3a3f46;
    margin-top: 4px
}

.nozo-article {
    display: block;
    min-height: 54px;
    background: #fff;
    padding: 8px 192px 8px 72px;
    margin: 20px 0;
    position: relative;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
    text-decoration: none;
    text-align: center
}

@media only screen and (max-width: 480px) {
    .nozo-article {
        padding: 8px 8px 8px 64px;
        min-height: 84px
    }
}

.nozo-article::before {
    display: block;
    width: 1px;
    height: auto;
    content: ' ';
    background: #bdc3c7;
    position: absolute;
    left: 63px;
    top: 8px;
    bottom: 8px
}

.nozo-article__title {
    font-size: 14px;
    line-height: 16px;
    font-weight: 700;
    color: #3a3f46
}

.nozo-article .i-article {
    position: absolute;
    left: 16px;
    top: 50%;
    margin-top: -16px
}

.i-doctor-white, .i-list, .i-article {
    display: inline-block;
    width: 32px;
    height: 32px;
    vertical-align: middle;
    background: transparent url(/assets/icons/icons-9a6e0bb24fa976cadd0d387d15f7ae883de8bb0e5e3fd9898f37684d3714422b.png) 0 0 no-repeat;
    background-size: auto 32px
}

.i-doctor-white {
    background-position: -224px 0
}

.i-list {
    background-position: -256px 0
}

.i-article {
    background-position: -192px 0
}

.close {
    display: block;
    width: 14px;
    height: 14px;
    background: transparent url(/assets/icons/close-2ba2a0c35bc4c3a4c816716b8aa29a1a9929e7831ee21be1dc370ca7f1892a8a.svg) 0 0/14px auto no-repeat;
    background-size: auto 14px;
    top: 0;
    right: 0;
    position: absolute;
    cursor: pointer
}

.close--dark {
    background: transparent url(/assets/icons/close-dark-083809af703b3221029947a2b75294e63ffa26cb719583dd55156d3684368467.svg) 0 0/14px auto no-repeat
}

.icon {
    display: inline-block;
    width: 32px;
    height: 32px;
    vertical-align: middle;
    background-color: transparent;
    background-position: 0 0;
    background-repeat: no-repeat
}

.icon-popular-blue {
    background-image: url(/images/icons/enc/popular-blue.svg)
}

.icon-more-plus-blue {
    background-image: url(/assets/icons/more-plus-blue-92e97b4e7a487f24a34115c18d6e9c5b3472de3a2b8a089264226711423da38b.svg)
}

.icon-search2-blue {
    background-image: url(/assets/icons/search2-blue-5045ea03e66c0e93397a87bd339a1137762658d0e739e416516cba4cb61d5102.svg)
}

.icon-book-red {
    background-image: url(/assets/icons/book-red-6ab23fc3d9ae49a2f1a4a79471746cf0898c7a41fc42651539349e58434e158d.svg)
}

.icon-doctor-blue {
    background-image: url(/assets/icons/doctor-blue-33e4a332e5536b9a31ef0b6b1f38833b9591eb67533ad90a714b9e539cc8d6cf.svg)
}

.icon-symptoms-blue {
    background-image: url(/assets/icons/symptoms-blue-0ec7ba99ceb1116bb97cfc0edcc6aad9e36207bf8cb148c24ba37d26c573aa5b.svg)
}

.icon-services-blue {
    background-image: url(/assets/icons/services-blue-c004cedcb6f1f9152e96bf15d6fb6aa4b5d2179bf98da7a41d8292ff2c3d6060.svg)
}

.icon-popular-blue {
    background-image: url(/assets/icons/popular-blue-029144b5995fbd8b7e1975512995ce937225b2ce30392c8eba014501de9b5260.svg)
}

.icon-analysis-blue {
    background-image: url(/assets/icons/enc/analysis-blue-55e22b0610f966313d05507ab8cb0d4f6aef83207a08e9e66f6f0e65ad5942aa.svg)
}

.icon-analysis-white {
    background-image: url(/assets/icons/enc/analysis-white-e6f34c36145f15be9fc98f797cc92e487312712d171941c427630e0fb6c292d4.svg)
}

.icon-andrology-blue {
    background-image: url(/assets/icons/enc/andrology-blue-83b8558d81d839d736ad712adcabfda61d2e09b0beb28a5ff6cdf1ed1f809d1a.svg)
}

.icon-andrology-white {
    background-image: url(/assets/icons/enc/andrology-white-21be5d17ffbced3d1741b9801458cf9a17c28e9b2b5c80b3de07425492a16a74.svg)
}

.icon-procreation-blue {
    background-image: url(/assets/icons/enc/procreation-blue-ef802056b8b66105bc1300b1651216f8cf1fdd71c157c7ed8b5a93f685ab5739.svg)
}

.icon-procreation-white {
    background-image: url(/assets/icons/enc/procreation-white-2c97a6dd333bdf229faffe79eca350f054cd16fa039116211252d921bb84feeb.svg)
}

.icon-besplodie-blue {
    background-image: url(/assets/icons/enc/besplodie-blue-f92952517dd9cd3e0a76588babd1b4093e8628c85fec46b76b51321695e38fe5.svg)
}

.icon-besplodie-white {
    background-image: url(/assets/icons/enc/besplodie-white-b1a1833b644f8642c42291960fa423f41bdf5acd43e89e05b1ff5f9206c12094.svg)
}

.icon-vessels-blue {
    background-image: url(/assets/icons/enc/vessels-blue-5e9acb2e01bbb98000d10d3b20bb621483431d4a7ffc40bc4f551e5d45714839.svg)
}

.icon-vessels-white {
    background-image: url(/assets/icons/enc/vessels-white-b47c10c8239e8582db9bf85e7c9bdc330b1722333f6c7f98bf2e84e90d78bc5a.svg)
}

.icon-otolaryngology-blue {
    background-image: url(/assets/icons/enc/otolaryngology-blue-2480ad8a8211a821c7d2507742f1c0ba5db26ae450487719d17968ce2178f9f8.svg)
}

.icon-otolaryngology-white {
    background-image: url(/assets/icons/enc/otolaryngology-white-14d786a55802f756baa97c1e1ad66da2adae2ba7737100af7fc1e2b4a756c256.svg)
}

.icon-gastroenterology-blue {
    background-image: url(/assets/icons/enc/gastroenterology-blue-0125bfd1a1b2cf5fbbe1e7dbaca5965d8638957eedb083a17cf86dd6c2f2e3f4.svg)
}

.icon-gastroenterology-white {
    background-image: url(/assets/icons/enc/gastroenterology-white-96712ef6d8d9e05ba2557d2e670172dbb2ac77811547977cac0b24ac03207855.svg)
}

.icon-gynaecology-blue {
    background-image: url(/assets/icons/enc/gynaecology-blue-8bb91ff24beb20ee85491ba747485b6bbb372e7317a992b2a343e836f9a08eac.svg)
}

.icon-gynaecology-white {
    background-image: url(/assets/icons/enc/gynaecology-white-4af14ec1bf4633ac88a1279cd51c8003543c3efddec5f02dc9e7f63f7de68671.svg)
}

.icon-ophthalmology-blue {
    background-image: url(/assets/icons/enc/ophthalmology-blue-115b0654502f437ac88b2e82a445f3c70879172818ae01d81e05a0f236ec9128.svg)
}

.icon-ophthalmology-white {
    background-image: url(/assets/icons/enc/ophthalmology-white-afede9fd9c3e69821efef9f690dcb61453a2677acce80ce214f450eb8e52574f.svg)
}

.icon-nutrition-blue {
    background-image: url(/assets/icons/enc/nutrition-blue-07e838a0ebe165a81b3fe60a525593a8d7a21440bf9ea1669d6cad07ffd2590d.svg)
}

.icon-nutrition-white {
    background-image: url(/assets/icons/enc/nutrition-white-11db9ef00dbb317eb5bfc76f4b987a8c28b896f64270f27a3f746c135b666355.svg)
}

.icon-allergology-blue {
    background-image: url(/assets/icons/enc/allergology-blue-d07006de342ab1d018d65994f935348a34a6c211decb027e76df38d1b90ba480.svg)
}

.icon-allergology-white {
    background-image: url(/assets/icons/enc/allergology-white-cba459cbf9b01eed151598b246d7f2d455f16b82e5c35b614fbc69775cd98acd.svg)
}

.icon-infection-blue {
    background-image: url(/assets/icons/enc/infection-blue-cf9c836450e9009c0cee1a6190577b95a92356cfc75349e6c46ca2391fb50ffb.svg)
}

.icon-infection-white {
    background-image: url(/assets/icons/enc/infection-white-258c0e8c8f6809e9cfcaffd4da00d56f34eb6e13f185b320dd57a9d2bad49327.svg)
}

.icon-cardiology-blue {
    background-image: url(/assets/icons/enc/cardiology-blue-d16146a76ffeb01ba95bfee246c51df38b666ae7b2e5f2bc698335914245ae5b.svg)
}

.icon-cardiology-white {
    background-image: url(/assets/icons/enc/cardiology-white-5f24582d0dbfa321e3b148b0a373a8280ff75a1f42b06c14c50d661890448470.svg)
}

.icon-dermatology-blue {
    background-image: url(/assets/icons/enc/dermatology-blue-d199db2ff0bd4da207a7a265131ab63049dc12163e0373c01de3420e38ecfc93.svg)
}

.icon-dermatology-white {
    background-image: url(/assets/icons/enc/dermatology-white-138f8424af362504faa4bdc06e4d34ff693a456ddf24d1734dd824727a281f03.svg)
}

.icon-cosmetology-blue {
    background-image: url(/assets/icons/enc/cosmetology-blue-f0c7b8c5711606901331c8ac3f7662c32bc79e5cd64e94181116b6cae43920c5.svg)
}

.icon-cosmetology-white {
    background-image: url(/assets/icons/enc/cosmetology-white-1852801b0bf3a3c9aa5d4fcde205ce354ba8927087695f8adae38be466af5ebf.svg)
}

.icon-krasota-blue {
    background-image: url(/assets/icons/enc/krasota-blue-90e72a91de4861372af72e195e4b0cbc792087478db5ef5f670641ddaf4f9a21.svg)
}

.icon-krasota-white {
    background-image: url(/assets/icons/enc/krasota-white-a804e6dd62f971ad6d8e6a83cea15e3af3f349f1c619a39a0ab114815725cdb4.svg)
}

.icon-mammology-blue {
    background-image: url(/assets/icons/enc/mammology-blue-cce9f784f44bf1fd3f7605c3b78545e2e6eb2c74a50b229960456c95ed3c7de9.svg)
}

.icon-mammology-white {
    background-image: url(/assets/icons/enc/mammology-white-e5f1584fb2430ee5f03d518b97a51b1c5e9ba76286e6a78ff3f8447fa008be64.svg)
}

.icon-mammology-blue {
    background-image: url(/assets/icons/enc/mammology-blue-cce9f784f44bf1fd3f7605c3b78545e2e6eb2c74a50b229960456c95ed3c7de9.svg)
}

.icon-mammology-white {
    background-image: url(/assets/icons/enc/mammology-white-e5f1584fb2430ee5f03d518b97a51b1c5e9ba76286e6a78ff3f8447fa008be64.svg)
}

.icon-narcology-blue {
    background-image: url(/assets/icons/enc/narcology-blue-8aa4ccaf170b0fedb910e0bda47844ef19e5326c1724d5ecf0df0f25262ee0d8.svg)
}

.icon-narcology-white {
    background-image: url(/assets/icons/enc/narcology-white-d37a7d83597a3fb5f20e85d3dce56f91b3e5f57209cc9c9d38ce2cf273d0cbe8.svg)
}

.icon-neurology-blue {
    background-image: url(/assets/icons/enc/neurology-blue-0d464978c403d8307998ae5ef5d590bd77b84632fffad0188399b3a299bd5cf4.svg)
}

.icon-neurology-white {
    background-image: url(/assets/icons/enc/neurology-white-14dbb3ba7c9d501e9335a14675db80973092db1decbf7bff4a2308d083ccb0ee.svg)
}

.icon-oncology-blue {
    background-image: url(/assets/icons/enc/oncology-blue-ad3bb14a1815c55a22fd72ba59596063cdda0ab63d314084ae6d730a833d45be.svg)
}

.icon-oncology-white {
    background-image: url(/assets/icons/enc/oncology-white-cf123a77bd83c6d006004d927309a7658e74f2e0aff15946bdf254a01c7dee60.svg)
}

.icon-orthopedy-blue {
    background-image: url(/assets/icons/enc/orthopedy-blue-f67a5a6457ac8deecf3a5b132cea1995a7af5a691393dfb3e5fe1e878b852737.svg)
}

.icon-orthopedy-white {
    background-image: url(/assets/icons/enc/orthopedy-white-7822a061a93745aceec9e44b9528b40b97cfe9e7ac9f267fa2131cc95613e000.svg)
}

.icon-pediatrics-blue {
    background-image: url(/assets/icons/enc/pediatrics-blue-2c29527b3aa8f33257a2c3a435103dca1ec8388593933934c86d0e06bd95b684.svg)
}

.icon-pediatrics-white {
    background-image: url(/assets/icons/enc/pediatrics-white-6b32943fe1cfad9ea03b9da9b5c051262326fc30aa788db77f50809d5b0825f2.svg)
}

.icon-aid-blue {
    background-image: url(/assets/icons/enc/aid-blue-cea193125040dd671dbe99cc702ef3accc9588be7d81991e2e1da772ffef4bdb.svg)
}

.icon-aid-white {
    background-image: url(/assets/icons/enc/aid-white-622f48c9e4d237fcedb6a2af4877f82f2bf17f86be3a9154591e78dda45efdc3.svg)
}

.icon-plasurgery-blue {
    background-image: url(/assets/icons/enc/plasurgery-blue-2a241fb0c8f3dd486388932988f00499710daada6853984901b15288d634b8f9.svg)
}

.icon-plasurgery-white {
    background-image: url(/assets/icons/enc/plasurgery-white-54effb2b813f07b97d4900d9a9970dac293bb1be91be9ab1a5e8d8629131f933.svg)
}

.icon-venerology-blue {
    background-image: url(/assets/icons/enc/venerology-blue-a78ba6bfe4d588c8fca55e857945d7209b836461f46593812a2b8cfc03f67ff6.svg)
}

.icon-venerology-white {
    background-image: url(/assets/icons/enc/venerology-white-1fcf0d11f83020352dbb00f3c590036fe3905664f51e55fa0d0d9e3d1c8607ae.svg)
}

.icon-proctology-blue {
    background-image: url(/assets/icons/enc/proctology-blue-0560fd4f71695186c78934016974744a781ba3647e07d0046621cab2d715840f.svg)
}

.icon-proctology-white {
    background-image: url(/assets/icons/enc/proctology-white-148044addb4c1649d243ed8d8d5b5a7561b13ed0602f9d4ab58eed9870fac5d3.svg)
}

.icon-psychiatry-blue {
    background-image: url(/assets/icons/enc/psychiatry-blue-73d7977d3179b6cbc7e041b9aab10b70583e0f84f28367978380405bf8803ac8.svg)
}

.icon-psychiatry-white {
    background-image: url(/assets/icons/enc/psychiatry-white-02b1c4cb0cfc9111ba1f65004593760f84b62284e6c2836b4df49ec772f76b7d.svg)
}

.icon-psychology-blue {
    background-image: url(/assets/icons/enc/psychology-blue-b030b560931972a0c6103228b1a274e223bb3e5dbbd895f9af7bd27fd43f9d46.svg)
}

.icon-psychology-white {
    background-image: url(/assets/icons/enc/psychology-white-80470bf6c1390e17be9635263270209f823f6f2ef61d9860075d0ace2abbb79e.svg)
}

.icon-pulmonology-blue {
    background-image: url(/assets/icons/enc/pulmonology-blue-c3584cee84b37d15471116662b03337b4fe056a85ae8da1be1362caa7fedf7e0.svg)
}

.icon-pulmonology-white {
    background-image: url(/assets/icons/enc/pulmonology-white-3247b58edcf75ad929abcad26b1f0f6bbe3d88636422697ec988d5cb75b04934.svg)
}

.icon-rheumatology-blue {
    background-image: url(/assets/icons/enc/rheumatology-blue-7d515cbfcf46c01f4a6da71e5c9bcdb5c9610defc96305cb176d6a59188c8037.svg)
}

.icon-rheumatology-white {
    background-image: url(/assets/icons/enc/rheumatology-white-d84a94bff48765f15ca40f77781dd921c25be270db80074f57d743db5d84833f.svg)
}

.icon-parentschildren-blue {
    background-image: url(/assets/icons/enc/parentschildren-blue-0341795d34d745dfaf7cc75514e8d881ed6b32b8f193ea576e9a3e3ffff76651.svg)
}

.icon-parentschildren-white {
    background-image: url(/assets/icons/enc/parentschildren-white-f85bbe3aae80d517c3488a774be893d790dc00c815b178f6115f14c4b3286ba4.svg)
}

.icon-sexology-blue {
    background-image: url(/assets/icons/enc/sexology-blue-3c369043f6ea7b9718d2db3639d00f4ac63c6d691b961904a8b253fe7c8f1fe7.svg)
}

.icon-sexology-white {
    background-image: url(/assets/icons/enc/sexology-white-8a5e7e7b0fa3809c37d536f54fea6a48318b5e9833e7496b275e70e601de8b96.svg)
}

.icon-stomatology-blue {
    background-image: url(/assets/icons/enc/stomatology-blue-bd9323360615ef3ffbb6841808f4461c061480f5f227daf592b0722f7ca110a2.svg)
}

.icon-stomatology-white {
    background-image: url(/assets/icons/enc/stomatology-white-443b1db8c6fd2637c5e85f5846eedbcea2e76af13efc0f6b2d4a0b5ea78d7c1b.svg)
}

.icon-urology-blue {
    background-image: url(/assets/icons/enc/urology-blue-cef5fab70874b386725f6c91ee0d1a8cda9dc3b8dbe0a60aacb81399feaff644.svg)
}

.icon-urology-white {
    background-image: url(/assets/icons/enc/urology-white-d34f923754b44d2191a8abfc64b79fa23ef67e0d5517fc190e5379c2dd6d1c63.svg)
}

.icon-surgery-blue {
    background-image: url(/assets/icons/enc/surgery-blue-ca43f1219973acef3fd61d3e75b199f8a72a1e1b229b602b9f73625d5e09db90.svg)
}

.icon-surgery-white {
    background-image: url(/assets/icons/enc/surgery-white-e6bc7428ef7a4b0c6f6da67db3b63ffa6ed2d86cf929b42fbb5459cff800ec1c.svg)
}

.icon-endocrinology-blue {
    background-image: url(/assets/icons/enc/endocrinology-blue-81c73de4f48e5d3742fccfa01c7ca312ecdc4a20df8fafb137e5a9ac18d011da.svg)
}

.icon-endocrinology-white {
    background-image: url(/assets/icons/enc/endocrinology-white-beeb0f432eac0e35545950ad47b18fc925bad7979852912ec09271afba1865eb.svg)
}

.related-post {
    margin: 30px 0;
    position: relative;
    display: block
}

.related-post-head {
    color: #3a3f46;
    font: 600 18px/20px "Fira Sans", Arial, sans-serif;
    position: relative;
    padding: 16px 8px 16px 48px;
    border-bottom: 2px solid #bdc3c7
}

.related-post-head .i-article {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -16px
}

.related-post-head a {
    color: #3a3f46;
    text-decoration: none
}

.related-post-descr {
    color: #415f99;
    font: normal 16px/20px "Fira Sans", Arial, sans-serif;
    padding: 15px 0
}

.related-post-item {
    background: #fff;
    padding: 20px 8px;
    box-sizing: border-box;
    border-top: 1px solid #e5e7e9
}

.related-post-item__nav {
    font: normal 10px/12px "Fira Sans", Arial, sans-serif;
    color: #3a3f46;
    margin: 3px 0
}

.related-post-item__nav a {
    color: #3a3f46;
    text-decoration: none
}

.related-post-item__nav a:hover {
    opacity: .8
}

.related-post-item__nav a::before {
    content: '› '
}

.related-post-item__nav a:first-child::before {
    content: normal
}

.related-post-item__title {
    font: 600 16px/16px "Fira Sans", Arial, sans-serif;
    color: #3a3f46;
    margin: 0
}

.related-post-item__title a {
    color: #415f99
}

.related-post-item__title a:hover {
    opacity: .9
}

.related-post-item__descr {
    font: 400 12px/16px "Fira Sans", Arial, sans-serif;
    color: #3a3f46;
    margin: 4px 0 0
}

.related-post__btnmore {
    display: block;
    height: 36px;
    font-size: 14px;
    line-height: 36px;
    color: #fff !important;
    background: #3a5487;
    text-decoration: none;
    text-align: center
}

@media only screen and (max-width: 1024px) {
    .related-post__btnmore {
        margin: 15px auto 0
    }
}

.related-post ul {
    margin: 0;
    padding: 10px 0 0 20px
}

.related-post li {
    color: #3a3f46;
    font: 600 14px/20px "Fira Sans", Arial, sans-serif;
    margin: 4px 0
}

.related-post li a:hover {
    opacity: .9
}

.hc2-article .related-post {
    display: none
}

.hc2-article .related-post p {
    margin: 0
}

.hc2-article .related-post-itemgroup {
    margin: 0
}

@media only screen and (max-width: 1024px) {
    .hc2-article .related-post {
        display: block
    }
}

.recommend {
    padding: 0 8px;
    box-sizing: border-box
}

.recommend__head {
    color: #3a3f46;
    font: 600 18px/20px "Fira Sans", Arial, sans-serif;
    position: relative;
    padding: 16px 24px 16px 48px;
    margin: 0 -8px 20px;
    border-bottom: 2px solid #bdc3c7;
    cursor: pointer
}

.recommend__head .icon {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -16px
}

.recommend-itemgroup {
    margin: 0 -16px;
    overflow: hidden;
    font-size: 0;
    display: flex;
    flex-flow: wrap
}

@media only screen and (max-width: 480px) {
    .recommend-itemgroup {
        display: block
    }
}

.recommend .hc2-post-item {
    flex: 0 0 33.33%
}

@media only screen and (max-width: 1024px) {
    .recommend .hc2-post-item {
        flex: 0 0 50%;
        margin-bottom: 20px
    }
}

@media only screen and (max-width: 480px) {
    .recommend .hc2-post-item {
        display: block
    }
}

.hc2-layout-article-content .recommend-item {
    flex: 0 0 50%
}

.hc2-layout-article-content .recommend .hc2-post-item {
    flex: 0 0 50%
}

.social-button {
    border-bottom: 1px solid #bdc3c7;
    padding: 10px 0;
    text-align: right
}

.social-button li {
    font: inherit !important
}

.teaser-info {
    overflow: hidden;
    margin-bottom: 40px
}

.teaser-info__subtitle {
    font: 600 16px/20px "Fira Sans", Arial, sans-serif;
    box-sizing: border-box;
    padding: 10px 0 9px;
    text-transform: uppercase;
    border-bottom: 1px solid #bdc3c7;
    position: relative;
    color: #3a3f46;
    margin-bottom: 14px
}

.teaser-info__subtitle a {
    text-decoration: none
}

.teaser-info__subtitle a:hover {
    opacity: .9
}

.teaser-info__textbox {
    float: left;
    width: 320px;
    padding-right: 16px;
    box-sizing: border-box
}

@media only screen and (max-width: 1200px) {
    .teaser-info__textbox {
        width: 256px
    }
}

@media only screen and (max-width: 1024px) {
    .teaser-info__textbox {
        float: none;
        width: auto;
        padding: 0
    }
}

.teaser-info__type {
    font: normal 10px/10px "Fira Sans", Arial, sans-serif;
    color: #3a3f46;
    margin: 14px 0 4px
}

.teaser-info__title {
    font: 600 16px/16px "Fira Sans", Arial, sans-serif;
    color: #3a3f46;
    margin: 20px 0 15px
}

.teaser-info__title a:hover {
    opacity: .9
}

@media only screen and (max-width: 1024px) {
    .teaser-info__title {
        margin: 15px 0 10px
    }
}

.teaser-info__descr {
    font: 600 12px/16px "Fira Sans", Arial, sans-serif;
    color: #3a3f46;
    margin: 0
}

.teaser-info__imgbox {
    margin: 40px 0 0 320px
}

@media only screen and (max-width: 1200px) {
    .teaser-info__imgbox {
        margin: 40px 0 0 256px
    }
}

@media only screen and (max-width: 1024px) {
    .teaser-info__imgbox {
        margin: 10px 0 0 0
    }
}

.teaser-info__img {
    display: block;
    height: 170px;
    position: relative;
    background: #fff center / cover;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
    text-decoration: none;
    text-align: center
}

.teaser-info__img:hover {
    opacity: .9
}

.teaser-info__img::after {
    background: rgba(58, 63, 70, 0.2);
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    top: 0
}

@media only screen and (max-width: 480px) {
    .teaser-info__img {
        height: 130px
    }
}

.teaser-info__btn {
    display: inline-block;
    min-width: 278px;
    height: 34px;
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
    border: 1px solid #fff;
    font: normal 16px/34px "Fira Sans", Arial, sans-serif;
    margin-top: 70px;
    position: relative;
    z-index: 1
}

@media only screen and (max-width: 480px) {
    .teaser-info__btn {
        margin-top: 50px
    }
}

.hc2-layout-inner-content .teaser-info {
    margin: 0 -8px 40px;
    display: flex;
    flex-flow: wrap
}

.hc2-layout-inner-content .teaser-info__textbox {
    flex: 0 0 50%;
    float: none;
    padding: 0 8px
}

@media only screen and (max-width: 1024px) {
    .hc2-layout-inner-content .teaser-info__textbox {
        flex: 0 0 100%
    }
}

.hc2-layout-inner-content .teaser-info__imgbox {
    flex: 0 0 50%;
    margin: 40px 0 0 0;
    padding: 0 8px;
    box-sizing: border-box
}

@media only screen and (max-width: 1024px) {
    .hc2-layout-inner-content .teaser-info__imgbox {
        margin: 10px 0 0 0;
        flex: 0 0 100%
    }
}

.hc2-layout-inner-content .teaser-info__btn {
    min-width: 90%
}

@media only screen and (max-width: 1024px) {
    .hc2-layout-inner-content .teaser-info__btn {
        min-width: 278px
    }
}

.hc2-article .teaser-info {
    border-top: 1px dashed #bec4c8;
    border-bottom: 1px dashed #bec4c8;
    padding: 10px 0 30px;
    margin: 0;
    display: flex;
    flex-flow: wrap
}

.hc2-article .teaser-info__textbox {
    flex: 0 0 50%;
    float: none;
    padding: 0 8px 0 0
}

@media only screen and (max-width: 1024px) {
    .hc2-article .teaser-info__textbox {
        flex: 0 0 100%;
        padding: 0
    }
}

.hc2-article .teaser-info__imgbox {
    flex: 0 0 50%;
    margin: 40px 0 0 0;
    padding: 0 0 0 8px;
    box-sizing: border-box
}

@media only screen and (max-width: 1024px) {
    .hc2-article .teaser-info__imgbox {
        margin: 10px 0 0 0;
        padding: 0;
        flex: 0 0 100%
    }
}

.hc2-article .teaser-info__descr {
    font: 600 12px/16px "Fira Sans", Arial, sans-serif;
    color: #3a3f46;
    margin: 0
}

.hc2-article .teaser-info__btn {
    min-width: 90%
}

.teaser-partner {
    overflow: hidden;
    padding-bottom: 20px;
    border-top: 1px solid #bdc3c7;
    margin-top: -1px
}

.teaser-partner__type {
    font: normal 10px/10px "Fira Sans", Arial, sans-serif;
    color: #3a3f46;
    margin: 20px 0 4px
}

.teaser-partner__title {
    font: 600 16px/16px "Fira Sans", Arial, sans-serif;
    color: #3a3f46;
    margin: 0
}

.teaser-partner__title a {
    color: #3a3f46;
    text-decoration: none
}

.teaser-partner__title a:hover {
    opacity: .9
}

.teaser-partner__descr {
    font: 600 12px/16px "Fira Sans", Arial, sans-serif;
    color: #3a3f46;
    margin: 4px 0
}

.teaser-partner__img {
    display: block;
    height: 130px;
    position: relative;
    background: #fff center / cover;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
    text-decoration: none;
    text-align: center
}

.teaser-partner__img:hover {
    opacity: .9
}

.teaser-partner__img::after {
    background: rgba(58, 63, 70, 0.2);
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    top: 0
}

.teaser-partner__btn {
    display: inline-block;
    min-width: 90%;
    height: 34px;
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
    border: 1px solid #fff;
    font: normal 16px/34px "Fira Sans", Arial, sans-serif;
    margin-top: 50px;
    position: relative;
    z-index: 1
}

.t-fullpost {
    display: block;
    background: #f5f5f5;
    border-left: 4px solid #e74c3c;
    text-decoration: none;
    box-sizing: border-box;
    text-align: center;
    margin: 20px auto
}

.t-fullpost__subtitle {
    display: inline-block;
    background: #e74c3c;
    color: #fff;
    padding: 0 8px;
    margin: -4px 0 0 0;
    height: 24px;
    text-align: center;
    font: 500 16px/24px "Fira Sans", Arial, sans-serif
}

.t-fullpost__title {
    font: 600 18px/20px "Fira Sans", Arial, sans-serif;
    color: #3a3f46;
    text-decoration: underline;
    padding: 20px 120px 30px 52px;
    text-align: left;
    position: relative
}

@media only screen and (max-width: 480px) {
    .t-fullpost__title {
        font: 600 16px/20px "Fira Sans", Arial, sans-serif;
        padding: 20px 64px 30px 24px
    }
}

.t-fullpost__title::after {
    display: block;
    content: ' ';
    width: 32px;
    height: 32px;
    background: transparent url(/assets/icons/article-red-9bf2b1887865bb6c6dc82dcc7e3457bb23bf29813b9088fa05b84b64e68ae5d8.svg) 0 0 no-repeat;
    top: 50%;
    right: 48px;
    position: absolute;
    margin-top: -26px
}

@media only screen and (max-width: 480px) {
    .t-fullpost__title::after {
        right: 16px
    }
}

.t-hcpost {
    margin: 20px 0;
    position: relative;
    display: block
}

@media only screen and (max-width: 480px) {
    .t-hcpost {
        margin: 20px 8px
    }
}

.t-hcpost-item {
    margin-bottom: 20px
}

.t-hcpost-item a {
    display: block;
    text-decoration: none
}

.t-hcpost-item__img {
    display: block;
    height: 130px;
    position: relative;
    background: #fff center / cover;
    margin-bottom: 8px;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3)
}

.t-hcpost-item__img:hover {
    opacity: .9
}

.t-hcpost-item__img::after {
    background: rgba(58, 63, 70, 0.2);
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    top: 0
}

.t-hcpost-item .icon {
    position: absolute;
    left: 8px;
    bottom: 8px;
    z-index: 1
}

.t-hcpost-item__type {
    font: normal 10px/10px "Fira Sans", Arial, sans-serif;
    color: #3a3f46;
    margin: 14px 8px 4px
}

.t-hcpost-item__section {
    display: block;
    font: 600 16px/24px "Fira Sans", Arial, sans-serif;
    color: #fff;
    padding: 0 8px;
    margin-right: 8px;
    box-sizing: border-box;
    background: #e74c3c;
    position: absolute;
    left: 8px;
    top: 8px;
    z-index: 1
}

.t-hcpost-item__title {
    font: 600 16px/16px "Fira Sans", Arial, sans-serif;
    color: #3a3f46;
    margin: 0 8px
}

.t-hcpost-item__descr {
    font: 400 12px/16px "Fira Sans", Arial, sans-serif;
    color: #3a3f46;
    margin: 4px 8px 0
}

#t-hcpost-mobile {
    display: none
}

@media only screen and (max-width: 480px) {
    #t-hcpost-mobile {
        display: block
    }
}

#t-hcpost-desktop {
    display: block
}

@media only screen and (max-width: 480px) {
    #t-hcpost-desktop {
        display: none
    }
}

.header {
    height: 60px;
    background: #3a5487;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1000
}

@media only screen and (max-width: 768px) {
    .header {
        height: 40px
    }
}

.header-inner {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    position: relative
}

.header__logo {
    position: absolute;
    left: 8px;
    top: 16px;
    z-index: 3
}

@media only screen and (max-width: 768px) {
    .header__logo {
        display: none;
        left: 40px;
        top: 10px
    }

    .header__logo img {
        width: 80px
    }
}

@media only screen and (max-width: 768px) {
    .header__logo.active {
        display: block
    }
}

.header__logosection {
    display: none;
    font-size: 16px;
    line-height: 40px;
    margin-left: 40px
}

.header__logosection, .header__logosection a {
    color: #fff !important
}

@media only screen and (max-width: 768px) {
    .header__logosection {
        display: block
    }
}

.i-hamburger {
    display: none;
    width: 40px;
    height: 40px;
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer
}

@media only screen and (max-width: 768px) {
    .i-hamburger {
        display: block
    }
}

.i-hamburger::before {
    width: 20px;
    height: 13px;
    position: absolute;
    content: ' ';
    left: 8px;
    top: 13px;
    background: transparent url(/assets/icons/hamburger-3e8edae023e14750e48e569307dd0a6647c9ffeb4b90a9378d6d277a5f6b5668.svg) 0 0/20px auto no-repeat
}

.i-hamburger.active::before {
    width: 14px;
    height: 14px;
    position: absolute;
    content: ' ';
    left: 11px;
    top: 13px;
    z-index: 3;
    background: transparent url(/assets/icons/close-2ba2a0c35bc4c3a4c816716b8aa29a1a9929e7831ee21be1dc370ca7f1892a8a.svg) 0 0/14px auto no-repeat
}

@media only screen and (max-width: 768px) {
    .menu {
        display: none;
        width: 312px;
        min-height: 200px;
        background: #324975;
        padding: 40px 8px 40px;
        position: absolute;
        right: 8px;
        left: 0;
        top: 0;
        box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
        z-index: 2
    }
}

@media only screen and (max-width: 480px) {
    .menu {
        width: auto
    }
}

.menu__firstitem {
    display: none
}

@media only screen and (max-width: 768px) {
    .menu__firstitem {
        display: block
    }
}

.menu__fullversion {
    display: none;
    font-size: 14px;
    line-height: 14px;
    color: #fff;
    text-decoration: none;
    position: absolute;
    bottom: 8px;
    right: 8px
}

@media only screen and (max-width: 768px) {
    .menu__fullversion {
        display: block
    }
}

@media only screen and (max-width: 768px) {
    .menu.active {
        display: block
    }
}

.nav {
    position: absolute;
    left: 160px;
    top: 0
}

@media only screen and (max-width: 1024px) {
    .nav {
        left: 140px
    }
}

@media only screen and (max-width: 768px) {
    .nav {
        position: relative;
        left: inherit;
        top: inherit;
        border-top: 1px solid #475c83;
        border-bottom: 1px solid #475c83;
        padding: 10px 0
    }
}

.nav ul {
    margin: 0;
    padding: 0
}

.nav li {
    float: left;
    list-style: none;
    height: 60px;
    line-height: 60px;
    color: #fff
}

@media only screen and (max-width: 768px) {
    .nav li {
        float: inherit;
        height: 40px;
        line-height: 40px;
        padding: 0 0 0 40px;
        margin: 0 -8px
    }
}

.nav a {
    display: block;
    height: 60px;
    padding: 0 30px;
    color: #fff
}

@media only screen and (max-width: 1024px) {
    .nav a {
        padding: 0 15px
    }
}

@media only screen and (max-width: 768px) {
    .nav a {
        height: 40px;
        padding: 0 15px 0 0
    }
}

.nav .selected {
    background: #415f99;
    padding: 0 30px
}

.nav .selected a {
    text-decoration: none;
    margin: 0 -30px
}

@media only screen and (max-width: 768px) {
    .nav .selected {
        padding: 0 0 0 40px
    }

    .nav .selected a {
        margin: 0
    }
}

.i-search {
    display: block;
    width: 20px;
    height: 20px;
    background: transparent url(/assets/icons/search-de7f38b5b245d21839ebbec61b3371ef4745f6d3330f5839a8e52ce885572b7d.svg) 0 0 no-repeat;
    background-size: 20px auto;
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    z-index: 1
}

@media only screen and (max-width: 1280px) {
    .i-search {
        right: 28px
    }
}

@media only screen and (max-width: 1024px) {
    .i-search {
        right: 18px
    }
}

@media only screen and (max-width: 768px) {
    .i-search {
        top: 10px
    }
}

.i-search::before {
    display: block;
    width: 1px;
    height: 26px;
    content: ' ';
    background: #fff;
    opacity: .1;
    position: absolute;
    right: -20px;
    top: -3px
}

@media only screen and (max-width: 1024px) {
    .i-search::before {
        right: -10px
    }
}

.i-search::after {
    display: block;
    width: 1px;
    height: 26px;
    content: ' ';
    background: #fff;
    opacity: .1;
    position: absolute;
    left: -20px;
    top: -3px
}

@media only screen and (max-width: 1024px) {
    .i-search::after {
        left: -10px
    }
}

.i-search.active {
    background: transparent url(/assets/icons/search-blue-762ae487b55d9003673f19e31a33350345812c599ec89cb89967727b5dd9c944.svg) left center no-repeat
}

.i-search.active::after {
    background: #000
}

@media only screen and (max-width: 768px) {
    .i-search.active::after {
        height: 20px;
        top: 0px
    }
}

.i-search.active::before {
    display: none
}

.header-search {
    width: 244px;
    height: 30px;
    position: absolute;
    top: 15px;
    bottom: 15px;
    right: 8px;
    background: #fff;
    padding: 0 60px 0 0
}

@media only screen and (max-width: 768px) {
    .header-search {
        width: auto;
        height: 24px;
        top: 8px;
        left: 8px
    }
}

.header-search input[type="search"] {
    width: 100%;
    padding: 0;
    font-size: 14px;
    line-height: 30px;
    color: #324975;
    box-sizing: border-box;
    padding: 0 8px;
    border: 0
}

@media only screen and (max-width: 768px) {
    .header-search input[type="search"] {
        line-height: 24px
    }
}

.i-geolocation {
    display: block;
    height: 20px;
    background: transparent url(/assets/icons/geolocation-e8b6196bc47e88f28c780969ad126fa5449d237bd3e2db8930b30aae845ea837.svg) left center no-repeat;
    background-size: 14px auto;
    position: absolute;
    top: 20px;
    right: 84px;
    color: #fff;
    line-height: 20px;
    padding-left: 24px;
    cursor: pointer
}

@media only screen and (max-width: 1280px) {
    .i-geolocation {
        right: 92px
    }
}

@media only screen and (max-width: 1024px) {
    .i-geolocation {
        right: 60px;
        padding-left: 14px
    }
}

@media only screen and (max-width: 768px) {
    .i-geolocation {
        top: 10px
    }
}

.i-geolocation::after {
    display: block;
    width: 1px;
    height: 26px;
    content: ' ';
    background: #475c83;
    position: absolute;
    left: -20px;
    top: -3px
}

@media only screen and (max-width: 1024px) {
    .i-geolocation::after {
        left: -10px
    }
}

.i-geolocation span {
    display: block;
    border-bottom: 1px dashed #fff
}

@media only screen and (max-width: 1024px) {
    .i-geolocation span {
        display: none
    }
}

.geolocation {
    width: 224px;
    background: #324975;
    position: absolute;
    top: 70px;
    right: 64px;
    padding: 3px 8px;
    z-index: 999
}

@media only screen and (max-width: 768px) {
    .geolocation {
        top: 60px;
        right: 50%;
        margin-right: -112px
    }
}

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

.geolocation li {
    font-size: 14px;
    line-height: 14px;
    margin: 15px 0
}

.geolocation li a {
    display: inline-block;
    text-decoration: none;
    position: relative;
    color: #fff
}

.geolocation li a::after {
    display: block;
    width: 100%;
    height: 1px;
    content: ' ';
    background: transparent;
    position: absolute;
    left: 0;
    bottom: -1px;
    right: 0;
    border-bottom: 1px dashed #fff
}

.geolocation-close {
    display: block;
    width: 14px;
    height: 14px;
    background: transparent url(/assets/icons/close-2ba2a0c35bc4c3a4c816716b8aa29a1a9929e7831ee21be1dc370ca7f1892a8a.svg) 0 0/14px auto no-repeat;
    background-size: auto 14px;
    top: 8px;
    right: 8px;
    position: absolute;
    cursor: pointer
}

.banner-240x400 {
    text-align: center;
    padding: 30px 0;
    margin: 20px 0;
    box-sizing: border-box
}

@media only screen and (max-width: 1200px) {
    .banner-240x400 {
        padding: 0;
        border: 0;
        background-color: transparent
    }
}

@media only screen and (max-width: 480px) {
    .banner-240x400 {
        background-color: transparent
    }
}

.hc2-layout {
    display: table;
    table-layout: fixed;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    background: #fff;
    position: relative;
    z-index: 1
}

@media only screen and (max-width: 600px) {
    .hc2-layout {
        display: block;
        width: inherit
    }
}

.hc2-layout-content {
    display: table-cell;
    vertical-align: top;
    position: relative;
    margin: 0;
    padding: 0 8px;
    box-sizing: border-box;
    min-height: 800px;
    height: 100%;
    width: 100%
}

@media only screen and (max-width: 600px) {
    .hc2-layout-content {
        display: block;
        width: inherit
    }
}

.hc2-layout-aside {
    display: table-cell;
    height: 100%;
    width: 320px;
    padding: 0 8px;
    box-sizing: border-box;
    vertical-align: top
}

@media only screen and (max-width: 1200px) {
    .hc2-layout-aside {
        width: 256px
    }
}

@media only screen and (max-width: 768px) {
    .hc2-layout-aside {
        display: none
    }
}

.hc2-layout-aside2 {
    display: table-cell;
    height: 100%;
    width: 320px;
    padding: 0 8px;
    box-sizing: border-box;
    vertical-align: top
}

@media only screen and (max-width: 1200px) {
    .hc2-layout-aside2 {
        width: 256px
    }
}

@media only screen and (max-width: 768px) {
    .hc2-layout-aside2 {
        display: none
    }
}

@media only screen and (max-width: 600px) {
    .hc2-layout-aside2 {
        display: block;
        width: inherit
    }
}

.hc2-layout-inner {
    display: table;
    table-layout: fixed;
    width: 100%
}

@media only screen and (max-width: 600px) {
    .hc2-layout-inner {
        display: block;
        width: auto
    }
}

.hc2-layout-inner-content {
    display: table-cell;
    vertical-align: top
}

@media only screen and (max-width: 600px) {
    .hc2-layout-inner-content {
        display: block;
        width: auto
    }
}

.hc2-layout-inner-aside {
    display: table-cell;
    width: 320px;
    padding-right: 16px;
    box-sizing: border-box;
    vertical-align: top
}

@media only screen and (max-width: 1200px) {
    .hc2-layout-inner-aside {
        width: 256px
    }
}

@media only screen and (max-width: 1024px) {
    .hc2-layout-inner-aside {
        width: 192px
    }
}

@media only screen and (max-width: 600px) {
    .hc2-layout-inner-aside {
        display: block;
        width: auto;
        padding: 0
    }
}

.hc2-layout-inner-post .hc2-post-item {
    flex: 0 0 33.33%
}

@media only screen and (max-width: 1024px) {
    .hc2-layout-inner-post .hc2-post-item {
        flex: 0 0 50%
    }
}

.banner-aside {
    width: 304px
}

@media only screen and (max-width: 1200px) {
    .banner-aside {
        width: 240px
    }
}

.banner-aside-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 60px
}

.banner-center {
    display: none
}

@media only screen and (max-width: 480px) {
    .banner-center {
        display: block
    }
}

.hc2-layout-article {
    max-width: 1280px;
    margin: 0 auto;
    background: #fff;
    position: relative;
    z-index: 1;
    display: table;
    table-layout: fixed;
    width: 100%
}

@media only screen and (max-width: 768px) {
    .hc2-layout-article {
        display: block;
        table-layout: inherit
    }
}

.hc2-layout-article-content {
    display: table-cell;
    vertical-align: top;
    position: relative;
    margin: 0;
    padding: 0 8px;
    box-sizing: border-box;
    min-height: 800px;
    height: 100%;
    width: 100%
}

@media only screen and (max-width: 768px) {
    .hc2-layout-article-content {
        display: block
    }
}

.hc2-layout-article-aside {
    display: table-cell;
    height: 100%;
    width: 320px;
    padding: 0 8px;
    box-sizing: border-box;
    vertical-align: top
}

@media only screen and (max-width: 1200px) {
    .hc2-layout-article-aside {
        width: 256px
    }
}

@media only screen and (max-width: 768px) {
    .hc2-layout-article-aside {
        display: none
    }
}

.hc2-layout-article-aside2 {
    display: table-cell;
    height: 100%;
    width: 320px;
    padding: 0 8px;
    box-sizing: border-box;
    vertical-align: top;
    border-left: 1px solid #f5f5f5
}

@media only screen and (max-width: 1200px) {
    .hc2-layout-article-aside2 {
        width: 256px
    }
}

@media only screen and (max-width: 1024px) {
    .hc2-layout-article-aside2 {
        display: none
    }
}

.hc2-header {
    margin: 0 auto 20px;
    position: relative
}

.hc2-header__title {
    font: bold 32px/40px "Fira Sans", Arial, sans-serif;
    color: #3a3f46;
    padding: 0;
    margin: 10px 0 15px
}

.hc2-header__descr {
    overflow: hidden;
    font: 600 16px/20px "Fira Sans", Arial, sans-serif;
    color: #3a3f46;
    margin: 0;
    padding: 0
}

.hc2-header__description {
    font: normal 16px/20px "Fira Sans", Arial, sans-serif;
    color: #3a3f46;
    margin: 0;
    padding-bottom: 20px;
    position: relative
}

.hc2-header__description #description_collapse {
    min-height: 100px !important
}

.hc2-header__description .collapse[aria-expanded="false"] {
    display: block;
    overflow: hidden;
    height: 120px !important
}

.hc2-header__description .collapse[aria-expanded="false"]:after {
    position: absolute;
    bottom: 0;
    height: 60%;
    width: 100%;
    content: "";
    background: linear-gradient(to top, #fff 20%, rgba(255, 255, 255, 0) 100%);
    pointer-events: none
}

.hc2-header__description .collapsing[aria-expanded="false"] {
    height: 120px !important
}

.hc2-header__description a.collapsed, .hc2-header__description a:not(.collapsed) {
    position: absolute;
    right: 0;
    bottom: 0;
    line-height: 28px;
    margin-bottom: 15px
}

.hc2-header__description a.collapsed i, .hc2-header__description a:not(.collapsed) i {
    margin-right: 5px;
    font-size: 28px;
    text-align: center;
    vertical-align: bottom
}

.hc2-header__description a.collapsed i.fa-angle-down {
    display: inline-block
}

.hc2-header__description a.collapsed i.fa-angle-up {
    display: none
}

.hc2-header__description a.collapsed:after {
    content: " читать дальше"
}

.hc2-header__description a:not(.collapsed) i.fa-angle-down {
    display: none
}

.hc2-header__description a:not(.collapsed) i.fa-angle-up {
    display: inline-block
}

.hc2-header__description a:not(.collapsed):after {
    content: " скрыть"
}

.hc2-nav {
    position: relative;
    width: 304px;
    margin-bottom: 7.5px
}

.hc2-nav-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 70px
}

@media only screen and (max-width: 1024px) {
    .hc2-nav-sticky {
        top: 50px
    }
}

@media only screen and (max-width: 600px) {
    .hc2-nav-sticky {
        position: relative;
        top: inherit
    }
}

.hc2-nav__title {
    display: none;
    font: 600 16px/20px "Fira Sans", Arial, sans-serif;
    color: #3a3f46;
    box-sizing: border-box;
    padding: 10px 8px;
    margin-bottom: 10px;
    text-transform: uppercase;
    border-bottom: 1px solid #e5e7e9;
    position: relative;
    cursor: pointer
}

.hc2-nav__title::after {
    content: " ";
    border-color: #395386 transparent transparent transparent;
    border-style: solid;
    border-width: 6px;
    height: 0;
    width: 0;
    position: absolute;
    top: 50%;
    margin-top: -3px;
    right: 8px
}

.hc2-nav__title.active::after {
    content: " ";
    border-color: transparent transparent #395386 transparent;
    border-style: solid;
    border-width: 6px;
    height: 0;
    width: 0;
    position: absolute;
    top: 50%;
    margin-top: -9px;
    right: 8px
}

@media only screen and (max-width: 600px) {
    .hc2-nav__title {
        display: block
    }
}

.hc2-nav ul {
    margin: 0;
    padding: 0;
    background: #fff
}

.hc2-nav ul.active {
    display: block
}

.hc2-nav li {
    list-style: none;
    font: 600 18px/20px "Fira Sans", Arial, sans-serif;
    color: #3a3f46;
    border-bottom: 1px solid #e5e7e9;
    text-transform: uppercase
}

@media only screen and (max-width: 1024px) {
    .hc2-nav li {
        font-size: 16px
    }
}

@media only screen and (max-width: 600px) {
    .hc2-nav li {
        font-size: 18px
    }
}

.hc2-nav a {
    display: block;
    box-sizing: border-box;
    padding: 10px 8px;
    color: #3a3f46;
    text-decoration: none
}

.hc2-nav a:hover {
    background-color: #e5e7e9
}

.hc2-nav .selected {
    background-color: #415f99;
    color: #fff
}

.hc2-nav .selected a {
    color: #fff
}

.hc2-nav .selected a:hover {
    background-color: #415f99
}

@media only screen and (max-width: 1200px) {
    .hc2-nav {
        width: 240px
    }
}

@media only screen and (max-width: 1024px) {
    .hc2-nav {
        width: 176px
    }
}

@media only screen and (max-width: 600px) {
    .hc2-nav {
        width: auto
    }
}

.hc2-nav--mobile {
    width: 100%
}

.hc2-nav-inner {
    margin-top: 30px;
    border-bottom: 1px solid #e5e7e9
}

.hc2-nav-inner-head {
    color: #3a3f46;
    font: 600 18px/20px "Fira Sans", Arial, sans-serif;
    position: relative;
    padding: 16px 30px 16px 48px;
    border-bottom: 2px solid #bdc3c7
}

.hc2-nav-inner-head .i-list {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -16px
}

.hc2-nav-inner-head--mobile {
    position: relative;
    cursor: pointer
}

.hc2-nav-inner-head--mobile::after {
    content: " ";
    border-color: #395386 transparent transparent transparent;
    border-style: solid;
    border-width: 6px;
    height: 0;
    width: 0;
    position: absolute;
    top: 50%;
    margin-top: -3px;
    right: 8px
}

.hc2-nav-inner-head--mobile.active::after {
    content: " ";
    border-color: transparent transparent #395386 transparent;
    border-style: solid;
    border-width: 6px;
    height: 0;
    width: 0;
    position: absolute;
    top: 50%;
    margin-top: -9px;
    right: 8px
}

.hc2-nav-inner-descr {
    font: 600 12px/16px "Fira Sans", Arial, sans-serif;
    padding: 10px 0
}

@media only screen and (max-width: 1200px) {
    .hc2-section {
        margin-bottom: 20px
    }
}

.hc2-section__col-nav {
    float: left;
    width: 320px;
    padding-right: 16px;
    box-sizing: border-box
}

@media only screen and (max-width: 1200px) {
    .hc2-section__col-nav {
        width: 256px
    }
}

@media only screen and (max-width: 1024px) {
    .hc2-section__col-nav {
        width: auto;
        float: inherit;
        padding: 0
    }

    .hc2-section__col-nav .hc2-section-nav {
        display: none
    }
}

.hc2-section__col-content {
    padding: 40px 0 0 320px
}

.hc2-section__col-content .hc2-section-nav {
    display: none
}

@media only screen and (max-width: 1200px) {
    .hc2-section__col-content {
        padding: 40px 0 0 256px
    }
}

@media only screen and (max-width: 1024px) {
    .hc2-section__col-content {
        padding: 0
    }

    .hc2-section__col-content .hc2-section-nav {
        display: block;
        border-top: 1px solid #e5e7e9
    }
}

.hc2-section__title {
    font: 600 16px/20px "Fira Sans", Arial, sans-serif;
    box-sizing: border-box;
    padding: 10px 0 9px;
    text-transform: uppercase;
    border-bottom: 1px solid #bdc3c7;
    position: relative;
    color: #415f99
}

.hc2-section__title a {
    text-decoration: none
}

.hc2-section__title a:hover {
    opacity: .9
}

@media only screen and (max-width: 1024px) {
    .hc2-section__title {
        margin-bottom: 10px
    }
}

.hc2-section-nav ul {
    margin: 0;
    padding: 0
}

.hc2-section-nav li {
    list-style: none;
    font: 600 16px/20px "Fira Sans", Arial, sans-serif;
    color: #3a3f46;
    border-bottom: 1px solid #e5e7e9
}

.hc2-section-nav li a {
    display: block;
    position: relative;
    box-sizing: border-box;
    padding: 10px 24px 10px 0;
    color: #3a3f46;
    text-decoration: none
}

.hc2-section-nav li a:hover {
    background-color: #f7f7f7;
    opacity: .9
}

.hc2-section-nav li a::after {
    position: absolute;
    content: "→";
    right: 7px;
    top: 50%;
    margin-top: -10px;
    height: 20px;
    color: #415f99;
    font: normal 16px/20px "Fira Sans", Arial, sans-serif
}

@media only screen and (max-width: 1024px) {
    .hc2-section-nav li a {
        padding: 5px 8px
    }
}

.hc2-section-nav__link-more {
    display: block;
    text-align: right;
    font: 400 16px/16px "Fira Sans", Arial, sans-serif;
    color: #415f99;
    text-decoration: none;
    margin-top: 16px;
    padding: 0 32px 0 8px;
    position: relative
}

.hc2-section-nav__link-more:hover {
    opacity: .9
}

.hc2-section-nav__link-more::after {
    position: absolute;
    content: " ";
    right: 0;
    top: 2px;
    width: 22px;
    height: 16px;
    background-image: url(/assets/icons/more-plus-blue-92e97b4e7a487f24a34115c18d6e9c5b3472de3a2b8a089264226711423da38b.svg)
}

@media only screen and (max-width: 1024px) {
    .hc2-section-nav__link-more {
        margin-top: 6px
    }
}

.hc2-section-nav__type {
    font: normal 10px/10px "Fira Sans", Arial, sans-serif;
    color: #3a3f46
}

.hc2-recommend .hc2-section__title {
    margin-bottom: 10px
}

.hc2-recommend .hc2-post-item__img {
    height: 130px
}

.hc2-post-itemgroup {
    margin: 0 -8px;
    overflow: hidden;
    font-size: 0;
    display: flex;
    flex-flow: wrap
}

@media only screen and (max-width: 480px) {
    .hc2-post-itemgroup {
        display: block
    }
}

.hc2-post-item {
    flex: 0 0 50%;
    padding: 0 8px;
    margin-bottom: 40px;
    box-sizing: border-box
}

@media only screen and (max-width: 1024px) {
    .hc2-post-item {
        margin-bottom: 20px
    }
}

@media only screen and (max-width: 480px) {
    .hc2-post-item {
        display: block
    }
}

.hc2-post-item.fullwidth {
    flex: 0 0 100%
}

.hc2-post-item__img {
    display: block;
    height: 170px;
    position: relative;
    background: #fff center / cover;
    margin-bottom: 8px;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3)
}

.hc2-post-item__img:hover {
    opacity: .9
}

.hc2-post-item__img::after {
    background: rgba(58, 63, 70, 0.2);
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    top: 0
}

.hc2-post-item__type {
    font: normal 10px/10px "Fira Sans", Arial, sans-serif;
    color: #3a3f46;
    margin: 14px 8px 4px
}

.hc2-post-item__title {
    font: 600 16px/16px "Fira Sans", Arial, sans-serif;
    color: #3a3f46;
    margin: 0 8px
}

.hc2-post-item__title a {
    color: #3a3f46;
    text-decoration: none
}

.hc2-post-item__title a:hover {
    opacity: .9
}

.hc2-post-item__descr {
    font: 600 12px/16px "Fira Sans", Arial, sans-serif;
    color: #3a3f46;
    margin: 4px 8px 0
}

@media only screen and (max-width: 1024px) {
    .hc2-layout-inner-content .hc2-post-item {
        flex: 0 0 100%
    }
}

@media only screen and (max-width: 768px) {
    .hc2-layout-inner-content .hc2-post-item {
        flex: 0 0 50%
    }
}

@media only screen and (max-width: 480px) {
    .hc2-layout-inner-content .hc2-post-item {
        flex: 0 0 100%
    }
}

.hc2-interactive {
    overflow: hidden;
    margin-bottom: 40px
}

.hc2-interactive__subtitle {
    font: 600 16px/20px "Fira Sans", Arial, sans-serif;
    box-sizing: border-box;
    padding: 10px 0 9px;
    text-transform: uppercase;
    border-bottom: 1px solid #bdc3c7;
    position: relative;
    color: #415f99;
    margin-bottom: 14px
}

.hc2-interactive__subtitle a {
    text-decoration: none
}

.hc2-interactive__subtitle a:hover {
    opacity: .9
}

.hc2-interactive__textbox {
    float: left;
    width: 320px;
    padding-right: 16px;
    box-sizing: border-box
}

@media only screen and (max-width: 1200px) {
    .hc2-interactive__textbox {
        width: 256px
    }
}

@media only screen and (max-width: 1024px) {
    .hc2-interactive__textbox {
        float: none;
        width: auto;
        padding: 0
    }
}

.hc2-interactive__type {
    font: normal 10px/10px "Fira Sans", Arial, sans-serif;
    color: #3a3f46;
    margin: 14px 0 4px
}

.hc2-interactive__title {
    font: 600 16px/16px "Fira Sans", Arial, sans-serif;
    color: #3a3f46;
    margin: 20px 0 15px
}

.hc2-interactive__title a {
    color: #3a3f46;
    text-decoration: none
}

.hc2-interactive__title a:hover {
    opacity: .9
}

@media only screen and (max-width: 1024px) {
    .hc2-interactive__title {
        margin: 15px 0 10px
    }
}

.hc2-interactive__descr {
    font: 600 12px/16px "Fira Sans", Arial, sans-serif;
    color: #3a3f46;
    margin: 0
}

.hc2-interactive__imgbox {
    margin: 40px 0 0 320px
}

@media only screen and (max-width: 1200px) {
    .hc2-interactive__imgbox {
        margin: 40px 0 0 256px
    }
}

@media only screen and (max-width: 1024px) {
    .hc2-interactive__imgbox {
        margin: 10px 0 0 0
    }
}

.hc2-interactive__img {
    display: block;
    height: 170px;
    position: relative;
    background: #fff center / cover;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
    text-decoration: none;
    text-align: center
}

.hc2-interactive__img:hover {
    opacity: .9
}

.hc2-interactive__img::after {
    background: rgba(58, 63, 70, 0.2);
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    top: 0
}

.hc2-interactive__btn {
    display: inline-block;
    min-width: 278px;
    height: 34px;
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
    border: 1px solid #fff;
    font: normal 16px/34px "Fira Sans", Arial, sans-serif;
    margin-top: 70px;
    position: relative;
    z-index: 1
}

.hc2-layout-inner-content .hc2-interactive {
    margin: 0 -8px 40px;
    display: flex;
    flex-flow: wrap
}

.hc2-layout-inner-content .hc2-interactive__textbox {
    flex: 0 0 50%;
    float: none;
    padding: 0 8px
}

@media only screen and (max-width: 1024px) {
    .hc2-layout-inner-content .hc2-interactive__textbox {
        flex: 0 0 100%
    }
}

.hc2-layout-inner-content .hc2-interactive__imgbox {
    flex: 0 0 50%;
    margin: 40px 0 0 0;
    padding: 0 8px;
    box-sizing: border-box
}

@media only screen and (max-width: 1024px) {
    .hc2-layout-inner-content .hc2-interactive__imgbox {
        margin: 10px 0 0 0;
        flex: 0 0 100%
    }
}

.hc2-layout-inner-content .hc2-interactive__btn {
    min-width: 90%
}

@media only screen and (max-width: 1024px) {
    .hc2-layout-inner-content .hc2-interactive__btn {
        min-width: 278px
    }
}

.hc2-article .hc2-interactive {
    border-top: 1px dashed #bec4c8;
    border-bottom: 1px dashed #bec4c8;
    padding: 10px 0 30px;
    margin: 0 -8px;
    display: flex;
    flex-flow: wrap
}

.hc2-article .hc2-interactive__textbox {
    flex: 0 0 50%;
    float: none;
    padding: 0 8px
}

@media only screen and (max-width: 1024px) {
    .hc2-article .hc2-interactive__textbox {
        flex: 0 0 100%
    }
}

.hc2-article .hc2-interactive__imgbox {
    flex: 0 0 50%;
    margin: 40px 0 0 0;
    padding: 0 8px;
    box-sizing: border-box
}

@media only screen and (max-width: 1024px) {
    .hc2-article .hc2-interactive__imgbox {
        margin: 10px 0 0 0;
        flex: 0 0 100%
    }
}

.hc2-article .hc2-interactive__descr {
    font: 600 12px/16px "Fira Sans", Arial, sans-serif;
    color: #3a3f46;
    margin: 0
}

.hc2-article .hc2-interactive__btn {
    min-width: 90%
}

.t-post {
    margin: 30px 0;
    position: relative;
    display: block
}

.t-post-head {
    color: #3a3f46;
    font: 600 18px/20px "Fira Sans", Arial, sans-serif;
    position: relative;
    padding: 16px 8px 16px 48px;
    border-bottom: 2px solid #bdc3c7
}

.t-post-head .i-article {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -16px
}

.t-post-head a {
    color: #3a3f46;
    text-decoration: none
}

.t-post-descr {
    color: #415f99;
    font: normal 16px/20px "Fira Sans", Arial, sans-serif;
    padding: 15px 0
}

.t-post-item {
    margin-bottom: 20px
}

.t-post-item__img {
    display: block;
    height: 130px;
    position: relative;
    background: #fff center / cover;
    margin-bottom: 8px;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3)
}

.t-post-item__img:hover {
    opacity: .9
}

.t-post-item__img::after {
    background: rgba(58, 63, 70, 0.2);
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    top: 0
}

.t-post-item__type {
    font: normal 10px/10px "Fira Sans", Arial, sans-serif;
    color: #3a3f46;
    margin: 14px 8px 4px
}

.t-post-item__title {
    font: 600 16px/16px "Fira Sans", Arial, sans-serif;
    color: #3a3f46;
    margin: 0 8px
}

.t-post-item__title a {
    color: #3a3f46;
    text-decoration: none
}

.t-post-item__title a:hover {
    opacity: .9
}

.t-post-item__descr {
    font: 600 12px/16px "Fira Sans", Arial, sans-serif;
    color: #3a3f46;
    margin: 4px 8px 0
}

.t-post__btnmore {
    display: block;
    height: 36px;
    font-size: 14px;
    line-height: 36px;
    color: #fff !important;
    background: #3a5487;
    text-decoration: none;
    text-align: center
}

@media only screen and (max-width: 768px) {
    .t-post__btnmore {
        margin: -20px auto 0
    }
}

.hc2-article .t-post {
    display: none
}

@media only screen and (max-width: 768px) {
    .hc2-article .t-post {
        display: block
    }
}

.hc2-slider {
    display: block;
    width: 100%;
    height: 400px;
    box-sizing: border-box;
    margin: 0 0 20px;
    position: relative;
    overflow: hidden
}

@media only screen and (max-width: 600px) {
    .hc2-slider {
        height: auto
    }
}

.hc2-slider-itemgroup {
    position: relative;
    padding-bottom: 15px
}

@media only screen and (max-width: 600px) {
    .hc2-slider-itemgroup {
        margin-bottom: 30px
    }
}

.hc2-slider-itemgroup .slick-prev {
    left: 64px;
    bottom: -15px;
    top: inherit;
    height: 16px;
    background: none
}

@media only screen and (max-width: 480px) {
    .hc2-slider-itemgroup .slick-prev {
        left: 0
    }
}

.hc2-slider-itemgroup .slick-next {
    top: inherit;
    right: 64px;
    bottom: -15px;
    height: 16px;
    background: none
}

@media only screen and (max-width: 480px) {
    .hc2-slider-itemgroup .slick-next {
        right: 0
    }
}

.hc2-slider-itemgroup .slick-dots {
    bottom: -12px
}

.hc2-slider .slick-slider .slick-list {
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3)
}

.hc2-slider-item {
    height: 348px !important;
    padding: 8px;
    box-sizing: border-box;
    background: #fff center / cover;
    position: relative
}

@media only screen and (max-width: 600px) {
    .hc2-slider-item {
        height: 248px !important
    }
}

@media only screen and (max-width: 480px) {
    .hc2-slider-item {
        height: 170px !important
    }
}

.hc2-slider-item__head {
    color: #fff;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(58, 63, 70, 0.8);
    padding: 10px 8px 30px
}

@media only screen and (max-width: 480px) {
    .hc2-slider-item__head {
        top: 0
    }
}

.hc2-slider-item__title {
    font: 600 16px/16px "Fira Sans", Arial, sans-serif
}

.hc2-slider-item__descr {
    font: 600 12px/16px "Fira Sans", Arial, sans-serif
}

.hc2-slider-item__type {
    font: normal 10px/16px "Fira Sans", Arial, sans-serif;
    position: absolute;
    bottom: 8px;
    left: 8px
}

.hc2-slider-item__linkmore {
    font: 600 12px/16px "Fira Sans", Arial, sans-serif;
    position: absolute;
    bottom: 8px;
    right: 8px
}

.hc2-slider-item__link {
    display: block;
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 2
}

.hc2-article {
    border-bottom: 2px solid #bdc3c7;
    margin-bottom: 20px
}

.hc2-article__photo {
    height: 360px;
    position: relative;
    background: #fff center / cover;
    margin: 20px 0
}

@media only screen and (max-width: 768px) {
    .hc2-article__photo {
        height: 240px
    }
}

.hc2-article__title {
    font: bold 32px/40px "Fira Sans", Arial, sans-serif;
    margin: 0
}

@media only screen and (max-width: 768px) {
    .hc2-article__title {
        font: bold 28px/30px "Fira Sans", Arial, sans-serif
    }
}

.hc2-article__photo-copyright {
    font: normal 10px/10px "Fira Sans", Arial, sans-serif;
    margin-top: 10px
}

.hc2-article__photo-box {
    color: #fff;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(58, 63, 70, 0.8);
    padding: 10px 8px 10px
}

.hc2-article h2 {
    display: inline-block;
    font: bold 20px/30px "Fira Sans", Arial, sans-serif;
    color: #3a3f46;
    margin: 20px 0 10px;
    padding: 0 0 10px 0;
    position: relative
}

.hc2-article h2::before {
    width: 368px;
    height: 1px;
    background: #bdc3c7;
    position: absolute;
    bottom: 0;
    left: 0;
    content: ' '
}

@media only screen and (max-width: 480px) {
    .hc2-article h2::before {
        width: 100%
    }
}

@media only screen and (max-width: 768px) {
    .hc2-article h2 {
        font: bold 18px/30px "Fira Sans", Arial, sans-serif
    }
}

@media only screen and (max-width: 480px) {
    .hc2-article h2 {
        display: block;
        margin: 40px 0 20px
    }
}

.hc2-article h3 {
    display: inline-block;
    font: bold 18px/30px "Fira Sans", Arial, sans-serif;
    color: #3a3f46;
    margin: 10px 0 5px;
    position: relative
}

@media only screen and (max-width: 768px) {
    .hc2-article h3 {
        font: bold 16px/30px "Fira Sans", Arial, sans-serif
    }
}

.hc2-article p {
    font: normal 16px/24px "Fira Sans", Arial, sans-serif;
    color: #3a3f46;
    margin: 0 0 20px
}

@media only screen and (max-width: 768px) {
    .hc2-article p {
        font: normal 14px/24px "Fira Sans", Arial, sans-serif
    }
}

.hc2-article li {
    font: normal 16px/24px "Fira Sans", Arial, sans-serif;
    color: #3a3f46;
    margin-bottom: 10px
}

@media only screen and (max-width: 768px) {
    .hc2-article li {
        font: normal 14px/24px "Fira Sans", Arial, sans-serif
    }
}

.hc2-article blockquote, .hc2-article q {
    display: block;
    font: bold 22px/30px "Fira Sans", Arial, sans-serif;
    color: #3a3f46;
    border-left: 1px solid #bdc3c7;
    padding: 10px 0 10px 18px;
    box-sizing: border-box;
    margin: 20px 0
}

@media only screen and (max-width: 768px) {
    .hc2-article blockquote, .hc2-article q {
        font: bold 18px/20px "Fira Sans", Arial, sans-serif
    }
}

.hc2-article__author {
    font: 600 16px/20px "Fira Sans", Arial, sans-serif;
    color: #3a3f46;
    margin: 20px 0;
    text-align: right
}

.cyclopedia .issue_card {
    position: relative;
    padding-top: 1rem;
    padding-bottom: 1rem;
    width: 100%;
    background-color: #ffffff;
    min-height: 100%;
    border-radius: 0;
    border-top: 1px solid #F1F1F5;
    border-bottom: 1px solid #F1F1F5
}

.cyclopedia .issue_card a {
    color: #272C3C;
    text-decoration: none
}

.cyclopedia .issue_card a:hover {
    text-decoration: none;
    color: #272C3C
}

.cyclopedia .issue_card .issue_card_header {
    border-radius: 6px;
    height: 160px;
    background-size: cover
}

.cyclopedia .issue_card .issue_card_header:hover {
    -webkit-filter: none;
    filter: none
}

.cyclopedia .issue_card .issue_card_body {
    padding: 1rem 0 0 0
}

.cyclopedia .issue_card .issue_card_body .blue_title {
    color: #0072BD
}

.cyclopedia .issue_card .aside img.partner {
    position: relative;
    width: 125px;
    height: 40px;
    top: -20px;
    margin-bottom: -2rem
}

.top_news .news_item.small {
    position: relative
}

.top_news .news_item.small .aside img.partner {
    position: absolute;
    width: 80px;
    height: 26px;
    top: 75px;
    left: -10px
}

.embed-quote {
    position: relative;
    border-left: none !important;
    padding: 5px 0 5px 48px !important;
    box-sizing: border-box !important;
    margin: 30px 0 !important
}

.embed-quote p {
    font: italic 18px/20px "Fira Sans", Arial, sans-serif;
    margin: 0
}

.embed-quote cite {
    display: block;
    font: 400 12px/12px "Fira Sans", Arial, sans-serif;
    margin-top: 15px
}

.embed-quote::before {
    width: 14px;
    height: 10px;
    content: ' ';
    position: absolute;
    left: 7px;
    top: 50%;
    margin-top: -5px;
    background: transparent url(/assets/icons/quote-18e9e5480094e007121b5aa1318f4b7dfd3bf4ddf10ec497be7c77324e85b02a.svg) 0 0 no-repeat
}

.embed-quote::after {
    content: ' ';
    position: absolute;
    left: 30px;
    top: 0;
    bottom: 0;
    width: 1px;
    background: #bdc3c7
}

.embed-list-item {
    position: relative;
    border-left: none !important;
    padding: 5px 0 5px 48px !important;
    box-sizing: border-box !important;
    margin: 30px 0 !important
}

.embed-list-item p {
    font: 400 16px/20px "Fira Sans", Arial, sans-serif;
    margin: 0
}

@media only screen and (max-width: 768px) {
    .embed-list-item p {
        font: 400 14px/20px "Fira Sans", Arial, sans-serif
    }
}

.embed-list-item p:first-child {
    margin-bottom: 5px
}

.embed-list-item cite {
    display: block;
    font: 400 12px/12px "Fira Sans", Arial, sans-serif;
    margin-top: 15px
}

.embed-list-item__number {
    width: 30px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -10px;
    color: #415f99;
    font: 600 20px/20px "Fira Sans", Arial, sans-serif;
    text-align: center
}

.embed-list-item::after {
    content: ' ';
    position: absolute;
    left: 30px;
    top: 0;
    bottom: 0;
    width: 1px;
    background: #bdc3c7
}

.embed-сhecker {
    border-top: 1px dashed #bec4c8;
    border-bottom: 1px dashed #bec4c8;
    padding: 10px 0;
    margin: 20px 0
}

.embed-fact {
    margin: 30px 0 20px
}

.embed-fact__caption {
    font: 400 10px/12px "Fira Sans", Arial, sans-serif;
    color: #3a3f46;
    margin: 8px
}

.embed-slider-item img {
    width: 100%
}

.embed-slider__body {
    background: #3a3f46;
    border-top: 1px solid #fff;
    padding: 10px 16px 40px;
    box-sizing: border-box;
    color: #fff
}

.embed-slider__title {
    font: 600 18px/24px "Fira Sans", Arial, sans-serif
}

.embed-slider__descr {
    font: 400 14px/20px "Fira Sans", Arial, sans-serif
}

.embed-slider__copyright {
    font: 400 10px/12px "Fira Sans", Arial, sans-serif
}

.embed-slider .slick-dots {
    bottom: 15px
}

@media only screen and (max-width: 480px) {
    .embed-slider .slick-dots li {
        margin: 0 4px
    }
}

.embed-slider .slick-dots li button {
    background: transparent url(/assets/slider/dots-white-73c4e1a1222c29557d7194551028c26e84244ca559b2e1cfb681689d4ddc7851.png) 0 0 repeat-x;
    background-size: auto 10px
}

.embed-slider .slick-dots li.slick-active button {
    background: transparent url(/assets/slider/dots-white-73c4e1a1222c29557d7194551028c26e84244ca559b2e1cfb681689d4ddc7851.png) -10px 0 repeat-x;
    background-size: auto 10px
}

.embed-slider .slick-prev, .embed-slider .slick-next {
    height: 16px;
    background: transparent;
    bottom: 12px;
    top: inherit
}

.embed-slider .slick-prev:before, .embed-slider .slick-next:before {
    background: transparent url(/assets/slider/arrow-white-e5ec7a39f21d09cdce699198cafbc306cdd921bea111c5a69e068fb5933112ee.png) 0 0 repeat-x;
    background-size: auto 16px
}

.embed-slider .slick-prev {
    left: 16px
}

.embed-slider .slick-next {
    right: 16px
}

.embed-slider .slick-next:before {
    background-position: -10px 0
}

.embed-cards-menu {
    padding: 25px 0
}

.embed-cards-menu ol, .embed-cards-menu .info-agreement > p {
    margin: 0;
    padding: 0
}

.embed-cards-menu li {
    display: inline;
    font: 600 14px/30px "Fira Sans", Arial, sans-serif
}

.embed-cards-menu li a {
    text-decoration: none
}

.embed-cards-menu li a:hover {
    opacity: 0.8
}

.embed-cards-menu li a.active {
    color: #e74c3c
}

.embed-cards-menu li::before {
    content: '/ '
}

.embed-cards-menu li:first-child::before {
    display: none
}

.embed-cards-item {
    padding: 25px 0;
    position: relative;
    box-sizing: border-box
}

.embed-cards-item h4 {
    font: 600 16px/20px "Fira Sans", Arial, sans-serif;
    margin: 0 0 15px
}

.embed-cards-item p {
    font: 400 14px/20px "Fira Sans", Arial, sans-serif;
    margin: 15px 0 0
}

.embed-cards-item::before {
    display: block;
    content: ' ';
    height: 1px;
    background: #bdc3c7;
    position: absolute;
    left: 30%;
    right: 30%;
    top: 0
}

.enc-layout {
    max-width: 1280px;
    margin: 0 auto;
    background: #fff;
    position: relative;
    z-index: 1;
    display: table;
    table-layout: fixed;
    width: 100%
}

@media only screen and (max-width: 1024px) {
    .enc-layout {
        display: block;
        table-layout: inherit;
        padding-right: 256px;
        width: inherit
    }
}

@media only screen and (max-width: 768px) {
    .enc-layout {
        padding: 0
    }
}

.enc-layout-content {
    display: table-cell;
    vertical-align: top;
    position: relative;
    margin: 0;
    padding: 0 8px;
    box-sizing: border-box;
    height: 100%;
    width: 100%
}

@media only screen and (max-width: 1024px) {
    .enc-layout-content {
        display: block
    }
}

.enc-layout-aside {
    display: table-cell;
    height: 100%;
    width: 320px;
    padding: 0 8px;
    box-sizing: border-box;
    background: #f5f5f5;
    vertical-align: top
}

@media only screen and (max-width: 1200px) {
    .enc-layout-aside {
        width: 256px
    }
}

@media only screen and (max-width: 1024px) {
    .enc-layout-aside {
        display: block;
        position: absolute;
        top: 0;
        right: 0
    }
}

@media only screen and (max-width: 768px) {
    .enc-layout-aside {
        display: block;
        width: inherit;
        background: #fff;
        position: relative;
        top: inherit;
        right: inherit
    }
}

.enc-layout-aside2 {
    display: table-cell;
    height: 100%;
    width: 320px;
    padding: 0 8px;
    box-sizing: border-box;
    vertical-align: top
}

@media only screen and (max-width: 1200px) {
    .enc-layout-aside2 {
        width: 256px
    }
}

@media only screen and (max-width: 1024px) {
    .enc-layout-aside2 {
        display: block;
        width: inherit
    }
}

@media only screen and (max-width: 480px) {
    .enc-layout-aside2 {
        display: block;
        width: inherit;
        padding: 0
    }
}

.enc-head__title {
    font: 600 32px/32px "Fira Sans", Arial, sans-serif;
    color: #e74c3c;
    border-bottom: 1px solid #bdc3c7;
    margin: 0;
    padding: 20px 0
}

.enc-head__descr {
    font: 600 16px/20px "Fira Sans", Arial, sans-serif;
    color: #3a3f46;
    margin: 15px 0
}

.enc-sections-head {
    color: #e74c3c;
    font: 600 18px/20px "Fira Sans", Arial, sans-serif;
    position: relative;
    padding: 16px 24px 16px 48px;
    margin: 0 0 10px;
    border-bottom: 1px solid #bdc3c7;
    cursor: pointer
}

.enc-sections-head .icon {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -16px
}

@media only screen and (max-width: 480px) {
    .enc-sections-head {
        font: 600 16px/20px "Fira Sans", Arial, sans-serif
    }

    .enc-sections-head::after {
        content: " ";
        border-color: #e74c3c transparent transparent transparent;
        border-style: solid;
        border-width: 6px;
        height: 0;
        width: 0;
        position: absolute;
        top: 50%;
        margin-top: -3px;
        right: 8px
    }
}

@media only screen and (max-width: 480px) {
    .enc-sections.active .enc-sections-head::after {
        content: " ";
        border-color: transparent transparent #e74c3c transparent;
        border-style: solid;
        border-width: 6px;
        height: 0;
        width: 0;
        position: absolute;
        top: 50%;
        margin-top: -9px;
        right: 8px
    }

    .enc-sections.active .enc-sections-group {
        display: block;
        margin-bottom: 10px
    }
}

.enc-sections-group {
    display: flex;
    flex-flow: wrap;
    margin: 0 -8px
}

@media only screen and (max-width: 480px) {
    .enc-sections-group {
        display: none
    }
}

.enc-sections-group .enc-sections-item {
    flex: 0 0 50%
}

@media only screen and (max-width: 480px) {
    .enc-sections-group .enc-sections-item {
        flex: 0 0 100%
    }
}

.enc-sections-item {
    padding: 0 16px;
    box-sizing: border-box;
    margin-bottom: 20px
}

@media only screen and (max-width: 480px) {
    .enc-sections-item {
        margin: 0
    }
}

.enc-sections-item__head {
    color: #3a3f46;
    font: 600 18px/20px "Fira Sans", Arial, sans-serif;
    position: relative;
    padding: 16px 24px 16px 48px;
    margin: 0 -8px;
    border-bottom: 1px solid #f5f5f5;
    cursor: pointer
}

.enc-sections-item__head .icon {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -16px
}

@media only screen and (max-width: 480px) {
    .enc-sections-item__head {
        font: 600 16px/20px "Fira Sans", Arial, sans-serif
    }

    .enc-sections-item__head::after {
        content: " ";
        border-color: #395386 transparent transparent transparent;
        border-style: solid;
        border-width: 6px;
        height: 0;
        width: 0;
        position: absolute;
        top: 50%;
        margin-top: -3px;
        right: 8px
    }
}

@media only screen and (max-width: 480px) {
    .enc-sections-item__body {
        display: none
    }
}

.enc-sections-item__subsection {
    margin: 10px 0
}

.enc-sections-item__subsection a {
    text-decoration: none;
    font: 400 14px/20px "Fira Sans", Arial, sans-serif
}

.enc-sections-item__subsection a:hover {
    opacity: .8
}

.enc-sections-item__subsection a::after {
    content: ' • ';
    color: #3a3f46
}

.enc-sections-item__subsection a:last-child::after {
    content: normal
}

.enc-sections-item__btnmore {
    font: 400 14px/15px "Fira Sans", Arial, sans-serif;
    color: #e74c3c;
    text-decoration: none
}

.enc-sections-item__btnmore::after {
    content: ' →'
}

.enc-sections-item__btnmore:hover {
    opacity: .8
}

@media only screen and (max-width: 480px) {
    .enc-sections-item.active .enc-sections-item__head::after {
        content: " ";
        border-color: transparent transparent #395386 transparent;
        border-style: solid;
        border-width: 6px;
        height: 0;
        width: 0;
        position: absolute;
        top: 50%;
        margin-top: -9px;
        right: 8px
    }

    .enc-sections-item.active .enc-sections-item__body {
        display: block;
        margin-bottom: 10px
    }
}

.enc-layout-aside2 .enc-sections-item {
    padding: 0 8px
}

@media only screen and (max-width: 480px) {
    .enc-layout-aside2 .enc-sections-item {
        padding: 0 16px
    }
}

.extra-bar {
    height: 24px;
    margin: 30px 0;
    overflow: hidden;
    position: relative
}

.extra-bar::after {
    width: 30px;
    content: ' ';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #fff 100%)
}

.extra-itemgroup {
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    padding: 0 0 20px;
    margin: 0
}

.extra-itemgroup::-webkit-scrollbar {
    display: none
}

.extra-item {
    display: table-cell;
    vertical-align: top;
    color: #415f99;
    font: normal 14px/24px "Fira Sans", Arial, sans-serif;
    box-sizing: border-box;
    border-bottom: 2px solid #fff
}

.extra-item.ui-state-active {
    border-bottom: 2px solid #e74c3c
}

.extra-item.ui-state-focus a {
    outline: none
}

.extra-item a {
    display: block;
    padding: 0 12px;
    text-decoration: none;
    cursor: pointer
}

.extra-item a:hover {
    opacity: .8
}

.extra-link {
    padding: 0 12px
}

.extra-postgroup {
    background-color: #fff;
    padding-top: 10px;
    margin: -30px 0 30px;
    position: relative
}

.extra-post {
    padding: 8px;
    margin: 10px 0;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3)
}

.extra-post__title {
    font: 600 14px/16px "Fira Sans", Arial, sans-serif;
    color: #3a3f46;
    margin: 0 8px
}

.extra-post__title a:hover {
    opacity: .8
}

.extra-post__descr {
    font: normal 12px/12px "Fira Sans", Arial, sans-serif;
    color: #3a3f46;
    margin: 4px 8px 0
}

.often-seek {
    padding: 0 8px;
    box-sizing: border-box;
    margin-bottom: 20px
}

@media only screen and (max-width: 480px) {
    .often-seek {
        margin: 0
    }
}

.often-seek__head {
    color: #3a3f46;
    font: 600 18px/20px "Fira Sans", Arial, sans-serif;
    position: relative;
    padding: 16px 24px 16px 48px;
    margin: 0 -8px;
    border-bottom: 1px solid #f5f5f5;
    cursor: pointer
}

.often-seek__head .icon {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -16px
}

@media only screen and (max-width: 480px) {
    .often-seek__head {
        font: 600 16px/20px "Fira Sans", Arial, sans-serif
    }

    .often-seek__head::after {
        content: " ";
        border-color: #395386 transparent transparent transparent;
        border-style: solid;
        border-width: 6px;
        height: 0;
        width: 0;
        position: absolute;
        top: 50%;
        margin-top: -3px;
        right: 8px
    }
}

@media only screen and (max-width: 480px) {
    .often-seek__body {
        display: none
    }
}

.often-seek__subitem {
    margin: 10px 0
}

.often-seek__subitem a {
    text-decoration: none;
    font: 400 14px/20px "Fira Sans", Arial, sans-serif
}

.often-seek__subitem a:hover {
    opacity: .8
}

.often-seek__subitem a::after {
    content: ' • ';
    color: #3a3f46
}

.often-seek__subitem a:last-child::after {
    content: normal
}

@media only screen and (max-width: 480px) {
    .often-seek.active .often-seek__head::after {
        content: " ";
        border-color: transparent transparent #395386 transparent;
        border-style: solid;
        border-width: 6px;
        height: 0;
        width: 0;
        position: absolute;
        top: 50%;
        margin-top: -9px;
        right: 8px
    }

    .often-seek.active .often-seek__body {
        display: block;
        margin-bottom: 10px
    }
}

.uci {
    margin-top: 40px;
    margin-bottom: 40px
}

.uci .uci_header {
    padding: 5px 20px;
    color: #272c3c;
    font-weight: bold;
    font-size: 21px;
    position: relative
}

.uci .uci_header .title {
    margin-bottom: 10px
}

.uci .uci_header .description {
    font-size: 18px;
    font-weight: normal;
    line-height: 28px
}

.uci .uci_header .description a {
    text-decoration: underline;
    color: #007CFF
}

.uci .uci_body {
    font-size: 18px;
    line-height: 28px;
    padding: 20px 40px
}

.uci .uci_icon {
    zoom: 50%
}

.preview .uci {
    max-width: 827px
}

.uci.instruction, .uci.important {
    padding: 20px 40px;
    border-radius: 10px
}

.uci.instruction {
    box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);
    background-position: right bottom;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #ffffff
}

.uci.instruction .uci_header {
    border-left: 4px solid #007CFF
}

.uci.instruction .uci_header .uci_icon {
    position: absolute;
    right: 0;
    top: 0
}

.uci.instruction .uci_body {
    color: #696974
}

.uci.instruction .uci_body ul {
    list-style: none
}

.uci.instruction .uci_body ul li::before {
    content: "\25CF";
    color: #007CFF;
    font-weight: bold;
    display: inline-block;
    width: 1.5em;
    margin-left: -1em
}

.uci.important {
    background-color: #F9F7E9
}

.uci.important .uci_header .uci_icon {
    position: absolute;
    left: 0;
    top: 0
}

.uci.important .uci_header .title {
    padding-left: 20px
}

.uci.important .uci_body {
    border-left: 4px solid #FF4949
}

.uci.citation .uci_body {
    border-top: 5px solid #007CFF;
    box-shadow: 0px 40px 60px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    background-color: #ffffff
}

.uci.citation .author {
    margin-top: -6px;
    margin-left: 20px;
    padding: 40px 20px;
    background-image: url(/assets/uci/tail@2x-e4d3a3460154e42f2efb4288596384b36fbb88003fb910a6c4526877fcbb036b.png);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 48px
}

.uci.citation .author img.photo {
    width: 100px;
    height: 100px;
    border: 3px solid #ffffff;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    box-shadow: 0px 4px 22px rgba(0, 0, 0, 0.11)
}

.uci.citation .author .name {
    color: #272c3c;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 10px
}

.uci.citation .author .position {
    font-size: 16px;
    color: #92929D;
    margin-bottom: 10px
}

.uci.citation .author .icon {
    width: 22px;
    height: 22px;
    margin-right: 15px;
    zoom: 100%
}

.uci.citation .author .socials {
    padding-right: 0;
    text-align: right
}

.uci.fact {
    position: relative
}

.uci.fact .uci_header {
    position: absolute
}

.uci.fact .uci_body {
    margin-top: -10px
}

.uci.fact .uci_body .image img {
    padding-left: 15px
}

@media only screen and (max-width: 575px) {
    .uci.instruction, .uci.important, .uci.fact, .uci.to_read, .uci.literature {
        padding: 10px 10px;
        border-radius: 10px
    }

    .uci.citation .author {
        margin-left: 0;
        padding-left: 0;
        padding-right: 0
    }

    .uci.citation .author .col-4, .uci.citation .author .col-8 {
        padding: 0
    }

    .uci.citation .author .col-8 {
        padding-right: 20px
    }
}

.medmarket {
    margin: 30px 0;
    position: relative;
    display: block
}

.medmarket-head {
    color: #3a3f46;
    font: 600 18px/20px "Fira Sans", Arial, sans-serif;
    position: relative;
    padding: 16px 8px 16px 48px;
    border-bottom: 2px solid #bdc3c7
}

.medmarket-head .i-doctor-white {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -16px
}

.medmarket-services {
    padding: 15px 0;
    border-bottom: 1px solid #e5e7e9
}

.medmarket-descr {
    color: #415f99;
    font: normal 16px/20px "Fira Sans", Arial, sans-serif;
    padding: 15px 0;
    margin-bottom: 10px;
    border-bottom: 1px solid #e5e7e9
}

.medmarket-itemgroup {
    margin: 0 -2px
}

.medmarket-item {
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
    background: #fff;
    padding: 8px;
    margin: 0 2px 20px
}

.medmarket-item-inner {
    position: relative
}

.medmarket-item-head {
    display: table
}

.medmarket-item__title {
    display: table-cell;
    vertical-align: middle;
    border-left: 1px solid #bdc3c7;
    padding-left: 8px;
    font-size: 12px;
    line-height: 16px;
    color: #415f99;
    font-weight: 600
}

.medmarket-item__title a {
    color: #415f99
}

.medmarket-item__descr {
    font-size: 12px;
    line-height: 16px;
    color: #3a3f46;
    margin-top: 4px
}

.medmarket-item__descr ul {
    padding: 0 0 0 32px
}

.medmarket-item__descr ul li {
    margin: 8px 0
}

.medmarket-item__metro {
    font-size: 12px;
    line-height: 16px;
    font-weight: 600;
    padding-left: 16px;
    color: #415f99;
    background: transparent url(/assets/icons/metro-f2782c111343486177e9e9ec5a7280dcd8b4d21b4c4b244ab0090cbec8cdfbf0.png) center left no-repeat;
    background-size: 8px auto;
    margin-top: 4px
}

.medmarket-item__metro a {
    color: #415f99
}

.medmarket-item__address {
    font-size: 12px;
    line-height: 16px;
    font-weight: 600;
    padding-left: 16px;
    color: #415f99;
    background: transparent url(/assets/icons/map-marker-08593ddd2750f7a68a00e9783425efa28d2e43d93b79ed91901fd21285078cc3.svg) center left no-repeat;
    background-size: 8px auto;
    margin-top: 4px
}

.medmarket-item__address a {
    color: #415f99
}

.medmarket-item__btn {
    display: block;
    height: 22px;
    font-size: 14px;
    line-height: 22px;
    border: 1px solid #e74c3c;
    color: #e74c3c !important;
    text-decoration: none;
    text-align: center;
    margin: 8px 0 0
}

.medmarket-item__btn:hover {
    opacity: .8
}

.medmarket-item__btn:first-child {
    margin: 0
}

.medmarket-item__logo {
    display: table-cell;
    vertical-align: middle;
    padding-right: 8px;
    height: 40px;
    width: 87px;
    text-align: center;
    margin: 4px 0
}

.medmarket-item__logo img {
    display: inline-block !important;
    max-width: 100%;
    max-height: 40px
}

.medmarket__btnmore {
    display: block;
    height: 36px;
    font-size: 14px;
    line-height: 36px;
    color: #fff !important;
    background: #3a5487;
    text-decoration: none;
    text-align: center;
    margin: 20px auto 0
}

@media only screen and (max-width: 1024px) {
    .medmarket__btnmore {
        margin: 10px auto 0
    }
}

.medmarket__link-more {
    display: block;
    float: right;
    font: 400 16px/20px "Fira Sans", Arial, sans-serif;
    color: #415f99;
    text-decoration: none
}

.medmarket__link-more:hover {
    opacity: .9
}

.medmarket__link-more::after {
    margin-left: 4px;
    content: "→";
    font-size: 12px
}

@media only screen and (max-width: 600px) {
    .medmarket__link-more {
        display: none
    }
}

.hc2-article .medmarket {
    display: none
}

.hc2-article .medmarket p {
    margin: 0
}

.hc2-article .medmarket-itemgroup {
    margin: 0
}

@media only screen and (max-width: 1024px) {
    .hc2-article .medmarket {
        display: block
    }
}

.slider-market.medmarket-itemgroup {
    margin: 0 -8px
}

.slider-market .medmarket-item {
    margin: 0 8px 20px
}

.slider-market .medmarket-item-inner {
    padding-bottom: 30px
}

.slider-market .medmarket-item__btn {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0
}

.slider-market .slick-track {
    display: flex
}

.slider-market .slick-track .slick-slide {
    display: flex;
    height: auto
}

.hc2-layout-content .medmarket {
    margin: 0 auto 30px
}

.hc2-layout-content .medmarket__btnmore {
    display: none
}

@media only screen and (max-width: 600px) {
    .hc2-layout-content .medmarket__btnmore {
        display: block
    }
}

.hc2-layout-inner-content .medmarket {
    margin: 0 auto 30px -300px
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block
}

.slick-track:before, .slick-track:after {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir="rtl"] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-loading .slick-list {
    background: #fff url(/assets/ajax-loader-e7b44c86b050fca766a96ddac2d0932af0126da6f2305280342d909168dcce6b.gif) center center no-repeat
}

@font-face {
    font-family: "slick";
    src: url(/assets/slick-06d80cf01250132fd1068701108453feee68854b750d22c344ffc0de395e1dcb.eot);
    src: url(/assets/slick-06d80cf01250132fd1068701108453feee68854b750d22c344ffc0de395e1dcb.eot?#iefix) format("embedded-opentype"), url(/assets/slick-26726bac4060abb1226e6ceebc1336e84930fe7a7af1b3895a109d067f5b5dcc.woff) format("woff"), url(/assets/slick-37bc99cfdbbc046193a26396787374d00e7b10d3a758a36045c07bd8886360d2.ttf) format("truetype"), url(/assets/slick-12459f221a0b787bf1eaebf2e4c48fca2bd9f8493f71256c3043e7a0c7e932f6.svg#slick) format("svg");
    font-weight: normal;
    font-style: normal
}

.slick-prev, .slick-next {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent
}

.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
    opacity: 1
}

.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
    opacity: 0.25
}

.slick-prev:before, .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-prev {
    left: -25px
}

[dir="rtl"] .slick-prev {
    left: auto;
    right: -25px
}

.slick-prev:before {
    content: "←"
}

[dir="rtl"] .slick-prev:before {
    content: "→"
}

.slick-next {
    right: -25px
}

[dir="rtl"] .slick-next {
    left: -25px;
    right: auto
}

.slick-next:before {
    content: "→"
}

[dir="rtl"] .slick-next:before {
    content: "←"
}

.slick-dotted.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%
}

.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 20px;
    width: 20px;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    padding: 5px;
    cursor: pointer
}

.slick-dots li button:hover, .slick-dots li button:focus {
    outline: none
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
    opacity: 1
}

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "•";
    width: 20px;
    height: 20px;
    font-family: "slick";
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    color: black;
    opacity: 0.25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
    color: black;
    opacity: 0.75
}

.topline-k31 {
    display: block;
    height: 100px;
    background: #24aed9 url(/assets/promo/k31/bg-topline-388361ddeb7a5e59f208c6c897365129af89371a303ea2fcac37617248a3caa0.png) left top repeat;
    position: relative;
    text-decoration: none
}

.topline-k31-inner {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    position: relative
}

.topline-k31__logo {
    position: absolute;
    left: 8px;
    top: 30px;
    z-index: 1
}

@media only screen and (max-width: 600px) {
    .topline-k31__logo {
        top: 32px
    }

    .topline-k31__logo img {
        width: 150px
    }
}

@media only screen and (max-width: 480px) {
    .topline-k31__logo {
        position: relative;
        left: inherit;
        top: inherit;
        padding: 10px 0 16px;
        text-align: center
    }

    .topline-k31__logo img {
        width: auto;
        height: 40px
    }
}

.topline-k31__box {
    height: 100px;
    display: table-cell;
    vertical-align: middle;
    padding-left: 232px
}

@media only screen and (max-width: 1200px) {
    .topline-k31__box {
        padding-left: 200px
    }
}

@media only screen and (max-width: 768px) {
    .topline-k31__box {
        padding-left: 216px
    }
}

@media only screen and (max-width: 600px) {
    .topline-k31__box {
        padding-left: 170px
    }
}

@media only screen and (max-width: 480px) {
    .topline-k31__box {
        padding-left: 0;
        height: auto;
        display: block
    }
}

.topline-k31__item-inner {
    margin: 0 32px;
    position: relative;
    box-sizing: border-box;
    padding-left: 56px
}

@media only screen and (max-width: 1200px) {
    .topline-k31__item-inner {
        margin: 0 16px;
        padding-left: 44px
    }
}

@media only screen and (max-width: 900px) {
    .topline-k31__item-inner {
        margin: 0 8px;
        padding-left: 44px
    }
}

@media only screen and (max-width: 480px) {
    .topline-k31__item-inner {
        margin: 0 8px;
        padding-left: 0;
        text-align: center
    }
}

.topline-k31__item {
    display: inline-block;
    vertical-align: middle;
    width: 33%;
    font: normal 18px/20px "Fira Sans", Arial, sans-serif;
    color: #fff;
    box-sizing: border-box;
    position: relative
}

@media only screen and (max-width: 1200px) {
    .topline-k31__item {
        font: normal 16px/18px "Fira Sans", Arial, sans-serif
    }
}

@media only screen and (max-width: 1024px) {
    .topline-k31__item {
        font: normal 14px/16px "Fira Sans", Arial, sans-serif
    }
}

@media only screen and (max-width: 900px) {
    .topline-k31__item {
        font: normal 12px/14px "Fira Sans", Arial, sans-serif
    }
}

@media only screen and (max-width: 768px) {
    .topline-k31__item01 {
        display: none
    }
}

@media only screen and (max-width: 768px) {
    .topline-k31__item02 {
        width: 50%;
        font: normal 14px/16px "Fira Sans", Arial, sans-serif
    }
}

@media only screen and (max-width: 480px) {
    .topline-k31__item02 {
        display: none
    }
}

@media only screen and (max-width: 768px) {
    .topline-k31__item03 {
        width: 50%;
        font: normal 14px/16px "Fira Sans", Arial, sans-serif
    }
}

@media only screen and (max-width: 480px) {
    .topline-k31__item03 {
        width: 100%;
        font: bold 14px/16px "Fira Sans", Arial, sans-serif
    }
}

.topline-k31__icon01 {
    display: block;
    width: 48px;
    height: 40px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -20px;
    background: transparent url(/assets/promo/k31/icon-topline-01-1991063c8ead04f135c9bb3813f9cd8c763cb7be6dc9100a497ac0101bc1b0c5.svg) left top no-repeat
}

@media only screen and (max-width: 1200px) {
    .topline-k31__icon01 {
        width: 36px;
        height: 30px;
        margin-top: -15px
    }
}

.topline-k31__icon02 {
    display: block;
    width: 48px;
    height: 40px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -20px;
    background: transparent url(/assets/promo/k31/icon-topline-02-4d404957312b2b6ca9637afcc32bcbf40ce55056986eea97ed30f1f70e87e439.svg) left top no-repeat
}

@media only screen and (max-width: 1200px) {
    .topline-k31__icon02 {
        width: 36px;
        height: 30px;
        margin-top: -15px
    }
}

.topline-k31__icon03 {
    display: block;
    width: 48px;
    height: 44px;
    position: absolute;
    left: 0;
    top: 0;
    top: 50%;
    margin-top: -22px;
    background: transparent url(/assets/promo/k31/icon-topline-03-87eaf8b261be2ba9329cd65ea4f0b6438fec86829e38b89fef75e64cbf6d1dd5.svg) left top no-repeat
}

@media only screen and (max-width: 1200px) {
    .topline-k31__icon03 {
        width: 36px;
        height: 33px;
        margin-top: -16px
    }
}

@media only screen and (max-width: 480px) {
    .topline-k31__icon03 {
        display: none
    }
}

.aside-k31 {
    display: block;
    text-decoration: none;
    padding: 0 8px
}

.aside-k31-logo {
    margin: 20px 0
}

.aside-k31-logo img {
    display: block;
    max-width: 100%
}

.aside-k31-itemgroup {
    border-top: 1px solid #bdc3c7
}

.aside-k31-item {
    position: relative;
    padding: 24px 16px 24px 48px;
    box-sizing: border-box;
    font: normal 12px/16px Tahoma, sans-serif;
    color: #3a3f46;
    border-bottom: 1px solid #bdc3c7
}

.aside-k31__icon {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -20px
}

.aside-k31-billboard {
    margin: 40px 0 0
}

.aside-k31-billboard img {
    display: block;
    max-width: 100%
}

.center-k31 {
    display: block;
    width: 100%;
    height: 92px;
    box-sizing: border-box;
    margin: 0;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px
}

.center-k31 .aside-k31-item {
    height: 90px;
    padding: 10px 24px 10px 48px;
    box-sizing: border-box
}

.center-k31 .aside-k31-item-inner {
    height: 70px;
    display: table-cell;
    vertical-align: middle
}

.healthcare-facility-teaser--k31 {
    background: #02A4D6;
    border-radius: 0.2rem;
    color: #fff;
    padding: 3.75px 7.5px;
    margin-bottom: 7.5px
}

.healthcare-facility-teaser--k31 a {
    color: #ffffff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.25s ease
}

.healthcare-facility-teaser--k31 a:hover {
    color: #ffffff
}

.healthcare-facility-teaser--k31 a:hover {
    border-color: rgba(255, 255, 255, 0.5)
}

.healthcare-facility-teaser--k31 ul, .healthcare-facility-teaser--k31 ul li {
    margin: 0;
    padding: 0
}

.healthcare-facility-teaser--k31 ul li {
    list-style-type: none;
    margin-bottom: 1.5px
}

.topline-sofia {
    display: block;
    height: 100px;
    background: #395573 url(/assets/promo/sofia/bg-topline-5c8e1daa9d2e48faddb7d748f9561df88ab43a8bfa067fa9325b097949138645.jpg) center/cover;
    position: relative;
    text-decoration: none;
    overflow: hidden
}

.topline-sofia::after {
    background: rgba(0, 103, 160, 0.8);
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    top: 0
}

.topline-sofia-inner {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    position: relative
}

.topline-sofia__logo {
    width: 176px;
    height: 68px;
    background: transparent url(/assets/promo/sofia/logo-sofia-67479bdaa80d765bdcc482e6a10aa263a32ffa89ad088040d4e8fe14432cda51.svg) 0 0 no-repeat;
    position: absolute;
    left: 8px;
    top: 15px;
    z-index: 1
}

@media only screen and (max-width: 980px) {
    .topline-sofia__logo {
        width: 140px;
        height: 54px;
        top: 26px
    }
}

@media only screen and (max-width: 480px) {
    .topline-sofia__logo {
        width: 104px;
        height: 40px;
        display: block;
        margin: 10px auto 8px;
        position: relative;
        left: inherit;
        top: inherit
    }
}

.topline-sofia__box {
    height: 100px;
    display: table-cell;
    vertical-align: middle
}

@media only screen and (max-width: 480px) {
    .topline-sofia__box {
        height: auto;
        display: block
    }
}

.topline-sofia__title {
    width: 430px;
    font: normal 18px/20px "Fira Sans", Arial, sans-serif;
    color: #fff;
    margin-left: 200px;
    padding: 10px 0 10px 16px;
    border-left: 1px solid #fff;
    position: relative;
    z-index: 1;
    box-sizing: border-box
}

@media only screen and (max-width: 1280px) {
    .topline-sofia__title {
        width: 300px
    }
}

@media only screen and (max-width: 980px) {
    .topline-sofia__title {
        margin-left: 166px;
        font: normal 16px/18px "Fira Sans", Arial, sans-serif;
        width: 250px
    }
}

@media only screen and (max-width: 680px) {
    .topline-sofia__title {
        font: normal 18px/20px "Fira Sans", Arial, sans-serif;
        width: auto;
        padding: 10px 16px
    }
}

@media only screen and (max-width: 480px) {
    .topline-sofia__title {
        width: 80%;
        border-left: none;
        border-top: 1px solid #fff;
        margin: 0 auto;
        padding: 6px 0 0;
        font: normal 14px/14px "Fira Sans", Arial, sans-serif;
        text-align: center
    }
}

@media only screen and (max-width: 390px) {
    .topline-sofia__title {
        width: 85%;
        font: normal 12px/12px "Fira Sans", Arial, sans-serif;
        padding: 8px 0 0
    }
}

.topline-sofia__tape {
    width: 636px;
    height: 80px;
    background: transparent url(/assets/promo/sofia/tape-ae7858154a7d6bb19246de511ae949e2dcb387fdbb1c5c7841b4076d13f8f2c6.png) 0 0 no-repeat;
    background-size: 636px auto;
    position: absolute;
    top: 10px;
    right: 0px;
    z-index: 1
}

@media only screen and (max-width: 1280px) {
    .topline-sofia__tape {
        right: 8px
    }
}

@media only screen and (max-width: 1200px) {
    .topline-sofia__tape {
        width: 600px;
        background-size: 600px auto;
        top: 12px
    }
}

@media only screen and (max-width: 1100px) {
    .topline-sofia__tape {
        width: 490px;
        background-size: 490px auto;
        top: 20px
    }
}

@media only screen and (max-width: 920px) {
    .topline-sofia__tape {
        width: 450px;
        background-size: 450px auto;
        top: 25px
    }
}

@media only screen and (max-width: 880px) {
    .topline-sofia__tape {
        width: 400px;
        background-size: 400px auto;
        top: 27px
    }
}

@media only screen and (max-width: 830px) {
    .topline-sofia__tape {
        width: 350px;
        background-size: 350px auto;
        top: 30px
    }
}

@media only screen and (max-width: 780px) {
    .topline-sofia__tape {
        width: 300px;
        background-size: 300px auto;
        top: 34px
    }
}

@media only screen and (max-width: 740px) {
    .topline-sofia__tape {
        width: 250px;
        background-size: 250px auto;
        top: 36px
    }
}

@media only screen and (max-width: 680px) {
    .topline-sofia__tape {
        display: none
    }
}

.aside-sofia {
    display: block;
    width: 280px;
    text-decoration: none;
    margin: 0 auto
}

@media only screen and (max-width: 1200px) {
    .aside-sofia {
        width: auto
    }
}

.aside-sofia-head {
    background: #1468a2;
    color: #fff;
    text-align: center;
    position: relative;
    padding: 1px 0 27px 0;
    margin-bottom: 58px
}

.aside-sofia-head::after {
    display: block;
    content: ' ';
    width: 280px;
    height: 58px;
    background: transparent url(/assets/promo/sofia/arrow-bottom-06aba26fbfb599b0c4d8ab9cdad82a698171fbdb9988187700cafa8446222c28.png) center bottom no-repeat;
    position: absolute;
    left: 0;
    bottom: -58px
}

@media only screen and (max-width: 1200px) {
    .aside-sofia-head::after {
        width: 240px
    }
}

.aside-sofia-head__phone {
    font: 600 20px/24px "Fira Sans", Arial, sans-serif;
    letter-spacing: 2px;
    margin: 20px auto 0
}

.aside-sofia-head__phone small {
    font-size: 15px;
    letter-spacing: 0
}

.aside-sofia-head__logo {
    display: inline-block;
    width: 190px;
    height: 73px;
    background: transparent url(/assets/promo/sofia/logo-sofia-67479bdaa80d765bdcc482e6a10aa263a32ffa89ad088040d4e8fe14432cda51.svg) 0 0 no-repeat;
    margin: 35px auto
}

@media only screen and (max-width: 1200px) {
    .aside-sofia-head__logo {
        margin: 25px auto
    }
}

.aside-sofia-head__title {
    font: 400 20px/24px "Fira Sans", Arial, sans-serif
}

.aside-sofia-itemgroup {
    margin: 15px auto;
    overflow: hidden
}

.aside-sofia-item {
    min-height: 73px;
    padding: 0 0 9px 76px;
    margin: 25px auto;
    box-sizing: border-box;
    position: relative;
    color: #3a3f46;
    font: 600 14px/20px "Fira Sans", Arial, sans-serif
}

@media only screen and (max-width: 1200px) {
    .aside-sofia-item {
        font: 600 12px/16px "Fira Sans", Arial, sans-serif;
        margin: 15px auto
    }
}

.aside-sofia-item__inner {
    display: table-cell;
    height: 64px;
    vertical-align: middle
}

.icon-sofia-1, .icon-sofia-2, .icon-sofia-3 {
    display: block;
    width: 64px;
    height: 73px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -32px
}

.icon-sofia-1 {
    background: transparent url(/assets/promo/sofia/icon-01-b4dded1c5690db6917988cc64d67755636a3f5d71958217277d6c1b45e3b13a1.svg) 0 0 no-repeat
}

.icon-sofia-2 {
    background: transparent url(/assets/promo/sofia/icon-02-33b5742ceb9effcc03d5289e55c1a966e8bb10722100bab8a2a90583dd699753.svg) 0 0 no-repeat
}

.icon-sofia-3 {
    background: transparent url(/assets/promo/sofia/icon-03-f84ad544d8a208e6940c00ead002a3a4ed466e11f0db2a59761567e129cd163f.svg) 0 0 no-repeat
}

.center-sofia {
    display: block;
    height: 80px;
    padding: 0;
    margin: 30px auto;
    position: relative
}

.center-sofia::before {
    display: block;
    height: 1px;
    content: ' ';
    position: absolute;
    left: 8px;
    right: 8px;
    top: -10px;
    background: #bdc3c7
}

.center-sofia::after {
    display: block;
    height: 1px;
    content: ' ';
    position: absolute;
    left: 8px;
    right: 8px;
    bottom: -10px;
    background: #bdc3c7
}

.center-sofia-item {
    background: #0067a0;
    color: #fff
}

.center-sofia-item__logo {
    display: block;
    width: 96px;
    height: 37px;
    background: transparent url(/assets/promo/sofia/logo-sofia-67479bdaa80d765bdcc482e6a10aa263a32ffa89ad088040d4e8fe14432cda51.svg) 0 0 no-repeat;
    position: absolute;
    top: 16px;
    left: 10px
}

.center-sofia-item__title {
    font: 400 14px/16px "Fira Sans", Arial, sans-serif;
    margin: 14px 0 0 36px;
    height: 42px
}

@media only screen and (max-width: 400px) {
    .center-sofia-item__title {
        margin: 8px 0 0 36px;
        height: 48px;
        width: 160px
    }
}

.center-sofia-item__phone {
    font: 600 12px/14px "Fira Sans", Arial, sans-serif;
    margin: 6px 0 0 -76px;
    padding-left: 112px
}

@media only screen and (max-width: 400px) {
    .center-sofia-item__phone {
        padding: 0;
        text-align: center
    }
}

.center-sofia .aside-sofia-itemgroup {
    margin: 0
}

.center-sofia .aside-sofia-item {
    margin: 0;
    height: 80px;
    font: 600 16px/20px "Fira Sans", Arial, sans-serif;
    padding: 0 8px 13px 84px
}

.center-sofia .aside-sofia-item__inner {
    height: 70px
}

.center-sofia .icon-sofia-1, .center-sofia .icon-sofia-2, .center-sofia .icon-sofia-3 {
    left: 8px;
    margin-top: -36px
}

.healthcare-facility-teaser--sofia {
    background: #1468a2;
    border-radius: 0.2rem;
    color: #fff;
    padding: 7.5px;
    margin-bottom: 7.5px
}

.healthcare-facility-teaser--sofia a {
    color: #ffffff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.25s ease
}

.healthcare-facility-teaser--sofia a:hover {
    color: #ffffff
}

.healthcare-facility-teaser--sofia a:hover {
    border-color: rgba(255, 255, 255, 0.5)
}

.n83-oncological-department__banner-aside {
    background: transparent url(/assets/partners/n83-oncological-department/doctor-d0f4b04997a56dd55ca1d7e1a30e2633b74bb3f555ddd0169235b135d1e18a5f.gif) no-repeat top 24px right 0%
}

.n83-oncological-department__banner-aside p {
    color: #e40531;
    font: bold 16px/22px "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-shadow: 1px 1px 0 white;
    padding: 190px 96px 0 16px
}

.n83-oncological-department__banner-aside .redline {
    position: relative;
    background: transparent url(/images/partners/n83-oncological-department/redline.png) no-repeat center right;
    height: 52px;
    width: 100%;
    z-index: 100;
    margin-top: -48px;
    top: 37px
}

.n83-oncological-department__banner-aside .telephone {
    background: linear-gradient(#01abbf, #127481);
    color: white;
    text-transform: uppercase;
    padding: 16px
}

.n83-oncological-department__banner-aside .telephone .number {
    font: bold 26px "Helvetica Neue", Helvetica, Arial, sans-serif
}

.n83-oncological-department__banner-aside .telephone .annotation {
    font: normal 12px "Helvetica Neue", Helvetica, Arial, sans-serif
}

.n83-oncological-department__banner-aside .telephone a {
    color: white !important
}

.n83-oncological-department__banner-aside .btn {
    background: linear-gradient(#e40531, #ac0c28);
    color: white;
    display: inline-block;
    padding: 12px;
    border-radius: 0.2rem;
    margin: 7.5px 16px
}

.banner--n83-oncological-department {
    background: #dcdcdb url(/assets/partners/n83-oncological-department/ribbon-07880061ba3577cad2049d82c9228a1b0aa99c4c58ed4b2e6c30afc1b1745fb3.png) no-repeat top 8px right -60px;
    cursor: pointer;
    padding: 7.5px;
    font: normal 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif
}

.banner--n83-oncological-department .announcement .description {
    margin-bottom: 3.75px
}

.banner--n83-oncological-department .announcement .phone {
    color: #e40531;
    font: bold 24px/26px "Helvetica Neue", Helvetica, Arial, sans-serif
}

@media (max-width: 767px) {
    .banner--n83-oncological-department {
        background-size: 160px;
        text-align: center
    }

    .banner--n83-oncological-department .logotype {
        border-bottom: 4px solid #636363;
        padding-bottom: 7.5px
    }

    .banner--n83-oncological-department .description {
        margin-top: 7.5px
    }
}

@media (min-width: 768px) {
    .banner--n83-oncological-department {
        background-image: none
    }

    .banner--n83-oncological-department .logotype, .banner--n83-oncological-department .announcement {
        height: 64px;
        display: table-cell;
        vertical-align: middle
    }

    .banner--n83-oncological-department .announcement {
        border-left: 4px solid #1a1a1a;
        padding-left: 7.5px
    }
}

.banner-center--n83-oncological-department {
    background: #f7f7f7;
    border-radius: 0.2rem;
    cursor: pointer;
    padding: 7.5px 0;
    margin-top: 7.5px
}

.banner-center--n83-oncological-department .caption {
    color: #12a8bf;
    font: bold 22px/24px "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin-bottom: 3.75px
}

.banner-center--n83-oncological-department .number, .banner-center--n83-oncological-department .annotation {
    color: #e40531
}

.banner-center--n83-oncological-department .number {
    font: bold 24px/12px "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding: 13px 0
}

.banner-center--n83-oncological-department .annotation {
    background: linear-gradient(#e40531, #ac0c28);
    border-radius: 0.2rem;
    color: white;
    font: bold 14px/16px "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding: 12px 6px;
    text-align: center
}

.healthcare-facility-teaser--n83-oncological-department {
    background: #12a8bf;
    border-radius: 0.2rem;
    color: #fff;
    padding: 3.75px 7.5px;
    margin-bottom: 7.5px
}

.healthcare-facility-teaser--n83-oncological-department a {
    color: #ffffff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.25s ease
}

.healthcare-facility-teaser--n83-oncological-department a:hover {
    color: #ffffff
}

.healthcare-facility-teaser--n83-oncological-department a:hover {
    border-color: rgba(255, 255, 255, 0.5)
}

.healthcare-facility-teaser--n83-oncological-department ul, .healthcare-facility-teaser--n83-oncological-department ul li {
    margin: 0;
    padding: 0
}

.healthcare-facility-teaser--n83-oncological-department ul li {
    list-style-type: none;
    margin-bottom: 1.5px
}

#ya-site-results .b-direct .url a:link, #ya-site-results .b-direct .url a:visited {
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    color: #329932
}

.b-specification-item__content label, .b-specification-item__content .b-link {
    color: #000 !important;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: normal
}

#ya-site-results {
    color: #000;
    background: #fff;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 1.4
}

#ya-site-results .b-pager__current {
    color: #000 !important;
    background: #e0e0e0
}

#ya-site-results .b-serp-item__number {
    color: #000 !important;
    font-size: 14px
}

#ya-site-results:visited {
    color: #800080
}

#ya-site-results .b-pager {
    font-size: 1.25em
}

#ya-site-results .b-pager :visited {
    color: #800080
}

#ya-site-results .b-pager :link {
    color: #3a5487
}

#ya-site-results .b-foot__link:visited {
    color: #800080
}

#ya-site-results .b-foot__link:link {
    color: #3a5487
}

#ya-site-results .b-copyright__link:visited {
    color: #800080
}

#ya-site-results .b-copyright__link:link {
    color: #3a5487
}

#ya-site-results a:link {
    color: #3a5487
}

#ya-site-results a:active {
    color: #3a5487
}

#ya-site-results .b-pseudo-link {
    color: #3a5487
}

#ya-site-results .b-pseudo-link:hover {
    color: #f00 !important
}

#ya-site-results .b-head-tabs__link {
    color: #3a5487
}

#ya-site-results .b-head-tabs__link:link {
    color: #3a5487
}

#ya-site-results .b-head-tabs__link:visited {
    color: #3a5487
}

#ya-site-results .b-serp-item__mime {
    color: #3a5487
}

#ya-site-results .l-page {
    font-size: 14px
}

#ya-site-results .b-bottom-wizard {
    font-size: 14px
}

#ya-site-results .b-serp-item__text {
    font-style: normal;
    font-weight: normal
}

#ya-site-results .ad {
    font-style: normal;
    font-weight: normal
}

#ya-site-results .ad .ad-link {
    font-style: normal;
    font-weight: normal;
    font-size: 16px
}

#ya-site-results .ad .ad-link a {
    font-weight: bold;
    font-size: 0.88em
}

#ya-site-results .b-serp-item__title-link {
    font-style: normal;
    font-weight: normal;
    font-size: 1em
}

#ya-site-results .b-serp-item__title-link:link {
    font-size: 1em
}

#ya-site-results .b-serp-item__title {
    font-size: 16px
}

#ya-site-results .b-serp-url {
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    color: #329932
}

#ya-site-results .b-serp-item__links-link {
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    color: #000 !important
}

#ya-site-results .b-pager__inactive {
    color: #000 !important
}

#ya-site-results .b-serp-item__from {
    color: #000 !important
}

#ya-site-results .b-direct__head-link {
    color: #000 !important
}

#ya-site-results .b-image__title {
    color: #000 !important
}

#ya-site-results .b-video__title {
    color: #000 !important
}

#ya-site-results .b-pager__select {
    background: #e0e0e0
}

#ya-site-results .b-foot {
    border-top-color: #e0e0e0
}

#ya-site-results .b-line {
    border-top-color: #e0e0e0
}

#ya-site-results .b-dropdown__list .b-pseudo-link {
    color: #3a5487
}

#ya-site-results .b-dropdowna__switcher .b-pseudo-link {
    color: #3a5487
}

#ya-site-results:link:hover {
    color: #f00 !important
}

#ya-site-results :visited:hover {
    color: #f00 !important
}

#ya-site-results .b-direct .url {
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    color: #329932
}

#ya-site-results .b-dropdown__popup .b-dropdown__list {
    background-color: #fff
}

#ya-site-results .b-dropdowna__popup .b-menu_preset_vmenu .b-menu__separator {
    border-color: #e0e0e0
}

#ya-site-results .b-popupa .b-popupa__tail-i {
    background: #fff;
    border-color: #e0e0e0 !important
}

.b-popupa .b-popupa__content {
    background-color: #fff
}

.b-popupa .b-popupa__content .b-menu__item {
    color: #3a5487
}

.b-popupa .b-popupa__tail {
    border-color: #e0e0e0 transparent
}

.b-popupa .b-popupa__tail-i {
    border-color: #fff transparent
}

.b-specification-list {
    color: #000 !important;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: normal
}

.b-specification-list .b-pseudo-link {
    color: #000 !important;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: normal
}

.b-specification-list .b-specification-list__reset .b-link {
    color: #000 !important;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: normal
}

.b-specification-item__content {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px
}

.b-specification-item__content .b-calendar__title {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: normal
}

.b-specification-item__content .b-calendar-month__day_now_yes {
    color: #e0e0e0
}

.b-specification-item__content:visited {
    color: #800080
}

.b-specification-item__content .b-calendar .b-pseudo-link {
    color: #000
}

.b-specification-item__content .b-pseudo-link:hover {
    color: #f00 !important
}

.b-specification-item__content :visited:hover {
    color: #f00 !important
}

.ya-site-form__form {
    margin: 40px 0 20px
}

.ya-site-form__input-text {
    border-radius: 3px 0 0 3px;
    height: 40px;
    padding: 0 16px
}

.ya-site-form__submit {
    height: 40px;
    margin: -1px !important;
    background: transparent url(/assets/icons/search-de7f38b….svg) 0 0 no-repeat;
    border: 1px solid #999;
    padding: 0 10px;
    background-color: rgba(136, 136, 136, 0.14);
    border-radius: 0 3px 3px 0;
    cursor: pointer
}

.ya-site-form__submit:hover {
    background-color: rgba(58, 84, 135, 0.26)
}

@media (max-width: 767px) {
    .b-body-items {
        padding-left: 0 !important
    }

    .b-pager__title {
        display: none
    }

    #ya-site-results .b-serp-item__number {
        display: none
    }

    body .g-gap-horizontal {
        margin-left: 0 !important
    }
}

.b-popupa_direction_left.b-popupa_theme_ffffff .b-popupa__tail-i {
    border-color: transparent #fff
}

.b-popupa_direction_right.b-popupa_theme_ffffff .b-popupa__tail-i {
    border-color: transparent #fff
}

.ya-page_js_yes .ya-site-form_inited_no {
    display: none
}

.info-agreement h1 {
    font: bold 28px/1.2 "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: -1px;
    margin: 20px
}

.info-agreement h2 {
    margin: 20px 0 20px 0;
    font-size: 1.2rem;
    font-weight: 600
}

.info-agreement ol, .info-agreement > p {
    color: #343434;
    font-size: 14px;
    line-height: 1.57;
    margin: 0;
    counter-reset: list1;
    list-style: none;
    padding: 0 0 0 20px
}

.info-agreement ol li, .info-agreement > p li {
    margin: 15px 0 0 0;
    position: relative
}

.info-agreement ol li > p, .info-agreement > p li > p {
    padding: 0
}

.info-agreement ol li::before, .info-agreement > p li::before {
    content: counter(list1) ". ";
    counter-increment: list1;
    font-weight: 600;
    position: absolute;
    right: 100%;
    padding: 0 6px 0 0
}

.info-agreement ol ol, .info-agreement > p ol, .info-agreement ol .info-agreement > p, .info-agreement > p .info-agreement > p {
    counter-reset: list2;
    padding: 0 0 0 26px
}

.info-agreement ol ol li::before, .info-agreement > p ol li::before, .info-agreement ol .info-agreement > p li::before, .info-agreement > p .info-agreement > p li::before {
    counter-increment: list2;
    content: counter(list1) "." counter(list2) ". "
}

.info-agreement ol ol ol, .info-agreement > p ol ol, .info-agreement ol .info-agreement > p ol, .info-agreement > p .info-agreement > p ol, .info-agreement ol ol .info-agreement > p, .info-agreement > p ol .info-agreement > p, .info-agreement ol .info-agreement > p .info-agreement > p, .info-agreement > p .info-agreement > p .info-agreement > p {
    counter-reset: list3;
    padding: 0 0 0 26px
}

.info-agreement ol ol ol li::before, .info-agreement > p ol ol li::before, .info-agreement ol .info-agreement > p ol li::before, .info-agreement > p .info-agreement > p ol li::before, .info-agreement ol ol .info-agreement > p li::before, .info-agreement > p ol .info-agreement > p li::before, .info-agreement ol .info-agreement > p .info-agreement > p li::before, .info-agreement > p .info-agreement > p .info-agreement > p li::before {
    counter-increment: list3;
    content: counter(list1) "." counter(list2) "." counter(list3)
}

#about {
    padding-top: 60px;
    line-height: 1.35em
}

#about h1, #about h2 {
    text-align: center
}

#about a {
    color: #e74c3d
}

#about .section {
    margin-top: 60px;
    margin-bottom: 30px;
    text-align: center
}

#about div.photo {
    text-align: center
}

#about div.photo img.photo {
    margin-bottom: 18px
}

#about .title, #about .phone, #about .bio, #about .email {
    margin-bottom: 18px;
    font-size: 16px
}

#about .title {
    font-weight: bold;
    font-size: 22px
}

#about .email {
    color: #e74c3d
}

#pertussis {
    font-family: 'Open Sans', sans-serif;
    color: #121212
}

#pertussis .semibold {
    font-weight: 600
}

#pertussis h1 {
    color: #ffffff;
    font-size: 54px;
    line-height: 60px;
    font-weight: bold
}

#pertussis sup {
    padding-left: 2px
}

#pertussis p {
    font-size: 18px;
    line-height: 24px
}

#pertussis #header {
    height: 400px;
    background-image: linear-gradient(to right, #ec8332, #a0329d);
    margin-bottom: 36px
}

#pertussis #header .head_title {
    margin-top: 100px;
    margin-bottom: 22px;
    font-size: 40px;
    color: #ffffff
}

#pertussis #header img#without_pertussis {
    margin-top: 60px;
    height: 266px;
    position: relative;
    z-index: 100
}

#pertussis #header .sphere {
    position: absolute;
    right: -108px;
    height: 530px
}

#pertussis #carousel {
    margin-top: 30px;
    margin-bottom: 40px
}

#pertussis #carousel .carousel-indicators {
    bottom: -70px;
    flex-wrap: wrap;
    justify-content: center;
    margin-left: 25%;
    margin-right: 25%
}

#pertussis #carousel .carousel-indicators li {
    width: 10px;
    max-width: 10px;
    height: 10px;
    margin: 7px;
    border-radius: 100%;
    border: 1px solid #f5b282;
    display: inline-block
}

#pertussis #carousel .carousel-indicators li.active {
    background-color: #dd447b;
    border: 1px solid #dd447b
}

#pertussis #carousel .carousel-inner img {
    height: 316px;
    flex: 1 1 auto
}

#pertussis #carousel .carousel-inner .active {
    flex: 1 1 auto
}

#pertussis #carousel .carousel-inner .carousel-item-right.active, #pertussis #carousel .carousel-inner .carousel-item-next {
    -webkit-transform: translateX(33.33%);
    transform: translateX(33.33%)
}

#pertussis #carousel .carousel-inner .carousel-item-left.active, #pertussis #carousel .carousel-inner .carousel-item-prev {
    -webkit-transform: translateX(-33.33%);
    transform: translateX(-33.33%)
}

#pertussis #carousel .carousel-inner .carousel-item-right, #pertussis #carousel .carousel-inner .carousel-item-left {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

#pertussis #carousel .carousel-control-next, #pertussis #carousel .carousel-control-prev {
    opacity: 1;
    position: absolute;
    background: none !important
}

#pertussis #carousel .carousel-control-next img, #pertussis #carousel .carousel-control-prev img {
    height: 118px;
    width: auto;
    position: relative
}

#pertussis #carousel .carousel-control-prev {
    left: -90px
}

#pertussis #carousel .carousel-control-next {
    right: -90px
}

#pertussis #carousel .carousel-control-next:hover, #pertussis #carousel .carousel-control-prev:hover {
    opacity: 0.3
}

#pertussis .orange {
    color: #de7445
}

#pertussis #marathon {
    margin-top: 20px
}

#pertussis #marathon .purple {
    color: #a73993;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 23px;
    margin-bottom: 0.5rem
}

#pertussis #marathon .facts {
    color: #282828;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 37px
}

#pertussis #social .col-2dot4 {
    padding-left: 8px;
    padding-right: 8px
}

#pertussis #quote {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 1.4em;
    padding: 40px;
    color: #ffffff;
    background: url(/assets/pages/pertussis/quote_background@2x-34cc63ce86fa3fd4ecde2849c8d464ec4a764aa02ed2b10eddf5609498951d7f.png)
}

#pertussis #quote .hashtag {
    font-size: 30px;
    font-weight: 600;
    text-decoration: underline;
    color: #ff9b43
}

#pertussis #buttons {
    margin-bottom: 10px
}

#pertussis .small {
    font-size: 14px
}

#pertussis h2 {
    font-size: 18px
}

#pertussis ol > li, #pertussis .info-agreement > p > li {
    line-height: 28px
}

#pertussis img.arrow {
    height: 9px;
    margin-top: 5px;
    margin-right: 10px
}

#pertussis p.info {
    color: #c0c0c0;
    background-color: #ffffff;
    font-size: 16px;
    padding: 4px;
    text-align: center;
    text-transform: uppercase
}

#pertussis #info li a {
    word-wrap: break-word;
    overflow-wrap: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto
}

#pertussis #footer p, #pertussis #footer a {
    line-height: 18px;
    font-size: 14px;
    color: #585858
}

#pertussis #footer .blue {
    color: #495b99
}

#pertussis .modal-dialog {
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    margin: 0
}

#pertussis .modal-dialog button.close {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #ffffff;
    opacity: .5;
    height: 28px;
    width: 28px;
    position: absolute;
    top: -30px;
    right: -10px
}

#pertussis .modal-dialog .modal-content {
    height: 100%;
    background-color: rgba(0, 0, 0, 0.65);
    border: none
}

#pertussis .modal-dialog .modal-content .modal-header {
    border: none
}

#pertussis .modal-dialog .modal-content .modal-body {
    margin-top: 10%;
    padding: 0
}

#pertussis .modal-dialog .modal-content .modal-body img {
    margin: auto
}

@media (min-width: 1024px) and (max-width: 1279px) {
    #pertussis #header {
        height: 360px
    }

    #pertussis #header img#without_pertussis {
        margin-top: 40px
    }

    #pertussis #header .head_title {
        margin-top: 60px
    }

    #pertussis #header .sphere {
        right: 0;
        height: 500px
    }

    #pertussis #carousel .carousel-control-prev {
        left: -80px
    }

    #pertussis #carousel .carousel-control-next {
        right: -80px
    }

    #pertussis #marathon .purple {
        font-size: 22px
    }

    #pertussis #marathon .facts {
        font-size: 36px
    }

    #pertussis #marathon .social_icon {
        margin-left: 0;
        margin-right: 7px
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    #pertussis #header {
        height: 270px;
        margin-bottom: 60px
    }

    #pertussis #header img#without_pertussis {
        margin-top: 40px
    }

    #pertussis #header .head_title {
        margin-top: 50px;
        font-size: 22px
    }

    #pertussis #header h1 {
        font-size: 45px
    }

    #pertussis #header .sphere {
        right: 0;
        height: 360px
    }

    #pertussis #marathon .purple {
        font-size: 29px;
        text-align: center
    }

    #pertussis #marathon .facts {
        font-size: 47px;
        text-align: center;
        margin-bottom: 20px
    }

    #pertussis #carousel .carousel-inner img {
        height: 200px
    }

    #pertussis #carousel .carousel-control-prev {
        left: -55px
    }

    #pertussis #carousel .carousel-control-next {
        right: -55px
    }

    #pertussis #quote {
        font-size: 19px;
        padding: 10px
    }
}

@media (max-width: 767px) {
    #pertussis #header {
        height: 160px;
        margin-bottom: 60px
    }

    #pertussis #header .head_title {
        margin-top: 20px;
        font-size: 20px
    }

    #pertussis #header h1 {
        font-size: 22px;
        line-height: 26px
    }

    #pertussis #header .sphere {
        right: 0;
        height: 230px
    }

    #pertussis #header img#without_pertussis {
        margin-top: 10px;
        height: 140px
    }

    #pertussis #marathon {
        margin-bottom: 20px
    }

    #pertussis #marathon #mobile-take {
        margin-top: -100px
    }

    #pertussis #marathon .purple {
        font-size: 19px;
        text-align: center
    }

    #pertussis #marathon .facts {
        font-size: 31px;
        text-align: center
    }

    #pertussis #marathon img#info {
        top: -42px
    }

    #pertussis #marathon img#map {
        top: -70px
    }

    #pertussis #social .col-2dot4 {
        padding-left: 4px;
        padding-right: 4px
    }

    #pertussis #carousel .carousel-indicators {
        margin-left: 0;
        margin-right: 0
    }

    #pertussis #carousel .carousel-indicators li {
        margin-left: 3px;
        margin-right: 3px
    }

    #pertussis #carousel .carousel-inner img {
        height: 100%
    }

    #pertussis #carousel .carousel-inner .carousel-item-right.active, #pertussis #carousel .carousel-inner .carousel-item-next {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    #pertussis #carousel .carousel-inner .carousel-item-left.active, #pertussis #carousel .carousel-inner .carousel-item-prev {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    #pertussis #carousel .carousel-control-prev {
        left: 0
    }

    #pertussis #carousel .carousel-control-next {
        right: 0
    }

    #pertussis #quote {
        font-size: 22px;
        padding: 20px
    }

    #pertussis #quote .hashtag {
        font-size: 24px
    }

    #pertussis .modal-content {
        height: 100%;
        background-color: rgba(0, 0, 0, 0.65);
        border: none
    }

    #pertussis .modal-content button.close {
        top: -35px;
        right: 20px
    }

    #pertussis .modal-content .modal-body {
        margin-top: 10%;
        padding: 0
    }
}

.meningit {
    font-family: 'Fira Sans', sans-serif;
    line-height: 30px;
    font-weight: 400
}

.meningit img {
    zoom: 50%
}

.meningit h1, .meningit h2, .meningit h3 {
    font-weight: normal
}

.meningit h1 {
    margin-bottom: 50px
}

.meningit h2 {
    font-size: 60px;
    font-weight: 300;
    margin-bottom: 40px
}

.meningit h3 {
    font-size: 30px;
    font-weight: 500;
    color: #132A57;
    margin-bottom: 30px
}

.meningit .btn-meningit {
    color: #ffffff;
    font-size: 20px;
    padding: 10px 40px 10px 40px;
    background: center center no-repeat url(/lp/meningit/button-background@2x.png);
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2)
}

.meningit .btn-meningit:hover {
    opacity: 0.8
}

.meningit .card {
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.16);
    padding: 20px;
    margin-bottom: 40px;
    border-radius: 20px;
    background-color: #ffffff
}

.meningit .card img {
    margin-bottom: 40px
}

.meningit .jw-icon-cc {
    display: none
}

.meningit .meningit_header {
    background-color: #E8ECF4
}

.meningit .meningit_header .container {
    padding-top: 30px
}

.meningit .meningit_header .logo {
    width: 280px
}

.meningit .meningit_header .nav {
    background-color: #E8ECF4
}

.meningit .meningit_header .icons {
    color: #000000;
    font-size: 14px;
    line-height: 16px
}

.meningit .meningit_header .icons a {
    color: #000000
}

.meningit .meningit_header .icons a:hover {
    opacity: 0.8
}

.meningit .meningit_header .icons img {
    zoom: 100%;
    margin-bottom: 16px
}

.meningit .meningit_header .icons .sthetoscope {
    width: 53px;
    height: 53px
}

.meningit .meningit_header .icons .migraine {
    width: 48px;
    height: 54px
}

.meningit .meningit_header .icons .target {
    width: 60px;
    height: 60px
}

.meningit .meningit_header .icons .wheelchair {
    width: 55px;
    height: 54px
}

.meningit .meningit_header .icons .injection {
    width: 52px;
    height: 52px
}

.meningit .content {
    padding-top: 50px;
    padding-bottom: 50px
}

.meningit .source h4 {
    font-size: 16px;
    font-style: normal
}

.meningit .info {
    padding-top: 50px;
    padding-bottom: 50px
}

.meningit .info p {
    font-weight: 300;
    font-size: 60px;
    line-height: 70px;
    color: #8F8F8F
}

.meningit .small {
    font-size: 12px !important;
    line-height: 14px !important;
    text-align: left !important
}

.meningit .announcements {
    padding-top: 50px;
    padding-bottom: 10px;
    background-color: #E1E7F1
}

.meningit .announcements .card h3 {
    font-size: 22px
}

.meningit .announcements .card .btn-meningit {
    padding: 10px;
    font-size: 16px
}

.meningit .likely {
    margin-top: 0;
    margin-bottom: 10px
}

.meningit .likely .likely__widget {
    margin: 0;
    background: none;
    height: auto
}

.meningit .likely .likely__icon, .meningit .likely .likely__counter {
    display: none
}

.meningit .likely .likely__button {
    padding: 0;
    vertical-align: center
}

.meningit #footer p, .meningit #footer a {
    line-height: 18px;
    font-size: 14px;
    color: #585858
}

.meningit #footer .blue {
    color: #495b99
}

#meningit h1 {
    font-size: 60px;
    color: #ffffff;
    left: -99999px;
    position: absolute
}

#meningit .lp_header {
    padding-top: 70px;
    background: top center no-repeat url(/lp/meningit/header_background_image.jpg);
    background-size: contain
}

#meningit .lp_header .logo {
    zoom: 100%;
    width: 290px;
    height: 207px
}

#meningit .lp_header .social_icons img {
    zoom: 100%;
    float: left;
    width: 88px;
    height: 88px
}

#meningit .lp_header .icons {
    margin-top: 20vh;
    margin-bottom: 350px;
    color: #ffffff;
    font-size: 28px
}

#meningit .lp_header .icons a {
    color: #ffffff
}

#meningit .lp_header .icons a:hover {
    opacity: 0.8
}

#meningit .lp_header .icons img {
    zoom: 100%;
    margin-bottom: 40px
}

#meningit .lp_header .icons .sthetoscope {
    width: 105px;
    height: 105px
}

#meningit .lp_header .icons .migraine {
    width: 95px;
    height: 107px
}

#meningit .lp_header .icons .target {
    width: 120px;
    height: 120px
}

#meningit .lp_header .icons .wheelchair {
    width: 109px;
    height: 107px
}

#meningit .lp_header .icons .injection {
    width: 105px;
    height: 105px
}

#meningit .about {
    margin-top: -300px;
    padding-top: 50px;
    background-color: #ffffff;
    color: #000000;
    text-align: center;
    box-shadow: 0 2px 24px 0 rgba(0, 0, 0, 0.16);
    border-top-left-radius: 30px;
    border-top-right-radius: 30px
}

#meningit .about h2 {
    font-size: 50px;
    margin-bottom: 50px;
    font-weight: normal
}

#meningit .about img.left, #meningit .about img.right {
    padding-top: 20px;
    width: 260px;
    zoom: 100%
}

#meningit .about p {
    font-size: 18px
}

#meningit .about .threats {
    margin-top: 40px
}

#meningit .about .threats h3, #meningit .about .threats img {
    margin-bottom: 40px
}

#meningit .about .threats .right-border {
    border-right: 1px solid #F0F0F0
}

#meningit .about .threats table {
    margin-bottom: 0
}

#meningit .about .threats table td {
    border-top: none;
    padding: 15px
}

#meningit .about .threats table td:first-child {
    border-right: 1px solid #F0F0F0
}

#meningit .about .threats table td:last-child {
    border-left: 1px solid #F0F0F0
}

#meningit .risk_groups {
    padding-top: 65px;
    padding-bottom: 50px;
    box-shadow: 0 15px 10px -15px rgba(0, 0, 0, 0.16)
}

#meningit .symptoms {
    padding-top: 65px
}

#meningit .symptoms .container {
    box-shadow: 0 15px 10px -15px rgba(0, 0, 0, 0.16);
    padding-bottom: 40px
}

#meningit .symptoms p {
    margin-bottom: 40px
}

#meningit .diagnostics {
    padding-top: 65px;
    background: top center repeat url(/lp/meningit/diagnostics_background.jpg)
}

#meningit .diagnostics .container {
    box-shadow: 0 15px 10px -15px rgba(0, 0, 0, 0.16)
}

#meningit .diagnostics h2 {
    margin-bottom: 40px;
    color: #ffffff;
    font-size: 60px;
    font-weight: 300
}

#meningit .diagnostics h3 {
    font-size: 40px;
    color: #000000
}

#meningit .diagnostics .nav-tabs {
    border: none
}

#meningit .diagnostics p {
    color: #000000
}

#meningit .diagnostics .nav {
    position: relative;
    left: 0;
    margin-bottom: 10px;
    background: none;
    height: 260px;
    width: 100%
}

#meningit .diagnostics .nav a.nav-link {
    height: 260px
}

#meningit .diagnostics .nav a.nav-link img {
    zoom: 100%;
    width: 210px;
    height: 260px
}

#meningit .diagnostics .nav a.nav-link img.img_passive {
    display: inline
}

#meningit .diagnostics .nav a.nav-link img.img_active {
    display: none
}

#meningit .diagnostics .nav a.nav-link:hover {
    border: none
}

#meningit .diagnostics .nav a.nav-link:hover img {
    opacity: 0.6
}

#meningit .diagnostics .nav a.nav-link.active {
    background: none;
    border: none
}

#meningit .diagnostics .nav a.nav-link.active img.img_active {
    display: inline
}

#meningit .diagnostics .nav a.nav-link.active img.img_passive {
    display: none
}

#meningit .diagnostics .tab-content {
    padding: 50px 30px 20px 30px;
    background-color: #ffffff;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    color: #000000;
    font-size: 20px;
    line-height: 30px
}

#meningit .diagnostics .tab-content .row, #meningit .diagnostics .tab-content p {
    margin-bottom: 20px
}

#meningit .diagnostics .tab-content .info {
    display: inline-block
}

#meningit .diagnostics .tab-content h3 {
    font-size: 40px;
    margin-bottom: 20px
}

#meningit .consequences {
    padding-top: 65px;
    padding-bottom: 50px;
    background: top center no-repeat url(/lp/meningit/consequences_background.jpg);
    color: #ffffff
}

#meningit .consequences h2 {
    margin-bottom: 60px
}

#meningit .consequences h3 {
    color: #ffffff;
    font-size: 40px
}

#meningit .consequences .consequence_1 p {
    font-size: 32px;
    line-height: 40px;
    padding: 15px
}

#meningit .consequences .consequence_1 img {
    margin-bottom: 40px
}

#meningit .consequences .consequence_2 h3 {
    font-size: 30px;
    font-weight: normal
}

#meningit .consequences .consequence_2 p {
    font-size: 20px
}

#meningit .consequences .consequence_2 ul {
    -webkit-column-count: 2;
    column-count: 2;
    -webkit-margin-before: 0;
    margin-block-start: 0
}

#meningit .consequences .consequence_2 ul li {
    padding-right: 40px
}

#meningit .consequences .consequence_2 .percentage P {
    font-size: 60px;
    line-height: 60px
}

#meningit .consequences .media {
    margin-bottom: 40px
}

#meningit .protection {
    padding-top: 65px;
    padding-bottom: 50px;
    box-shadow: 0 15px 10px -15px rgba(0, 0, 0, 0.16)
}

#meningit .protection a.hashtag {
    font-weight: 500;
    color: #708CC3
}

#meningit_who_can h2 {
    font-size: 40px;
    line-height: 48px;
    text-align: center
}

#meningit_who_can .em {
    font-style: italic;
    font-size: 26px;
    line-height: 40px;
    margin-bottom: 50px
}

#meningit_who_can .blue_line {
    background-color: #E2E8F3;
    height: 5px;
    border: none;
    margin-bottom: 40px
}

#meningit_who_can .facts {
    padding-bottom: 80px
}

#meningit_who_can .facts .icon {
    zoom: 100%;
    float: left;
    width: 140px;
    height: 160px;
    margin-right: 30px
}

#meningit_who_can .facts p {
    padding-top: 40px
}

#meningit_who_can .facts .curve1 {
    position: absolute;
    top: -60px;
    left: 310px
}

#meningit_who_can .facts .curve2 {
    position: absolute;
    bottom: -60px;
    left: 310px
}

#meningit_who_can .age {
    padding-bottom: 50px
}

#meningit_who_can .age p.kids {
    position: absolute;
    bottom: -15px;
    left: 80px
}

#meningit_who_can .age p.teenagers {
    position: absolute;
    bottom: -15px;
    left: 140px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
    display: block
}

#meningit_who_can .age p.grands {
    position: absolute;
    bottom: -30px;
    left: 80px
}

#meningit_who_can .other h3 {
    color: #000000
}

#meningit_who_can .other img {
    float: left
}

#meningit_symptoms h2 {
    font-size: 40px;
    text-align: left;
    font-style: italic
}

#meningit_symptoms .symptoms {
    z-index: 9;
    font-size: 26px;
    line-height: 26px
}

#meningit_symptoms .symptoms .row {
    margin-bottom: 40px
}

#meningit_symptoms .specific {
    margin-top: -7px;
    z-index: 10;
    padding-top: 50px;
    background: top center no-repeat url(/lp/meningit/diagnostics_background.jpg)
}

#meningit_symptoms .specific .container {
    box-shadow: 0 15px 10px -15px rgba(0, 0, 0, 0.16);
    padding-bottom: 40px
}

#meningit_symptoms .specific h2 {
    color: #ffffff
}

#meningit_symptoms .specific img {
    margin-bottom: 20px
}

#meningit_symptoms .specific p, #meningit_symptoms .specific ul {
    color: #ffffff;
    font-size: 20px;
    line-height: 30px
}

#meningit_symptoms .infants {
    padding-top: 50px;
    padding-bottom: 50px
}

#meningit_symptoms .infants h2 {
    color: #000000
}

#meningit_symptoms .infants ul li {
    color: #708CC3
}

#meningit_symptoms .infants ul li p {
    color: #000000;
    margin-bottom: 0;
    line-height: 30px
}

#meningit_symptoms .critical {
    display: block;
    position: relative
}

#meningit_symptoms .critical .container {
    background: #ffffff;
    padding-top: 50px;
    padding-bottom: 10px;
    border: #ff0000 dashed 2px;
    border-radius: 24px;
    z-index: 10
}

#meningit_symptoms .critical h2, #meningit_symptoms .critical h3 {
    color: #FF0000
}

#meningit_symptoms .critical .icon {
    position: absolute;
    top: 90px;
    left: -338px;
    width: 200px;
    height: 150px
}

#meningit_symptoms .critical hr.critical {
    border: 0 none;
    border-top: #ff0000 dashed 2px;
    background: none;
    height: 0;
    margin-bottom: 30px;
    top: -280px;
    z-index: 9
}

#meningit_symptoms .critical ul {
    -webkit-column-count: 2;
    column-count: 2
}

#meningit_symptoms .critical ul li {
    color: #FF0000;
    font-size: 26px;
    padding-bottom: 40px
}

#meningit_symptoms .critical ul li p {
    color: #000000;
    margin-bottom: 0;
    line-height: 26px
}

#meningit_symptoms .important {
    padding-top: 50px;
    padding-bottom: 50px
}

#meningit_symptoms .important h2 {
    color: #132A57
}

#meningit_symptoms .complications {
    padding-top: 50px;
    color: #ffffff;
    background: center center no-repeat url(/lp/meningit/consequences_background.jpg)
}

#meningit_symptoms .complications .container {
    padding-bottom: 40px
}

#meningit_symptoms .complications img {
    margin-bottom: 40px
}

#meningit_prevent .carousel {
    margin-top: 50px;
    margin-bottom: 50px;
    height: 560px
}

#meningit_prevent .carousel .carousel-item h2 {
    font-size: 40px;
    font-style: italic
}

#meningit_prevent .carousel .carousel-item p {
    font-size: 20px
}

#meningit_prevent .carousel .carousel-item img {
    border-radius: 20px;
    max-height: 100%
}

#meningit_prevent .carousel .carousel-indicators {
    bottom: 58px;
    right: 0;
    z-index: 15;
    display: flex;
    justify-content: left;
    padding-left: 0;
    margin-left: 8%;
    list-style: none
}

#meningit_prevent .carousel .carousel-indicators li {
    width: 10px;
    max-width: 10px;
    height: 10px;
    margin: 7px;
    border-radius: 100%;
    border: 1px solid #696969;
    display: inline-block
}

#meningit_prevent .carousel .carousel-indicators li.active {
    background-color: #696969;
    border: 1px solid #696969
}

#meningit_prevent .carousel .carousel-control-prev {
    top: 70%;
    left: -50px;
    z-index: 20
}

#meningit_prevent .carousel .carousel-control-next {
    top: 70%;
    z-index: 20
}

#meningit_carriage .content h2 {
    font-size: 40px;
    font-style: italic
}

#meningit_carriage .content p {
    font-size: 20px
}

#meningit_vaccination .meningit_header {
    background: center center no-repeat url(/lp/meningit/vaccination/vaccination_background.jpg);
    padding: 0
}

#meningit_vaccination .meningit_header a {
    color: #ffffff
}

#meningit_vaccination h1 {
    margin-top: 100px;
    color: #ffffff
}

#meningit_vaccination .em {
    color: #ffffff;
    font-style: italic;
    font-size: 26px;
    line-height: 40px;
    margin-top: 50px;
    margin-bottom: 50px
}

#meningit_vaccination .content p {
    font-size: 20px;
    line-height: 30px
}

#meningit_vaccination .col-1 {
    padding: 0
}

#meningit_vaccination .announcements {
    margin-top: -180px;
    background: none;
    padding: 0 0 0 20px
}

@media (min-width: 1024px) and (max-width: 1279px) {
    #meningit .lp_header .logo {
        width: 230px;
        height: 164px
    }

    #meningit .lp_header .social_icons img {
        zoom: 100%;
        float: left
    }

    #meningit .lp_header .icons {
        margin-top: 15vh
    }

    #meningit .about {
        margin-top: -350px
    }

    #meningit_symptoms .critical hr.critical {
        top: -330px
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .meningit .btn-meningit {
        padding: 10px;
        font-size: 16px;
        display: block;
        width: 100%
    }

    #meningit .lp_header {
        padding-top: 50px;
        background-size: cover
    }

    #meningit .lp_header .icons {
        margin-top: 10vh;
        font-size: 20px
    }

    #meningit #diagnostics .nav {
        height: 170px
    }

    #meningit #diagnostics .nav a.nav-link img {
        height: auto
    }

    #meningit #consequences {
        background-color: #1B1B1B
    }

    #meningit #consequences .consequence_2 .percentage {
        font-size: 38px
    }

    #meningit_symptoms .critical .icon {
        left: -248px
    }

    #meningit_symptoms .critical hr.critical {
        top: -370px
    }

    #meningit_who_can h3 {
        font-size: 24px
    }

    #meningit_who_can .age p.kids {
        bottom: -30px;
        white-space: nowrap;
        text-overflow: ellipsis;
        width: 100%
    }

    #meningit_who_can .age p.teenagers {
        bottom: -30px
    }

    #meningit_who_can .age p.grands {
        white-space: nowrap;
        text-overflow: ellipsis;
        width: 100%;
        bottom: 20px;
        left: 60px
    }

    #meningit_prevent .carousel .carousel-control-prev {
        left: -100px;
        top: 0;
        position: absolute
    }

    #meningit_prevent .carousel .carousel-control-next {
        right: -100px;
        left: 100% !important;
        top: 0;
        position: absolute
    }

    #meningit_prevent .carousel .carousel-indicators {
        bottom: 0;
        justify-content: center
    }
}

@media (min-width: 480px) {
    #meningit_prevent .carousel .carousel-control-next {
        left: 250px
    }
}

@media (max-width: 767px) {
    .meningit h1 {
        margin-bottom: 0
    }

    .meningit h2 {
        font-size: 32px
    }

    .meningit h3 {
        font-size: 26px
    }

    .meningit .card {
        box-shadow: none;
        padding: 0;
        margin-bottom: 40px;
        border: none;
        background-color: #ffffff;
        border-top: 1px solid #F0F0F0;
        border-radius: 0;
        padding-top: 20px
    }

    .meningit .card img {
        margin-bottom: 40px
    }

    .meningit .btn-meningit {
        display: block;
        width: 100%;
        padding: 10px;
        font-size: 18px
    }

    .meningit .meningit_header .logo {
        width: 60%;
        margin-bottom: 30px
    }

    .meningit .meningit_header nav svg {
        fill: #516283
    }

    .meningit .meningit_header nav .icon-hamburger {
        width: 40px;
        height: 40px
    }

    .meningit .meningit_header nav .icon-hamburger::before {
        width: 40px;
        height: 40px;
        position: absolute;
        content: ' ';
        left: 8px;
        top: 13px;
        background: transparent url(/lp/meningit/hamburger-blue.svg) 0 0/40px auto no-repeat
    }

    .meningit .meningit_header nav .icon-hamburger.active::before {
        width: 50px;
        height: 50px;
        position: absolute;
        content: ' ';
        left: 11px;
        top: 0;
        z-index: 3;
        background: transparent url(/lp/meningit/close-blue.svg) 0 0/50px auto no-repeat
    }

    .meningit .meningit_header .icons {
        padding-top: 20px
    }

    .meningit .content .social_icons .likely {
        margin-top: 0
    }

    .meningit .info p {
        font-size: 30px;
        line-height: 34px
    }

    .meningit .announcements {
        padding-top: 0;
        background-color: #ffffff
    }

    .meningit .source a, .meningit .source a:link {
        text-decoration: none;
        text-overflow: ellipsis;
        overflow: hidden;
        display: block
    }

    #meningit .lp_header {
        background-size: cover
    }

    #meningit .lp_header .logo {
        width: 230px;
        height: 164px
    }

    #meningit .lp_header .icons {
        margin-top: 40px;
        margin-bottom: 40px;
        font-size: 20px
    }

    #meningit .lp_header .social_icons .likely {
        margin-top: -10px
    }

    #meningit .lp_header .social_icons img {
        zoom: 100%;
        float: left;
        width: 64px;
        height: 64px
    }

    #meningit .about {
        margin-top: 0;
        box-shadow: none
    }

    #meningit .about h2 {
        font-size: 32px
    }

    #meningit .symptoms h3 {
        text-align: center
    }

    #meningit .symptoms .col-sm-8 {
        text-align: center
    }

    #meningit .diagnostics h2 {
        font-size: 32px
    }

    #meningit .diagnostics .nav {
        height: 70px
    }

    #meningit .diagnostics .nav a.nav-link img {
        height: auto
    }

    #meningit .consequences {
        background-color: #1B1B1B
    }

    #meningit .consequences .consequence_1 p {
        font-size: 24px;
        line-height: 28px
    }

    #meningit .consequences .media {
        box-shadow: 0 0 32px 0 rgba(255, 255, 255, 0.32)
    }

    #meningit .consequences .consequence_2 ul {
        -webkit-column-count: 1;
        column-count: 1
    }

    #meningit .consequences .consequence_2 .percentage p {
        font-size: 46px
    }

    #meningit_symptoms h2 {
        font-size: 32px;
        line-height: 36px
    }

    #meningit_symptoms .specific {
        margin-top: 0;
        padding-top: 20px;
        background: top center repeat url(/lp/meningit/diagnostics_background.jpg)
    }

    #meningit_symptoms .specific img {
        zoom: 100%;
        text-align: center
    }

    #meningit_symptoms .infants .col-sm-10 {
        text-align: center
    }

    #meningit_symptoms .infants .col-sm-10 .poster {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 80px
    }

    #meningit_symptoms .infants .col-sm-10 ul {
        text-align: left
    }

    #meningit_symptoms .critical .icon {
        left: 0;
        top: -180px;
        text-align: center
    }

    #meningit_symptoms .critical ul {
        -webkit-column-count: 1;
        column-count: 1
    }

    #meningit_symptoms .critical ul li {
        font-size: 18px;
        line-height: 22px;
        padding-bottom: 10px
    }

    #meningit_symptoms .critical hr.critical {
        display: none
    }

    #meningit_symptoms .important .poster {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 80px
    }

    #meningit_symptoms .complications .col-12 img {
        float: left;
        padding-right: 40px
    }

    #meningit_who_can .em {
        margin-bottom: 0
    }

    #meningit_who_can .age .col-sm-4 {
        margin-bottom: 40px
    }

    #meningit_who_can .age p.kids {
        bottom: -30px
    }

    #meningit_who_can .age p.teenagers {
        width: auto;
        bottom: -30px
    }

    #meningit_prevent .carousel .carousel-control-prev {
        left: -20px;
        top: 50%;
        position: absolute
    }

    #meningit_prevent .carousel .carousel-control-next {
        right: -20px;
        top: 50%;
        position: absolute
    }

    #meningit_prevent .carousel .carousel-indicators {
        bottom: -90px;
        justify-content: center
    }

    #meningit_vaccination .meningit_header {
        background-size: cover;
        background-color: #E8ECF4
    }

    #meningit_vaccination .meningit_header nav .icon-hamburger::before {
        background: transparent url(/lp/meningit/hamburger-white.svg) 0 0/40px auto no-repeat
    }

    #meningit_vaccination .meningit_header nav .icon-hamburger.active::before {
        background: transparent url(/lp/meningit/close-white.svg) 0 0/50px auto no-repeat
    }

    #meningit_vaccination .meningit_header h1 {
        margin-top: 0
    }

    #meningit_vaccination .meningit_header em {
        font-size: 18px
    }

    #meningit_vaccination .announcements {
        margin-top: 0;
        padding: 20px
    }
}

.health_center.special_postcovid {
    font-family: Gerbera, sans-serif !important;
    background-color: #F6F6F6;
    padding-top: 1rem;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    color: #272C3C
}

.health_center.special_postcovid .breadcrumbs {
    margin-bottom: 1rem;
    font-family: GerberaLight, sans-serif !important
}

.health_center.special_postcovid .breadcrumbs ol, .health_center.special_postcovid .breadcrumbs .info-agreement > p {
    background-color: #ffffff
}

.health_center.special_postcovid .breadcrumbs ol li a, .health_center.special_postcovid .breadcrumbs .info-agreement > p li a {
    font-size: 14px;
    color: #696974
}

.health_center.special_postcovid .breadcrumbs ol li span, .health_center.special_postcovid .breadcrumbs .info-agreement > p li span {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 14px
}

.health_center.special_postcovid .breadcrumbs a {
    color: #272C3C
}

.health_center.special_postcovid .pagination {
    display: none
}

.health_center.special_postcovid .issue .container {
    background-color: #F6F6F6;
    margin-bottom: 40px
}

.health_center.special_postcovid .issue .issue_header {
    display: flex;
    background-image: url("/lp/postcovid/postcovid_bg@2x.png");
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 374px;
    margin-bottom: 1rem;
    border-radius: 5px
}

.health_center.special_postcovid .issue .issue_header img {
    height: 100%;
    width: 100%
}

.health_center.special_postcovid .issue .issue_header .partner {
    color: #272C3C;
    font-size: 18px;
    line-height: 22px;
    font-weight: lighter;
    font-family: GerberaLight, sans-serif;
    position: absolute;
    top: 1.5rem;
    left: 1.5rem
}

.health_center.special_postcovid .issue .issue_header .titles {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto
}

.health_center.special_postcovid .issue .issue_header h1 {
    color: #000000;
    font-weight: normal;
    font-size: 64px;
    line-height: 77px;
    padding-left: 100px;
    padding-right: 100px;
    text-align: center;
    margin-bottom: 15px
}

.health_center.special_postcovid .issue .issue_header .issue_subtitle {
    background-color: #FFFFFF;
    padding: 5px 60px;
    color: #E89493;
    font-weight: bold;
    font-size: 24px;
    text-align: center
}

.health_center.special_postcovid .issue .issue_header.article {
    display: flex;
    padding: 15px 30px;
    position: relative;
    height: 100%
}

.health_center.special_postcovid .issue .issue_header.article .partner {
    color: #007CFF;
    position: relative;
    top: 0;
    left: 0
}

.health_center.special_postcovid .issue .issue_header.article .titles {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto
}

.health_center.special_postcovid .issue .issue_header.article .issue_subtitle {
    background-color: #FFFFFF;
    padding: 5px 60px;
    color: #E89493;
    font-weight: bold;
    font-size: 24px;
    text-align: center
}

.health_center.special_postcovid .issue .issue_header.article .poster {
    height: 410px;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px
}

.health_center.special_postcovid .issue .issue_header.article .poster .counters {
    position: absolute;
    bottom: 40px;
    color: #FFFFFF;
    background: rgba(11, 23, 66, 0.29);
    -webkit-backdrop-filter: blur(25px);
    backdrop-filter: blur(25px);
    border-radius: 7px;
    padding: 15px 15px;
    height: 54px;
    line-height: 54px
}

.health_center.special_postcovid .issue .issue_header.article .poster .counters span {
    font-size: 18px;
    font-weight: bold;
    line-height: 27.58px
}

.health_center.special_postcovid .issue .issue_header.article .poster .counters span:first-child {
    margin-right: 10px
}

.health_center.special_postcovid .issue .issue_header.article .poster .counters span .number {
    font-size: 40px;
    margin: 0
}

.health_center.special_postcovid .issue h1, .health_center.special_postcovid .issue h2, .health_center.special_postcovid .issue h3 {
    font-family: Gerbera, sans-serif !important;
    text-transform: none;
    margin-top: 0;
    margin-bottom: 30px;
    line-height: 52px
}

.health_center.special_postcovid .issue p, .health_center.special_postcovid .issue ol, .health_center.special_postcovid .issue .info-agreement > p, .health_center.special_postcovid .issue ul {
    font-family: GerberaLight, sans-serif !important;
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 28px
}

.health_center.special_postcovid .issue a, .health_center.special_postcovid .issue a:hover {
    color: #007CFF
}

.health_center.special_postcovid .issue ul {
    list-style: none
}

.health_center.special_postcovid .issue ul li {
    margin-bottom: 10px
}

.health_center.special_postcovid .issue ul li::before {
    content: "\25CF";
    color: #007CFF;
    font-weight: bold;
    font-size: 14px;
    display: inline-block;
    width: 2em;
    margin-left: -1em
}

.health_center.special_postcovid .issue h1 {
    font-size: 34px;
    font-weight: bold;
    line-height: 52px;
    margin-left: 2rem;
    text-transform: none
}

.health_center.special_postcovid .issue img.partner {
    zoom: 50%
}

.health_center.special_postcovid .issue .banner {
    height: 69px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 5px;
    margin-bottom: 10px
}

.health_center.special_postcovid .issue .issue_description {
    padding: 40px;
    background-color: #ffffff;
    margin-bottom: 10px;
    border-radius: 5px
}

.health_center.special_postcovid .issue .issue_description h2, .health_center.special_postcovid .issue .issue_description h3 {
    color: #007CFF;
    font-size: 24px;
    line-height: 36px
}

.health_center.special_postcovid .issue .issue_description .issue_description {
    padding: 0;
    margin-bottom: 40px;
    font-weight: bold;
    font-size: 34px;
    color: #272C3C;
    line-height: 52px
}

.health_center.special_postcovid .issue a.collapse_button {
    float: right;
    margin-top: -30px
}

.health_center.special_postcovid .issue .issue_body {
    border-right: 5px
}

.health_center.special_postcovid .issue .issue_body .section {
    border-radius: 5px;
    padding: 40px 40px 20px 40px;
    background-color: #ffffff
}

.health_center.special_postcovid .issue .issue_body h2 {
    border-left: 3px solid #007CFF;
    color: #007CFF;
    padding-left: 20px
}

.health_center.special_postcovid .issue .issue_body h3 {
    color: #007CFF
}

.health_center.special_postcovid .issue .issue_body .section.checkers {
    margin-bottom: 10px
}

.health_center.special_postcovid .issue .issue_body .section.checkers h2 {
    border: none;
    margin-bottom: 40px
}

.health_center.special_postcovid .issue .issue_body .section.checkers .checker_item {
    padding-bottom: 30px;
    border-right: 4px #C4C4C4 solid
}

.health_center.special_postcovid .issue .issue_body .section.checkers .checker_item.last {
    border: none
}

.health_center.special_postcovid .issue .issue_body .section.checkers img {
    height: 94px
}

.health_center.special_postcovid .issue .issue_body .section.checkers a.button {
    flex-wrap: wrap;
    word-wrap: break-word
}

.health_center.special_postcovid .issue .issue_body .section.checkers a.button img {
    padding-left: 10px;
    height: 14px
}

.health_center.special_postcovid .issue .issue_body .quote {
    position: relative;
    margin-bottom: 10px;
    background-color: #ffffff;
    padding: 0 40px 0 40px
}

.health_center.special_postcovid .issue .issue_body .quote p {
    z-index: 100
}

.health_center.special_postcovid .issue .issue_body .quote .quote_top {
    position: relative;
    left: -30px
}

.health_center.special_postcovid .issue .issue_body .quote .quote_top img {
    z-index: 1;
    max-height: 119px;
    max-width: 100%
}

.health_center.special_postcovid .issue .issue_body .quote .quote_top .quote_title, .health_center.special_postcovid .issue .issue_body .quote .quote_top p {
    margin-left: 30px
}

.health_center.special_postcovid .issue .issue_body .quote .quote_top .quote_title {
    z-index: 100;
    color: #007CFF;
    font-size: 24px;
    line-height: 36px;
    margin-top: -60px;
    margin-bottom: 10px
}

.health_center.special_postcovid .issue .issue_body .quote .quote_top p {
    z-index: 100
}

.health_center.special_postcovid .issue .issue_body .quote .doctor {
    margin-left: 50px
}

.health_center.special_postcovid .issue .issue_body .quote .doctor .icon img {
    max-height: 94px
}

.health_center.special_postcovid .issue .issue_body .quote .doctor .description {
    display: flex
}

.health_center.special_postcovid .issue .issue_body .quote .doctor .description img {
    margin-top: 5px;
    margin-right: 15px;
    max-height: 22px
}

.health_center.special_postcovid .issue .issue_body .quote .doctor .description p {
    margin-left: 0;
    margin-bottom: 0;
    padding: 0;
    font-size: 16px;
    color: #92929D
}

.health_center.special_postcovid .issue .issue_body .quote .quote_bottom {
    margin-left: 30px;
    top: -55px;
    position: relative
}

.health_center.special_postcovid .issue .issue_body .checker {
    border-radius: 5px;
    position: relative;
    height: 426px;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 10px
}

.health_center.special_postcovid .issue .issue_body .checker a.button {
    position: absolute;
    top: 280px;
    left: 85px;
    color: #ffffff;
    background-color: #007CFF;
    padding: 10px 30px;
    border-radius: 5px
}

.health_center.special_postcovid .issue .issue_body .checker a.button img {
    margin-top: -2px;
    margin-left: 10px;
    height: 14px
}

.health_center.special_postcovid .issue .issue_body .checker.neurology {
    background-image: url("/lp/postcovid/neurology_checker@2x.jpg")
}

.health_center.special_postcovid .issue .issue_body .checker.heart {
    background-image: url("/lp/postcovid/heart_checker@2x.jpg")
}

.health_center.special_postcovid .issue .issue_body .checker.pulmonology {
    background-image: url("/lp/postcovid/pulmonology_checker@2x.jpg")
}

.health_center.special_postcovid .issue .sources {
    color: #696974;
    padding: 40px 40px 30px 40px;
    background-color: #ffffff;
    border-radius: 5px
}

.health_center.special_postcovid .issue .sources p {
    margin-bottom: 30px;
    text-align: right
}

.health_center.special_postcovid .issue .sources p a.collapse_button {
    float: none
}

.health_center.special_postcovid .issue .sources h2 {
    color: #000000;
    font-weight: bold;
    font-size: 20px
}

.health_center.special_postcovid .issue .sources ol, .health_center.special_postcovid .issue .sources .info-agreement > p {
    list-style: none;
    counter-reset: li
}

.health_center.special_postcovid .issue .sources ol li::before, .health_center.special_postcovid .issue .sources .info-agreement > p li::before {
    content: counter(mycounter) ". ";
    color: #000000;
    display: inline-block;
    width: 2em;
    margin-left: -2em
}

.health_center.special_postcovid .issue .sources ol li, .health_center.special_postcovid .issue .sources .info-agreement > p li {
    counter-increment: mycounter;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #F1F1F5
}

.health_center.special_postcovid .issue .sources ol.continue, .health_center.special_postcovid .issue .sources .info-agreement > p.continue {
    counter-reset: mycounter 2
}

.health_center.special_postcovid .issue .sources ol.continue li:last-child, .health_center.special_postcovid .issue .sources .info-agreement > p.continue li:last-child {
    border-bottom: none
}

.health_center.special_postcovid .article .issue_title {
    font-family: Gerbera, sans-serif !important;
    text-transform: none;
    font-size: 64px;
    line-height: 77px;
    padding-left: 100px;
    padding-right: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000000;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-bottom: 15px
}

.health_center.special_postcovid .article .description, .health_center.special_postcovid .article .banner, .health_center.special_postcovid .article .promo, .health_center.special_postcovid .article .checker, .health_center.special_postcovid .article .section, .health_center.special_postcovid .article .sources, .health_center.special_postcovid .article .involveme_embed > iframe {
    margin-bottom: 10px;
    border-radius: 5px
}

.health_center.special_postcovid .article .description h1 {
    margin-left: 0
}

.health_center.special_postcovid .article .description .text {
    padding: 40px;
    background-color: #ffffff;
    border-radius: 5px
}

.health_center.special_postcovid .article .checker .title {
    margin-left: 40px;
    font-size: 34px;
    color: #000000;
    font-weight: bold
}

.health_center.special_postcovid .article .checker .disclaimer {
    font-size: 16px;
    color: #92929D
}

.health_center.special_postcovid .article .checker .first {
    height: 608px
}

.health_center.special_postcovid .article .checker .first {
    position: relative;
    display: flex;
    background-image: url("/lp/postcovid/checker_first_slide.png");
    background-size: cover;
    background-repeat: no-repeat
}

.health_center.special_postcovid .article .checker .first .choose {
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000000;
    margin-left: auto;
    margin-right: auto
}

.health_center.special_postcovid .article .checker .first .choose .button {
    border: 2px solid #04A9BE;
    padding: 10px 40px;
    margin-right: 60px;
    border-radius: 5px;
    color: #000000
}

.health_center.special_postcovid .article .promo {
    background-color: #FFFFFF;
    padding: 40px;
    margin-left: 0;
    margin-right: 0
}

.health_center.special_postcovid .article .promo .title {
    padding-top: 40px;
    font-size: 34px;
    text-transform: uppercase;
    color: #3EA2D3;
    font-family: GerberaBold, sans-serif !important;
    font-weight: bold
}

.health_center.special_postcovid .article .promo .description {
    margin-top: -10px;
    font-size: 24px;
    color: #C5D300;
    margin-bottom: 20px;
    line-height: 28px
}

.health_center.special_postcovid .article .promo .slogan {
    font-family: GerberaBold, sans-serif !important;
    font-size: 24px;
    font-weight: bold;
    color: #3EA2D3;
    margin-bottom: 20px;
    line-height: 28px
}

.health_center.special_postcovid .article .promo p {
    color: #000000;
    line-height: 22px !important
}

.health_center.special_postcovid .article .promo.pulmonology .description {
    color: #C5D300
}

.health_center.special_postcovid .article .article_body {
    border-radius: 6px;
    border-left: none !important;
    margin-bottom: 1rem
}

.health_center.special_postcovid .article .article_body .section {
    padding: 40px;
    margin-left: 0;
    margin-right: 0;
    background-color: #ffffff
}

.health_center.special_postcovid .article .article_body h2 {
    color: #272C3C;
    font-family: GerberaBold, sans-serif !important;
    font-weight: bold
}

.health_center.special_postcovid .article .article_body p, .health_center.special_postcovid .article .article_body ul, .health_center.special_postcovid .article .article_body ol, .health_center.special_postcovid .article .article_body .info-agreement > p {
    font-family: GerberaLight, sans-serif !important;
    color: #272C3C;
    font-size: 18px;
    line-height: 28px;
    font-weight: lighter
}

.health_center.special_postcovid .article .article_partner {
    margin-bottom: 1rem
}

.health_center.special_postcovid .article .article_partner a {
    display: block;
    padding: 15px 30px;
    margin-left: 15px;
    margin-right: 15px;
    background-color: #007CFF;
    color: #FFFFFF;
    border-radius: 6px;
    text-align: center
}

.health_center.special_postcovid .article .sources {
    background-color: #FFFFFF;
    padding: 40px
}

.health_center.special_postcovid .article .sources a {
    font-family: GerberaLight, sans-serif !important;
    font-size: 18px;
    color: #696974;
    word-wrap: break-word
}

.health_center.special_postcovid .article .disclaimer {
    font-family: Roboto, sans-serif;
    color: #92929D;
    font-size: 28px;
    line-height: 32px
}

.health_center.special_postcovid .article .social_icons {
    margin-top: 2rem;
    margin-bottom: 2rem
}

.health_center.special_postcovid .article .social_icons img {
    margin-right: 15px
}

.health_center.special_postcovid .article .social_icons .likely {
    margin: 0 0 10px 40px
}

.health_center.special_postcovid .article .social_icons .likely .likely__widget {
    margin: 0;
    background: none;
    height: auto
}

.health_center.special_postcovid .article .social_icons .likely .likely__icon, .health_center.special_postcovid .article .social_icons .likely .likely__counter {
    display: none
}

.health_center.special_postcovid .article .social_icons .likely .likely__button {
    padding: 0;
    vertical-align: center
}

@media (max-width: 479px) {
    .health_center.special_postcovid .breadcrumbs a {
        font-size: 16px
    }

    .health_center.special_postcovid .issue .banner {
        height: 38px
    }

    .health_center.special_postcovid .issue .issue_header {
        background-image: url("/lp/postcovid/postcovid_bg_mobile@2x.png")
    }

    .health_center.special_postcovid .issue .issue_header h1 {
        padding: 0;
        font-size: 40px;
        line-height: 46px
    }

    .health_center.special_postcovid .issue .issue_header .issue_subtitle {
        font-size: 20px;
        line-height: 28px;
        padding-left: 0;
        padding-right: 0;
        margin-left: 30px;
        margin-right: 30px
    }

    .health_center.special_postcovid .issue .issue_description, .health_center.special_postcovid .issue .issue_body > .section {
        padding: 20px
    }

    .health_center.special_postcovid .issue .issue_description .issue_description {
        font-size: 24px;
        line-height: 30px
    }

    .health_center.special_postcovid .issue .issue_body h2 {
        line-height: 32px
    }

    .health_center.special_postcovid .issue .issue_body .quote {
        padding: 0 10px
    }

    .health_center.special_postcovid .issue .issue_body .quote .quote_top {
        left: -10px
    }

    .health_center.special_postcovid .issue .issue_body .quote .quote_top .quote_title {
        margin-top: -25px
    }

    .health_center.special_postcovid .issue .issue_body .quote .quote_top .quote_bottom {
        top: -10px;
        margin-left: 10px
    }

    .health_center.special_postcovid .issue .issue_body .quote .doctor .icon {
        padding-left: 0;
        padding-right: 5px
    }

    .health_center.special_postcovid .issue .issue_body .checker {
        height: 140px !important
    }

    .health_center.special_postcovid .issue .issue_body .checker a.button {
        top: 88px !important;
        left: 62px;
        padding: 5px 10px
    }

    .health_center.special_postcovid .article h1 {
        font-size: 32px;
        line-height: 40px
    }

    .health_center.special_postcovid .article .issue_title {
        padding: 0;
        font-size: 40px;
        line-height: 46px
    }

    .health_center.special_postcovid .article .issue_subtitle {
        font-size: 20px;
        line-height: 28px;
        padding-left: 0;
        padding-right: 0;
        margin-left: 30px;
        margin-right: 30px
    }

    .health_center.special_postcovid .article .section {
        padding: 20px
    }

    .health_center.special_postcovid .article .checker .first {
        height: 178px
    }

    .health_center.special_postcovid .article .checker .first .choose {
        margin-top: 54px
    }

    .health_center.special_postcovid .article .checker .first .choose .button {
        padding: 5px 10px;
        margin-right: 10px !important
    }
}

@media (max-width: 767px) {
    .health_center.special_postcovid .issue .issue_header {
        background-image: url("/lp/postcovid/postcovid_bg_mobile@2x.png")
    }

    .health_center.special_postcovid .issue .issue_header h1 {
        line-height: 46px
    }

    .health_center.special_postcovid .issue .issue_body .checker {
        height: 270px
    }

    .health_center.special_postcovid .issue .issue_body .checker a.button {
        top: 180px
    }

    .health_center.special_postcovid .issue .section.checkers .checker_item {
        border: none !important
    }

    .health_center.special_postcovid .issue .section.checkers .checker_item img {
        height: 74px
    }

    .health_center.special_postcovid .article .issue_title {
        padding: 0;
        font-size: 40px;
        line-height: 46px
    }

    .health_center.special_postcovid .article .issue_subtitle {
        font-size: 20px;
        line-height: 28px;
        padding-left: 0;
        padding-right: 0;
        margin-left: 30px;
        margin-right: 30px
    }

    .health_center.special_postcovid .article .checker .first {
        height: 198px
    }

    .health_center.special_postcovid .article .checker .first .choose {
        margin-top: 70px
    }

    .health_center.special_postcovid .article .checker .first .choose .button {
        margin-right: 30px
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .health_center.special_postcovid .issue .issue_body .checker {
        height: 270px
    }

    .health_center.special_postcovid .issue .issue_body .checker a.button {
        top: 180px
    }

    .health_center.special_postcovid .issue .section.checkers .checker_item {
        border: none !important
    }

    .health_center.special_postcovid .article .checker .first {
        height: 354px
    }

    .health_center.special_postcovid .article .checker .first .choose {
        margin-top: 80px
    }
}

@media (min-width: 1024px) and (max-width: 1279px) {
    .health_center.special_postcovid .issue .issue_body .checker {
        height: 360px
    }

    .health_center.special_postcovid .issue .issue_body .checker a.button {
        top: 240px
    }

    .health_center.special_postcovid .article .checker .first {
        height: 480px
    }

    .health_center.special_postcovid .article .checker .first .choose {
        margin-top: 120px
    }
}
