#mailing {
    display: none;
    padding: 20px;
    width: 100%;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
}

.email_under_title>p {
    font-size: 20px;
    color: black;
}

.textbox-email {
    width: 100%;
    padding: 10px 5px;
    font-size: 18px;
    box-sizing: border-box;
    outline: 1px solid #000;
}

* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0
}

:focus {
    outline: 0
}

html {
    font-size: 62.5%
}

ol,
ul {
    list-style: none
}

html,
body {
    height: 100%
}

body {
    background: #fff url("mat_phone_bg.jpg") no-repeat center 0;
    background-size: cover;
    font-family: Arial, sans-serif;
    color: #fff
}

body.active {
    background: #000
}

.header {
    background: #fffc00;
    color: #000;
    text-align: center;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 20;
}

.header h1 {
    font-weight: bold;
    letter-spacing: -0.5px;
    letter-spacing: -0.05em;
    font-size: 3em;
    padding: 15px 10px;
}

.header h1 span,
.header h1 img {
    display: inline-block;
    vertical-align: middle;
}

.header h1 span {
    margin: 0 0.1em;
}

.header h1 img {
    max-height: 1em;
}

.preload_images::before,
.preload_images {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 0;
    display: none
}

.preload_images::before {
    background: rgba(0, 0, 0, 0.2);
    content: '';
    display: block;
    z-index: 1;
}

.preload_images span {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
    transition: all 3s linear
}

.preload_images span.active {
    z-index: 1;
    opacity: 1
}

.preload_images span.bg2 {
    background: #fff url("mat_bg_1.jpg") no-repeat center 0;
    background-size: cover
}

.preload_images span.bg3 {
    background: #fff url("mat_bg_2.jpg") no-repeat center 0;
    background-size: cover
}

.preload_images span.bg4 {
    background: #fff url("mat_bg_3.jpg") no-repeat center 0;
    background-size: cover
}

.container {
    background: rgba(0, 0, 0, 0.2);
    height: 100%;
    text-align: center
}

.container:before {
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    content: ""
}

.step_box {
    display: inline-block;
    vertical-align: middle;
    width: 98%;
    max-width: 600px;
    position: relative;
    z-index: 100;
    margin-left: -2px;
}

.step {
    display: none;
    font-size: 2.2rem;
    color: #000;
    background: #fff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
}

.step p {
    margin-bottom: 1.5rem;
    text-align: left
}

.step p u {
    font-weight: bold
}

.step p.notice {
    font-size: 1.8rem;
    text-align: center;
    margin-bottom: 3rem
}

.step_header {
    background: #FDFC01;
    padding: 1.5rem 1rem;
    font-size: 2.3rem;
    color: #000;
    font-weight: bold
}

.step_header li {
    display: inline-block;
    margin-bottom: 2px;
    font-weight: normal
}

.step_header li.number {
    border-radius: 100px;
    padding: 5px 13px;
    background: #555;
    text-shadow: 0 1px #666;
    color: #fff
}

.step_header li.number.active {
    color: #000;
    background: #e7e7e7
}

.step_inner {
    padding: 2rem 2rem
}

.first_step {
    margin: 0 auto;
    color: #000;
    display: block;
    background: rgba(253, 252, 1, 0.8);
    border-radius: 10px;
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.4);
    border: 11px solid rgba(255, 255, 255, 0.8);
    width: 90%;
    max-width: 520px;
    padding: 2rem 3rem;
    box-sizing: border-box;
    text-align: left
}

.first_step h2 {
    font-size: 2.2rem;
    margin-bottom: 10px
}

.online1 {
    -webkit-animation: blink 1s steps(5, start) infinite;
    -moz-animation: blink 1s steps(5, start) infinite;
    -o-animation: blink 1s steps(5, start) infinite;
    animation: blink 1s steps(5, start) infinite;
    border-radius: 100%;
    background: #08cd00;
    height: 1em;
    width: 1em;
    display: inline-block;
}

@-webkit-keyframes blink {
    to {
        visibility: hidden;
    }
}

@-moz-keyframes blink {
    to {
        visibility: hidden;
    }
}

@-o-keyframes blink {
    to {
        visibility: hidden;
    }
}

@keyframes blink {
    to {
        visibility: hidden;
    }
}

.first_step p {
    font-size: 1.7rem;
    margin-bottom: 15px
}

.btn_block,
.button {
    text-align: center;
    clear: both;
    overflow: hidden;
    font-size: 0;
    padding-top: 10px
}

.btn_block a,
.email-submit {
    -webkit-transition: -webkit-transform 0.15s ease-out;
    -moz-transition: -moz-transform 0.15s ease-out;
    -ms-transition: -ms-transform 0.15s ease-out;
    -o-transition: -o-transform 0.15s ease-out;
    transition: transform 0.15s ease-out;
    display: inline-block;
    text-decoration: none;
    border-radius: 4px;
    cursor: pointer;
    text-align: center
}

.btn_block a.btn+a.btn {
    margin-left: 2%;
}

.btn_block a:hover,
.email-submit:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transform-origin: center bottom;
    -moz-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    -o-transform-origin: center bottom;
    transform-origin: center bottom;
    cursor: pointer;
}

