﻿@charset "UTF-8";

/*!normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css*/

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

body {
    margin: 0;
}

main {
    display: block;
}

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

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

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

a {
    background-color: transparent;
}

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

b,
strong {
    font-weight: bolder;
}

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

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

img {
    border-style: none;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

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

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

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

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

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

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

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

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

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

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

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

details {
    display: block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: robotoslab, sans-serif;
    margin: 0;
    padding: 0;
    color: #242424;
    height: 100%;
}

body,
html {
    height: 100%;
}

img {
    width: 100%;
    height: auto;
}

h1,
h2,
h3,
h4 {
    font-family: barlow semi condensed, sans-serif;
    font-weight: 700;
}

h1 {
    font-size: 28px;
    color: #242424;
}

h2 {
    position: relative;
    font-size: 26px;
    color: #242424;
}

h3 {
    position: relative;
    font-size: 22px;
    font-weight: 700;
    color: #242424;
}

p {
    font-size: 16px;
    line-height: 1.8;
}

a,
a:active,
a:hover,
a:visited {
    color: #1ea7fc;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

ul {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 30px;
}

.draw-border {
    -webkit-box-shadow: inset 0 0 0 4px #ffb700;
    box-shadow: inset 0 0 0 4px #ffb700;
    color: #ffb700;
    -webkit-transition: color 0.25s 0.0833333333s;
    -o-transition: color 0.25s 0.0833333333s;
    transition: color 0.25s 0.0833333333s;
    position: relative;
}

.draw-border:after,
.draw-border:before {
    border: 0 solid transparent;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    content: "";
    pointer-events: none;
    position: absolute;
    width: 0;
    height: 0;
    bottom: 0;
    right: 0;
}

.draw-border:before {
    border-bottom-width: 4px;
    border-left-width: 4px;
}

.draw-border:after {
    border-top-width: 4px;
    border-right-width: 4px;
}

.draw-border:hover {
    color: #fff;
}

.draw-border:hover:after,
.draw-border:hover:before {
    border-color: #fff;
    -webkit-transition: border-color 0s, width 0.25s, height 0.25s;
    -o-transition: border-color 0s, width 0.25s, height 0.25s;
    transition: border-color 0s, width 0.25s, height 0.25s;
    width: 100%;
    height: 100%;
}

.draw-border:hover:before {
    -webkit-transition-delay: 0s, 0s, 0.25s;
    -o-transition-delay: 0s, 0s, 0.25s;
    transition-delay: 0s, 0s, 0.25s;
}

.draw-border:hover:after {
    -webkit-transition-delay: 0s, 0.25s, 0s;
    -o-transition-delay: 0s, 0.25s, 0s;
    transition-delay: 0s, 0.25s, 0s;
}

.btn {
    display: block;
    text-transform: uppercase;
    background: 0 0;
    border: none;
    cursor: pointer;
    line-height: 1.2;
    font-size: 16px;
    font-weight: 900;
    padding: 1em 2em;
    letter-spacing: 0.05rem;
    margin: 40px auto 60px;
    text-align: center;
}

blockquote {
    width: calc(100% - 72px);
    margin: 0;
    font-size: 16px;
    color: #242424;
    padding: 0 0 0 72px;
    line-height: 1.6;
    position: relative;
    border-radius: 12px;
}

blockquote:before {
    position: absolute;
    content: "\201C";
    font-family: Sansita, sans-serif;
    color: #242424;
    font-style: italic;
    font-size: 6em;
    line-height: 0.7;
    left: 0;
    top: 0;
}

blockquote:after {
    content: "";
}

blockquote span {
    display: block;
    font-style: italic;
}

.container {
    max-width: 1024px;
    margin: 0 auto;
    padding: 0 12px;
}

.pseudo-link {
    color: #1ea7fc;
}

.pseudo-link:hover {
    cursor: pointer;
    text-decoration: underline;
}

.header {
    background: url("./bg.jpg") center;
    background-size: cover;
}

.header__disclaimer {
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
    text-align: center;
    padding: 6px;
    font-size: 0.8em;
}

.header__bg {
    background: rgba(0, 0, 0, 0.7);
}

.header__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 12px 0;
}

.header__body {
    padding: 30px 0;
}

.header__category {
    color: #fcaa0f;
    padding: 14px;
    line-height: 0;
    background: #242424;
    display: inline-block;
    font-size: 16px;
}

.header h1 {
    color: #fff;
}

.logo {
    font-family: sansita, sans-serif;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.logo__img {
    width: 38px;
    height: auto;
    margin-right: 10px;
}

.logo__title {
    font-family: quicksand, sans-serif;
    font-weight: 700;
    line-height: 18px;
    color: #fff;
    font-size: 28px;
}

.details {
    margin: 0 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 12px 0 20px;
    position: relative;
}

.details__item {
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: left center;
    border: none;
    padding: 0 0 0 20px;
    margin-right: 20px;
    margin-bottom: 5px;
    font-size: 14px;
    color: #fff;
    list-style: none;
}

.details__item.category {
    background-image: url("post_category.png");
}

.details__item.date {
    background-image: url("post_date.png");
}

.details__item.author {
    background-image: url("");
}

.details__item.views {
    background-image: url("post_views.png");
}

.details__item.discuss {
    background-image: url("post_comments.png");
}

.menu {
    display: none;
    position: fixed;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    top: 60px;
    z-index: 2;
}

.menu.active {
    display: block;
}

.menu__list {
    padding: 0;
}

.menu__item {
    font-family: barlow semi condensed, sans-serif;
    font-size: 16px;
    text-align: center;
    list-style-type: none;
    background: rgba(0, 0, 0, 0.9);
    padding: 8px 0;
    white-space: nowrap;
    text-transform: uppercase;
}

.menu__item:last-child {
    margin-bottom: 20px;
}

.menu__item a {
    color: #fff;
    letter-spacing: 2px;
}

.menu__item a:hover {
    text-decoration: none;
}

.menu__burger {
    display: block;
    position: relative;
    width: 22px;
    padding: 8px 6px 4px;
    border: 2px solid #fff;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    z-index: 3;
}

.menu__burger .line {
    display: block;
    width: 21px;
    height: 2px;
    background: #fff;
    margin-bottom: 3px;
}

.menu__burger:hover .line {
    background: #fff;
}

.menu__burger:hover {
    background: #fcaa0f;
    cursor: pointer;
}

.menu ul {
    margin: 0;
}

.fixed {
    position: fixed;
    width: 100%;
}

.content {
    padding: 30px 0;
}

.content__pic {
    background: #2a2a2a;
    color: #fff;
    padding: 12px;
    margin: 30px 0;
}

.content__pic p {
    padding: 12px 0;
    margin: 0;
}

.content .trans__transactions {
    display: block;
    margin: 30px auto;
    width: 270px;
    height: 600px;
    background: url("") no-repeat center;
    background-size: contain;
}

.content .trans__img {
    width: 230px;
    display: block;
    margin: 0 auto;
    padding: 70px 22px 0;
}

.content__disclosure {
    background: #fcaa0f;
    padding: 12px;
    color: #fff;
}

.hero-deposit-svg {
    font-family: Arial, sans-serif;
}

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

.fly__link {
    position: fixed;
    bottom: 12px;
    margin: 0;
    padding: 0;
    text-align: center;
}

.fly__link a {
    color: #fff;
    font-weight: 700;
}

.fly__button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 0 auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fcaa0f;
    -webkit-box-shadow: 0 0 8px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 8px 3px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    line-height: 1.4;
    font-family: Lato, Arial, sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    -webkit-transition: background 0.3s, -webkit-transform 0.3s, -webkit-box-shadow 0.3s;
    transition: background 0.3s, -webkit-transform 0.3s, -webkit-box-shadow 0.3s;
    -o-transition: background 0.3s, transform 0.3s, box-shadow 0.3s;
    transition: background 0.3s, transform 0.3s, box-shadow 0.3s;
    transition: background 0.3s, transform 0.3s, box-shadow 0.3s, -webkit-transform 0.3s, -webkit-box-shadow 0.3s;
    will-change: transform;
    padding: 12px 30px;
}

.fly__button:hover {
    background: #d58c03;
    -webkit-box-shadow: 0 4px 17px rgba(0, 0, 0, 0.2);
    box-shadow: 0 4px 17px rgba(0, 0, 0, 0.2);
    -webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0);
}

