/* Import */

@font-face {
	font-family: "FreightSans";
	font-display: fallback;
	src: url("/res/fonts/FreightSansProBlack-Regular.eot?#iefix") format("embedded-opentype"), url("/res/fonts/FreightSansProBlack-Regular.woff") format("woff"), url("/res/fonts/FreightSansProBlack-Regular.ttf") format("truetype"), url("/res/fonts/FreightSansProBlack-Regular.svg#FreightSansProBlack-Regular") format("svg");
	font-weight: 900;
	font-style: normal;
}

@font-face {
	font-family: "FreightSans";
	font-display: fallback;
	src: url("/res/fonts/FreightSansProBold-Regular.eot?#iefix") format("embedded-opentype"), url("/res/fonts/FreightSansProBold-Regular.woff") format("woff"), url("/res/fonts/FreightSansProBold-Regular.ttf") format("truetype"), url("/res/fonts/FreightSansProBold-Regular.svg#FreightSansProBold-Regular") format("svg");
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: "FreightSans";
	font-display: fallback;
	src: url("/res/fonts/FreightSansProMedium-Regular.eot?#iefix") format("embedded-opentype"), url("/res/fonts/FreightSansProMedium-Regular.woff") format("woff"), url("/res/fonts/FreightSansProMedium-Regular.ttf") format("truetype"), url("/res/fonts/FreightSansProMedium-Regular.svg#FreightSansProMedium-Regular") format("svg");
	font-weight: 500;
	font-style: normal;
}

/***** Reset *****/

*,
*:after,
*:before {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: transparent;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}
body {
	line-height: 1;
	font-family: "FreightSans", sans-serif;
	font-weight: 500;
}
body.hidden {
	overflow: hidden;
}
ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

