body {
    background: #f7f8f9;
    font-family: 'Roboto', sans-serif;
    color: #3c3c3c;
    padding: 0;
    margin: 0;
    font-size: 16px;
}
h1, h2, h3, h4 {
    font-family: 'Roboto Slab', serif;
    margin: 0;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #909090;
}
::-moz-placeholder { /* Firefox 19+ */
    color: #909090;
}
:-ms-input-placeholder { /* IE 10+ */
    color: #909090;
}
:-moz-placeholder { /* Firefox 18- */
    color: #909090;
}
#content {
    width: 100%;
}
#header, #header-confirm {
    float: left;
    width: 100%;
    height: 340px;
    background: url("../images/fejlec.jpg") no-repeat center center;
    text-align: center;
}
#header-confirm {
    background: url("../images/nyeremenyozon_megerosites_fejlec.jpg") no-repeat center center;
}

#header.koszono {
    background: url("../images/koszono_fejlec.jpg") no-repeat center center;
}
#header-confirm.koszono {
    background: url("../images/nyeremenyozon_megerosites_fejlec.jpg") no-repeat center center;
}
#header img, #header-confirm img {
    display: none;
    width: 100%;
    height: auto;
}
#main {
    width: 1010px;
    margin: 0 auto;
}
#main .main_wrapper {
    float: left;
    width: 100%;
    padding: 5px 0 65px 0;
    background-color: #edeef0;
    margin-bottom: 80px;
}
#main .koszono_wrapper {
    float: left;
    width: 100%;
    padding-top: 20px;
}
#main .koszono_wrapper .koszono_title {
    width: 100%;
    text-align: center;
    padding-bottom: 25px;
}
#main .koszono_wrapper .koszono_title h2 {
    font-size: 24px;
    font-weight: 600;
}
#main .main_form {
    padding: 0 50px;
}
#main .form_item {
    float: left;
    margin-bottom: 5px;
}
.gender {
    width: 124px;
    height: 34px;
    border: 1px solid #C0C0C0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: #eaebef;
    margin-top: 36px;
}
.gender.error {
    border-color: #ff0000;
}
.gender #ferfi,
.gender #no {
    float: left;
    width: 61px;
    line-height: 34px;
    text-align: center;
    cursor: pointer;
}
.gender #ferfi {
    border-right: 1px solid #C0C0C0;
}
.gender #no {
    border-left: 1px solid #C0C0C0;
}
.gender div.active {
    background-color: #00abe7;
    color: #ffffff;
}
.form_item label {
    width: 100%;
    display: block;
    line-height: 36px;
}
.form_item input {
    height: 24px;
    border: 1px solid #C0C0C0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding: 5px 10px;
    font-size: 16px;
}
.form_item input.error, .form_item select.error {
    border-color: #ff0000;
}
.form_item select {
    height: 36px;
    line-height: 36px;
    border: 1px solid #C0C0C0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding: 5px 10px;
    font-size: 16px;
    color: #909090;
}
.form_item.input1 input {
    width: 103px;
}
.form_item.input2 input {
    width: 243px;
}
.form_item.input2 {
    margin-left: 26px;
}
.form_item.input3 input {
    width: 315px;
}
.form_item.input3 {
    margin-left: 26px;
}
.form_item.input4 input {
    width: 342px;
}
.form_item.input4 {
    margin-left: 28px;
}
.form_item.input5 input {
    width: 243px;
}