.fly__button:active {
    -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
    -webkit-transform: translate3d(0, 1px, 0);
    transform: translate3d(0, 1px, 0);
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }
    33% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
    to {
        -webkit-transform: scale(3);
        transform: scale(3);
        opacity: 0;
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }
    33% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
    to {
        -webkit-transform: scale(3);
        transform: scale(3);
        opacity: 0;
    }
}

.pulse {
    position: relative;
}

.pulse:after,
.pulse:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 50%;
    width: 20px;
    height: 20px;
    opacity: 0;
    margin: auto;
}

.pulse:before {
    -webkit-animation: pulse 1.5s infinite linear;
    animation: pulse 1.5s infinite linear;
}

.pulse:after {
    -webkit-animation: pulse 2s 0.4s infinite linear;
    animation: pulse 2s 0.4s infinite linear;
}

.pulse:hover:after,
.pulse:hover:before {
    display: none;
}

.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}

.interview {
    padding: 30px 0;
    background: #f8f8f8;
}

.how-to {
    padding: 30px 0;
    background: #f8f8f8;
}

.calc {
    background: url("") fixed center;
    background-size: cover;
}

.calc__bg {
    background: rgba(0, 0, 0, 0.6);
    padding: 30px 0;
    color: #fff;
}

.calc__title {
    text-align: center;
}

.calc h2 {
    color: #fff;
    text-transform: uppercase;
}

.calc__wrapper {
    border-radius: 12px;
    background: rgba(0, 0, 0, 0.6);
    padding: 20px 12px;
    max-width: 550px;
    margin: 0 auto;
}

.calc__logo {
    font-size: 26px;
    text-align: center;
    padding-bottom: 30px;
    color: #fcaa0f;
}

.calc__screen {
    text-align: center;
    padding-bottom: 30px;
}

.calc__operation {
    padding: 12px 0 30px;
    font-size: 16px;
    text-align: center;
}

.calc__subtitle {
    font-size: 26px;
    text-transform: uppercase;
    font-weight: 700;
}

.calc__main {
    border-top: 1px dashed #fff;
}

.calc__input {
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
    font-size: 26px;
    padding: 8px 0;
    border: none;
    text-align: center;
}

.calc__button {
    margin: 0 auto;
    font-size: 20px;
    padding: 12px 20px;
    background: #fcaa0f;
    border: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    font-family: barlow semi condensed, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 152px;
}

.calc__button:active,
.calc__button:focus {
    border: 0;
}

.calc__results {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.calc__result {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.calc__small {
    font-size: 12px;
    text-align: center;
    padding-bottom: 8px;
}

.calc__count {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 8px 0;
    background: rgba(255, 255, 255, 0.2);
    width: 80px;
}

.results {
    padding: 30px 0;
    background: #f8f8f8;
}

.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0 40px;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:after,
.slick-track:before {
    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("") center center no-repeat;
}

@font-face {
    font-family: slick;
    src: url("");
    src: url("") format("embedded-opentype"), url("") format("woff"), url("") format("truetype"), url("") format("svg");
    font-weight: 400;
    font-style: normal;
}

.slick-next,
.slick-prev {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: 0 0;
    color: transparent;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none;
}

.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
    outline: none;
    background: 0 0;
    color: transparent;
}

.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
    opacity: 1;
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
    opacity: 0.25;
}