@media (max-width: 767px) {
	.table__responsive {
		margin-top: 30px;
		overflow-y: hidden;
		overflow-x: scroll;
		-ms-overflow-style: -ms-autohiding-scrollbar;
		-webkit-overflow-scrolling: touch;
	}
	.table__responsive > table {
		margin-top: 0 !important;
	}
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
table.auto__layout {
	table-layout: auto !important;
}
tr {
	background-color: #f0fafa;
}
table.alternate__row__background tr:nth-of-type(even) {
	background-color: #caedec;
}
td,
th {
	padding: 15px;

	font-size: 16px;
	line-height: 24px;
	text-align: left;
}
td {
	vertical-align: top;
}
th {
	vertical-align: bottom;

	color: #ffffff;
	font-weight: 700;

	background-color: #45c2ca;
}
table.bordered th {
	border-bottom: 1px solid rgba(255, 255, 255, 0.33);
}
table.bordered td {
	border-bottom: 1px solid rgba(69, 194, 202, 0.16);
}
table.bordered tr:last-child th,
table.bordered tr:last-child td {
	border-bottom: 0;
}
table.bordered th + th {
	border-left: 1px solid rgba(255, 255, 255, 0.33);
}
table.bordered td + td {
	border-left: 1px solid rgba(69, 194, 202, 0.16);
}
th.vszp {
	background-color: #008688;
}
th.union {
	background-color: #bfd730;
	text-shadow: 0 0 7px rgba(0, 0, 0, 0.16);
}
th.dovera {
	background-color: #48a842;
}
td strong {
	font-weight: 700;
}
td em,
th em {
	font-size: 14px;
	font-weight: 500;
	line-height: 17px;
}
.table__btn {
	display: inline-block;
	padding: 7px 16px;

	color: #ffffff !important;
	font-size: 16px;
	font-weight: 700;
	line-height: 20px;
	text-decoration: none !important;

	background: #45ba40;
	border-radius: 99999px;
	box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.15) inset;
}
.table__btn:hover {
	background: #3fa938;
}
.table__btn:active,
.table__btn:focus {
	background: #329b2b;
	box-shadow: 0 2px 0 rgba(0, 0, 0, 0.15) inset;
}
sub,
sup {
	position: relative;
	vertical-align: baseline;

	font-size: 75%;
	line-height: 0;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
:focus {
	outline: none;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.transition {
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.transition:active,
.transition:focus {
	-webkit-transition: all 0.1s ease;
	-moz-transition: all 0.1s ease;
	-o-transition: all 0.1s ease;
	transition: all 0.1s ease;
}

/* Click Ripple */

.click__ripple__haver {
	overflow: hidden;
	position: relative;
}
.click__ripple {
	display: block;
	opacity: 0.3;
	position: absolute;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	z-index: 20;

	background: #ffffff;
	border-radius: 100%;
}
.click__ripple.animate {
	-webkit-animation: choice__ripple 0.45s linear;
	-moz-animation: choice__ripple 0.45s linear;
	-o-animation: choice__ripple 0.45s linear;
	animation: choice__ripple 0.45s linear;
}
@-webkit-keyframes choice__ripple {
	100% {
		opacity: 0;
		-webkit-transform: scale(2);
		-moz-transform: scale(2);
		-ms-transform: scale(2);
		-o-transform: scale(2);
		transform: scale(2);
	}
}
@-moz-keyframes choice__ripple {
	100% {
		opacity: 0;
		-webkit-transform: scale(2);
		-moz-transform: scale(2);
		-ms-transform: scale(2);
		-o-transform: scale(2);
		transform: scale(2);
	}
}
@-o-keyframes choice__ripple {
	100% {
		opacity: 0;
		-webkit-transform: scale(2);
		-moz-transform: scale(2);
		-ms-transform: scale(2);
		-o-transform: scale(2);
		transform: scale(2);
	}
}
@keyframes choice__ripple {
	100% {
		opacity: 0;
		-webkit-transform: scale(2);
		-moz-transform: scale(2);
		-ms-transform: scale(2);
		-o-transform: scale(2);
		transform: scale(2);
	}
}

/* Tracking Pixels */

.tracking__pixels {
	pointer-events: none;
	position: absolute;
	opacity: 0;
	z-index: -1;
}

/***** Header *****/

.header__wrap {
	position: relative;
	z-index: 10;

	background: #ffffff;
}
.header__inner {
	padding: 17px 15px;
	position: relative;
}
.header__inner__logo,
.header__inner__logo--img,
.header__inner__heading,
.header__inner__claim {
	display: block;
}
.header__inner__logo {
	float: left;
	margin: 0 0 8px;
	width: 144px;

	text-decoration: none;
}
.header__article .header__inner__logo,
.header__category .header__inner__logo {
	margin: 0;
}
.header__inner__logo--img {
	height: auto;
	width: 100%;
}
.header__inner__heading {
	display: block;
	float: left;
	margin: 2px 0 0 20px;
	position: relative;

	color: #525252;
	font-size: 23px;
	font-weight: 500;
	line-height: 24px;
	text-decoration: none;
}
.header__inner__heading:before {
	content: " ";
	display: block;
	height: 26px;
	left: -11px;
	position: absolute;
	top: -1px;
	width: 2px;

	background: #fcdc31;
}
.header__inner__heading a {
	color: #525252;
	font-size: 23px;
	font-weight: 500;
	line-height: 24px;
	text-decoration: none;
}
.header__inner__claim {
	clear: both;
	color: #525252;
	font-size: 14px;
	font-weight: 500;
	line-height: 17px;
}
.header__inner__trigger {
	display: block;
	height: 24px;
	margin: -14px 0 0;
	position: absolute;
	right: 15px;
	top: 50%;
	width: 24px;
}
.header__inner__trigger span {
	display: block;
	height: 3px;
	left: 0;
	opacity: 1;
	position: absolute;
	width: 100%;

	background: #000000;
}
.header__inner__trigger span:nth-child(1) {
	top: 5px;
}
.header__inner__trigger span:nth-child(2),
.header__inner__trigger span:nth-child(3) {
	top: 12px;
}
.header__inner__trigger span:nth-child(4) {
	top: 19px;
}
.header__inner__trigger.show span:nth-child(1),
.header__inner__trigger.show span:nth-child(4) {
	opacity: 0;
	top: 12px;
}
.header__inner__trigger.show span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.header__inner__trigger.show span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

/* Nav */

.nav__wrap {
	display: none;
	height: 100vh;
	overflow: scroll;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 9;

	background: #009cb6;
}
.nav__inner__menu,
.nav__inner__menu__item,
.nav__inner__menu__item a,
.nav__inner__menu__subnav,
.nav__inner__menu__subnav a {
	display: block;
}
.header__list .nav__inner__menu {
	padding: 82px 0 0;
}
.header__article .nav__inner__menu {
	padding: 57px 0 0;
}
.header__category .nav__inner__menu {
	padding: 65px 0 0;
}
.nav__inner__menu__item a {
	padding: 15px 50px 15px 15px;
	position: relative;

	color: #ffffff;
	font-size: 16px;
	font-weight: 700;
	line-height: 20px;
	text-decoration: none;

	border-bottom: 1px solid #38b3c5;
}
.nav__inner__menu__item__icon,
.nav__inner__menu__item i {
	display: none;
}
.nav__inner__menu__item a.multilevel__trigger:after {
	content: " ";
	display: block;
	height: 7px;
	margin: -3.5px 0 0;
	position: absolute;
	right: 15px;
	top: 50%;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	width: 11px;

	background: url(../images/multilevel--arrow--white.svg) no-repeat center;
}
.nav__inner__menu__item a.multilevel__trigger.show:after {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.nav__inner__menu__subnav {
	display: none;
}
.nav__inner__menu__subnav__item a {
	padding: 15px 50px 15px 30px;

	font-weight: 500;
}

@media screen and (min-width: 1200px) {
	.header {
		margin: auto;
		max-width: 1150px;
		position: relative;
	}
	.header__inner {
		padding: 33px 0;
	}
	.header__inner__logo {
		margin: 0 0 15px;
		width: 174px;
	}
	.header__article .header__inner__logo,
	.header__category .header__inner__logo {
		margin: 0;
	}
	.header__inner__heading {
		margin: 5px 0 0 26px;

		font-size: 25px;
		line-height: 26px;
	}
	.header__inner__heading:before {
		height: 34px;
		left: -13px;
		top: -5px;
	}
	.header__inner__heading a {
		font-size: 25px;
		line-height: 26px;
	}
	.header__article .header__inner__trigger {
		height: 30px;
		margin: -16px 0 0;
		right: 0;
		width: 30px;
	}
	.header__article .header__inner__trigger span:nth-child(1) {
		top: 8px;
	}
	.header__article .header__inner__trigger span:nth-child(2),
	.header__article .header__inner__trigger span:nth-child(3) {
		top: 15px;
	}
	.header__article .header__inner__trigger span:nth-child(4) {
		top: 22px;
	}
	.header__list .header__inner__trigger {
		display: none;
	}

	/* Nav */

	.nav__wrap {
		display: block;
		z-index: 11;
	}
	.header__article .nav__wrap {
		height: 93px;
		overflow: hidden;
		right: 30px;
		top: 0;
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		transition: all 0.5s ease;
		width: 0;

		background: #ffffff;
	}
	.header__list .nav__wrap,
	.header__category .nav__wrap {
		height: auto;
		overflow: visible;
		right: 0;
		top: 47px;
		width: 600px;

		background: #ffffff;
	}
	.header__category .nav__wrap {
		top: 34px;
	}
	.header__article .nav__wrap.show {
		width: 800px;
	}
	.nav__inner__menu {
		font-size: 0;
		text-align: right;
	}
	.header__article .nav__inner__menu {
		padding: 0 30px 0 0;
	}
	.header__list .nav__inner__menu,
	.header__category .nav__inner__menu {
		padding: 0;
	}
	.nav__inner__menu__item {
		display: inline-block;
		margin: 0 0 0 30px;
		position: relative;
		vertical-align: middle;
	}
	.nav__inner__menu__item span {
		display: none;
	}

	.nav__inner__menu__item:after {
		content: " ";
		display: block;
		height: 3px;
		left: 0;
		position: absolute;
		-webkit-transition: all 0.2s ease;
		-moz-transition: all 0.2s ease;
		-o-transition: all 0.2s ease;
		transition: all 0.2s ease;
		width: 0;

		background: #e77724;
	}
	.nav__inner__menu__item__icon {
		display: block;
		height: auto;
		max-width: 11px;
		width: 100%;
	}
	.nav__inner__menu__item i {
		display: inline-block;
		vertical-align: middle;
	}
	.header__article .nav__inner__menu__item:after {
		bottom: 32px;
	}
	.header__list .nav__inner__menu__item:after {
		bottom: 0;
	}
	.nav__inner__menu__item:hover:after {
		width: 100%;
	}
	.nav__inner__menu__item a {
		padding: 0;

		color: #000000;
		font-size: 14px;
		text-transform: uppercase;

		border-bottom: 0 none;
	}

	.header__article .nav__inner__menu__item a {
		line-height: 93px;
	}
	.header__article .nav__inner__menu__item.search a {
		height: 93px;
	}
	.header__list .nav__inner__menu__item a {
		line-height: 30px;
	}
	.nav__inner__menu__item.search a {
		height: 30px;
	}
	.nav__inner__menu__item a:active,
	.nav__inner__menu__item a:focus {
		color: #e77724;
	}
	.nav__inner__menu__item a.multilevel__trigger {
		padding: 0 20px 0 0;
	}
	.nav__inner__menu__item a.multilevel__trigger:after {
		right: 0;

		background: url(../images/multilevel--arrow--black.svg) no-repeat center;
	}
	.nav__inner__menu__subnav {
		position: absolute;
		top: 30px;
		width: 256px;
		z-index: 12;

		text-align: left;

		background: #e3f5f5;
		box-shadow: 0 0 10px rgba(0, 81, 94, 0.2);
	}
	.nav__inner__menu__subnav:hover {
		display: block;
	}
	.nav__inner__menu__subnav__item + .nav__inner__menu__subnav__item {
		border-top: 1px solid #bee8e8;
	}
	.nav__inner__menu__subnav__item a {
		padding: 10px 15px;
		text-transform: none;
	}
	.nav__inner__menu__subnav__item a:hover {
		padding: 10px 15px 10px 30px;

		color: #ffffff;

		background: #009cb6;
	}
}

/***** Fixed Button *****/

.fixed__button {
	display: none;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 21;
}
.fixed__button__wrap {
	background: #ffffff;
}
.fixed__button__inner {
	padding: 15px;

	background: #fcdc31;

	text-align: center;
}
.fixed__button__inner__btn {
	display: inline-block;
	padding: 9px 18px;
	vertical-align: middle;

	color: #ffffff;
	font-size: 16px;
	font-weight: 700;
	line-height: 16px;
	text-align: center;
	text-decoration: none;

	background: #45ba40;
	border-radius: 17px;
	box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.1) inset;
}
.fixed__button__inner__btn:active,
.fixed__button__inner__btn:focus {
	background: #329b2b;
	box-shadow: 0 2px 0 rgba(0, 0, 0, 0.1) inset;
}
.fixed__button__inner__btn:hover {
	background: #3fa938;
}
.fixed__button__inner__btn img {
	display: inline-block;
	margin: -2px 0 0 8px;
	max-width: 6px;
	vertical-align: middle;
	width: 100%;
}
.fixed__button__inner__btn i {
	margin: -2px 0 0 10px;
	vertical-align: middle;
}

@media screen and (min-width: 1200px) {
	.fixed__button__inner {
		margin: auto;
		max-width: 1150px;
		padding: 15px 0;
	}
	.fixed__button__inner__btn {
		padding: 15px 24px;

		font-size: 18px;
		line-height: 20px;

		border-radius: 25px;
	}
	.fixed__button__inner__btn img {
		margin: -1px 0 0 13px;
		max-width: 7px;
	}
}

/***** Heading *****/

.heading {
	margin: 0 0 20px;
}
.heading__inner {
	padding: 15px;

	text-align: center;

	background: #fcdc31;
}
.heading__inner h1 {
	font-size: 27px;
	font-weight: 700;
	line-height: 30px;
}

@media screen and (min-width: 1200px) {
	.heading {
		margin: 0 0 45px;
	}
	.heading__inner {
		margin: auto;
		max-width: 1150px;
		padding: 30px 0;
	}
	.heading__inner h1 {
		font-size: 32px;
		line-height: 40px;
	}
}

/***** Articles *****/

.recent .articles__wrap {
	background: #ffffff;
}
.trending .articles__wrap {
	background: #fcdc31;
}
.categories:nth-of-type(even) .articles__wrap {
	background: #f4f4f4;
}
.content__inner__outline .articles__wrap {
	padding: 25px 0 0;
}
.articles__inner {
	text-align: center;
}
.articles__inner.single--category {
	text-align: left;
}
.recent .articles__inner,
.articles__inner.only--category {
	padding: 0 15px 40px;
}
.trending .articles__inner {
	padding: 35px 15px 40px;
}
.categories .articles__inner {
	padding: 18px 15px 40px;
}
.articles__category {
	margin: 0 0 31px;
}
.articles__category,
.articles__category a,
.articles__home__inner__heading {
	color: #000000;
	font-size: 21px;
	font-weight: 900;
	line-height: 22px;
	text-decoration: none;
}
.articles__home__inner__heading {
	margin-bottom: 6px;

	font-size: 16px;
	line-height: 24px;
}
.category__text {
	box-shadow: 0 0 0 #fcdc31 inset;
}
.categories .articles__category {
	margin: 0 0 18px;
}
.category__icon {
	display: inline-block;
	height: 56px;
	margin: 0 10px 0 0;
	vertical-align: middle;
	width: 56px;

	background: #fcdc31;
	border-radius: 50%;
}
.category__icon.banky {
	background: #fcdc31 url(/res/images/banky--articles--icon.svg) no-repeat center;
}
.category__icon.havarijne-poistenie {
	background: #fcdc31 url(../images/havarijne-poistenie--articles--icon.svg) no-repeat center;
}
.category__icon.hypoteky {
	background: #fcdc31 url(../images/hypoteky--articles--icon.svg) no-repeat center;
}
.category__icon.poistenie {
	background: #fcdc31 url(../images/poistenie--articles--icon.svg) no-repeat center;
}
.category__icon.pozicky {
	background: #fcdc31 url(../images/pozicky--articles--icon.svg) no-repeat center;
}
.category__icon.pzp {
	background: #fcdc31 url(../images/pzp--articles--icon.svg) no-repeat center;
}
.category__icon.sporenie {
	background: #fcdc31 url(../images/sporenie--articles--icon.svg) no-repeat center;
}
.category__icon.zdravotne-poistenie {
	background: #fcdc31 url(../images/zdravotne-poistenie--articles--icon.svg) no-repeat center;
}
.category__icon.cestovne-poistenie {
	background: #fcdc31 url(../images/cestovne-poistenie--articles--icon.svg) no-repeat center;
}
.articles__more {
	clear: both;
	margin: 34px 0 0;
}
.articles__btn {
	display: inline-block;
	padding: 15px 30px;
	vertical-align: middle;

	color: #000000;
	font-size: 18px;
	font-weight: 700;
	line-height: 20px;
	text-decoration: none;

	background: #fcdc31;
}
.articles__btn:active,
.articles__btn:focus,
.articles__btn:hover {
	background: #efcf2f;
}
.articles__item {
	display: block;
	overflow: hidden;
	position: relative;

	color: #000000;
	text-decoration: none;

	border-radius: 4px;
}
.categories .articles__item {
	background: #ffffff;
}
.articles__item + .articles__item {
	margin-top: 40px;
}
.single--category .articles__item + .articles__item {
	margin-top: 0;
}
.articles__item:active .articles__bg--img,
.articles__item:focus .articles__bg--img,
.articles__item:hover .articles__bg--img {
	-webkit-transform: translateX(-50%) translateY(-50%) scale(1.05);
	-moz-transform: translateX(-50%) translateY(-50%) scale(1.05);
	-ms-transform: translateX(-50%) translateY(-50%) scale(1.05);
	-o-transform: translateX(-50%) translateY(-50%) scale(1.05);
	transform: translateX(-50%) translateY(-50%) scale(1.05);
}
.articles__item:hover .articles__title span,
.articles__category a:hover .category__text {
	box-shadow: 0 -4px 0 #fcdc31 inset;
}
.articles__item.promoted:hover .articles__title span {
	box-shadow: 0 -6px 0 #fcdc31 inset;
}
.articles__item:hover .articles__title span.articles__subcategory,
.articles__item.promoted:hover .articles__title span.articles__subcategory {
	box-shadow: 0 0 0 #fcdc31 inset;
}
.articles__bg {
	overflow: hidden;
	padding: 62.5% 0 0;
	position: relative;

	border-radius: 4px;
}
.promoted .articles__bg {
	padding: 115% 0 0;
}
.articles__bg--img {
	display: block;
	height: auto;
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	width: 100%;
}
.articles__heading {
	position: relative;

	background: #ffffff;
}
.promoted .articles__heading {
	bottom: 15px;
	left: 15px;
	position: absolute;
	right: 15px;

	border-radius: 4px;
}
.three--col .articles__heading {
	margin: -32px 15px 0;

	border-radius: 4px;
}
.articles__icon {
	display: block;
	height: 64px;
	margin: 0 auto -24px;
	position: relative;
	top: -32px;
	width: 64px;

	background: #fcdc31;
	border: 4px solid #ffffff;
	border-radius: 50%;
}
.trending .articles__icon {
	border: 4px solid #fef6cb;
}
.banky .articles__icon {
	background: #fcdc31 url(/res/images/banky--articles--icon.svg) no-repeat center;
}
.havarijne-poistenie .articles__icon {
	background: #fcdc31 url(../images/havarijne-poistenie--articles--icon.svg) no-repeat center;
}
.hypoteky .articles__icon {
	background: #fcdc31 url(../images/hypoteky--articles--icon.svg) no-repeat center;
}
.poistenie .articles__icon {
	background: #fcdc31 url(../images/poistenie--articles--icon.svg) no-repeat center;
}
.pozicky .articles__icon {
	background: #fcdc31 url(../images/pozicky--articles--icon.svg) no-repeat center;
}
.pzp .articles__icon {
	background: #fcdc31 url(../images/pzp--articles--icon.svg) no-repeat center;
}
.reklamne-clanky .articles__icon {
	background: #fcdc31 url(../images/reklamy--articles--icon.svg) no-repeat center;
}
.sporenie .articles__icon {
	background: #fcdc31 url(../images/sporenie--articles--icon.svg) no-repeat center;
}
.zdravotne-poistenie .articles__icon {
	background: #fcdc31 url(../images/zdravotne-poistenie--articles--icon.svg) no-repeat center;
}
.cestovne-poistenie .articles__icon {
	background: #fcdc31 url(../images/cestovne-poistenie--articles--icon.svg) no-repeat center;
}
.articles__icon:after {
	bottom: -18px;
	display: inline-block;
	left: 50%;
	padding: 3px 5px;
	position: absolute;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);

	color: #000000;
	font-size: 14px;
	font-weight: 700;
	line-height: 14px;
	text-transform: uppercase;
	white-space: nowrap;

	background: #fcdc31;
	border-radius: 4px;
}
.banky .articles__icon:after {
	content: "Banky";
}
.havarijne-poistenie .articles__icon:after {
	content: "Havarijné poistenie";
}
.hypoteky .articles__icon:after {
	content: "Hypotéky";
}
.poistenie .articles__icon:after {
	content: "Poistenie";
}
.pozicky .articles__icon:after {
	content: "Pôžičky";
}
.pzp .articles__icon:after {
	content: "PZP";
}
.reklamne-clanky .articles__icon:after {
	content: "Reklamy";
}
.sporenie .articles__icon:after {
	content: "Sporenie";
}
.zdravotne-poistenie .articles__icon:after {
	content: "Zdravotné poistenie";
}
.cestovne-poistenie .articles__icon:after {
	content: "Cestovné poistenie";
}
.articles__title {
	margin: 0 !important;
	padding: 15px;

	font-size: 21px;
	font-weight: 500;
	line-height: 22px;
}
.promoted .articles__title {
	font-weight: 900;
}
.single--category .articles__title {
	padding: 8px 0;
}
.articles__title span {
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;

	box-shadow: 0 0 0 #fcdc31 inset;
}
.articles__title span.articles__subcategory {
	display: inline-block;
	margin: 0 0 9px;
	padding: 3px 5px;
	vertical-align: middle;

	color: #fcdc31;
	font-size: 14px;
	font-weight: 700;
	line-height: 14px;
	text-transform: uppercase;

	background: #000000;
	border-radius: 4px;
}

.articles__inner.single--category .slick-arrow {
	cursor: pointer;
	display: inline-block;
	height: 30px;
	position: absolute;
	top: 34%;
	width: 30px;
	z-index: 1;

	font-family: "Font Awesome 5 Free";
	font-size: 0;
	font-style: normal;
	font-variant: normal;
	font-weight: 900;
	line-height: 0;
	text-align: center;
	text-rendering: auto;

	background: #fcdc31;
	border: 0 none;
}
.articles__inner.single--category .slick-arrow:after {
	font-size: 24px;
	line-height: initial;
	text-align: center;
	text-indent: 0;
}
.articles__inner.single--category .slick-prev:after {
	content: "\f104";
}
.articles__inner.single--category .slick-next:after {
	content: "\f105";
}
.articles__inner.single--category .slick-next {
	right: -15px;
}
.articles__inner.single--category .slick-prev {
	left: -15px;
}

@media screen and (min-width: 480px) {
	.single--category .articles__item {
		padding: 0 4px;
	}
	.articles__inner.single--category .slick-arrow {
		top: 25%;
	}
}

@media screen and (min-width: 546px) {
	.recent .articles__inner,
	.articles__inner.only--category {
		padding: 0 15px 1px;
	}
	.articles__item,
	.articles__item + .articles__item {
		margin: 0 0 40px;
	}
	.four--col .articles__item,
	.two--col .articles__item {
		float: left;
		width: 48%;
	}
	.four--col.center .articles__item,
	.four--col.center .articles__item:nth-of-type(odd) {
		float: none;
		margin-left: auto;
		margin-right: auto;
	}
	.four--col .articles__item:nth-of-type(odd),
	.two--col .articles__item:nth-of-type(odd) {
		margin-right: 4%;
	}
	.four--col.recent .articles__item:nth-of-type(even) {
		margin-right: 4%;
	}
	.four--col.recent .articles__item:nth-of-type(odd) {
		margin-right: 0;
	}
	.articles__item.promoted {
		float: none;
		width: 100%;
	}
	.articles__more {
		margin: 0;
	}
	.articles__inner.single--category .articles__item {
		margin: 0;
		width: 100%;
	}
	.articles__inner.single--category .articles__item + .articles__item {
		margin: 0;
	}
}

@media screen and (min-width: 768px) {
	.trending .articles__inner {
		padding: 32px 15px 1px;
	}
	.three--col .articles__item {
		float: left;
		margin-right: 4%;
		width: 30.6%;
	}
	.three--col .articles__item:last-of-type {
		margin-right: 0;
	}
}

@media screen and (min-width: 1200px) {
	.articles__inner,
	.articles__inner.single--category,
	.recent .articles__inner,
	.trending .articles__inner,
	.categories .articles__inner {
		margin: auto;
		max-width: 1190px;
		padding-left: 0;
		padding-right: 0;
	}
	.articles__inner.slick-slider {
		max-width: 1170px;
	}
	.articles__category {
		margin: 0 0 28px;
	}
	.articles__category,
	.articles__category a {
		font-size: 32px;
		line-height: 35px;
	}
	.articles__category a:hover .category__text {
		box-shadow: 0 -6px 0 #fcdc31 inset;
	}
	.articles__item,
	.two--col .articles__item,
	.three--col .articles__item,
	.four--col .articles__item,
	.articles__item + .articles__item,
	.four--col .articles__item:nth-of-type(odd),
	.two--col .articles__item:nth-of-type(odd),
	.four--col.recent .articles__item:nth-of-type(even),
	.four--col.recent .articles__item:nth-of-type(odd),
	.three--col .articles__item:last-of-type {
		float: left;
		margin: 0 1.68% 40px;
		position: relative;
		width: 21.64%;
		z-index: 11;
	}
	.slick-slider .articles__item {
		padding-left: 10px !important;
		padding-right: 10px !important;
		margin-bottom: 20px !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	.only--category .articles__item,
	.four--col.recent .articles__item {
		max-height: 300px;
		min-height: 300px;
	}
	.four--col.recent .articles__item.promoted {
		height: 640px;
		max-height: none;
		padding: 0;
		width: 46.64%;
	}
	.three--col .articles__item,
	.three--col .articles__item:last-of-type {
		width: 29.9%;
	}
	.two--col .articles__item,
	.two--col .articles__item:nth-of-type(odd) {
		width: 46.64%;

		font-size: 0;
	}
	.promoted .articles__heading {
		bottom: 35px;
		left: 35px;
		right: 35px;
	}
	.two--col .articles__bg,
	.two--col .articles__heading {
		display: inline-block;
		vertical-align: middle;
	}
	.two--col .articles__bg {
		height: 161px;
		padding: 0;
		width: 258px;
	}
	.two--col .articles__heading {
		width: 297px;

		text-align: left;
	}
	.promoted .articles__title {
		font-size: 32px;
		line-height: 35px;
	}
	.two--col .articles__title {
		padding: 20px;
	}
	.articles__inner.single--category .articles__item {
		margin-bottom: 0 !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
}

/***** Content *****/

.content__wrap {
	background: #ffffff;
}
.content__inner {
	padding: 15px 15px 30px;
}
.content__inner p,
.content__inner h2,
.content__inner h3,
.content__inner h4,
.content__inner ul,
.content__inner ol,
.content__inner__decor,
.content__inner__caption,
.content__inner__tabulka__relative,
.content__inner .alert,
.content__inner__btn,
.content__inner__accordion,
.content__inner__form,
.action__table__relative,
.content__inner__iframe {
	display: block;
	margin: 15px 0 0;
}
.content__inner__otazka {
	margin: 30px 0 60px;
}
.content__inner table {
	margin-top: 30px;
}
.content__inner h2:not(:first-child),
.content__inner h3:not(:first-child) {
	padding: 15px 0 0;
}
.content__inner ul ul,
.content__inner ol ol,
.content__inner ul ol,
.content__inner ol ul {
	margin: 5px 0 0;
}
.content__inner ul,
.content__inner ol {
	padding: 0 0 0 2em;
}
.content__inner ul {
	list-style: disc outside none;
}
.content__inner ul ul {
	list-style: circle outside none;
}
.content__inner ol {
	list-style: decimal outside none;
}
.content__inner .dlhy > li + li {
	margin: 15px 0 0;
}
.content__inner p,
.content__inner li {
	font-size: 16px;
	line-height: 24px;
}
.content__inner p strong,
.content__inner li strong {
	font-weight: 700;
}
.content__inner p a,
.content__inner li a,
.content__inner td a,
.content__inner th a,
.content__inner__tabulka__relative a,
.action__table__item a {
	color: #008da6;
	text-decoration: underline;
}
.content__inner p a:visited,
.content__inner li a:visited,
.content__inner td a:visited,
.content__inner th a:visited,
.content__inner__tabulka__relative a:visited,
.action__table__item a:visited {
	color: #615f9c;
}
.content__inner p a:hover,
.content__inner li a:hover,
.content__inner td a:hover,
.content__inner th a:hover .content__inner__tabulka__relative a:hover,
.action__table__item a:hover {
	color: #009cb6;
}
.content__inner p a:active,
.content__inner p a:focus,
.content__inner li a:active,
.content__inner li a:focus,
.content__inner td a:active,
.content__inner td a:focus,
.content__inner th a:active,
.content__inner th a:focus,
.content__inner__tabulka__relative a:active,
.content__inner__tabulka__relative a:focus,
.action__table__item a:active,
.action__table__item a:focus {
	color: #df1b50;
}
.content__inner h1,
.content__inner h2 {
	font-size: 23px;
	font-weight: 700;
	line-height: 27px;
}
.content__inner h1 {
	font-weight: 900;
}
.content__inner h3 {
	font-size: 18px;
	font-weight: 700;
	line-height: 24px;
}
.content__inner h4 {
	font-size: 16px;
	font-weight: 700;
	line-height: 24px;
}
.content__inner .alert {
	padding: 1px 20px 21px;

	background: #f0fafa;
	border-left: 10px solid #caedec;
}
.content__inner__caption {
	color: #767676;
	font-size: 12px;
	line-height: 15px;
}
.content__inner__caption strong {
	font-weight: 700;
}
.content__inner__caption a {
	color: #008da6;
	text-decoration: underline;
}
.content__inner__caption a:visited {
	color: #615f9c;
}
.content__inner__caption a:hover {
	color: #009cb6;
}
.content__inner__caption a:active,
.content__inner__caption a:focus {
	color: #df1b50;
}
.content__inner__decor {
	display: block;
	overflow: visible;
	position: relative;

	color: #000000;
	text-decoration: none;
}
.content__inner__decor__img {
	display: block;
	height: auto;
	margin: auto;
	max-width: 100%;

	color: #000000;
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;

	border-radius: 4px;
}
.content__inner__decor__caption {
	display: block;
	margin-top: 5px;

	color: #767676;
	font-size: 12px;
	line-height: 15px;
	text-align: right;
}
.content__inner__iframe .hero__iframe__heading {
	display: none;
}
.content__inner__iframe iframe {
	pointer-events: auto;
}
.content__inner__action {
	padding: 10px 0 25px;

	text-align: center;
}
.content__inner__action.bottom {
	padding: 25px 0;
}
.content__inner__action__btn {
	display: inline-block;
	padding: 15px 24px;
	vertical-align: middle;

	color: #ffffff;
	font-size: 18px;
	font-weight: 700;
	line-height: 20px;
	text-align: center;
	text-decoration: none;

	background: #45ba40;
	border-radius: 25px;
	box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.1) inset;
}
.content__inner__action__btn:active,
.content__inner__action__btn:focus {
	background: #329b2b;
	box-shadow: 0 2px 0 rgba(0, 0, 0, 0.1) inset;
}
.content__inner__action__btn:hover {
	background: #3fa938;
}
.content__inner__action__btn img {
	display: inline-block;
	margin: -1px 0 0 13px;
	max-width: 7px;
	vertical-align: middle;
	width: 100%;
}
.content__inner__action__btn i {
	margin: -2px 0 0 10px;
	vertical-align: middle;
}
.content__inner__frame {
	cursor: pointer;
	height: 41px;
	margin: 0 auto 20px;
	overflow: hidden;
	width: 297px;
}
.content__inner__frame iframe {
	display: block;
	height: 90px;
	width: 660px;
	border: 0 none;
	-ms-transform: scale(0.45);
	-moz-transform: scale(0.45);
	-o-transform: scale(0.45);
	-webkit-transform: scale(0.45);
	transform: scale(0.45);
	-ms-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-o-transform-origin: 0 0;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
}
@media screen and (min-width: 360px) {
	.content__inner__frame {
		height: 45px;
		width: 330px;
	}
	.content__inner__frame iframe {
		-ms-transform: scale(0.5);
		-moz-transform: scale(0.5);
		-o-transform: scale(0.5);
		-webkit-transform: scale(0.5);
		transform: scale(0.5);
	}
}

@media screen and (min-width: 426px) {
	.content__inner__frame {
		height: 54px;
		width: 396px;
	}
	.content__inner__frame iframe {
		-ms-transform: scale(0.6);
		-moz-transform: scale(0.6);
		-o-transform: scale(0.6);
		-webkit-transform: scale(0.6);
		transform: scale(0.6);
	}
}

@media screen and (min-width: 492px) {
	.content__inner__frame {
		height: 63px;
		width: 462px;
	}
	.content__inner__frame iframe {
		-ms-transform: scale(0.7);
		-moz-transform: scale(0.7);
		-o-transform: scale(0.7);
		-webkit-transform: scale(0.7);
		transform: scale(0.7);
	}
}

@media screen and (min-width: 558px) {
	.content__inner__frame {
		height: 72px;
		width: 528px;
	}
	.content__inner__frame iframe {
		-ms-transform: scale(0.8);
		-moz-transform: scale(0.8);
		-o-transform: scale(0.8);
		-webkit-transform: scale(0.8);
		transform: scale(0.8);
	}
}

@media screen and (min-width: 624px) {
	.content__inner__frame {
		height: 81px;
		width: 594px;
	}
	.content__inner__frame iframe {
		-ms-transform: scale(0.9);
		-moz-transform: scale(0.9);
		-o-transform: scale(0.9);
		-webkit-transform: scale(0.9);
		transform: scale(0.9);
	}
}

@media screen and (min-width: 690px) {
	.content__inner__frame {
		height: 90px;
		width: 660px;
	}
	.content__inner__frame iframe {
		-ms-transform: scale(1);
		-moz-transform: scale(1);
		-o-transform: scale(1);
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@media screen and (min-width: 1200px) {
	.content__inner__frame {
		margin: 0 auto 30px;
	}
}

.content__inner__share {
	font-size: 0;
}
.content__inner__share__link {
	display: inline-block;
	margin: 0 5px 0 0;
	padding: 0 0 0 21px;
	position: relative;
	vertical-align: baseline;

	color: #3b5998;
	font-size: 14px;
	font-weight: 700;
	line-height: 17px;
	text-decoration: none;
}
.content__inner__share__link:hover {
	color: #4267b2;
}
.content__inner__share__link:after {
	content: " ";
	display: block;
	height: 16px;
	left: 0;
	position: absolute;
	top: 0;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	width: 16px;

	background: #3b5998 url(/res/images/facebook--share.svg) no-repeat center;
	border-radius: 2px;
}
.content__inner__share__link:hover:after {
	background: #4267b2 url(/res/images/facebook--share.svg) no-repeat center;
}
.content__inner__btn {
	font-size: 0;
	text-align: center;
}
.content__inner__btn__btn {
	display: inline-block;
	padding: 15px 24px;
	vertical-align: middle;

	color: #ffffff;
	font-size: 18px;
	font-weight: 700;
	line-height: 20px;
	text-align: center;
	text-decoration: none;

	background: #45ba40;
	border-radius: 25px;
	box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.1) inset;
}
.content__inner__btn__btn:active,
.content__inner__btn__btn:focus {
	background: #329b2b;
	box-shadow: 0 2px 0 rgba(0, 0, 0, 0.1) inset;
}
.content__inner__btn__btn:hover {
	background: #3fa938;
}
.content__inner__btn__btn i {
	margin: -2px 0 0 10px;
	vertical-align: middle;
}

/* Tabulka */

.content__inner__tabulka__relative {
	position: relative;
	max-width: 650px;
}
.content__inner__tabulka__scroll {
	overflow: auto;
}
.content__inner__tabulka {
	width: 650px;
}
.tabulka--2 .content__inner__tabulka {
	width: 100%;
}
.content__inner__tabulka__left {
	position: absolute;
	width: 140px;
	z-index: 10;

	border-right: 1px solid #ffffff;
}
.content__inner__tabulka__right {
	padding: 0 0 0 140px;
}
.content__inner__tabulka__left__item,
.content__inner__tabulka__right__item {
	height: 90px;
	padding: 0 10px;
	line-height: 89px;
}
.content__inner__tabulka__left__item:nth-child(even),
.content__inner__tabulka__right__row:nth-child(even) {
	background: #f0fafa;
}
.content__inner__tabulka__left__item:nth-child(odd),
.content__inner__tabulka__right__row:nth-child(odd) {
	background: #caedec;
}
.tabulka--short .content__inner__tabulka__right__row:nth-child(even),
.tabulka--short .content__inner__tabulka__right__row:nth-child(odd) {
	background: #f0fafa;
}
.tabulka--short .content__inner__tabulka__left__item:nth-child(even),
.tabulka--short .content__inner__tabulka__left__item:nth-child(odd) {
	background: #caedec;
}
.tabulka--short .content__inner__tabulka__left__item:nth-child(even),
.tabulka--short .content__inner__tabulka__left__item:nth-child(odd),
.tabulka--short .content__inner__tabulka__right__item {
	border-bottom: 1px solid #ffffff;
}
.content__inner__tabulka__left__item:first-child,
.content__inner__tabulka__right__row.header {
	background: #45c2ca !important;
}
.content__inner__tabulka__right__item {
	float: left;

	text-align: center;
}
.content__inner__tabulka__right__item + .content__inner__tabulka__right__item {
	border-left: 1px solid #ffffff;
}
.tabulka--2 .content__inner__tabulka__right__item {
	width: 100%;
}
.tabulka--3 .content__inner__tabulka__right__item {
	width: 255px;
}
.tabulka--4 .content__inner__tabulka__right__item {
	width: 170px;
}
.tabulka--5 .content__inner__tabulka__right__item {
	width: 127.5px;
}
.tabulka--6 .content__inner__tabulka__right__item {
	width: 102px;
}
.tabulka--7 .content__inner__tabulka__right__item {
	width: 85px;
}
.tabulka--8 .content__inner__tabulka__right__item {
	width: 72.8px;
}
.content__inner__tabulka__left__item span,
.content__inner__tabulka__right__item span,
.content__inner__tabulka__left__item em,
.content__inner__tabulka__right__item em {
	display: inline-block;
	vertical-align: middle;
	width: 100%;

	font-size: 16px;
	font-weight: 500;
	line-height: 16px;
}
.content__inner__tabulka__left__item span,
.header .content__inner__tabulka__right__item span {
	font-weight: 700;
}
.content__inner__tabulka__left__item:first-child span,
.header .content__inner__tabulka__right__item span {
	color: #ffffff;
}
.content__inner__tabulka__left__item em,
.content__inner__tabulka__right__item em {
	font-size: 12px;
}
a.tabulka__btn {
	display: inline-block;
	padding: 9px;
	vertical-align: middle;

	color: #ffffff;
	font-size: 14px;
	font-weight: 700;
	line-height: 16px;
	text-align: center;
	text-decoration: none;

	background: #45ba40;
	border-radius: 17px;
	box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.1) inset;
}
a.tabulka__btn:visited {
	color: #ffffff;
}
a.tabulka__btn:active,
a.tabulka__btn:focus {
	color: #ffffff;

	background: #329b2b;
	box-shadow: 0 2px 0 rgba(0, 0, 0, 0.1) inset;
}
a.tabulka__btn:hover {
	color: #ffffff;

	background: #3fa938;
}

/***** Accordion *****/

.content__inner__accordion {
	background: #f0fafa;
	border-left: 10px solid #caedec;
}
.content__inner__accordion__item {
	cursor: pointer;
	padding: 15px;
}
.content__inner__accordion__item:hover,
.content__inner__accordion__item.show {
	background: #e3f5f5;
}
.content__inner__accordion__item + .content__inner__accordion__item {
	border-top: 1px solid #caedec;
}
.content__inner__accordion__item__heading {
	display: block;
	padding: 0 30px 0 0;
	position: relative;

	font-size: 18px;
	font-weight: 700;
	line-height: 24px;
}
.content__inner__accordion__item__heading svg {
	height: 30px;
	margin: -15px 0 0;
	position: absolute;
	right: -7px;
	top: 50%;
	width: 30px;

	fill: #000000;
}
.show .content__inner__accordion__item__heading svg {
	transform: rotate(180deg);
}
.content__inner__accordion__item__overflow {
	display: none;
}

/***** Quiz *****/

.content__inner p.otazka {
	margin: 15px 0 30px;
}
.content__inner p.odpoved {
	display: none;
	margin: -15px 0 30px;
}
.content__inner__otazka.done {
	pointer-events: none;
}
.content__inner__otazka span,
.content__inner__otazka span strong,
.content__inner__otazka ul {
	display: block;

	color: #000000;
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
}
.content__inner__otazka span strong {
	font-weight: 700;
}
.content__inner__otazka ul {
	list-style: none;
	margin: 15px 0 0;
	padding: 0;
}
.content__inner__otazka ul li {
	cursor: pointer;
	display: inline-block;
	min-height: 44px;
	overflow: hidden;
	padding: 13px 15px 13px 40px;
	position: relative;
	vertical-align: middle;
	width: 100%;
	z-index: 0;

	color: #000000;
	font-size: 14px;
	font-weight: 500;
	line-height: 18px;

	background: #e3f5f5;
	border: 0 none;
	border-radius: 4px;
	box-shadow: 0 -2px 0 #b1e4e3 inset;
}
.content__inner__otazka ul li + li {
	margin: 10px 0 0;
}
.content__inner__otazka ul li:hover {
	background: #fcdc31;
	box-shadow: 0 -2px 0 #e6c516 inset;
}
.content__inner__otazka ul li.answer--correct {
	color: #ffffff;

	background: #45ba40;
	box-shadow: 0 2px 0 rgba(0, 0, 0, 0.1) inset;
}
.content__inner__otazka ul li.answer--incorrect {
	color: #ffffff;

	background: #ff3434;
	box-shadow: 0 2px 0 rgba(0, 0, 0, 0.15) inset;
}
.content__inner__otazka ul li em {
	display: inline-block;
	height: 18px;
	left: 15px;
	position: absolute;
	top: 13px;
	vertical-align: middle;
	width: 18px;

	background: #ffffff;
	border-radius: 50%;
}
.content__inner__otazka ul li.answer--correct em {
	background: #ffffff url(/res/images/quiz--choice--correct.svg) no-repeat center;
}
.content__inner__otazka ul li.answer--incorrect em {
	background: #ffffff url(/res/images/quiz--choice--incorrect.svg) no-repeat center;
}

/***** Banner *****/

.content__formular__inner__text__banner__wrap,
.top__wrap {
	text-align: center;
}
.top__wrap {
	padding: 13px 10px 15px;
	background: #f4f4f4;
}
.content__formular__inner__text__banner__wrap {
	cursor: pointer;
	margin: 0 -15px;
}
.content__formular__inner__text__banner__wrap__claim,
.top__wrap__claim {
	display: inline-block;
	margin: 0 0 5px;
	vertical-align: middle;

	color: #8e8e8e;
	font-size: 12px;
	line-height: 12px;
}
.banner_300x300,
.banner_300x600 {
	display: block;
	margin: auto;
}
.banner_300x300 {
	height: 300px;
	width: 300px;
}
.banner_300x600 {
	height: 600px;
	width: 300px;
}

/* Form */

.content__inner__form {
	padding: 20px 15px;

	font-size: 0;

	background: #fcdc31;
	border-radius: 4px;
}
.form__item + .form__item {
	margin: 10px 0 0;
}
.form__control {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: inline-block;
	height: 35px;
	padding: 0 7px;
	vertical-align: middle;
	width: 100%;

	color: #000000;
	font-family: "FreightSans", sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: normal;

	background: #ffffff;
	border: 0 none;
	border-radius: 4px;
}
.form__control.error {
	background-color: #fff0f0;
}
input.form__control {
	box-shadow: 0 -2px 0 #c9af2d;
}
select.form__control {
	background: #ffffff url(/res/images/dropdown.svg) no-repeat right center;
	box-shadow: 0 2px 0 #c9af2d;
}
input.form__control.error {
	box-shadow: 0 -2px 0 #ff3434;
}
select.form__control.error {
	box-shadow: 0 2px 0 #ff3434;
}
::-webkit-input-placeholder {
	color: #c2c2c2;
}
::-moz-placeholder {
	color: #c2c2c2;
}
:-ms-input-placeholder {
	color: #c2c2c2;
}
:-moz-placeholder {
	color: #c2c2c2;
}
.form__vyhlasenia {
	cursor: pointer;
	display: block;
	max-height: 99999px;
	padding: 5px 0;
	position: relative;

	color: #000000;
	font-size: 14px;
	font-weight: 500;
	line-height: 17px;
	text-align: left;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-text-size-adjust: none;
	text-size-adjust: none;
}
.form__vyhlasenia.custom__check {
	padding: 5px 0 5px 22px;
}
.form__vyhlasenia a {
	color: #000000;
}
.form__vyhlasenia input[type="checkbox"] {
	cursor: pointer;
	opacity: 0;
	position: absolute;
}
.form__vyhlasenia .checkmark {
	height: 18px;
	left: 0;
	position: absolute;
	top: 3px;
	width: 18px;

	background: #ffffff;
	border: 2px solid #c9af2d;
	border-radius: 2px;
}
.form__vyhlasenia .checkmark:after {
	content: " ";
	display: block;
	height: 10px;
	left: 2px;
	position: absolute;
	top: 2px;
	width: 10px;
}
.form__vyhlasenia input[type="checkbox"]:checked ~ .checkmark:after {
	background: url(/res/images/checkmark--vyhlasenia.svg) no-repeat center;
}
.form__action {
	margin: 5px 0 0;
}
.form__action__submit {
	cursor: pointer;
	display: inline-block;
	padding: 15px 0;
	vertical-align: middle;
	width: 100%;

	color: #ffffff;
	font-family: "FreightSans", sans-serif;
	font-size: 18px;
	font-weight: 700;
	line-height: 20px;
	text-align: center;

	background: #45ba40;
	border: 0 none;
	border-radius: 25px;
	box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.2) inset;
}
.form__action__submit:hover {
	background: #3fa938;
}
.form__action__submit:active,
.form__action__submit:focus {
	background: #329b2b;
	box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2) inset;
}

/* Sticker */

.content__inner__sticker {
	display: none;
}

/* Outline */

.outline__wrap {
	display: none;
}

/* ACTION TABLE */

.action__table__relative {
	margin: 15px -15px 0;
	max-width: 650px;
	position: relative;
}
.action__table__scroll {
	overflow: auto;
}
.action__table {
	width: 650px;
}
.action__table__left,
.action__table__right {
	position: absolute;
	top: 0;
	width: 90px;
	z-index: 10;

	background: #ffffff;
}
.action__table__left {
	left: 0;

	border-right: 1px solid #ffffff;
	box-shadow: 5px 0 6px -7px #008da6;
}
.action__table__right {
	right: 0;

	text-align: center;

	border-left: 1px solid #ffffff;
	box-shadow: -5px 0 6px -7px #008da6;
}
.action__table__content {
	padding: 0 90px;

	text-align: center;
}

.action__table__item {
	height: 90px;
	padding: 0 10px;
	line-height: 90px;

	color: #000000;
}
.action__table__item.header {
	color: #ffffff;

	background: #45c2ca !important;
}
.action__table__item a,
.action__table__item strong,
.action__table__item span,
.action__table__item em {
	display: inline-block;
	vertical-align: middle;
	width: 100%;
}
.action__table__item a,
.action__table__item strong {
	font-size: 16px;
	font-weight: 700;
	line-height: 18px;
}
.action__table__item span {
	font-size: 16px;
	font-weight: 500;
	line-height: 18px;
}
.action__table__item em {
	font-size: 14px;
	font-weight: 500;
	line-height: 15px;
}
.action__table__item a.action__table__btn {
	padding: 8px 9px;
	width: auto;

	color: #ffffff;
	font-size: 12px;
	font-weight: 700;
	line-height: 12px;
	letter-spacing: -0.02em;
	text-align: center;
	text-decoration: none;

	background: #45ba40;
	border-radius: 99999px;
	box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.15) inset;
}
.action__table__item a.action__table__btn:hover {
	background: #3fa938;
}
.action__table__item a.action__table__btn:active,
.action__table__item a.action__table__btn:focus {
	background: #329b2b;
	box-shadow: 0 2px 0 rgba(0, 0, 0, 0.15) inset;
}
.action__table__item a.action__table__btn.disabled,
.action__table__item a.action__table__btn.disabled:hover,
.action__table__item a.action__table__btn.disabled:active,
.action__table__item a.action__table__btn.disabled:focus {
	cursor: default;

	background: #c2c2c2;
}