.btn_block a.btn_no:hover {
    -webkit-transform-origin: left bottom;
    -moz-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    -o-transform-origin: left bottom;
    transform-origin: left bottom;
}

.btn_block a.btn_yes:hover {
    -webkit-transform-origin: right bottom;
    -moz-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    -o-transform-origin: right bottom;
    transform-origin: right bottom;
}

.sexuality_field {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.sexuality_field .btn {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 46%;
    margin: 1rem;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
    background: #FDFC01;
    height: 70px;
    line-height: 1.1;
    font-size: 2.2rem;
    color: #000;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.first_step .btn_block {
    text-align: center
}

.first_step .btn_block a {
    width: auto;
    background: #fff;
    font-size: 1.8rem;
    color: #000;
    text-transform: capitalize;
    margin-left: 3px
}

.btn_block button.btn_start,
.btn_block a.btn_next,
.email-submit {
    background: #FDFC01;
    height: 2.33em;
    line-height: 2.33em;
    font-size: 3rem;
    color: #000;
    width: 100%;
    padding: 0 1em;
    max-width: 250px;
    box-sizing: border-box;
}

.btn_block a.btn_next span {
    font-size: 20px
}

.btn_block a.btn.btn_yes,
.btn_block a.btn.btn_no {
    width: auto;
    font-size: 2.5rem;
    color: #fff;
    padding: .5em 1em;
    text-transform: uppercase;
    font-weight: bold
}

.btn_block a.btn.btn_yes {
    background: #73cd6f;
    color: #000;
    text-transform: uppercase;
}

.btn_block a.btn.btn_no {
    background: #989898;
    color: #cacaca;
    text-transform: lowercase;
}

.checkbox_item {
    margin: 0 auto;
    width: 100%;
    max-width: 370px
}

.checkbox_item,
.checkbox_item *,
.checkbox_item *::before,
.checkbox_item *::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.checkbox_item:before,
.checkbox_item:after,
.cf:before,
.cf:after {
    display: table;
    content: " ";
}

.checkbox_item:after,
.cf:after {
    clear: both;
}

.checkbox_item .option {
    float: left;
    margin: 0 auto 1em;
    width: 50%;
    display: block;
    position: relative;
    padding: 0 0 0 30px;
    text-align: left;
    line-height: 20px;
    cursor: pointer
}

.checkbox_item .option:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 2px;
    border: 2px solid #000;
    width: 20px;
    height: 20px
}

.step p.note {
    font-size: 0.9em;
    font-weight: normal;
    text-align: center;
}

.checkbox_item .option.checked:after {
    background: url("6029f39f5b140fa947f49d655199d7337200ea2e.png") no-repeat center center
}

.step3 .step_inner p {
    text-align: center;
}

.progress {
    height: 20px;
    margin: 0 auto 1em;
    overflow: hidden;
    background-color: #000;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    max-width: 80%;
}

.progress-bar {
    float: left;
    width: 0%;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: rgba(255, 252, 0, 0.9);
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    -webkit-transition: width .6s ease;
    -moz-transition: width .6s ease;
    -ms-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
}

.progress-bar-striped,
.progress-striped .progress-bar {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    -webkit-background-size: 40px 40px;
    -moz-background-size: 40px 40px;
    -o-background-size: 40px 40px;
    background-size: 40px 40px;
    -webkit-animation: stripes 2s linear infinite;
    -moz-animation: stripes 2s linear infinite;
    -ms-animation: stripes 2s linear infinite;
    -o-animation: stripes 2s linear infinite;
    animation: stripes 2s linear infinite;
}

@-webkit-keyframes stripes {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: 40px 0;
    }
}

@-moz-keyframes stripes {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: 40px 0;
    }
}

@-ms-keyframes stripes {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: 40px 0;
    }
}

@-o-keyframes stripes {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: 40px 0;
    }
}

@keyframes stripes {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: 40px 0;
    }
}

.secure {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    width: 100%;
}

.secure img {
    display: inline-block;
    margin: 0.5em auto;
}

@media screen and (max-width: 600px) {
    html {
        font-size: 50%
    }

    .preload_images span {
        background-position: left 0 !important
    }

    .sexuality_field .btn {
        width: 96%
    }

    .header h1 {
        font-size: 3rem;
    }

    .header h1 img {
        display: block;
        margin: 0 auto;
    }

    .img_hide {
        display: none !important;
    }
}

@media screen and (max-width:479px) {

    .btn_block a.btn.btn_yes,
    .btn_block a.btn.btn_no {
        width: 100%;
        margin: 0 auto 10px !important;
        box-sizing: border-box;
    }

    .step_header li.number {
        padding: 5px 11px;
    }
}

@media screen and (max-width: 420px) {
    html {
        font-size: 45%
    }

    .step p {
        text-align: center;
    }

    .checkbox_item .option {
        width: 100%;
    }

    .first_step {
        width: 100%;
    }
}

@media screen and (max-width:379px) {

    .btn_block a.btn.btn_yes,
    .btn_block a.btn.btn_no {
        font-size: 2.7rem;
    }
}

.content_email_under {
    display: block;
}

.email_status_message {
    display: none;
}

.email_status_message p.por1_s_akt {
    display: block;
}

.email_status_message p.por1_s_cook {
    display: none;
}

.loading {
    display: none;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px;
}