﻿header, footer, article, section, hgroup, nav, figure, aside, main {
    display: block;
}

body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100vh;
    background: #f7f7f7;
    margin: 0;
    color: #262626;
    font: 300 14px/18px "Open Sans", Arial, sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: none;
    min-width: 320px;
}
/**, *:after, *:before{
  -webkit-box-sizing:border-box;
     -moz-box-sizing:border-box;
      box-sizing:border-box;
}*/
img {
    border-style: none;
}

/*Dynamik Text*/
.dynamictext-color mark {
    color: #fd4049;
    background: none;
}

.dynamictext-bold {
    font-weight: 700;
}

.dynamictext-bold .dynamictext-color {
    font-weight: 700 !important;
}

.center-box .title .dynamictext-color {
    display: inline-block;
    background: transparent !important;
    padding: 0 !important;
}
/*Dynamik Text*/

a {
    text-decoration: none;
    color: #000;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

ul, ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

.header {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    padding: 30px 38px 20px 34px;
    position: relative;
    overflow: hidden;
    background: #fff;
    box-sizing: border-box;
}

.content {
    max-width: 1180px;
    margin: 0 auto;
}

.header .header_left {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: calc(100% - 150px);
}

.header .version {
    /*float: right;*/
    font: 400 32px/1 'Lato', Arial;
    color: #595959;
    text-transform: uppercase;
    /*margin: 35px 0 0;*/
}

.header .logo {
    display: inline-block;
    vertical-align: top;
    /*float: left;*/
    text-transform: none;
    margin-right: 35px;
    margin-top: 0;
    font: 400 24px/30px 'Lato', Arial;
    color: #595959;
}

.header_left .desk {
    display: inline-block;
    width: calc(100% - 400px);
    font-size: 40px;
    word-wrap: break-word;
    color: #000;
    line-height: 1.3;
}

.header .logo a {
    display: block;
    width: 150px;
    padding: 0 0 0 90px;
    font: 300 30px/30px 'Lato', Arial;
    color: #3c3c3c;
    background: url(../images/logo.png) no-repeat;
    height: 87px;
}

.header .logo a span {
    font: 400 30px/30px 'Lato', Arial;
    display: block;
}

.main,
.step-block {
    background: #f7f7f7;
}

.content {
    overflow: hidden;
}

.main {
    padding: 67px 0 0;
}

.de .pr-line .sticker span.note {
    font-size: 11px;
}

.fr .pr-line .sticker span.sticker-top {
    font-weight: 700;
    font-size: 12px;
    padding-top: 5px;
}

.it .pr-line .sticker span.note {
    font-size: 11px;
}

.step-block .content {
    font-size: 0;
    margin-bottom: 0;
}

.step {
    width: 29%;
    min-width: 360px;
    position: relative;
    font-size: 0;
    display: inline-block;
    font: 400 20px/62px 'Lato', sans-serif;
    padding: 0 23px 0;
    text-align: center;
}

.step.first {
    background: #dd3c31;
    color: #fff;
}

.step.first:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 62px;
    background: url(../images/step1-b.png) no-repeat;
}

.step.first:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 32px;
    height: 62px;
    background: url(../images/step2-b.png) no-repeat;
}

.step.second, .step.third {
    background: #dcdcdc;
    color: #adadad;
}

.step.second,
.step.third {
    padding: 0 23px 0 0;
}

.step.second:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 38px;
    height: 62px;
    background: url(../images/step2-a.png) no-repeat;
}

.step.third:after {
    content: "";
    position: absolute;
    top: 0;
    right: -1px;
    width: 15px;
    height: 62px;
    background: url(../images/step3-a.png) no-repeat;
}

.content .left {
    max-width: 370px;
    border: 1px solid #dedede;
    float: left;
    width: 35%;
    padding: 40px 50px;
    box-sizing: border-box;
    list-style: none;
    background: #fff;
}

.left li {
    padding-left: 50px;
    color: #dd3c31;
    font: 700 18px/21px "Lato", Arial;
    margin-bottom: 13px;
    padding-top: 10px;
}

.left li span {
    color: #434343;
    display: block;
    font: 400 15px/17px 'Lato', sans-serif;
}

