/* Import */

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

@font-face {
	font-family: "FreightSans";
	src: url("../fonts/FreightSansProMedium-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/FreightSansProMedium-Regular.woff") format("woff"), url("../fonts/FreightSansProMedium-Regular.ttf") format("truetype"), url("../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;
}
ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
: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;
}
::-webkit-input-placeholder {
	color: #c2c2c2;
}
::-moz-placeholder {
	color: #c2c2c2;
}
:-ms-input-placeholder {
	color: #c2c2c2;
}
:-moz-placeholder {
	color: #c2c2c2;
}

/* Typography */

h1 {
	font-weight: 700;
	font-size: 22px;
	line-height: 32px;
}
h2 {
	font-weight: 700;
	font-size: 22px;
	line-height: 32px;
}
h3 {
	font-weight: 700;
	font-size: 17px;
	line-height: 32px;
}
p {
	font-weight: 500;
	font-size: 17px;
	line-height: 32px;
}
p strong {
	font-weight: 700;
}
p em {
	font-weight: 600;
}
sub,
sup {
	position: relative;
	vertical-align: baseline;

	font-size: 75%;
	font-weight: 500;
	line-height: 0;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}

/* Tracker Pixel */

body > img,
.tracker__img {
	position: absolute;
	z-index: -1;
}

/* Tracking Pixels */

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

/* Tooltip */

.tooltip {
	cursor: pointer;
	display: inline-block;
	width: 21px;
	height: 21px;
	position: relative;

	color: #ffffff;
	text-align: center;
	white-space: normal;
	font-size: 17px;
	line-height: 21px;

	background-color: #0e81a0;
	border-radius: 50%;
}
.tooltip--danger {
	background-color: #f0110c;
}
.tooltip strong {
	font-weight: 700;
}
.tooltip__content {
	clip: rect(0 0 0 0);
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	height: 1px;
	overflow: hidden;
	position: absolute;
	white-space: nowrap;
	width: 1px;
	top: 29px;
	left: -16px;
}
.tooltip--right .tooltip__content {
	right: -16px;
	left: auto;
}
.tooltip--center .tooltip__content {
	left: 50%;
	margin-left: -100px;
}
.tooltip__content:before {
	content: " ";
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	top: -8px;
	left: 20px;

	border: 4px solid transparent;
	border-bottom: 4px solid #262626;
}
.tooltip--right .tooltip__content:before {
	right: 20px;
	left: auto;
}
.tooltip--center .tooltip__content:before {
	left: 50%;
	margin-left: -4px;
}
.tooltip:hover .tooltip__content,
.tooltip:focus .tooltip__content {
	clip: auto;
	-webkit-clip-path: none;
	clip-path: none;
	height: auto;
	overflow: visible;
	white-space: normal;
	width: 200px;

	padding: 16px;
	z-index: 2;

	font-size: 15px;
	font-weight: 500;
	line-height: 21px;
	text-align: left;

	background-color: #262626;
	border-radius: 4px;
}

/* Header */

.header__wrap {
	background: #ffffff;
}
.header__inner {
	padding: 16px;
	position: relative;
}
.header__branding,
.header__branding__img {
	display: block;
}
.header__branding {
	width: 140px;
}
.header__branding__img {
	height: auto;
	width: 100%;
}
.header__heading {
	margin-top: 16px;

	color: #525252;
	font-size: 22px;
	font-weight: 500;
	line-height: 32px;
	text-decoration: none;
}
.header__porovnanie__inner--claim {
	margin-top: 8px;

	color: #767676;
	font-size: 15px;
	line-height: 24px;
}
.hide_topseotext .header__porovnanie__inner--claim {
	display: none;
}

