html {
    height: 100%
}

body {
    background-color: #32645b;
    background: linear-gradient(27deg, rgba(107, 212, 116, .77), #32645b)
}

a,
body {
    color: #fff
}

.wrapper>header {
    border-color: #fff
}

.wrapper>header img {
    height: 60px
}

.box-img {
    border-color: #999;
    background-color: #fff
}

.box-img .sex-app {
    background-color: #e8e2d2;
    color: #32645b
}

.box-final .box-content {
    border-color: #fff
}

.btn {
    box-shadow: 0 0 2px #ccc;
    color: #fff;
    border-radius: 15px;
    margin-right: 10px;
    box-shadow: inset 0 -4px 1px rgba(0, 0, 0, .5), inset 0 4px 1px hsla(0, 0%, 100%, .3);
    background-color: #426767
}

.btn-yes {
    background-color: #32645b;
    color: #fff
}

.btn-yes:hover {
    background-color: #999
}

.btn-no {
    background-color: #fff;
    color: #666
}

.btn-no:hover {
    background-color: #eee
}

.btn-confirm {
    background-color: #ff8965;
    color: #fff
}

.btn-confirm:hover {
    background-color: #f76133
}

.progress-bar {
    background-color: #fff;
    border-color: #fff
}

.progress-bar:before {
    background-color: #11a811
}

body {
    margin: 0;
    padding: 0;
    height: 100%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px
}

img {
    border: 0;
    max-width: 250px
}

a {
    display: inline-block
}

h1,
h2,
h3,
h4,
h5,
li,
ol,
p,
ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-weight: 400
}

.hide {
    display: none
}

.wrapper>header {
    margin-bottom: 15px;
    border-bottom-width: 1px;
    border-bottom-style: solid
}

@media (max-width:420px) {
    .wrapper>header {
        border-bottom-width: 3px
    }
}

.wrapper>header img {
    display: block;
    margin: auto;
    padding: 15px 0;
    height: 50px
}

@media (max-width:380px) {
    .wrapper>header img {
        padding: 10px 0;
        height: 40px
    }
}

.wrapper-content {
    padding: 10px 0;
    overflow: hidden;
    text-align: center
}

.box:not(:first-child) {
    display: none
}

.box .box-content {
    margin-top: 15px
}

.box .box-header {
    margin: 25px auto;
    max-width: 320px
}

.box,
.box-img {
    display: inline-block;
    margin: 0 auto
}

.box-img {
    position: relative;
    padding: 7px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-radius: 7px
}

.box-img img {
    display: block;
    margin: auto
}

@media (max-width:480px) {
    .box-img img {
        width: 260px
    }
}

@media (max-width:380px) {
    .box-img img {
        width: 225px
    }
}

@media (max-width:350px) {
    .box-img img {
        width: 200px
    }
}

.box-img .sex-app {
    position: absolute;
    bottom: 0;
    right: -100px;
    padding: 10px 15px;
    font-size: 20px;
    text-align: left;
    font-weight: 700;
    transform: rotate(-20deg);
    border: 5px dotted rgba(86, 82, 82, .47);
    text-align: center
}

.box-img .sex-app:before {
    content: "";
    position: absolute;
    right: -50px;
    top: 0;
    width: 70px;
    height: 70px;
    transform: rotate(-45deg)
}

.lang-es .box-img .sex-app,
.lang-fi .box-img .sex-app,
.lang-fr .box-img .sex-app,
.lang-it .box-img .sex-app {
    bottom: 25px;
    right: -150px
}

@media (max-width:480px) {
    .box-img .sex-app {
        right: -55px;
        bottom: -5px;
        padding: 7px 10px;
        font-size: 16px
    }

    .box-img .sex-app:before {
        right: -30px;
        width: 55px;
        height: 55px
    }

    .lang-es .box-img .sex-app,
    .lang-fi .box-img .sex-app,
    .lang-fr .box-img .sex-app,
    .lang-it .box-img .sex-app {
        bottom: 20px;
        right: -75px
    }
}

@media (max-width:350px) {
    .box-img .sex-app {
        right: -35px;
        bottom: 10px;
        padding: 7px 10px
    }

    .box-img .sex-app {
        font-size: 13px !important;
    }

    .box-img .sex-app:before {
        right: -30px;
        width: 50px;
        height: 60px
    }

    .lang-fi .box-img .sex-app,
    .lang-it .box-img .sex-app {
        bottom: 25px;
        right: -75px
    }
}

.box-header h2 {
    font-size: 16px;
    font-weight: 700
}

.box-final {
    max-width: 400px;
    margin: 0 auto
}

@media (max-width:360px) {
    .box-final {
        margin: 0 10px
    }
}

.box-final .box-header {
    max-width: none
}

.box-final .box-content {
    margin: 0 10px;
    padding: 8px 15px;
    border-width: 1px;
    border-style: solid;
    border-radius: 10px;
    text-align: left;
    font-size: 14px;
    line-height: 1.4
}

.box-final .box-content p:not(:last-child) {
    margin-bottom: 10px
}

.box-final .box-btn {
    margin-top: 30px
}

.box-btn {
    margin-top: 20px
}

@media only screen and (max-width:350px) {
    .box-img img {
        max-height: 380px
    }

    .box .box-content,
    .box .box-header {
        margin-top: 10px
    }

    .box-header h2 {
        font-size: 16px
    }

    .box-btn {
        margin-top: 15px
    }
}

.btn {
    min-width: 120px;
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    border: 0;
    padding: 12px 20px;
    border-radius: 5px;
    cursor: pointer;
    margin: 0 5px;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    text-transform: uppercase;
    transition: background-color .4s linear
}

.btn:focus {
    outline: 0
}

.progress-bar {
    width: 300px;
    display: block;
    border-radius: 5px;
    height: 15px;
    border-width: 5px;
    border-style: solid;
    overflow: hidden;
    position: relative;
    margin: 15px auto auto
}

.progress-bar:before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 5px;
    height: 100%;
    width: 0;
    transition: width 6s linear
}

.progress-bar.active:before {
    width: 100%
}