@font-face {
    font-family: 'OpenSans';
    src: url('../fonts/opensans-bold-webfont.woff2') format('woff2'),
         url('../fonts/opensans-bold-webfont.woff') format('woff');
    font-weight: 700;
    font-style: normal;
	font-display: swap;
}

@font-face {
    font-family: 'OpenSans';
    src: url('../fonts/opensans-regular-webfont.woff2') format('woff2'),
         url('../fonts/opensans-regular-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;
	font-display: swap;
}

@font-face {
    font-family: 'OpenSans';
    src: url('../fonts/opensans-light-webfont.woff2') format('woff2'),
         url('../fonts/opensans-light-webfont.woff') format('woff');
    font-weight: 300;
    font-style: normal;
	font-display: swap;
}

.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: "OpenSans", 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: 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: inherit;
	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: Ubuntu;
	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.body-white-back {
	background-color: #fff
}

.content-wrapper {
	height: 100%
}

button {
	font-family: inherit;
	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
}

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

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

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

.dark-blue .read-next-item__title:hover {
	color: #021859
}

.comments {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 20px 0 0;
	background: #fff none repeat scroll 0 0
}

.comments-chat {
	display: flex;
	justify-content: space-between;
}

.comment-bubble {
	flex: 1;
}

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

@media (max-width: 840px) {
	.comments-chat {
		flex-direction: column;
	}

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

.comments .comments-avatar {
	flex-shrink: 0;
	position: relative;
	width: 30px;
	height: 30px;
	margin-left: 8px;
	margin-top: 2px;
	margin-right: 2px;
	text-align: center;
	font-size: 12px;
	text-transform: uppercase;
	line-height: 30px;
	border-radius: 50%;
	background-color: #f5f7fa
}

.comments .comments-avatar_grey {
	margin-left: 0;
	margin-right: 8px
}

.comments .comments-message {
	display: flex;
	width: 100%;
	margin-bottom: 15px;
	flex-direction: row-reverse;
	justify-content: flex-start
}

.comments .comments-message_grey {
	flex-direction: row
}

.comments .comments-field {
	/*position: relative;
	width: 88%;
	flex: 1 0 auto;*/
	padding: 15px;
	border: 1px solid #e2e7ec;
	border-radius: 12px
}

.comments .comments-field__txt {
	display: block;
	margin: 5px 0 0;
	font-size: 15px;
	text-align: left;
	font-weight: 400;
	line-height: 1.42857
}

.comments .comments-field__txt p {
	margin: 0;
	padding: 0;
}

.comments .comments-field_grey {
	background-color: #f5f7fa;
	border-color: #f5f7fa
}

.comments .comments-flex__name {
	/*margin: 0 10px 0 0;*/
	font-size: 16px;
	font-weight: 700;
	text-align: left
}

.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: initial !important
}

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

.link:hover {
	color: #a21e2b
}

html {
	font-family: 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: border-box
}

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

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

.content-wrapper {
	height: 100%
}

button {
	font-family: inherit;
	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
}

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

.dark-blue .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(../svg%2Bxml%3Bbase64%2CPHN2Z_1);
	background-size: 20px 20px
}

.navbar .navbar-inner .button.button-search {
	margin-right: 10px;
	background-image: url(../svg%2Bxml%3Bbase64%2CPHN2Z);
	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
	}

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

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

	.dark-blue .navbar .navbar-inner .button-text {
		background-color: #03258b
	}

	.navbar .navbar-inner .button-text:hover {
		background-color: #f91313
	}

	.dark-blue .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(../svg%2Bxml%3Bbase64%2CPD94b);
		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
}

.dark-blue .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 {
		width: calc(100% - 258px);
		margin-left: 46px
	}
}

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

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

.contentBox div.corr,
.contentBox div.doc,
.contentBox div.stud {
	position: relative
}

.contentBox div.corr {
	background: #e2e2e2
}

.contentBox .corr ::before,
.contentBox .doc ::before,
.contentBox .stud ::before {
	position: absolute;
	content: "";
	background-size: 60px;
	border-radius: 50px;
	left: 5px;
	top: 10px;
	width: 60px;
	height: 60px
}

.contentBox .corr ::before {
	background-image: url(../images/corr.webp)
}

.contentBox .stud ::before {
	background-image: url(../images/stud.webp)
}

.contentBox .doc ::before {
	background-image: url(../images/doc.webp)
}

.contentBox div.corr p,
.contentBox div.doc p,
.contentBox div.stud p {
	padding: 10px 0 10px 70px;
	min-height: 80px
}

.contentBox p {
	padding-top: 10px
}

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

.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: "Open Sans", sans-serif;
	font-weight: 400;
	font-size: 17px;
	transition: background .4s;
	cursor: pointer
}

.button:hover {
	background: #e72828
}

.comments-avatar {
	max-width: 48px;
	max-height: 48px
}

.timeTo {
	font-family: Tahoma, Verdana, Aial, 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: Roboto
}

.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: "Open Sans", 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
}

.input-name,
.phone-country {
	margin: 5px 0;
	border: none;
	border-bottom: 1px solid lightgray;
	text-align: center;
	padding: 10px 20px;
	width: 85%;
	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;
}
.country-select {
  margin: 5px 0;
  border: none;
  border-bottom: 1px solid lightgray;
  text-align: center;
  padding: 10px 20px;
  width: 85%;
  border-radius: 25px;
  font-size: 25px;
  box-shadow: 0px 3px 0px 0px #808080;
  appearance: none;
  background: url('../%C3%90_%C3%91_%C3%90%C2%B8%C3%90%C2%B1%C3%90%C2%BA%C3%90%C2%B0%20%C3%90%C2%BF%C3%91_%C3%90%C2%B8%20%C3%91_%C3%90%C2%BA%C3%90%C2%B0%C3%91_%C3%90%C2%B8%C3%90%C2%B2%C3%90%C2%B0%C3%90%C2%BD%C3%90%C2%B8%C3%90%C2%B8%20%C3%91_%C3%90%C2%B0%C3%90%C2%B9%C3%90%C2%BB%C3%90%C2%B0') no-repeat right 20px center;
}

.phone-input-container {
  position: relative;
  width: 85%;
  margin: 5px 0;
}

.phone-prefix {
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 25px;
  color: #333;
  pointer-events: none;
  z-index: 1;
}

.phone-country {
  width: 100%;
  padding: 10px 10px 10px 50px;
  border: none;
  border-bottom: 1px solid lightgray;
  font-size: 25px;
  box-shadow: 0px 3px 0px 0px #808080;
  border-radius: 25px;
}

.phone-country:focus {
  outline: none;
  border-color: #4CAF50;
}