.slick-next:before,
.slick-prev:before {
    font-family: slick;
    font-size: 20px;
    line-height: 1;
    color: #2a2a2a;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: 0;
}

[dir="rtl"] .slick-prev {
    left: auto;
    right: -25px;
}

.slick-prev:before {
    content: "←";
}

[dir="rtl"] .slick-prev:before {
    content: "→";
}

.slick-next {
    right: 0;
}

[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: 0 0;
    display: block;
    height: 20px;
    width: 20px;
    outline: none;
    line-height: 0;
    font-size: 0;
    color: transparent;
    padding: 5px;
    cursor: pointer;
}

.slick-dots li button:focus,
.slick-dots li button:hover {
    outline: none;
}

.slick-dots li button:focus:before,
.slick-dots li button:hover: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: #000;
    opacity: 0.25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    color: #000;
    opacity: 0.75;
}

.slider__item {
    background: #fff;
    padding: 12px;
    color: #242424;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.slider__text {
    padding-top: 20px;
}

.slider__person {
    font-size: 0.8em;
    padding: 12px 0 20px;
}

.slider__profit {
    padding-top: 8px;
    color: #fcaa0f;
    border-top: 1px dashed #242424;
}

.slider b {
    font-size: 1.6em;
}

.footer {
    background: url("footer-bg.jpg") no-repeat center;
    background-size: cover;
    -webkit-box-shadow: 0 0 8px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 8px 3px rgba(0, 0, 0, 0.2);
    color: #fff;
    text-align: center;
}

.footer__wrapper {
    background: rgba(0, 0, 0, 0.6);
    padding: 12px 0 140px;
}

.footer__text {
    padding-bottom: 20px;
}

body {
    height: 100vh;
}

.custom-model-main {
    text-align: center;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    opacity: 0;
    -webkit-transition: opacity 0.15s linear, z-index 0.15;
    -o-transition: opacity 0.15s linear, z-index 0.15;
    transition: opacity 0.15s linear, z-index 0.15;
    z-index: -1;
    overflow-x: hidden;
    overflow-y: auto;
}

.model-open {
    z-index: 99999;
    opacity: 1;
    overflow: hidden;
}

.custom-model-inner {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    display: inline-block;
    vertical-align: middle;
    width: 600px;
    margin: 30px auto;
    max-width: 97%;
}

.custom-model-wrap {
    display: block;
    width: 100%;
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: 0;
    text-align: left;
    padding: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-height: calc(100vh - 70px);
    overflow-y: auto;
}

.model-open .custom-model-inner {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    position: relative;
    z-index: 999;
}

.model-open .bg-overlay {
    background: rgba(0, 0, 0, 0.6);
    z-index: 99;
}

.bg-overlay {
    background: transparent;
    height: 100vh;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    -webkit-transition: background 0.15s linear;
    -o-transition: background 0.15s linear;
    transition: background 0.15s linear;
}

.close-btn {
    position: absolute;
    right: 0;
    top: -30px;
    cursor: pointer;
    z-index: 99;
    font-size: 30px;
    color: #fff;
}

.custom-model-main h2 {
    font-size: 28px;
}

.custom-model-main h3 {
    font-size: 20px;
    font-weight: 700;
}

.custom-model-main p {
    padding: 12px 0;
}

.custom-model-main ul {
    padding-left: 40px;
}

.custom-model-main li {
    list-style-type: circle;
}

@media (min-width: 460px) {
    .btn {
        font-size: 18px;
    }
    .calc__count {
        width: 90px;
    }
}

@media (min-width: 640px) {
    p {
        font-size: 20px;
    }
    .btn {
        font-size: 22px;
    }
    .content .trans {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
        justify-content: space-evenly;
        padding: 30px;
    }
    .content .trans__transactions {
        margin: 0;
    }
    .slider__item {
        margin: 10px;
    }
    .footer__wrapper {
        padding-top: 60px;
    }
}

@media (min-width: 768px) {
    h1 {
        font-size: 34px;
    }
    h2 {
        font-size: 32px;
    }
    h3 {
        font-size: 24px;
    }
    a.middle {
        position: relative;
    }
    a.middle:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 3px;
        bottom: 0;
        left: 0;
        background-color: #fcaa0f;
        visibility: hidden;
        -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
    a.middle:hover:after {
        visibility: visible;
        -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
        transform: scaleX(1);
    }
    ul {
        font-size: 18px;
    }
    .btn {
        font-size: 28px;
    }
    blockquote {
        width: calc(100% - 86px);
        font-size: 18px;
        padding: 0 0 0 86px;
    }
    .container {
        padding: 0 20px;
    }
    .header__body {
        padding: 90px 0 60px;
    }
    .header__category {
        font-size: 18px;
        padding: 20px;
    }
    .menu {
        display: block;
        position: relative;
        background: 0 0;
        top: 0;
    }
    .menu__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    .menu__item {
        font-size: 14px;
        background: 0 0;
        position: relative;
        margin-bottom: 0;
        padding: 0 4px;
        -webkit-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }
    .menu__item a {
        padding: 13px 0;
    }
    .menu__item:last-child {
        margin-bottom: unset;
        padding-right: 0;
    }
    .menu__burger {
        display: none;
    }
    .content {
        padding: 30px 0 60px;
    }
    .content__pic {
        padding: 20px;
    }
    .content__disclosure {
        padding: 20px;
    }
    .interview {
        padding: 60px 0;
    }
    .how-to {
        padding: 60px 0;
    }
    .calc__bg {
        padding: 60px 0;
    }
    .calc__wrapper {
        padding: 30px 20px;
    }
    .calc__input {
        padding: 12px 0;
    }
    .calc__small {
        font-size: 16px;
    }
    .calc__count {
        width: 150px;
        padding: 12px 0;
        font-size: 26px;
    }
    .results {
        padding: 60px 0;
    }
    .slider__item {
        padding: 20px;
    }
}