@media screen and (min-width: 400px) {
	.action__table__left,
	.action__table__right {
		width: 110px;
	}
	.action__table__content {
		padding: 0 110px;
	}
	.action__table__item a.action__table__btn {
		padding: 9px 14px;

		font-size: 14px;
		line-height: 14px;
	}
}

@media screen and (min-width: 440px) {
	.action__table__left,
	.action__table__right {
		width: 140px;
	}
	.action__table__content {
		padding: 0 140px;
	}
}

@media screen and (min-width: 560px) {
	.action__table__relative {
		margin: 15px 0 0;
	}
}

.table--3 .action__table {
	width: 100%;
}
.table--4 .action__table {
	width: 400px;
}
.table--5 .action__table {
	width: 510px;
}

@media screen and (min-width: 400px) {
	.table--4 .action__table {
		width: 440px;
	}
	.table--5 .action__table {
		width: 550px;
	}
}

@media screen and (min-width: 440px) {
	.table--4 .action__table {
		width: 560px;
	}
	.table--5 .action__table {
		width: 650px;
	}
}

@media screen and (min-width: 560px) {
	.table--4 .action__table {
		width: 650px;
	}
}

.action__table__left .action__table__item:nth-of-type(even),
.action__table__right .action__table__item:nth-of-type(even),
.action__table__row:nth-of-type(even) .action__table__item {
	background: #f0fafa;
}
.action__table__left .action__table__item:nth-of-type(odd),
.action__table__right .action__table__item:nth-of-type(odd),
.action__table__row:nth-of-type(odd) .action__table__item {
	background: #caedec;
}
.action__table__row .action__table__item {
	float: left;
}
.action__table__row .action__table__item + .action__table__item {
	border-left: 1px solid #ffffff;
}

