@font-face {
    font-family: GothamPro;
    src: url(../font/GothamPro.eot);
    src: url(../font/GothamPro.woff2) format('woff2'), url(../font/GothamPro.woff) format('woff'), url(../font/GothamPro.ttf) format('truetype'), url(../font/GothamPro.svg#GothamPro) format('svg'), url(../font/GothamPro.eot?#iefix) format('embedded-opentype');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'GothamPro-Bold';
    src: url(../font/GothamPro-Bold.eot);
    src: url(../font/GothamPro-Bold.woff2) format('woff2'), url(../font/GothamPro-Bold.woff) format('woff'), url(../font/GothamPro-Bold.ttf) format('truetype'), url(../font/GothamPro-Bold.svg#GothamPro-Bold) format('svg'), url(../font/GothamPro-Bold.eot?#iefix) format('embedded-opentype');
    font-weight: 400;
    font-style: normal
}

* {
    margin: 0;
    padding: 0;
    border: 0;
    box-sizing: border-box;
    font-style: normal;
    font-weight: normal;
    line-height: 1.4;
    outline: none;
    vertical-align: baseline;
}

html, body {
    width: 100%;
}

body {
    font-family: 'GothamPro';
    font-size: 16px;
}

h1, h2, h3, b, .timer-title {
    font-family: 'GothamPro-Bold';
}

h1 {
    max-width: 780px;
    margin: 0 auto 1em;
    font-size: 1.75em;
    color: #b41419;
    text-transform: uppercase;
    text-align: center;
}

h1.mobile {
    display: none;
}

h2 {
    font-size: 2em;
    text-align: center;
}

h3 {
    margin-bottom: .5em;
    font-size: 1.25em;
}

p {
    margin: 0 0 .75em;
}

a {
    color: #07a;
    border-bottom: 1px solid #c0dce8;
    text-decoration: none;
}

a:hover {
    color: #f33;
    border-bottom-color: #f99;
}

img {
    display: block;
    max-width: 100%;
}

.wrapper {
    min-width: 320px;
    max-width: 1060px;
    margin: 0 auto;
    padding: 2em 0 1.5em;
}

.content, .footer {
    margin: 0 5%;
    width: 90%;
}

.layout {
    margin: 0 auto 3em;
}

.layout:before, .layout:after {
    content: "";
    display: table;
    clear: both;
}

.rouble {
    font-family: "Helvetica Neue", "Arial", sans-serif !important;
}

/* Header
-----------------------------------------------------------------------------*/
.header {
    width: 100%;
    height: 96px;
    background: #000 url(../img/header.png) 50% 100% no-repeat;
}

/* Video & Timer
-----------------------------------------------------------------------------*/
.player-wrapper {
    float: left;
    width: 59%;
    margin-bottom: 1em;
    overflow: hidden;
}

.video {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}

.video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#vimeo {
    z-index: 999;
    margin: 0 auto;
}

.player {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    overflow: hidden;
}

.welcome, .timer1 {
    float: right;
    width: 39%;
}

.welcome {
    margin-bottom: 8px;
    font-size: 15px;
}

.timer2 {
    display: none;
    clear: both;
    text-align: center;
}

/* Catalog
-----------------------------------------------------------------------------*/
.discounts {
    margin: 0 auto 3em;
    padding: 1.5em 4%;
    background: #f5f5ea;
    text-align: center;
}

.percents {
    margin: 0 auto;
    border-spacing: 0;
    border-collapse: collapse;
}

.percents tr {
    border-bottom: 1px solid #e5e5db;
}

.percents tr:last-child {
    border: 0;
}

tr.percents-title * {
    font-family: 'GothamPro-Bold';
    font-weight: bold;
}

.percents td {
    padding: .5em 2em;
}

.percents .percents-title td {
    padding: 0 2em;
}

.item {
    position: relative;
    margin-bottom: 16px;
    padding: 0 0 32px 225px;
    border-bottom: 1px solid #e5e5db;
}

.item_image {
    position: absolute;
    left: 0;
    top: 0;
    width: 200px;
    height: 200px;
}

.item_image img {
    max-width: 200px;
    max-height: 200px;
}

.item_info {
    min-height: 200px;
}

.description {
    margin-bottom: .5em;
}

.order {
    position: relative;
    width: 100%;
    height: 42px;
    font-size: 1.25em;
}

.price {
    display: block;
    height: 42px;
    white-space: nowrap;
}

.oldprice, .newprice {
    font-size: 26px;
    line-height: 47px;
}

.oldprice {
    position: relative;
}

.oldprice:after {
    position: absolute;
    top: 50%;
    right: -2px;
    left: -2px;
    margin-top: -2px;
    border-bottom: 2px solid #000;
    content: "";
}

.newprice {
    color: #fa0;
}

.add-to-cart, input.reload {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 220px;
    height: 42px;
    background: #fa0 url(../img/add-to-cart.png) 10px -3px no-repeat;
    border-radius: 6px;
    cursor: hand;
    cursor: pointer;
    font-size: 100%;
    outline: none;
    -webkit-transition: background-color .3s cubic-bezier(.215, .61, .355, 1), -webkit-box-shadow .3s cubic-bezier(.215, .61, .355, 1);
    transition: background-color .3s cubic-bezier(.215, .61, .355, 1), -webkit-box-shadow .3s cubic-bezier(.215, .61, .355, 1);
    -moz-transition: box-shadow .3s cubic-bezier(.215, .61, .355, 1), background-color .3s cubic-bezier(.215, .61, .355, 1);
    -o-transition: box-shadow .3s cubic-bezier(.215, .61, .355, 1), background-color .3s cubic-bezier(.215, .61, .355, 1);
    transition: box-shadow .3s cubic-bezier(.215, .61, .355, 1), background-color .3s cubic-bezier(.215, .61, .355, 1);
    transition: box-shadow .3s cubic-bezier(.215, .61, .355, 1), background-color .3s cubic-bezier(.215, .61, .355, 1), -webkit-box-shadow .3s cubic-bezier(.215, .61, .355, 1);
}

input.reload {
    position: relative;
    margin: 0 auto;
    background: #fa0 url(../img/refresh.png) 18px 6px no-repeat;
    text-indent: 27px;
}

.add-to-cart:hover, input.reload:hover {
    background-color: #ff8200;
}

.add-to-cart.disable {
    background: #bbb url(../img/add-to-cart.png) 10px -51px no-repeat;
}

/* Guarantee
-----------------------------------------------------------------------------*/
.guarantee {
    max-width: 700px;
    margin: 40px auto;
    padding: 16px;
    border: 1px solid #e5e5db;
}

/* Cart & Form
-----------------------------------------------------------------------------*/
.cart-and-form {
    max-width: 700px;
    margin: 0 auto;
}

.cart, .form {
    background-image: -ms-linear-gradient(top, #faf9f3, #f0eedf);
    background-image: -moz-linear-gradient(top, #faf9f3, #f0eedf);
    background-image: -webkit-linear-gradient(top, #faf9f3, #f0eedf);
    background-image: -o-linear-gradient(top, #faf9f3, #f0eedf);
}

.cart-frame, .form-frame {
    padding: 24px 32px 16px;
}

.message {
    max-width: 420px;
    margin: 0 auto;
}

.message div {
    padding-bottom: 16px;
    color: #f00;
    text-align: center;
}

.line {
    padding: 8px 0;
    border-bottom: 1px solid #e5e5db;
}

.noline {
    border: none;
    font-family: 'GothamPro-Bold';
}

.line-holder {
    position: relative;
    margin-bottom: 8px;
}

.line-holder:before, .line-holder:after {
    content: "";
    display: table;
    clear: both;
}

.delete-control {
    position: absolute;
    top: 50%;
    right: -16px;
    width: 14px;
    height: 14px;
    margin-top: -7px;
}

.delete-control .control {
    position: relative;
    display: block;
    width: 14px;
    height: 14px;
    line-height: 100px;
    left: 0;
    top: 0;
    overflow: hidden;
    cursor: pointer;
}

.delete-control .control:after, .delete-control .control:before {
    background: #000;
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    height: 3px;
    width: 12px;
}

.delete-control .control:before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.delete-control .control:after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.num {
    float: right;
    white-space: nowrap;
}

.tovar {
    margin-right: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    white-space: nowrap;
}

.sum_full {
    position: relative;
}

.sum_full:after {
    position: absolute;
    top: 50%;
    right: -1px;
    left: -1px;
    margin-top: -1px;
    border-bottom: 1px solid hsl(15, 97%, 56%);
    content: "";
}

.line-holder label {
    display: block;
    float: left;
    width: 20%;
    line-height: 32px;
}

.line-holder input {
    float: right;
    width: 70%;
    height: 32px;
    padding-top: 3px;
    background: #fff;
    border: 1px solid #e5e5db;
    border-radius: 3px;
    font-family: 'GothamPro';
    font-size: 16px;
    line-height: 1;
    text-indent: 8px;
    vertical-align: middle;
}

.prim {
    display: block;
    margin-left: 30%;
    padding-top: 4px;
    color: #888;
    font-size: 12px;
    clear: both;
}

.about-phone {
    float: left;
    margin-left: 30%;
    padding-top: 4px;
    color: #888;
    font-size: 12px;
}

.btn-form-order {
    display: block;
    max-width: 453px;
    height: auto;
    margin: 1em auto;
    background: transparent;
    border: 0;
    border-radius: 6px;
    color: #000;
    cursor: pointer;
    font-size: 1.5em;
    outline: none;
    overflow: hidden;
    -webkit-transition: background-color .3s cubic-bezier(.215, .61, .355, 1), -webkit-box-shadow .3s cubic-bezier(.215, .61, .355, 1);
    transition: background-color .3s cubic-bezier(.215, .61, .355, 1), -webkit-box-shadow .3s cubic-bezier(.215, .61, .355, 1);
    -moz-transition: box-shadow .3s cubic-bezier(.215, .61, .355, 1), background-color .3s cubic-bezier(.215, .61, .355, 1);
    -o-transition: box-shadow .3s cubic-bezier(.215, .61, .355, 1), background-color .3s cubic-bezier(.215, .61, .355, 1);
    transition: box-shadow .3s cubic-bezier(.215, .61, .355, 1), background-color .3s cubic-bezier(.215, .61, .355, 1);
    transition: box-shadow .3s cubic-bezier(.215, .61, .355, 1), background-color .3s cubic-bezier(.215, .61, .355, 1), -webkit-box-shadow .3s cubic-bezier(.215, .61, .355, 1);
}

input.error {
    color: #f00 !important;
    border-color: #f00 !important;
}

label.error {
    position: absolute;
    right: 1000%;
    visibility: hidden;
    display: none !important;
}

.shadow {
    position: relative;
    left: 50%;
    width: 100%;
    height: 24px;
    margin-left: -50%;
    z-index: 1;
}

.shadow:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 24px;
    margin-top: -24px;
    background-repeat: no-repeat;
    -webkit-background-size: 100% 1px, 100% 10px;
    background-size: 100% 1px, 100% 10px;
    background-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(25%, rgba(0, 0, 0, .15)), color-stop(75%, rgba(0, 0, 0, .15)), to(transparent)), radial-gradient(50% 100%, farthest-side, rgba(0, 0, 0, .3), transparent);
    background-image: -webkit-linear-gradient(left, transparent, rgba(0, 0, 0, .15)25%, rgba(0, 0, 0, .15)75%, transparent), -webkit-radial-gradient(50% 100%, farthest-side, rgba(0, 0, 0, .3), transparent);
    background-image: linear-gradient(left, transparent, rgba(0, 0, 0, .15)25%, rgba(0, 0, 0, .15)75%, transparent), radial-gradient(50% 100%, farthest-side, rgba(0, 0, 0, .3), transparent);
    background-position: 0 100%, 0 100%;
}

.agreement {
    position: relative;
    margin: -16px auto 40px;
    color: #888;
    font-size: 11px;
    line-height: 16px;
    text-align: center;
    z-index: 2;
}

.attention {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

/* Footer
-----------------------------------------------------------------------------*/
.footer {
    padding-top: 16px;
    border-top: 1px solid #e5e5db;
    color: #888;
    font-size: 11px;
}

.footer-copyright {
    display: inline-block;
    margin-right: 1em;
}

.footer-links {
    display: inline-block;
    white-space: nowrap;
    line-height: 2em;
}

.footer-links a {
    margin-right: 1em;
}

.footer-warning {
    margin-top: 8px;
}

.adult {
    position: relative;
    top: 0px;
    font-size: 12px;
    color: #f30;
    font-family: 'GothamPro-Bold';
}

.clear {
    clear: both;
    font-size: 0;
    overflow: hidden; /* тройной презерватив для IE */
}

/* @media
-----------------------------------------------------------------------------*/
@media (max-width:989px) {
    h1 {
        margin-bottom: .25em;
    }

    .player-wrapper, .welcome {
        width: 100%;
        float: none;
    }

    .welcome {
        text-align: center;
    }

    .timer1 {
        display: none;
    }

    .timer2 {
        display: block;
    }

}

@media (max-width:767px) {
    h1 {
        font-size: 26px;
        margin-bottom: 16px;
    }

    h3 {
        font-size: 1em;
    }

    .item {
        padding-bottom: 24px;
        padding-left: 135px;
    }

    .item_image {
        width: 120px;
        height: 120px;
    }

    .item_image img {
        max-width: 120px;
        max-height: 120px;
    }

    .item_info {
        min-height: 120px;
    }

    .description {
        font-size: 14px;
    }

    .oldprice, .newprice {
        font-size: 20px;
    }

}

@media (max-width:575px) {
    .wrapper {
        padding-top: 24px;
    }

    h1 {
        margin-bottom: 8px;
        font-size: 20px;
        line-height: 24px;
        text-align: left;
    }

    h1.mobile {
        display: block;
    }

    h1.desktop {
        display: none;
    }

    .welcome {
        margin-bottom: 24px;
        text-align: left;
    }

    .timer-title {
        font-size: 16px;
    }

    .discounts {
        font-size: 14px;
    }

    .item {
        padding-left: 0;
    }

    .item_image {
        position: relative;
        width: 200px;
        height: 200px;
        margin: 0 auto;
    }

    .item_image img {
        max-width: 200px;
        max-height: 200px;
    }

    .description {
        margin-bottom: 0;
    }

    .order {
        height: auto;
    }

    .oldprice, .newprice {
        font-size: 22px;
    }

    .add-to-cart {
        position: relative;
    }

    .guarantee {
        margin: 32px auto;
    }

    .cart-frame, .form-frame {
        padding: 12px 16px 8px;
    }

    .message, .line {
        font-size: 14px;
        line-height: 16px;
    }

    .line-holder label, .line-holder input {
        float: none;
        width: 100%;
    }

    .line-holder label {
        font-size: 14px;
        line-height: 24px;
    }

    .prim, .about-phone {
        margin-left: 0;
        font-size: 11px;
    }

    .agreement {
        margin-bottom: 24px;
    }

    .attention {
        font-size: 14px;
        line-height: 18px;
    }

}
