@font-face {
    font-family: neucha;
    src: url("../fonts/neucha.otf");
    font-weight: normal;
}

@font-face {
    font-family: neucha;
    src: url("../fonts/Neucha.ttf");
    font-weight: normal;
}

html {
    font-family: neucha;
    color: #222;
    font-size: 1em;
    line-height: 1.4;
    letter-spacing: 1.5px;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

html, body {
    height: 100%;
}

body {
    background: #FD7486;
    background-position: center center;
    background-size: cover;
    min-width: 310px;
}

#pc_backgound {
    position: relative;

}

#pc_backgound > .right {
    background: url('../img/right.png') no-repeat;
    background-position: right, top;
    background-size: 100%;
    width: 25%;
    position: absolute;
    right: 0;

    height: 100vh;
}

#pc_backgound > .left {
    background: url('../img/left.png') no-repeat;
    background-position: left, top;
    background-size: 100%;
    width: 25%;
    position: absolute;
    left: 0;

    height: 100vh;
}

img {
    max-width: 100%;
}

.table {
    display: table;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

.cell {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.wrapper {
    min-height: 100%;
    position: relative;
    overflow: hidden;
}

.main {
    position: relative;

}

.offer-container {

}

.offer {
    display: inline-block;
    position: relative;
    font-size: 1.6em;
    color: #ffffff;

    font-weight: 100;
}

.logo {
    margin-top: 65px;

}

.title,
.price {
    white-space: nowrap;
    display: inline-block;
    width: 50%;
    overflow: hidden !important;
    text-overflow: ellipsis;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.title {
    padding-left: 10px;
}

.price {
    color: #34ccbf;
    float: right;
    text-align: right;
    padding-right: 10px;
}

.store {
    margin-top: 45px;
}

.google_mobile, .appstore_mobile {
    display: none;
}

.store a {
    display: inline-block;
}

.appstore,
.google {
    background: url("../img/store.png") no-repeat;
    display: inline-block;
    width: 185px;
    height: 53px;
    margin: 5px;
}

.appstore {
    background-position: 0 0;
}

.google {
    background-position: -201px 0;
}

.social {

    margin-top: 25px;
}

.social a {
    display: inline-block;

}

.press {
    margin-top: 25px;
}

.press a {
    font-size: 1.7em;
    color: #ffffff !important;
    cursor: pointer;
}

.press a:hover {
    text-decoration: none;
}

.in,
.vk,
.fb,
.tw {

    background: url("../img/share.png") no-repeat;
    display: inline-block;
    width: 36px;
    height: 36px;
    margin: 3px;
}

.in {
    background-position: 0 0;
}

.vk {
    background-position: -48px 0;
}

.fb {
    background-position: -97px 0;
}

.tw {
    background-position: -146px 0;
}

.copyright {
    margin-top: 25px;
    font-size: 15px;
    color: #ffffff;

}

.hidden {
    display: none !important;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

@media (min-width: 2000px) {

    .offer {
        font-size: 1.6em;
    }

    .logo {
        width: 370px;
        margin-top: 85px;
    }

    .store {
        margin-top: 70px;
    }

    .social {

        margin-top: 50px;
    }

    .press {
        margin-top: 50px;
    }

    .press a {
        font-size: 1.4em;
    }

    .copyright {
        margin-top: 50px;

    }

}

@media (min-width: 1601px) and (max-width: 1999px) {

    .offer {
        font-size: 1.45em;
    }

    .logo {
        width: 280px;
        margin-top: 80px;
    }

    .store {
        margin-top: 60px;
    }

    .social {

        margin-top: 40px;
    }

    .press {
        margin-top: 40px;
    }

    .press a {
        font-size: 1.3em;
    }

    .copyright {
        margin-top: 40px;

    }

}

@media (min-width: 1301px) and (max-width: 1600px) {

    .offer {
        font-size: 1.45em;
    }

    .logo {
        width: 290px;
    }

    .store {
        margin-top: 60px;
    }

    .social {

        margin-top: 35px;
    }

    .press {
        margin-top: 35px;
    }

    .press a {
        font-size: 1.3em;
    }

}

@media (min-width: 1026px) and (max-width: 1300px) {

    .offer {
        font-size: 1.35em;
    }

    .logo {
        width: 230px;
    }

    .store {
        margin-top: 45px;
    }

    .social {

        margin-top: 25px;
    }

    .press {
        margin-top: 25px;
    }

    .press a {
        font-size: 1.1em;
    }

}

@media (min-width: 760px) and (max-width: 1025px) {

    .offer {
        font-size: 1.35em;
    }

    .logo {
        width: 220px;
    }

    .store {
        margin-top: 45px;
    }

    .social {

        margin-top: 25px;
    }

    .press {
        margin-top: 25px;
    }

    .press a {
        font-size: 1.3em;
    }

}

@media (max-width: 759px) {

    .offer {
        display: inline-block;
        position: relative;
        font-size: 1em;
        color: #ffffff;
        padding-top: 20px;
        font-weight: 100;
    }

    .logo {
        margin-top: 65px;
        width: 165px;
    }

    .press a {
        font-size: 1.1em;

    }

    .store {
        padding-left: 25px;
        padding-right: 25px;

    }

    .appstore_mobile {
        display: none;
        margin-bottom: 25px;

    }

    .google_mobile {
        display: none;

    }
}

@media (max-width: 390px) {

    #pc_backgound > .right {
        display: none;
    }

    .offer {
        display: inline-block;
        position: relative;
        font-size: 1em;
        color: #ffffff;
        padding-top: 20px;
        font-weight: 100;
    }

    .logo {
        margin-top: 65px;
        width: 165px;
    }

    .press a {
        font-size: 1.1em;

    }

    .store {
        padding-left: 25%;
        padding-right: 25%;
        margin-bottom: 35px;

    }

    .store .google {
        display: none !important;

    }

    .store .appstore {
        display: none;
    }

    .appstore_mobile {
        display: block;
        margin-bottom: 25px;
        width: 100%;
    }

    .google_mobile {
        display: block;
        width: 100%;
    }
}

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        /* Black prints faster:
                                          http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
       * Don't show links that are fragment identifiers,
       * or use the `javascript:` pseudo protocol
       */
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
                