.left li:first-child {
    background: url(../images/icon1.png) 0 0 no-repeat;
}

.left li:nth-child(2) {
    background: url(../images/icon2.png) 0 6px no-repeat;
}

.left li:nth-child(3) {
    background: url(../images/icon3.png) 0 8px no-repeat;
}

.left li:last-child {
    background: url(../images/icon4.png) 0 8px no-repeat;
}

.content .right {
    max-width: 690px;
    width: 59%;
    margin-right: 8px;
    box-sizing: border-box;
    background: #ffffff;
    border: 1px solid #dedede;
    float: right;
    margin-bottom: 55px;
    padding: 39px 15px 39px 45px;
}

.title-box {
    padding: 14px 0 10px 63px;
    background: url(../images/title-box-bg.png) 5px 20% no-repeat;
    margin-bottom: 14px;
}

.title-box strong {
    text-transform: uppercase;
    color: #dd3c31;
    font: 700 21px/23px "Lato", sans-serif;
}

.title-box p {
    color: #333333;
    margin: 5px 0;
    font: 400 21px/18px 'Lato', sans-serif;
}

.radiobotton-box {
    padding: 0 5px 3px 0;
}

.row {
    margin-bottom: 20px;
}

.row input {
    display: inline-block;
    vertical-align: top;
    margin: 3px 0 0 0;
}

.row label {
    display: inline-block;
    font-size: 14px;
    line-height: 22px;
    color: #404040;
    font-family: 'Lato', Arial, Helvetica, sans-serif;
    width: 94%;
    font-weight: 400;
}

.row input[type=checkbox] ~ label {
    font-size: 12px;
    max-width: 565px;
    line-height: 18px;
}

.row:nth-child(4) {
    margin-bottom: 9px;
}

.botton-block {
    text-align: right;
    width: 100%;
    margin-bottom: 47px;
}

.clear {
    clear: both;
}

.botton-block img {
    vertical-align: top;
    margin-top: -6px;
}

.btn {
    background: #4eaa2d url(../images/btn-before.png) 0 0 no-repeat;
    border: none;
    padding: 0 0 0 53px;
    position: relative;
    font: 400 26px/72px 'Open Sans', Arial, Helvetica, sans-serif;
    min-width: 250px;
    color: #fff;
    margin-left: 106px;
    margin-right: 8px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
}

.btn:after {
    content: "";
    position: absolute;
    top: 0;
    display: block;
    left: 0;
    width: 71px;
    height: 72px;
    background: url(../images/btn-before.png) 50% no-repeat;
    border-right: 2px solid rgba(255, 255, 255, 0.2);
}

.footer .content {
    font: 400 16px/24px 'Lato', Arial, Helvetica, sans-serif;
    color: #666666;
    padding: 0 0 0 0;
}

.footer {
    background: #e3e3e3;
    color: #646464;
    font: 400 12px/16px 'Lato', Arial, Helvetica, sans-serif;
}

.content:after,
.footer:after,
.steps-block-wrap:after {
    clear: both;
    content: "";
    display: block;
}

.bottom-block img {
    vertical-align: bottom;
}

.radiobotton-box {
    position: relative;
}

.sp-l {
    color: #fff;
    display: inline-block;
    width: 161px;
    min-height: 24px;
    background: url(../images/join-arrow.png) no-repeat;
    font: 900 18px/18px 'Lato', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    position: absolute;
    right: 0;
    top: -7px;
    text-align: center;
    vertical-align: middle;
    padding-top: 9px;
}

@-moz-document url-prefix() {
    .sp-l {
        padding-top: 7px;
    }
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .sp-l {
        padding-top: 8px;
    }
}

.footer {
    background: #cccccc;
    padding-bottom: 20px;
}

.footer .btn-wrap {
    border: none;
    max-width: 687px;
    display: inline-block;
    padding: 26px 0 0 0;
    text-align: right;
    vertical-align: top;
}

.footer .win {
    max-width: 486px;
    font: 400 16px/24px 'Lato', Arial, Helvetica, sans-serif;
    color: #666666;
    padding: 11px 0 0 0;
    border: none;
    display: inline-block;
    vertical-align: top;
}