@media screen and (min-width: 768px) {
	.header__inner {
		padding: 24px;
	}
	.header__heading {
		margin-top: 24px;
	}
	.header__porovnanie__inner--claim {
		margin-top: 12px;
	}
}
@media screen and (min-width: 1200px) {
	.header__inner {
		margin: auto;
		max-width: 1200px;
	}
	.header__branding,
	.header__heading {
		float: left;
	}
	.header__branding {
		margin-top: 1px;
	}
	.header__heading {
		margin: 0 0 0 34px;
		position: relative;
	}
	.header__heading:before {
		content: " ";
		display: block;
		height: 30px;
		left: -18px;
		position: absolute;
		top: 0;
		width: 2px;
		background: #fcdc31;
	}
	.header__porovnanie__inner--claim {
		clear: both;
		margin-top: 0;
		padding-top: 16px;
	}
}

/* TotalTip */

.totaltips__wrap {
	background: #ffffff;
}
.totaltips__inner {
	padding: 0 16px 16px;
}
.totaltip {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 16px;

	color: #ffffff;
	text-decoration: none;

	background: #575097;
	border: 1px solid #575097;
	border-radius: 4px;
}
.totaltip:last-of-type {
	margin-bottom: 0;
}
.totaltip > img {
	opacity: 0;
	pointer-events: none;
	position: absolute;
	top: 0;
	left: 0;
}
.totaltip__branding {
	padding: 16px;
	background: #ffffff;
	border-radius: 4px;
}
.totaltip__branding__img {
	display: block;
	height: 36px !important;
	width: 84px !important;
	position: relative;
	top: 50%;
	margin-top: -18px;
}
.totaltip__content {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}
.totaltip__info {
	padding: 16px;
}
.totaltip__heading,
.totaltip__description {
	display: block;
}
.totaltip__heading {
	font-size: 22px;
	font-weight: 700;
	line-height: 32px;
}
.totaltip__description {
	margin-top: 16px;

	color: #e3e3ea;
	font-size: 15px;
	line-height: 24px;
}
.totaltip__description ul {
	list-style: disc;
	margin-top: 16px;
	margin-left: 0;
	padding-left: 24px;
}
.totaltip__description ul li {
	padding-left: 6px;
}
.totaltip__description strong {
	font-weight: 700;
}
.totaltip__badge {
	display: inline-block;
	margin-top: -2px;
	margin-right: 4px;
	padding: 1px 4px;
	vertical-align: middle;

	color: #e3e3ea;
	font-size: 13px;
	line-height: 15px;

	border: 1px solid #e3e3ea;
	border-radius: 2px;
}
.totaltip__action {
	padding: 0 16px 16px;
}
.totaltip__btn {
	cursor: pointer;
	display: inline-block;
	padding: 4px 24px;
	vertical-align: middle;

	font-size: 17px;
	font-weight: 700;
	line-height: 32px;
	text-align: center;
	white-space: nowrap;

	background: #45a93e;
	border-radius: 99999px;
	box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.15) inset;
}
.totaltip__btn:hover {
	background: #399c32;
}
.totaltip__btn:active,
.totaltip__btn:focus {
	background: #2e8f27;
	box-shadow: 0 2px 0 rgba(0, 0, 0, 0.15) inset;
}
.totaltip__btn i {
	margin: -2px 0 0 12px;
	vertical-align: middle;
}

