@CHARSET "ISO-8859-1";
/* Reset CSS
 * --------------------------------------- */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
	padding: 0;
	margin: 0;
}

a {
	text-decoration: none;
}

table {
	border-spacing: 0;
}

fieldset,
img {
	border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
	font-weight: normal;
	font-style: normal;
}

strong {
	font-weight: bold;
}

ol,
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

caption,
th {
	text-align: left;

}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	font-size: 100%;
	margin: 0;
	padding: 0;
	color: #444;
}

q:before,
q:after {
	content: '';
}

abbr,
acronym {
	border: 0;
}

h2 {

	font-size: 3rem;
	font-weight: 100;
	position: absolute;
	top: 30px;
	left: 0;
	right: 0;
}

h3 {

	font-weight: 600;
	font-size: 1.25rem;
	margin-bottom: 30px;
}

.gomb-container {

	position: absolute;
	bottom: 30px;
	left: 0;
	right: 0;

}

.gomb {
	display: inline-block;
	text-transform: uppercase;
	color: darkslategray;
	border: 1px solid darkslategray;
	border-radius: 60px;
	padding: 10px 50px 7px 50px;
	font-size: 1rem;
	font-weight: 600;
}

.gomb-vege , .gomb-start{
	
    background: lightslategray;
    color: white;
    display: inline-block;
    border-radius: 50px;
    padding: 10px 50px 8px 50px;
    text-transform: uppercase;
    font-weight: 600;

}

.number {
	border: 1px solid #9c9c9c;
	width: 100%;
}

.gdpr {
    display: inline-block;
    color: dimgray;
    margin-bottom: 15px;
    margin-right: 80px;
    border-bottom: 1px dashed #3a3b3b;
}

.reveal-if-active {
	opacity: 0;
	max-height: 0;
	overflow: hidden;
	transform: scale(0.8);
	transition: 0.5s; }

input[type="radio"]:checked ~ .reveal-if-active,
input[type="checkbox"]:checked ~ .reveal-if-active {
	opacity: 1;
    max-height: 600px;
    overflow: visible;
    padding: 10px 0px;
    transform: scale(1);
}

textarea.require-if-active, textarea.automarka {
	
    width: 100%;
    margin-top: 15px;
    border: 1px solid lightgray;
    min-height: 100px;
	padding: 10px;
	box-sizing: border-box;
}

.success-icon {
    font-size: 6rem;
    margin-bottom: 30px;
    color: #006b00;
    -webkit-animation: scale-up-center .8s cubic-bezier(.175, .885, .32, 1.275) both;
    animation: scale-up-center .8s cubic-bezier(.175, .885, .32, 1.275) both
}