.footer .win p {
    margin-bottom: 10px;
}

.footer .win p:last-child {
    font-size: 12px;
    line-height: 16px;
}

.footer .btn-wrap a {
    color: #646464;
    font: 400 16px/24px 'Lato', Arial, Helvetica, sans-serif;
    padding-left: 17px;
    border-left: 1px solid #646464;
}

.footer .btn-wrap a:first-child {
    border: none;
    padding-right: 17px;
}

#box a {
    padding: 0;
    font: 400 15px/24px 'Lato', Arial, Helvetica, sans-serif;
    border: none;
}

.footer {
    background: #e3e3e3;
    position: relative;
    color: #646464;
    font: 400 12px/16px 'Lato', Arial, Helvetica, sans-serif;
}

.content:after,
.footer:after,
.right-part:after {
    clear: both;
    content: "";
    display: block;
}

#box {
    position: absolute;
    max-width: 420px;
    padding: 30px 30px;
    /* height: 230px; */
    border: 1px solid #646464;
    z-index: 500;
    bottom: 0;
    left: 50%;
    text-align: center;
    background: #fff;
    transform: translateX(-50%);
    font: 400 12px/16px 'Lato', Arial, Helvetica, sans-serif;
}

#box:before {
    content: url(../images/x.png);
    display: block;
    text-align: right;
    cursor: pointer;
}

.footer .btn-wrap a:nth-child(2) {
    padding-right: 17px;
}

/* lang */
/*.fr .content .right,
.de .content .right {
    width:675px;
    padding:39px 35px 0 50px;
}
.it .content .right {width:615px;}*/
.de .sp-l, .it .sp-l {
    font-size: 15px;
    padding: 9px 0 0 4px;
}

.fr .footer .btn-wrap a:first-child,
.it .footer .btn-wrap a:first-child,
.es .footer .btn-wrap a:first-child,
.pt .footer .btn-wrap a:first-child,
.de .footer .btn-wrap a:first-child {
    padding-right: 5px;
}

.fr .footer .btn-wrap a:nth-child(2),
.it .footer .btn-wrap a:nth-child(2),
.es .footer .btn-wrap a:nth-child(2),
.pt .footer .btn-wrap a:nth-child(2),
.de .footer .btn-wrap a:nth-child(2) {
    padding-right: 5px;
}

.fr .footer .btn-wrap a,
.es .footer .btn-wrap a,
.pt .footer .btn-wrap a,
.it .footer .btn-wrap a {
    font: 400 13px/24px 'Lato', Arial, Helvetica, sans-serif;
    padding-left: 5px;
}

.de .footer .btn-wrap a {
    font: 400 14px/24px 'Lato', Arial, Helvetica, sans-serif;
    padding-left: 5px;
}

.pr-line {
    display: flex;
    align-items: baseline;
    padding-right: 108px;
    position: relative;
    padding-top: 10px;
    border: 1px solid #dedede;
    box-sizing: border-box;
    padding-left: 15px;
    margin-bottom: 10px;
    max-height: 111px;
}

.pr-line:first-child {
    margin-bottom: 0;
    padding-bottom: 20px;
}

.pr-line.active {
    border-color: #4eaa2d;
    background-color: rgba(78, 170, 45, .2);
}

.pr-line input {
    display: inline-block;
    padding-top: 10px;
}

.pr-line label {
    cursor: pointer;
    padding-left: 5px;
    display: inline-block;
    width: calc(100% - 25px);
}

.pr-line .pr-description {
    font-size: 14px;
    line-height: 18px;
    color: #404040;
    margin-top: 5px;
    margin-bottom: 0;
    padding-bottom: 10px;
    font-family: 'Lato', Arial, Helvetica, sans-serif;
    font-weight: 400;
}

.pr-line .pr-description strong {
    font-weight: 700;
}

.pr-line .top-title {
    display: inline-block;
    width: 60%;
    color: #333333;
    margin: 5px 0;
    font: 400 21px/18px 'Lato', sans-serif;
}