.privacy {
    float: left;
    width: calc(100% - 150px);
    padding: 0 50px 0 100px;
}
.privacy a {
    text-decoration: none;
    color: inherit;
    font-weight: 600;
}
.promo {
    float: left;
    width: calc(100% - 150px);
    padding: 30px 50px 15px 100px;
}
.promo .promo_image {
    float: right;
    width: 50%;
    text-align: center;
}
.promo .promo_image img {
    width: 100%;
    height: auto;
}
.promo .promo_text {
    float: left;
    width: 50%;
}
.promo .promo_text h2,
.rewards h2 {
    color: #00abe7;
    font-size: 38px;
    line-height: 1.3em;
    font-weight: 600;
    margin: 15px 0 5px 0;
}
.promo .promo_text h3 {
    font-size: 34px;
    font-weight: 400;
    line-height: 1.3em;
}
.promo .promo_desc {
    float: left;
    width: 100%;
    padding-top: 10px;
}
.privacy span,
.promo .promo_desc span {
    line-height: 1.3em;
}
.rewards,
.koszono_rewards {
    float: left;
    width: 100%;
}
.rewards h2 {
    margin-left: 100px;
    margin-bottom: 30px;
}
.rewards .reward {
    float: left;
    width: 100%;
    height: 165px;
    background-color: #DFE0E2;
    margin-bottom: 10px;
}
.koszono_rewards .reward:nth-child(odd) {
    float: left;
    width: calc(50% - 5px);
    height: 165px;
    background-color: #DFE0E2;
    margin: 0 10px 10px 0;
}
.koszono_rewards .reward:nth-child(even) {
    float: left;
    width: calc(50% - 5px);
    height: 165px;
    background-color: #DFE0E2;
    margin: 0 0 10px 0;
}
.reward .reward_image {
    float: left;
    width: 280px;
    text-align: center;
}
.reward.samsung_tablet img {
    margin-top: -8px;
}
.reward.nespresso_kavefozo img {
    margin-top: -5px;
}
.reward.porszivo img {
    margin-top: -5px;
}
.reward.xiaomi_okosora img,
.reward.jbl_hangszoro img,
.reward.hp_nyomtato img {
    margin-top: 3px;
}
.reward.jbl_hangszoro img {
    margin-left: -25px;
}
.reward .reward_name {
    float: left;
    width: 220px;
    vertical-align: middle;
    display: table;
    height: 165px;
}
.reward .reward_name h4 {
    color: #00abe7;
    font-size: 20px;
    display: table-cell;
    vertical-align: middle;
}
.reward .reward_text {
    float: left;
    width: 400px;
    padding-right: 110px;
    padding-top: 5px;
}
.reward .reward_text span {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2em;
}
.reward .reward_text p {
    font-size: 14px;
    line-height: 1.3em;
}
.reward .reward_text p a {
    color: inherit;
    text-decoration: underline;
}
.reward .reward_text input[type=checkbox] {
    float: right;
}
.reward .reward_text label.checkbox_container {
    padding-left: 0;
    padding-right: 35px;
}
.reward .reward_text label.checkbox_container span.check_mark {
    right: 0;
    left: unset;
    top: 25px;
}
.button_box {
    float: left;
    width: 100%;
    text-align: center;
    padding-top: 25px;
}
.button_box button {
    background-color: #FF4E00;
    padding: 25px 45px;
    color: #ffffff;
    border: 0;
    font-size: 20px;
    font-weight: 600;
    cursor: pointer;
}
.button_box1 {
    float: left;
    width: 100%;
    text-align: center;
    padding-top: 5px;
}
.button_box1 button {
    background-color: #FF4E00;
    padding: 20px 20px;
    color: #ffffff;
    border: 0;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
}
label.checkbox_container {
    display: block;
    position: relative;
    padding-left: 35px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
label.checkbox_container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
label.checkbox_container span.check_mark {
    position: absolute;
    top: 0;
    left: 0;
    height: 22px;
    width: 22px;
    background-color: #ffffff;
    border: 2px solid #3c3c3c;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    cursor: pointer;
}
label.checkbox_container .check_mark:after {
    content: "";
    position: absolute;
    display: none;
}
label.checkbox_container input:checked ~ .check_mark:after {
    display: block;
}
label.checkbox_container .check_mark:after {
    left: 7px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid #3c3c3c;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
label.checkbox_container2 {
    display: block;
    position: relative;
    padding-left: 35px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
label.checkbox_container2 input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
label.checkbox_container2 span.check_mark {
    position: absolute;
    top: 0;
    left: 0;
    height: 22px;
    width: 22px;
    background-color: #ffffff;
    border: 2px solid #3c3c3c;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    cursor: pointer;
}
label.checkbox_container2 .check_mark:after {
    content: "";
    position: absolute;
    display: none;
}
label.checkbox_container2 input:checked ~ .check_mark:after {
    display: block;
}
label.checkbox_container2 .check_mark:after {
    left: 7px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid #3c3c3c;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.form_error {
    float: left;
    width: 100%;
    color: #ff0000;
    min-height: 18px;
    text-align: center;
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 1.3em;
    display: none;
    padding-top: 25px;
}
.form_error span::before {
    content: '!';
    color: #ffffff;
    background-color: #ff0000;
    width: 16px;
    height: 16px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    line-height: 16px;
    font-size: 12px;
    font-weight: 500;
    margin-right: 5px;
}
.koszono_lab {
    float: left;
    width: 100%;
    text-align: center;
    padding: 20px 0 60px 0;
}
.koszono_lab img {
    max-width: 446px;
    width: 100%;
    height: auto;
}
.text-center {
    text-align: center;
}

@media (max-width: 1009px) {
    #header, #header-confirm {
        background: none;
        height: auto;
    }
    #header.koszono, #header-confirm.koszono {
        background: none;
        height: auto;
    }
    #header img, #header-confirm img {
        display: inline-block;
    }
    #main {
        width: calc(100% - 40px);
        margin: 0 20px;
    }
    .koszono_rewards .reward:nth-child(odd),
    .koszono_rewards .reward:nth-child(even) {
        width: 100%;
        margin-right: 0;
        height: 165px;
    }
    .koszono_rewards .reward .reward_image {
        width: 56%;
    }
    .koszono_rewards .reward .reward_name {
        width: 44%;
        text-align: left;
        height: 165px;
        padding: 0;
    }
    #main .main_form {
        padding: 0 20px;
    }
    .privacy,
    .promo {
        width: calc(100% - 40px);
        padding: 30px 20px 0 20px;
    }
    .promo .promo_text h2 {
        font-size: 28px;
    }
    .promo .promo_text h3 {
        font-size: 24px;
    }
    .rewards h2 {
        margin-left: 20px;
        font-size: 28px;
    }
    .reward .reward_image,
    .reward .reward_name {
        width: 25%;
        text-align: center;
    }
    .reward .reward_text {
        width: calc(50% - 20px);
        padding-right: 20px;
    }
    .reward .reward_text span {
        font-size: 16px;
    }
    .reward .reward_name h4 {
        font-size: 18px;
    }
    #main .form_item {
        width: 100%;
    }
    .form_item.input3,
    .form_item.input4 {
        margin-left: 0;
    }
    .form_item.input3 input,
    .form_item.input4 input {
        width: calc(100% - 22px);
    }
    #mobile_operator {
        width: 35%;
    }
    .form_item.input2 input {
        width: calc(65% - 26px);
    }
    .gender {
        margin-top: 0;
        display: inline-block;
    }
}
@media (max-width: 699px) {
    .promo .promo_image,
    .promo .promo_text {
        width: 100%;
    }
    #main .main_wrapper {
        margin-bottom: 20px;
    }
    .rewards .reward,
    .koszono_rewards .reward:nth-child(odd),
    .koszono_rewards .reward:nth-child(even) {
        height: auto;
    }
    .rewards .reward .reward_image,
    .koszono_rewards .reward .reward_image {
        width: 100%;
    }
    .rewards .reward .reward_name,
    .koszono_rewards .reward .reward_name {
        width: 100%;
        text-align: center;
        height: auto;
        padding: 20px 0;
    }
    .reward .reward_text {
        width: calc(100% - 40px);
        padding: 10px 20px 0 20px;
    }
    .reward .reward_text label.checkbox_container span.check_mark {
        top: 0;
    }
}

@media (max-width: 576px) {
    #adojovairast_kihasznalja{
        max-width: 100%;
        width: calc(100% - 22px);
    }
}

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

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 18%;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 10px;
    border: 2px solid white;
}
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.bonus-question{
    font-size: 1.2em;
    font-weight: bold;
}

@media screen and (min-width: 768px) {
    .apple-download-wrapper{
        text-align: right;
    }
    .android-download-wrapper{
        text-align: left;
    }
}
@media screen and (max-width: 767px) {
    .apple-download-wrapper, .android-download-wrapper{
        text-align: center;
    }
}

@media screen and (max-width: 500px) {
    #lakasbiztositas_erdekli, #balesetbiztositas_erdekli{
        max-width: 95%;
    }
}