.table--3 .action__table__row .action__table__item {
	width: 100%;
}
.table--4 .action__table__row .action__table__item {
	width: 50%;
}
.table--5 .action__table__row .action__table__item {
	width: 33.33333%;
}

/* ACTION BTN */

.action__btn {
	display: inline-block;
	position: relative;
	padding: 16px 74px 16px 24px;
	vertical-align: middle;

	color: #ffffff;
	font-size: 18px;
	font-weight: 700;
	line-height: 18px;
	text-align: center;
	text-decoration: none;

	background: #45ba40;
	border-radius: 99999px;
	box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.15) inset;
}
.action__btn:hover {
	background: #3fa938;
}
.action__btn:active,
.action__btn:focus {
	background: #329b2b;
	box-shadow: 0 2px 0 rgba(0, 0, 0, 0.15) inset;
}
.action__icon {
	display: block;
	height: 100%;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 50px;

	background: rgba(255, 255, 255, 0.25);
	border-radius: 99999px;
}
.action__icon img {
	display: block;
	height: 24px;
	margin: auto;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 24px;
}

/* APP BTN */

.app__btn {
	display: inline-block;
	vertical-align: middle;

	text-decoration: none;
}
.app__btn + .app__btn {
	margin-left: 20px;
}
.app__btn__img {
	display: block;
	height: auto;
	width: 100%;
}
.app__btn__img--googleplay {
	width: 124px;
}
.app__btn__img--appstore {
	width: 110px;
}

/* Icon List */

.icon__list {
	list-style: none !important;
}
td .icon__list {
	margin-top: 0 !important;
	padding: 0 0 0 1.5em !important;
}
.icon__list li {
	position: relative;
}
.icon__list li small {
	font-size: 14px;
	line-height: 17px;
}
.icon__list li + li {
	margin-top: 7px;
}
.icon__list li i {
	position: absolute;
	left: -24px;
	top: 4px;
}

.icon__list--green i {
	color: #45ba40;
}

@media screen and (min-width: 530px) {
	.form__item.email,
	.form__item.platnost {
		display: inline-block;
		margin: 0;
		vertical-align: bottom;
		width: 48%;
	}
	.form__item.email {
		margin: 0 4% 0 0;
	}
}