.pr-line .price {
    display: inline-block;
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
    color: #404040;
    margin-top: 0;
    font-family: 'Lato', Arial, Helvetica, sans-serif;
    font-weight: 400;
    position: relative;
}

.pr-line .price--old {
    text-decoration: line-through;
    -moz-text-decoration-color: #dd3c31;
    -webkit-text-decoration-color: #dd3c31;
    text-decoration-color: #dd3c31;
    margin-right: 5px;
}

.pr-line .sticker {
    display: inline-block;
    position: absolute;
    right: 5px;
    top: 5px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #dd3c31;
    color: #ffffff;
    text-align: center;
    padding-top: 10px;
    box-sizing: border-box;
    margin: 0;
}

.pr-line .sticker span {
    display: block;
}

.pr-line .price-wrap {
    display: inline-block;
    margin: 0;
}

.pr-line .sticker span.sticker-top {
    font-weight: 700;
    font-size: 16px;
}

.pr-line .sticker span.sticker-price {
    font-size: 14px;
    font-weight: 700;
    display: inline-block;
    vertical-align: text-top;
    line-height: inherit;
    padding: 5px 0 3px;
}

.pr-line .sticker span.sticker-price span {
    display: inline-block;
    font-size: 24px;
    font-weight: 700;
    vertical-align: text-top;
}

.pr-line .sticker span.sticker-price i {
    font-weight: 400;
    font-style: normal;
}

.pr-line .sticker span.note {
    font-size: 12px;
}

.es .pr-line .sticker span.note {
    font-size: 10px;
}

.pt .pr-line .sticker {
    padding-top: 18px;
}

.pt .pr-line .sticker span.sticker-price {
    padding: 0 0 2px;
}

.pt .pr-line .sticker span.note {
    font-size: 11px;
    line-height: 14px;
}

.footer-wrap {
    display: flex;
    justify-content: space-between;
}

.ab-p1-test.sticker {
    background: #82c600;
    position: absolute;
    right: 75px;
    top: -45px;
    z-index: 99;
}

.pr-line {
    position: relative;
}

.pr-line .ab-p1-test.price--current {
    background: #82c600;
    font-weight: 800;
    color: #fff;
    font-size: 16px;
    padding: 8px;
    position: absolute;
    right: 5px;
    top: 10px;
    z-index: 99;
}

.pr-line .ab-p1-test.price--current:before {
    content: "";
    top: 0;
    left: -12px;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 17px 12px 17px 0;
    border-color: transparent #82c600 transparent transparent;
}

.ab-p1-test.line-through {
    width: 120%;
    height: 2px;
    background: #82c600;
    display: inline-block;
    position: absolute;
    z-index: 99;
    top: 9px;
    left: -10%;
    transform: rotate(-10deg);
}

.ab-p1-test.crossed-block {
    width: 100px;
    height: 100px;
    position: absolute;
    z-index: 99;
    top: 0;
}

.ab-p1-test.crossed-block:before {
    content: "";
    position: absolute;
    height: 2px;
    background: #82c600;
    transform: rotate(-40deg);
    width: 140px;
    display: block;
    top: 50%;
    left: 50%;
    margin-left: -70px;
}

.ab-p1-test.crossed-block::after {
    content: "";
    position: absolute;
    height: 2px;
    background: #82c600;
    transform: rotate(40deg);
    width: 140px;
    display: block;
    top: 50%;
    left: 50%;
    margin-left: -70px;
}

.fr .header .logo a,
.it .header .logo a,
.es .header .logo a,
.pt .header .logo a {
    padding: 15px 0 0 90px;
}

@media screen and (max-width: 1250px) {
    .footer-wrap {
        flex-direction: column;
    }

    .footer .content {
        padding: 0 15px;
    }

    .footer .footer-wrap .win,
    .footer .footer-wrap .btn-wrap {
        max-width: 100%;
        width: 100%;
        text-align: center;
    }

    .footer .footer-wrap .win {
        padding: 35px 0 0 0;
    }
}

