@import url('https://fonts.googleapis.com/css2?family=Yanone+Kaffeesatz:wght@700&display=swap');

* {
    margin: 0;
    padding: 0;
    background: transparent;
    border: none;
    box-sizing: border-box;
    vertical-align: baseline;
}

html,
body {
    width: 100%;
    min-height: 100%;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

a,
a:visited {
    color: #0060a0;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-color: #0060a0;
    border-color: rgba(0, 96, 160, .2);
    text-decoration: none;
}

a:hover {
    color: #d04000;
    border-color: #f8e2d9;
    border-color: rgba(208, 64, 0, .15);
}

img {
    max-width: 100%;
}

.cont {
    position: relative;
    max-width: 900px;
    margin: 0 auto;
    padding: 0 20px;
    overflow: hidden;
}

header {
    height: 94px;
    background: black url("../img/header.jpg") 50% 50% no-repeat;
}

.player-wrapper {
    position: relative;
    width: 100%;
    margin: 25px auto;
    background: #eee;
}

.video {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    z-index: 1;
}

.video iframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
}

.overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 65px;
    background: transparent;
    z-index: 99999;
}

.wrapper_hidden {
    display: none;
}

.button {
    position: relative;
    width: 100%;
    height: 67px;
    margin-bottom: 4em;
    text-align: center;
}

a.submit {
    position: relative;
    display: block;
    max-width: 690px;
    height: 67px;
    margin: 0 auto;
    background: linear-gradient(#feef69, #fda228) #fda228;
    border-radius: 4px;
    box-shadow: 0 -5px #b56518 inset;
    color: #191919;
    font-family: 'Yanone Kaffeesatz', sans-serif;
    font-size: 38px;
    line-height: 72px;
    text-decoration: none;
    text-align: center;
}

a.submit:hover {
    background: linear-gradient(#fda228, #feef69) #feef69;
}

a.submit:active {
    top: 7px;
    height: 62px;
    line-height: 62px;
    background: linear-gradient(#fda228, #feef69) #feef69;
    box-shadow: none;
}

.button:before,
.button:after {
    content: "";
    display: block;
    width: 66px;
    height: 50px;
    position: absolute;
    top: 10px;
}

.button:before {
    background: url(../img/arrow.png) no-repeat;
    position: absolute;
    left: 0px;
}

.button:after {
    background: url(../img/arrow2.png) no-repeat;
    position: absolute;
    right: 0;
}

.subtitle {
    margin: 0 auto .25em;
    font-size: 2em;
    font-weight: 700;
    line-height: 1;
    text-align: center;
}

.title {
    margin: 0 auto 1em;
    color: #be0f18;
    font-size: 2.75em;
    font-weight: 700;
    line-height: 1;
    text-align: center;
}

.box {
    max-width: 500px;
    margin: 0 auto 2em;
}

.price {
    margin-bottom: 1em;
    font-size: 2.5em;
    line-height: 1.25;
    text-align: center;
}

.old-price {
    position: relative;
    display: inline-block;
}

.old-price:after {
    position: absolute;
    top: 50%;
    right: -2px;
    left: -2px;
    margin-top: 0px;
    border-bottom: 2px solid #a92d1a;
    content: "";
}

.new-price {
    font-weight: 700;
}

.descr {
    max-width: 710px;
    margin: 0 auto 2em;
    font-size: 18px;
    line-height: 1.3em;
}

.descr p {
    margin-bottom: 1em;
}

.descr img {
    width: 100%;
}

.parts {
    overflow: hidden;
    max-width: 710px;
    margin: 0 auto 2em;
    padding-top: 4px;
}

.parts img {
    float: left;
    width: 77px;
}

.part-text {
    display: block;
    max-width: 570px;
    margin: -4px 0 0 100px;
}

.part-text h3 {
    margin-bottom: 8px;
    font-size: 24px;
    font-family: 'Yanone Kaffeesatz', sans-serif;
    color: #848484;
}

.part-text p {
    font-size: 15px;
    color: #848484;
    line-height: 20px;
}

/* Footer */
footer {
    position: relative;
    margin: 100px auto 0;
    padding: 20px 0 30px;
    color: #aaa;
    font-size: 10px;
    line-height: 1.3;
}

footer a,
footer a:visited,
footer a:hover {
    color: #888;
    border-color: #ccc;
}

footer p {
    margin-top: 10px;
}

footer p.footer-info {
    margin-top: 0px;
    font-size: 13px;
    line-height: 1.8;
}

footer nobr {
    display: inline-block;
    margin-right: 4px;
}

.adult {
    position: relative;
    top: 0px;
    font-size: 11px;
    color: #f30;
    font-weight: 700;
}

@media (max-width:520px) {
    header {
        height: 50px;
        background-size: cover;
    }

    .player-wrapper {
        width: auto;
        margin: 0 -20px 25px;
    }

    .button:before,
    .button:after {
        display: none;
    }

    a.submit {
        margin: 0;
    }

    .parts img {
        width: 45px;
    }

    .part-text {
        margin: 0 0 0 55px;
    }

    .part-text h3 {
        font-size: 18px;
    }

    .part-text p {
        font-size: 14px;
        line-height: 18px;
    }

    footer {
        border-top: 1px solid #ccc;
    }

}
