/*reset*/
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;
}

/* HTML5 display-role reset for older browsers */
/* endzeit_____ */
article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section,
main {
    display: block;
}

ol,
ul {
    list-style: none;
    font-size: 0;
}

blockquote,
q {
    quotes: none;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    text-decoration: underline;
}

a:hover {
    cursor: pointer;
}

/* michael-k90 */
*::-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;
}

/* endzeit_____ */
.m1-form input.field:focus::-webkit-input-placeholder {
    opacity: 0;
}

.m1-form input.field:focus::-moz-placeholder {
    opacity: 0;
}

.m1-form input.field:focus:-moz-placeholder {
    opacity: 0;
}

.m1-form input.field:focus:-ms-input-placeholder {
    opacity: 0;
}

.m1-form input.field::-webkit-input-placeholder {
    color: #707070;
    opacity: 1;
}

.m1-form input.field:-moz-placeholder {
    color: #707070;
    opacity: 1;
}

.m1-form input.field::-moz-placeholder {
    color: #707070;
    opacity: 1;
}

.m1-form input.field:-ms-input-placeholder {
    color: #707070;
    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,
.ship li:after {
    content: '';
    display: block;
    clear: both;
}

.clear {
    clear: both;
    height: 0px;
}

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: 'Open Sans', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.3em;
}

b,
strong {
    font-weight: 700;
}

