@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 red;
    }
    70% {
        box-shadow: 0 0 10px 5px rgba(255, 0, 0, 0.5);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(255, 0, 0, 0);
    }
}

.o-jumbotron::after,
.o-jumbotron::before {
    content: "";
    display: table;
}

.o-jumbotron::after {
    clear: both;
}

@media (max-width:1023px) {
    .h1,
    h1 {
        font-size: 27px;
    }
    .h2,
    h2 {
        font-size: 22px;
    }
    .h3,
    h3 {
        font-size: 18px;
    }
}

.nav>li>a {
    color: #000;
}

@media (max-width:1023px) {
    .nav {
        font-size: 12px;
    }
}

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

a,
button {
    transition: all .3s ease 0s;
    outline: 0 none !important;
}

::-moz-selection {
    background-color: #c6f3fe;
}

.h1,
.h2,
h1,
h2 {
    margin-top: 33px;
    margin-bottom: 22px;
}

@media (min-width:1280px) {
    .h1,
    .h2,
    h1,
    h2 {
        margin-top: 44px;
        margin-bottom: 33px;
    }
}

p,
ul {
    margin-bottom: 22px;
}

.c-main {
    padding: 0 10px;
}

.o-jumbotron {
    padding: 10px 40px;
    background-color: #000;
    overflow: hidden;
    font-size: 14px;
}

.o-jumbotron .o-jumbotron {
    margin-bottom: 0;
}

.o-jumbotron p {
    margin-bottom: 11px;
}

@media (max-width:1279px) {
    .o-jumbotron {
        padding-top: 7px;
    }
    .c-main .o-jumbotron {
        margin-right: 0;
    }
}

.c-entry {
    display: block;
    position: relative;
    margin-bottom: 20px;
}

.c-entry-inverse {
    color: #fff;
}

.c-post-img-wrap {
    position: relative;
    display: block;
}

.c-post-img-wrap img {
    width: 100%;
    height: auto;
    color: #f5f5f5;
}

a.c-post-img-wrap {
    position: relative;
}

a.c-post-img-wrap::before {
    content: "";
    display: block;
    background-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: background-color .3s ease 0s;
}

.c-entry:focus a.c-post-img-wrap::before,
.c-entry:hover a.c-post-img-wrap::before {
    background-color: rgba(0, 0, 0, .6);
}

.has-pseudo-bg {
    display: block;
    position: relative;
}

.has-pseudo-bg::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: -1px;
    left: 0;
    right: 0;
}

.c-port {
    overflow: hidden;
    position: relative;
}

.u-pa-0 {
    padding: 0 !important;
}

.u-pos-r {
    position: relative;
}

@media print {
    .c-entry-lg .has-pseudo-bg::before {
        background-color: transparent;
        background-image: none;
    }
    .o-jumbotron {
        margin-bottom: 0 !important;
        background-color: transparent !important;
        overflow: visible;
    }
    .c-main {
        float: none !important;
        width: 100% !important;
        margin-right: 0 !important;
    }
}

.product {
    margin: 40px 0;
}

.submit {
    margin-top: 10px;
    height: 50px;
    width: 300px;
    background-color: #b22222;
    color: #fff !important;
    font-size: 30px;
    padding-top: 5px;
    text-decoration: none;
    border-radius: 3px;
}

body {
    font-family: 'Inter', sans-serif;
    color: #444;
    line-height: 1.5625;
}

@media (min-width:759px) and (max-width:1024px) {
    .o-jumbotron {
        font-size: 11px;
        padding: 0;
    }
}

@media (max-width:759px) {
    body,
    html {
        width: 100%;
        padding: 0 0;
    }
    .product {
        width: 100%;
    }
    .o-jumbotron {
        font-size: 11px;
        padding: 0;
    }
    .h1,
    h1 {
        font-size: 20px;
    }
    a.c-post-img-wrap::before {
        display: none;
    }
    .product {
        width: 100%;
    }
    .c-main .o-jumbotron {
        max-width: 114%;
        margin-left: 0;
    }
}

html {
    font-family: 'Inter', sans-serif;
}

article,
header,
nav {
    display: block;
}

a:active,
a:hover {
    outline: 0 none;
}

b {
    font-weight: 700;
}

h1 {
    margin: .67em 0;
}

