html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

#fb-root {
  width: 100%;
  min-height: 0px;
  line-height: 0px;
  font-size: 0px;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1000000;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

nav ul,
nav li {
  margin: 0;
}

small {
  font-size: 90%;
}

strong,
th {
  font-weight: bold;
}

td,
td img {
  vertical-align: top;
}

sub {
  vertical-align: sub;
  font-size: smaller;
}

sup {
  vertical-align: super;
  font-size: smaller;
}

textarea {
  overflow: auto;
}

label,
input[type="button"],
input[type="submit"],
button {
  cursor: pointer;
}

button,
input,
select,
textarea {
  margin: 0;
}

.no-boxshadow input:invalid,
.no-boxshadow textarea:invalid {
  background-color: #f0dddd;
}

*:focus {
  outline: none;
}

a {
  outline: none;
  text-decoration: none;
  color: #000;
  cursor: pointer;
}

a:active {
  text-decoration: none !important;
}

a:hover {
  text-decoration: underline;
  outline: none;
}

a img {
  border: 0;
}

table {
  font-size: 100%;
  width: 100%;
  border-collapse: collapse;
}

table[border="0"] {
  border: 0px none;
}

table[border="0"] td,
table[border="0"] th {
  border: 0px none;
}

fieldset,
address,
ul,
p,
h1,
h2,
h3,
h4 {
  text-align: left;
  border: 0;
}

button {
  border: 0;
  text-align: center;
}

button:hover {
  cursor: pointer;
}

select option {
  padding-left: 5px;
  background-color: #fff;
}

cite,
em,
q,
blockquote {
  font-style: italic;
}

ul,
ol,
ul ul,
ol ol {
  text-align: left;
}

input {
  font: 12px Arial;
}

body {
  font: 12px Arial;
  color: #222;
  -webkit-font-smoothing: antialiased;
}

header,
footer,
article,
section,
nav,
menu,
hgroup {
  display: block;
}

p {
  margin-bottom: 1em;
}

p.small {
  font-size: 14px;
}

p.form {
  padding-top: 16px;
}

.hidden {
  display: none;
}

.dblock {
  display: block;
}

.no-border {
  border: 0 !important;
}

.relative {
  position: relative;
}

.relativeimportant {
  position: relative !important;
}

.fleft {
  float: left;
}

.fright {
  float: right;
}

.tcenter {
  text-align: center;
}

.tleft {
  text-align: left;
}

.tright {
  text-align: right;
}

.tiny-clear,
.cb {
  margin: 0px;
  padding: 0px;
  height: 1px;
  line-height: 1px;
  clear: both;
  width: auto;
  display: block;
  font: 1px/1px Tahoma;
  margin-top: -1px;
}

