<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

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,
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,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

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

body {
    line-height: 1
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

body {
    font-size: 22px;
    font-family: "Roboto", sans-serif;
    color: #fff;
    background-color: #fff
}

.container {
    display: table;
    width: 1000px;
    margin: 0 auto;
    padding: 0 15px;
    position: relative
}

.main-wrapper {
    background: #0b1f2f url('../images/bg-pattern.jpg') no-repeat;
    background-size: cover;
    overflow: hidden
}

.main-title {
    font-size: 40px;
    font-weight: 700;
    font-style: italic;
    color: #fff;
    line-height: 1.4em
}

.header-sec .main-title {
    max-width: 580px
}

.main-title.tradit {
    font-style: normal
}

.center {
    text-align: center
}

.header-sec {
    border-bottom: 8px solid #dca666
}

.header-sec .container {
    padding: 40px 15px
}

.quote {
    background-color: #af2a3e;
    -webkit-box-shadow: 0 0 66px 4px rgba(5, 5, 5, 0.36);
    box-shadow: 0 0 66px 4px rgba(5, 5, 5, 0.36);
    position: relative;
    padding: 37px;
    width: 58%;
    margin-top: 60px;
    margin-bottom: -70px;
    position: relative;
    z-index: 1
}

.quote::before,
.quote::after {
    content: "";
    background: url('../images/quote.png') no-repeat center;
    background-size: contain;
    display: block;
    position: absolute;
    width: 73px;
    height: 46px
}

.quote::before {
    top: -30px;
    left: 5px
}

.quote::after {
    bottom: -30px;
    right: 5px;
    -webkit-transform: scale(-1);
    transform: scale(-1)
}

.quote__text {
    font-size: 20px;
    font-style: italic;
    color: #fff;
    margin-bottom: 15px;
    line-height: 1.2em
}

.quote__accent {
    margin: 15px 0;
    font-size: 22px;
    font-weight: 700;
    color: #ffda8a;
    font-style: italic
}

.header-man {
    position: absolute;
    right: 0;
    bottom: -3px
}

.header-man__img {
    display: inline-block;
    position: relative;
    z-index: 0;
    margin-bottom: 0
}

.container_res {
    padding: 90px 15px 50px
}

.result {
    margin-bottom: 30px;
    clear: both
}

.result-media {
    position: relative;
    display: table
}

.result-media::after {
    content: "";
    display: block;
    top: 10px;
    bottom: -10px;
    background: #dca666;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1
}

.result-media.left::after {
    right: -10px;
    left: 10px
}

.result-media.right::after {
    left: -10px;
    right: 10px
}

.result-media__img {
    display: block;
    position: relative;
    z-index: 2;
    max-width: 100%
}

.result-text {
    border: 3px solid #fff;
    padding: 20px;
    position: relative;
    color: #fff;
    font-size: 22px;
    display: inline-block;
    line-height: 1.4em;
    width: 57%;
    margin-top: 25px
}

.result-text_right {
    border-left: transparent;
    margin-left: 40px
}

.result-text_right::before {
    content: "";
    display: block;
    position: absolute;
    left: -80px;
    height: 100%;
    width: 30%;
    border: 3px solid;
    border-color: transparent transparent #fff #fff;
    top: -3px
}

.result-text_left {
    border-right: transparent;
    margin-right: -40px;
    padding-right: 75px
}

.result-text_left::before {
    content: "";
    display: block;
    position: absolute;
    right: -20px;
    height: 100%;
    width: 30%;
    border: 3px solid;
    border-color: transparent #fff #fff transparent;
    top: -3px
}

.result-sec-title-wrap {
    padding-bottom: 35px
}

.result-date {
    position: relative;
    font-size: 30px;
    padding: 30px;
    text-align: center
}

.result-date::before {
    content: "";
    display: block;
    position: absolute;
    width: 22px;
    height: 22px;
    border: 3px solid #fff;
    bottom: 0
}

.result-date.left::before {
    left: 0;
    border-color: transparent transparent #fff #fff
}

.result-date.right::before {
    right: 0;
    border-color: transparent #fff #fff transparent
}

.container_sure {
    padding: 50px 15px
}

.title-sec {
    background-color: #af2a3e;
    border-bottom: 8px solid #dca666
}

.container_tit {
    padding: 25px 15px
}

.media {
    display: table;
    width: 100%;
    margin-left: -10px;
    margin-right: -10px
}

.media__cont {
    display: table-cell;
    vertical-align: top;
    width: 50%;
    padding-right: 10px;
    padding-left: 10px
}

.media__img {
    display: block;
    margin: 0 auto;
    width: 100%
}

.media__img.mr {
    margin-right: 50px
}

.pull-left {
    float: left
}

.pull-right {
    float: right
}

.sure-media-wrap {
    margin-bottom: 20px
}

.text {
    font-size: 26px;
    color: #fff;
    line-height: 1.4em
}

.text.center {
    text-align: center
}

.container_reas {
    padding: 50px 15px
}

.reason-sec {
    border: 8px solid #dca666;
    border-left: transparent;
    border-right: transparent;
    position: relative
}

.reason-sec::before,
.reason-sec::after {
    content: "";
    display: block;
    position: absolute;
    width: 25px;
    height: 25px;
    border-right: 8px solid #dca666;
    border-bottom: 8px solid #dca666;
    background: url('../images/bg-pattern.jpg') repeat center;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 0;
    right: 0;
    margin: auto
}

.reason-sec::before {
    top: -19px
}

.reason-sec::after {
    bottom: -22px
}

.effect {
    display: table;
    width: 100%
}

.effect-man {
    display: table-cell;
    vertical-align: bottom
}

.effect-list {
    display: table-cell;
    vertical-align: middle
}

.effext-list__item {
    margin: 15px 0;
    font-size: 22px;
    font-style: italic;
    color: #fff;
    position: relative;
    padding-left: 45px;
    padding-top: 5px;
    padding-bottom: 5px
}

.effext-list__item::before {
    content: "";
    background: url('../images/check.png') no-repeat center;
    width: 32px;
    height: 32px;
    left: 0;
    top: 0;
    display: block;
    position: absolute
}

.container_eff {
    padding-top: 50px
}

.form-title {
    font-size: 58px;
    font-weight: 700;
    font-style: italic;
    color: #ffc000;
    text-decoration: underline;
    text-align: center;
    margin-bottom: 25px
}

.effect-man__img {
    display: block
}

.form__input,
.form__select {
    display: block;
    width: 100%;
    background: #fff;
    padding:0 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 25px;
    height: 48px;
    border: none
}

.form__item {
    margin-bottom: 15px
}

.form__sign {
    font-size: 20px;
    font-style: italic;
    font-weight: 700;
    color: #ffc000;
    padding: 5px 0
}

.arrow-down {
    position: relative
}

.arrow-down::before {
    content: "";
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto
}

.btn-order {
    font-size: 45px;
    font-weight: 700;
    font-style: italic;
    max-width: 300px;
    padding: 20px;
    color: #fff;
    border: 1px solid #fff;
    display: block;
    margin: 30px auto 0;
    text-shadow: 1px 1px 1px #000;
    border-radius: 15px;
    background: #f8d663;
    background: radial-gradient(ellipse at center 0px, #f8d663 34%, #f44708 70%)
}

.btn-order:hover {
    opacity: .8;
    cursor: pointer
}

.order-price__new {
    color: #ffc000;
    font-size: 83px;
    font-weight: 700;
    font-style: italic
}

.order-price__old {
    font-size: 60px;
    font-weight: 700;
    font-style: italic;
    color: #ff3000;
    position: relative
}

.order-price__old::after {
    content: "";
    display: block;
    width: 80%;
    height: 3px;
    background: #ff3000;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -3%;
    margin: auto;
    -webkit-transform: rotate(20deg);
            transform: rotate(20deg)
}

.order-price__cur {
    font-size: .3em
}

.order-prod-wrap {
    width: 60%;
    display: table-cell;
    vertical-align: middle;
    padding-left: 60px
}

.form-wrap {
    width: 40%;
    display: table-cell;
    vertical-align: middle
}

.container_ord {
    padding: 50px 15px;
    display: table
}

.order-prod__prod {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.order-prod__img {
    display: block;
    max-width: 320px
}

.order-prod__sale {
    background: url('../images/fire.png') no-repeat center;
    background-size: contain;
    width: 314px;
    height: 257px;
    position: absolute;
    top: -104px;
    right: -220px;
    display: table;
    font-weight: 700
}

.order-prod__text {
    font-size: 59px;
    color: #ff3600;
    font-weight: 700;
    font-style: italic;
    display: table-cell;
    vertical-align: middle;
    text-indent: 42px;
    letter-spacing: -3px;
    position: relative;
    top: 19px
}

.order-price {
    display: inline-block;
    vertical-align: bottom
}

.s3__text p {
    margin: 15px 0
}

.main-form-wrap {
    display: table;
    width: 100%
}

.visible-mob {
    display: none
}

.item-gift {
    padding: 20px 0 10px;
    text-align: center;
    color: red;
    font-weight: bold;
    font-size: 20px;
    display: none;
}

.order-price__new .price_text {
      font-size: 29px;
    color: #fff;
    display: block;
    text-align: center;
}
form .input-wrapper label {
    display: none
  }
  
  form .input-wrapper {
    position: relative;
    margin-bottom: 20px;
  }
  
  form .input-wrapper .error {
    border: 1px solid red!important;
    padding-top: 6px!important;
  }
  
  form .input-wrapper .error+label {
    width: 100%;
    height: 100%;
    color: red;
    display: block !important;
    font-size: 11px;
    line-height: 17px;
    position: absolute;
    top: 0;
    left: 10px;
    text-align: left
  }
  
  form .input-wrapper .error+label:before,
  form .input-wrapper .error+label:after {
    content: "";
    position: absolute;
    right: 30px;
    top: 50%;
    width: 3px;
    height: 21px;
    background-color: red
  }
  
  form .input-wrapper .error+label:before {
    -webkit-transform: translate(0, -50%) rotate(135deg);
    transform: translate(0, -50%) rotate(135deg)
  }
  
  form .input-wrapper .error+label:after {
    -webkit-transform: translate(0, -50%) rotate(45deg);
    transform: translate(0, -50%) rotate(45deg)
  }
.footer {
    background: #0b1f2f!important;
    color: #fff!important;
}
.footer p {
    color: #fff!important;
}</pre></body></html>