﻿@font-face {
    font-family: 'Bebas Neue Regular';
    src: url("../fonts/Bebas Neue Regular Regular.woff") format('woff');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-0451
}

@font-face {
    font-family: 'Bebas Neue Bold';
    src: url("../Bebas Neue Bold Regular.otf") format('opentype');
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-0451
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section,
main {
    display: block
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

img {
    max-width: 100%;
    height: auto
}

a {
    text-decoration: underline
}

a:hover {
    cursor: poMontserrat
}

*::-webkit-input-placeholder {
    color: #a9a9a9;
    opacity: 1
}

*:-moz-placeholder {
    color: #a9a9a9;
    opacity: 1
}

*::-moz-placeholder {
    color: #a9a9a9;
    opacity: 1
}

*:-ms-input-placeholder {
    color: #a9a9a9;
    opacity: 1
}

* {
    margin: 0;
    padding: 0
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

button,
input,
a {
    outline: none
}

.m1-form select, input.field:focus::-webkit-input-placeholder {
    opacity: 0
}

.m1-form select, input.field:focus::-moz-placeholder {
    opacity: 0
}

.m1-form select, input.field:focus:-moz-placeholder {
    opacity: 0
}

.m1-form select, input.field:focus:-ms-input-placeholder {
    opacity: 0
}

.m1-form select, input.field::-webkit-input-placeholder {
    color: #999;
    opacity: 1
}

.m1-form select, input.field:-moz-placeholder {
    color: #999;
    opacity: 1
}

.m1-form select, input.field::-moz-placeholder {
    color: #999;
    opacity: 1
}

.m1-form select, input.field:-ms-input-placeholder {
    color: #999;
    opacity: 1
}

.hidden {
    display: none
}

.left {
    float: left
}

.right {
    float: right
}

.center {
    text-align: center
}

.center-justified {
    text-align: justify;
    -moz-text-align-last: center;
    text-align-last: center
}

.clearfix:after {
    content: '';
    display: block;
    clear: both
}

.clear {
    clear: both;
    height: 0
}

html {
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: subpixel-antialiased !important
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat';
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.3em
}

b,
strong {
    font-weight: 700
}

body {
    width: 100%;
    padding: 0;
    margin: 0 auto;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5em;
    color: #222;
    background: #535353
}

.wrap {
    width: 480px;
    padding: 0;
    margin: 0 auto;
    background: #fff
}

section {
    padding: 24px 0 0
}

section,
footer {
    width: 100%;
    position: relative
}

.wrap:after {
    clear: both;
    content: "";
    display: table
}

section:after,
footer:after {
    clear: both;
    content: "";
    display: table
}

.m1-form select, input.field {
    position: relative;
    display: block;
    outline: 0;
    border: none;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    width: 100%;
    height: 84px;
    line-height: 84px;
    margin: 0 auto 20px;
    padding: 0 20px;
    background: #fff;
    text-align: center;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #222;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    -ms-transition: all .2s;
    transition: all .2s
}

.m1-form select.input1 {
    position: relative;
    display: block;
    outline: 0;
    border: none;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    width: 100%;
    height: 84px;
    line-height: 84px;
    margin: 0 auto 20px;
    padding: 0 20px;
    background: #fff;
    text-align: center;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #222;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    -ms-transition: all .2s;
    transition: all .2s
}

.button-m {
    position: relative;
    z-index: 2;
    display: block;
    width: 386px;
    height: 70px;
    line-height: 73px;
    margin: 0 auto;
    border: none;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    text-align: center;
    font-family: 'Montserrat';
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    cursor: poMontserrat;
    color: white;
    background: linear-gradient(to bottom, #fc090d 0%, #ab0f11 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbf503', endColorstr='#fbd503', GradientType=0);
    -webkit-box-shadow: 0 4px 0 0 #863a03;
    box-shadow: 0 4px 0 0 #711416;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    -ms-transition: all .2s;
    transition: all .2s;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .6)
}



.button-m:active {
    top: -1px
}

.m1-form {
    width: 386px;
    margin: 0 auto
}

.m1-form .button-m {
    width: 100%
}

h2 {
    font-size: 32px;
    font-family: 'Montserrat';
    text-align: center;
    font-weight: 700;
    line-height: 1.100em
}

.b6 h2>strong {
    color: #0172be;
}

.b5 h2>strong {
    color: #0172be
}

.price {
    width: 386px;
    height: 76px;
    margin: 440px auto 18px;
    background: #242628;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    overflow: hidden;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    position: relative
}

.price_2 {
    width: 386px;
    height: 76px;
    margin: 18px auto 18px;
    background: #242628;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    overflow: hidden;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    position: relative
}

.price:before {
    content: 'Обычная цена:';
    display: block;
    font-size: 14px;
    color: #fff;
    width: 68px;
    position: absolute;
    top: 17px;
    left: 20px;
    text-align: left;
    text-transform: none;
    line-height: 17px
}

.price_2 .before-title {
    display: block;
    font-size: 14px;
    color: #fff;
    width: 68px;
    position: absolute;
    top: 11px;
    left: 20px;
    text-align: left;
    text-transform: none;
    line-height: 17px
}

.price .old-cost {
    width: 50%;
    height: 100%;
    float: left;
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 24px;
    line-height: 74px;
    padding-left: 76px
}

.price_2 .old-cost {
    width: 50%;
    height: 100%;
    float: left;
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 24px;
    line-height: 74px;
    padding-left: 76px;
    text-decoration: line-through;
}

.price_2 .old-cost *{
    text-decoration: line-through;
}

.price .old-cost span {
    text-decoration: line-through
}

.price_2 .old-cost p {
    display: inline;
}

.price .new-cost {
    width: 50%;
    height: 100%;
    float: right;
    background: #fbf503;
    font-family: 'Montserrat';
    font-weight: 700;
    color: #222;
    font-size: 36px;
    line-height: 78px
}

.price_2 .new-cost {
    width: 50%;
    height: 100%;
    float: right;
    background: #fc090d;
    font-family: 'Montserrat';
    font-weight: 700;
    color: #fff;
    font-size: 36px;
    line-height: 78px
}

.video-container {
    position: relative;
    width: 100%;
    height: 270px;
    overflow: hidden;
    background: #000
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.youtube {
    height: 100% !important
}