body {
    width: 100%;
    padding: 0px;
    margin: 0px auto;
    font-family: "Noto Sans Georgian", "Arial", "Helvetica", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5em;
    background:
        radial-gradient(circle at 20% 20%, rgba(126, 140, 69, .12), transparent 45%),
        radial-gradient(circle at 80% 0%, rgba(244, 197, 66, .08), transparent 40%),
        linear-gradient(160deg, #0A0F08 0%, #1B2A1A 60%, #0B0E08 100%);
    color: #e5e5e5;
}


.wrap {
    max-width: 480px;
    margin: 0 auto;
    padding: 0;
    background: rgba(5, 8, 3, .6);
    box-shadow: 0 0 60px rgba(6, 8, 5, .65);
}

.b1,
.b2,
.b3,
.b4,
.b5,
.b6,
.b7 {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity .6s ease, transform .6s ease;
}

.b1.revealed,
.b2.revealed,
.b3.revealed,
.b4.revealed,
.b5.revealed,
.b6.revealed,
.b7.revealed {
    opacity: 1;
    transform: translateY(0);
}

section {
    margin: 0;
    padding: 32px 0;
    position: relative;
    /* opacity: 0;
    transform: translateY(20px);
    transition: opacity .5s ease-out, transform .5s ease-out;
    will-change: opacity, transform; */
}

/* section.section-visible {
    opacity: 1;
    transform: translateY(0);
} */

section::before {
    content: "";
    position: absolute;
    inset: 10px 5px;
    border-radius: 26px;
    z-index: 0;
    pointer-events: none;
}

section>* {
    position: relative;
    z-index: 1;
}

section,
footer {
    width: 100%;
    position: relative;
}

.wrap:after {
    clear: both;
    content: "";
    display: table;
}

section:after,
footer:after {
    clear: both;
    content: "";
    display: table;
}

.m1-form input.field {
    position: relative;
    display: block;
    outline: 0;
    border: none;
    border-radius: 37px;
    -webkit-border-radius: 37px;
    width: 100%;
    height: 74px;
    line-height: 74px;
    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: #333;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}

.button-m {
    position: relative;
    z-index: 2;
    display: block;
    width: min(100%, 360px);
    margin: 0 auto;
    padding: 18px 30px;
    line-height: 1;
    border: none;
    border-radius: 999px;
    text-align: center;
    font-size: 20px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .6px;
    color: #11120A;
    background: linear-gradient(130deg, #F39A00 0%, #FFD94A 65%, #F39A00 100%);
    box-shadow: 0 14px 30px rgba(243, 154, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .35);
    border: 1px solid rgba(255, 217, 74, .7);
    text-shadow: none;
    cursor: pointer;
    transition: transform .2s ease, box-shadow .2s ease;
    text-decoration: none;
}

.button-m::after {
    content: "";
    position: absolute;
    inset: 4px;
    border-radius: 999px;
    border: 1px dashed rgba(17, 18, 10, .25);
    pointer-events: none;
}

.button-m:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 36px rgba(243, 154, 0, .55), inset 0 1px 0 rgba(255, 255, 255, .45);
}

.button-m:active {
    transform: translateY(1px);
}

.m1-form,
.button-m {
    max-width: 360px;
}

h2.title {
    margin: 0 0 35px;
    font-size: 33px;
    color: #1c1c1c;
    font-weight: 400;
    text-align: center;
    line-height: 1.2em;
}

h2.title>span {
    color: #ee7818;
    font-weight: 700;
    display: block;
}

.price {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: min(100%, 380px);
    margin: 0 auto 28px;
    padding: 18px 22px;
    border-radius: 24px;
    background: rgba(7, 12, 5, .85);
    border: 1px solid rgba(244, 197, 66, .25);
    box-shadow: 0 12px 26px rgba(5, 8, 3, .35);
    text-align: center;
    color: #fff;
}

.price .old-cost,
.price .new-cost {
    flex: 0 0 120px;
}

.price p {
    margin: 0;
    font-weight: 700;
}

.price .old-cost p {
    font-size: 28px;
    color: rgba(200, 206, 159, .85);
}

.price .old-cost p span {
    text-decoration: line-through;
}

.price .new-cost p {
    font-size: 46px;
    color: #F39A00;
}

.price small {
    font-size: .6em;
    vertical-align: top;
}

.price .label {
    display: block;
    margin-top: 6px;
    font-size: 11px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .6);
}

.price-trap {
    flex: 0 0 90px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
}

.trap-body {
    position: relative;
    width: 70px;
    height: 100px;
    border-radius: 18px;
    background: linear-gradient(160deg, #3f4724, #13170e);
    border: 1px solid rgba(244, 197, 66, .35);
    box-shadow: inset 0 0 10px rgba(0, 0, 0, .5);
}

.trap-strap {
    position: absolute;
    top: 8px;
    width: 16px;
    height: 84px;
    background: rgba(255, 255, 255, .08);
    border-radius: 8px;
}

.trap-strap::after {
    content: "";
    position: absolute;
    inset: 6px 4px;
    border-radius: 6px;
    border: 1px dashed rgba(244, 197, 66, .3);
}

.strap-left {
    left: -14px;
}

.strap-right {
    right: -14px;
}

.trap-lens {
    position: absolute;
    top: 24px;
    left: 50%;
    width: 36px;
    height: 36px;
    margin-left: -18px;
    border-radius: 50%;
    background: radial-gradient(circle, #0e0f09 15%, #242c17 50%, #70c9ff 85%);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .6);
}

.trap-sensor {
    position: absolute;
    top: 12px;
    left: 50%;
    width: 24px;
    height: 6px;
    margin-left: -12px;
    border-radius: 3px;
    background: rgba(244, 197, 66, .6);
}

.trap-led {
    position: absolute;
    bottom: 14px;
    left: 50%;
    width: 24px;
    height: 10px;
    margin-left: -12px;
    border-radius: 5px;
    background: linear-gradient(90deg, #f8bd15, #f06b00);
    box-shadow: 0 0 10px rgba(240, 107, 0, .6);
}

.video-container {
    position: relative;
    width: 100%;
    height: 270px;
    overflow: hidden;
    background: #000;
    margin-bottom: 4px;
}

.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;
}

/* Winter base overrides */
body {
    background: linear-gradient(150deg, #fdfefe 0%, #edf4ff 45%, #dfe9ff 100%);
    color: #0b1c3f;
}

.wrap {
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 30px 60px rgba(12, 20, 42, 0.18);
}

.button-m {
    background: linear-gradient(135deg, #91d8ff 0%, #4f9ff5 100%);
    color: #ffffff;
    border: 2px solid rgba(11, 28, 63, 0.25);
    box-shadow: 0 18px 38px rgba(11, 28, 63, 0.35), inset 0 2px 6px rgba(255, 255, 255, 0.4);
    text-transform: uppercase;
    letter-spacing: 1px;
    text-shadow: 0 2px 6px rgba(11, 28, 63, 0.45);
}

.button-m::after {
    border: 1px dashed rgba(255, 255, 255, 0.45);
}

.button-m:hover {
    box-shadow: 0 22px 44px rgba(11, 28, 63, 0.4), inset 0 2px 6px rgba(255, 255, 255, 0.5);
}