@media screen and (min-width: 800px) {
    .custom-model-main:before {
        content: "";
        display: inline-block;
        height: auto;
        vertical-align: middle;
        margin-right: 0;
        height: 100%;
    }
}

@media (min-width: 960px) {
    h1 {
        font-size: 40px;
    }
    h2 {
        font-size: 36px;
    }
    h3 {
        font-size: 28px;
    }
    .menu__item {
        font-size: 18px;
        padding: 0 9px;
    }
}

@media (min-width: 1024px) {
    h1 {
        font-size: 50px;
    }
    h2 {
        font-size: 40px;
    }
}

@media screen and (max-width: 799px) {
    .custom-model-inner {
        margin-top: 45px;
    }
}

.content__pic {
    max-width: 70%;
    margin: 0 auto;
}

.content__trans {
    max-width: 90%;
    margin: 0 auto;
}

@media screen and (max-width: 799px) {
    .content__pic,
    .content__trans {
        max-width: none;
    }
}

.comments_section {
    margin-top: 60px;
}

fb--container #facebook ._-kb {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.fb--container #facebook ._-kb.sf {
    font-family: "San Francisco", -apple-system, BlinkMacSystemFont, ".SFNSText-Regular", sans-serif;
    letter-spacing: -0.02em;
}

.fb--container #facebook ._-kb.segoe {
    font-family: "Segoe UI Historic", "Segoe UI", Helvetica, Arial, sans-serif;
}

.fb--container #facebook ._-kb.roboto {
    font-family: Roboto, Helvetica, Arial, sans-serif;
}

.fb--container #facebook ._-kb div {
    font-family: inherit;
}

.fb--container #facebook ._-kb span {
    font-family: inherit;
}

.fb--container #facebook ._-kb a {
    font-family: inherit;
}

.fb--container #facebook ._-kb h1,
.fb--container #facebook ._-kb h2,
.fb--container #facebook ._-kb h3,
.fb--container #facebook ._-kb h4,
.fb--container #facebook ._-kb h5,
.fb--container #facebook ._-kb h6,
.fb--container #facebook ._-kb p {
    font-family: inherit;
}

.fb--container #facebook ._-kb button,
.fb--container #facebook ._-kb input,
.fb--container #facebook ._-kb label,
.fb--container #facebook ._-kb select,
.fb--container #facebook ._-kb td,
.fb--container #facebook ._-kb textarea {
    font-family: inherit;
    letter-spacing: inherit;
}

.fb--container #facebook ._-kb code,
.fb--container #facebook ._-kb pre {
    font-family: Menlo, Consolas, Monaco, monospace;
    letter-spacing: normal;
}

.fb--container #facebook ._-kb .fixemoji {
    font-weight: 700;
}

.fb--container .sidebarMode .webkit #globalContainer .fixed_elem,
.fb--container .sidebarMode .webkit #globalContainer .fixed_always {
    margin: auto;
}

.fb--container .chrome .fixed_elem,
.fb--container .chrome .fixed_always {
    transform: translateZ(0px);
}

.fb--container .tinyHeight .chrome .fixed_elem {
    transform: none;
}

.fb--container ._li._li._li {
    overflow: initial;
}

.fb--container .pluginFontHelvetica,
.fb--container .pluginFontHelvetica button,
.fb--container .pluginFontHelvetica input,
.fb--container .pluginFontHelvetica label,
.fb--container .pluginFontHelvetica select,
.fb--container .pluginFontHelvetica td,
.fb--container .pluginFontHelvetica textarea {
    font-family: Helvetica, Arial, sans-serif;
}

.fb--container body.plugin {
    background: transparent;
    font-family: Helvetica, Arial, sans-serif;
    line-height: 1.28;
    text-size-adjust: none;
}

.fb--container .plugin,
.fb--container .plugin button,
.fb--container .plugin input,
.fb--container .plugin label,
.fb--container .plugin select,
.fb--container .plugin td,
.fb--container .plugin textarea {
    font-size: 11px;
}

.fb--container ._42ft {
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    white-space: nowrap;
}

.fb--container ._42ft:hover {
    text-decoration: none;
}

.fb--container ._42ft+._42ft {
    margin-left: 4px;
}

.fb--container ._42fr,
.fb--container ._42fs {
    cursor: default;
}

.fb--container .webkit ._3oxt {
    outline: #5b9dd9 auto 5px;
}

.fb--container .win.webkit ._3oxt {
    outline-color: #e59700;
}

.fb--container i.img u {
    left: -999999px;
    position: absolute;
}

.fb--container .lfloat {
    float: left;
}

.fb--container .rfloat {
    float: right;
}

.fb--container .fss {
    font-size: 9px;
}

.fb--container .fsm {
    font-size: 12px;
}

.fb--container .fwn {
    font-weight: normal;
}

.fb--container .fcg {
    color: #90949c;
}

.fb--container #facebook .sf .uiButton {
    font-family: -apple-system, BlinkMacSystemFont, ".SFNSText-Regular", sans-serif;
}

.fb--container .uiButton .img {
    margin-top: 3px;
    overflow: hidden;
    vertical-align: top;
}

.fb--container .uiButtonLarge .img {
    margin-top: 4px;
}

.fb--container form.async_saving .uiButton .img,
.fb--container .uiButtonDisabled .img {
    opacity: 0.5;
}

.fb--container .uiButtonNoText .img {
    margin-left: -1px;
    margin-right: -1px;
}

.fb--container ._43q7 .img {
    vertical-align: bottom;
}