@media screen and (min-width: 1200px) {
	.content__inner {
		margin: auto;
		max-width: 1150px;
		padding: 30px 0 60px;
		position: relative;
	}
	.content__inner p,
	.content__inner h2,
	.content__inner h3,
	.content__inner h4,
	.content__inner ul,
	.content__inner ol,
	.content__inner table,
	.content__inner__decor,
	.content__inner__share,
	.content__inner__caption,
	.content__inner__tabulka__relative,
	.content__inner .alert,
	.content__inner__btn,
	.content__inner__accordion,
	.content__inner__form,
	.action__table__relative,
	.content__inner__iframe {
		margin: 20px auto 0;
		max-width: 650px;
	}
	.content__inner__otazka {
		margin: 40px auto 80px;
		max-width: 650px;
	}
	.content__inner table {
		margin-top: 40px;
		table-layout: fixed;
		width: 100%;
	}
	.content__inner__share {
		margin: 0 auto;
	}
	.content__inner h1 {
		margin: 0 auto;
		max-width: 650px;

		font-size: 32px;
		line-height: 35px;
	}
	.content__inner__decor {
		margin: 40px auto 0;
		padding: 0 0 20px;
	}
	.content__inner__decor__caption {
		margin-top: 10px;
	}
	.content__inner__action {
		padding: 0 0 30px;
	}
	.content__inner__action.bottom {
		padding: 50px 0;
	}
	.content__inner__action__btn {
		padding: 22px 45px;

		font-size: 27px;
		line-height: 31px;

		border-radius: 40px;
		box-shadow: 0 -4px 0 rgba(0, 0, 0, 0.1) inset;
	}
	.content__inner__action__btn img {
		margin: -4px 0 0 15px;
		max-width: 11px;
	}
	.content__inner__action__btn i {
		margin: -4px 0 0 15px;
	}
	.content__inner__tabulka__scroll {
		overflow: visible;
	}
	.tabulka--2 .content__inner__tabulka__right {
		padding: 0 0 0 50%;
	}
	.tabulka--3 .content__inner__tabulka__right {
		padding: 0 0 0 33.333%;
	}
	.tabulka--4 .content__inner__tabulka__right {
		padding: 0 0 0 25%;
	}
	.tabulka--5 .content__inner__tabulka__right {
		padding: 0 0 0 20%;
	}
	.tabulka--2 .content__inner__tabulka__left {
		width: 50%;
	}
	.tabulka--3 .content__inner__tabulka__left,
	.tabulka--4 .content__inner__tabulka__right__item {
		width: 33.333%;
	}
	.tabulka--4 .content__inner__tabulka__left {
		width: 25%;
	}
	.tabulka--5 .content__inner__tabulka__left {
		width: 20%;
	}

	.tabulka--3 .content__inner__tabulka__right__item {
		width: 50%;
	}
	.tabulka--5 .content__inner__tabulka__right__item {
		width: 25%;
	}

	/***** Accordion *****/

	.content__inner__accordion__item {
		padding: 20px;
	}

	/***** Quiz *****/

	.content__inner p.otazka {
		margin: 20px auto 40px;
	}
	.content__inner p.odpoved {
		margin: -40px auto 80px;
	}
	.content__inner__otazka span {
		float: left;
		padding: 6px 10px 0 0;
		width: 41%;
	}
	.content__inner__otazka ul {
		float: right;
		margin: 0;
		width: 59%;
	}

	/***** Banner *****/

	.content__inner .content__formular__inner__text__banner__wrap {
		max-width: 650px;
		margin: 40px auto 0;
	}

	/* Form */

	.content__inner__form {
		padding: 20px;
	}
	.form__action__submit {
		max-width: 366px;
	}

	/* Sticker */

	.content__inner__sticker {
		display: block;
		position: absolute;
		right: 0;
		top: 30px;
		width: 200px;

		text-align: center;

		background: #fcdc31;
		border-radius: 4px;
	}
	.content__inner__sticker.sticky {
		position: fixed;
		top: 30px;
	}
	.content__inner__sticker.bottom {
		bottom: 60px;
		top: auto;
	}
	.sticker__wrap {
		padding: 25px 10px 20px;
	}
	.sticker__link {
		display: block;

		color: #000000;
		font-size: 16px;
		font-weight: 700;
		line-height: 24px;
		text-align: center;
		text-decoration: none;
	}
	.sticker__link img {
		display: block;
		height: auto;
		width: 100%;

		border-radius: 4px;
	}
	.sticker__logo {
		display: block;
		height: 23px;
		margin: auto;
		width: 144px;
	}
	.sticker__area {
		min-height: 173px;
		margin: 27px 0 20px;
		padding: 20px 10px;
		position: relative;

		line-height: 133px;

		background: #df1b50;
		background: -moz-linear-gradient(left, #df1b50 0%, #f63b6d 100%);
		background: -webkit-linear-gradient(left, #df1b50 0%, #f63b6d 100%);
		background: linear-gradient(to right, #df1b50 0%, #f63b6d 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#df1b50', endColorstr='#f63b6d',GradientType=1 );
		border-radius: 4px;
	}
	.sticker__area:after {
		bottom: -12px;
		content: " ";
		display: block;
		height: 0;
		left: 50%;
		margin: 0 0 0 -6px;
		position: absolute;
		width: 0;

		border: 6px solid transparent;
		border: 6px solid rgba(0, 0, 0, 0);
		border-top: 6px solid #eb2b5f;
	}
	.sticker__text,
	.sticker__anchor {
		color: #ffffff;
		font-size: 23px;
		line-height: 27px;
		text-decoration: none;
	}
	.sticker__text {
		display: inline-block;
		vertical-align: middle;

		font-weight: 500;
	}
	.sticker__anchor {
		font-weight: 700;

		box-shadow: 0 0 0 #fcdc31 inset;
	}
	.sticker__anchor:active,
	.sticker__anchor:focus,
	.sticker__anchor:hover {
		box-shadow: 0 -4px 0 #fcdc31 inset;
	}
	.sticker__btn {
		display: inline-block;
		padding: 7px 12px;
		vertical-align: middle;

		color: #ffffff;
		font-size: 16px;
		font-weight: 700;
		line-height: 20px;
		text-decoration: none;

		background: #4cba45;
		border-radius: 17px;
		box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.15) inset;
	}
	.sticker__btn:active,
	.sticker__btn:focus {
		background: #329b2b;
		box-shadow: 0 2px 0 rgba(0, 0, 0, 0.15) inset;
	}
	.sticker__btn:hover {
		background: #3fa938;
	}
	.sticker__btn i {
		margin: -3px 0 0 5px;
		vertical-align: middle;
	}

	/* Outline */

	.content__inner__outline {
		left: 0;
		position: absolute;
		top: 30px;
		width: 200px;
	}
	.outline__wrap {
		display: block;
	}
	.outline__heading {
		display: block;
		margin-bottom: 6px;

		color: #000000;
		font-size: 16px;
		font-weight: 900;
		line-height: 24px;
	}
	.outline__inner {
		padding: 20px;

		background: #e3f5f5;
		border-radius: 4px;
	}
	.outline__inner a {
		display: block;
		position: relative;

		color: #000000;
		font-size: 14px;
		font-weight: 500;
		line-height: 20px;
		text-decoration: none;
	}
	.outline__inner a + a {
		margin-top: 6px;
	}
	.outline__inner a:before {
		content: " ";
		display: block;
		height: 11px;
		left: -25px;
		position: absolute;
		top: 4px;
		width: 11px;

		background: #ffffff;
		border: 3px solid #e3f5f5;
		border-radius: 50%;
	}
	.outline__inner a:hover {
		text-decoration: underline;
	}

	/* ACTION TABLE */

	.action__table__item {
		padding: 0 15px;
	}

	.action__table__item a.action__table__btn {
		padding: 9px 18px;

		font-size: 16px;
		line-height: 14px;
	}
}

/***** Totaltip *****/

.totaltip__porovnanie__inner__item {
	display: block;
	margin: 15px 0 0;
	overflow: hidden;
	padding: 0 15px 20px;
	position: relative;

	color: #000000;
	text-align: left;
	text-decoration: none;

	background: #615f9c;
	border-radius: 4px;
}
.totaltip__porovnanie__inner__item > img {
	left: -20px;
	pointer-events: none;
	position: absolute;
	top: -20px;
}
.totaltip__porovnanie__inner__item__logo {
	height: 70px;
	width: 170px;

	line-height: 70px;
	text-align: center;

	background: #ffffff;
	border-radius: 0 0 4px 4px;
}
.totaltip__porovnanie__inner__item__logo--img {
	display: inline-block;
	height: 54px;
	vertical-align: middle;
	width: 120px;
}
.totaltip__porovnanie__inner__item__heading,
.totaltip__porovnanie__inner__item__ad,
.totaltip__porovnanie__inner__item__text {
	display: block;
}
.totaltip__porovnanie__inner__item__heading {
	margin: 12px 0 0;

	color: #ffffff;
	font-size: 23px;
	font-weight: 700;
	line-height: 27px;
}
.totaltip__porovnanie__inner__item__ad {
	margin: 7px 0 0;

	color: #a19fc7;
	font-size: 16px;
	line-height: 24px;
}
.totaltip__porovnanie__inner__item__ad em {
	display: inline-block;
	margin: -3px 0 0;
	padding: 1px 3px 0;
	vertical-align: middle;

	font-size: 12px;
	line-height: 12px;

	border: 1px solid #a19fc7;
	border-radius: 2px;
}
.totaltip__porovnanie__inner__item__text {
	margin: 5px 0 0;

	color: #ffffff;
	font-size: 16px;
	line-height: 24px;
}
.totaltip__porovnanie__inner__item__text ul {
	margin-top: 0;
}
.totaltip__porovnanie__inner__item__text strong {
	font-weight: 700;
}
.totaltip__porovnanie__inner__item__btn {
	cursor: pointer;
	display: inline-block;
	margin: 10px 0 0;
	max-width: 170px;
	vertical-align: middle;
	width: 100%;

	color: #ffffff;
	font-size: 16px;
	font-weight: 700;
	line-height: 34px;
	text-align: center;

	background: #4ab948;
	border-radius: 25px;
	box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.1) inset;
}
.totaltip__porovnanie__inner__item__btn:hover {
	background: #3fa938;
}
.totaltip__porovnanie__inner__item__btn:active,
.totaltip__porovnanie__inner__item__btn:focus {
	background: #329b2b;
	box-shadow: 0 2px 0 rgba(0, 0, 0, 0.1) inset;
}
.totaltip__porovnanie__inner__item__btn img {
	display: inline-block;
	margin: -2px 0 0 13px;
	max-width: 7px;
	vertical-align: middle;
	width: 100%;
}
.totaltip__porovnanie__inner__item__btn i {
	margin: -2px 0 0 10px;
	vertical-align: middle;
}

@media screen and (min-width: 1200px) {
	.totaltip__porovnanie__inner__item {
		margin: 40px auto 0;
		max-width: 650px;
		padding: 20px;
		padding-right: 230px;
	}
	.totaltip__porovnanie__inner__item__logo {
		height: 80px;
		position: absolute;
		right: 30px;
		top: 0;
		width: 170px;

		line-height: 80px;
	}
	.totaltip__porovnanie__inner__item__logo--img {
		height: 58px;
		width: 130px;
	}
	.totaltip__porovnanie__inner__item__heading,
	.totaltip__porovnanie__inner__item__text {
		max-width: 870px;
	}
	.totaltip__porovnanie__inner__item__heading {
		margin: 0;
	}
}

/***** Newsletter *****/

.newsletter__wrap {
	background: #fcdc31;
}
.newsletter__inner {
	padding: 20px 15px;
}
.newsletter__inner__form {
	margin: 0 0 20px;
}
.newsletter__inner__form__heading {
	margin: 0 0 10px;

	font-size: 23px;
	font-weight: 900;
	line-height: 27px;
}
.newsletter__inner__form__text {
	display: block;
	margin: 0 0 5px;

	font-size: 16px;
	line-height: 22px;
}
.newsletter__inner__form__element,
.newsletter__inner__social {
	font-size: 0;
}
.newsletter__inner__form__element--input,
.newsletter__inner__form__element--btn {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: inline-block;
	vertical-align: middle;
}
.newsletter__inner__form__element--input {
	height: 44px;
	padding: 0 10px;
	width: 67%;

	color: #000000;
	font-family: "FreightSans", sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: normal;

	background: #ffffff;
	border: 0 none;
	border-radius: 4px 0 0 4px;
}
.newsletter__inner__form__element--input.error {
	background: #fff0f0;
}
input.newsletter__inner__form__element--input.error {
	box-shadow: 0 -2px 0 #ff3434;
}

::-webkit-input-placeholder {
	color: #767676;
}
::-moz-placeholder {
	color: #767676;
}
:-ms-input-placeholder {
	color: #767676;
}
:-moz-placeholder {
	color: #767676;
}
.newsletter__inner__form__element--btn {
	cursor: pointer;
	width: 33%;

	color: #ffffff;
	font-family: "FreightSans", sans-serif;
	font-size: 19px;
	font-weight: 700;
	line-height: 44px;
	text-align: center;

	background: #e77724;
	border: 0 none;
	border-radius: 0 4px 4px 0;
}
.newsletter__inner__form__element--btn:active,
.newsletter__inner__form__element--btn:focus,
.newsletter__inner__form__element--btn:hover {
	background: #cf610c;
}
.newsletter__inner__form__element--vyhlasenia,
.newsletter__inner__form__element--vyhlasenia a {
	color: #000000;
	font-size: 14px;
	font-weight: 500;
	line-height: 17px;
	text-align: left;
}
.newsletter__inner__form__element--vyhlasenia {
	cursor: pointer;
	display: block;
	margin: 0 0 7px;
	max-height: 99999px;
	padding: 5px 0 5px 22px;
	position: relative;

	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-text-size-adjust: none;
	text-size-adjust: none;
}
.newsletter__inner__form__element--vyhlasenia input[type="checkbox"] {
	cursor: pointer;
	opacity: 0;
	position: absolute;
}
.newsletter__inner__form__element--vyhlasenia .checkmark {
	height: 18px;
	left: 0;
	position: absolute;
	top: 3px;
	width: 18px;

	background: #ffffff;
	border: 2px solid #c9af2d;
	border-radius: 2px;
}
.newsletter__inner__form__element--vyhlasenia .checkmark:after {
	content: " ";
	display: block;
	height: 10px;
	left: 2px;
	position: absolute;
	top: 2px;
	width: 10px;
}
.newsletter__inner__form__element--vyhlasenia input[type="checkbox"]:checked ~ .checkmark:after {
	background: url(/res/images/checkmark--vyhlasenia.svg) no-repeat center;
}
.newsletter__inner__social__heading {
	margin: 0 0 10px;

	color: #000000;
	font-size: 23px;
	font-weight: 900;
	line-height: 27px;
}
.newsletter__inner__social__icon {
	display: inline-block;
	height: 52px;
	margin: 0 10px 0 0;
	vertical-align: middle;
	width: 52px;

	border-radius: 4px;
}
.newsletter__inner__social__icon.facebook {
	background: #3b5998 url(/res/images/facebook.svg) no-repeat center;
	-webkit-background-size: 80%;
	-moz-background-size: 80%;
	-o-background-size: 80%;
	background-size: 80%;
}
.newsletter__inner__social__icon.facebook:hover {
	background: #4267b2 url(/res/images/facebook.svg) no-repeat center;
	-webkit-background-size: 90%;
	-moz-background-size: 90%;
	-o-background-size: 90%;
	background-size: 90%;
}
.newsletter__inner__social__icon.instagram {
	background: url(/res/images/instagram.svg) no-repeat center, url(/res/images/instagram--bg.png) no-repeat center;
	-webkit-background-size: 80%, 100%;
	-moz-background-size: 80%, 100%;
	-o-background-size: 80%, 100%;
	background-size: 80%, 100%;
}
.newsletter__inner__social__icon.instagram:hover {
	-webkit-background-size: 90%, 140%;
	-moz-background-size: 90%, 140%;
	-o-background-size: 90%, 140%;
	background-size: 90%, 140%;
}
.newsletter__inner__social__icon.linkedin {
	background: #04669a url(/res/images/linkedin.svg) no-repeat center;
	-webkit-background-size: 80%;
	-moz-background-size: 80%;
	-o-background-size: 80%;
	background-size: 80%;
}
.newsletter__inner__social__icon.linkedin:hover {
	background: #0077b5 url(/res/images/linkedin.svg) no-repeat center;
	-webkit-background-size: 90%;
	-moz-background-size: 90%;
	-o-background-size: 90%;
	background-size: 90%;
}
.newsletter__inner__social__icon.twitter {
	background: #48aae6 url(/res/images/twitter.svg) no-repeat center;
	-webkit-background-size: 80%;
	-moz-background-size: 80%;
	-o-background-size: 80%;
	background-size: 80%;
}
.newsletter__inner__social__icon.twitter:hover {
	background: #1b95e0 url(/res/images/twitter.svg) no-repeat center;
	-webkit-background-size: 90%;
	-moz-background-size: 90%;
	-o-background-size: 90%;
	background-size: 90%;
}

@media screen and (min-width: 1200px) {
	.newsletter__inner {
		margin: auto;
		max-width: 1150px;
		padding: 35px 0;
	}
	.newsletter__inner__form {
		float: left;
		margin: 0;
		width: 580px;
	}
	.newsletter__inner__form__heading {
		font-size: 32px;
		line-height: 35px;
	}
	.newsletter__inner__form__text {
		margin: 0 0 10px;
		max-width: 360px;
	}
	.newsletter__inner__form__element--input {
		padding: 0 15px;
	}
	.newsletter__inner__form__element--vyhlasenia {
		margin: 0 0 12px;
	}
	.newsletter__inner__social {
		float: right;
		margin: 50px 0 0;
		width: 570px;

		text-align: right;
	}
	.newsletter__inner__social__heading {
		display: inline-block;
		margin: 0 15px 0 0;
		vertical-align: middle;
	}
	.newsletter__inner__social__icon {
		margin: 0 0 0 10px;
	}
}

/***** Products *****/

.products__wrap {
	background: #ffffff;
}
.products__inner {
	padding: 25px 15px 2px;

	text-align: center;
}
.products__inner__carousel {
	font-size: 0;
}
.products__inner__heading {
	margin: 0 0 25px;

	color: #000000;
	font-size: 21px;
	font-weight: 900;
	line-height: 22px;
}
.products__inner__item {
	display: inline-block;
	margin: 0 0 25px;
	vertical-align: top;
	width: 50%;
}
.products__inner__item.pzp,
.products__inner__item.hypoteky,
.products__inner__item.poistenie,
.products__inner__item.zdravotne-poistenie,
.products__inner__item.poistenie-na-hory {
	padding: 0 7px 0 0;
}
.products__inner__item.sporenie,
.products__inner__item.pozicky,
.products__inner__item.havarijne-poistenie,
.products__inner__item.cestovne-poistenie,
.products__inner__item.poistenie-zodpovednosti-zamestnanca {
	padding: 0 0 0 7px;
}
.products__inner__item.pausaly {
	padding: 0 3.5px;
}
.products__inner__item.disabled {
	display: none;
}
.products__inner__item__icon {
	display: block;
	height: 120px;
	padding: 10px 0 0;
	width: 100%;

	border-radius: 4px;
	box-shadow: 0 -4px 0 rgba(0, 0, 0, 0.15) inset;
}
.pzp .products__inner__item__icon {
	background: #e77724;
}
.sporenie .products__inner__item__icon {
	background: #45c2ca;
}
.hypoteky .products__inner__item__icon {
	background: #df1b50;
}
.pozicky .products__inner__item__icon {
	background: #c4d600;
}
.poistenie .products__inner__item__icon {
	background: #615f9c;
}
.havarijne-poistenie .products__inner__item__icon {
	background: #f1a91e;
}
.zdravotne-poistenie .products__inner__item__icon {
	background: #ce1c6a;
}
.cestovne-poistenie .products__inner__item__icon {
	background: #009cb6;
}
.poistenie-na-hory .products__inner__item__icon {
	background: #c4d600;
}
.poistenie-zodpovednosti-zamestnanca .products__inner__item__icon {
	background: #615f9c;
}
.pausaly .products__inner__item__icon {
	background: #45c2ca;
}
.disabled .products__inner__item__icon {
	cursor: default;

	background: #d6d6d6;
}
.products__inner__item__icon img {
	display: block;
	height: auto;
	margin: auto;
	max-width: 100px;
	width: 100%;
}
.products__inner__item__heading {
	padding: 14px 0;
	position: relative;

	text-align: center;
}
.products__inner__item__heading:after {
	bottom: -2px;
	content: " ";
	display: block;
	height: 4px;
	left: 50%;
	margin: 0 0 0 -20px;
	position: absolute;
	width: 40px;

	background: #fcdc31;
}
.products__inner__item__heading a {
	color: #000000;
	font-size: 23px;
	font-weight: 900;
	line-height: 17px;
	text-decoration: none;
	text-transform: uppercase;
}
.products__inner__item__heading a span {
	font-size: 23px;
}
.poistenie .products__inner__item__heading a,
.havarijne-poistenie .products__inner__item__heading a,
.zdravotne-poistenie .products__inner__item__heading a,
.cestovne-poistenie .products__inner__item__heading a,
.poistenie-na-hory .products__inner__item__heading a,
.poistenie-zodpovednosti-zamestnanca .products__inner__item__heading a,
.pausaly .products__inner__item__heading a {
	font-size: 16px;
}
.pzp .products__inner__item__heading a:hover {
	color: #e77724;
}
.sporenie .products__inner__item__heading a:hover {
	color: #45c2ca;
}
.hypoteky .products__inner__item__heading a:hover {
	color: #df1b50;
}
.pozicky .products__inner__item__heading a:hover {
	color: #c4d600;
}
.poistenie .products__inner__item__heading a:hover {
	color: #615f9c;
}
.havarijne-poistenie .products__inner__item__heading a:hover {
	color: #f1a91e;
}
.zdravotne-poistenie .products__inner__item__heading a:hover {
	color: #ce1c6a;
}
.cestovne-poistenie .products__inner__item__heading a:hover {
	color: #009cb6;
}
.poistenie-na-hory .products__inner__item__heading a:hover {
	color: #c4d600;
}
.poistenie-zodpovednosti-zamestnanca .products__inner__item__heading a:hover {
	color: #615f9c;
}
.pausaly .products__inner__item__heading a:hover {
	color: #45c2ca;
}
.products__inner__item__info,
.products__inner__item__btn {
	display: none;
}

@media screen and (min-width: 430px) {
	.products__inner__item__heading {
		padding: 12px 0;
	}
	.products__inner__item__heading:after {
		bottom: 2px;
	}
	.products__inner__item__heading a {
		line-height: 23px;
	}
	.poistenie .products__inner__item__heading a,
	.havarijne-poistenie .products__inner__item__heading a,
	.zdravotne-poistenie .products__inner__item__heading a,
	.cestovne-poistenie .products__inner__item__heading a,
	.poistenie-na-hory .products__inner__item__heading a,
	.poistenie-zodpovednosti-zamestnanca .products__inner__item__heading a,
	.pausaly .products__inner__item__heading a {
		font-size: 23px;
	}
}

@media screen and (min-width: 1200px) {
	.products__inner {
		margin: auto;
		max-width: 1150px;
		padding: 60px 0 65px;
	}
	.products__inner__heading {
		margin: 0 0 28px;

		font-size: 32px;
		line-height: 35px;
	}
	.slick-arrow {
		cursor: pointer;
		display: inline-block;
		height: 50px;
		position: absolute;
		top: 68px;
		width: 50px;
		z-index: 1;

		font-family: "Font Awesome 5 Free";
		font-size: 0;
		font-style: normal;
		font-variant: normal;
		font-weight: 900;
		line-height: 0;
		text-align: center;
		text-rendering: auto;

		background: #fcdc31;
		border: 0 none;
	}
	.slick-arrow:after {
		font-size: 34px;
		line-height: initial;
		text-align: center;
		text-indent: 0;
	}
	.slick-prev:after {
		content: "\f104";
	}
	.slick-next:after {
		content: "\f105";
	}
	.slick-next {
		right: -25px;
	}
	.slick-prev {
		left: -25px;
	}
	.articles__inner .slick-next {
		right: -15px;
	}
	.articles__inner .slick-prev {
		left: -15px;
	}
	.products__inner__item.disabled {
		display: inline-block;
	}
	.products__inner__item.pzp,
	.products__inner__item.hypoteky,
	.products__inner__item.sporenie,
	.products__inner__item.pozicky,
	.products__inner__item.poistenie,
	.products__inner__item.havarijne-poistenie,
	.products__inner__item.zdravotne-poistenie,
	.products__inner__item.cestovne-poistenie,
	.products__inner__item.poistenie-na-hory,
	.products__inner__item.poistenie-zodpovednosti-zamestnanca,
	.products__inner__item.pausaly {
		padding: 0;
	}
	.products__inner__item__icon {
		height: 186px;

		border-radius: 0;
		box-shadow: 0 0 0 rgba(0, 0, 0, 0);
	}
	.products__inner__item__icon:active,
	.products__inner__item__icon:focus,
	.products__inner__item__icon:hover {
		padding: 5px 0 0;
	}
	.pzp .products__inner__item__icon:active,
	.pzp .products__inner__item__icon:focus {
		background: #cf6c21;
	}
	.sporenie .products__inner__item__icon:active,
	.sporenie .products__inner__item__icon:focus {
		background: #3ca8b0;
	}
	.hypoteky .products__inner__item__icon:active,
	.hypoteky .products__inner__item__icon:focus {
		background: #c41846;
	}
	.pozicky .products__inner__item__icon:active,
	.pozicky .products__inner__item__icon:focus {
		background: #adbd00;
	}
	.poistenie .products__inner__item__icon:active,
	.poistenie .products__inner__item__icon:focus {
		background: #504f82;
	}
	.havarijne-poistenie .products__inner__item__icon:active,
	.havarijne-poistenie .products__inner__item__icon:focus {
		background: #d9991a;
	}
	.zdravotne-poistenie .products__inner__item__icon:active,
	.zdravotne-poistenie .products__inner__item__icon:focus {
		background: #b5195d;
	}
	.cestovne-poistenie .products__inner__item__icon:active,
	.cestovne-poistenie .products__inner__item__icon:focus {
		background: #00869b;
	}
	.poistenie-na-hory .products__inner__item__icon:active,
	.poistenie-na-hory .products__inner__item__icon:focus {
		background: #adbd00;
	}
	.poistenie-zodpovednosti-zamestnanca .products__inner__item__icon:active,
	.poistenie-zodpovednosti-zamestnanca .products__inner__item__icon:focus {
		background: #504f82;
	}
	.pausaly .products__inner__item__icon:active,
	.pausaly .products__inner__item__icon:focus {
		background: #3ca8b0;
	}
	.products__inner__item__icon img {
		max-width: 166px;
	}
	.products__inner__item__icon:active img,
	.products__inner__item__icon:focus img,
	.products__inner__item__icon:hover img {
		max-width: 176px;
	}
	.products__inner__item__heading {
		padding: 20px 0 15px;
	}
	.products__inner__item__heading:after {
		display: none;
	}
	.products__inner__item__heading a,
	.poistenie .products__inner__item__heading a,
	.havarijne-poistenie .products__inner__item__heading a,
	.zdravotne-poistenie .products__inner__item__heading a,
	.cestovne-poistenie .products__inner__item__heading a,
	.poistenie-na-hory .products__inner__item__heading a,
	.poistenie-zodpovednosti-zamestnanca .products__inner__item__heading a,
	.poistenie-zodpovednosti-zamestnanca .products__inner__item__heading span,
	.pausaly .products__inner__item__heading a,
	.pausaly .products__inner__item__heading span {
		font-size: 32px;
		line-height: 32px;
	}
	.disabled .products__inner__item__heading a {
		cursor: default;
	}
	.poistenie .products__inner__item__heading span,
	.havarijne-poistenie .products__inner__item__heading span,
	.zdravotne-poistenie .products__inner__item__heading span,
	.cestovne-poistenie .products__inner__item__heading span,
	.poistenie-na-hory .products__inner__item__heading span {
		display: none;
	}
	.products__inner__item__info {
		display: block;
		padding: 0 0 20px;

		font-size: 16px;
		line-height: 19px;
	}
	.products__inner__item__info strong {
		font-weight: 700;
	}
	.products__inner__item__btn {
		display: inline-block;
		max-width: 177px;
		vertical-align: middle;
		width: 100%;

		color: #ffffff;
		font-size: 18px;
		font-weight: 900;
		line-height: 50px;
		text-decoration: none;

		background: #45ba40;
		border-radius: 25px;
		box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.15) inset;
	}
	.products__inner__item__btn:active,
	.products__inner__item__btn:focus {
		background: #329b2b;
		box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2) inset;
	}
	.products__inner__item__btn:hover {
		background: #3fa938;
	}
	.poistenie .products__inner__item__btn,
	.havarijne-poistenie .products__inner__item__btn,
	.zdravotne-poistenie .products__inner__item__btn,
	.cestovne-poistenie .products__inner__item__btn,
	.poistenie-na-hory .products__inner__item__btn,
	.poistenie-zodpovednosti-zamestnanca .products__inner__item__btn,
	.pausaly .products__inner__item__btn {
		max-width: 247px;
	}
	.disabled .products__inner__item__btn,
	.disabled .products__inner__item__btn:active,
	.disabled .products__inner__item__btn:focus,
	.disabled .products__inner__item__btn:hover {
		cursor: default;

		background: #d6d6d6;
	}
}