@media screen and (max-width: 1445px) {
    .header .header_left {
        width: calc(100% - 170px);
    }

    .main {
        padding: 10px 0 0;
    }

    .step {
        font: 400 20px/50px 'Lato', sans-serif;
    }

    .step.second:after,
    .step.first:before,
    .step.first:after,
    .step.third:after {
        top: -6px;
    }

    .header {
        padding: 15px 38px 10px 34px;
    }

    .content .right {
        margin-bottom: 10px;
        padding: 10px 15px 10px 45px;
    }

    .title-box {
        margin-bottom: 0;
    }

    .title-box strong {
        font: 700 19px/20px "Lato", sans-serif;
    }

    .title-box p {
        margin: 0;
        font: 400 19px/18px 'Lato', sans-serif;
    }

    .content .left {
        padding: 15px 30px;
    }

    .row {
        margin-bottom: 5px;
    }

    .radiobotton-box {
        padding: 0 5px 0px 0;
    }

    .pr-line .top-title {
        margin: 5px 0 0 0;
    }

    .left li {
        margin-bottom: 10px;
    }

    .pr-line {
        margin-bottom: 5px;
    }

    .fr .header .logo a, .de .header .logo a, .it .header .logo a {
        background-size: contain;
        padding: 5px 0 0 90px;
    }

    .pt .header .logo a, .es .header .logo a {
        background-size: contain;
        padding: 10px 0 0 90px;
    }
}

@media screen and (max-width: 1180px) {
    .header {
        padding: 15px 20px;
    }

    .header .logo a {
        width: 85px;
        font-size: 18px;
        line-height: 1;
        height: 50px;
        padding: 0 0 0 50px !important;
        background-size: contain;
    }

    .en .header .logo a {
        font-size: 22px;
        height: 70px;
        padding: 0 0 0 65px !important;
    }

    .header .logo a span {
        font-size: 18px;
        line-height: 1;
    }

    .header_left .desk {
        font-size: 24px;
        width: calc(100% - 230px);
    }

    .header .version {
        font-size: 18px;
    }

    .step {
        min-width: auto;
    }

    .footer-wrap {
        flex-direction: column;
    }

    .main .content {
        padding: 0 10px;
    }

    .content .left {
        padding: 40px 20px;
    }

    .footer .footer-wrap .win, .footer .footer-wrap .btn-wrap {
        max-width: 100%;
        width: 100%;
        text-align: center;
    }

    .pr-line {
        max-height: 100%;
    }
}

@media screen and (max-width: 1130px) {
    .ab-p1-test {
        display: none !important;
    }
}

@media screen and (max-width: 1023px) {
    .content .left,
    .content .right {
        float: none;
        width: 100%;
        margin: 0 auto 10px;
    }

    .content .right {
        padding: 20px 15px 20px 15px;
    }

    .botton-block {
        text-align: center;
    }
}

@media screen and (max-width: 768px) {
    .header {
        flex-direction: column;
    }

    .header .header_left {
        flex-direction: column;
        width: 100%;
    }

    .header .header_left .desk {
        text-align: center;
        width: 100%;
        padding-top: 10px;
    }

    .header .version {
        padding-top: 10px;
        font-size: 26px;
    }

    .header .logo {
        float: none;
        display: block;
        margin: 0;
    }

    .header strong + strong {
        float: none;
        text-align: center;
        display: block;
        margin: 15px 0 0;
    }

    .header .logo a {
        margin: 0 auto;
        width: auto;
    }

    .step-block {
        display: none;
    }

    .footer .btn-wrap {
        display: flex;
        flex-direction: column;
        border: none;
    }

    .footer .content {
        padding: 0 10px;
    }

    .footer .btn-wrap a,
    .footer .btn-wrap a:first-child,
    .footer .btn-wrap a:nth-child(2) {
        border: none;
        padding: 0;
    }

    .btn {
        margin-left: 0;
        margin-top: 10px;
    }
}

@media screen and (max-width: 470px) {
    .pr-line .top-title {
        width: 100%;
    }

    /*.header .logo a, .header .logo a span {
        font-size: 28px;
    }

    .header strong {
        font-size: 26px;
    }*/
}

@media screen and (max-width: 440px) {
    .ab-p1-test .pr-line .price--current:before {
        display: none;
    }
}