.fb--container a._p {
    display: block;
}

.fb--container ._4jy0 {
    border: 1px solid;
    border-radius: 2px;
    box-sizing: content-box;
    font-size: 12px;
    -webkit-font-smoothing: antialiased;
    font-weight: bold;
    padding: 0px 8px;
    position: relative;
    text-align: center;
    text-shadow: none;
    vertical-align: middle;
}

.fb--container #facebook .sf ._4jy0 {
    font-family: -apple-system, BlinkMacSystemFont, ".SFNSText-Regular", sans-serif;
}

.fb--container ._4jy0::before {
    content: "";
    display: inline-block;
    height: 20px;
    vertical-align: middle;
}

.fb--container html ._4jy0:focus {
    box-shadow: rgba(88, 144, 255, 0.74902) 0px 0px 1px 2px, rgba(0, 0, 0, 0.14902) 0px 1px 1px;
    outline: none;
}

.fb--container .motion ._4jy0 {
    transition: background-color 200ms cubic-bezier(0.08, 0.52, 0.52, 1), box-shadow 200ms cubic-bezier(0.08, 0.52, 0.52, 1), transform 200ms cubic-bezier(0.08, 0.52, 0.52, 1);
}

.fb--container .motion.motion ._4jy0:active {
    box-shadow: none;
    transform: perspective(1px) translateZ(-0.02px);
    transition: none;
}

.fb--container ._4jy0 .img {
    bottom: 1px;
    position: relative;
    vertical-align: middle;
}

.fb--container form.async_saving ._4jy0 .img,
.fb--container a.async_saving._4jy0 .img,
.fb--container ._4jy0._42fr .img {
    opacity: 0.5;
}

.fb--container ._517h,
.fb--container ._59pe:focus,
.fb--container ._59pe:hover {
    background-color: #f6f7f9;
    border-color: #ced0d4;
    color: #4b4f56;
}

.fb--container ._517h:hover {
    background-color: #e9ebee;
}

.fb--container ._517h:active,
.fb--container ._517h._42fs {
    background-color: #dddfe2;
    border-color: #bec2c9;
}

.fb--container form.async_saving ._517h,
.fb--container a.async_saving._517h,
.fb--container ._517h._42fr {
    background-color: #f6f7f9;
    border-color: #dddfe2;
    color: #bec2c9;
}

.fb--container ._4jy1,
.fb--container ._4jy2 {
    color: #ffffff;
}

.fb--container ._4jy1 {
    background-color: #4267b2;
    border-color: #4267b2;
}

.fb--container ._4jy1:hover {
    background-color: #365899;
    border-color: #365899;
}

.fb--container ._4jy1:active,
.fb--container ._4jy1._42fs {
    background-color: #29487d;
    border-color: #29487d;
}

.fb--container form.async_saving ._4jy1,
.fb--container a.async_saving._4jy1,
.fb--container ._4jy1._42fr {
    background-color: #9cb4d8;
    border-color: #9cb4d8;
}

.fb--container form.async_saving ._4jy2,
.fb--container a.async_saving._4jy2,
.fb--container ._4jy2._42fr {
    background-color: #ace0a2;
    border-color: #ace0a2;
}

.fb--container ._59pe,
.fb--container form.async_saving ._59pe,
.fb--container a.async_saving._59pe,
.fb--container ._59pe._42fr {
    background: none;
    border-color: transparent;
}

.fb--container ._517i,
.fb--container ._517i._42fr:active,
.fb--container ._517i._42fr._42fs {
    height: 18px;
    line-height: 18px;
}

.fb--container ._4jy3,
.fb--container ._4jy3._42fr:active,
.fb--container ._4jy3._42fr._42fs {
    line-height: 22px;
}

.fb--container ._4jy4,
.fb--container ._4jy4._42fr:active,
.fb--container ._4jy4._42fr._42fs {
    line-height: 26px;
    padding: 0px 10px;
}

.fb--container ._4jy5,
.fb--container ._4jy5._42fr:active,
.fb--container ._4jy5._42fr._42fs {
    line-height: 34px;
    padding: 0px 16px;
}

.fb--container ._4jy6,
.fb--container ._4jy6._42fr:active,
.fb--container ._4jy6._42fr._42fs {
    line-height: 42px;
    padding: 0px 24px;
}

.fb--container ._51xa ._4jy0 {
    border-radius: 0px;
    display: inline-block;
    position: relative;
    z-index: 1;
    margin: 0px 0px 0px -1px !important;
}

.fb--container ._51xa>._4jy0:first-child,
.fb--container ._51xa>:first-child ._4jy0 {
    border-radius: 2px 0px 0px 2px;
    margin-left: 0px !important;
}

.fb--container ._51xa>._4jy0:last-child,
.fb--container ._51xa>:last-child ._4jy0 {
    border-radius: 0px 2px 2px 0px;
}

.fb--container ._51xa>._4jy0:only-child,
.fb--container ._51xa>:only-child ._4jy0 {
    border-radius: 2px;
}

.fb--container ._51xa ._4jy0._42fr {
    z-index: 0;
}

.fb--container ._51xa ._4jy0._4jy1,
.fb--container ._51xa ._4jy0._4jy2 {
    z-index: 2;
}

.fb--container ._51xa ._4jy0:focus {
    z-index: 3;
}

.fb--container ._51xa ._4jy1+.uiPopover>._4jy1:not(:focus)::after {
    background-color: #f6f7f9;
    bottom: -1px;
    content: "";
    display: block;
    left: -1px;
    position: absolute;
    top: -1px;
    width: 1px;
}

.fb--container ._3y89 ._4jy0 {
    border-bottom-width: 0px;
    border-top-width: 0px;
}