/***** Footer *****/

.footer__wrap {
	background: #009cb6;
	border-bottom: 12px solid #615f9c;
}
.footer__inner {
	padding: 20px 15px;
}
.footer__inner p,
.footer__inner p a {
	color: #b1e4e3;
	font-size: 14px;
	font-weight: 500;
	line-height: 17px;
}
.footer__inner p + p {
	margin: 10px 0 0;
}
.footer__inner p a {
	color: #b1e4e3;
	font-weight: 500;
}
.footer__inner p a.footer__inner__contact {
	display: block;
	padding: 10px 0 0;

	color: #ffffff;
	font-weight: 700;
	text-decoration: none;
}
.footer__inner p a:active,
.footer__inner p a:focus,
.footer__inner p a:hover {
	color: #fcdc31;
}
.footer__inner p span.footer__inner__mobile__block {
	display: block;
}
.footer__inner p span.footer__inner__pomlcka {
	display: none;
}
.footer__inner p a img {
	display: inline-block;
	margin: -1px 4px 0 0;
	vertical-align: middle;
	width: 12px;
}
.footer__inner p a i {
	margin: 0 5px 0 0;
	vertical-align: middle;
}

@media screen and (min-width: 1200px) {
	.footer__inner {
		margin: auto;
		max-width: 1150px;
		padding: 40px 0;
	}
	.footer__inner p span.footer__inner__mobile__block,
	.footer__inner p span.footer__inner__pomlcka,
	.footer__inner p a.footer__inner__contact {
		display: inline;
		padding: 0;
	}
}

/***** Cookies *****/

.cookies__wrap {
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	z-index: 20;

	background: #000000;
	background: rgba(0, 0, 0, 0.9);
}
.cookies__inner {
	padding: 5px 15px;

	text-align: center;
}
.cookies__inner__text {
	color: #ffffff;
	font-size: 14px;
	line-height: 17px;
}
.cookies__inner__text + .cookies__inner__text {
	margin: 5px 0 0;
}
.cookies__inner__text.druhy__text {
	display: none;
}
.cookies__inner__text a {
	color: #ffffff;
	font-weight: 500;
	text-decoration: underline;
}
.cookies__inner__text a:hover,
.cookies__inner__text a:active,
.cookies__inner__text a:focus {
	color: #ffffff;
}
.cookies__inner__text a.cookies__inner__anchor {
	display: inline-block;
	margin: 0 0 0 10px;
	padding: 0 18px;
	vertical-align: middle;

	line-height: 22px;
	text-decoration: none;

	background: #666666;
	border-radius: 3px;
}
.cookies__inner__text a.cookies__inner__anchor:hover {
	background: #767676;
}

@media screen and (min-width: 1200px) {
	.cookies__inner {
		margin: auto;
		max-width: 1150px;
		padding: 5px 0;
	}
}

/***** PopUp *****/

.popup {
	opacity: 1;
	position: relative;
	visibility: visible;
	z-index: 99999;
}
.popup.hidden {
	opacity: 0;
	visibility: hidden;
}
.popup__wrap {
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	-webkit-transform: scale(1) translate3d(0, 0, 0);
	-moz-transform: scale(1) translate3d(0, 0, 0);
	-ms-transform: scale(1) translate3d(0, 0, 0);
	-o-transform: scale(1) translate3d(0, 0, 0);
	transform: scale(1) translate3d(0, 0, 0);
	z-index: 21;
}
.popup.hidden .popup__wrap {
	-webkit-transform: scale(0.95) translate3d(0, 0.5em, 0);
	-moz-transform: scale(0.95) translate3d(0, 0.5em, 0);
	-ms-transform: scale(0.95) translate3d(0, 0.5em, 0);
	-o-transform: scale(0.95) translate3d(0, 0.5em, 0);
	transform: scale(0.95) translate3d(0, 0.5em, 0);
}
.popup__inner {
	bottom: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	left: 30px;
	overflow: hidden;
	position: fixed;
	right: 30px;
	top: 30px;

	background: #ffffff;
	box-shadow: 0 0 0 10000px rgba(0, 0, 0, 0.8);
}
.popup__inner__header {
	display: block;
	padding: 10px 55px 10px 15px;
	position: relative;

	color: #000000;
	font-size: 21px;
	font-weight: 700;
	line-height: 24px;
	text-align: left;

	background: #fcdc31;
}
.popup__inner__header__close {
	display: block;
	height: 45px;
	position: absolute;
	right: 0;
	top: 0;
	width: 45px;

	background: url(/res/images/popup--close.svg) no-repeat center;
}
.popup__inner__scroll {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	overflow: auto;
	padding: 15px;
}
.popup__inner__content {
	text-align: center;
}
.popup__inner__content__heading,
.popup__inner__content p,
.popup__inner__content ul,
.popup__inner__content ol {
	display: block;
	margin: 0 0 15px;

	color: #000000;
	text-align: left;
}
.popup__inner__content__heading {
	font-size: 18px;
	font-weight: 700;
	line-height: 22px;
}
.popup__inner__content__heading:not(:first-child) {
	padding: 10px 0 0;
}
.popup__inner__content p {
	font-size: 14px;
	line-height: 17px;
}
.popup__inner__content ul,
.popup__inner__content ol {
	padding: 0 0 0 1.6em;

	font-size: 14px;
	line-height: 17px;
}
.popup__inner__content ul {
	list-style: disc outside none;
}
.popup__inner__content ol {
	list-style: decimal outside none;
}
.popup__inner__content ul li,
.popup__inner__content ol li {
	padding: 0;
}
.popup__inner__content strong {
	font-weight: 700;
}
.popup__inner__content a {
	color: #008da6;
	text-decoration: underline;
}
.popup__inner__content a:visited {
	color: #615f9c;
}
.popup__inner__content a:hover {
	color: #009cb6;
}
.popup__inner__content a:active,
.popup__inner__content a:focus {
	color: #df1b50;
}
.popup__inner__content a.popup__inner__content__btn {
	display: inline-block;
	margin: 10px 0 0;
	max-width: 256px;
	vertical-align: middle;
	width: 100%;

	color: #ffffff;
	font-size: 18px;
	font-weight: 900;
	line-height: 50px;
	text-decoration: none;

	background: #45ba40;
	border-radius: 25px;
	box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.1) inset;
}
.popup__inner__content a.popup__inner__content__btn:active,
.popup__inner__content a.popup__inner__content__btn:focus {
	background: #329b2b;
	box-shadow: 0 2px 0 rgba(0, 0, 0, 0.1) inset;
}
.popup__inner__content a.popup__inner__content__btn:hover {
	background: #3fa938;
	box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.1) inset;
}

@media screen and (min-width: 750px) {
	.popup__inner {
		bottom: auto;
		left: auto;
		margin: auto;
		max-height: 400px;
		position: relative;
		right: auto;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		width: 700px;
	}
	.popup__inner__scroll {
		padding: 15px 15px 25px;
	}
}

.error__message {
	display: none;
	margin: 0 0 7px;
	max-width: 900px;
	padding: 0 0 0 24px;
	position: relative;

	color: #ff3434;
	font-size: 16px;
	font-weight: 700;
	line-height: 19px;
	text-align: left;
}
.error__message:before {
	content: "!";
	display: block;
	height: 18px;
	left: 0;
	position: absolute;
	top: 1px;
	width: 18px;

	color: #ffffff;
	font-size: 14px;
	font-weight: 700;
	line-height: 18px;
	text-align: center;

	background: #ff3434;
	border-radius: 50%;
}

/* Scaled Banner */

.banner_728x90 {
	display: block;
}
.top__inner {
	overflow: hidden;
}

.banner_728x90-wrap {
	height: 36px;
	margin: auto;
	width: 291.2px;
}
.banner_728x90 {
	height: 90px;
	width: 728px;

	-ms-transform: scale(0.4);
	-moz-transform: scale(0.4);
	-o-transform: scale(0.4);
	-webkit-transform: scale(0.4);
	transform: scale(0.4);

	-ms-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-o-transform-origin: 0 0;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
}

@media screen and (min-width: 414px) {
	.banner_728x90-wrap {
		height: 45px;
		width: 364px;
	}
	.banner_728x90 {
		-ms-transform: scale(0.5);
		-moz-transform: scale(0.5);
		-o-transform: scale(0.5);
		-webkit-transform: scale(0.5);
		transform: scale(0.5);
	}
}

@media screen and (min-width: 568px) {
	.banner_728x90-wrap {
		height: 67.5px;
		width: 546px;
	}
	.banner_728x90 {
		-ms-transform: scale(0.75);
		-moz-transform: scale(0.75);
		-o-transform: scale(0.75);
		-webkit-transform: scale(0.75);
		transform: scale(0.75);
	}
}

@media screen and (min-width: 768px) {
	.banner_728x90-wrap,
	.banner_728x90 {
		height: 90px;
		width: 728px;
	}
	.banner_728x90 {
		-ms-transform: none;
		-moz-transform: none;
		-o-transform: none;
		-webkit-transform: none;
		transform: none;

		-ms-transform-origin: 50% 50% 0;
		-moz-transform-origin: 50% 50% 0;
		-o-transform-origin: 50% 50% 0;
		-webkit-transform-origin: 50% 50% 0;
		transform-origin: 50% 50% 0;
	}
}

@media screen and (min-width: 1200px) {
	.content__formular__inner {
		margin: auto;
		max-width: 1150px;
		position: relative;
	}
	.content__formular__inner__text {
		float: left;
		padding: 50px 40px 50px 0;
		width: 60%;
	}
	.content__formular__inner__text__tabulka__scroll {
		overflow-x: visible;
	}
	.content__formular__inner__social {
		float: right;
		padding: 50px 0;
		width: 40%;
	}
	.content__formular__inner__social__help {
		padding: 40px;
	}
	.content__formular__inner__social {
		float: right;
		padding: 50px 0;
		width: 40%;
	}
	.content__formular__inner__social.fixed {
		bottom: auto;
		position: fixed;
		top: -40px;
	}
	.content__formular__inner__social.bottom {
		bottom: 0;
		position: absolute;
		right: 0;
		top: auto;
	}
	.content__formular__inner__social__help {
		padding: 40px 40px 50px;
	}
	.content__formular__inner__social__social {
		margin: 40px 0 0;
		padding: 40px;
	}
	.content__formular__inner__social__image {
		padding: 0 0 20px;
	}
	.content__formular__inner__text__share {
		margin: 20px 0 0;
	}

	/* Banner */

	.content__formular__inner__text__banner__wrap {
		margin: 0 0 15px;
	}
	.content__formular__inner__social .content__formular__inner__social__banner__wrap {
		margin: 0 0 40px;
	}
}

/* Banners */
div#topframe,
div#textframe,
div#sideframe {
	cursor: pointer;
}

iframe {
	pointer-events: none;
}

/* Promo */

.content__inner__promo {
	display: block;
	padding: 15px;

	text-align: center;

	background: #fcdc31;
	border-radius: 4px;
}
.promo__heading__wrap {
	padding: 15px;
	position: relative;

	background: #df1b50;
	border-radius: 4px;
}
.promo__heading__wrap:after {
	bottom: -14px;
	content: " ";
	display: block;
	height: 0;
	left: 50%;
	margin-left: -7px;
	position: absolute;
	width: 0;

	border: 7px solid transparent;
	border: 7px solid rgba(0, 0, 0, 0);
	border-top: 7px solid #df1b50;
}
.promo__heading,
.promo__subheading {
	display: block;

	color: #ffffff;
}
.promo__heading {
	margin-bottom: 3px;

	font-size: 32px;
	font-weight: 900;
	line-height: 32px;
	text-transform: uppercase;
}
.promo__subheading {
	font-size: 16px;
	font-weight: 500;
	line-height: 16px;
}
.promo__form {
	margin-top: 13px;

	text-align: left;
}
.promo__form__block {
	position: relative;
}
.promo__form__block + .promo__form__block {
	margin-top: 10px;
}
.promo__form__label {
	display: block;
	margin-bottom: 3px;

	font-size: 14px;
	font-weight: 500;
	line-height: 14px;
}
.promo__form__element {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: inline-block;
	height: 28px;
	padding: 0 6px;
	vertical-align: top;
	width: 100%;

	color: #000000;
	font-family: "FreightSans", sans-serif;
	font-size: 12px;
	font-weight: 600;
	line-height: 28px;

	background: #ffffff;
	border: 0 none;
	border-radius: 4px;
}
select.promo__form__element {
	background: #ffffff url(../images/promo__form--dropdown.svg) no-repeat right center;
}
select.promo__form__element option {
	color: #000000;
	font-family: "FreightSans", sans-serif;
	font-size: 12px;
	font-weight: 600;
}
.promo__form__type {
	cursor: pointer;
	display: block;
	padding: 8px 6px 8px 28px;
	position: relative;

	font-size: 12px;
	font-weight: 600;
	line-height: 12px;

	background: #ffffff;
}
.promo__form__type + .promo__form__type {
	border-top: 1px solid #eeeeee;
}
.promo__form__type.first {
	border-radius: 4px 4px 0 0;
}
.promo__form__type.last {
	border-radius: 0 0 4px 4px;
}
.promo__form__type input[type="radio"] {
	cursor: pointer;
	height: 0;
	opacity: 0;
	position: absolute;
	width: 0;
}
.promo__form__type .radio {
	display: block;
	height: 16px;
	left: 6px;
	margin-top: -8px;
	position: absolute;
	top: 50%;
	width: 16px;

	background: #eeeeee;
	border: 3px solid #eeeeee;
	border-radius: 50%;
}
.promo__form__type input[type="radio"]:checked ~ .radio {
	background: #000000;
}
.promo__form__statement {
	display: block;
	padding: 0 0 0 15px;
	position: relative;
}
.promo__form__statement + .promo__form__statement {
	margin-top: 5px;
}
.promo__form__statement,
.promo__form__statement a {
	color: #000000;
	font-size: 10px;
	font-weight: 500;
	line-height: 12px;
}
.promo__form__statement input[type="checkbox"] {
	cursor: pointer;
	height: 0;
	opacity: 0;
	position: absolute;
	width: 0;
}
.promo__form__statement .check {
	display: block;
	height: 11px;
	left: 0;
	position: absolute;
	top: 0;
	width: 11px;

	background: #ffffff;
	border-radius: 2px;
}
.promo__form__statement input[type="checkbox"]:checked ~ .check {
	background: #ffffff url(../images/promo__form--check.svg) no-repeat center;
}
.promo__form__submit {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: inline-block;
	padding: 10px;
	vertical-align: top;
	width: 100%;

	color: #ffffff;
	font-family: "FreightSans", sans-serif;
	font-size: 14px;
	font-weight: 900;
	line-height: 14px;

	background: #45ba40;
	border: 0 none;
	border-radius: 99999px;
	box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.15) inset;
}
.promo__form__error__message {
	display: inline-block;
	padding: 3px 5px;
	position: absolute;
	right: 180px;
	top: -2px;

	color: #ffffff;
	font-size: 12px;
	font-weight: 500;
	line-height: 12px;
	white-space: nowrap;

	background: #ff3434;
	border-radius: 2px;
}
.promo__form__error__message:after {
	content: " ";
	display: block;
	height: 0;
	margin-top: -3px;
	position: absolute;
	right: -6px;
	top: 50%;
	width: 0;

	border: 3px solid transparent;
	border: 3px solid rgba(0, 0, 0, 0);
	border-left: 3px solid #ff3434;
}

@media screen and (max-height: 713px) {
	.content__inner__promo {
		display: none;
	}
}

/* Formular */

#anketa_text {
	display: none;
}