@-webkit-keyframes scale-up-center {
    0% {
        -webkit-transform: scale(.5);
        transform: scale(.5)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes scale-up-center {
    0% {
        -webkit-transform: scale(.5);
        transform: scale(.5)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.thank-you-text {
    -webkit-animation: slide-top .85s cubic-bezier(.25, .46, .45, .94) .5s both;
	animation: slide-top .85s cubic-bezier(.25, .46, .45, .94) .5s both;
	font-size: 2rem;
	margin-bottom: 50px;
}

.thank-you-small {
    font-style: italic;
    font-size: 0.75rem;
    margin-top: 5px;
}

.thank-you-smalltext {
    -webkit-animation: slide-top .85s cubic-bezier(.25, .46, .45, .94) .65s both;
    animation: slide-top .85s cubic-bezier(.25, .46, .45, .94) .65s both
}

.thank-you-cta {
    -webkit-animation: slide-top .85s cubic-bezier(.25, .46, .45, .94) .85s both;
    animation: slide-top .85s cubic-bezier(.25, .46, .45, .94) .85s both
}

@-webkit-keyframes slide-top {
    0% {
        -webkit-transform: translateY(100px);
        transform: translateY(100px);
        opacity: 0
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes slide-top {
    0% {
        -webkit-transform: translateY(100px);
        transform: translateY(100px);
        opacity: 0
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

.day {
	
    margin: 5px -20px 15px -20px;
    padding: 0 20px 15px 20px;
    color: darkslategray;
    font-weight: 500;
    border-bottom: 1px solid lightgray;
}

.feedback__form {
	margin: auto;
	padding: 20px;
	max-width: 600px;
}

.feedback__form h1 {
	font-weight: 700;
	margin-bottom: 15px;
}

.feedback__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.feedback__textarea {
	display: flex;
	flex-direction: column;
}

.feedback__textarea textarea {
	border: 1px solid rgba(196, 196, 196, 0.5);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-family: 'Inter', san-serif;
	margin: 10px 0;
	padding: 10px;
	resize: none;
}

.feedback__textarea label {
	color: #C4C4C4;
	font-size: 13px;
	font-style: italic;
	font-weight: 300;
	margin-bottom: 15px;
}

.feedback__btns {
	display: flex;
	justify-content: flex-end;
}

.feedback__btns .btn {
	margin-left: 10px;
}

@media screen and (max-width: 768.98px) {
	.feedback {
		height: 100%;
	}

	.feedback__img {
		display: none;
	}
}

button:active,
:focus {
	outline: none !important;
}

.btn {
	background-position: center;
	border: 0;
	border-radius: 3px;
	cursor: pointer;
	font-family: 'Inter', san-serif;
	font-weight: 500;
	min-width: 120px;
	padding: 12px 10px;
	margin-bottom: 5px;
	white-space: nowrap;
	transition: all .5s;
}

.btn--primary {
	background-color: #7BC4CA;
	color: #FFF;
	box-shadow: 0px 3px 6px 0px rgba(123, 196, 202, 0.7);
}

.btn--primary:hover {
	background: #70bfc6 radial-gradient(circle, transparent 1%, #70bfc6 1%) center/15000%;
}

.btn--primary:active {
	background-color: #8dccd1;
	background-size: 100%;
	transition: background 0s;
}

.btn--secondary {
	background-color: #E4E4E4;
	color: #000;
	box-shadow: 0px 3px 6px 0px rgba(228, 228, 228, 0.7);
}

.btn--secondary:hover {
	background: gainsboro radial-gradient(circle, transparent 1%, gainsboro 1%) center/15000%;
}

.btn--secondary:active {
	background-color: #f1f1f1;
	background-size: 100%;
	transition: background 0s;
}

.burmanRadio {
	margin-bottom: 10px;
	background: white;
	text-align: left;
	padding: 10px 20px;
	border: 1px solid lightgray;
	color: gray;
}

.burmanRadio__input {
	display: none;
}

.burmanRadio__input:checked~.burmanRadio__label::after {
	opacity: 1;
	transform: scale(1);
}

.burmanRadio__label {
	cursor: pointer;
	line-height: 30px;
	position: relative;
	margin-left: 35px;
}

.burmanRadio__label::before,
.burmanRadio__label::after {
	border-radius: 50%;
	position: absolute;
	top: -1.5px;
	left: -35px;
	transition: all .3s ease-out;
	z-index: 2;
}

.burmanRadio__label::before {
	content: "";
	border: 1.5px solid #E4E4E4;
	width: 20px;
	height: 20px;
}

.burmanRadio__label::after {
	content: "\f26b";
	background: #7BC4CA;
	border: 1.5px solid #7BC4CA;
	color: #FFF;
	font-family: 'Material-Design-Iconic-Font';
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 0;
	width: 20px;
	height: 20px;
	transform: scale(0);
}

.burmanRadio__label:hover::before {
	border-color: #7BC4CA;
}








/* Custom CSS
 * --------------------------------------- */
body {
	font-family: 'Inter', sans-serif;
	color: #333;
	color: rgba(0, 0, 0, 0.5);
}

.wrap {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	position: relative;
}

h1 {
	font-size: 6em;
}

p {
	font-size: 1em;
}

.intro p {
	width: 50%;
	margin: 0 auto;
	font-size: 1.5em;
}

.section {
	text-align: center;
	background: #e9ecef;
}

.hanyszor-container {
	display: flex;
	align-items: center;
	border-top: 1px solid lightgray;
	margin-top: 15px;
	margin-left: -20px;
	margin-right: -20px;
	padding: 10px 20px 0 20px;
	justify-content: space-between;
}

select {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	outline: 0;
	box-shadow: none;
	border: 0 !important;
	background: white;
	background-image: none;
  }
  /* Remove IE arrow */
select::-ms-expand {
	display: none;
  }
  /* Custom Select */
  .select {
	position: relative;
	display: flex;
	width: 15em;
	height: 2em;
	line-height: 3;
	background: white;
	overflow: hidden;
	border: 1px solid lightgray;
	font-size: 0.85rem;
  }
  select {
	flex: 1;
	padding: 0 .5em;
	color: #888;
	cursor: pointer;
  }
  /* Arrow */
  .select::after {
	content: '\25BC';
	position: absolute;
	top: -8px;
	right: 0;
	padding: 0 1em;
	background: white;
	cursor: pointer;
	pointer-events: none;
	-webkit-transition: .25s all ease;
	-o-transition: .25s all ease;
	transition: .25s all ease;
  }
  /* Transition */
  .select:hover::after {
	color: #1f1f1f;
  }


.cbx {
    -webkit-user-select: none;
    user-select: none;
    cursor: pointer;
	margin-bottom: 30px !important;
	margin-right: 30px;
}

#section4 .cbx {
	display: flex;
	margin-bottom: 0!important;
}

.cbx span {
    display: inline-block;
    vertical-align: middle;
    transform: translate3d(0, 0, 0)
}

.cbx span:first-child {
    position: relative;
    min-width: 18px;
    height: 18px;
    border-radius: 3px;
    transform: scale(1);
    vertical-align: middle;
    border: 2px solid #e4e4e4;
    transition: all .2s ease;
    margin-right: 7px;
}

.cbx span:first-child svg {
    position: absolute;
    top: 2px;
    left: 1px;
    fill: none;
    stroke: #FFF;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 16px;
    stroke-dashoffset: 16px;
    transition: all .3s ease;
    transition-delay: .1s;
    transform: translate3d(0, 0, 0)
}

.cbx span:first-child:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #7BC4CA;
    display: block;
    transform: scale(0);
    opacity: 1;
    border-radius: 50%
}

.cbx span:last-child {
    padding-left: 3px
}

.cbx:hover span:first-child {
    border-color: #7BC4CA
}

.inp-cbx:checked+.cbx span:first-child {
    background: #7BC4CA;
    border-color: #7BC4CA;
    animation: wave .4s ease
}

.inp-cbx:checked+.cbx span:first-child svg {
    stroke-dashoffset: 0
}

.inp-cbx:checked+.cbx span:first-child:before {
    transform: scale(3.5);
    opacity: 0;
    transition: all .6s ease
}

@keyframes wave {
    50% {
        transform: scale(.9)
    }
}

.twitter-share-button {
	position: fixed;
	z-index: 99;
	right: 149px;
	top: 9px;
}

#download {
	margin: 10px 0 0 0;
	padding: 15px 10px;
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #49afcd;
	background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
	background-image: -ms-linear-gradient(top, #5bc0de, #2f96b4);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
	background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
	background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
	background-image: linear-gradient(top, #5bc0de, #2f96b4);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#2f96b4', GradientType=0);
	border-color: #2f96b4 #2f96b4 #1f6377;
	border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);

	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	vertical-align: middle;
	cursor: pointer;
	display: inline-block;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

#download a {
	text-decoration: none;
	color: #fff;
}

#download:hover {
	text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
	background-color: #2F96B4;
	background-position: 0 -15px;
	-webkit-transition: background-position .1s linear;
	-moz-transition: background-position .1s linear;
	-ms-transition: background-position .1s linear;
	-o-transition: background-position .1s linear;
	transition: background-position .1s linear;
}

#infoMenu {
	height: 20px;
	color: #f2f2f2;
	position: fixed;
	z-index: 70;
	bottom: 0;
	width: 100%;
	text-align: right;
	font-size: 0.9em;
	padding: 8px 0 8px 0;
}

#infoMenu ul {
	padding: 0 40px;
}

#infoMenu li a {
	display: block;
	margin: 0 22px 0 0;
	color: #333;
}

#infoMenu li a:hover {
	text-decoration: underline;
}

#infoMenu li {
	display: inline-block;
	position: relative;
}

#examplesList {
	display: none;
	background: #282828;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	padding: 20px;
	float: left;
	position: absolute;
	bottom: 29px;
	right: 0;
	width: 638px;
	text-align: left;
}

#examplesList ul {
	padding: 0;
}

#examplesList ul li {
	display: block;
	margin: 5px 0;
}

#examplesList ul li a {
	color: #BDBDBD;
	margin: 0;
}

#examplesList ul li a:hover {
	color: #f2f2f2;
}

#examplesList .column {
	float: left;
	margin: 0 20px 0 0;
}

#examplesList h3 {
	color: #f2f2f2;
	font-size: 1.2em;
	margin: 0 0 15px 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
	-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
	padding: 0 0 5px 0;
}



/* Demos Menu
 * --------------------------------------- */
#demosMenu {
	position: fixed;
	bottom: 10px;
	right: 10px;
	z-index: 999;
}