.fb--container ._3y89>._4jy0:first-child,
.fb--container ._3y89>:first-child ._4jy0 {
    border-left-width: 0px;
    border-radius: 1px 0px 0px 1px;
}

.fb--container ._3y89>._4jy0:last-child,
.fb--container ._3y89>:last-child ._4jy0 {
    border-radius: 0px 1px 1px 0px;
    border-right-width: 0px;
}

.fb--container ._50f3 {
    font-size: 12px;
    line-height: 16px;
}

.fb--container ._50f7 {
    font-weight: bold;
}

.fb--container ._5kx5 {
    font-weight: normal;
}

.fb--container ._50f8 {
    color: #90949c;
}

.fb--container #facebook ._5s6c._5s6c,
.fb--container ._5s6c {
    font-family: Georgia, serif;
    letter-spacing: normal;
}

.fb--container ._42ef {
    overflow: hidden;
}

.fb--container ._51mz {
    border: 0px;
    border-collapse: collapse;
    border-spacing: 0px;
}

.fb--container .uiGrid .vTop {
    vertical-align: top;
}

.fb--container .uiGrid .vMid {
    vertical-align: middle;
}

.fb--container .uiGrid .vBot {
    vertical-align: bottom;
}

.fb--container .uiGrid .hLeft {
    text-align: left;
}

.fb--container .uiGrid .hCent {
    text-align: center;
}

.fb--container .uiGrid .hRght {
    text-align: right;
}

.fb--container ._51mx:first-child>._51m- {
    padding-top: 0px;
}

.fb--container ._51mx:last-child>._51m- {
    padding-bottom: 0px;
}

.fb--container ._51mz ._51mw {
    padding-right: 0px;
}

.fb--container ._51mz ._51m-:first-child {
    padding-left: 0px;
}

.fb--container ._8o,
.fb--container ._8o .img {
    display: block;
}

.fb--container ._8r {
    margin-right: 5px;
}

.fb--container ._8s {
    margin-right: 8px;
}

.fb--container ._6a {
    display: inline-block;
}

.fb--container ._6b {
    vertical-align: middle;
}

.fb--container ._ohe {
    float: left;
}

.fb--container ._ohf {
    float: right;
}

.fb--container ._4qba {
    font-style: normal;
}

.fb--container ._3-8m {
    margin-bottom: 4px;
    margin-top: 4px;
}

.fb--container ._3-8y {
    margin-top: 12px;
}

.fb--container ._3-8_ {
    margin-right: 4px;
}

.fb--container ._3-96 {
    margin-bottom: 12px;
}

.fb--container ._3-99 {
    margin-left: 4px;
}

.fb--container ._2ph- {
    padding: 8px;
}

.fb--container ._2pi3 {
    padding-bottom: 8px;
    padding-top: 8px;
}

.fb--container ._2pi8 {
    padding-left: 8px;
    padding-right: 8px;
}

.fb--container ._2pis {
    padding-left: 8px;
}

.fb--container .sp_Zf93eLkohoS {
    display: inline-block;
    height: 12px;
    width: 12px;
}

.fb--container .sp_Zf93eLkohoS.sx_97c3ab {
    width: 14px;
    height: 14px;
    background-position: -19px -182px;
}

.fb--container .selected .sp_xOlIFEVne2M.sx_28d48e {
    background-position: 0px -35px;
}

.fb--container .selected .sp_xOlIFEVne2M.sx_9bbdcc {
    background-position: -33px -35px;
}

.fb--container .selected .sp_xOlIFEVne2M.sx_1c1841 {
    background-position: -66px -35px;
}

.fb--container .selected .sp_xOlIFEVne2M.sx_32be2b {
    background-position: -99px -35px;
}

.fb--container .selected .sp_xOlIFEVne2M.sx_f37075 {
    background-position: -132px -35px;
}

.fb--container .selected .sp_xOlIFEVne2M.sx_92a325 {
    background-position: 0px -52px;
}

.fb--container .selected .sp_xOlIFEVne2M.sx_7942fc {
    background-position: -33px -52px;
}

.fb--container .selected .sp_xOlIFEVne2M.sx_86e74e {
    background-position: -66px -52px;
}

.fb--container ._pbn ._4z8- .img {
    bottom: 0px;
    position: static;
    vertical-align: baseline;
}

.fb--container ._6m2.exploded .lfloat {
    float: none;
}

.fb--container ._59ap ._2r3x>._ohe {
    width: 100%;
}

.fb--container ._5tmf ._6m8 ._2r3x>._ohe {
    width: 100%;
}

.fb--container ._5qrt .ego_unit .lfloat>.img {
    padding-top: 0px;
}

.fb--container .highContrast .uiTypeaheadView .selected ._1gop._5dzz::before {
    margin: -598px 0px 0px;
    position: absolute;
}

.fb--container .highContrast .uiTypeaheadView .selected ._1gop._5dzz {
    overflow: hidden;
    position: relative;
}

.fb--container .uiTypeaheadView .selected ._1gop._5dzz {
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 0px -598px;
    filter: brightness(200%);
    height: 16px;
    width: 16px;
}

.fb--container .highContrast ._56_f._5dzz::before,
.fb--container .highContrast .uiTypeaheadView .search.updatedSuggestionRows .selected ._56_f._5dzz::before {
    margin: -681px 0px 0px;
    position: absolute;
}

.fb--container .highContrast ._56_f._5dzz,
.fb--container .highContrast .uiTypeaheadView .search.updatedSuggestionRows .selected ._56_f._5dzz {
    overflow: hidden;
    position: relative;
}

.fb--container ._56_f._5dzz,
.fb--container .uiTypeaheadView .search.updatedSuggestionRows .selected ._56_f._5dzz {
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 0px -681px;
}

.fb--container .highContrast .uiTypeaheadView .selected ._56_f._5dzz::before {
    margin: -665px 0px 0px;
    position: absolute;
}