.formular__ziadost__inner__formular {
	padding: 15px 0;

	text-align: center;
}
.formular__ziadost__inner__formular__item,
.formular__ziadost__inner__formular__info,
.formular__ziadost__inner__formular__table,
.formular__ziadost__inner__formular__block__alert {
	margin: 0 -15px 15px;
	padding: 15px;

	border: 2px solid transparent;
}
.formular__ziadost__inner__formular__block__alert {
	display: block;

	color: #000000;
	font-size: 18px;
	font-weight: 500;
	line-height: 24px;
}
.formular__ziadost__inner__formular__block__alert strong {
	color: #45ba40;
	font-size: 23px;
	font-weight: 700;
}
.koresp__block,
.tech__block,
.circles__options {
	display: none;
}
.formular__ziadost__inner__formular__item.validation__error {
	background: #fffcfc;
	border: 2px solid #ff3434;
}
.formular__ziadost__inner__formular__item.active {
	background: #fefcf0;
	border: 2px solid #fcdc31;
}
.formular__ziadost__inner__formular__item__element {
	position: relative;

	font-size: 0;
}
.euro {
	position: absolute;
	right: 15px;
	top: 0;

	color: #000000;
	font-size: 14px;
	font-weight: 600;
	line-height: 44px;
}
.formular__ziadost__inner__formular__item__label {
	display: block;
	margin: 0 0 10px;
	position: relative;

	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
	text-align: left;
}
.formular__ziadost__inner__formular__item__label strong {
	font-weight: 600;
}
.formular__ziadost__inner__formular__item__element__control {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: inline-block;
	height: 44px;
	padding: 0 15px;
	vertical-align: middle;
	width: 100%;

	color: #000000;
	font-family: "FreightSans", sans-serif;
	font-size: 14px;
	font-weight: 600;
	line-height: normal;

	background: #e3f5f5;
	border: 0 none;
	border-radius: 4px;
}
.formular__ziadost__inner__formular__item__element__control.margin,
.formular__ziadost__inner__formular__item__element__control.half:first-of-type {
	margin: 0 0 10px;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin: 0;
}
input.formular__ziadost__inner__formular__item__element__control {
	box-shadow: 0 2px 0 #b1e4e3 inset;
}
input.formular__ziadost__inner__formular__item__element__control.error,
input.formular__ziadost__inner__formular__item__element__control.error:hover {
	box-shadow: 0 2px 0 #ff3434 inset;
}
input.formular__ziadost__inner__formular__item__element__control:active,
input.formular__ziadost__inner__formular__item__element__control:focus,
input.formular__ziadost__inner__formular__item__element__control:hover {
	background: #fcdc31;
	box-shadow: 0 2px 0 #e6c516 inset;
}
select.formular__ziadost__inner__formular__item__element__control,
.formular__ziadost__inner__formular__item__element__control.choice {
	box-shadow: 0 -2px 0 #b1e4e3 inset;
}
select.formular__ziadost__inner__formular__item__element__control {
	background: #e3f5f5 url(/res/images/dropdown.svg) no-repeat right center;
}
select.formular__ziadost__inner__formular__item__element__control.error,
select.formular__ziadost__inner__formular__item__element__control.error:hover {
	box-shadow: 0 -2px 0 #ff3434 inset;
}
select.formular__ziadost__inner__formular__item__element__control:active,
select.formular__ziadost__inner__formular__item__element__control:focus,
select.formular__ziadost__inner__formular__item__element__control:hover {
	cursor: pointer;

	background: #fcdc31 url(/res/images/dropdown.svg) no-repeat right center;
	box-shadow: 0 -2px 0 #e6c516 inset;
}
select.formular__ziadost__inner__formular__item__element__control option {
	font-family: "FreightSans", sans-serif;
	font-size: 14px;
	font-weight: 600;
	line-height: normal;
}
input.formular__ziadost__inner__formular__item__element__control::-webkit-input-placeholder {
	color: #767676;
}
input.formular__ziadost__inner__formular__item__element__control::-moz-placeholder {
	color: #767676;
}
input.formular__ziadost__inner__formular__item__element__control:-ms-input-placeholder {
	color: #767676;
}
input.formular__ziadost__inner__formular__item__element__control:-moz-placeholder {
	color: #767676;
}
span.formular__ziadost__inner__formular__item__element__control:active,
span.formular__ziadost__inner__formular__item__element__control:focus,
span.formular__ziadost__inner__formular__item__element__control:hover {
	cursor: pointer;
	background: #fcdc31;
	box-shadow: 0 -2px 0 #e6c516 inset;
}
.formular__ziadost__inner__formular__item__element__control.day,
.formular__ziadost__inner__formular__item__element__control.month,
.formular__ziadost__inner__formular__item__element__control.day__since,
.formular__ziadost__inner__formular__item__element__control.month__since,
.formular__ziadost__inner__formular__item__element__control.year__since {
	margin: 0 3% 0 0;
}
.formular__ziadost__inner__formular__item__element__control.day,
.formular__ziadost__inner__formular__item__element__control.year {
	width: 24%;
}
.formular__ziadost__inner__formular__item__element__control.month {
	width: 46%;
}
.formular__ziadost__inner__formular__item__element__control.day__since,
.formular__ziadost__inner__formular__item__element__control.year__since {
	width: 24%;
}
.formular__ziadost__inner__formular__item__element__control.month__since {
	width: 29%;
}
.date__picker {
	cursor: pointer;
	display: inline-block;
	height: 44px;
	position: relative;
	vertical-align: middle;
	width: 14%;

	background: #e3f5f5 url(/res/images/calendar.svg) no-repeat center;
	border-radius: 4px;
	box-shadow: 0 -2px 0 #b1e4e3 inset;
}
.date__picker:active,
.date__picker:focus,
.date__picker:hover {
	background: #fcdc31 url(/res/images/calendar.svg) no-repeat center;
	box-shadow: 0 -2px 0 #e6c516 inset;
}
.date__picker__wrap {
	position: absolute;
	right: 0;
	top: 46px;
	z-index: 999;

	font-size: 13px;
}
.formular__ziadost__inner__formular__item__element__control.choice {
	padding-top: 12px;
}
.formular__ziadost__inner__formular__item__element__control.choice em {
	float: right;

	font-weight: 900;
}
.formular__ziadost__inner__formular__item__element__control.show__on__change {
	margin: 10px 0 0;
}
.formular__ziadost__inner__formular__item__element__choice__block {
	display: block;
	margin: 0 0 10px;
	overflow: hidden;
	position: relative;
}
.formular__ziadost__inner__formular__item__element__choice__block:last-of-type {
	margin: 0;
}
.formular__ziadost__inner__formular__item__element__choice__block.yes,
.formular__ziadost__inner__formular__item__element__choice__block.no {
	display: inline-block;
	margin: 0;
	vertical-align: middle;
	width: 48.5%;

	text-align: center;
}
.formular__ziadost__inner__formular__item__element__choice__block.yes__2,
.formular__ziadost__inner__formular__item__element__choice__block.no__2,
.formular__ziadost__inner__formular__item__element__choice__block.dontknow__2 {
	display: inline-block;
	margin: 0;
	vertical-align: middle;
	width: 31.33%;

	text-align: center;
}
.formular__ziadost__inner__formular__item__element__choice__block.yes,
.formular__ziadost__inner__formular__item__element__choice__block.yes__2,
.formular__ziadost__inner__formular__item__element__choice__block.no__2 {
	margin: 0 3% 0 0;
}
.formular__ziadost__inner__formular__vyhlasenia {
	margin: 0 0 15px;
	padding: 0 15px;
}
.formular__ziadost__inner__formular__vyhlasenia__element {
	cursor: pointer;
	display: block;
	max-height: 99999px;
	padding: 8px 0;
	position: relative;

	font-size: 14px;
	font-weight: 500;
	line-height: 18px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-text-size-adjust: none;
	text-size-adjust: none;
	text-align: left;
}
.formular__ziadost__inner__formular__vyhlasenia__element.bigger {
	padding: 16px 0;

	font-size: 16px;
	line-height: 22px;
}
.formular__ziadost__inner__formular__vyhlasenia__element.custom__check {
	padding: 12px 0 12px 28px;
}
.formular__ziadost__inner__formular__vyhlasenia__element.custom__check.bigger {
	padding: 16px 0 16px 28px;
}
.formular__ziadost__inner__formular__vyhlasenia__element.custom__check input[type="checkbox"] {
	cursor: pointer;
	opacity: 0;
	position: absolute;
}
.formular__ziadost__inner__formular__vyhlasenia__element.custom__check .checkmark {
	height: 22px;
	left: 0;
	position: absolute;
	top: 9px;
	width: 22px;

	background: #ffffff;
	border: 2px solid #009cb6;
	border-radius: 2px;
}
.formular__ziadost__inner__formular__vyhlasenia__element.custom__check.bigger .checkmark {
	top: 16px;
}
.formular__ziadost__inner__formular__vyhlasenia__element.custom__check .checkmark:after {
	content: " ";
	display: block;
	height: 12px;
	left: 3px;
	position: absolute;
	top: 3px;
	width: 12px;
}
.formular__ziadost__inner__formular__vyhlasenia__element.custom__check input[type="checkbox"]:checked ~ .checkmark:after {
	background: url(/res/images/checkmark--vyhlasenia.svg) no-repeat center;
}
.formular__ziadost__inner__formular__vyhlasenia__element a {
	color: #000000;
	text-decoration: underline;
}
.formular__ziadost__inner__formular__vyhlasenia__element a:hover {
	color: #009cb6;
}
.formular__ziadost__inner__formular__vyhlasenia__element a:active,
.formular__ziadost__inner__formular__vyhlasenia__element a:focus {
	color: #df1b50;
}
.formular__ziadost__inner__formular__submit {
	margin: 0 0 15px;
	padding: 10px 0;

	text-align: center;
}
.formular__ziadost__inner__formular__submit__button {
	cursor: pointer;
	display: inline-block;
	padding: 15px 20px;
	vertical-align: middle;

	color: #ffffff;
	font-family: "FreightSans", sans-serif;
	font-size: 18px;
	font-weight: 700;
	line-height: 20px;
	text-align: center;
	text-decoration: none;

	background: #4ab948;
	border: 0 none;
	border-radius: 29px;
	box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.1) inset;
}
.formular__ziadost__inner__formular__submit__button:hover {
	background: #3fa938;
}
.formular__ziadost__inner__formular__submit__button:active,
.formular__ziadost__inner__formular__submit__button:focus {
	background: #329b2b;
	box-shadow: 0 2px 0 rgba(0, 0, 0, 0.1) inset;
}
.formular__ziadost__inner__formular__submit__button img {
	display: inline-block;
	margin: -2px 0 0 14px;
	max-width: 8px;
	vertical-align: middle;
	width: 100%;
}
.formular__ziadost__inner__formular__submit__button i {
	margin: -2px 0 0 10px;
	vertical-align: middle;
}
.formular__ziadost__inner__formular__submit__button.disabled,
.formular__ziadost__inner__formular__submit__button.disabled:active,
.formular__ziadost__inner__formular__submit__button.disabled:focus,
.formular__ziadost__inner__formular__submit__button.disabled:hover {
	cursor: default;
	pointer-events: none;

	background: #c2c2c2;
	box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.1) inset;
}
.formular__ziadost__inner__formular__item__element__control__checkmark {
	display: inline-block;
	height: 18px;
	margin: -3px 7px 0 0;
	vertical-align: middle;
	width: 18px;

	background: #ffffff;
	border-radius: 50%;
}
.formular__ziadost__inner__formular__item__element__choice__block input[type="radio"] {
	opacity: 0;
	position: absolute;
	left: -99999px;
}
.formular__ziadost__inner__formular__item__element__choice__block input[type="radio"]:checked + .formular__ziadost__inner__formular__item__element__control {
	color: #ffffff;

	background: #009cb6;
	box-shadow: 0 2px 0 #00869c inset;
}
.formular__ziadost__inner__formular__item__element__choice__block input[type="radio"]:checked + .formular__ziadost__inner__formular__item__element__control .formular__ziadost__inner__formular__item__element__control__checkmark {
	background: #ffffff url(/res/images/checkmark--choice.svg) no-repeat center;
	-webkit-transition: all 0s ease;
	-moz-transition: all 0s ease;
	-o-transition: all 0s ease;
	transition: all 0s ease;
}
.formular__ziadost__inner__formular__block__heading {
	display: block;
	margin: 0 0 15px;
	padding: 10px 0 0;

	font-size: 16px;
	font-weight: 700;
	line-height: 24px;
	text-align: left;
}
.formular__ziadost__inner__formular__block__heading#otazky_alert {
	margin: 0 15px 15px;
	padding: 15px;
	position: relative;

	color: #ffffff;
	text-align: center;

	background: #ff3434;
	border-radius: 4px;
}
.formular__ziadost__inner__formular__block__heading ul,
.formular__ziadost__inner__formular__block__heading ol {
	margin-top: 23px;
	padding: 0 0 0 2em;

	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
}
.formular__ziadost__inner__formular__block__heading ul {
	list-style: disc outside none;
}
.formular__ziadost__inner__formular__block__heading ol {
	list-style: decimal outside none;
}
.formular__ziadost__inner__formular__block__heading#otazky_alert:after {
	bottom: -10px;
	content: " ";
	display: block;
	height: 0;
	left: 50%;
	margin: 0 0 0 -5px;
	position: absolute;
	width: 0;

	border: 5px solid transparent;
	border: 5px solid rgba(0, 0, 0, 0);
	border-top: 5px solid #ff3434;
}
.formular__ziadost__inner__formular__table__row {
	font-size: 0;
}
.formular__ziadost__inner__formular__table__row + .formular__ziadost__inner__formular__table__row {
	margin: 10px 0 0;
	padding: 10px 0 0;

	border-top: 1px solid #b1e4e3;
}
.formular__ziadost__inner__formular__table__row__left,
.formular__ziadost__inner__formular__table__row__right {
	display: inline-block;
	vertical-align: middle;
	width: 50%;

	font-size: 18px;
}
.formular__ziadost__inner__formular__table__row__right {
	font-weight: 700;
	text-align: right;
}
.formular__ziadost__inner__formular__detail {
	height: 290px;
	margin: 15px auto 30px;
	width: 290px;

	line-height: 290px;
	text-align: center;

	background: #e3f5f5;
	border-radius: 50%;
}
.formular__ziadost__inner__formular__detail__vertical__align {
	display: inline-block;
	vertical-align: middle;
}
.formular__ziadost__inner__formular__detail__logo,
.formular__ziadost__inner__formular__detail__property,
.formular__ziadost__inner__formular__detail__value,
.formular__ziadost__inner__formular__detail__value em {
	display: block;
}
.formular__ziadost__inner__formular__detail__logo {
	height: auto;
	margin: 0 auto 15px;
	max-width: 120px;
	width: 100%;
}
.formular__ziadost__inner__formular__detail__property {
	color: #525252;
	font-size: 16px;
	line-height: 24px;
}
.formular__ziadost__inner__formular__detail__value {
	margin: 5px 0 0;

	font-size: 27px;
	font-weight: 700;
	line-height: 30px;
}
.formular__ziadost__inner__formular__detail__value em {
	color: #525252;
	font-size: 16px;
	font-weight: 500;
	line-height: 19px;
}
.formular__ziadost__inner__formular__item.vozidlo .formular__ziadost__inner__formular__item__label {
	float: left;
	width: 30%;
}
.formular__ziadost__inner__formular__item.vozidlo .formular__ziadost__inner__formular__item__element {
	float: right;
	width: 70%;
}
.formular__ziadost__inner__formular__item__element__info,
.formular__ziadost__inner__formular__item__element .ine__vozidlo {
	display: block;

	text-align: right;
}
.formular__ziadost__inner__formular__item__element strong.formular__ziadost__inner__formular__item__element__info {
	font-size: 18px;
	font-weight: 700;
	line-height: 22px;
}
.formular__ziadost__inner__formular__item__element span.formular__ziadost__inner__formular__item__element__info,
.formular__ziadost__inner__formular__item__element .ine__vozidlo {
	color: #000000;
	font-size: 14px;
	font-weight: 500;
	line-height: 17px;
}
.formular__ziadost__inner__formular__item__element .ine__vozidlo {
	margin: 15px 0 0;
}
.formular__ziadost__inner__formular__item.circles .formular__ziadost__inner__formular__item__label {
	margin: 0;
}
.circles__list {
	display: block;
}
.circle {
	cursor: pointer;
	float: left;
	height: 80px;
	margin: 10px 0 0;
	padding: 0 10px;
	position: relative;
	width: 49%;

	color: #000000;
	line-height: 78px;
	text-align: center;

	background: #ffffff;
	border: 1px solid #caedec;
	border-radius: 50%;
	box-shadow: 0 -2px 0 #e3f5f5 inset;
}
.circle:hover {
	background: #fcdc31;
	border: 1px solid #e6c516;
	box-shadow: 0 -2px 0 #e6c516 inset;
}
.circle:nth-child(odd) {
	margin: 10px 2% 0 0;
}
.circle.active {
	background: #009cb6;
	border: 1px solid #ffffff;
	box-shadow: 0 2px 0 #00869c inset;

	color: #ffffff;
}
.circle > span {
	display: inline-block;
	pointer-events: none;
	position: relative;
	vertical-align: middle;
	z-index: 1;

	font-size: 14px;
	font-weight: 600;
	line-height: 17px;
}
.circle__select {
	background: #ffffff url(/res/images/dropdown.svg) no-repeat center 46px;
}
.circle__select:hover {
	background: #fcdc31 url(/res/images/dropdown.svg) no-repeat center 46px;
}
.circle__select.active {
	background: #009cb6 url(/res/images/dropdown--white.svg) no-repeat center 46px;
}
.circles__options {
	left: 50%;
	margin: 0 0 0 -80px;
	position: absolute;
	top: 26px;
	width: 160px;
	z-index: 2;

	background: #fcdc31;
	border-radius: 4px;
}
.circles__option {
	display: block;
	padding: 7px 10px;

	color: #000000;
	font-size: 14px;
	font-weight: 600;
	line-height: 17px;
}
.circles__option:active,
.circles__option:focus,
.circles__option:hover {
	color: #ffffff;

	background: #009cb6;
}
.click__ripple {
	display: block;
	height: 0;
	left: 50%;
	opacity: 1;
	position: absolute;
	top: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	visibility: visible;
	width: 0;
	z-index: 0;

	background: #b1e4e3;
	border-radius: 100%;
	-webkit-transition: all 0s ease;
	-moz-transition: all 0s ease;
	-o-transition: all 0s ease;
	transition: all 0s ease;
}
.click__ripple.animate {
	height: 100%;
	opacity: 0;
	visibility: hidden;
	width: 100%;

	-webkit-transition: all 0.65s ease;
	-moz-transition: all 0.65s ease;
	-o-transition: all 0.65s ease;
	transition: all 0.65s ease;
}
.formular__ziadost__inner__formular__info {
	display: block;
	margin: 0 15px 15px;

	font-size: 14px;
	line-height: 18px;

	background: #f0fafa;
	border-bottom: 0 none;
	border-left: 10px solid #caedec;
	border-top: 0 none;
}
.formular__ziadost__inner__formular__info strong {
	font-weight: 700;
}
.error__message {
	display: none;
	margin: 0 0 7px;
	padding: 0 0 0 24px;
	position: relative;

	color: #ff3434;
	font-size: 16px;
	font-weight: 700;
	line-height: 19px;
	text-align: left;
}
.error__message:before {
	content: "!";
	display: block;
	height: 18px;
	left: 0;
	position: absolute;
	top: 1px;
	width: 18px;

	color: #ffffff;
	font-size: 14px;
	font-weight: 700;
	line-height: 18px;
	text-align: center;

	background: #ff3434;
	border-radius: 50%;
}
.formular__ziadost__inner__formular__vyhlasenia .error__message {
	margin: 15px 0 7px;
}
.tooltip__trigger {
	display: block;
	height: 18px;
	margin: -9px 0 0;
	position: absolute;
	right: 0;
	top: 50%;
	width: 18px;

	color: #ffffff;
	font-size: 14px;
	font-weight: 700;
	line-height: 18px;
	text-align: center;
	text-decoration: none;

	background: #009cb6;
	border-radius: 50%;
}
.tooltip__trigger.show {
	font-size: 0;

	background: #000000 url(/res/images/close--tooltip--mobile.svg) no-repeat center;
}
.tooltip__content {
	display: none;
	margin: 0 0 15px;
	padding: 15px;
	position: relative;

	background: #fcdc31;
	border-radius: 4px;
}
.tooltip__content:before {
	content: " ";
	display: block;
	height: 0;
	position: absolute;
	right: 5px;
	top: -10px;
	width: 0;

	border: 5px solid transparent;
	border: 5px solid rgba(0, 0, 0, 0);
	border-bottom: 5px solid #fcdc31;
}
.tooltip__content p {
	color: #000000;
	font-size: 12px;
	line-height: 15px;
}
.visible__tooltip {
	display: inline-block;
	margin: 10px 0 0;
	vertical-align: middle;
	width: 100%;

	color: #767676;
	font-size: 14px;
	line-height: 17px;
}
.formular__ziadost__inner__img {
	display: block;
	height: auto;
	margin: 20px auto;
	max-width: 100px;
}
.formular__ziadost__inner__heading,
.formular__ziadost__inner__text {
	padding: 0 15px;

	text-align: center;
}
.formular__ziadost__inner__heading {
	margin: 0 0 15px;

	font-size: 23px;
	font-weight: 700;
	line-height: 27px;
}
.formular__ziadost__inner__text {
	margin: 0 0 20px;
}
.formular__ziadost__inner__text:first-child {
	padding-top: 15px;
}
.formular__ziadost__inner__text a {
	color: inherit;
	text-decoration: none;

	box-shadow: 0 -5px 0 #fcdc31 inset;
}
.formular__ziadost__inner__text a:active,
.formular__ziadost__inner__text a:focus,
.formular__ziadost__inner__text a:hover {
	box-shadow: 0 -24px 0 #fcdc31 inset;
}
.formular__ziadost__inner__btn {
	cursor: pointer;
	display: block;
	margin: 0 auto 20px;
	max-width: 290px;
	width: 100%;

	color: #ffffff;
	font-size: 18px;
	font-weight: 900;
	line-height: 50px;
	text-align: center;
	text-decoration: none;

	background: #4ab948;
	border: 0 none;
	border-radius: 25px;
	box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.1) inset;
}
.formular__ziadost__inner__btn:hover {
	background: #3fa938;
}
.formular__ziadost__inner__btn:active,
.formular__ziadost__inner__btn:focus {
	background: #329b2b;
	box-shadow: 0 2px 0 rgba(0, 0, 0, 0.1) inset;
}
.formular__ziadost__inner__btn img {
	display: inline-block;
	margin: -2px 0 0 14px;
	max-width: 8px;
	vertical-align: middle;
	width: 100%;
}
.formular__ziadost__inner__formular__item iframe.cetelem {
	display: block;
	height: 5500px;
	width: 100%;
}