.disable-selection {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.pointer {
  cursor: pointer;
}

.hidden-text {
  font-size: 0px;
  text-indent: -9999px;
  color: transparent;
}

.strong {
  font-weight: bold;
}

.no-underline,
.no-underline:hover {
  text-decoration: none;
}

/** margins **/
.m10 {
  margin: 10px;
}

.m15 {
  margin: 15px;
}

.m20 {
  margin: 20px;
}

.m25 {
  margin: 25px;
}

.m30 {
  margin: 30px;
}

.m35 {
  margin: 35px;
}

.m40 {
  margin: 40px;
}

.m45 {
  margin: 45px;
}

.m50 {
  margin: 50px;
}

.mv10 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.mv15 {
  margin-top: 15px;
  margin-bottom: 15px;
}

.mv20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.mv25 {
  margin-top: 25px;
  margin-bottom: 25px;
}

.mv30 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.mv35 {
  margin-top: 35px;
  margin-bottom: 35px;
}

.mv40 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.mv45 {
  margin-top: 45px;
  margin-bottom: 45px;
}

.mv50 {
  margin-top: 50px;
  margin-bottom: 50px;
}

.mh10 {
  margin-left: 10px;
  margin-right: 10px;
}

.mh15 {
  margin-left: 15px;
  margin-right: 15px;
}

.mh20 {
  margin-left: 20px;
  margin-right: 20px;
}

.mh25 {
  margin-left: 25px;
  margin-right: 25px;
}

.mh30 {
  margin-left: 30px;
  margin-right: 30px;
}

.mh35 {
  margin-left: 35px;
  margin-right: 35px;
}

.mh40 {
  margin-left: 40px;
  margin-right: 40px;
}

.mh45 {
  margin-left: 45px;
  margin-right: 45px;
}

.mh50 {
  margin-left: 50px;
  margin-right: 50px;
}

.ml5 {
  margin-left: 5px;
}

.ml10 {
  margin-left: 10px;
}

.ml15 {
  margin-left: 15px;
}

.ml20 {
  margin-left: 20px;
}

.ml25 {
  margin-left: 25px;
}

.ml30 {
  margin-left: 30px;
}

.ml35 {
  margin-left: 35px;
}

.ml40 {
  margin-left: 40px;
}

.ml45 {
  margin-left: 45px;
}

.ml50 {
  margin-left: 50px;
}

.mr5 {
  margin-right: 5px;
}

.mr10 {
  margin-right: 10px;
}

.mr15 {
  margin-right: 15px;
}

.mr20 {
  margin-right: 20px;
}

.mr25 {
  margin-right: 25px;
}

.mr30 {
  margin-right: 30px;
}

.mr35 {
  margin-right: 35px;
}

.mr40 {
  margin-right: 40px;
}

.mr45 {
  margin-right: 45px;
}

.mr50 {
  margin-right: 50px;
}

.mt5 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt25 {
  margin-top: 25px;
}

.mt30 {
  margin-top: 30px;
}

.mt35 {
  margin-top: 35px;
}

.mt40 {
  margin-top: 40px;
}

.mt45 {
  margin-top: 45px;
}

.mt50 {
  margin-top: 50px;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb35 {
  margin-bottom: 35px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb45 {
  margin-bottom: 45px;
}

.mb50 {
  margin-bottom: 50px;
}

.mbi5 {
  margin-bottom: -5px;
}

.mbi10 {
  margin-bottom: -10px;
}

.mbi15 {
  margin-bottom: -15px;
}

.mbi20 {
  margin-bottom: -20px;
}

.mbi30 {
  margin-bottom: -30px;
}

.mbi35 {
  margin-bottom: -35px;
}

.mbi40 {
  margin-bottom: -40px;
}

.mbi45 {
  margin-bottom: -45px;
}

.mbi50 {
  margin-bottom: -50px;
}

.mri5 {
  margin-right: -5px;
}

.mri10 {
  margin-right: -10px;
}

.mri15 {
  margin-right: -15px;
}

.mri20 {
  margin-right: -20px;
}

.mri30 {
  margin-right: -30px;
}

.mri35 {
  margin-right: -35px;
}

.mri40 {
  margin-right: -40px;
}

.mri45 {
  margin-right: -45px;
}

.mri50 {
  margin-right: -50px;
}

.mli5 {
  margin-left: -5px;
}

.mli10 {
  margin-left: -10px;
}

.mli15 {
  margin-left: -15px;
}

.mli20 {
  margin-left: -20px;
}

.mli30 {
  margin-left: -30px;
}

.mli35 {
  margin-left: -35px;
}

.mli40 {
  margin-left: -40px;
}

.mli45 {
  margin-left: -45px;
}

.mli50 {
  margin-left: -50px;
}

.mti5 {
  margin-top: -5px;
}

.mti10 {
  margin-top: -10px;
}

.mti15 {
  margin-top: -15px;
}

.mti20 {
  margin-top: -20px;
}

.mti30 {
  margin-top: -30px;
}

.mti35 {
  margin-top: -35px;
}

.mti40 {
  margin-top: -40px;
}

.mti45 {
  margin-top: -45px;
}

.mti50 {
  margin-top: -50px;
}

/** paddings **/
.p10 {
  padding: 10px;
}

.p15 {
  padding: 15px;
}

.p20 {
  padding: 20px;
}

.p25 {
  padding: 25px;
}

.p30 {
  padding: 30px;
}

.p35 {
  padding: 35px;
}

.p40 {
  padding: 40px;
}

.p45 {
  padding: 45px;
}

.p50 {
  padding: 50px;
}

.pv10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.pv15 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.pv20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.pv25 {
  padding-top: 25px;
  padding-bottom: 25px;
}

.pv30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.pv35 {
  padding-top: 35px;
  padding-bottom: 35px;
}

.pv40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.pv45 {
  padding-top: 45px;
  padding-bottom: 45px;
}

.pv50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.ph10 {
  padding-left: 10px;
  padding-right: 10px;
}

.ph15 {
  padding-left: 15px;
  padding-right: 15px;
}

.ph20 {
  padding-left: 20px;
  padding-right: 20px;
}

.ph25 {
  padding-left: 25px;
  padding-right: 25px;
}

.ph30 {
  padding-left: 30px;
  padding-right: 30px;
}

.ph35 {
  padding-left: 35px;
  padding-right: 35px;
}

.ph40 {
  padding-left: 40px;
  padding-right: 40px;
}

.ph45 {
  padding-left: 45px;
  padding-right: 45px;
}

.ph50 {
  padding-left: 50px;
  padding-right: 50px;
}

.pl5 {
  padding-left: 5px;
}

.pl10 {
  padding-left: 10px;
}

.pl15 {
  padding-left: 15px;
}

.pl20 {
  padding-left: 20px;
}

.pl25 {
  padding-left: 25px;
}

.pl30 {
  padding-left: 30px;
}

.pl35 {
  padding-left: 35px;
}

.pl40 {
  padding-left: 40px;
}

.pl45 {
  padding-left: 45px;
}

.pl50 {
  padding-left: 50px;
}

.pr5 {
  padding-right: 5px;
}

.pr10 {
  padding-right: 10px;
}

.pr15 {
  padding-right: 15px;
}

.pr20 {
  padding-right: 20px;
}

.pr25 {
  padding-right: 25px;
}

.pr30 {
  padding-right: 30px;
}

.pr35 {
  padding-right: 35px;
}

.pr40 {
  padding-right: 40px;
}

.pr45 {
  padding-right: 45px;
}

.pr50 {
  padding-right: 50px;
}

.pt5 {
  padding-top: 5px;
}

.pt10 {
  padding-top: 10px;
}

.pt15 {
  padding-top: 15px;
}

.pt20 {
  padding-top: 20px;
}

.pt25 {
  padding-top: 25px;
}

.pt30 {
  padding-top: 30px;
}

.pt35 {
  padding-top: 35px;
}

.pt40 {
  padding-top: 40px;
}

.pt45 {
  padding-top: 45px;
}

.pt50 {
  padding-top: 50px;
}

.pb5 {
  padding-bottom: 5px;
}

.pb10 {
  padding-bottom: 10px;
}

.pb15 {
  padding-bottom: 15px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb25 {
  padding-bottom: 25px;
}

.pb30 {
  padding-bottom: 30px;
}

.pb35 {
  padding-bottom: 35px;
}

.pb40 {
  padding-bottom: 40px;
}

.pb45 {
  padding-bottom: 45px;
}

.pb50 {
  padding-bottom: 50px;
}

.article-image-hidden {
  display: none;
}

img.no-parse-img {
  max-width: 100%;
}

#widget-article-notification {
  width: 300px;
  height: 20px;
  font-size: 14px;
  line-height: 18px;
  color: black;
  margin-top: -5px;
  margin-left: -90px;
  font-weight: bold;
  margin-bottom: 2px;
  display: block;
  margin-top: 5px;
}

.lg-visible,
.md-visible,
.sm-visible,
.xs-visible {
  display: none !important;
}

@media (min-width: 1024px) {
  .mt-lg-5 {
    margin-top: 5px;
  }

  .mt-lg-10 {
    margin-top: 10px;
  }

  .mt-lg-15 {
    margin-top: 15px;
  }

  .mt-lg-20 {
    margin-top: 20px;
  }

  .mt-lg-25 {
    margin-top: 25px;
  }

  .mt-lg-30 {
    margin-top: 30px;
  }

  .mt-lg-35 {
    margin-top: 35px;
  }

  .mt-lg-40 {
    margin-top: 40px;
  }

  .mt-lg-45 {
    margin-top: 45px;
  }

  .mt-lg-50 {
    margin-top: 50px;
  }

  .mt-lg-55 {
    margin-top: 55px;
  }

  .mt-lg-60 {
    margin-top: 60px;
  }

  .mt-lg-65 {
    margin-top: 65px;
  }

  .mt-lg-70 {
    margin-top: 70px;
  }

  .mt-lg-75 {
    margin-top: 75px;
  }

  .mt-lg-80 {
    margin-top: 80px;
  }

  .mt-lg-85 {
    margin-top: 85px;
  }

  .mt-lg-90 {
    margin-top: 90px;
  }

  .mt-lg-95 {
    margin-top: 95px;
  }

  .mt-lg-100 {
    margin-top: 100px;
  }

  .ml-lg-5 {
    margin-left: 5px;
  }

  .ml-lg-10 {
    margin-left: 10px;
  }

  .ml-lg-15 {
    margin-left: 15px;
  }

  .ml-lg-20 {
    margin-left: 20px;
  }

  .ml-lg-25 {
    margin-left: 25px;
  }

  .ml-lg-30 {
    margin-left: 30px;
  }

  .ml-lg-35 {
    margin-left: 35px;
  }

  .ml-lg-40 {
    margin-left: 40px;
  }

  .ml-lg-45 {
    margin-left: 45px;
  }

  .ml-lg-50 {
    margin-left: 50px;
  }

  .ml-lg-55 {
    margin-left: 55px;
  }

  .ml-lg-60 {
    margin-left: 60px;
  }

  .ml-lg-65 {
    margin-left: 65px;
  }

  .ml-lg-70 {
    margin-left: 70px;
  }

  .ml-lg-75 {
    margin-left: 75px;
  }

  .ml-lg-80 {
    margin-left: 80px;
  }

  .ml-lg-85 {
    margin-left: 85px;
  }

  .ml-lg-90 {
    margin-left: 90px;
  }

  .ml-lg-95 {
    margin-left: 95px;
  }

  .ml-lg-100 {
    margin-left: 100px;
  }

  .mr-lg-5 {
    margin-right: 5px;
  }

  .mr-lg-10 {
    margin-right: 10px;
  }

  .mr-lg-15 {
    margin-right: 15px;
  }

  .mr-lg-20 {
    margin-right: 20px;
  }

  .mr-lg-25 {
    margin-right: 25px;
  }

  .mr-lg-30 {
    margin-right: 30px;
  }

  .mr-lg-35 {
    margin-right: 35px;
  }

  .mr-lg-40 {
    margin-right: 40px;
  }

  .mr-lg-45 {
    margin-right: 45px;
  }

  .mr-lg-50 {
    margin-right: 50px;
  }

  .mr-lg-55 {
    margin-right: 55px;
  }

  .mr-lg-60 {
    margin-right: 60px;
  }

  .mr-lg-65 {
    margin-right: 65px;
  }

  .mr-lg-70 {
    margin-right: 70px;
  }

  .mr-lg-75 {
    margin-right: 75px;
  }

  .mr-lg-80 {
    margin-right: 80px;
  }

  .mr-lg-85 {
    margin-right: 85px;
  }

  .mr-lg-90 {
    margin-right: 90px;
  }

  .mr-lg-95 {
    margin-right: 95px;
  }

  .mr-lg-100 {
    margin-right: 100px;
  }

  .mb-lg-5 {
    margin-bottom: 5px;
  }

  .mb-lg-10 {
    margin-bottom: 10px;
  }

  .mb-lg-15 {
    margin-bottom: 15px;
  }

  .mb-lg-20 {
    margin-bottom: 20px;
  }

  .mb-lg-25 {
    margin-bottom: 25px;
  }

  .mb-lg-30 {
    margin-bottom: 30px;
  }

  .mb-lg-35 {
    margin-bottom: 35px;
  }

  .mb-lg-40 {
    margin-bottom: 40px;
  }

  .mb-lg-45 {
    margin-bottom: 45px;
  }

  .mb-lg-50 {
    margin-bottom: 50px;
  }

  .mb-lg-55 {
    margin-bottom: 55px;
  }

  .mb-lg-60 {
    margin-bottom: 60px;
  }

  .mb-lg-65 {
    margin-bottom: 65px;
  }

  .mb-lg-70 {
    margin-bottom: 70px;
  }

  .mb-lg-75 {
    margin-bottom: 75px;
  }

  .mb-lg-80 {
    margin-bottom: 80px;
  }

  .mb-lg-85 {
    margin-bottom: 85px;
  }

  .mb-lg-90 {
    margin-bottom: 90px;
  }

  .mb-lg-95 {
    margin-bottom: 95px;
  }

  .mb-lg-100 {
    margin-bottom: 100px;
  }

  .pt-lg-5 {
    padding-top: 5px;
  }

  .pt-lg-10 {
    padding-top: 10px;
  }

  .pt-lg-15 {
    padding-top: 15px;
  }

  .pt-lg-20 {
    padding-top: 20px;
  }

  .pt-lg-25 {
    padding-top: 25px;
  }

  .pt-lg-30 {
    padding-top: 30px;
  }

  .pt-lg-35 {
    padding-top: 35px;
  }

  .pt-lg-40 {
    padding-top: 40px;
  }

  .pt-lg-45 {
    padding-top: 45px;
  }

  .pt-lg-50 {
    padding-top: 50px;
  }

  .pt-lg-55 {
    padding-top: 55px;
  }

  .pt-lg-60 {
    padding-top: 60px;
  }

  .pt-lg-65 {
    padding-top: 65px;
  }

  .pt-lg-70 {
    padding-top: 70px;
  }

  .pt-lg-75 {
    padding-top: 75px;
  }

  .pt-lg-80 {
    padding-top: 80px;
  }

  .pt-lg-85 {
    padding-top: 85px;
  }

  .pt-lg-90 {
    padding-top: 90px;
  }

  .pt-lg-95 {
    padding-top: 95px;
  }

  .pt-lg-100 {
    padding-top: 100px;
  }

  .pl-lg-5 {
    padding-left: 5px;
  }

  .pl-lg-10 {
    padding-left: 10px;
  }

  .pl-lg-15 {
    padding-left: 15px;
  }

  .pl-lg-20 {
    padding-left: 20px;
  }

  .pl-lg-25 {
    padding-left: 25px;
  }

  .pl-lg-30 {
    padding-left: 30px;
  }

  .pl-lg-35 {
    padding-left: 35px;
  }

  .pl-lg-40 {
    padding-left: 40px;
  }

  .pl-lg-45 {
    padding-left: 45px;
  }

  .pl-lg-50 {
    padding-left: 50px;
  }

  .pl-lg-55 {
    padding-left: 55px;
  }

  .pl-lg-60 {
    padding-left: 60px;
  }

  .pl-lg-65 {
    padding-left: 65px;
  }

  .pl-lg-70 {
    padding-left: 70px;
  }

  .pl-lg-75 {
    padding-left: 75px;
  }

  .pl-lg-80 {
    padding-left: 80px;
  }

  .pl-lg-85 {
    padding-left: 85px;
  }

  .pl-lg-90 {
    padding-left: 90px;
  }

  .pl-lg-95 {
    padding-left: 95px;
  }

  .pl-lg-100 {
    padding-left: 100px;
  }

  .pr-lg-5 {
    padding-right: 5px;
  }

  .pr-lg-10 {
    padding-right: 10px;
  }

  .pr-lg-15 {
    padding-right: 15px;
  }

  .pr-lg-20 {
    padding-right: 20px;
  }

  .pr-lg-25 {
    padding-right: 25px;
  }

  .pr-lg-30 {
    padding-right: 30px;
  }

  .pr-lg-35 {
    padding-right: 35px;
  }

  .pr-lg-40 {
    padding-right: 40px;
  }

  .pr-lg-45 {
    padding-right: 45px;
  }

  .pr-lg-50 {
    padding-right: 50px;
  }

  .pr-lg-55 {
    padding-right: 55px;
  }

  .pr-lg-60 {
    padding-right: 60px;
  }

  .pr-lg-65 {
    padding-right: 65px;
  }

  .pr-lg-70 {
    padding-right: 70px;
  }

  .pr-lg-75 {
    padding-right: 75px;
  }

  .pr-lg-80 {
    padding-right: 80px;
  }

  .pr-lg-85 {
    padding-right: 85px;
  }

  .pr-lg-90 {
    padding-right: 90px;
  }

  .pr-lg-95 {
    padding-right: 95px;
  }

  .pr-lg-100 {
    padding-right: 100px;
  }

  .pb-lg-5 {
    padding-bottom: 5px;
  }

  .pb-lg-10 {
    padding-bottom: 10px;
  }

  .pb-lg-15 {
    padding-bottom: 15px;
  }

  .pb-lg-20 {
    padding-bottom: 20px;
  }

  .pb-lg-25 {
    padding-bottom: 25px;
  }

  .pb-lg-30 {
    padding-bottom: 30px;
  }

  .pb-lg-35 {
    padding-bottom: 35px;
  }

  .pb-lg-40 {
    padding-bottom: 40px;
  }

  .pb-lg-45 {
    padding-bottom: 45px;
  }

  .pb-lg-50 {
    padding-bottom: 50px;
  }

  .pb-lg-55 {
    padding-bottom: 55px;
  }

  .pb-lg-60 {
    padding-bottom: 60px;
  }

  .pb-lg-65 {
    padding-bottom: 65px;
  }

  .pb-lg-70 {
    padding-bottom: 70px;
  }

  .pb-lg-75 {
    padding-bottom: 75px;
  }

  .pb-lg-80 {
    padding-bottom: 80px;
  }

  .pb-lg-85 {
    padding-bottom: 85px;
  }

  .pb-lg-90 {
    padding-bottom: 90px;
  }

  .pb-lg-95 {
    padding-bottom: 95px;
  }

  .pb-lg-100 {
    padding-bottom: 100px;
  }

  .lg-visible {
    display: block !important;
  }

  .lg-hidden {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .mt-md-5 {
    margin-top: 5px;
  }

  .mt-md-10 {
    margin-top: 10px;
  }

  .mt-md-15 {
    margin-top: 15px;
  }

  .mt-md-20 {
    margin-top: 20px;
  }

  .mt-md-25 {
    margin-top: 25px;
  }

  .mt-md-30 {
    margin-top: 30px;
  }

  .mt-md-35 {
    margin-top: 35px;
  }

  .mt-md-40 {
    margin-top: 40px;
  }

  .mt-md-45 {
    margin-top: 45px;
  }

  .mt-md-50 {
    margin-top: 50px;
  }

  .mt-md-55 {
    margin-top: 55px;
  }

  .mt-md-60 {
    margin-top: 60px;
  }

  .mt-md-65 {
    margin-top: 65px;
  }

  .mt-md-70 {
    margin-top: 70px;
  }

  .mt-md-75 {
    margin-top: 75px;
  }

  .mt-md-80 {
    margin-top: 80px;
  }

  .mt-md-85 {
    margin-top: 85px;
  }

  .mt-md-90 {
    margin-top: 90px;
  }

  .mt-md-95 {
    margin-top: 95px;
  }

  .mt-md-100 {
    margin-top: 100px;
  }

  .ml-md-5 {
    margin-left: 5px;
  }

  .ml-md-10 {
    margin-left: 10px;
  }

  .ml-md-15 {
    margin-left: 15px;
  }

  .ml-md-20 {
    margin-left: 20px;
  }

  .ml-md-25 {
    margin-left: 25px;
  }

  .ml-md-30 {
    margin-left: 30px;
  }

  .ml-md-35 {
    margin-left: 35px;
  }

  .ml-md-40 {
    margin-left: 40px;
  }

  .ml-md-45 {
    margin-left: 45px;
  }

  .ml-md-50 {
    margin-left: 50px;
  }

  .ml-md-55 {
    margin-left: 55px;
  }

  .ml-md-60 {
    margin-left: 60px;
  }

  .ml-md-65 {
    margin-left: 65px;
  }

  .ml-md-70 {
    margin-left: 70px;
  }

  .ml-md-75 {
    margin-left: 75px;
  }

  .ml-md-80 {
    margin-left: 80px;
  }

  .ml-md-85 {
    margin-left: 85px;
  }

  .ml-md-90 {
    margin-left: 90px;
  }

  .ml-md-95 {
    margin-left: 95px;
  }

  .ml-md-100 {
    margin-left: 100px;
  }

  .mr-md-5 {
    margin-right: 5px;
  }

  .mr-md-10 {
    margin-right: 10px;
  }

  .mr-md-15 {
    margin-right: 15px;
  }

  .mr-md-20 {
    margin-right: 20px;
  }

  .mr-md-25 {
    margin-right: 25px;
  }

  .mr-md-30 {
    margin-right: 30px;
  }

  .mr-md-35 {
    margin-right: 35px;
  }

  .mr-md-40 {
    margin-right: 40px;
  }

  .mr-md-45 {
    margin-right: 45px;
  }

  .mr-md-50 {
    margin-right: 50px;
  }

  .mr-md-55 {
    margin-right: 55px;
  }

  .mr-md-60 {
    margin-right: 60px;
  }

  .mr-md-65 {
    margin-right: 65px;
  }

  .mr-md-70 {
    margin-right: 70px;
  }

  .mr-md-75 {
    margin-right: 75px;
  }

  .mr-md-80 {
    margin-right: 80px;
  }

  .mr-md-85 {
    margin-right: 85px;
  }

  .mr-md-90 {
    margin-right: 90px;
  }

  .mr-md-95 {
    margin-right: 95px;
  }

  .mr-md-100 {
    margin-right: 100px;
  }

  .mb-md-5 {
    margin-bottom: 5px;
  }

  .mb-md-10 {
    margin-bottom: 10px;
  }

  .mb-md-15 {
    margin-bottom: 15px;
  }

  .mb-md-20 {
    margin-bottom: 20px;
  }

  .mb-md-25 {
    margin-bottom: 25px;
  }

  .mb-md-30 {
    margin-bottom: 30px;
  }

  .mb-md-35 {
    margin-bottom: 35px;
  }

  .mb-md-40 {
    margin-bottom: 40px;
  }

  .mb-md-45 {
    margin-bottom: 45px;
  }

  .mb-md-50 {
    margin-bottom: 50px;
  }

  .mb-md-55 {
    margin-bottom: 55px;
  }

  .mb-md-60 {
    margin-bottom: 60px;
  }

  .mb-md-65 {
    margin-bottom: 65px;
  }

  .mb-md-70 {
    margin-bottom: 70px;
  }

  .mb-md-75 {
    margin-bottom: 75px;
  }

  .mb-md-80 {
    margin-bottom: 80px;
  }

  .mb-md-85 {
    margin-bottom: 85px;
  }

  .mb-md-90 {
    margin-bottom: 90px;
  }

  .mb-md-95 {
    margin-bottom: 95px;
  }

  .mb-md-100 {
    margin-bottom: 100px;
  }

  .pt-md-5 {
    padding-top: 5px;
  }

  .pt-md-10 {
    padding-top: 10px;
  }

  .pt-md-15 {
    padding-top: 15px;
  }

  .pt-md-20 {
    padding-top: 20px;
  }

  .pt-md-25 {
    padding-top: 25px;
  }

  .pt-md-30 {
    padding-top: 30px;
  }

  .pt-md-35 {
    padding-top: 35px;
  }

  .pt-md-40 {
    padding-top: 40px;
  }

  .pt-md-45 {
    padding-top: 45px;
  }

  .pt-md-50 {
    padding-top: 50px;
  }

  .pt-md-55 {
    padding-top: 55px;
  }

  .pt-md-60 {
    padding-top: 60px;
  }

  .pt-md-65 {
    padding-top: 65px;
  }

  .pt-md-70 {
    padding-top: 70px;
  }

  .pt-md-75 {
    padding-top: 75px;
  }

  .pt-md-80 {
    padding-top: 80px;
  }

  .pt-md-85 {
    padding-top: 85px;
  }

  .pt-md-90 {
    padding-top: 90px;
  }

  .pt-md-95 {
    padding-top: 95px;
  }

  .pt-md-100 {
    padding-top: 100px;
  }

  .pl-md-5 {
    padding-left: 5px;
  }

  .pl-md-10 {
    padding-left: 10px;
  }

  .pl-md-15 {
    padding-left: 15px;
  }

  .pl-md-20 {
    padding-left: 20px;
  }

  .pl-md-25 {
    padding-left: 25px;
  }

  .pl-md-30 {
    padding-left: 30px;
  }

  .pl-md-35 {
    padding-left: 35px;
  }

  .pl-md-40 {
    padding-left: 40px;
  }

  .pl-md-45 {
    padding-left: 45px;
  }

  .pl-md-50 {
    padding-left: 50px;
  }

  .pl-md-55 {
    padding-left: 55px;
  }

  .pl-md-60 {
    padding-left: 60px;
  }

  .pl-md-65 {
    padding-left: 65px;
  }

  .pl-md-70 {
    padding-left: 70px;
  }

  .pl-md-75 {
    padding-left: 75px;
  }

  .pl-md-80 {
    padding-left: 80px;
  }

  .pl-md-85 {
    padding-left: 85px;
  }

  .pl-md-90 {
    padding-left: 90px;
  }

  .pl-md-95 {
    padding-left: 95px;
  }

  .pl-md-100 {
    padding-left: 100px;
  }

  .pr-md-5 {
    padding-right: 5px;
  }

  .pr-md-10 {
    padding-right: 10px;
  }

  .pr-md-15 {
    padding-right: 15px;
  }

  .pr-md-20 {
    padding-right: 20px;
  }

  .pr-md-25 {
    padding-right: 25px;
  }

  .pr-md-30 {
    padding-right: 30px;
  }

  .pr-md-35 {
    padding-right: 35px;
  }

  .pr-md-40 {
    padding-right: 40px;
  }

  .pr-md-45 {
    padding-right: 45px;
  }

  .pr-md-50 {
    padding-right: 50px;
  }

  .pr-md-55 {
    padding-right: 55px;
  }

  .pr-md-60 {
    padding-right: 60px;
  }

  .pr-md-65 {
    padding-right: 65px;
  }

  .pr-md-70 {
    padding-right: 70px;
  }

  .pr-md-75 {
    padding-right: 75px;
  }

  .pr-md-80 {
    padding-right: 80px;
  }

  .pr-md-85 {
    padding-right: 85px;
  }

  .pr-md-90 {
    padding-right: 90px;
  }

  .pr-md-95 {
    padding-right: 95px;
  }

  .pr-md-100 {
    padding-right: 100px;
  }

  .pb-md-5 {
    padding-bottom: 5px;
  }

  .pb-md-10 {
    padding-bottom: 10px;
  }

  .pb-md-15 {
    padding-bottom: 15px;
  }

  .pb-md-20 {
    padding-bottom: 20px;
  }

  .pb-md-25 {
    padding-bottom: 25px;
  }

  .pb-md-30 {
    padding-bottom: 30px;
  }

  .pb-md-35 {
    padding-bottom: 35px;
  }

  .pb-md-40 {
    padding-bottom: 40px;
  }

  .pb-md-45 {
    padding-bottom: 45px;
  }

  .pb-md-50 {
    padding-bottom: 50px;
  }

  .pb-md-55 {
    padding-bottom: 55px;
  }

  .pb-md-60 {
    padding-bottom: 60px;
  }

  .pb-md-65 {
    padding-bottom: 65px;
  }

  .pb-md-70 {
    padding-bottom: 70px;
  }

  .pb-md-75 {
    padding-bottom: 75px;
  }

  .pb-md-80 {
    padding-bottom: 80px;
  }

  .pb-md-85 {
    padding-bottom: 85px;
  }

  .pb-md-90 {
    padding-bottom: 90px;
  }

  .pb-md-95 {
    padding-bottom: 95px;
  }

  .pb-md-100 {
    padding-bottom: 100px;
  }

  .md-visible {
    display: block !important;
  }

  .md-hidden {
    display: none !important;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .mt-sm-5 {
    margin-top: 5px;
  }

  .mt-sm-10 {
    margin-top: 10px;
  }

  .mt-sm-15 {
    margin-top: 15px;
  }

  .mt-sm-20 {
    margin-top: 20px;
  }

  .mt-sm-25 {
    margin-top: 25px;
  }

  .mt-sm-30 {
    margin-top: 30px;
  }

  .mt-sm-35 {
    margin-top: 35px;
  }

  .mt-sm-40 {
    margin-top: 40px;
  }

  .mt-sm-45 {
    margin-top: 45px;
  }

  .mt-sm-50 {
    margin-top: 50px;
  }

  .mt-sm-55 {
    margin-top: 55px;
  }

  .mt-sm-60 {
    margin-top: 60px;
  }

  .mt-sm-65 {
    margin-top: 65px;
  }

  .mt-sm-70 {
    margin-top: 70px;
  }

  .mt-sm-75 {
    margin-top: 75px;
  }

  .mt-sm-80 {
    margin-top: 80px;
  }

  .mt-sm-85 {
    margin-top: 85px;
  }

  .mt-sm-90 {
    margin-top: 90px;
  }

  .mt-sm-95 {
    margin-top: 95px;
  }

  .mt-sm-100 {
    margin-top: 100px;
  }

  .ml-sm-5 {
    margin-left: 5px;
  }

  .ml-sm-10 {
    margin-left: 10px;
  }

  .ml-sm-15 {
    margin-left: 15px;
  }

  .ml-sm-20 {
    margin-left: 20px;
  }

  .ml-sm-25 {
    margin-left: 25px;
  }

  .ml-sm-30 {
    margin-left: 30px;
  }

  .ml-sm-35 {
    margin-left: 35px;
  }

  .ml-sm-40 {
    margin-left: 40px;
  }

  .ml-sm-45 {
    margin-left: 45px;
  }

  .ml-sm-50 {
    margin-left: 50px;
  }

  .ml-sm-55 {
    margin-left: 55px;
  }

  .ml-sm-60 {
    margin-left: 60px;
  }

  .ml-sm-65 {
    margin-left: 65px;
  }

  .ml-sm-70 {
    margin-left: 70px;
  }

  .ml-sm-75 {
    margin-left: 75px;
  }

  .ml-sm-80 {
    margin-left: 80px;
  }

  .ml-sm-85 {
    margin-left: 85px;
  }

  .ml-sm-90 {
    margin-left: 90px;
  }

  .ml-sm-95 {
    margin-left: 95px;
  }

  .ml-sm-100 {
    margin-left: 100px;
  }

  .mr-sm-5 {
    margin-right: 5px;
  }

  .mr-sm-10 {
    margin-right: 10px;
  }

  .mr-sm-15 {
    margin-right: 15px;
  }

  .mr-sm-20 {
    margin-right: 20px;
  }

  .mr-sm-25 {
    margin-right: 25px;
  }

  .mr-sm-30 {
    margin-right: 30px;
  }

  .mr-sm-35 {
    margin-right: 35px;
  }

  .mr-sm-40 {
    margin-right: 40px;
  }

  .mr-sm-45 {
    margin-right: 45px;
  }

  .mr-sm-50 {
    margin-right: 50px;
  }

  .mr-sm-55 {
    margin-right: 55px;
  }

  .mr-sm-60 {
    margin-right: 60px;
  }

  .mr-sm-65 {
    margin-right: 65px;
  }

  .mr-sm-70 {
    margin-right: 70px;
  }

  .mr-sm-75 {
    margin-right: 75px;
  }

  .mr-sm-80 {
    margin-right: 80px;
  }

  .mr-sm-85 {
    margin-right: 85px;
  }

  .mr-sm-90 {
    margin-right: 90px;
  }

  .mr-sm-95 {
    margin-right: 95px;
  }

  .mr-sm-100 {
    margin-right: 100px;
  }

  .mb-sm-5 {
    margin-bottom: 5px;
  }

  .mb-sm-10 {
    margin-bottom: 10px;
  }

  .mb-sm-15 {
    margin-bottom: 15px;
  }

  .mb-sm-20 {
    margin-bottom: 20px;
  }

  .mb-sm-25 {
    margin-bottom: 25px;
  }

  .mb-sm-30 {
    margin-bottom: 30px;
  }

  .mb-sm-35 {
    margin-bottom: 35px;
  }

  .mb-sm-40 {
    margin-bottom: 40px;
  }

  .mb-sm-45 {
    margin-bottom: 45px;
  }

  .mb-sm-50 {
    margin-bottom: 50px;
  }

  .mb-sm-55 {
    margin-bottom: 55px;
  }

  .mb-sm-60 {
    margin-bottom: 60px;
  }

  .mb-sm-65 {
    margin-bottom: 65px;
  }

  .mb-sm-70 {
    margin-bottom: 70px;
  }

  .mb-sm-75 {
    margin-bottom: 75px;
  }

  .mb-sm-80 {
    margin-bottom: 80px;
  }

  .mb-sm-85 {
    margin-bottom: 85px;
  }

  .mb-sm-90 {
    margin-bottom: 90px;
  }

  .mb-sm-95 {
    margin-bottom: 95px;
  }

  .mb-sm-100 {
    margin-bottom: 100px;
  }

  .pt-sm-5 {
    padding-top: 5px;
  }

  .pt-sm-10 {
    padding-top: 10px;
  }

  .pt-sm-15 {
    padding-top: 15px;
  }

  .pt-sm-20 {
    padding-top: 20px;
  }

  .pt-sm-25 {
    padding-top: 25px;
  }

  .pt-sm-30 {
    padding-top: 30px;
  }

  .pt-sm-35 {
    padding-top: 35px;
  }

  .pt-sm-40 {
    padding-top: 40px;
  }

  .pt-sm-45 {
    padding-top: 45px;
  }

  .pt-sm-50 {
    padding-top: 50px;
  }

  .pt-sm-55 {
    padding-top: 55px;
  }

  .pt-sm-60 {
    padding-top: 60px;
  }

  .pt-sm-65 {
    padding-top: 65px;
  }

  .pt-sm-70 {
    padding-top: 70px;
  }

  .pt-sm-75 {
    padding-top: 75px;
  }

  .pt-sm-80 {
    padding-top: 80px;
  }

  .pt-sm-85 {
    padding-top: 85px;
  }

  .pt-sm-90 {
    padding-top: 90px;
  }

  .pt-sm-95 {
    padding-top: 95px;
  }

  .pt-sm-100 {
    padding-top: 100px;
  }

  .pl-sm-5 {
    padding-left: 5px;
  }

  .pl-sm-10 {
    padding-left: 10px;
  }

  .pl-sm-15 {
    padding-left: 15px;
  }

  .pl-sm-20 {
    padding-left: 20px;
  }

  .pl-sm-25 {
    padding-left: 25px;
  }

  .pl-sm-30 {
    padding-left: 30px;
  }

  .pl-sm-35 {
    padding-left: 35px;
  }

  .pl-sm-40 {
    padding-left: 40px;
  }

  .pl-sm-45 {
    padding-left: 45px;
  }

  .pl-sm-50 {
    padding-left: 50px;
  }

  .pl-sm-55 {
    padding-left: 55px;
  }

  .pl-sm-60 {
    padding-left: 60px;
  }

  .pl-sm-65 {
    padding-left: 65px;
  }

  .pl-sm-70 {
    padding-left: 70px;
  }

  .pl-sm-75 {
    padding-left: 75px;
  }

  .pl-sm-80 {
    padding-left: 80px;
  }

  .pl-sm-85 {
    padding-left: 85px;
  }

  .pl-sm-90 {
    padding-left: 90px;
  }

  .pl-sm-95 {
    padding-left: 95px;
  }

  .pl-sm-100 {
    padding-left: 100px;
  }

  .pr-sm-5 {
    padding-right: 5px;
  }

  .pr-sm-10 {
    padding-right: 10px;
  }

  .pr-sm-15 {
    padding-right: 15px;
  }

  .pr-sm-20 {
    padding-right: 20px;
  }

  .pr-sm-25 {
    padding-right: 25px;
  }

  .pr-sm-30 {
    padding-right: 30px;
  }

  .pr-sm-35 {
    padding-right: 35px;
  }

  .pr-sm-40 {
    padding-right: 40px;
  }

  .pr-sm-45 {
    padding-right: 45px;
  }

  .pr-sm-50 {
    padding-right: 50px;
  }

  .pr-sm-55 {
    padding-right: 55px;
  }

  .pr-sm-60 {
    padding-right: 60px;
  }

  .pr-sm-65 {
    padding-right: 65px;
  }

  .pr-sm-70 {
    padding-right: 70px;
  }

  .pr-sm-75 {
    padding-right: 75px;
  }

  .pr-sm-80 {
    padding-right: 80px;
  }

  .pr-sm-85 {
    padding-right: 85px;
  }

  .pr-sm-90 {
    padding-right: 90px;
  }

  .pr-sm-95 {
    padding-right: 95px;
  }

  .pr-sm-100 {
    padding-right: 100px;
  }

  .pb-sm-5 {
    padding-bottom: 5px;
  }

  .pb-sm-10 {
    padding-bottom: 10px;
  }

  .pb-sm-15 {
    padding-bottom: 15px;
  }

  .pb-sm-20 {
    padding-bottom: 20px;
  }

  .pb-sm-25 {
    padding-bottom: 25px;
  }

  .pb-sm-30 {
    padding-bottom: 30px;
  }

  .pb-sm-35 {
    padding-bottom: 35px;
  }

  .pb-sm-40 {
    padding-bottom: 40px;
  }

  .pb-sm-45 {
    padding-bottom: 45px;
  }

  .pb-sm-50 {
    padding-bottom: 50px;
  }

  .pb-sm-55 {
    padding-bottom: 55px;
  }

  .pb-sm-60 {
    padding-bottom: 60px;
  }

  .pb-sm-65 {
    padding-bottom: 65px;
  }

  .pb-sm-70 {
    padding-bottom: 70px;
  }

  .pb-sm-75 {
    padding-bottom: 75px;
  }

  .pb-sm-80 {
    padding-bottom: 80px;
  }

  .pb-sm-85 {
    padding-bottom: 85px;
  }

  .pb-sm-90 {
    padding-bottom: 90px;
  }

  .pb-sm-95 {
    padding-bottom: 95px;
  }

  .pb-sm-100 {
    padding-bottom: 100px;
  }

  .sm-visible {
    display: block !important;
  }

  .sm-hidden {
    display: none !important;
  }
}

@media (min-width: 320px) and (max-width: 479px) {
  .mt-xs-5 {
    margin-top: 5px;
  }

  .mt-xs-10 {
    margin-top: 10px;
  }

  .mt-xs-15 {
    margin-top: 15px;
  }

  .mt-xs-20 {
    margin-top: 20px;
  }

  .mt-xs-25 {
    margin-top: 25px;
  }

  .mt-xs-30 {
    margin-top: 30px;
  }

  .mt-xs-35 {
    margin-top: 35px;
  }

  .mt-xs-40 {
    margin-top: 40px;
  }

  .mt-xs-45 {
    margin-top: 45px;
  }

  .mt-xs-50 {
    margin-top: 50px;
  }

  .mt-xs-55 {
    margin-top: 55px;
  }

  .mt-xs-60 {
    margin-top: 60px;
  }

  .mt-xs-65 {
    margin-top: 65px;
  }

  .mt-xs-70 {
    margin-top: 70px;
  }

  .mt-xs-75 {
    margin-top: 75px;
  }

  .mt-xs-80 {
    margin-top: 80px;
  }

  .mt-xs-85 {
    margin-top: 85px;
  }

  .mt-xs-90 {
    margin-top: 90px;
  }

  .mt-xs-95 {
    margin-top: 95px;
  }

  .mt-xs-100 {
    margin-top: 100px;
  }

  .ml-xs-5 {
    margin-left: 5px;
  }

  .ml-xs-10 {
    margin-left: 10px;
  }

  .ml-xs-15 {
    margin-left: 15px;
  }

  .ml-xs-20 {
    margin-left: 20px;
  }

  .ml-xs-25 {
    margin-left: 25px;
  }

  .ml-xs-30 {
    margin-left: 30px;
  }

  .ml-xs-35 {
    margin-left: 35px;
  }

  .ml-xs-40 {
    margin-left: 40px;
  }

  .ml-xs-45 {
    margin-left: 45px;
  }

  .ml-xs-50 {
    margin-left: 50px;
  }

  .ml-xs-55 {
    margin-left: 55px;
  }

  .ml-xs-60 {
    margin-left: 60px;
  }

  .ml-xs-65 {
    margin-left: 65px;
  }

  .ml-xs-70 {
    margin-left: 70px;
  }

  .ml-xs-75 {
    margin-left: 75px;
  }

  .ml-xs-80 {
    margin-left: 80px;
  }

  .ml-xs-85 {
    margin-left: 85px;
  }

  .ml-xs-90 {
    margin-left: 90px;
  }

  .ml-xs-95 {
    margin-left: 95px;
  }

  .ml-xs-100 {
    margin-left: 100px;
  }

  .mr-xs-5 {
    margin-right: 5px;
  }

  .mr-xs-10 {
    margin-right: 10px;
  }

  .mr-xs-15 {
    margin-right: 15px;
  }

  .mr-xs-20 {
    margin-right: 20px;
  }

  .mr-xs-25 {
    margin-right: 25px;
  }

  .mr-xs-30 {
    margin-right: 30px;
  }

  .mr-xs-35 {
    margin-right: 35px;
  }

  .mr-xs-40 {
    margin-right: 40px;
  }

  .mr-xs-45 {
    margin-right: 45px;
  }

  .mr-xs-50 {
    margin-right: 50px;
  }

  .mr-xs-55 {
    margin-right: 55px;
  }

  .mr-xs-60 {
    margin-right: 60px;
  }

  .mr-xs-65 {
    margin-right: 65px;
  }

  .mr-xs-70 {
    margin-right: 70px;
  }

  .mr-xs-75 {
    margin-right: 75px;
  }

  .mr-xs-80 {
    margin-right: 80px;
  }

  .mr-xs-85 {
    margin-right: 85px;
  }

  .mr-xs-90 {
    margin-right: 90px;
  }

  .mr-xs-95 {
    margin-right: 95px;
  }

  .mr-xs-100 {
    margin-right: 100px;
  }

  .mb-xs-5 {
    margin-bottom: 5px;
  }

  .mb-xs-10 {
    margin-bottom: 10px;
  }

  .mb-xs-15 {
    margin-bottom: 15px;
  }

  .mb-xs-20 {
    margin-bottom: 20px;
  }

  .mb-xs-25 {
    margin-bottom: 25px;
  }

  .mb-xs-30 {
    margin-bottom: 30px;
  }

  .mb-xs-35 {
    margin-bottom: 35px;
  }

  .mb-xs-40 {
    margin-bottom: 40px;
  }

  .mb-xs-45 {
    margin-bottom: 45px;
  }

  .mb-xs-50 {
    margin-bottom: 50px;
  }

  .mb-xs-55 {
    margin-bottom: 55px;
  }

  .mb-xs-60 {
    margin-bottom: 60px;
  }

  .mb-xs-65 {
    margin-bottom: 65px;
  }

  .mb-xs-70 {
    margin-bottom: 70px;
  }

  .mb-xs-75 {
    margin-bottom: 75px;
  }

  .mb-xs-80 {
    margin-bottom: 80px;
  }

  .mb-xs-85 {
    margin-bottom: 85px;
  }

  .mb-xs-90 {
    margin-bottom: 90px;
  }

  .mb-xs-95 {
    margin-bottom: 95px;
  }

  .mb-xs-100 {
    margin-bottom: 100px;
  }

  .pt-xs-5 {
    padding-top: 5px;
  }

  .pt-xs-10 {
    padding-top: 10px;
  }

  .pt-xs-15 {
    padding-top: 15px;
  }

  .pt-xs-20 {
    padding-top: 20px;
  }

  .pt-xs-25 {
    padding-top: 25px;
  }

  .pt-xs-30 {
    padding-top: 30px;
  }

  .pt-xs-35 {
    padding-top: 35px;
  }

  .pt-xs-40 {
    padding-top: 40px;
  }

  .pt-xs-45 {
    padding-top: 45px;
  }

  .pt-xs-50 {
    padding-top: 50px;
  }

  .pt-xs-55 {
    padding-top: 55px;
  }

  .pt-xs-60 {
    padding-top: 60px;
  }

  .pt-xs-65 {
    padding-top: 65px;
  }

  .pt-xs-70 {
    padding-top: 70px;
  }

  .pt-xs-75 {
    padding-top: 75px;
  }

  .pt-xs-80 {
    padding-top: 80px;
  }

  .pt-xs-85 {
    padding-top: 85px;
  }

  .pt-xs-90 {
    padding-top: 90px;
  }

  .pt-xs-95 {
    padding-top: 95px;
  }

  .pt-xs-100 {
    padding-top: 100px;
  }

  .pl-xs-5 {
    padding-left: 5px;
  }

  .pl-xs-10 {
    padding-left: 10px;
  }

  .pl-xs-15 {
    padding-left: 15px;
  }

  .pl-xs-20 {
    padding-left: 20px;
  }

  .pl-xs-25 {
    padding-left: 25px;
  }

  .pl-xs-30 {
    padding-left: 30px;
  }

  .pl-xs-35 {
    padding-left: 35px;
  }

  .pl-xs-40 {
    padding-left: 40px;
  }

  .pl-xs-45 {
    padding-left: 45px;
  }

  .pl-xs-50 {
    padding-left: 50px;
  }

  .pl-xs-55 {
    padding-left: 55px;
  }

  .pl-xs-60 {
    padding-left: 60px;
  }

  .pl-xs-65 {
    padding-left: 65px;
  }

  .pl-xs-70 {
    padding-left: 70px;
  }

  .pl-xs-75 {
    padding-left: 75px;
  }

  .pl-xs-80 {
    padding-left: 80px;
  }

  .pl-xs-85 {
    padding-left: 85px;
  }

  .pl-xs-90 {
    padding-left: 90px;
  }

  .pl-xs-95 {
    padding-left: 95px;
  }

  .pl-xs-100 {
    padding-left: 100px;
  }

  .pr-xs-5 {
    padding-right: 5px;
  }

  .pr-xs-10 {
    padding-right: 10px;
  }

  .pr-xs-15 {
    padding-right: 15px;
  }

  .pr-xs-20 {
    padding-right: 20px;
  }

  .pr-xs-25 {
    padding-right: 25px;
  }

  .pr-xs-30 {
    padding-right: 30px;
  }

  .pr-xs-35 {
    padding-right: 35px;
  }

  .pr-xs-40 {
    padding-right: 40px;
  }

  .pr-xs-45 {
    padding-right: 45px;
  }

  .pr-xs-50 {
    padding-right: 50px;
  }

  .pr-xs-55 {
    padding-right: 55px;
  }

  .pr-xs-60 {
    padding-right: 60px;
  }

  .pr-xs-65 {
    padding-right: 65px;
  }

  .pr-xs-70 {
    padding-right: 70px;
  }

  .pr-xs-75 {
    padding-right: 75px;
  }

  .pr-xs-80 {
    padding-right: 80px;
  }

  .pr-xs-85 {
    padding-right: 85px;
  }

  .pr-xs-90 {
    padding-right: 90px;
  }

  .pr-xs-95 {
    padding-right: 95px;
  }

  .pr-xs-100 {
    padding-right: 100px;
  }

  .pb-xs-5 {
    padding-bottom: 5px;
  }

  .pb-xs-10 {
    padding-bottom: 10px;
  }

  .pb-xs-15 {
    padding-bottom: 15px;
  }

  .pb-xs-20 {
    padding-bottom: 20px;
  }

  .pb-xs-25 {
    padding-bottom: 25px;
  }

  .pb-xs-30 {
    padding-bottom: 30px;
  }

  .pb-xs-35 {
    padding-bottom: 35px;
  }

  .pb-xs-40 {
    padding-bottom: 40px;
  }

  .pb-xs-45 {
    padding-bottom: 45px;
  }

  .pb-xs-50 {
    padding-bottom: 50px;
  }

  .pb-xs-55 {
    padding-bottom: 55px;
  }

  .pb-xs-60 {
    padding-bottom: 60px;
  }

  .pb-xs-65 {
    padding-bottom: 65px;
  }

  .pb-xs-70 {
    padding-bottom: 70px;
  }

  .pb-xs-75 {
    padding-bottom: 75px;
  }

  .pb-xs-80 {
    padding-bottom: 80px;
  }

  .pb-xs-85 {
    padding-bottom: 85px;
  }

  .pb-xs-90 {
    padding-bottom: 90px;
  }

  .pb-xs-95 {
    padding-bottom: 95px;
  }

  .pb-xs-100 {
    padding-bottom: 100px;
  }

  .xs-visible {
    display: block !important;
  }

  .xs-hidden {
    display: none !important;
  }
}

.row {
  margin-left: -10px;
  margin-right: -10px;
}

@media (max-width: 767px) {
  .row {
    margin-left: -5px;
    margin-right: -5px;
  }
}

.row:after {
  content: " ";
  display: table;
  clear: both;
}

@media (min-width: 320px) {
  .col-xs-1 {
    width: 8.3333333%;
  }

  .col-xs-1,
  .col-xs-2 {
    float: left;
    padding-left: 5px;
    padding-right: 5px;
  }

  .col-xs-2 {
    width: 16.6666666%;
  }

  .col-xs-3 {
    width: 25%;
  }

  .col-xs-3,
  .col-xs-4 {
    float: left;
    padding-left: 5px;
    padding-right: 5px;
  }

  .col-xs-4 {
    width: 33.3333333%;
  }

  .col-xs-5 {
    width: 41.6666666%;
  }

  .col-xs-5,
  .col-xs-6 {
    float: left;
    padding-left: 5px;
    padding-right: 5px;
  }

  .col-xs-6 {
    width: 50%;
  }

  .col-xs-7 {
    width: 58.333333%;
  }

  .col-xs-7,
  .col-xs-8 {
    float: left;
    padding-left: 5px;
    padding-right: 5px;
  }

  .col-xs-8 {
    width: 66.66666%;
  }

  .col-xs-9 {
    float: left;
    width: 75%;
    padding-left: 5px;
    padding-right: 5px;
  }

  .col-xs-10 {
    width: 83.33333%;
    float: left;
    width: 91.66666%;
    padding-left: 5px;
    padding-right: 5px;
  }

  .col-xs-12 {
    float: left;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 320px) and (max-width: 479px) {
  .xs-no-row {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (min-width: 480px) {
  .col-sm-1 {
    width: 8.3333333%;
  }

  .col-sm-1,
  .col-sm-2 {
    float: left;
    padding-left: 5px;
    padding-right: 5px;
  }

  .col-sm-2 {
    width: 16.6666666%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-3,
  .col-sm-4 {
    float: left;
    padding-left: 5px;
    padding-right: 5px;
  }

  .col-sm-4 {
    width: 33.3333333%;
  }

  .col-sm-5 {
    width: 41.6666666%;
  }

  .col-sm-5,
  .col-sm-6 {
    float: left;
    padding-left: 5px;
    padding-right: 5px;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-7 {
    width: 58.333333%;
  }

  .col-sm-7,
  .col-sm-8 {
    float: left;
    padding-left: 5px;
    padding-right: 5px;
  }

  .col-sm-8 {
    width: 66.66666%;
  }

  .col-sm-9 {
    float: left;
    width: 75%;
    padding-left: 5px;
    padding-right: 5px;
  }

  .col-sm-10 {
    width: 83.33333%;
    float: left;
    width: 91.66666%;
    padding-left: 5px;
    padding-right: 5px;
  }

  .col-sm-12 {
    float: left;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .sm-no-row {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (min-width: 768px) {
  .col-md-1 {
    width: 8.3333333%;
  }

  .col-md-1,
  .col-md-2 {
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }

  .col-md-2 {
    width: 16.6666666%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-3,
  .col-md-4 {
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }

  .col-md-4 {
    width: 33.3333333%;
  }

  .col-md-5 {
    width: 41.6666666%;
  }

  .col-md-5,
  .col-md-6 {
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-7 {
    width: 58.333333%;
  }

  .col-md-7,
  .col-md-8 {
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }

  .col-md-8 {
    width: 66.66666%;
  }

  .col-md-9 {
    float: left;
    width: 75%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .col-md-10 {
    width: 83.33333%;
    float: left;
    width: 91.66666%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .col-md-12 {
    float: left;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .md-no-row {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (min-width: 1024px) {
  .col-lg-1 {
    width: 8.3333333%;
  }

  .col-lg-1,
  .col-lg-2 {
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }

  .col-lg-2 {
    width: 16.6666666%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-3,
  .col-lg-4 {
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }

  .col-lg-4 {
    width: 33.3333333%;
  }

  .col-lg-5 {
    width: 41.6666666%;
  }

  .col-lg-5,
  .col-lg-6 {
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-7 {
    width: 58.333333%;
  }

  .col-lg-7,
  .col-lg-8 {
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }

  .col-lg-8 {
    width: 66.66666%;
  }

  .col-lg-9 {
    float: left;
    width: 75%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .col-lg-10 {
    width: 83.33333%;
    float: left;
    width: 91.66666%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .col-lg-12 {
    float: left;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .lg-no-row {
    margin-left: 0;
    margin-right: 0;
  }
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body .page-wrapper {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

body .page-wrapper.page-wrapper-bordered .page-wrapper-item:first-child {
  border-right: 1px solid red;
}

body .page-wrapper.page-wrapper-bordered .page-wrapper-item:last-child {
  border-left: 1px solid red;
}

body .page-wrapper .half-section {
  width: 50%;
}

body .page-wrapper .half-section.half-section-left {
  padding-right: 10px;
  float: left;
}

body .page-wrapper .half-section.half-section-right {
  padding-left: 10px;
  float: right;
}

@media (max-width: 1023px) {
  body .page-wrapper .half-section.half-section-left,
  body .page-wrapper .half-section.half-section-right {
    float: none;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
}

body .page-wrapper .half-section.half-section-to-left-20.half-section-left {
  padding-right: 20px;
}

body .page-wrapper .half-section.half-section-to-left-20.half-section-right {
  padding-left: 0;
}

body .page-wrapper .half-section.half-section-to-right-20.half-section-left {
  padding-right: 0;
}

body .page-wrapper .half-section.half-section-to-right-20.half-section-right {
  padding-left: 20px;
}

.main-section,
.side-section {
  position: relative;
}

.col-line-separator {
  width: 1px;
  background: #e5e5e5;
  position: absolute;
  top: 0;
  bottom: 0;
}

.col-line-separator.col-line-separator-offset-top-20,
.col-line-separator.col-line-separator-offset-top-25 {
  top: 20px;
}

.col-line-separator.col-line-separator-offset-top-30,
.col-line-separator.col-line-separator-offset-top-35 {
  top: 30px;
}

.col-line-separator.col-line-separator-offset-top-40 {
  top: 40px;
}

.col-line-separator.col-line-separator-offset-top-45 {
  top: 45px;
}

.col-line-separator.col-line-separator-offset-top-50 {
  top: 50px;
}

.no-responsive .side-section {
  width: 300px;
}

.no-responsive .page-wrapper-right-side.page-wrapper .main-section {
  margin-right: 0;
  width: 900px;
}

.no-responsive
  .page-wrapper-right-side.page-wrapper
  .main-section
  .column-right {
  float: right;
  width: 66.66666667%;
}

.no-responsive
  .page-wrapper-right-side.page-wrapper
  .main-section
  .column-left {
  float: left;
  width: 33.33333333%;
}

.no-responsive .page-wrapper-right-side.page-wrapper .side-section {
  margin-left: 0;
}

@media (min-width: 1024px) {
  .column-adaptive.column-left,
  .column-adaptive.column-right {
    height: 100%;
    position: absolute;
  }

  body .page-wrapper {
    display: table;
    width: 100%;
  }

  body .page-wrapper .main-section {
    display: table-cell;
    vertical-align: top;
  }

  body .page-wrapper .main-section .column-right {
    float: right;
    width: 66.66666667%;
  }

  body .page-wrapper .main-section .column-left {
    float: left;
    width: 33.33333333%;
  }

  body .page-wrapper.page-wrapper-right-side .main-section {
    display: table-cell;
  }

  body .page-wrapper.page-wrapper-right-side .side-section {
    display: table-cell;
    vertical-align: top;
    width: 300px;
  }

  .col-line-separator-left {
    left: 33.33333333%;
    margin-left: -20px;
    display: block;
  }

  .col-line-separator-right {
    right: 300px;
    display: block;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  body .page-wrapper {
    display: table;
    width: 100%;
  }

  body .page-wrapper .main-section {
    display: table-cell;
    vertical-align: top;
  }

  body .page-wrapper .main-section .column-left,
  body .page-wrapper .main-section .column-right {
    float: none;
  }

  body .page-wrapper .side-section {
    display: table-cell;
    vertical-align: top;
    width: 300px;
  }

  body .page-wrapper.page-wrapper-right-side .main-section.main-section-lg {
    padding-right: 0;
  }

  body .page-wrapper.page-wrapper-right-side .side-section.side-section-lg {
    margin-left: 0;
    width: 100%;
    float: none;
  }

  body .page-wrapper .col-line-separator-right {
    right: 300px;
    display: block;
  }
}
.is-hidden {
  display: none !important;
}

.article-gold-blocker.banner-gold-simple-with-button {
  position: relative;
}

.article-gold-blocker.banner-gold-simple-with-button .banner {
  border: 1px solid;
  padding: 24px 0px 32px 0;
}

.article-gold-blocker.banner-gold-simple-with-button .banner .main-wrapper {
  text-align: center;
  border-left: none !important;
  border-right: none !important;
  padding: 0px 20px;
}

@media (min-width: 1024px) {
  .article-gold-blocker.banner-gold-simple-with-button .banner .main-wrapper {
    padding: 0px 80px;
  }
}

.article-gold-blocker.banner-gold-simple-with-button
  .banner
  .main-wrapper
  .head-link {
  max-width: 160px;
  display: block;
  margin: 0 auto;
  line-height: 0;
}

.article-gold-blocker.banner-gold-simple-with-button
  .banner
  .main-wrapper
  .head-link
  .picture {
  width: 100%;
}

.article-gold-blocker.banner-gold-simple-with-button
  .banner
  .main-wrapper
  .item {
  text-align: center;
  margin-bottom: 12px;
}

.article-gold-blocker.banner-gold-simple-with-button
  .banner
  .main-wrapper
  .header-info {
  font-family: Roboto, sans-serif;
  font-weight: bold;
  margin: 12px 0;
  text-align: center;
}

.article-gold-blocker.banner-gold-simple-with-button
  .banner
  .main-wrapper
  .description {
  padding-top: 15px;
}

@media (min-width: 1024px) {
  .article-gold-blocker.banner-gold-simple-with-button
    .banner
    .main-wrapper
    .description {
    padding: 15px 10px 0 10px;
  }
}

.article-gold-blocker.banner-gold-simple-with-button
  .banner
  .main-wrapper
  .description
  p {
  margin: 0 auto;
  text-align: center;
  margin-bottom: 0 !important;
}

.article-gold-blocker.banner-gold-simple-with-button .banner .main-wrapper p {
  text-align: center;
}

.article-gold-blocker.banner-gold-simple-with-button
  .banner
  .main-wrapper
  .donate-button {
  max-width: 223px;
  min-width: 198px;
  display: block;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin: 20px auto 0;
  line-height: 40px;
  border-radius: 6px;
  border-style: solid;
}

.article-gold-blocker.banner-gold-simple-with-button
  .banner
  .login-link-wrapper {
  padding-bottom: 0px;
  text-align: center;
  display: flex;
  justify-content: center;
  border-left: none !important;
  border-right: none !important;
}

.article-gold-blocker.banner-gold-simple-with-button
  .banner
  .login-link-wrapper
  .blocker-login-button {
  padding-top: 17px;
  margin-left: 3px;
  text-decoration: underline;
  font-size: 14px;
}

.article-gold-blocker.banner-gold-simple-with-button
  .banner
  .login-link-wrapper
  .registration-link-text {
  padding-top: 17px;
}

.crosspromo-container .crosspromo-articles-list .list-item {
  margin-right: -10px;
}

.other-articles-container .other-articles-list .article-item {
  margin-right: -10px;
}

.related-articles-container .related-articles-list .list-item {
  margin-right: -10px;
}

.answer {
  color: #1f09be;
  font-weight: 900;
}

.center {
  text-align: center;
}

.order {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  flex-direction: column;
  gap: 30px;
}

input::-ms-clear {
  display: none;
}

@media screen and (min-width: 768px) {
  #order_form {
    background-image: url("../img/formbg.jpg");
    background-size: cover;
    padding: 25px 20px 25px 20px !important;
    border-radius: 5px;
    width: 100%;
    height: auto;
  }
}

#order_form {
  padding: 15px 20px 15px 20px;
  max-width: 455px;
  font-family: Arial;
  margin: 0 auto;
  display: block;
  background-position: 50% 50%;
  text-align: center;
  line-height: 1;
}

.prod__pack {
  position: relative;
}

#order_form div {
  background: 0 0 !important;
}

#order_form label {
  width: 230px;
  display: block;
  padding: 5px 0 10px 0;
  font-weight: 700;
  font-size: 16px;
  margin-left: auto;
  margin-right: auto;
}

#order_form input {
  font-size: 21px;
  padding: 15px;
  border-radius: 3px;
  border: 2px solid #e9d7dc;
  max-width: 300px;
  width: 100%;
}

.form__price-wrapper {
  display: flex;
  justify-content: space-around;
  width: 100%;
  max-width: 320px;
}

.form__price {
  font-size: 16px;
}

#order_form button {
  display: inline-block;
  padding: 20px;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 4px 15px 0 rgba(129, 150, 160, 0.45);
  border-radius: 5px;
  /* background-color: #0299ff; */
  background-position: 1.35em 0.94em;
  background-size: 1em;
  background-repeat: no-repeat;
  transition: all 0.15s ease-in-out;
  border: none;
  cursor: pointer;
  font-size: 20px;
  margin-bottom: 15px;
}

#order_form button:hover {
  /* background-color: #017acc; */
}

#order_form button:active {
  position: relative;
  top: 1px;
}

@media (max-width: 767px) {
  #order_form {
    background-image: none;
    background: #ebeae6;
    border: 2px solid #c0b1ae;
  }
}

@media screen and (max-width: 479px) {
  #order_form label {
    font-size: 14px;
  }

  #order_form button {
    width: 260px;
    max-width: 100%;
    margin-top: 15px;
  }

  #order_form {
    padding: 10px;
  }
}

@media screen and (max-width: 459px) {
  #order_form input {
    width: 100%;
    max-width: 300px;
  }

  #order_form button {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (max-width: 349px) {
  #order_form input {
    font-size: 17px;
  }

  #order_form button {
    margin-left: 0;
  }
}

input {
  border: 1px solid #8d8d8d;
  max-width: 100%;
  padding: 14px 10px;
  border-radius: 5px;
  font-size: 16px;
  box-sizing: border-box;
  box-shadow: 0 0 10px 0 rgb(3 3 3 / 30%);
  transition: 0.3s;
}

.price {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  margin-bottom: 5px;
}

.price p {
  text-align: center !important;
  padding-bottom: 0 !important;
  line-height: 1.3;
}

.price .x_price_previous2 {
  display: inline-block;
  position: relative;
  color: black;
}

.price .x_price_current,
.price .x_price_previous2 {
  font-size: 28px;
  padding-bottom: 0 !important;
}

.price .x_price_previous2:after,
.price .x_price_previous2:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  background-color: black;
}

.price .x_price_previous2:before {
  transform: translateY(-50%) rotate(15deg);
}

.price .x_price_previous2:after {
  transform: translateY(-50%) rotate(-15deg);
}

.price .x_price_previous2:after {
  transform: translateY(-50%) rotate(-15deg);
}

.red {
  color: red;
  font-weight: 700;
}

.pack-center {
  margin-right: 20px;
  max-width: 300px;
}

@media (max-width: 767px) {
  .pack-center {
    display: flex;
    align-items: center;
  }

  .packs {
    margin-bottom: 0 !important;
  }

  .order {
    flex-direction: column;
  }
}

div,
p {
  margin: 0;
  padding: 0;
}

p {
  font-size: inherit;
  line-height: 1.4;
  margin-bottom: 1rem;
  text-rendering: optimizeLegibility;
}

.prices {
  width: 100%;
  color: black;
  display: flex;
  justify-content: space-around;
}

@media print {
  * {
    background: 0 0 !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p {
    orphans: 3;
    widows: 3;
  }
}

div {
  background-repeat: no-repeat;
}

div,
img,
p,
span {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}

img {
  max-width: 100%;
  height: auto;
}

* {
  margin: 0;
  padding: 0;
}

img {
  border: 0;
}

button,
input {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button {
  text-transform: none;
}

button {
  -webkit-appearance: button;
  cursor: pointer;
}

input {
  line-height: normal;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-height: 999999px;
}

img {
  max-width: 100%;
}

p {
  font-family: "Open Sans", sans-serif;
}

button,
input {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button {
  text-transform: none;
}

button {
  -webkit-appearance: button;
  cursor: pointer;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

img {
  max-width: 100%;
  height: auto;
}

p {
  margin-top: 0;
  margin-bottom: 21px;
}

input:focus,
input[type]:focus {
  outline: 0;
}

input[type="text"] {
  font-size: 12px;
  line-height: 21px;
  color: #444;
  border: 1px solid #e1e1e1;
  width: 100%;
  max-width: 100%;
  height: 34px;
  padding: 3px 9px;
}

@media (max-width: 767px) {
  input[type="text"] {
    font-size: 16px;
  }
}

input[type="text"]:active,
input[type="text"]:focus {
  border-color: #b0b0b0 !important;
}

@media print {
  img {
    max-width: 100%;
    display: block;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

img {
  max-width: 100%;
  height: auto;
}

img {
  display: inline-block;
  vertical-align: middle;
}

div,
form,
img,
label,
p,
span {
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input::-ms-clear {
  display: none;
}

button {
  overflow: visible;
  width: auto;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  border: 1px solid #8d8d8d !important;
  max-width: 100%;
  padding: 14px 10px;
  border-radius: 5px;
  font-size: 16px;
  box-sizing: border-box;
  transition: 0.3s;
}

input:active,
input:focus,
input:hover {
  box-shadow: none;
}

button {
  -webkit-appearance: button;
}

button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

input[type="text"]:focus {
  outline: 0;
}

input {
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #2c2f34;
  font-size: 13px;
  outline: 0;
  padding: 5px;
  line-height: 23px;
  border-radius: 2px;
  transition: background 0.3s, border 0.3s;
  max-width: 100%;
  background-color: transparent;
}

input:hover,
input[type="text"]:focus {
  background-color: rgba(0, 0, 0, 0.03);
}

input:not([type="checkbox"]):not([type="radio"]) {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText;
}

input {
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #2c2f34;
  font-size: 13px;
  outline: 0;
  padding: 5px;
  line-height: 23px;
  border-radius: 2px;
  transition: background 0.3s, border 0.3s;
  max-width: 100%;
  background-color: transparent;
}

input:hover,
input[type="text"]:focus {
  background-color: rgba(0, 0, 0, 0.03);
}

input:not([type="checkbox"]):not([type="radio"]) {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
}

@media (max-width: 767px) {
  input:not([type="submit"]) {
    font-size: 16px !important;
  }
}

@media (max-width: 767px) {
  input:not([type="submit"]) {
    font-size: 16px !important;
  }
}

input {
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #2c2f34;
  font-size: 13px;
  outline: 0;
  padding: 5px 0 5px 10px !important;
  line-height: 23px;
  border-radius: 2px;
  transition: background 0.3s, border 0.3s;
  max-width: 100%;
  background-color: transparent;
}

@media (max-width: 767px) {
  input:not([type="submit"]) {
    font-size: 16px !important;
  }
}

input {
  border: 1px solid #8d8d8d !important;
  max-width: 100%;
  padding: 14px 10px;
  border-radius: 5px;
  font-size: 16px;
  box-sizing: border-box;
  transition: 0.3s;
}

input:active,
input:focus,
input:hover {
  box-shadow: none;
}

button {
  -webkit-appearance: button;
}

button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

input[type="text"]:focus {
  outline: 0;
}

input {
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #2c2f34;
  font-size: 13px;
  outline: 0;
  padding: 5px;
  line-height: 23px;
  border-radius: 2px;
  transition: background 0.3s, border 0.3s;
  max-width: 100%;
  background-color: transparent;
}

input:hover,
input[type="text"]:focus {
  background-color: rgba(0, 0, 0, 0.03);
}

input:not([type="checkbox"]):not([type="radio"]) {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText;
}

input {
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #2c2f34;
  font-size: 13px;
  outline: 0;
  padding: 5px;
  line-height: 23px;
  border-radius: 2px;
  transition: background 0.3s, border 0.3s;
  max-width: 100%;
  background-color: transparent;
}

input:hover,
input[type="text"]:focus {
  background-color: rgba(0, 0, 0, 0.03);
}

input:not([type="checkbox"]):not([type="radio"]) {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
}

@media (max-width: 767px) {
  input:not([type="submit"]) {
    font-size: 16px !important;
  }
}

@media (max-width: 767px) {
  input:not([type="submit"]) {
    font-size: 16px !important;
  }
}

input {
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #2c2f34;
  font-size: 13px;
  outline: 0;
  padding: 5px;
  line-height: 23px;
  border-radius: 2px;
  transition: background 0.3s, border 0.3s;
  max-width: 100%;
  background-color: transparent;
}

@media (max-width: 767px) {
  input:not([type="submit"]) {
    font-size: 16px !important;
  }
}

input {
  font-family: Roboto;
}

@media screen and (max-width: 479px) {
  label {
    margin-bottom: 5px;
  }
}

img {
  border: 0;
}

button,
input {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button {
  text-transform: none;
}

button {
  -webkit-appearance: button;
  cursor: pointer;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

img {
  max-width: 100%;
  height: auto;
}

p {
  margin-top: 0;
  margin-bottom: 21px;
}

input:focus,
input[type]:focus {
  outline: 0;
}

input[type="text"] {
  font-size: 12px;
  line-height: 21px;
  color: #444;
  border: 1px solid #e1e1e1;
  width: 100%;
  max-width: 100%;
  height: 34px;
  padding: 3px 9px;
}

@media (max-width: 767px) {
  input[type="text"] {
    font-size: 16px;
  }
}

input[type="text"]:active,
input[type="text"]:focus {
  border-color: #b0b0b0 !important;
}

@media print {
  img {
    max-width: 100%;
    display: block;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

img {
  max-width: 100%;
  height: auto;
}

img {
  display: inline-block;
  vertical-align: middle;
}

div,
form,
img,
label,
p,
span {
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input::-ms-clear {
  display: none;
}

button {
  overflow: visible;
  width: auto;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  border: 1px solid #8d8d8d !important;
  max-width: 100%;
  padding: 14px 10px;
  border-radius: 5px;
  font-size: 16px;
  box-sizing: border-box;
  transition: 0.3s;
}

input:active,
input:focus,
input:hover {
  box-shadow: none;
}

button {
  -webkit-appearance: button;
}

button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

input[type="text"]:focus {
  outline: 0;
}

input {
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #2c2f34;
  font-size: 13px;
  outline: 0;
  padding: 5px;
  line-height: 23px;
  border-radius: 2px;
  transition: background 0.3s, border 0.3s;
  max-width: 100%;
  background-color: transparent;
}

input:hover,
input[type="text"]:focus {
  background-color: rgba(0, 0, 0, 0.03);
}

input:not([type="checkbox"]):not([type="radio"]) {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText;
}

input {
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #2c2f34;
  font-size: 13px;
  outline: 0;
  padding: 5px;
  line-height: 23px;
  border-radius: 2px;
  transition: background 0.3s, border 0.3s;
  max-width: 100%;
  background-color: transparent;
}

input:hover,
input[type="text"]:focus {
  background-color: rgba(0, 0, 0, 0.03);
}

input:not([type="checkbox"]):not([type="radio"]) {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
}

@media (max-width: 767px) {
  input:not([type="submit"]) {
    font-size: 16px !important;
  }
}

@media (max-width: 767px) {
  input:not([type="submit"]) {
    font-size: 16px !important;
  }
}

input {
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #2c2f34;
  font-size: 13px;
  outline: 0;
  padding: 5px 0 5px 10px !important;
  line-height: 23px;
  border-radius: 2px;
  transition: background 0.3s, border 0.3s;
  max-width: 100%;
  background-color: transparent;
}

@media (max-width: 767px) {
  input:not([type="submit"]) {
    font-size: 16px !important;
  }
}

input {
  border: 1px solid #8d8d8d !important;
  max-width: 100%;
  padding: 14px 10px;
  border-radius: 5px;
  font-size: 16px;
  box-sizing: border-box;
  transition: 0.3s;
}

input:active,
input:focus,
input:hover {
  box-shadow: none;
}

button {
  -webkit-appearance: button;
}

button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

input[type="text"]:focus {
  outline: 0;
}

input {
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #2c2f34;
  font-size: 13px;
  outline: 0;
  padding: 5px;
  line-height: 23px;
  border-radius: 2px;
  transition: background 0.3s, border 0.3s;
  max-width: 100%;
  background-color: transparent;
}

input:hover,
input[type="text"]:focus {
  background-color: rgba(0, 0, 0, 0.03);
}

input:not([type="checkbox"]):not([type="radio"]) {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText;
}

input {
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #2c2f34;
  font-size: 13px;
  outline: 0;
  padding: 5px;
  line-height: 23px;
  border-radius: 2px;
  transition: background 0.3s, border 0.3s;
  max-width: 100%;
  background-color: transparent;
}

input:hover,
input[type="text"]:focus {
  background-color: rgba(0, 0, 0, 0.03);
}

input:not([type="checkbox"]):not([type="radio"]) {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
}

@media (max-width: 767px) {
  input:not([type="submit"]) {
    font-size: 16px !important;
  }
}

@media (max-width: 767px) {
  input:not([type="submit"]) {
    font-size: 16px !important;
  }
}

input {
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #2c2f34;
  font-size: 13px;
  outline: 0;
  padding: 5px;
  line-height: 23px;
  border-radius: 2px;
  transition: background 0.3s, border 0.3s;
  max-width: 100%;
  background-color: transparent;
}

@media (max-width: 767px) {
  input:not([type="submit"]) {
    font-size: 16px !important;
  }
}

input {
  font-family: Roboto;
}

@media screen and (max-width: 479px) {
  label {
    margin-bottom: 5px;
  }
}

p {
  font-family: "Open Sans", sans-serif;
}

img {
  border: 0;
}

button,
input {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button {
  text-transform: none;
}

button {
  -webkit-appearance: button;
  cursor: pointer;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

img {
  max-width: 100%;
  height: auto;
}

p {
  margin-top: 0;
  margin-bottom: 25px !important;
}

input:focus,
input[type]:focus {
  outline: 0;
}

input[type="text"] {
  font-size: 12px;
  line-height: 21px;
  color: #444;
  border: 1px solid #e1e1e1;
  width: 100%;
  max-width: 100%;
  height: 34px;
  padding: 3px 9px;
}

@media (max-width: 767px) {
  input[type="text"] {
    font-size: 16px;
  }
}

input[type="text"]:active,
input[type="text"]:focus {
  border-color: #b0b0b0 !important;
}

@media print {
  img {
    max-width: 100%;
    display: block;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

img {
  max-width: 100%;
  height: auto;
}

img {
  display: inline-block;
  vertical-align: middle;
}

div,
form,
img,
label,
p,
span {
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input::-ms-clear {
  display: none;
}

button {
  overflow: visible;
  width: auto;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  border: 1px solid #8d8d8d !important;
  max-width: 100%;
  padding: 14px 10px;
  border-radius: 5px;
  font-size: 16px;
  box-sizing: border-box;
  transition: 0.3s;
}

input:active,
input:focus,
input:hover {
  box-shadow: none;
}

button {
  -webkit-appearance: button;
}

button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

input[type="text"]:focus {
  outline: 0;
}

input {
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #2c2f34;
  font-size: 13px;
  outline: 0;
  padding: 5px;
  line-height: 23px;
  border-radius: 2px;
  transition: background 0.3s, border 0.3s;
  max-width: 100%;
  background-color: transparent;
}

input:hover,
input[type="text"]:focus {
  background-color: rgba(0, 0, 0, 0.03);
}

input:not([type="checkbox"]):not([type="radio"]) {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText;
}

input {
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #2c2f34;
  font-size: 13px;
  outline: 0;
  padding: 5px;
  line-height: 23px;
  border-radius: 2px;
  transition: background 0.3s, border 0.3s;
  max-width: 100%;
  background-color: transparent;
}

input:hover,
input[type="text"]:focus {
  background-color: rgba(0, 0, 0, 0.03);
}

input:not([type="checkbox"]):not([type="radio"]) {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
}

@media (max-width: 767px) {
  input:not([type="submit"]) {
    font-size: 16px !important;
  }
}

@media (max-width: 767px) {
  input:not([type="submit"]) {
    font-size: 16px !important;
  }
}

input {
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #2c2f34;
  font-size: 13px;
  outline: 0;
  padding: 5px 0 5px 10px !important;
  line-height: 23px;
  border-radius: 2px;
  transition: background 0.3s, border 0.3s;
  max-width: 100%;
  background-color: transparent;
}

@media (max-width: 767px) {
  input:not([type="submit"]) {
    font-size: 16px !important;
  }
}

input {
  border: 1px solid #8d8d8d !important;
  max-width: 100%;
  padding: 14px 10px;
  border-radius: 5px;
  font-size: 16px;
  box-sizing: border-box;
  transition: 0.3s;
}

input:active,
input:focus,
input:hover {
  box-shadow: none;
}

button {
  -webkit-appearance: button;
}

button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

input[type="text"]:focus {
  outline: 0;
}

input {
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #2c2f34;
  font-size: 13px;
  outline: 0;
  padding: 5px;
  line-height: 23px;
  border-radius: 2px;
  transition: background 0.3s, border 0.3s;
  max-width: 100%;
  background-color: transparent;
}

input:hover,
input[type="text"]:focus {
  background-color: rgba(0, 0, 0, 0.03);
}

input:not([type="checkbox"]):not([type="radio"]) {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText;
}

input {
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #2c2f34;
  font-size: 13px;
  outline: 0;
  padding: 5px;
  line-height: 23px;
  border-radius: 2px;
  transition: background 0.3s, border 0.3s;
  max-width: 100%;
  background-color: transparent;
}

input:hover,
input[type="text"]:focus {
  background-color: rgba(0, 0, 0, 0.03);
}

input:not([type="checkbox"]):not([type="radio"]) {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
}

@media (max-width: 767px) {
  input:not([type="submit"]) {
    font-size: 16px !important;
  }
}

@media (max-width: 767px) {
  input:not([type="submit"]) {
    font-size: 16px !important;
  }
}

input {
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #2c2f34;
  font-size: 13px;
  outline: 0;
  padding: 5px;
  line-height: 23px;
  border-radius: 2px;
  transition: background 0.3s, border 0.3s;
  max-width: 100%;
  background-color: transparent;
}

@media (max-width: 767px) {
  input:not([type="submit"]) {
    font-size: 16px !important;
  }
}

input {
  font-family: Roboto;
}

@media screen and (max-width: 479px) {
  label {
    margin-bottom: 5px;
  }
}

input::-ms-clear {
  display: none;
}

img {
  height: auto;
  -ms-interpolation-mode: bicubic;
  max-width: 100%;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  width: auto;
}

button {
  overflow: visible;
  width: auto;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input:focus {
  outline-offset: -2px;
}

input {
  border: 1px solid #8d8d8d !important;
  max-width: 100%;
  padding: 14px 10px;
  border-radius: 5px;
  font-size: 16px;
  box-sizing: border-box;
  transition: 0.3s;
}

input:active,
input:focus,
input:hover {
  box-shadow: none;
}

button {
  -webkit-appearance: button;
}

button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

input[type="text"]:focus {
  outline: 0;
}

input {
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #2c2f34;
  font-size: 13px;
  outline: 0;
  padding: 5px;
  line-height: 23px;
  border-radius: 2px;
  transition: background 0.3s, border 0.3s;
  max-width: 100%;
  background-color: transparent;
}

input:hover,
input[type="text"]:focus {
  background-color: rgba(0, 0, 0, 0.03);
}

input:not([type="checkbox"]):not([type="radio"]) {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText;
}

input {
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #2c2f34;
  font-size: 13px;
  outline: 0;
  padding: 5px;
  line-height: 23px;
  border-radius: 2px;
  transition: background 0.3s, border 0.3s;
  max-width: 100%;
  background-color: transparent;
}

input:hover,
input[type="text"]:focus {
  background-color: rgba(0, 0, 0, 0.03);
}

input:not([type="checkbox"]):not([type="radio"]) {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
}

@media (max-width: 767px) {
  input:not([type="submit"]) {
    font-size: 16px !important;
  }
}

@media (max-width: 767px) {
  input:not([type="submit"]) {
    font-size: 16px !important;
  }
}

img {
  max-width: 100%;
  height: auto;
}

input {
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #2c2f34;
  font-size: 13px;
  outline: 0;
  padding: 5px 0 5px 10px !important;
  line-height: 23px;
  border-radius: 2px;
  transition: background 0.3s, border 0.3s;
  max-width: 100%;
  background-color: transparent;
}

@media (max-width: 767px) {
  input:not([type="submit"]) {
    font-size: 16px !important;
  }
}

input {
  border: 1px solid #8d8d8d !important;
  max-width: 100%;
  padding: 14px 10px;
  border-radius: 5px;
  font-size: 16px;
  box-sizing: border-box;
  transition: 0.3s;
}

input:active,
input:focus,
input:hover {
  box-shadow: none;
}

button {
  -webkit-appearance: button;
}

button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

input[type="text"]:focus {
  outline: 0;
}

input {
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #2c2f34;
  font-size: 13px;
  outline: 0;
  padding: 5px;
  line-height: 23px;
  border-radius: 2px;
  transition: background 0.3s, border 0.3s;
  max-width: 100%;
  background-color: transparent;
}

input:hover,
input[type="text"]:focus {
  background-color: rgba(0, 0, 0, 0.03);
}

input:not([type="checkbox"]):not([type="radio"]) {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText;
}

input {
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #2c2f34;
  font-size: 13px;
  outline: 0;
  padding: 5px;
  line-height: 23px;
  border-radius: 2px;
  transition: background 0.3s, border 0.3s;
  max-width: 100%;
  background-color: transparent;
}

input:hover,
input[type="text"]:focus {
  background-color: rgba(0, 0, 0, 0.03);
}

input:not([type="checkbox"]):not([type="radio"]) {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
}

@media (max-width: 767px) {
  input:not([type="submit"]) {
    font-size: 16px !important;
  }
}

@media (max-width: 767px) {
  input:not([type="submit"]) {
    font-size: 16px !important;
  }
}

input {
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #2c2f34;
  font-size: 13px;
  outline: 0;
  padding: 5px;
  line-height: 23px;
  border-radius: 2px;
  transition: background 0.3s, border 0.3s;
  max-width: 100%;
  background-color: transparent;
}

@media (max-width: 767px) {
  input:not([type="submit"]) {
    font-size: 16px !important;
  }
}

input {
  font-family: Roboto;
}

@media screen and (max-width: 479px) {
  label {
    margin-bottom: 5px;
  }
}

input::-ms-clear {
  display: none;
}

img {
  height: auto;
  -ms-interpolation-mode: bicubic;
  max-width: 100%;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  width: auto;
}

button {
  overflow: visible;
  width: auto;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input:focus {
  outline-offset: -2px;
}

input {
  border: 1px solid #8d8d8d !important;
  max-width: 100%;
  padding: 14px 10px;
  border-radius: 5px;
  font-size: 16px;
  box-sizing: border-box;
  transition: 0.3s;
}

input:active,
input:focus,
input:hover {
  box-shadow: none;
}

button {
  -webkit-appearance: button;
}

button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

input[type="text"]:focus {
  outline: 0;
}

input {
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #2c2f34;
  font-size: 13px;
  outline: 0;
  padding: 5px;
  line-height: 23px;
  border-radius: 2px;
  transition: background 0.3s, border 0.3s;
  max-width: 100%;
  background-color: transparent;
}

input:hover,
input[type="text"]:focus {
  background-color: rgba(0, 0, 0, 0.03);
}

input:not([type="checkbox"]):not([type="radio"]) {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText;
}

input {
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #2c2f34;
  font-size: 13px;
  outline: 0;
  padding: 5px;
  line-height: 23px;
  border-radius: 2px;
  transition: background 0.3s, border 0.3s;
  max-width: 100%;
  background-color: transparent;
}

input:hover,
input[type="text"]:focus {
  background-color: rgba(0, 0, 0, 0.03);
}

input:not([type="checkbox"]):not([type="radio"]) {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
}

@media (max-width: 767px) {
  input:not([type="submit"]) {
    font-size: 16px !important;
  }
}

@media (max-width: 767px) {
  input:not([type="submit"]) {
    font-size: 16px !important;
  }
}

img {
  max-width: 100%;
  height: auto;
}

input {
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #2c2f34;
  font-size: 13px;
  outline: 0;
  padding: 5px 0 5px 10px !important;
  line-height: 23px;
  border-radius: 2px;
  transition: background 0.3s, border 0.3s;
  max-width: 100%;
  background-color: transparent;
}

@media (max-width: 767px) {
  input:not([type="submit"]) {
    font-size: 16px !important;
  }
}

input {
  border: 1px solid #8d8d8d !important;
  max-width: 100%;
  padding: 14px 10px;
  border-radius: 5px;
  font-size: 16px;
  box-sizing: border-box;
  transition: 0.3s;
}

input:active,
input:focus,
input:hover {
  box-shadow: none;
}

button {
  -webkit-appearance: button;
}

button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

input[type="text"]:focus {
  outline: 0;
}

input {
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #2c2f34;
  font-size: 13px;
  outline: 0;
  padding: 5px;
  line-height: 23px;
  border-radius: 2px;
  transition: background 0.3s, border 0.3s;
  max-width: 100%;
  background-color: transparent;
}

input:hover,
input[type="text"]:focus {
  background-color: rgba(0, 0, 0, 0.03);
}

input:not([type="checkbox"]):not([type="radio"]) {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText;
}

input {
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #2c2f34;
  font-size: 13px;
  outline: 0;
  padding: 5px;
  line-height: 23px;
  border-radius: 2px;
  transition: background 0.3s, border 0.3s;
  max-width: 100%;
  background-color: transparent;
}

input:hover,
input[type="text"]:focus {
  background-color: rgba(0, 0, 0, 0.03);
}

input:not([type="checkbox"]):not([type="radio"]) {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
}

@media (max-width: 767px) {
  input:not([type="submit"]) {
    font-size: 16px !important;
  }
}

@media (max-width: 767px) {
  input:not([type="submit"]) {
    font-size: 16px !important;
  }
}

input {
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #2c2f34;
  font-size: 13px;
  outline: 0;
  padding: 5px;
  line-height: 23px;
  border-radius: 2px;
  transition: background 0.3s, border 0.3s;
  max-width: 100%;
  background-color: transparent;
}

@media (max-width: 767px) {
  input:not([type="submit"]) {
    font-size: 16px !important;
  }
}

input {
  font-family: Roboto;
}

@media screen and (max-width: 479px) {
  label {
    margin-bottom: 5px;
  }
}

img {
  border: 0;
}

button,
input {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button {
  text-transform: none;
}

button {
  -webkit-appearance: button;
  cursor: pointer;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input:focus,
input[type]:focus {
  outline: 0;
}

input[type="text"] {
  font-size: 12px;
  line-height: 21px;
  color: #444;
  border: 1px solid #e1e1e1;
  width: 100%;
  max-width: 100%;
  height: 36px;
  padding: 3px 9px;
}

@media (max-width: 767px) {
  input[type="text"] {
    font-size: 16px;
  }
}

input[type="text"]:active,
input[type="text"]:focus {
  border-color: #b0b0b0 !important;
}

input::-ms-clear {
  display: none;
}

button {
  overflow: visible;
  width: auto;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  border: 1px solid #8d8d8d !important;
  max-width: 100%;
  padding: 14px 10px;
  border-radius: 5px;
  font-size: 16px;
  box-sizing: border-box;
  transition: 0.3s;
}

input:active,
input:focus,
input:hover {
  box-shadow: none;
}

button {
  -webkit-appearance: button;
}

button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

input[type="text"]:focus {
  outline: 0;
}

input {
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #2c2f34;
  font-size: 13px;
  outline: 0;
  padding: 5px;
  line-height: 23px;
  border-radius: 2px;
  transition: background 0.3s, border 0.3s;
  max-width: 100%;
  background-color: transparent;
}

input:hover,
input[type="text"]:focus {
  background-color: rgba(0, 0, 0, 0.03);
}

input:not([type="checkbox"]):not([type="radio"]) {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
}

input {
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #2c2f34;
  font-size: 13px;
  outline: 0;
  padding: 5px;
  line-height: 23px;
  border-radius: 2px;
  transition: background 0.3s, border 0.3s;
  max-width: 100%;
  background-color: transparent;
}

input:hover,
input[type="text"]:focus {
  background-color: rgba(0, 0, 0, 0.03);
}

input:not([type="checkbox"]):not([type="radio"]) {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
}

@media (max-width: 767px) {
  input:not([type="submit"]) {
    font-size: 16px !important;
  }
}

@media (max-width: 767px) {
  input:not([type="submit"]) {
    font-size: 16px !important;
  }
}

input {
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #2c2f34;
  font-size: 13px;
  outline: 0;
  padding: 5px 0 5px 10px !important;
  line-height: 23px;
  border-radius: 2px;
  transition: background 0.3s, border 0.3s;
  max-width: 100%;
  background-color: transparent;
}

@media (max-width: 767px) {
  input:not([type="submit"]) {
    font-size: 16px !important;
  }
}

input {
  border: 1px solid #8d8d8d !important;
  max-width: 100%;
  padding: 14px 10px;
  border-radius: 5px;
  font-size: 16px;
  box-sizing: border-box;
  transition: 0.3s;
}

input:active,
input:focus,
input:hover {
  box-shadow: none;
}

button {
  -webkit-appearance: button;
}

button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

input[type="text"]:focus {
  outline: 0;
}

input {
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #2c2f34;
  font-size: 13px;
  outline: 0;
  padding: 5px;
  line-height: 23px;
  border-radius: 2px;
  transition: background 0.3s, border 0.3s;
  max-width: 100%;
  background-color: transparent;
}

input:hover,
input[type="text"]:focus {
  background-color: rgba(0, 0, 0, 0.03);
}

input:not([type="checkbox"]):not([type="radio"]) {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText;
}

input {
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #2c2f34;
  font-size: 13px;
  outline: 0;
  padding: 5px;
  line-height: 23px;
  border-radius: 2px;
  transition: background 0.3s, border 0.3s;
  max-width: 100%;
  background-color: transparent;
}

input:hover,
input[type="text"]:focus {
  background-color: rgba(0, 0, 0, 0.03);
}

input:not([type="checkbox"]):not([type="radio"]) {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
}

@media (max-width: 767px) {
  input:not([type="submit"]) {
    font-size: 16px !important;
  }
}

@media (max-width: 767px) {
  input:not([type="submit"]) {
    font-size: 16px !important;
  }
}

input {
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #2c2f34;
  font-size: 13px;
  outline: 0;
  padding: 5px;
  line-height: 23px;
  border-radius: 2px;
  transition: background 0.3s, border 0.3s;
  max-width: 100%;
  background-color: transparent;
}

@media (max-width: 767px) {
  input:not([type="submit"]) {
    font-size: 16px !important;
  }
}

input {
  font-family: Roboto;
}

@media screen and (max-width: 479px) {
  label {
    margin-bottom: 5px;
  }
}

input::-ms-clear {
  display: none;
}

img {
  height: auto;
  -ms-interpolation-mode: bicubic;
  max-width: 100%;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  width: auto;
}

button {
  overflow: visible;
  width: auto;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input:focus {
  outline-offset: -2px;
}

input {
  border: 1px solid #8d8d8d !important;
  max-width: 100%;
  padding: 14px 10px;
  border-radius: 5px;
  font-size: 16px;
  box-sizing: border-box;
  transition: 0.3s;
}

input:active,
input:focus,
input:hover {
  box-shadow: none;
}

button {
  -webkit-appearance: button;
}

button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

input[type="text"]:focus {
  outline: 0;
}

input {
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #2c2f34;
  font-size: 13px;
  outline: 0;
  padding: 5px;
  line-height: 23px;
  border-radius: 2px;
  transition: background 0.3s, border 0.3s;
  max-width: 100%;
  background-color: transparent;
}

input:hover,
input[type="text"]:focus {
  background-color: rgba(0, 0, 0, 0.03);
}

input:not([type="checkbox"]):not([type="radio"]) {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText;
}

input {
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #2c2f34;
  font-size: 13px;
  outline: 0;
  padding: 5px;
  line-height: 23px;
  border-radius: 2px;
  transition: background 0.3s, border 0.3s;
  max-width: 100%;
  background-color: transparent;
}

input:hover,
input[type="text"]:focus {
  background-color: rgba(0, 0, 0, 0.03);
}

input:not([type="checkbox"]):not([type="radio"]) {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
}

@media (max-width: 767px) {
  input:not([type="submit"]) {
    font-size: 16px !important;
  }
}

@media (max-width: 767px) {
  input:not([type="submit"]) {
    font-size: 16px !important;
  }
}

img {
  max-width: 100%;
  height: auto;
}

input {
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #2c2f34;
  font-size: 13px;
  outline: 0;
  padding: 5px 0 5px 10px !important;
  line-height: 23px;
  border-radius: 2px;
  transition: background 0.3s, border 0.3s;
  max-width: 100%;
  background-color: transparent;
}

@media (max-width: 767px) {
  input:not([type="submit"]) {
    font-size: 16px !important;
  }
}

input {
  border: 1px solid #8d8d8d !important;
  max-width: 100%;
  padding: 14px 10px;
  border-radius: 5px;
  font-size: 16px;
  box-sizing: border-box;
  transition: 0.3s;
}

input:active,
input:focus,
input:hover {
  box-shadow: none;
}

button {
  -webkit-appearance: button;
}

button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

input[type="text"]:focus {
  outline: 0;
}

input {
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #2c2f34;
  font-size: 13px;
  outline: 0;
  padding: 5px;
  line-height: 23px;
  border-radius: 2px;
  transition: background 0.3s, border 0.3s;
  max-width: 100%;
  background-color: transparent;
}

input:hover,
input[type="text"]:focus {
  background-color: rgba(0, 0, 0, 0.03);
}

input:not([type="checkbox"]):not([type="radio"]) {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText;
}

input {
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #2c2f34;
  font-size: 13px;
  outline: 0;
  padding: 5px;
  line-height: 23px;
  border-radius: 2px;
  transition: background 0.3s, border 0.3s;
  max-width: 100%;
  background-color: transparent;
}

input:hover,
input[type="text"]:focus {
  background-color: rgba(0, 0, 0, 0.03);
}

input:not([type="checkbox"]):not([type="radio"]) {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
}

@media (max-width: 767px) {
  input:not([type="submit"]) {
    font-size: 16px !important;
  }
}

@media (max-width: 767px) {
  input:not([type="submit"]) {
    font-size: 16px !important;
  }
}

input {
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #2c2f34;
  font-size: 13px;
  outline: 0;
  padding: 5px;
  line-height: 23px;
  border-radius: 2px;
  transition: background 0.3s, border 0.3s;
  max-width: 100%;
  background-color: transparent;
}

@media (max-width: 767px) {
  input:not([type="submit"]) {
    font-size: 16px !important;
  }
}

@media screen and (max-width: 479px) {
  label {
    margin-bottom: 5px;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  input {
    height: 36px !important;
  }
}

#order_form {
  margin: 0 auto  ;
  display: block;
  text-align: center;
  line-height: 1;
  height: 100%;
  background-size: 100% 100%;
  width: 100%;
}

#order_form div {
  background: 0 0 !important;
}

#order_form h2 {
  margin: 0;
  padding: 0;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 28px;
  border: none;
  margin-top: 15px !important;
  margin-bottom: 15px;
  line-height: 1.3;
}

#order_form label {
  width: 230px;
  display: block;
  padding: 5px 0 10px 0;
  font-weight: 700;
  font-size: 16px;
  margin-left: auto;
  margin-right: auto;
}

#order_form .order_form_pole {
  padding: 0 10px 5px 10px;
  margin: 0 10px 5px 10px;
}

#order_form input {
  font-size: 16px;
  padding: 15px;
  border-radius: 3px;
  border: 2px solid #e9d7dc;
  max-width: 300px;
  width: 100%;
}

#order_form button {
  display: inline-block;
  padding: 20px;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 4px 15px 0 rgba(129, 150, 160, 0.45);
  border-radius: 5px;
  /* background-color: #0299ff; */
  background-position: 1.35em 0.94em;
  background-size: 1em;
  background-repeat: no-repeat;
  transition: all 0.15s ease-in-out;
  border: none;
  cursor: pointer;
  font-size: 20px;
}

#order_form button:hover {
  /* background-color: #017acc; */
}

#order_form button:active {
  position: relative;
  top: 1px;
}

@media (max-width: 767px) {
  #order_form {
    background-image: url("../img/formbg.jpg") !important;
    /* background: 
      
      
      
      
      
      #ebeae6; */
    border: 0px;
  }
}

@media screen and (max-width: 479px) {
  #order_form label {
    font-size: 14px;
  }

  #order_form button {
    width: 260px;
    max-width: 100%;
    margin-top: 15px;
  }

  #order_form {
    padding: 10px;
  }

  #order_form .order_form_pole {
    padding: 0;
    margin: 2px;
  }
}

@media screen and (max-width: 459px) {
  #order_form input {
    width: 100%;
    max-width: 300px;
  }

  #order_form button {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (max-width: 349px) {
  #order_form input {
    font-size: 17px;
  }

  #order_form button {
    margin-left: 0;
  }
}

.inL_124971 {
  display: block;
}

.inL_367630 {
  width: 100px;
  display: inherit !important;
}

.inL_276800 {
  color: #00f;
  font-size: 14px;
  margin-bottom: 5px;
}

.inL_199202 {
  font-size: 14px !important;
}

.inL_824152 {
  margin: 15px 10px 15px 10px;
  border: 2px solid #0299ff;
  padding: 10px;
}

.inL_824152 b {
  font-size: 16px;
}

.inL_379561 {
  margin-bottom: 0 !important;
}

.last-input {
  margin-bottom: 20px !important;
}

@media screen and (max-width: 767px) {
  #order_form button {
    width: 93%;
    max-width: 300px;
    margin-bottom: 20px;
  }

  .Body p {
    text-align: left;
  }
}

@media screen and (max-width: 479px) {
  #order_form input {
    width: 93%;
  }
}

.price {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 15px;
  font-size: 20px;
}

.price p {
  text-align: center !important;
  padding-bottom: 0 !important;
  line-height: 1.3;
  margin-bottom: 0 !important;
}

@media screen and (min-width: 1200px) {
  b,
  p {
    font-size: 16px;
  }

  .inL_824152 b {
    font-size: 13px !important;
  }
}

@media screen and (max-width: 1009px) {
  .order {
    flex-direction: column;
  }

  .pack-center {
    width: 260px;
    margin: 0 auto 25px auto !important;
  }
}

.form_btn {
  display: inline-block;
  min-width: 250px;
  margin: 20px auto;
  padding: 20px;
  font-size: 20px;
  text-decoration: none;
  background-color: #de0606;
  text-align: center;
  color: #fff !important;
  border-radius: 4px;
  border: none;
  cursor: pointer;
  animation: pulse 2s infinite;
  -webkit-animation: pulse 2s infinite;
  text-decoration: none;
}

.form_btn:hover {
  text-decoration: none;
}

@keyframes pulse {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
  }

  50% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
  }

  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
  }
}

@-webkit-keyframes pulse {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
  }

  50% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
  }

  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
  }
}

.comment {
  position: relative;
}

.comment-info__time {
  margin-right: 10px;
}

.comment-info {
  position: absolute;
  top: 27px;
  right: 0;
  font-size: 14px;
}

@media (max-width: 500px) {
  .comment-info {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100px;
  }
}

.comment-info__like,
.comment-info__dislike {
  padding: 5px;
  border: 1px solid #ccc;
  text-decoration: none !important;
  color: #000 !important;
}

.comment-info__like {
  margin-right: 5px;
}

.comment-info__like > svg {
  transform: scale(-1, 1);
}
.comment-info__dislike > svg {
  transform: scale(1, -1);
}

.additional,
.timelimit {
  font-size: 16px;
  text-align: center;
  padding: 0px 5px;
  margin-bottom: 0px;
}

.timelimit b {
  display: inline-block;
  background-size: contain;
  padding-left: 14px;
  color: red;
  vertical-align: middle;
  background-position: left center;
  font-size: 12px !important;
}

.attention {
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
  width: 60%;
  margin: 32px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 14px;
  -webkit-box-shadow: 0 0 4px #555;
  box-shadow: 0 0 4px #555;
}

.attention img {
  width: 52px;
  height: 46px;
  margin-bottom: 10px;
}

.attention p {
  text-align: center;
  font-size: 12px;
  line-height: 16px;
}

.attention p strong {
  color: #d90000;
}

.delivery {
  display: flex;
  align-items: center;
  gap: 20px;
}

.discussion-page-container {
  padding-right: 60px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .discussion-page-container {
    padding-right: 20px;
  }
}

@media (max-width: 767px) {
  .discussion-page-container {
    padding-right: 0;
  }
}

.discussion-page-container .back-link {
  padding-bottom: 10px;
}

.discussion-page-container .back-link a {
  color: #d10031;
  font-size: 12px;
  line-height: 24px;
}

@media (max-width: 479px) {
  .discussion-page-container .back-link {
    text-align: center;
  }
}

.discussion-page-container .breadcrumbs-widget {
  margin-bottom: 25px;
  line-height: 16px;
}

.discussion-container {
  padding-right: 0;
  margin-bottom: 20px;
}

.discussion-container .discussion-headline {
  font-size: 20px;
  line-height: 28px;
  padding: 10px 0;
}

.discussion-container .discussion-headline .preposition {
  text-transform: uppercase;
}

.discussion-container .discussion-wrapper {
  margin-top: 30px;
}

.discussion-container .discussion-wrapper .d-comments-count-wraper {
  position: relative;
  top: 16px;
  display: inline-block;
}

.discussion-container
  .discussion-wrapper
  .d-comments-count-wraper
  .comments-count {
  font-size: 21px;
  text-transform: uppercase;
  font-family: Bebas Neue, serif;
  letter-spacing: 1px;
  color: #363a41;
}

.discussion-container
  .discussion-wrapper
  .d-comments-count-wraper
  .comments-count
  .comment-number {
  display: inline-block;
  border-radius: 50%;
  background-color: #222;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  font-size: 20px;
  font-family: Bebas Neue, serif;
  text-align: center;
  margin-right: 5px;
}

@media (max-width: 479px) {
  .discussion-container .discussion-wrapper .d-comments-count-wraper {
    text-align: center;
    width: 100%;
  }
}

.discussion-container .discussion-wrapper .discussion-add-wrapper {
  border-bottom: 1px solid #e3e3e3;
  padding-bottom: 30px;
}

.discussion-container
  .discussion-wrapper
  .discussion-add-wrapper
  .d-react-main-wrapper
  .d-react-main {
  background: transparent;
  border: 2px solid #222;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0 0;
  box-shadow: 0 0 0 0;
  color: #222;
  font-size: 16px;
  font-family: Bebas Neue, serif;
  letter-spacing: 4px;
  width: 230px;
  height: 52px;
  line-height: 52px;
  padding: 0;
}

@media (max-width: 479px) {
  .discussion-container
    .discussion-wrapper
    .discussion-add-wrapper
    .d-react-main-wrapper {
    float: none;
    margin-bottom: 10px;
  }

  .discussion-container
    .discussion-wrapper
    .discussion-add-wrapper
    .d-react-main-wrapper
    .d-react-main {
    width: 100%;
  }
}

.discussion-container
  .discussion-wrapper
  .d-submit-form
  .text-area-wrapper
  .form-control {
  width: 100%;
  border-radius: 4px;
  border: 1px solid #e3e3e3;
  height: 100px;
  padding: 6px 12px;
}

.discussion-container .discussion-wrapper .d-submit-form .discussion-rule-link {
  text-decoration: underline;
}

.discussion-container
  .discussion-wrapper
  .d-submit-form
  .submit-wrapper
  .d-submit-comment-btn {
  border: 2px solid #e3e3e3;
  border-radius: 0;
  background-color: transparent;
  color: #222;
  font-family: Bebas Neue, serif;
  font-size: 14px;
  line-height: 32px;
  padding: 0;
  height: 32px;
  width: 120px;
  -webkit-box-shadow: 0 0 0 0;
  box-shadow: 0 0 0 0;
  letter-spacing: 2px;
}

.discussion-container .more-discussion {
  text-align: center;
}

.discussion-container .more-discussion .primary-button {
  display: inline-block;
  border: 2px solid #222;
  font-size: 18px;
  height: 52px;
  line-height: 52px;
  color: #000;
  text-transform: uppercase;
  font-family: Bebas Neue, serif;
  padding: 0 20px;
  letter-spacing: 4px;
  width: 260px;
}

.d-blocker-wrapper {
  border: 1px solid #e3e3e3;
  padding: 30px;
  margin-bottom: 30px;
}

.d-blocker-wrapper .d-blocker-title {
  font-family: Bebas Neue, serif;
  text-align: left;
  font-size: 20px;
  color: #363a41;
  text-transform: uppercase;
  line-height: 20px;
  margin-bottom: 20px;
}

.d-blocker-wrapper .d-blocker-text {
  margin-bottom: 20px;
}

.d-blocker-wrapper .d-blocker-button {
  display: block;
  text-align: center;
  background: transparent;
  border: 2px solid #222;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0 0;
  box-shadow: 0 0 0 0;
  color: #222;
  font-size: 16px;
  font-family: Bebas Neue, serif;
  letter-spacing: 4px;
  width: 200px;
  height: 52px;
  line-height: 52px;
  padding: 0;
}

.discussion-rules {
  padding: 0 40px;
}

.discussion-rules h1 {
  color: #d10031;
  line-height: normal;
}

.discussion-rules ul li ol {
  padding-left: 30px;
}

.discussion-rules .close {
  font-weight: 700;
}

.discussion-container .d-comments-wrapper {
  width: 100%;
}

.discussion-container .d-comments-wrapper .d-comment-group {
  border-bottom: 1px solid #e3e3e3;
  margin-top: 20px;
  padding-bottom: 30px;
  position: relative;
}

.discussion-container .d-comments-wrapper .d-comment-group:last-child {
  border-bottom: 0;
  padding-bottom: 20px;
}

.discussion-container .d-comments-wrapper .d-comment-group .d-comment-wrapper {
  border-bottom: none;
}

.discussion-container .d-comments-wrapper .d-comment-group .icon-diss {
  display: none;
}

.discussion-container .d-comments-wrapper .d-comment-group .level-1 {
  margin-left: 0;
  padding-left: 70px;
  margin-top: 20px;
  position: relative;
  border-bottom: none;
}

.discussion-container
  .d-comments-wrapper
  .d-comment-group
  .level-1:nth-of-type(2) {
  margin-top: 0;
  padding-top: 0;
}

.discussion-container
  .d-comments-wrapper
  .d-comment-group
  .level-1:nth-of-type(2)
  .icon-diss {
  top: 35px;
}

.discussion-container
  .d-comments-wrapper
  .d-comment-group
  .level-1:nth-of-type(2)
  .d-post {
  margin-top: 10px;
  padding-top: 20px;
  border-top: 1px solid #e3e3e3;
}

.discussion-container .d-comments-wrapper .d-comment-group .level-1 .icon-diss {
  background-image: url(../img/icon_arrow_disscussion.706cc937.svg);
  background-position: 0 0;
  -webkit-background-size: 20px 20px;
  -moz-background-size: 20px 20px;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  top: 25px;
  left: 30px;
}

.discussion-container
  .d-comments-wrapper
  .d-comment-group
  .level-1
  .icon-diss:before {
  content: "";
}

.discussion-container .d-comments-wrapper .d-comment-group .d-post {
  position: relative;
  min-height: 20px;
  margin-bottom: 10px;
  margin-top: 0;
}

.discussion-container
  .d-comments-wrapper
  .d-comment-group
  .d-post
  .user-img-wrapper {
  display: block;
}

.discussion-container
  .d-comments-wrapper
  .d-comment-group
  .d-post
  .user-img-wrapper
  .user-img
  .img-circle {
  width: 55px;
  height: 55px;
  border: none;
  border-radius: 50%;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.discussion-container .d-comments-wrapper .d-comment-group .d-post .head {
  padding-top: 10px;
  margin-bottom: 0;
}

.discussion-container
  .d-comments-wrapper
  .d-comment-group
  .d-post
  .head
  .username {
  margin-right: 20px;
  float: left;
  color: #d10031;
  font-family: Libre Caslon, sans-serif;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  margin-top: 8px;
}

.discussion-container
  .d-comments-wrapper
  .d-comment-group
  .d-post
  .head
  .username:hover {
  cursor: auto;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .discussion-container
    .d-comments-wrapper
    .d-comment-group
    .d-post
    .head
    .username {
    margin-top: 6px;
  }
}

@media (max-width: 479px) {
  .discussion-container
    .d-comments-wrapper
    .d-comment-group
    .d-post
    .head
    .username {
    margin-top: 2px;
  }
}

.discussion-container
  .d-comments-wrapper
  .d-comment-group
  .d-post
  .head
  a.username:hover {
  cursor: pointer;
}

.discussion-container
  .d-comments-wrapper
  .d-comment-group
  .d-post
  .head
  .button-wrapper {
  text-align: right;
  display: block;
}

.discussion-container
  .d-comments-wrapper
  .d-comment-group
  .d-post
  .head
  .button-wrapper
  .date {
  color: #222;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  margin-right: 10px;
}

.discussion-container
  .d-comments-wrapper
  .d-comment-group
  .d-post
  .head
  .button-wrapper
  .sep {
  display: none;
  color: #222;
  margin: 0 10px;
  line-height: 14px;
  font-size: 14px;
}

@media (max-width: 1023px) {
  .discussion-container
    .d-comments-wrapper
    .d-comment-group
    .d-post
    .head
    .button-wrapper
    .sep {
    display: none;
    margin: 0 5px;
  }
}

.discussion-container
  .d-comments-wrapper
  .d-comment-group
  .d-post
  .head
  .button-wrapper
  .d-report-comment {
  color: #222;
  font-size: 12px;
  margin-right: 10px;
}

.discussion-container
  .d-comments-wrapper
  .d-comment-group
  .d-post
  .head
  .button-wrapper
  .d-report-comment:hover {
  cursor: pointer;
}

.discussion-container
  .d-comments-wrapper
  .d-comment-group
  .d-post
  .head
  .button-wrapper
  .d-report-comment:after {
  content: none;
}

.discussion-container
  .d-comments-wrapper
  .d-comment-group
  .d-post
  .head
  .button-wrapper
  .d-like-box {
  display: inline-block;
  margin-bottom: 10px;
}

.discussion-container
  .d-comments-wrapper
  .d-comment-group
  .d-post
  .head
  .button-wrapper
  .d-like-box
  .d-btn {
  color: #222;
  background-color: #fff;
  border: 1px solid #e3e3e3;
  border-radius: 0;
  padding: 0 12px 0 26px;
  height: 32px;
  display: inline-block;
  line-height: 32px;
}

.discussion-container
  .d-comments-wrapper
  .d-comment-group
  .d-post
  .head
  .button-wrapper
  .d-like-box
  .d-btn:hover {
  cursor: pointer;
}

.discussion-container
  .d-comments-wrapper
  .d-comment-group
  .d-post
  .head
  .button-wrapper
  .d-like-box
  .d-btn.d-like {
  background: url(../img/icon_thumb_up_green.c1e3dc5a.svg) no-repeat 50%;
  margin-right: 6px;
}

.discussion-container
  .d-comments-wrapper
  .d-comment-group
  .d-post
  .head
  .button-wrapper
  .d-like-box
  .d-btn.d-like:hover {
  background-image: url(../img/icon_thumb_up_white.8408a254.svg);
  background-repeat: no-repeat;
  background-color: #257e3d;
  color: #fff;
}

.discussion-container
  .d-comments-wrapper
  .d-comment-group
  .d-post
  .head
  .button-wrapper
  .d-like-box
  .d-btn.d-dislike {
  background: url(../img/icon_thumb_down_red.85702970.svg) no-repeat 50%;
}

.discussion-container
  .d-comments-wrapper
  .d-comment-group
  .d-post
  .head
  .button-wrapper
  .d-like-box
  .d-btn.d-dislike:hover {
  background-image: url(../img/icon_thumb_down_white.3b50a769.svg);
  background-repeat: no-repeat;
  background-color: #c70000;
  color: #fff;
}

.discussion-container
  .d-comments-wrapper
  .d-comment-group
  .d-post
  .head
  .button-wrapper
  .d-like-box
  .d-btn.d-dislike,
.discussion-container
  .d-comments-wrapper
  .d-comment-group
  .d-post
  .head
  .button-wrapper
  .d-like-box
  .d-btn.d-like {
  background-position: 10px 8px;
  -webkit-background-size: 12px 12px;
  -moz-background-size: 12px 12px;
  background-size: 12px 12px;
}

.discussion-container
  .d-comments-wrapper
  .d-comment-group
  .d-post
  .head
  .button-wrapper
  .d-like-box
  .d-btn
  i {
  display: none;
}

.discussion-container
  .d-comments-wrapper
  .d-comment-group
  .d-post
  .head
  .button-wrapper
  .d-react {
  display: inline-block;
  width: auto;
  height: 32px;
  text-transform: none;
  line-height: 30px;
  margin: 0 0 0 6px;
  color: #222;
  background-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #e3e3e3;
  padding: 0 12px 5px;
  border-radius: 0;
  font-family: Bebas Neue, serif;
  font-size: 14px;
  letter-spacing: 2px;
}

.discussion-container
  .d-comments-wrapper
  .d-comment-group
  .d-post
  .head
  .button-wrapper
  .d-react:hover {
  cursor: pointer;
  background-color: #d10031;
  color: #fff;
}

.discussion-container .d-comments-wrapper .d-comment-group .d-post .d-body {
  margin-left: 80px;
  clear: right;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

@media (max-width: 479px) {
  .discussion-container .d-comments-wrapper .d-comment-group .d-post .d-body {
    margin-left: 0;
  }
}

.discussion-blocker-premium {
  width: 100%;
  padding: 25px 30px 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid gold;
  margin-top: 20px;
}

@media (max-width: 767px) {
  .discussion-blocker-premium {
    padding: 20px;
  }
}

.discussion-blocker-premium .info-text {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
}

.discussion-blocker-premium .info-text .small-text {
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  line-height: 17px;
}

.discussion-blocker-premium .buttons-wrapper .payment-button {
  font-size: 13px;
  width: 141px;
  height: 35px;
  margin-right: 30px;
  display: inline-block;
  vertical-align: top;
  line-height: 35px;
  border-radius: 5px;
  cursor: pointer;
  text-align: left;
  text-decoration: none;
}

@media (max-width: 480px) {
  .discussion-blocker-premium .buttons-wrapper .payment-button {
    width: 100% !important;
    text-align: center;
    margin: 0;
  }
}

.discussion-blocker-premium .buttons-wrapper .payment-button.login-btn {
  width: 70px;
}

@media (max-width: 480px) {
  .discussion-blocker-premium .buttons-wrapper .payment-button.login-btn {
    margin-top: 10px;
  }
}

.discussion-blocker-premium
  .buttons-wrapper
  .payment-button.login-btn
  .btn-txt {
  text-decoration: underline;
  font-weight: 400;
}

.discussion-blocker-premium .buttons-wrapper .payment-button .btn-txt {
  display: block;
  font-weight: 700;
  font-size: 13px;
  font-family: Open Sans, sans-serif;
  text-align: center;
}

.discussion-blocker-premium .buttons-wrapper .payment-button .login-txt {
  color: #222;
}

.discussion-blocker-premium .buttons-wrapper .spacer {
  width: 100%;
  margin-top: 10px;
}

.discussion-blocker-premium .buttons-wrapper .spacer.desktop {
  display: none;
}

@media (max-width: 480px) {
  .discussion-blocker-premium .buttons-wrapper .spacer.desktop {
    display: block;
  }
}

.discussion-blocker-premium .buttons-wrapper .btn-gold {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: gold;
  border: 1px solid gold;
}

.close-popup,
.cursor-text {
  cursor: pointer;
  position: absolute;
}

.cursor-text,
.pop-up-window,
.spin-result-wrapper,
.spin-wrapper,
.wheel-wrapper {
  text-align: center;
}

.spin-wrapper {
  padding: 40px 10px;
  box-sizing: border-box;
  position: relative;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border: 4px solid #e70d14;
}

.spin-wrapper p {
  text-align: center !important;
  font-size: 18px;
  line-height: 1.3em;
  text-indent: 0;
  padding: 0;
  margin-bottom: 40px;
}

.spin-wrapper .spin-title {
  font-size: 24px;
  line-height: 28px;
  margin-top: 20px;
  margin-bottom: 15px;
}

.wheel {
  width: 506px !important;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.wheel-cursor {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 35% !important;
  height: 35%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.cursor-text {
  font-style: normal;
  font-weight: 800;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;
  color: #262626;
  z-index: 2;
  display: inline-block;
  /* font-size: 13px; */
  width: 63px !important;
  height: 63px;
  line-height: 63px;
  border-radius: 50%;
  vertical-align: middle;
  top: 33%;
  left: 57px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: #fff;
  box-shadow: rgb(255 255 255) 0px -2px 0px inset, rgb(255 255 255) 0px 2px 0px inset, rgb(0 0 0 / 40%) 0px 0px 5px;
}

@keyframes scale {
  0% {
    transform: scale(100%);
  }
  100% {
    transform: scale(110%);
  }
}

@keyframes scale2 {
  0% {
    transform: translate(-50%, -50%) scale(100%);
  }
  100% {
    transform: translate(-50%, -50%) scale(110%);
  }
}

.wheel-img {
  -webkit-transition: 4s;
  -o-transition: 4s;
  transition: 4s;

  
}

.close-popup {
  width: 30px;
  height: 30px;
  background-image: url("../img/cross.svg");
  background-size: 100%;
  top: 10px;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 10px #fff;
  box-shadow: 0 0 10px #fff;
  right: 10px;
}

.cursor-text:active {
  -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0 0 5px inset;
  box-shadow: rgba(0, 0, 0, 0.4) 0 0 5px inset;
}

.spin-result-wrapper {
  display: none;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  top: 0;
  z-index: 2;
  left: 0;
  height: 100%;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.6);
}

.pop-up-layer {
  position: fixed !important;
  top: 0 !important;
  width: 100% !important;
  height: 100% !important;
  background-color: rgba(0, 0, 0, 0.7) !important;
  z-index: 99 !important;
}

.pop-up-layer-show {
  display: block;
}

.pop-up-window {
  position: relative;
  max-width: 400px;
  right: 0;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 auto !important;
  background: #fff;
  padding: 70px 10px 20px !important;
  border-radius: 10px;
  animation: 0.7s ease 0s normal none 1 running pop-up-appear;
  background-image: url(../img/bg-prise.png);
  background-position: center;
  background-size: cover;
}

.pop-up-window::after,
.pop-up-window::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.pop-up-window::before {
  width: 110px;
  height: 110px;
  top: -55px;
  background: linear-gradient(180deg, #2aa6eb 21.15%, #006aa5 100%);
  border-radius: 50%;
  animation: 0.5s ease 0.6s normal backwards 1 running pop-up-appear-before;
}

.pop-up-window::after {
  content: url(../img/med.svg);
  width: 84px;
  height: 67px;
  top: -32px;
  /* border-width: medium medium 4px 4px; */
  /* border-style: none none solid solid; */
  /* border-color: currentcolor currentcolor #fff #fff; */
  -moz-border-top-colors: none;
  -moz-border-right-colors: none;
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  border-image: none;
  /* transform: rotate(-45deg); */
  /* transition: opacity 1s ease 0s; */
  animation: 0.5s ease 0.6s normal backwards 1 running pop-up-appear-after;
}

.spin-wrapper::after,
.spin-wrapper::before {
  content: none;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.spin-wrapper::before {
  width: 90px;
  height: 90px;
  top: -55px;
  background: linear-gradient(180deg, #2aa6eb 21.15%, #006aa5 100%);
  border-radius: 50%;
  animation: 0.5s ease 0.6s normal backwards 1 running pop-up-appear-before;
}

.spin-wrapper::after {
  display: block;
  width: 65px;
  height: 56px;
  top: -38px;
  -moz-border-top-colors: none;
  -moz-border-right-colors: none;
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  border-image: none;
  animation: 0.5s ease 0.6s normal backwards 1 running pop-up-appear-after;
}

@keyframes pop-up-appear {
  0% {
    transform: translateY(-2000px);
  }
  30% {
    transform: translateY(100px);
  }
  100% {
    transform: translateY(-50%);
  }
}

@keyframes pop-up-appear-before {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes pop-up-appear-after {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.pop-up-heading {
  font-size: 40px !important;
  margin-bottom: 20px !important;
}

p.pop-up-text {
  margin: 20px auto 25px !important;
  font-size: 24px !important;
  line-height: 30px !important;
  text-align: center !important;
  text-indent: 0;
  color: #414141 !important;
  font-weight: 400;
}

.pop-up-button,
.pop-up-button:hover {
  color: #fff !important;
  text-decoration: none !important;
}

.pop-up-button {
  text-transform: uppercase !important;
  padding: 10px 20% !important;
  font-size: 20px !important;
  border-radius: 5px !important;
  background-color: #2aa6eb !important;
  border: none !important;
  cursor: pointer !important;
  outline: 0 !important;
  border-radius: 50px !important;
}

.cursor-wheel {
  position: absolute;
  bottom: 38px;
  left: 38px;
}

.wheel img {
  max-width: 100%;

}

.super-rotation {
  -webkit-animation-name: super-rotation;
  animation-name: super-rotation;
  -webkit-animation-duration: 7s;
  animation-duration: 7s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

/* @-webkit-keyframes super-rotation {
  70% {
    -webkit-transform: rotate(1783deg);
    transform: rotate(1783deg);
  }
  100% {
    -webkit-transform: rotate(1774deg);
    transform: rotate(1774deg);
  }
} */

@keyframes super-rotation {
  70% {
    -webkit-transform: rotate(2223deg);
    transform: rotate(2223deg);
  }
  100% {
    -webkit-transform: rotate(2230deg);
    transform: rotate(2230deg);
  }
}

.rotate-min {
  animation-name: rotation-min;
  animation-duration: 200s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes rotation-min {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.time_pxains span {
  font-size: 1.1em;
  color: red;
  font-weight: 700;
}

.time_pxains_title {
  padding-top: 15px;
  text-align: center;
  font-size: 22px;
}

.order_block {
  display: none;
  padding: 0 10px;
}

.priceс br {
  display: none;
}

@media all and (max-width: 1000px) {
  .page-wrap {
    padding: 0 5px;
  }
  .article {
    padding: 15px 5px;
    width: 100%;
    box-sizing: border-box;
  }
  .article__text img {
    display: block;
    margin-bottom: 10px;
  }
}

.loading2 {
  position: absolute;
  top: -1px;
  left: -1px;
  width: 506px;
  height: 506px;
  border-radius: 100%;
}

.loading2 > div {
  background-color: #ffffff;
  height: 14px;
  position: absolute;
  width: 14px;
  /* css3 radius */
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  /* css3 animation */
  -webkit-animation-name: loading2;
  -webkit-animation-duration: 1.04s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-direction: linear;
  -moz-animation-name: loading2;
  -moz-animation-duration: 1.04s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-direction: linear;
  -o-animation-name: loading2;
  -o-animation-duration: 1.04s;
  -o-animation-iteration-count: infinite;
  -o-animation-direction: linear;
}

.loading2 > div:nth-child(1) {
  left: 246px;
  top: 5px;
  /* css3 animation */
  -webkit-animation-delay: 0.39s;
  -moz-animation-delay: 0.39s;
  -o-animation-delay: 0.39s;
}

.loading2 > div:nth-child(2) {
  left: 328px;
  top: 20px;
  /* css3 animation */
  -webkit-animation-delay: 0.52s;
  -moz-animation-delay: 0.52s;
  -o-animation-delay: 0.52s;
}

.loading2 > div:nth-child(3) {
  left: 400px;
  top: 61px;
  /* css3 animation */
  -webkit-animation-delay: 0.65s;
  -moz-animation-delay: 0.65s;
  -o-animation-delay: 0.65s;
}

.loading2 > div:nth-child(4) {
  left: 455px;
  top: 131px;
  /* css3 animation */
  -webkit-animation-delay: 0.78s;
  -moz-animation-delay: 0.78s;
  -o-animation-delay: 0.78s;
}

.loading2 > div:nth-child(5) {
  left: 482px;
  top: 208px;
  /* css3 animation */
  -webkit-animation-delay: 0.91s;
  -moz-animation-delay: 0.91s;
  -o-animation-delay: 0.91s;
}

.loading2 > div:nth-child(6) {
  top: 285px;
  left: 482px;
  /* css3 animation */
  -webkit-animation-delay: 1.04s;
  -moz-animation-delay: 1.04s;
  -o-animation-delay: 1.04s;
}

.loading2 > div:nth-child(7) {
  top: 362px;
  left: 452px;
  /* css3 animation */
  -webkit-animation-delay: 1.17s;
  -moz-animation-delay: 1.17s;
  -o-animation-delay: 1.17s;
}

.loading2 > div:nth-child(8) {
  top: 426px;
  left: 400px;
  /* css3 animation */
  -webkit-animation-delay: 1.3s;
  -moz-animation-delay: 1.3s;
  -o-animation-delay: 1.3s;
}

.loading2 > div:nth-child(9) {
  top: 472px;
  left: 323px;
  /* css3 animation */
  -webkit-animation-delay: 0.39s;
  -moz-animation-delay: 0.39s;
  -o-animation-delay: 0.39s;
}

.loading2 > div:nth-child(10) {
  top: 487px;
  left: 248px;
  /* css3 animation */
  -webkit-animation-delay: 0.52s;
  -moz-animation-delay: 0.52s;
  -o-animation-delay: 0.52s;
}

.loading2 > div:nth-child(11) {
  top: 471px;
  left: 157px;
  /* css3 animation */
  -webkit-animation-delay: 0.65s;
  -moz-animation-delay: 0.65s;
  -o-animation-delay: 0.65s;
}

.loading2 > div:nth-child(12) {
  top: 426px;
  left: 87px;
  /* css3 animation */
  -webkit-animation-delay: 0.78s;
  -moz-animation-delay: 0.78s;
  -o-animation-delay: 0.78s;
}

.loading2 > div:nth-child(13) {
  top: 362px;
  left: 35px;
  /* css3 animation */
  -webkit-animation-delay: 0.91s;
  -moz-animation-delay: 0.91s;
  -o-animation-delay: 0.91s;
}

.loading2 > div:nth-child(14) {
  top: 287px;
  left: 9px;
  /* css3 animation */
  -webkit-animation-delay: 1.04s;
  -moz-animation-delay: 1.04s;
  -o-animation-delay: 1.04s;
}

.loading2 > div:nth-child(15) {
  top: 200px;
  left: 9px;
  /* css3 animation */
  -webkit-animation-delay: 1.17s;
  -moz-animation-delay: 1.17s;
  -o-animation-delay: 1.17s;
}

.loading2 > div:nth-child(16) {
  top: 125px;
  left: 35px;
  /* css3 animation */
  -webkit-animation-delay: 1.3s;
  -moz-animation-delay: 1.3s;
  -o-animation-delay: 1.3s;
}

.loading2 > div:nth-child(17) {
  top: 60px;
  left: 89px;
  /* css3 animation */
  -webkit-animation-delay: 1.17s;
  -moz-animation-delay: 1.17s;
  -o-animation-delay: 1.17s;
}

.loading2 > div:nth-child(18) {
  top: 20px;
  left: 163px;
  /* css3 animation */
  -webkit-animation-delay: 1.3s;
  -moz-animation-delay: 1.3s;
  -o-animation-delay: 1.3s;
}

/* css3 keyframes - loading2 */

@-webkit-keyframes loading2 {
  0% {
    background-color: #2c3a86;
    opacity: 0;
  }
  100% {
    background-color: #ffffff;
    opacity: 1;
  }
}

@-moz-keyframes loading2 {
  0% {
    background-color: #2c3a86;
    opacity: 0;
  }
  100% {
    background-color: #ffffff;
    opacity: 1;
  }
}

@-o-keyframes loading2 {
  0% {
    background-color: #2c3a86;
    opacity: 0;
  }
  100% {
    background-color: #ffffff;
    opacity: 1;
  }
}

@media all and (max-width: 998px) {
  .wheel {
    width: 100% !important;
  }
  .pop-up-heading {
    font-size: 33px !important;
  }
  .pop-up-text {
    margin-bottom: 15px !important;
  }
  .cursor-text {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .cursor-wheel {
    width: 70%;
    bottom: 10%;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .close-popup {
    position: absolute;
    width: 30px;
    height: 30px;
    background-size: 100%;
    top: 10px;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 10px #fff;
    box-shadow: 0 0 10px #fff;
    right: 10px;
    cursor: pointer;
  }
  .loading2 {
    width: 100%;
    height: 100%;
    /* background-color: black; */
  }
  .loading2 > div {
    width: 7px;
    height: 7px;
  }
  .loading2 > div:nth-child(1) {
    top: 2%;
    left: 50%;
  }
  .loading2 > div:nth-child(2) {
    top: 5%;
    left: 66%;
  }
  .loading2 > div:nth-child(3) {
    left: 81%;
    top: 14%;
  }
  .loading2 > div:nth-child(4) {
    left: 91%;
    top: 26%;
  }
  .loading2 > div:nth-child(5) {
    left: 97%;
    top: 46%;
  }
  .loading2 > div:nth-child(6) {
    top: 62%;
    left: 95%;
  }
  .loading2 > div:nth-child(7) {
    top: 77%;
    left: 87%;
  }
  .loading2 > div:nth-child(8) {
    top: 87%;
    left: 77%;
  }
  .loading2 > div:nth-child(9) {
    top: 93%;
    left: 66%;
  }
  .loading2 > div:nth-child(10) {
    top: 96%;
    left: 50%;
  }
  .loading2 > div:nth-child(11) {
    top: 93%;
    left: 33%;
  }
  .loading2 > div:nth-child(12) {
    top: 84%;
    left: 18%;
  }
  .loading2 > div:nth-child(13) {
    top: 72%;
    left: 8%;
  }
  .loading2 > div:nth-child(14) {
    top: 58%;
    left: 3%;
  }
  .loading2 > div:nth-child(15) {
    top: 40%;
    left: 3%;
  }
  .loading2 > div:nth-child(16) {
    top: 25%;
    left: 9%;
  }
  .loading2 > div:nth-child(17) {
    top: 13%;
    left: 20%;
  }
  .loading2 > div:nth-child(18) {
    top: 5%;
    left: 34%;
  }
  /* .loading2 > div:nth-child(1) {
    top: 2.57px;
    left: 126.4px;
  }
  .loading2 > div:nth-child(2) {
    top: 10.28px;
    left: 168.54px;
  }
  .loading2 > div:nth-child(3) {
    top: 31.34px;
    left: 205.53px;
  }
  .loading2 > div:nth-child(4) {
    top: 67.31px;
    left: 233.79px;
  }
  .loading2 > div:nth-child(5) {
    top: 106.88px;
    left: 247.67px;
  }
  .loading2 > div:nth-child(6) {
    top: 146.44px;
    left: 247.67px;
  }
  .loading2 > div:nth-child(7) {
    top: 186px;
    left: 232.25px;
  }
  .loading2 > div:nth-child(8) {
    top: 218.89px;
    left: 205.53px;
  }
  .loading2 > div:nth-child(9) {
    top: 242.53px;
    left: 165.97px;
  }
  .loading2 > div:nth-child(10) {
    top: 250.24px;
    left: 127.43px;
  }
  .loading2 > div:nth-child(11) {
    top: 242px;
    left: 80.67px;
  }
  .loading2 > div:nth-child(12) {
    top: 218.89px;
    left: 44.7px;
  }
  .loading2 > div:nth-child(13) {
    top: 186.01px;
    left: 17.98px;
  }
  .loading2 > div:nth-child(14) {
    top: 147.47px;
    left: 4.62px;
  }
  .loading2 > div:nth-child(15) {
    top: 102.77px;
    left: 4.62px;
  }
  .loading2 > div:nth-child(16) {
    top: 64.23px;
    left: 17.98px;
  }
  .loading2 > div:nth-child(17) {
    top: 30.83px;
    left: 45.73px;
  }
  .loading2 > div:nth-child(18) {
    top: 10.28px;
    left: 83.75px;
  } */
}

@media (max-width: 767px) {
  .wheel-wrapper {
    max-width: 506px;
    margin: 0 auto;
  }
  .cursor-text {
    width: 48% !important;
    height: 48% !important;
    top: 50%;
  }
}

@media (max-width: 480px) {
  .cursor-text {
    width: 48% !important;
    height: 48% !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 12px;
    line-height: 39px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .loading2 > div {
    width: 4px;
    height: 4px;
  }
}

@media (max-width: 359px) {
  .cursor-text {
    font-size: 10px;
  }
}

.section-product-wheel {
  margin: 80px 0px 20px;
}
.prod_img_wrapper {
  max-width: 400rem;
  margin: 15rem auto;
  padding-bottom: 40rem;
  position: relative;
}
.prod_img {
  width: 100%;
  max-width: 300rem;
}

.timer_wrap {
  color: red;
  font-weight: bold;
  background-image: url("../img/timerIcon2.png");
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 14px;
  display: inline-block;
  margin: 5px 0;
}
.priceс {
  position: absolute;
  right: 0;
  bottom: 0;

  color: #000;
  box-shadow: rgba(0, 0, 0, 0.8) 0rem 3rem 30rem;
  width: 165rem;
  height: 98rem;
  text-align: center !important;
  font-size: 19rem;
  font-weight: bold;
  line-height: 1.3;
  transform: rotateZ(-7deg);
  margin: -0rem auto 0rem;
  background: linear-gradient(
    to right,
    rgb(238, 165, 19) 0%,
    rgb(253, 237, 19) 100%
  );
  border-width: 2rem;
  border-style: solid;
  border-color: rgb(255, 255, 255);
  border-image: initial;
  border-radius: 19%;
}
span.discountс {
  display: block;
  margin-top: 9rem;
  font-size: 18rem;
}
/* .price_main {
  border-bottom: 2rem solid #d31812;
  font-size: 24rem;
  line-height: 0rem;
  margin: 0 auto;
} */
.js_old_price {
  display: block;
  margin: 0 auto;
}
.wheel_input {
  padding: 10rem !important;
  display: block !important;
  margin: 0 auto 20rem !important;
  padding: 10rem !important;
  width: 100% !important;
  border: 2rem solid grey !important;
  border-radius: 5rem !important;
  box-sizing: border-box;
}
.data_label {
  line-height: 30rem;
}
.country_select {
  display: none !important;
  width: 52% !important;
}

.order_form {
  display: block !important;
  margin: 0 auto !important;
  text-align: center !important;
  width: 100%;
  max-width: 530rem;
}
@media screen and (max-width: 480rem) {
  .country_select {
    width: 96% !important;
  }
}
.main-link {
  display: block;
  width: 100%;
  box-sizing: border-box;
  margin: 40rem auto;
  padding: 20rem;
  font-size: 20rem;
  text-decoration: none;
  background-color: #de0606;
  text-align: center;
  color: #fff !important;
  border-radius: 4rem;
  border: none;
  cursor: pointer;
}
.main-link:hover {
  opacity: 0.8;
}

.time_remains_title {
  padding-top: 15rem;
  text-align: center;
  font-size: 22rem;
}

.main_form {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: url(../img/form_bg.jpg) center top no-repeat;
  background-size: 100% 100%;
  padding: 30px 0;
  text-align: center;
  max-width: 650px;
  margin: 0 auto;
  font-size: 18px;
  margin-bottom: 30px;
}
.main_form h2 {
  font-size: 32px;
  line-height: 1.2;
  color: #000;
  font-weight: bold;
  margin-top: 25px;
  margin-bottom: 15px;
  text-align: center;
  font-style: normal;
}
.sertif {
  color: blue;
  font-size: 14px;
  font-style: italic;
}
.blue-border {
  margin: 15px 20px 15px 20px;
  border: 2px solid #0299ff;
  padding: 10px !important;
  text-align: center !important;
  max-width: 700px;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.35;
}
.main_form p {
  padding: 0 0 30px;
  text-align: left;
}
.main_form .price {
  margin-top: 0;
  margin-bottom: 10px;
  text-align: center;
  padding-bottom: 0;
}
.price_red {
  font-weight: bold;
  color: red;
}
.main_form label {
  margin-top: 10px;
  font-size: 16px;
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}
.main_form input {
  font-size: 18px;
  padding: 15px;
  border-radius: 3px;
  border: 2px solid #e9d7dc;
  max-width: 300px;
  width: 100%;
}
.main_form button {
  padding: 20px;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 4px 15px 0 rgba(129, 150, 160, 0.45);
  border-radius: 5px;
  background-color: #d90303;
  background-position: 1.35em 0.94em;
  background-size: 1em;
  background-repeat: no-repeat;
  transition: all 0.15s ease-in-out;
  border: none;
  cursor: pointer;
  font-size: 20px;
  margin-top: 20px;
  box-sizing: border-box;
  width: 260px;
  margin-bottom: 40px;
}
.main_form button {
  animation: glowing 2000ms infinite both;
}

.timelimit b {
  display: inline-block;
  background-size: 10px;
  margin-top: -2px;
  padding-left: 14px;
  color: red;
  vertical-align: middle;
  font-size: 15px;
}
.article__text b,
.article__text strong {
  font-weight: bold;
}
@media (max-width: 992px) {
  .main_form {
    padding: 30px 15px;
  }
  .main_form label {
    font-size: 14px;
  }
  .main_form input {
    width: 80%;
    font-size: 14px;
  }
}
.order-info {
  text-align: center;
}
.order-info__title {
  font-size: 24px;
  color: red;
  text-align: center;
}
.order-info__date {
  text-decoration: underline;
}
.order-info__count {
  display: inline-block;
  background: red;
  padding: 20px;
  margin: 12px auto;
  width: auto;
  color: #fff;
  text-shadow: 0 -1px 0 #000, 0 -1px 0 #000, 0 1px 0 #000, 0 1px 0 #000,
    -1px 0 0 #000, 1px 0 0 #000, -1px 0 0 #000, 1px 0 0 #000, -1px -1px 0 #000,
    1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000, -1px -1px 0 #000,
    1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
  font-size: 44px;
  border-radius: 5px;
  text-align: center;
}

.c-subscribe-action__title[data-v-451ebbb8] {
  margin-bottom: 6px !important;
  font-size: 14px !important;
}

.com-image {
  width: 100%;
  max-width: 420px;
}


.delivery {
  font-size: 14px !important;
}

@media (max-width: 1024px) {
  .delivery {
  font-size: 15px !important;
}
}

@media (max-width: 800px) {
  .side-section {
    display: none;
  }
}