img {
    border: 0 none;
    vertical-align: middle;
}

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

button {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button {
    text-transform: none;
}

button {
    cursor: pointer;
}

button::-moz-focus-inner {
    border: 0 none;
    padding: 0;
}

@media print {
    *,
    ::after,
    ::before {
        background: transparent none repeat scroll 0 0 !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]::after {
        content: " ("attr(href) ")";
    }
    img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
}

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

html {
    font-size: 10px;
}

body {
    margin: 0;
    font-size: 18px;
    line-height: 1.6;
    color: #000;
    background-color: #fff;
}

button {
    font-family: 'Inter', sans-serif;
    font-size: inherit;
    line-height: inherit;
}

a {
    background-color: transparent;
    color: #09f;
    text-decoration: none;
}

a:focus,
a:hover {
    color: #09f;
    text-decoration: underline;
}

a:focus {
    outline: thin dotted;
    outline-offset: -2px;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
    font-family: 'Inter', sans-serif;
    font-weight: 900;
    line-height: 1.25;
    color: inherit;
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
    margin-top: 22px;
    margin-bottom: 11px;
}

.h1,
h1 {
    font-size: 30px;
}

.h2,
h2 {
    font-size: 30px;
}

.h3,
h3 {
    font-size: 24px;
}

p {
    margin: 0 0 11px;
}

ul {
    margin-top: 0;
    margin-bottom: 11px;
}

ul ul {
    margin-bottom: 0;
}

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: outside none none;
}

.nav>li {
    position: relative;
    display: block;
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 9px 12px;
}

.nav>li>a:focus,
.nav>li>a:hover {
    text-decoration: none;
    background-color: #f5f5f5;
}

.nav::after,
.nav::before,
.navbar::after,
.navbar::before {
    content: "";
    display: table;
}

.nav::after,
.navbar::after {
    clear: both;
}

body {
    margin: 0;
}

.contentBox p {
    margin: 0;
}

article,
header,
nav {
    display: block;
}

a {
    background-color: transparent;
}

a:active,
a:hover {
    outline-width: 0;
}

b {
    font-weight: inherit;
}

b {
    font-weight: bolder;
}

img {
    border-style: none;
}

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