/* PZP SPZ */

.formular__ziadost__inner__pzp {
	margin: 25px 0 0;
	padding: 30px 15px;

	text-align: center;

	background: #fcdc31;
}
.formular__ziadost__inner__pzp__heading {
	margin: 0 0 20px;

	font-size: 27px;
	line-height: 30px;
}
.formular__ziadost__inner__pzp__text {
	margin: 0 0 20px;
}
.formular__ziadost__inner__pzp__spz {
	height: 60px;
	margin: 0 auto 24px;
	overflow: hidden;
	padding: 0 0 0 27px;
	width: 280px;

	font-size: 0;
	text-align: left;

	background: #ffffff url(/res/images/spz--bg--mobile.svg) no-repeat left center;
	border: 2px solid #e6c516;
	border-radius: 5px;
}
.spz__1,
.spz__2 {
	display: inline-block;
	height: 40px;
	margin: 8px 0 0;
	vertical-align: middle;

	color: #000000;
	font-family: "RobotoMono-Bold", monospace;
	font-size: 42px;
	line-height: 40px;
	text-align: left;
	text-transform: uppercase;
	background: #ffffff;
}
.spz__1 {
	margin: 8px 44px 0 13px;
	width: 51px;
}
.spz__2 {
	width: 128px;
}
.formular__ziadost__inner__pzp__anchor {
	display: inline-block;
	margin: 20px 0 0;
	vertical-align: middle;

	color: #000000;
	font-size: 14px;
}

/***** Tabulka *****/

.tabulka__relative {
	position: relative;
}
.tabulka__scroll {
	overflow: auto;
}
.tabulka {
	margin: auto;
	width: 600px;
}
.tabulka__left {
	position: absolute;
	z-index: 10;

	border-right: 1px solid #ffffff;
}
.tabulka--3 .tabulka__left {
	width: 140px;
}
.tabulka--5 .tabulka__left {
	width: 120px;
}
.tabulka--3 .tabulka__right {
	padding: 0 0 0 140px;
}
.tabulka--5 .tabulka__right {
	padding: 0 0 0 120px;
}
.tabulka__right__row.header,
.tabulka__left__item:first-of-type {
	background: #45c2ca;
}
.tabulka__right__row {
	background: #f0fafa;
}
.tabulka__left__item,
.tabulka__right__item {
	height: 70px;
	padding: 0 15px;

	line-height: 70px;
}
.tabulka__left__item {
	text-align: left;

	background: #caedec;
	border-bottom: 1px solid #ffffff;
}
.tabulka__right__item {
	float: left;

	text-align: center;

	border-bottom: 1px solid #ffffff;
}
.tabulka__right__item + .tabulka__right__item {
	border-left: 1px solid #ffffff;
}
.tabulka--3 .tabulka__right__item {
	width: 230px;
}
.tabulka--5 .tabulka__right__item {
	width: 120px;
}
.tabulka__left__item > span,
.tabulka__right__item > span,
.tabulka__left__item em,
.tabulka__right__item em {
	display: inline-block;
	vertical-align: middle;
	width: 100%;

	font-size: 16px;
	font-weight: 500;
	line-height: 16px;
}
.tabulka__left__item em,
.tabulka__right__item em {
	font-size: 12px;
}
.tabulka__left__item span,
.header .tabulka__right__item span {
	font-weight: 700;
}
.header .tabulka__right__item span,
.tabulka__left__item:first-of-type span {
	color: #ffffff;
}

/***** Share *****/

.formular__ziadost__inner__formular__item__share {
	display: inline-block;
	padding: 0 0 0 21px;
	position: relative;
	vertical-align: baseline;

	color: #3b5998;
	font-size: 14px;
	font-weight: 700;
	line-height: 17px;
	text-decoration: none;
}
.formular__ziadost__inner__formular__item__share:after {
	content: " ";
	display: block;
	height: 16px;
	left: 0;
	position: absolute;
	top: 0;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	width: 16px;

	background: #3b5998 url(/res/images/facebook--share.svg) no-repeat center;
	border-radius: 2px;
}

/***** Back Button *****/

.formular__ziadost__inner__formular__item__back__button {
	display: block;
	padding: 15px;

	color: #000000;
	font-size: 14px;
	font-weight: 700;
	line-height: 17px;
	text-align: center;
	text-decoration: none;

	background: #fcdc31;
}
.formular__ziadost__inner__formular__item__back__button:active,
.formular__ziadost__inner__formular__item__back__button:focus,
.formular__ziadost__inner__formular__item__back__button:hover {
	background: #efcf2f;
}
.formular__ziadost__inner__formular__item__back__button img {
	display: inline-block;
	margin: -2px 8px 0 0;
	max-width: 6px;
	vertical-align: middle;
	width: 100%;
}

/***** Note *****/

.formular__ziadost__inner__formular__note {
	display: block;
	padding: 5px 0;

	color: #000000;
	font-size: 14px;
	font-weight: 500;
	line-height: 18px;
}

@media screen and (min-width: 530px) {
	.formular__ziadost__inner__formular__item.circles .formular__ziadost__inner__formular__item__label {
		margin: 0 0 15px;
	}
	.circle,
	.circle:nth-child(odd) {
		margin: 0 3% 0 0;
		width: 22.75%;
	}
	.circle:last-of-type {
		margin: 0;
	}

	/***** Tabulka *****/

	.tabulka--3 .tabulka__left,
	.tabulka--3 .tabulka__right__item {
		width: 200px;
	}
	.tabulka--3 .tabulka__right {
		padding: 0 0 0 200px;
	}
}

@media screen and (min-width: 1200px) {
	.formular__ziadost__inner__formular {
		padding: 20px 0;
	}
	.formular__ziadost__inner__formular__item__element__control.half {
		width: 48.5%;
	}
	.formular__ziadost__inner__formular__item__element__control.half:first-of-type {
		margin: 0 3% 0 0;
	}
	.formular__ziadost__inner__formular__item,
	.formular__ziadost__inner__formular__block__heading,
	.formular__ziadost__inner__formular__info,
	.formular__ziadost__inner__formular__vyhlasenia,
	.formular__ziadost__inner__formular__submit,
	.formular__ziadost__inner__formular__table,
	.formular__ziadost__inner__formular__block__alert,
	.formular__ziadost__inner__formular__note {
		margin: 0 auto 20px;
		max-width: 694px;
		padding: 10px 20px;
		position: relative;

		text-align: left;
	}
	.formular__ziadost__inner__formular__note {
		margin: 0 auto;
	}
	.formular__ziadost__inner__formular__block__heading#otazky_alert {
		margin: 0 auto 15px;
		max-width: 600px;
	}
	.formular__ziadost__inner__formular__block__heading#otazky_alert:after {
		left: auto;
		margin: 0;
		right: 173px;
	}
	.formular__ziadost__inner__formular__vyhlasenia {
		padding: 5px 60px 5px 22px;
	}
	.formular__ziadost__inner__formular__item__label,
	.formular__ziadost__inner__formular__item.vozidlo .formular__ziadost__inner__formular__item__label {
		float: left;
		margin: 0;
		padding: 11px 10px 0 0;
		width: 41%;
	}
	.formular__ziadost__inner__formular__item.vozidlo .formular__ziadost__inner__formular__item__label {
		padding: 0;
	}
	.formular__ziadost__inner__formular__item.circles .formular__ziadost__inner__formular__item__label,
	.formular__ziadost__inner__formular__item.circles .formular__ziadost__inner__formular__item__element {
		width: 100%;
	}

	.formular__ziadost__inner__formular__item__element,
	.formular__ziadost__inner__formular__item.vozidlo .formular__ziadost__inner__formular__item__element,
	.error__message {
		float: right;
		width: 59%;
	}
	.formular__ziadost__inner__formular__submit {
		text-align: right;
	}
	.formular__ziadost__inner__formular__item__element__info,
	.formular__ziadost__inner__formular__item__element .ine__vozidlo {
		text-align: left;
	}
	.formular__ziadost__inner__formular__item__element .ine__vozidlo {
		left: 636px;
		margin: -8px 0 0;
		position: absolute;
		top: 50%;
		width: 180px;
	}
	.formular__ziadost__inner__formular__item__element__control.day__since,
	.formular__ziadost__inner__formular__item__element__control.year__since {
		width: 22%;
	}
	.formular__ziadost__inner__formular__item__element__control.month__since {
		width: 33%;
	}
	.formular__ziadost__inner__formular__detail {
		height: 434px;
		width: 434px;

		line-height: 434px;
	}
	.formular__ziadost__inner__formular__detail__logo {
		margin: 0 auto 22px;
		max-width: 200px;
	}
	.formular__ziadost__inner__formular__detail__value {
		font-size: 32px;
		line-height: 40px;
	}
	.circle,
	.circle:nth-child(odd) {
		height: 96px;
		margin: 0 3% 0 0;
		width: 22.75%;

		line-height: 94px;
	}
	.circle:last-child {
		margin: 0;
	}
	.circle__select {
		background: #ffffff url(/res/images/dropdown.svg) no-repeat center 54px;
	}
	.circle__select:hover {
		background: #fcdc31 url(/res/images/dropdown.svg) no-repeat center 54px;
	}
	.circle__select.active {
		background: #009cb6 url(/res/images/dropdown--white.svg) no-repeat center 54px;
	}
	.circles__options {
		top: 38px;
	}
	.error__message {
		margin: 11px 0 15px;
	}
	.circles .error__message,
	.formular__ziadost__inner__formular__vyhlasenia .error__message {
		float: none;
		margin: 11px 0 5px;
		width: 100%;
	}
	.tooltip__trigger {
		height: 26px;
		left: 621px;
		width: 26px;

		font-size: 18px;
		line-height: 26px;
	}
	.tooltip__trigger.show {
		background: #000000 url(/res/images/close--tooltip--desktop.svg) no-repeat center;
	}
	.tooltip__content {
		position: absolute;
		right: -213px;
		top: 15px;
		width: 200px;
	}
	.tooltip__content:before {
		left: -10px;
		right: auto;
		top: 16px;
		border-bottom: 5px solid transparent;
		border-bottom: 5px solid rgba(0, 0, 0, 0);
		border-right: 5px solid #fcdc31;
	}
	.visible__tooltip {
		padding: 0 0 0 41%;
	}
	.formular__zaver__inner__img {
		margin: 0 auto 30px;
	}
	.formular__ziadost__inner__heading,
	.formular__ziadost__inner__text {
		margin: 0 213px 20px 251px;
		max-width: 686px;
		padding: 0 60px 0 22px;
	}

	/* PZP SPZ */

	.formular__ziadost__inner__pzp {
		margin: 40px 0 0;
		padding: 40px 0 50px;
	}
	.formular__ziadost__inner__pzp__heading {
		margin: 0 auto 30px;
		max-width: 608px;

		font-size: 32px;
		line-height: 40px;
	}
	.formular__ziadost__inner__pzp__text {
		margin: 0 auto 20px;
		max-width: 608px;
	}
	.formular__ziadost__inner__pzp__spz {
		height: 130px;
		padding: 0 0 0 60px;
		width: 608px;

		background: #ffffff url(/res/images/spz--bg--desktop.svg) no-repeat left center;
		border-radius: 8px;
	}
	.spz__1,
	.spz__2 {
		height: 84px;
		margin: 20px 0 0;
		font-size: 90px;
		line-height: 84px;
	}
	.spz__1 {
		margin: 20px 98px 0 30px;
		width: 108px;
	}
	.spz__2 {
		width: 276px;
	}

	/***** Tabulka *****/

	.tabulka__scroll {
		overflow: visible;
	}
	.tabulka {
		margin: 0;
	}

	/***** Back Button *****/

	.formular__ziadost__inner__formular__item__back__button {
		margin: auto;
		max-width: 256px;
	}

	/***** Note ****/

	.formular__ziadost__inner__formular__note {
		padding: 9px 60px 9px 22px;
	}
}