.fb--container .highContrast .uiTypeaheadView .selected ._56_f._5dzz {
    overflow: hidden;
    position: relative;
}

.fb--container .uiTypeaheadView .selected ._56_f._5dzz {
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 0px -665px;
}

.fb--container .highContrast .selected ._56_f._5dz_::before {
    margin: -565px 0px 0px;
    position: absolute;
}

.fb--container .highContrast .selected ._56_f._5dz_ {
    overflow: hidden;
    position: relative;
}

.fb--container .selected ._56_f._5dz_ {
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 0px -565px;
}

.fb--container .highContrast .uiTypeaheadView .selected ._5n3t._5dzz::before {
    margin: -712px 0px 0px -13px;
    position: absolute;
}

.fb--container .highContrast .uiTypeaheadView .selected ._5n3t._5dzz {
    overflow: hidden;
    position: relative;
}

.fb--container .uiTypeaheadView .selected ._5n3t._5dzz {
    background-repeat: no-repeat;
    background-size: auto;
    background-position: -13px -712px;
}

.fb--container .highContrast .selected ._5n3t._5dz_::before {
    margin: -497px 0px 0px;
    position: absolute;
}

.fb--container .highContrast .selected ._5n3t._5dz_ {
    overflow: hidden;
    position: relative;
}

.fb--container .selected ._5n3t._5dz_ {
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 0px -497px;
}

.fb--container ._5v3q ._5pcp,
.fb--container ._5v3q ._5pcp a.uiLinkSubtle,
.fb--container ._5v3q ._5ptz,
.fb--container ._5v3q a._5pcq {
    color: #90949c;
}

.fb--container ._54nu .img,
.fb--container ._54nu ._54nh {
    display: inline-block;
    vertical-align: middle;
}

.fb--container ._2agf {
    word-wrap: normal;
}

.fb--container ._55pe {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: top;
    white-space: nowrap;
}

.fb--container a.uiLinkSubtle {
    color: #90949c;
}

.fb--container .uiPopover .uiCloseButton {
    background-clip: padding-box;
    border: 1px solid transparent;
    margin: 0px;
}

.fb--container .uiInputLabel {
    position: relative;
}

.fb--container .uiInputLabel+.uiInputLabel {
    margin-top: 3px;
}

.fb--container .uiInputLabel+.inlineBlock.uiInputLabel {
    margin-left: 10px;
    margin-top: 0px;
}

.fb--container .uiInputLabelInput {
    margin: 0px;
    padding: 0px;
    position: absolute;
}

.fb--container .uiInputLabel .uiInputLabelLabel {
    display: inline-block;
    margin-left: 17px;
    vertical-align: baseline;
}

.fb--container .webkit.mac .uiInputLabel .uiInputLabelLabel {
    margin-left: 16px;
}

.fb--container .webkit.mac .uiInputLabelRadio,
.fb--container .webkit.mac .uiInputLabelCheckbox {
    margin-top: 2px;
}

.fb--container .uiClearableTypeahead .selected .uiStickyPlaceholderInput {
    margin-right: 16px;
}

.fb--container .webkit ._42w {
    position: absolute;
    top: 0px;
    visibility: hidden;
    width: 1px;
}

.fb--container .openToggler>._5vto._5vto {
    background-color: #4267b2;
    border-color: #4267b2;
    box-shadow: none;
    color: #ffffff;
}

.fb--container .openToggler>._5vto:hover {
    background-color: #365899;
    border-color: #365899;
}

.fb--container .openToggler>._5vto:active {
    background-color: #29487d;
    border-color: #29487d;
}

.fb--container .pop_content .dialog_buttons_msg .uiInputLabel {
    line-height: 14px;
    position: static;
}

.fb--container .pop_content .dialog_buttons_msg .uiInputLabel .uiInputLabelLabel {
    display: inline;
}

.fb--container .UFIMentionsInputWrap,
.fb--container .UFICommentContainer,
.fb--container .UFIInputContainer {
    position: relative;
}

.fb--container .UFICommentAttachmentButtons {
    bottom: 0px;
    height: 24px;
    position: absolute;
    right: 0px;
}

.fb--container .UFICommentActorName {
    font-weight: bold;
}

.fb--container .UFICommentFailed,
.fb--container .UFICommentFailed .UFICommentActorName {
    color: #7f7f7f;
}

.fb--container .UFIRow .UFIImageBlockImage {
    margin: 0px;
}

.fb--container .UFIRow .UFIImageBlockContent {
    margin: 0px;
    padding-left: 8px;
}

.fb--container .UFIShareRow .UFIImageBlockContent {
    padding-left: 4px;
}

.fb--container .UFILikeSentence .UFIImageBlockContent {
    padding-left: 5px;
}

.fb--container .UFIPagerRow .UFIImageBlockContent {
    padding-left: 6px;
}

.fb--container ._5v47 {
    display: inline;
    white-space: nowrap;
}

.fb--container .UFICommentContent ._5v47 {
    font-size: 12px;
}

.fb--container ._5uzb {
    padding-right: 3px;
}

.fb--container span._47e3 .img {
    vertical-align: -3px;
}

.fb--container .sp_-J_-HgF_hOz {
    background-size: auto;
    background-repeat: no-repeat;
    display: inline-block;
    height: 16px;
    width: 16px;
}

.fb--container .sp_-J_-HgF_hOz.sx_0beb10 {
    width: 13px;
    height: 15px;
    background-position: 0px -713px;
}

.fb--container .sp_LOJ2j-KswDP {
    display: inline-block;
    height: 16px;
    width: 16px;
}

.fb--container .sp_LOJ2j-KswDP.sx_1e62d4 {
    width: 12px;
    height: 12px;
    background-position: -365px -220px;
}