button {
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button {
    text-transform: none;
}

button::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring {
    outline: 1px dotted buttontext;
}

* {
    box-sizing: border-box;
}

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

body {
    height: 100%;
    color: #2e2e2e;
    background-color: #f2f2f2;
    text-rendering: optimizelegibility;
    min-width: 300px;
}

body {
    background-color: #fff;
}

.content-wrapper {
    height: 100%;
}

button {
    font-family: 'Inter', sans-serif;
    line-height: inherit;
}

a {
    color: #3968a3;
    text-decoration: none;
}

a:focus,
a:hover {
    color: #3968a3;
    text-decoration: none;
    outline: 0 none;
}

img {
    vertical-align: middle;
}

::-moz-selection {
    background: #b3d4fc none repeat scroll 0 0;
    text-shadow: none;
}

.visible-xs {
    display: none !important;
}

.visible-sm {
    display: none !important;
}

body::before {
    content: "xs";
    display: none;
}

body .navbar {
    background-color: #021859;
    background-image: linear-gradient(#021859 60px, #03258b 60px);
}

.navbar .navbar-inner {
    position: relative;
    display: flex;
    height: 100%;
    line-height: 60px;
}

.navbar .navbar-inner .navbar-toggle {
    position: relative;
    flex: 0 0 auto;
    padding: 21px 20px 20px;
    background: transparent none repeat scroll 0 0;
    border: 0 none;
    outline: 0 none;
    cursor: pointer;
}

.navbar .navbar-inner .navbar-toggle .icon-bar {
    display: block;
    width: 25px;
    height: 3px;
    background-color: #fff;
}

.navbar .navbar-inner .navbar-toggle .icon-bar+.icon-bar {
    margin-top: 5px;
}

.navbar .navbar-inner .navbar-title {
    position: relative;
    height: 60px;
    margin-left: -4px;
    font-size: 22px;
    color: #fff;
    text-transform: uppercase;
    flex: 0 0 auto;
}

.navbar .navbar-inner .navbar-title__hashtag {
    position: absolute;
    top: 0;
    left: 0;
}

.navbar .navbar-inner .navbar-title__bg {
    display: none;
}

.navbar .navbar-inner .gradient-navbar {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 200px;
    height: 60px;
    background: transparent linear-gradient(to right, rgba(186, 5, 5, 0), #ba0505 100px) no-repeat scroll 0 0;
}

body .navbar .navbar-inner .gradient-navbar {
    background: transparent linear-gradient(to right, rgba(2, 24, 89, 0), #021859 100px) no-repeat scroll 0 0;
}

.navbar .navbar-inner .navbar-menu {
    display: none;
}

.navbar .navbar-inner .navbar-right {
    position: relative;
    display: flex;
    flex: 0 0 auto;
    height: 60px;
    margin-left: auto;
    z-index: 2000;
}

.navbar .navbar-inner .button-text {
    display: none;
}

.navbar .navbar-inner .button {
    position: relative;
    display: block;
    width: 40px;
    height: 60px;
    padding: 0;
    border: 0 none;
    outline: 0 none;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: transparent;
    opacity: .7;
    cursor: pointer;
    transition: opacity .15s ease-out 0s;
}

.navbar .navbar-inner .button:hover {
    opacity: 1;
}

.navbar .navbar-inner .button.button-user {
    background-size: 20px 20px;
}

.navbar .navbar-inner .button.button-search {
    margin-right: 10px;
    background-size: 20px 20px;
}

.search-container {
    position: absolute;
    right: 0;
    width: 100%;
    height: 60px;
    background-color: #ec0606;
    opacity: 0;
    visibility: hidden;
    transition: opacity .2s ease-out 0s;
    z-index: 2005;
}

body .search-container {
    background-color: #03258b;
}

.title-bar__container {
    height: inherit;
    margin: auto;
}

.post-page__columns {
    display: flex;
}

.post-page__columns-left {
    display: none;
}

.post-page__columns-right {
    width: 100%;
}

.post-page .post-page-item {
    margin-top: 0;
    padding: 0 15px 20px;
}

.post-page .post-page-item .post-page-header {
    margin-bottom: 30px;
}

.post-page .post-page-item .post-page-header h1 {
    margin: 7px 0;
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
    color: #151515;
    word-wrap: break-word;
}

.read-next {
    margin: 20px 0;
}

.read-next__container {
    opacity: 0;
    transition: opacity .6s ease-out 0s;
}

.read-next__container_visible {
    opacity: 1;
}

.read-next__title {
    margin: 0;
    font-weight: 500;
    font-size: 15px;
    color: #000;
    text-transform: uppercase;
}

.read-next-item {
    position: relative;
    padding: 20px 0;
    border-bottom: 1px solid #e2e7ec;
}

.read-next-item:nth-child(n+2) .read-next-item__labels_top {
    display: none;
}

.read-next-item:last-child {
    border-bottom: 0 none;
}

.read-next-item__labels {
    position: absolute;
    left: 0;
    top: 20px;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.read-next-item__title {
    display: block;
    font-size: 14px;
    line-height: 18px;
    color: #2e2e2e;
    transition: color .15s ease-out 0s;
}

.read-next-item__title:hover {
    color: #ba0505;
}

body .read-next-item__title:hover {
    color: #021859;
}

.comment-bubble {
    flex: 1;
}

.comment-bubble:not(:last-child) {
    margin-right: 10px;
}

.notification-message-list-container {
    position: fixed;
    z-index: 1000;
    width: 100%;
    display: none;
    margin-bottom: 10px;
    background-color: #fff;
    box-shadow: 0 9px 33px 0 rgba(21, 33, 50, .2);
}

img {
    max-width: 100%;
}

.post-page-content-main a {
    text-decoration: underline;
}

.post-page-content-main a:hover {
    color: #a21e2b;
}

.post-page-content p img {
    max-width: 100%;
}

html {
    overflow-y: initial !important;
}

body {
    position: sans-serif !important;
}

.link {
    color: #3968a3;
    text-decoration: underline;
    cursor: pointer;
}

.link:hover {
    color: #a21e2b;
}

html {
    font-family: 'Inter', sans-serif;
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article,
header,
nav {
    display: block;
}

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

a:active,
a:hover {
    outline-width: 0;
}

img {
    border-style: none;
}

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

button {
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button {
    text-transform: none;
}

button {
    -webkit-appearance: button;
}

button::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring {
    outline: 1px dotted ButtonText;
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: .54;
}

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

* {
    -webkit-box-sizing: border-box;
    box-sizing: 130%;
}

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

body {
    height: 100%;
    color: #2e2e2e;
    background-color: #f2f2f2;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    min-width: 300px;
    font-family: sans-serif !important;
}

body.body-white-back {
    background-color: #fff;
}

.content-wrapper {
    height: 100%;
}

button {
    font-family: 'Inter', sans-serif;
    font-size: inherit;
    line-height: inherit;
}

a {
    color: #3968a3;
    text-decoration: none;
}

a:focus,
a:hover {
    color: #3968a3;
    text-decoration: none;
    outline: 0;
}

img {
    vertical-align: middle;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

.visible-xs {
    display: none !important;
}

.visible-sm {
    display: none !important;
}

@media (max-width:659px) {
    .visible-xs {
        display: block !important;
    }
}

@media (min-width:660px) and (max-width:979px) {
    .visible-sm {
        display: block !important;
    }
}

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

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

body::before {
    content: "xs";
    display: none;
}

@media (min-width:660px) {
    body::before {
        content: "sm";
    }
}

@media (min-width:980px) {
    body::before {
        content: "md";
    }
}

@media (min-width:1300px) {
    body::before {
        content: "lg";
    }
}

@media (min-width:1440px) {
    body::before {
        content: "xlg";
    }
}

@media (min-width:1920px) {
    body::before {
        content: "xxlg";
    }
}

.navbar {
    background-color: #ba0505;
    background-image: linear-gradient(#ba0505 60px, #ec0606 60px);
    top: 0;
    left: 0;
    right: 0;
    max-height: 60px;
    z-index: 1000;
    -webkit-transition: top .2s;
    transition: top .2s;
    cursor: default;
    will-change: top;
}

body .navbar {
    background-color: #021859;
    background-image: linear-gradient(#021859 60px, #03258b 60px);
}

.navbar .navbar-inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    line-height: 60px;
}

.navbar .navbar-inner .navbar-toggle {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding: 21px 20px 20px;
    background: 0 0;
    border: 0;
    outline: 0;
    cursor: pointer;
}

.navbar .navbar-inner .navbar-toggle .icon-bar {
    display: block;
    width: 25px;
    height: 3px;
    background-color: #fff;
}

.navbar .navbar-inner .navbar-toggle .icon-bar+.icon-bar {
    margin-top: 5px;
}

.navbar .navbar-inner .navbar-title {
    position: relative;
    height: 60px;
    margin-left: -4px;
    font-size: 22px;
    color: #fff;
    text-transform: uppercase;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.navbar .navbar-inner .navbar-title__hashtag {
    position: absolute;
    top: 0;
    left: 0;
}

.navbar .navbar-inner .navbar-title__bg {
    display: none;
}

.navbar .navbar-inner .gradient-navbar {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 200px;
    height: 60px;
    background: linear-gradient(to right, rgba(186, 5, 5, 0), #ba0505 100px) no-repeat;
}

body .navbar .navbar-inner .gradient-navbar {
    background: linear-gradient(to right, rgba(2, 24, 89, 0), #021859 100px) no-repeat;
}

.navbar .navbar-inner .navbar-menu {
    display: none;
}

.navbar .navbar-inner .navbar-right {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    height: 60px;
    margin-left: auto;
    z-index: 2000;
}

.navbar .navbar-inner .button-text {
    display: none;
}

.navbar .navbar-inner .button {
    position: relative;
    display: block;
    width: 40px;
    height: 60px;
    padding: 0;
    border: 0;
    outline: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: transparent;
    opacity: .7;
    cursor: pointer;
    -webkit-transition: opacity .15s ease-out;
    transition: opacity .15s ease-out;
}

.navbar .navbar-inner .button:hover {
    opacity: 1;
}

.navbar .navbar-inner .button.button-user {
    background-image: url("https://prostamexil.com/phnews_0106_sd45/img/8a6d3724a6c1738844d9cac339b56312ca485a21.svg");
    background-size: 20px 20px;
}

.navbar .navbar-inner .button.button-search {
    margin-right: 10px;
    background-image: url("https://prostamexil.com/phnews_0106_sd45/img/bfe9b8349f10f3713631886b60c92dff12ae66eb.svg");
    background-size: 20px 20px;
}

@media (min-width:660px) {
    .navbar .navbar-inner .gradient-navbar {
        width: 330px;
        background: linear-gradient(to right, rgba(186, 5, 5, 0), #ba0505 230px) no-repeat;
    }
    body .navbar .navbar-inner .gradient-navbar {
        background: linear-gradient(to right, rgba(2, 24, 89, 0), #021859 230px) no-repeat;
    }
    .navbar .navbar-inner .navbar-toggle {
        padding-right: 11px;
    }
    .navbar .navbar-inner .navbar-title {
        font-size: 28px;
        margin-right: 15px;
        margin-left: 30px;
    }
    .navbar .navbar-inner .navbar-title__hashtag {
        position: relative;
    }
    .navbar .navbar-inner .navbar-title__bg {
        position: absolute;
        top: 50%;
        display: block;
        left: -10px;
        right: -10px;
        height: 0;
        border-radius: 2px;
        background-color: #ec0606;
        opacity: 0;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-transition: height .15s ease-out, opacity .15s ease-out;
        transition: height .15s ease-out, opacity .15s ease-out;
        z-index: -1;
    }
    body .navbar .navbar-inner .navbar-title__bg {
        background-color: #03258b;
    }
    .navbar .navbar-inner .navbar-title:hover .navbar-title__bg {
        height: 36px;
        opacity: 1;
    }
    .navbar .navbar-inner .button-text {
        padding: 0 25px;
        margin: 11px 5px;
        border: 0;
        border-radius: 2px;
        outline: 0;
        line-height: 38px;
        font-weight: 700;
        color: #fff;
        background-color: #ec0606;
        text-transform: uppercase;
        white-space: nowrap;
        -webkit-transition: background-color .15s ease-out;
        transition: background-color .15s ease-out;
    }
    body .navbar .navbar-inner .button-text {
        background-color: #03258b;
    }
    .navbar .navbar-inner .button-text:hover {
        background-color: #f91313;
    }
    body .navbar .navbar-inner .button-text:hover {
        background-color: #042ca4;
    }
    .navbar .navbar-inner .button-text.button-text-mylife {
        display: block;
        margin-right: 10px;
    }
}

@media (min-width:980px) {
    .navbar {
        -webkit-transition: max-height .3s ease-out, top .2s;
        transition: max-height .3s ease-out, top .2s;
    }
    .navbar .navbar-inner .navbar-toggle {
        display: none;
    }
    .navbar .navbar-inner .navbar-rss {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 60px;
        margin-right: 10px;
        opacity: .4;
        -webkit-transition: opacity .15s ease-out;
        transition: opacity .15s ease-out;
    }
    .navbar .navbar-inner .navbar-rss:hover {
        opacity: .7;
    }
    .navbar .navbar-inner .navbar-rss svg {
        vertical-align: text-bottom;
    }
    .navbar .navbar-inner .button-text.button-text-stream {
        display: block;
        padding-left: 50px;
        background-image: url("https://prostamexil.com/phnews_0106_sd45/img/e119edb7fa614bf1cc1960f8ef82b26378d68f07.svg");
        background-size: 20px 14px;
        background-repeat: no-repeat;
        background-position: 20px center;
    }
    .navbar .navbar-inner .navbar-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 10px;
        padding: 0;
        max-height: 60px;
        font-size: 15px;
        font-weight: 500;
        text-transform: uppercase;
        overflow: hidden;
    }
    .navbar .navbar-inner .navbar-menu a {
        display: block;
        height: 100%;
        padding: 0 10px;
        color: #fff;
        -webkit-transition: color .15s ease-out, background-color .15s ease-out;
        transition: color .15s ease-out, background-color .15s ease-out;
    }
    .navbar .navbar-inner .navbar-menu a::after {
        -webkit-transition: opacity .15s ease-out;
        transition: opacity .15s ease-out;
    }
    .navbar .navbar-inner .navbar-menu:hover a {
        color: rgba(255, 255, 255, .7);
    }
    .navbar .navbar-inner .button-text-mylife {
        position: relative;
        z-index: 3000;
    }
}

@media (min-width:1440px) {
    .navbar .navbar-inner {
        width: 1400px;
        margin: 0 auto;
    }
}

.search-container {
    position: absolute;
    right: 0;
    width: 100%;
    height: 60px;
    background-color: #ec0606;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out;
    z-index: 2005;
}

body .search-container {
    background-color: #03258b;
}

@media (min-width:980px) {
    .search-container {
        width: calc(100% - 107px);
    }
}

@media (min-width:1440px) {
    .search-container {
        width: 1304px;
    }
}

.title-bar {
    display: none;
    top: 10px;
    z-index: 995;
    height: 50px;
    width: 100%;
    background: #fff;
    -webkit-box-shadow: 0 1px 11px 0 rgba(0, 19, 45, .21);
    box-shadow: 0 1px 11px 0 rgba(0, 19, 45, .21);
    overflow: hidden;
    -webkit-transition: top .2s;
    transition: top .2s;
    will-change: top;
}

.title-bar__container {
    height: inherit;
    margin: auto;
}

@media (min-width:660px) {
    .title-bar__container {
        position: relative;
        width: 100%;
        margin-left: 0;
    }
}

@media (min-width:1440px) {
    .title-bar__container {
        width: 1440px;
        margin: 0 auto;
    }
}

.post-page__columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.post-page__columns-left {
    display: none;
}

.post-page__columns-right {
    width: 100%;
}

.post-page .post-page-item {
    margin-top: 0;
    padding: 0 0 20px;
}

.post-page .post-page-item .post-page-header {
    margin-bottom: 30px;
}

.post-page .post-page-item .post-page-header h1 {
    margin: 7px 0;
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
    color: #151515;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

@media (min-width:660px) {
    .post-page .post-page-item {
        padding-left: 20px;
        padding-right: 20px;
    }
    .post-page .post-page-item .post-page-header h1 {
        font-size: 38px;
        line-height: 44px;
    }
    .post-page .post-page-item .post-page-header .post-page-tools-footer {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

@media (min-width:980px) {
    .post-page .post-page-item .post-page-header h1 {
        font-size: 30px;
        line-height: 36px;
    }
    .post-page .post-page-item .post-page-content {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .post-page .post-page-item .post-page-content .post-page-content-main {
        max-width: calc(100% - 300px);
        max-width: 100%;
        /* padding-right: 40px */
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
    .post-page .post-page-item .post-page-content .post-page-content-main .comments {
        padding: 0;
    }
}

@media (min-width:1300px) {
    .post-page__columns {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .post-page__columns-left {
        position: relative;
        display: block;
        width: 212px;
    }
    .post-page__columns-right {
        max-width: 800px;
        margin: 0 auto;
        /* width: calc(100% - 258px) */
    }
}

@media (min-width:1440px) {
    .post-page .post-page-item {
        margin-left: auto;
        margin-right: auto;
        width: 1260px;
    }
}

@media print {
    *,
    ::after,
    ::before {
        background: 0 0 !important;
        color: #000 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]::after {
        content: " ("attr(href) ")";
    }
    img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
    .navbar {
        display: none;
    }
}

.read-next {
    margin: 20px 0;
}

.read-next__container {
    opacity: 0;
    -webkit-transition: opacity .6s ease-out;
    transition: opacity .6s ease-out;
}

.read-next__container_visible {
    opacity: 1;
}

.read-next__title {
    margin: 0;
    font-weight: 500;
    font-size: 15px;
    color: #000;
    text-transform: uppercase;
}

.read-next-item {
    position: relative;
    padding: 20px 0;
    border-bottom: 1px solid #e2e7ec;
}

.read-next-item:nth-child(n+2) .read-next-item__labels_top {
    display: none;
}

.read-next-item:last-child {
    border-bottom: 0;
}

.read-next-item__labels {
    position: absolute;
    left: 0;
    top: 20px;
    z-index: 1;
    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: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.read-next-item__title {
    display: block;
    font-size: 14px;
    line-height: 18px;
    color: #2e2e2e;
    -webkit-transition: color .15s ease-out;
    transition: color .15s ease-out;
}

.read-next-item__title:hover {
    color: #ba0505;
}

body .read-next-item__title:hover {
    color: #021859;
}

.notification-message-list-container {
    position: fixed;
    z-index: 1000;
    width: 100%;
    display: none;
    margin-bottom: 10px;
    background-color: #fff;
    -webkit-box-shadow: 0 9px 33px 0 rgba(21, 33, 50, .2);
    box-shadow: 0 9px 33px 0 rgba(21, 33, 50, .2);
}

@media (min-width:660px) {
    .notification-message-list-container {
        top: 65px;
        right: 15px;
        z-index: 1000;
        margin: 0;
        width: auto;
    }
}

@media (min-width:1440px) {
    .notification-message-list-container {
        right: calc((100% - 1370px)/ 2);
    }
}

img {
    max-width: 100%;
}

.post-page-content-main a {
    text-decoration: underline;
}

.post-page-content-main a:hover {
    color: #a21e2b;
}

.post-page-content p img {
    max-width: 100%;
}

.contentBox {
    line-height: 1.5;
}

.corr {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    margin-block: 20px;
    color: #000;
}

.post-page__columns .img {
    margin-block: 20px;
}

.contentBox .uli {
    background: #ffefef none repeat scroll 0 50%;
    border: 1px solid #dab5b5;
    padding: 10px;
}

.yel-text {
    background: #fff500;
}

.contentBox h1 {
    line-height: 1.2;
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 27px;
}

.contentBox h2 {
    line-height: 1.4;
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: 'Inter', sans-serif;
}

.contentBox .cc {
    text-align: center;
}

.contentBox .cc h2 {
    font-size: 25px;
    margin-bottom: 10px;
    line-height: 1;
}

.contentBox .cc .time_remains_title {
    font-size: 22px;
}

.contentBox .cc p {
    padding: 0;
    font-size: 16px;
    line-height: 1;
}

a {
    text-decoration: none;
    color: #0079f2;
}

.button {
    height: 50px;
    width: 86%;
    border-radius: 3px;
    border: rgba(0, 0, 0, .3) 0 solid;
    box-sizing: border-box;
    padding: 10px;
    background: #f14e4d;
    color: #fff;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 17px;
    transition: background .4s;
    cursor: pointer;
}

.button:hover {
    background: #e72828;
}

.timeTo {
    font-family: 'Inter', sans-serif;
    font-size: 28px !important;
    line-height: 108%;
    font-weight: 700;
    height: 32px;
}

.timeTo div ul li {
    font-size: 28px !important;
}

.timeTo span {
    vertical-align: top;
}

.timeTo.timeTo-white div {
    color: red;
    background: #fff;
    background: -moz-linear-gradient(top, #fff 38%, #ccc 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(38%, #fff), color-stop(100%, #ccc));
    background: -webkit-linear-gradient(top, #fff 38%, #ccc 100%);
    background: -o-linear-gradient(top, #fff 38%, #ccc 100%);
    background: -ms-linear-gradient(top, #fff 38%, #ccc 100%);
    background: linear-gradient(to bottom, #fff 38%, #ccc 100%);
}

.timeTo div {
    position: relative;
    display: inline-block;
    width: 25px;
    height: 30px;
    border-top: 1px solid silver;
    border-right: 1px solid silver;
    border-bottom: 1px solid silver;
    border-left: 1px solid silver;
    overflow: hidden;
}

.timeTo div {
    margin-left: -10px;
}

.timeTo div:first-child {
    margin-left: 0;
}

.timeTo ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 3px;
    line-height: 1 !important;
}

.timeTo ul li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.time_remains_title {
    font-size: 22px;
}

.time_remains {
    font-size: 1.1em;
    color: red;
    font-weight: 700;
}

.countdown {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 300;
    font-size: 39px;
    line-height: 1;
}

.product {
    display: flex;
    margin-bottom: 15px;
}

.product .left {
    width: 50%;
}

.product .right {
    width: 50%;
    text-align: center;
    font-family: 'Inter', sans-serif;
}

.time_remains {
    font-size: 1.1em;
    color: red;
    font-weight: 700;
}

a {
    text-decoration: none;
    color: #0079f2;
}

.button {
    height: 50px;
    width: 86%;
    border-radius: 3px;
    border: rgba(0, 0, 0, .3) 0 solid;
    box-sizing: border-box;
    padding: 10px;
    background: #f14e4d;
    color: #fff;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 17px;
    transition: background .4s;
    cursor: pointer;
    margin-bottom: 20px;
}

.button:hover {
    background: #e72828;
}

.footer__info {
    margin: 0 auto;
    background-color: rgb(85, 85, 85);
    color: white;
    padding: 20px 0px;
}

.footer__info p {
    margin: 20px 0px;
    text-align: center;
}

.footer__tos {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.footer__link {
    color: white;
    text-decoration: none;
}

.footer__link:hover {
    color: #09f;
    text-decoration: underline;
}

.footer__tos span {
    margin: 0 10px;
}

.cont {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    border: 10px outset #dd1616;
    background-color: rgba(216, 216, 216, 0.671);
    border-radius: 25px;
    margin: 20px 0;
}

.left {
    width: 50%;
}

.left img {
    width: 100%;
    max-width: 400px;
}

.right {
    width: 50%;
}

@media screen and (max-width:768px) {
    .left {
        width: 100%;
    }
    .right {
        width: 100%;
    }
}

.form_wrapper_2 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin: 20px auto;
    width: 100%;
}

.old__price {
    font-size: 24px;
    color: #dd1616;
}

.new__price {
    font-size: 32px;
    color: green;
}

.formularz-walidacja__form {
    width: 100%;
    text-align: center;
    margin: 0 auto;
}

.form-input {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.inputCover {
    max-width: 85%;
}

.input-name,
.phone-country {
    margin: 5px 0;
    border: none;
    border-bottom: 1px solid lightgray;
    text-align: center;
    padding: 10px 20px;
    width: 100%;
    border-radius: 25px;
    font-size: 25px;
    box-shadow: 0px 3px 0px 0px #808080;
}

.submit-container--btn-2 {
    padding: 10px 80px;
    font-size: 24px;
    cursor: pointer;
    font-weight: 600;
    color: #fff;
    background-color: #c01e14;
    margin: 30px 0;
    border-radius: 10px;
    border: 0;
    -webkit-box-shadow: 0 15px 5px -4px rgba(192, 30, 20, .75);
    box-shadow: 0 15px 5px -4px rgb(74, 24, 21, .75);
}

.darkred {
    color: darkred;
}

.red {
    color: red;
}

.alert {
    font-family: "Roboto", sans-serif;
    position: fixed;
    top: 10px;
    right: 10px;
    padding: 10px 20px;
    max-width: 90%;
    background: #F7F7F7;
    box-shadow: 2px 4px 15px rgb(0 0 0 / 10%);
    border-radius: 10px;
    transition: opacity .3s;
    opacity: 0;
    pointer-events: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 400;
    font-size: 16px;
    line-height: 135%;
}

.alert--show {
    opacity: 1;
    pointer-events: auto;
}

.alert__img {
    max-height: 50px;
    padding: 0;
    display: inline-block;
    margin-right: 5px;
}

.alert-offer {
    margin-bottom: 40px;
    text-align: center;
    color: red;
}

.alert-offer {
    margin-bottom: 40px;
    text-align: center;
    color: red
}

@media (max-width: 767.98px) {
    .alert-offer {
        margin-bottom: 15px
    }
}

.features-wrapper {
    padding: 30px 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 48px;
}

.wheel-text {
    margin-bottom: 40px;
}

.wheel-title {
    font-weight: bold;
    font-size: 24px;
    line-height: 36px;
    color: #950000;
    text-align: center;
    margin-bottom: 12px;
}

.wheel-p {
    font-size: 14px;
    line-height: 21px;
    text-align: center;
}

.highlight {
    color: #AA3333;
}

.wheel-wrapper {
    margin-bottom: 40px;
}

.offer-date {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
}

.wheel-img {
    border-radius: 50%;
    box-shadow: 2px 4px 15px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 767px) {
    .wheel-text {
        margin-bottom: 30px;
    }
    .wheel-wrapper {
        margin-bottom: 30px;
    }
    .features-wrapper {
        margin-bottom: 0;
    }
    .offer-date {
        font-size: 14px;
    }
}

@media screen and (max-width: 410px) {
    .pop-up-heading {
        font-size: 34px;
    }
    .pop-up-text {
        font-size: 22px;
        margin-top: 10px;
    }
}