@media screen and (min-width: 768px) {
	.totaltips__inner {
		padding: 0 24px 24px;
	}
	.totaltip {
		margin-bottom: 24px;
	}
	.totaltip__branding {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 14.59%;
		flex: 1 1 14.59%;
		max-width: 175px;
		padding: 24px;
	}
	.totaltip__branding__img {
		margin-right: auto;
		margin-left: auto;
	}
	.totaltip__content {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.totaltip__info,
	.totaltip__action {
		padding: 24px;
	}
	.totaltip__info {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
	}
	.totaltip__description,
	.totaltip__description ul {
		margin-top: 12px;
	}
}

@media screen and (min-width: 1200px) {
	.totaltips__inner {
		margin: auto;
		max-width: 1200px;
		padding: 0 24px 24px;
	}
	.formular__formular + .totaltips .totaltips__inner {
		padding-top: 0;
	}
	.totaltip {
		margin-bottom: 12px;
	}
	.totaltip__branding {
		padding: 16px 24px;
	}
	.totaltip__branding__img {
		height: 48px !important;
		width: 96px !important;
		margin-top: -24px;
	}
	.totaltip__info,
	.totaltip__action {
		padding: 16px 24px;
	}
	.totaltip__heading,
	.totaltip__description {
		max-width: 696px;
	}
	.totaltip__description,
	.totaltip__description ul {
		margin-top: 8px;
	}
}

/* Sidebar Comparison */

.sidebar-comparison__wrap {
	padding: 0 16px;

	background: #ffffff;
}
.sidebar-comparison__left {
	margin-bottom: 16px;
}

@media screen and (min-width: 768px) {
	.sidebar-comparison__wrap {
		padding: 0 24px;
	}
	.sidebar-comparison__inner {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		margin-right: -12px;
		margin-left: -12px;
	}
	.sidebar-comparison__left,
	.sidebar-comparison__right {
		width: 100%;
		min-height: 1px;
		padding-right: 12px;
		padding-left: 12px;
	}
	.sidebar-comparison__left {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;

		margin-bottom: 0;
	}
	.sidebar-comparison__right {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}
}

@media screen and (min-width: 1200px) {
	.sidebar-comparison__wrap {
		margin: auto;
		max-width: 1152px;
		padding: 0;
	}
	.sidebar-comparison__left {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 30%;
		flex: 0 0 30%;
		max-width: 30%;
	}
	.sidebar-comparison__right {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 70%;
		flex: 0 0 70%;
		max-width: 70%;
	}
}

/* Sidebar Form */

.sidebar-form {
	padding: 16px;

	background: #fcdc31;
	border-radius: 4px;
}
.sidebar-form__heading {
	margin-bottom: 32px;
}
.sidebar-form__group--two-col {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-right: -8px;
	margin-left: -8px;
}
.sidebar-form__group + .sidebar-form__group {
	margin-top: 32px;
}
.sidebar-form__group__column {
	width: 100%;
	min-height: 1px;
}
.sidebar-form__group--two-col .sidebar-form__group__column {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
	padding-right: 8px;
	padding-left: 8px;
}

@media screen and (min-width: 768px) {
	.sidebar-form {
		padding: 24px;
	}
}

/* Label */

.sidebar-form__label {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 16px;
	width: 100%;
}
.sidebar-form__label--disabled {
	opacity: 0.33;
	pointer-events: none;
}
.sidebar-form__label__text,
.sidebar-form__filter__value {
	display: block;

	font-size: 17px;
	line-height: 24px;
}
.sidebar-form__label__text {
	font-weight: 700;
}
.sidebar-form__filter__value {
	padding: 0 4px;

	background-color: #e2c52f;
	border-radius: 4px;
}

/* Filter */

.sidebar-form__filter {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
}
.sidebar-form__filter--slider {
	height: 24px;
}
.sidebar-form__filter--disabled {
	opacity: 0.33;
	pointer-events: none;
}
.sidebar-form__filter__text {
	display: inline-block;

	font-size: 15px;
	font-weight: 500;
	line-height: 21px;
	text-align: center;
}
.sidebar-form__filter__text:first-child {
	margin-right: 16px;
}
.sidebar-form__filter__text:last-child {
	margin-left: 16px;
}

/* Slider Filter */

.sidebar-form__filter__slider {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
}
.sidebar-form__filter__slider.ui-slider {
	height: 4px;

	background: #e2c52f;
	border: 0;
}
.sidebar-form__filter__slider .ui-slider-range {
	background: #e77724;

	-webkit-transition: left 0.1s, width 0.1s;
	-moz-transition: left 0.1s, width 0.1s;
	-o-transition: left 0.1s, width 0.1s;
	transition: left 0.1s, width 0.1s;
}
.sidebar-form__filter__slider .ui-slider-handle {
	cursor: pointer;
	height: 24px;
	margin-left: -12px;
	top: -10px;
	width: 24px;

	background: #ffffff url(../images/slider--handle.svg) no-repeat center;
	border: 0;
	border-radius: 4px;
	box-shadow: 0 2px 0 #c9af2d;

	-webkit-transition: left 0.1s;
	-moz-transition: left 0.1s;
	-o-transition: left 0.1s;
	transition: left 0.1s;
}

/* Input Filter */

.sidebar-form__filter__input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: inline-block;
	height: 24px;
	padding: 0 8px;
	vertical-align: top;
	width: 100%;

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

	background: #ffffff;
	border: 0;
	border-radius: 4px;
	box-shadow: 0 -2px 0 #c9af2d;
}