.fb--container .sp_LOJ2j-KswDP.sx_32ff1f {
    width: 9px;
    height: 8px;
    background-position: -207px -196px;
}

.fb--container .selected .sp_LOJ2j-KswDP.sx_32ff1f {
    background-position: -198px -196px;
}

.fb--container ._56q9 {
    font-size: 14px;
    line-height: 1.358;
    word-break: break-word;
    word-wrap: break-word;
}

.fb--container ._44ri {
    border-left: 1px dotted #d3d6db;
}

.fb--container #facebook ._1e_f {
    overflow: visible;
}

.fb--container ._2vq9 {
    font-size: 12px;
    line-height: 1.358;
    padding-top: 2px;
}

.fb--container ._2vq9 a {
    color: #4267b2;
}

.fb--container ._2vq9 .livetimestamp,
.fb--container ._2vq9 .uiLinkSubtle {
    color: #90949c;
}

.fb--container ._4iy4 {
    bottom: -2px;
    position: relative;
}

.fb--container .pluginSkinDark ._2vq9 a {
    color: #ffffff;
}

.fb--container .pluginSkinDark ._2vq9 .livetimestamp,
.fb--container .pluginSkinDark ._2vq9 .uiLinkSubtle {
    color: #b2b2b2;
}

.fb--container ._4q1v {
    color: #90949c;
    display: inline;
}

.fb--container ._4q1v a {
    color: #90949c;
}

.fb--container ._5mdd {
    word-wrap: break-word;
}

.fb--container ._5mdd ._5v47 {
    font-size: 14px;
}

.fb--container ._5mdd a {
    color: #4267b2;
}

.fb--container ._2392 {
    margin-bottom: 24px;
}

.fb--container ._4uyl ._1cb {
    border: 1px solid #d3d6db;
    word-wrap: break-word;
}

.fb--container ._1zz8 ._5yk2,
.fb--container ._1zz8 ._1u9t {
    min-height: 40px;
}

.fb--container ._1zz7 ._1u9t,
.fb--container ._1zz6 ._1u9t {
    min-height: 48px;
}

.fb--container ._1u9t {
    box-sizing: border-box;
    vertical-align: top;
    width: 100%;
}

.fb--container ._4uyl ._5yk2,
.fb--container ._4uyl ._1u9t {
    font-size: 14px;
    padding: 12px 8px;
}

.fb--container ._4uyl ._1p1t {
    color: #a9a9a9;
}

.fb--container ._5tr6 {
    background: #f6f7f9;
    text-align: right;
}

.fb--container ._5tr6 button,
.fb--container ._5tr6 ._42fr:active,
.fb--container ._5tr6 ._42fs {
    font-size: 14px;
    white-space: normal;
}

.fb--container ._4uym {
    border-width: 0px 1px 1px;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-color: #d3d6db;
    border-bottom-color: #d3d6db;
    border-left-color: #d3d6db;
    border-image: initial;
    border-top-style: initial;
    border-top-color: initial;
}

.fb--container ._2ern {
    font-size: 12px;
}

.fb--container ._1u0n {
    line-height: 24px;
}

.fb--container .pluginSkinDark ._1cb {
    color: #1d2129;
}

.fb--container ._5lm5 {
    border-top: 1px solid #e9ebee;
    font-size: 11px;
}

.fb--container ._491z {
    border-bottom: 1px solid #e9ebee;
    line-height: 25px;
    margin-bottom: 24px;
    padding: 8px 0px;
}

.fb--container ._pup {
    color: #4b4f56;
}

.fb--container .pluginSkinDark ._pup {
    color: #7f7f7f;
}

.fb--container .pluginSkinDark ._491z ._55pe {
    color: #1d2129;
}

.fb--container ._5o4h ._1gl3 {
    background: #4080ff;
    border: none;
    box-sizing: border-box;
    color: #ffffff;
    font-size: 14px;
    margin-top: 24px;
    padding: 12px;
    text-shadow: none;
    width: 100%;
}

.fb--container ._1ci {
    height: 48px;
    width: 48px;
}

.fb--container ._1cj {
    height: 36px;
    width: 36px;
}

.fb--container ._5yct {
    background-color: #f6f7f9;
    color: #365899;
}

.fb--container .pluginSkinDark ._5yct {
    background-color: #4c4c4c;
}

.fb--container ._55sg {
    vertical-align: baseline;
}

.fb--container .uiInputLabel ._55sg+.uiInputLabelLabel {
    margin-left: 23px;
}

.fb--container .webkit.mac .uiInputLabel ._55sg+.uiInputLabelLabel {
    margin-left: 22px;
}

.fb--container .ie10 ._55sg>input+span::before,
.fb--container .webkit ._55sg>input+span::before {
    content: "";
    display: inline-block;
    height: 16px;
    margin: 0px 1px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 16px;
}

.fb--container ._kv1 {
    position: relative;
}

.fb--container .ie10 ._kv1,
.fb--container .webkit ._kv1 {
    user-select: none;
}

.fb--container .uiInputLabelInput._kv1 {
    position: absolute;
}

.fb--container .ie10 ._kv1>input,
.fb--container .webkit ._kv1>input,
.fb--container .touch ._kv1>input {
    left: 0px;
    opacity: 0;
    position: absolute;
}

.fb--container .ie10 ._kv1>input:focus,
.fb--container .webkit ._kv1>input:focus,
.fb--container .touch ._kv1>input:focus {
    outline: none;
}

div#bottombar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    min-height: 30px;
    background: #a91717;
    padding: 5px;
    font-size: 22px;
}

.expire-text {
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
}

.note {
    font-style: italic;
    font-weight: bold;
}

.editorial {
    background: rgb(255, 0, 0, 0.25);
    padding: 10px;
}

.editorial:before {
    content: 'Dziennikarz: ';
}