/* Not Sure */

.sidebar-form__notsure {
	margin-top: 16px;

	text-align: center;
}
.sidebar-form__calculator__trigger {
	display: inline-block;
	padding-right: 24px;
	position: relative;

	color: #000000;
	font-size: 15px;
	font-weight: 700;
	line-height: 24px;
	text-decoration: underline;
}
.sidebar-form__calculator__trigger__icon {
	display: block;
	height: 16px;
	position: absolute;
	right: 0;
	top: 4px;
	width: 16px;

	font-size: 13px;
	line-height: 16px;

	background: #e2c52f;
	border-radius: 50%;
}
.sidebar-form__calculator__trigger__icon i {
	vertical-align: middle;
}
.sidebar-form__calculator__trigger--opened .sidebar-form__calculator__trigger__icon {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.sidebar-form__calculator {
	display: none;
	margin-top: 16px;
	padding: 16px;
	position: relative;

	text-align: left;

	background: #ffffff;
	border-radius: 4px;
	box-shadow: 0 2px 0 #c9af2d;
}
.sidebar-form__calculator:before {
	content: " ";
	display: block;
	height: 0;
	left: 50%;
	margin-left: -4px;
	position: absolute;
	top: -8px;
	width: 0;

	border: 4px solid transparent;
	border-bottom: 4px solid #ffffff;
}
.sidebar-form__calculator--opened {
	display: block;
}
.sidebar-form__calculator__heading {
	display: block;
	margin-bottom: 16px;

	font-size: 15px;
	font-weight: 500;
	line-height: 21px;
}
.sidebar-form__calculator__heading strong {
	font-weight: 700;
}

.sidebar-form__calculator__item {
	cursor: pointer;
	display: block;
	position: relative;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.sidebar-form__calculator__item + .sidebar-form__calculator__item {
	margin-top: 8px;
}
.sidebar-form__calculator__item__checkbox {
	cursor: pointer;
	height: 0;
	opacity: 0;
	position: absolute;
	width: 0;
}
.sidebar-form__calculator__item__text {
	display: block;
	padding: 6px 8px 6px 32px;

	font-size: 15px;
	font-weight: 500;
	line-height: 24px;

	background: #e0e0e0;
	border-radius: 4px;
}
.sidebar-form__calculator__item__icon {
	display: block;
	float: right;
	height: 16px;
	width: 16px;
	margin-top: 4px;
}
.sidebar-form__calculator__item__icon + .sidebar-form__calculator__item__icon {
	margin-right: 8px;
}
.sidebar-form__calculator__item__checkmark {
	left: 8px;
	height: 16px;
	position: absolute;
	top: 10px;
	width: 16px;

	background: #ffffff;
	border-radius: 2px;
}
.sidebar-form__calculator__item__checkbox:checked ~ .sidebar-form__calculator__item__text {
	color: #ffffff;

	background: #e77724;
	background: -moz-linear-gradient(left, #e77724 0%, #e0e0e0 75%);
	background: -webkit-linear-gradient(left, #e77724 0%, #e0e0e0 75%);
	background: linear-gradient(to right, #e77724 0%, #e0e0e0 75%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e77724', endColorstr='#e0e0e0',GradientType=1 );
}
.sidebar-form__calculator__item__checkbox:checked ~ .sidebar-form__calculator__item__checkmark {
	background: #ffffff url(../images/checkmark.svg) no-repeat center;
}

@media screen and (min-width: 768px) {
	.sidebar-form__calculator {
		padding: 24px;
	}
}

/* Consent */

.sidebar-form__consent {
	cursor: pointer;
	display: block;
	position: relative;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.sidebar-form__consent + .sidebar-form__consent {
	margin-top: 8px;
}
.sidebar-form__consent__checkbox {
	cursor: pointer;
	opacity: 0;
	position: absolute;
	height: 0;
	width: 0;
}
.sidebar-form__consent__text {
	display: block;
	padding-left: 24px;

	color: #000000;
	font-size: 13px;
	font-weight: 500;
	line-height: 21px;
}
.sidebar-form__consent__text a {
	color: inherit;
	text-decoration: underline;
}
.sidebar-form__consent__checkmark {
	left: 0;
	height: 16px;
	position: absolute;
	top: 0;
	width: 16px;

	background: #ffffff;
	border-radius: 2px;
	box-shadow: 0 2px 0 #c9af2d;
}

.sidebar-form__consent__checkbox:checked ~ .sidebar-form__consent__checkmark {
	background: #e77724 url(../images/checkmark-white.svg) no-repeat center;
}

/* Submit */

.sidebar-form__group__submit {
	cursor: pointer;
	display: inline-block;
	padding: 8px 32px;
	vertical-align: middle;

	color: #ffffff;
	font-family: "FreightSans", sans-serif;
	font-size: 17px;
	font-weight: 700;
	line-height: 32px;
	text-decoration: none;

	background: #45a93e;
	border: 0;
	border-radius: 99999px;
	box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.15) inset;
}
.sidebar-form__group__submit:hover {
	background: #399c32;
}
.sidebar-form__group__submit:active,
.sidebar-form__group__submit:focus {
	background: #2e8f27;
	box-shadow: 0 2px 0 rgba(0, 0, 0, 0.15) inset;
}
.sidebar-form__group__submit i {
	margin: -2px 0 0 16px;
	vertical-align: middle;
}

/* Sidebar Result */

.sidebar-result {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 16px 8px 0;

	background: #f0fafa;
	border: 2px solid #b1e4e3;
	border-radius: 4px;
}
.sidebar-result + .sidebar-result {
	margin-top: 16px;
}
.sidebar-result--featured {
	padding-top: 48px !important;
	position: relative;
}
.sidebar-result--disabled {
	background: #fafafa;
	border: 2px solid #e0e0e0;
}
.sidebar-result__badges {
	left: -2px;
	position: absolute;
	right: -2px;
	top: -2px;
	background-color: #ffffff;
	border-bottom: 4px solid #df1b50;
}
.sidebar-result__badge {
	display: inline-block;
	padding: 4px 8px 0;
	vertical-align: bottom;

	color: #ffffff;
	font-size: 17px;
	font-weight: 700;
	line-height: 24px;

	background-color: #df1b50;
	border-radius: 4px 4px 0 0;
}
.sidebar-result__message {
	-ms-flex-negative: 1;
	flex-shrink: 1;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;

	color: #767676;
	text-align: center;
}
.sidebar-result__message__decor {
	display: block;
	height: auto;
	margin: 0 auto;
	margin-bottom: 15px;
	opacity: 0.33;
	width: 55px;
}
.sidebar-result__message p {
	margin: 0 auto;
	margin-bottom: 15px;
	max-width: 420px;

	font-size: 16px;
	line-height: 24px;
}
.sidebar-result__info {
	width: 100%;
	min-height: 1px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

.sidebar-result__inclusions {
	position: relative;
}

.sidebar-result__branding {
	padding: 16px 8px;

	text-align: center;
}
.sidebar-result__branding__logo {
	display: block;
	height: 36px;
	margin: 0 auto 16px;
	width: 72px;
}
.sidebar-result__branding__description {
	display: block;

	font-size: 13px;
	font-weight: 500;
	line-height: 21px;
}

.sidebar-result__services {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding: 16px 0;
}
.sidebar-result__services__item {
	width: 100%;
	min-height: 1px;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 0px;
	flex: 1 1 0px;
	padding-right: 8px;
	padding-left: 8px;
	min-width: 0;

	text-align: center;
}
.sidebar-result__services__item__amount,
.sidebar-result__services__item__description,
.sidebar-result__services__item__unitprice,
.sidebar-result__services__item__unitprice__description {
	display: block;
}
.sidebar-result__services__item__amount {
	font-size: 22px;
	font-weight: 500;
	line-height: 24px;
}
.sidebar-result__services__item__description {
	font-size: 15px;
	font-weight: 500;
	line-height: 21px;
}
.sidebar-result__services__item__unitprice {
	margin-top: 16px;

	font-size: 13px;
	font-weight: 700;
	line-height: 18px;
	white-space: nowrap;
}
.sidebar-result__services__item__unitprice__description {
	font-size: 13px;
	font-weight: 500;
	line-height: 18px;
}
.sidebar-result__services__item__unitprice + .sidebar-result__services__item__unitprice {
	margin-top: 8px;
}
.sidebar-result__packets__trigger {
	display: inline-block;
	vertical-align: top;
	padding: 3px 24px 3px 8px;
	position: relative;

	color: #000000;
	font-size: 13px;
	font-weight: 700;
	line-height: 18px;
	text-decoration: none;
	white-space: nowrap;

	background: #caedec;
	border-radius: 4px;
	box-shadow: 0 -2px 0 #b1e4e3 inset;
}
.sidebar-result__packets__trigger:hover {
	background: #d7f1f1;
}
.sidebar-result__packets__trigger:before,
.sidebar-result__packets__trigger:after {
	content: " ";
	position: absolute;
}
.sidebar-result__packets__trigger:after {
	display: block;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	right: 8px;
	top: 50%;

	background: url(../images/packet-dropdown.svg) no-repeat center;
}
.sidebar-result__packets__trigger--opened:before {
	bottom: -16px;
	display: block;
	height: 0;
	left: 50%;
	margin-left: -4px;
	width: 0;

	border: 4px solid transparent;
	border-bottom: 4px solid #caedec;
}
.sidebar-result__packets__trigger--opened:after {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

.sidebar-result__generated--smaller,
.sidebar-result__nadramec--smaller {
	display: block;
}
.sidebar-result__packets__trigger__wrapper,
.sidebar-result__generated--smaller,
.sidebar-result__hints {
	padding: 16px 8px;
}
.sidebar-result__generated--smaller span {
	font-size: 15px;
	line-height: 21px;
}
.sidebar-result__nadramec--smaller {
	font-size: 13px;
	line-height: 18px;
}
.sidebar-result__nadramec--smaller + .sidebar-result__nadramec--smaller {
	margin-top: 8px;
}
.sidebar-result__packets {
	display: none;
	margin: 0 8px 16px;
	padding: 16px 0 0;

	background: #caedec;
	border-radius: 4px;
}
.sidebar-result__packets--opened {
	display: block;
}
.sidebar-result__packets__heading {
	display: block;
	padding: 0 16px;

	font-size: 15px;
	font-weight: 500;
	line-height: 21px;
}
.sidebar-result__packets__container {
	padding-bottom: 1px;
}
.sidebar-result__packets__item {
	margin: 16px;
	overflow: hidden;

	border-radius: 4px;
}
.sidebar-result__packets__item__heading {
	display: block;
	padding: 8px;

	font-size: 15px;
	font-weight: 700;
	line-height: 21px;

	background: #e3f5f5;
}
.sidebar-result__packets__item__info {
	table-layout: fixed;
	width: 100%;

	background: #ffffff;
}
.sidebar-result__packets__item__info td {
	padding: 4px 8px;
	vertical-align: baseline;

	font-size: 13px;
	font-weight: 500;
	line-height: 18px;
}
.sidebar-result__packets__item__info td small {
	font-size: 13px;
	font-weight: 500;
	line-height: 18px;
}
.sidebar-result__packets__item__info td:last-child {
	font-size: 15px;
	font-weight: 700;
	line-height: 18px;
	text-align: right;
}
.sidebar-result__packets__item__description {
	display: block;
	padding: 8px;

	font-size: 13px;
	font-weight: 500;
	line-height: 18px;

	background: #ffffff;
	border-top: 1px solid #e3f5f5;
}

.sidebar-result__price {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 0px;
	flex: 0 0 0px;
	margin-top: 16px;
	margin-left: -8px;
	padding: 16px;

	text-align: center;

	background-color: #caedec;
	border-radius: 0 4px 0 2px;
}
.sidebar-result__price__amount {
	display: block;

	font-size: 28px;
	font-weight: 700;
	line-height: 32px;
	white-space: nowrap;
}
.sidebar-result__price__amount .tooltip {
	vertical-align: middle;
	margin-top: -3px;
}
.sidebar-result__price__amount .tooltip strong {
	font-family: "Garamond", "Baskerville", "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif;
	font-style: italic;
}
.sidebar-result__price__period {
	font-size: 15px;
	font-weight: 700;
	line-height: 21px;
}
.sidebar-result__price__forma {
	font-size: 13px;
	font-weight: 500;
	line-height: 18px;
}

.sidebar-result__features {
	padding: 16px 8px;
}
.sidebar-result__features ul {
	font-size: 15px;
	font-weight: 500;
	line-height: 21px;
}
.sidebar-result__features ul li {
	padding-left: 20px;
	position: relative;
}
.sidebar-result__features ul li:before {
	content: " ";
	display: block;
	height: 12px;
	left: 0;
	position: absolute;
	top: 4px;
	width: 12px;

	background: url(../images/list-checkmark.svg) no-repeat center;
}
.sidebar-result__features ul li + li {
	margin-top: 16px;
}
.sidebar-result__features ul li strong {
	font-weight: 700;
}

.sidebar-result__action {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 0px;
	flex: 0 0 0px;
	margin-top: 16px;
	padding: 16px 8px;

	text-align: center;
}
.sidebar-result__btn {
	display: inline-block;
	vertical-align: middle;
	padding: 4px 24px;

	color: #ffffff;
	font-family: "FreightSans", sans-serif;
	font-size: 17px;
	font-weight: 700;
	line-height: 32px;
	text-decoration: none;
	white-space: nowrap;

	background: #45a93e;
	border: 0;
	border-radius: 99999px;
	box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.15) inset;
}
.sidebar-result__btn:hover {
	background: #399c32;
}
.sidebar-result__btn:active,
.sidebar-result__btn:focus {
	background: #2e8f27;
	box-shadow: 0 2px 0 rgba(0, 0, 0, 0.15) inset;
}
.sidebar-result__btn.disabled,
.sidebar-result__btn.disabled:hover,
.sidebar-result__btn.disabled:active,
.sidebar-result__btn.disabled:focus {
	pointer-events: none;
	background: #c2c2c2;
}
.sidebar-result__btn i {
	margin: -2px 0 0 12px;
	vertical-align: middle;
}

@media screen and (max-width: 767px) {
	.sidebar-result__services__item__amount.unlimited {
		position: relative;
		font-size: 0;
	}
	.sidebar-result__services__item__amount.unlimited:before {
		content: "8";
		display: inline-block;
		-webkit-transform: rotate(-90deg) translateX(-8px);
		-moz-transform: rotate(-90deg) translateX(-8px);
		-o-transform: rotate(-90deg) translateX(-8px);
		transform: rotate(-90deg) translateX(-8px);

		font-size: 29px;
		line-height: 0;
	}
}

@media screen and (min-width: 768px) {
	.sidebar-result + .sidebar-result {
		margin-top: 24px;
	}
	.sidebar-result__services__item__amount.unlimited,
	.sidebar-result__services__item__amount.text {
		letter-spacing: -0.08em;
	}
}

@media screen and (min-width: 1200px) {
	.sidebar-result {
		width: 100%;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.sidebar-result__info {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}
	.sidebar-result__message__decor {
		margin-top: 16px;
	}
	.sidebar-result__message__decor,
	.sidebar-result__message p {
		margin-bottom: 16px;
	}
	.sidebar-result__inclusions {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		width: 100%;
	}

	.sidebar-result__branding,
	.sidebar-result__services {
		width: 100%;
		min-height: 1px;
	}
	.sidebar-result__branding {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}

	.sidebar-result__services {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}

	.sidebar-result__packets {
		padding: 16px;
	}
	.sidebar-result__packets__heading {
		padding: 0;
		margin-bottom: 16px;
	}
	.sidebar-result__packets__container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: -4px;
	}
	.sidebar-result__packets__item {
		margin: 0;
		padding: 4px;
		width: 100%;
		min-height: 1px;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}

	.sidebar-result__price,
	.sidebar-result__action {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-top: 0;
	}

	.sidebar-result__price {
		padding-left: 24px;
		background-color: transparent;
	}
	.sidebar-result__action {
		padding-left: 16px;
	}
}

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

.content {
	position: relative;

	color: #000000;
}
.content__wrap {
	background: #ffffff;
}
.content__inner {
	padding: 30px 15px;
}
.content h2,
.content h3,
.content p,
.content .decor {
	margin-bottom: 15px;
}
.content h2:not(:first-child),
.content h3:not(:first-child) {
	padding-top: 15px;
}
.content .decor,
.content .decor__img,
.content .decor__source {
	display: block;
}
.content .decor {
	color: inherit;
	text-decoration: none;
}
.content .decor__img {
	height: auto;
	margin: 0 auto;
	max-width: 100%;

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

	border-radius: 4px;
}
.content .decor__source {
	margin-top: 5px;

	color: #767676;
	font-size: 12px;
	font-weight: 500;
	line-height: 15px;
	text-align: right;
}
.content a {
	color: #008da6;
	text-decoration: underline;
}
.content a:visited {
	color: #615f9c;
}
.content a:hover {
	color: #009cb6;
}
.content a:active,
.content a:focus {
	color: #df1b50;
}

@media screen and (min-width: 840px) {
	.content__inner {
		padding: 40px 20px;
	}
}

@media screen and (min-width: 1200px) {
	.content__inner {
		margin: auto;
		max-width: 1150px;
		padding: 60px 355px 60px 0;
	}
	.content h2,
	.content h3,
	.content p,
	.content .decor {
		margin-bottom: 20px;
	}
	.content h2:not(:first-child),
	.content h3:not(:first-child) {
		padding-top: 20px;
	}
}

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

.share {
	clear: both;
	display: inline-block;
	margin-top: 15px;
	padding: 0 0 0 21px;
	position: relative;
	vertical-align: baseline;
	width: 100%;

	color: #3b5998 !important;
	font-size: 14px;
	font-weight: 700;
	line-height: 17px;
	text-decoration: none !important;

	box-shadow: 0 0 0 #ffffff !important;
}
.share:active,
.share:focus,
.share:hover {
	color: #4267b2 !important;
}
.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;
}
.share:active:after,
.share:focus:after,
.share:hover:after {
	background-color: #4267b2;
}

@media screen and (min-width: 1200px) {
	.share {
		margin-top: 20px;
	}
}

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

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

	color: #ffffff;
	font-weight: 700;
	text-decoration: none;
}
.footer__porovnanie__inner p a img {
	display: inline-block;
	margin: -1px 4px 0 0;
	vertical-align: middle;
	width: 12px;
}
.footer__porovnanie__inner p a i {
	margin: 0 3px 0 0;
	vertical-align: middle;

	font-size: 12px;
}
.footer__porovnanie__inner p a:active,
.footer__porovnanie__inner p a:focus,
.footer__porovnanie__inner p a:hover {
	color: #fcdc31;
}
.footer__porovnanie__inner p span.pomlcka {
	display: none;
}
.footer__porovnanie__inner p span.mobile__block {
	display: block;
}

@media screen and (min-width: 840px) {
	.footer__porovnanie__inner {
		padding: 20px;
	}
}

@media screen and (min-width: 1200px) {
	.footer__porovnanie__inner {
		margin: auto;
		max-width: 1150px;
		padding: 40px 0;
	}
	.footer__porovnanie__inner p a.contact,
	.footer__porovnanie__inner p span.pomlcka,
	.footer__porovnanie__inner p span.mobile__block {
		display: inline;
		padding: 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: 480px;
		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;
	}
}
