.btn {
  position: relative;
  display: inline-block;
  *display: inline;
  zoom: 1;
  font-size: 100%;
  font-weight: 700;
  border: 0 none;
  padding: 10px 24px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  border-radius: 2px;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  vertical-align: top;
  white-space: nowrap;
  text-align: center;
  -webkit-transition: all 0.08s ease-in-out 0s;
  -moz-transition: all 0.08s ease-in-out 0s;
  -o-transition: all 0.08s ease-in-out 0s;
  transition: all 0.08s ease-in-out 0s;
}
.ico_film,
.ico_tick,
.ico_tick_green,
.ico_cross,
.ico_magn,
.m-info-screen:before,
.m-signup-form-input-wrapper.error:after,
.m-signup-form-input-wrapper.ok:after {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  text-decoration: none;
  border: 0 none;
  vertical-align: middle;
  background-color: transparent;
  background-repeat: no-repeat;
}
/*<editor-fold desc="Global styles"> */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h2,
h3,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  padding: 0;
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
table,
fieldset,
img {
  border: 0;
}
address,
caption,
cite,
code,
dfn,
th,
var {
  font-weight: normal;
  font-style: normal;
}
caption,
th {
  text-align: left;
}
blockquote,
q {
  quotes: none;
}
h1,
h2,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
form {
  margin: 0;
}
input,
textarea,
select,
button {
  font-family: inherit;
  font-size: 100%;
  vertical-align: middle;
}
input[type=submit],
input[type=button] {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  resize: vertical;
}
button {
  width: auto;
  overflow: visible;
}
img {
  vertical-align: middle;
}
a:active {
  outline: 0;
}
*:focus {
  outline: none;
}
b,
strong {
  font-size: 100%;
}
p {
  margin: 20px 0;
}
a,
.g_link {
  color: #3f4040;
  text-decoration: none;
}
a:hover,
.g_link:hover {
  text-decoration: underline;
}
hr {
  height: 0;
  display: block;
  margin: 1px 0;
  border: 0;
  border-top: 1px solid #BBB;
}
h1,
.g_h1 {
  font-size: 60px;
  font-weight: 300;
  line-height: 0.85;
  padding: 0 0 26px;
}
h2,
.g_h2 {
  font-size: 30px;
  font-weight: 600;
  line-height: 1.3;
  padding: 14px 0 10px;
}
h3,
.g_h3 {
  font-size: 23px;
  font-weight: 700;
  line-height: 1.3;
  padding: 8px 0 4px;
}
h4,
.g_h4 {
  font-size: 125%;
  font-weight: 700;
  padding: 14px 0;
  color: #3f4040;
}
h5,
.g_h5 {
  font-size: 17px;
  font-weight: 700;
  padding: 15px 0;
}
li {
  position: relative;
  list-style: none;
  padding: 2px 0;
}
ul li:before,
ol li:before {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  margin-right: 5px;
}
ul li:before {
  content: "•";
  font-size: 120%;
}
ol {
  counter-reset: item;
}
ol li {
  padding-left: 24px;
}
ol li:before {
  position: absolute;
  left: 0;
  content: counter(item) ".";
  counter-increment: item;
}
.site-header ul,
.site-footer ul,
.menu_vert,
.menu_hor,
.menu_list {
  padding: 0;
}
.site-header ul li,
.site-footer ul li,
.menu_vert li,
.menu_hor li,
.menu_list li {
  padding: 0;
}
.site-header ul li:before,
.site-footer ul li:before,
.menu_vert li:before,
.menu_hor li:before,
.menu_list li:before {
  display: none;
}
small,
.g_small {
  font-size: 11px;
}
.g_strong {
  font-weight: 700;
}
.g_strong_extra {
  font-weight: 800;
}
.g_inline {
  display: inline;
}
/*<editor-fold desc="Diff"> */
.not_link {
  text-decoration: none !important;
  border-bottom: 0 none !important;
}
.color_grey {
  color: #898282;
}
.color_red {
  color: #eb282d;
}
/*</editor-fold>*/
/*<editor-fold desc="Buttons"> */
.btn {
  background: #e31119;
  color: #fff;
}
.btn:hover {
  background: #d73f43;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
}
.btn:active {
  background: #b62428;
  color: #fff;
  box-shadow: none;
}
.btn:disabled,
.btn.disabled {
  background: #c7c4c4;
  color: #fff;
  box-shadow: none;
  cursor: default;
}
/*</editor-fold> */
/*<editor-fold desc="Forms"> */
.placeholder {
  color: #797979;
}
::-webkit-input-placeholder {
  color: #797979;
}
::-moz-placeholder {
  color: #797979;
  opacity: 1;
  filter: alpha(opacity=100);
}
:-ms-input-placeholder {
  color: #797979;
}
/*</editor-fold>*/
/*<editor-fold desc="icons"> */
.ico_film {
  background-image: url(../images/sprite.png);
  background-position: 0px 0px;
  width: 20px;
  height: 19px;
}
.ico_tick {
  background-image: url(../images/sprite.png);
  background-position: -53px -8px;
  width: 16px;
  height: 14px;
}
.ico_tick_green {
  background-image: url(../images/sprite.png);
  background-position: -101px -4px;
  width: 18px;
  height: 18px;
}
.ico_cross {
  background-image: url(../images/sprite.png);
  background-position: -78px -7px;
  width: 14px;
  height: 14px;
}
.ico_magn {
  background-image: url(../images/sprite.png);
  background-position: -120px -129px;
  width: 28px;
  height: 29px;
}
/*</editor-fold>*/
/*<editor-fold desc="Tooltip"> */
.tooltip-wrapper {
  position: relative;
}
.tooltip-text {
  position: absolute;
  top: 100%;
  right: 0;
  background: #fff;
  padding: 26px;
  font-size: 15px;
  font-weight: 400;
  line-height: 23px;
  white-space: nowrap;
  border-radius: 4px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  z-index: 9999;
  visibility: hidden;
  opacity: 0;
}
.tooltip-text:before {
  content: "";
  position: absolute;
  right: 60px;
  bottom: 100%;
  width: 0;
  height: 0;
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
  border-bottom: 13px solid #fff;
}
.tooltip-text.show {
  visibility: visible;
  opacity: 1;
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-name: bounce_in_down;
  animation-name: bounce_in_down;
}
@-webkit-keyframes bounce_in_down {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes bounce_in_down {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.tooltip-text.show.hide {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-name: bounce_out_up;
  animation-name: bounce_out_up;
}
@-webkit-keyframes bounce_out_up {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
@keyframes bounce_out_up {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
.tooltip-text p:first-child {
  padding-top: 0;
}
.tooltip-text p:last-child {
  padding-bottom: 0;
}
/*</editor-fold>*/
/*<editor-fold desc="Modal windows"> */
.mw-wrapper {
  position: fixed;
  display: none;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 99999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  background: rgba(63, 64, 64, 0.75);
}
.mw-wrapper.visible {
  display: block;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-name: fade_in;
  animation-name: fade_in;
}
@-webkit-keyframes fade_in {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
  }
  100% {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@keyframes fade_in {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
  }
  100% {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
.mw-wrapper.hide {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-name: fade_out;
  animation-name: fade_out;
}
@-webkit-keyframes fade_out {
  0% {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
  }
  100% {
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
  }
}
@keyframes fade_out {
  0% {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
  }
  100% {
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
  }
}
.mw-wrapper:before {
  content: "";
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: middle;
  height: 100%;
}
.mw,
.mw-iframe {
  border-radius: 2px;
}
.mw {
  position: relative;
  z-index: 2;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: middle;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  opacity: 0;
  filter: alpha(opacity=0);
  margin: 0 auto;
  background: #fff;
  font-size: 0;
  padding: 12px;
}
.mw-wrapper.visible .mw {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-name: zoom_in;
  animation-name: zoom_in;
}
@-webkit-keyframes zoom_in {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    transform: scale(0.9, 0.9);
    -ms-transform: scale(0.9, 0.9);
    -webkit-transform: scale(0.9, 0.9);
  }
  50% {
    opacity: 1;
    filter: alpha(opacity=100);
    transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    -webkit-transform: scale(1.05, 1.05);
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
    transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
  }
}
@keyframes zoom_in {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    transform: scale(0.9, 0.9);
    -ms-transform: scale(0.9, 0.9);
    -webkit-transform: scale(0.9, 0.9);
  }
  50% {
    opacity: 1;
    filter: alpha(opacity=100);
    transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    -webkit-transform: scale(1.05, 1.05);
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
    transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
  }
}
.mw-wrapper.hide .mw {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-name: zoom_out;
  animation-name: zoom_out;
}
@-webkit-keyframes zoom_out {
  0% {
    opacity: 1;
    filter: alpha(opacity=100);
    transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
  }
  100% {
    opacity: 0;
    filter: alpha(opacity=0);
    transform: scale(0.9, 0.9);
    -ms-transform: scale(0.9, 0.9);
    -webkit-transform: scale(0.9, 0.9);
  }
}
@keyframes zoom_out {
  0% {
    opacity: 1;
    filter: alpha(opacity=100);
    transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
  }
  100% {
    opacity: 0;
    filter: alpha(opacity=0);
    transform: scale(0.9, 0.9);
    -ms-transform: scale(0.9, 0.9);
    -webkit-transform: scale(0.9, 0.9);
  }
}
.mw-close_ico {
  position: absolute !important;
  top: -46px;
  right: -32px;
  cursor: pointer;
  z-index: 3;
  width: 24px;
  height: 24px;
}
.mw-close_ico:after {
  content: "×";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 70px;
  font-weight: 300;
  line-height: 24px;
  color: #fff;
  -webkit-transition: opacity 0.1s ease-in-out 0s;
  -moz-transition: opacity 0.1s ease-in-out 0s;
  -o-transition: opacity 0.1s ease-in-out 0s;
  transition: opacity 0.1s ease-in-out 0s;
  opacity: 0.9;
  filter: alpha(opacity=90);
  text-shadow: 0 1px 10px rgba(63, 64, 64, 0.3);
}
.mw-close_ico:hover:after {
  opacity: 1;
  filter: alpha(opacity=100);
}
/*</editor-fold>*/
/*</editor-fold>*/
/*
LAYOUT
h- Header
m- Main content
s- Sidebar
f- Footer
*/
/*<editor-fold desc="Common"> */
html {
  height: 100% !important;
}
body {
  position: relative;
  height: auto !important;
  min-height: 100%;
  height: 100%;
  background: #fff;
  color: #3f4040;
  font-family: "Open Sans", "Arial", Verdana, sans-serif;
  font-size: 16px;
  line-height: 1.89;
}
.wrapper {
  width: 960px;
  margin: 0 auto;
}
.m-title_line {
  position: relative;
  margin: 20px 0 15px;
  border-top: 1px solid #aaa79f;
  text-align: center;
}
.m-title_line [class*="ico_"] {
  position: relative;
  margin-top: -27px;
  z-index: 1;
}
.m-title_line .ico_cam {
  margin-top: -26px;
}
.m-title_line:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -10px;
  margin: 0 auto;
  background: #fff;
  z-index: 0;
  width: 62px;
  height: 20px;
}
/*</editor-fold>*/
/*<editor-fold desc="HEADER">*/
.site-header {
  position: relative;
  padding: 27px 0;
  height: 50px;
}
.site-header .wrapper {
  position: relative;
  height: 100%;
}
.h-logo {
  text-decoration: none !important;
  border-bottom: 0 none !important;
}
.h-slogan {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 18px;
  font-style: italic;
  color: #eb282d;
  font-weight: 400;
}
/*</editor-fold>*/
/*<editor-fold desc="Product presentation"> */
.m-present {
  background: url(/images/hyper-cam-4/present-bg2.jpg) no-repeat center top;
  height: 620px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 44px 0 0;
  color: #141414;
}
.m-present:after,
.m-present:before {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.m-present-cover,
.m-present-content {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
}
.m-present-cover {
  width: 276px;
  margin: 0 22px 0 0;
}
.m-present-cover-img {
  display: block;
  margin-left: -54px;
  margin-top: 24px;
}
.m-present-content {
  width: 657px;
  margin-right: -10px;
}
.m-present-content .g_h1,
.m-present-content > h3,
.m-present-content > p {
  text-shadow: 0 0 5px rgba(108, 24, 21, 0.15);
}
.m-present-h1 {
  position: relative;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  line-height: 76px;
  margin-left: -5px;
  padding: 0;
}
.m-present-h1 .g_strong {
  letter-spacing: 0;
}
.m-present-h1 sup {
  position: absolute;
  left: 100%;
  top: 4px;
  font-weight: 400;
  margin-left: 8px;
  font-size: 18px;
  line-height: 18px;
}
.m-present-subtitle {
  font-weight: bold;
  font-size: 30px;
  padding: 18px 0 0;
  margin-left: -3px;
  line-height: 0.95;
}
.m-countdown-after .m-present-subtitle {
  font-size: 30px;
}
.m-countdown-after p {
  font-size: 18px;
  margin: 16px 0 20px;
}
.body_ru .m-countdown-after p,
.body_en .m-countdown-after p,
.body_de .m-countdown-after p {
  font-size: 16px;
  margin: 14px 0 12px;
}
.m-present-descr {
  padding: 10px 0 0;
  font-size: 18px;
  line-height: 34px;
}
.m-present-descr strong {
  font-size: 130%;
}
.m-present-content_ru .m-present-descr {
  font-size: 16px;
  line-height: 30px;
}
.m-present-content_de .m-present-descr {
  font-size: 15px;
  line-height: 26px;
}
.m-present-descr-old_price {
  background: rgba(130, 32, 41, 0.2);
  padding: 1px 3px;
  font-size: 110%;
}
.m-present-descr-new_price {
  background: #f6f6f6;
  padding: 1px 3px;
  font-size: 130%;
}
.m-present-descr-disc {
  font-size: 18px;
  font-weight: 800;
}
.m-present-descr-price {
  font-size: 21px;
  font-weight: 800;
}
.m-countdown,
.m-countdown-r {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  margin-top: 15px;
}
.m-countdown {
  cursor: default;
  width: 186px;
  margin-right: 21px;
  border-radius: 4px;
  overflow: hidden;
  color: #fff;
  line-height: 1;
  text-shadow: 0 0 5px rgba(108, 24, 21, 0.15);
  padding-left:92px;

}
.m-countdown:after,
.m-countdown:before {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.m-countdown-title {
  background: #0e0c0c;
  font-size: 15px;
  padding: 13px 4px;
  white-space: nowrap;
  text-align: center;
  border-bottom: 1px solid #202020;
}
.m-present-content_pt .m-countdown-title {
  font-size: 11.5px;
}
.m-countdown-col {
  float: left;
  /* height: 80px;*/
  box-sizing: border-box;
  -moz-box-sizing: border-box;
 /* background: #171515;
  width: 40%;*/
  padding: 0 0;
  text-align: center;
  
  
  /*border-right: 1px solid #0a0a0a;
  border-left: 1px solid #232121;*/
}
.m-countdown-col:first-child {
  border-left: 0 none;
}
.m-countdown-col:last-child {
  border-right: 0 none;
}
.m-countdown-val {
  height: 40px;
  font-weight: 700;
  font-size: 50px;
  padding: 0 0 6px;
  color: #000;
}

.m-countdown-val-sep {
  height: 40px;
  float: left;
  font-weight: 700;
  font-size: 50px;
  padding: 0 0 6px;
  color: #000;
  white-space: nowrap;  
  margin-top: -4px;
}

.m-countdown-label {
  font-size: 13px;
}
.m-countdown-r {
  width: 440px;
  margin-right: -10px;
}
.m-present-24h {
  padding: 0 0 5px;
  text-shadow: 0 0 5px rgba(108, 24, 21, 0.15);
  font-weight: 700;
  line-height: 0.8;
  font-size: 17.5px;
  white-space: nowrap;
}
.m-present-24h .g_strong_extra {
  font-size: 18px;
}
.m-present-content_ru .m-present-24h {
  font-size: 13px;
}
.m-present-content_de .m-present-24h {
  font-size: 14px;
}
.m-present-content_pt .m-present-24h {
  font-size: 17px;
  padding-bottom: 2px;
}
.m-present-buy,
.m-present-buy2 {
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  text-shadow: 0 0 5px rgba(108, 24, 21, 0.15);
  border: 0 none;
  border-radius: 5px;
  cursor: pointer;
  /*background-color: #eb282d;*/
  background-color: #e31119;
  background-repeat: no-repeat;
  background-position: 0 0;
  color: #fff;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
}
.m-present-buy:hover,
.m-present-buy2:hover {
  text-decoration: none;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
}
.m-present-buy:active,
.m-present-buy2:active {
  box-shadow: none;
}
.m-present-buy {
  width: 332px;
  height: 74px;
  padding: 8px 16px;
  margin: 13px 0 0;
  /* background-image: url(/images/hyper-cam-4/m-present-buy.png);*/
}
.m-present-content_ru .m-present-buy {
  padding: 16px 16px;
}
.m-present-buy:hover {
  background-position: 0 -92px;
}
.m-present-buy:active {
  background-position: 0 -184px;
}
.m-present-buy2 {
  width: 503px;
  height: 123px;
  padding: 12px 25px;
  margin: 35px 0 0;
  background-image: url(/images/hyper-cam-4/m-present-buy2.png);
}
.m-present-buy2:hover {
  background-position: 0 -123px;
}
.m-present-buy2:active {
  background-position: 0 -246px;
}
.m-present-buy-row {
  display: block;
  white-space: nowrap;
  font-weight: bold;
}
.m-present-buy-row-big {
  display: block;
  white-space: nowrap;
  font-weight: bold;
  font-size: 25px;
}

.m-present-buy .m-present-buy-row {
  padding: 6px 0 2px;
  font-size: 18px;
}
.m-present-content_ru .m-present-buy .m-present-buy-row,
.m-present-content_de .m-present-buy .m-present-buy-row,
.body_en .m-present-buy .m-present-buy-row {
  font-size: 14px;
  padding: 6px 0 4px;
}
.m-present-content_pt .m-present-buy .m-present-buy-row {
  font-size: 15px;
  padding: 10px 0 4px;
}
.m-present-buy2 .m-present-buy-row {
  padding: 9px 0 2px;
  font-size: 25px;
}
.m-present-content_pt .m-present-buy2 .m-present-buy-row,
.body_en .m-present-buy2 .m-present-buy-row {
  font-size: 22px;
  padding: 13px 0 0;
}
.m-present-content_de .m-present-buy2 .m-present-buy-row {
  padding: 16px 0 0;
  font-size: 20px;
}
.m-present-content_ru .m-present-buy2 .m-present-buy-row,
.body_pt .m-present-buy2 .m-present-buy-row,
.body_it .m-present-buy2 .m-present-buy-row {
  font-size: 20px;
  padding: 16px 0 0;
}
.m-present-buy-title,
.m-present-buy-price {
  font-size: 30px;
}
.m-present-buy2 .m-present-buy-title,
.m-present-buy2 .m-present-buy-price {
  font-size: 40px;
}
.m-present-content_de .m-present-buy2 .m-present-buy-title,
.m-present-content_de .m-present-buy2 .m-present-buy-price {
  font-size: 23px;
}
.m-present-content_ru .m-present-buy2 .m-present-buy-title,
.m-present-content_ru .m-present-buy2 .m-present-buy-price,
.body_en .m-present-buy2 .m-present-buy-title,
.body_en .m-present-buy2 .m-present-buy-price {
  font-size: 26px;
}
.m-present-content_pt .m-present-buy2 .m-present-buy-title,
.m-present-content_pt .m-present-buy2 .m-present-buy-price {
  font-size: 22px;
}
.m-present-content_ru .m-present-buy-title,
.m-present-content_ru .m-present-buy-price {
  font-size: 18px;
}
.m-present-content_de .m-present-buy-title,
.m-present-content_de .m-present-buy-price,
.body_en .m-present-buy-title,
.body_en .m-present-buy-price,
.body_it .m-present-buy-title,
.body_it .m-present-buy-price {
  font-size: 25px;
}
.m-present-content_pt .m-present-buy-title,
.m-present-content_pt .m-present-buy-price {
  font-size: 17px;
}
.m-present-buy-note {
  font-size: 26px;
  font-weight: bold;
}
.m-present-content_ru .m-present-buy-note,
.m-present-content_de .m-present-buy-note {
  font-size: 18px;
}
.m-present-content_pt .m-present-buy-note {
  font-size: 16px;
}
/*</editor-fold>*/
/*<editor-fold desc="Funcs"> */
.m-func {
  position: relative;
  z-index: 2;
  padding: 26px 0 44px;
  margin: 0 0 32px;
  background: #f2f2f2;
}
.m-func:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 100%;
  margin-left: -16px;
  border-bottom: 16px solid #f2f2f2;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
}
.m-func-list {
  margin-top: 0;
}
.m-func-list li {
  padding: 1px 0;
}
/*</editor-fold>*/
/*<editor-fold desc="Reviews"> */
.m-reviews {
  padding: 2px 0 34px;
}
.m-reviews-row {
  position: relative;
  padding: 24px 0;
}
.m-review-l {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 150px;
  text-align: center;
}
.m-review-l img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  cursor: pointer;
}
.m-review-l img.normal {
  z-index: 2;
}
.m-review-l img.over {
  z-index: 1;
  opacity: 0;
  filter: alpha(opacity=0);
}
.m-review-l img:hover.normal {
  opacity: 0;
  filter: alpha(opacity=0);
}
.m-review-l img:hover.normal + .over {
  opacity: 1;
  filter: alpha(opacity=100);
}
.m-review-r {
  position: relative;
  border: 1px solid #aaa79f;
  border-radius: 3px;
  padding: 26px 22px;
  margin-left: 198px;
}
.m-review-r:before,
.m-review-r:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 100%;
  width: 0;
  height: 0;
}
.m-review-r:before {
  z-index: 0;
  margin-top: -12px;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-right: 10px solid #aaa79f;
}
.m-review-r:after {
  z-index: 1;
  margin-top: -14px;
  margin-right: -3px;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  border-right: 12px solid #fff;
}
.m-review-r .g_h5 {
  padding: 0 0 4px;
  line-height: 1;
}
.m-review-r-row {
  padding: 0 0 20px;
}
.m-review-r-row:last-of-type {
  padding-bottom: 0;
}
.m-review-r-row .g_h5 {
  padding: 0;
}
.m-review-text {
  font-style: italic;
  line-height: 22px;
}
.m-review-text p:first-of-type {
  padding-top: 0;
}
.m-review-text p:last-of-type {
  padding-bottom: 0;
}
/*</editor-fold>*/
/*<editor-fold desc="Checkout"> */
.m-info,
.m-steps {
  position: relative;
  z-index: 2;
}
/*
.m-info:after,
.m-steps:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  margin-left: -8px;
  width: 0;
  height: 0;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-top: 16px solid #fff395;
}
*/
.m-info {
  padding: 58px 0 50px;
  background: #fff395;
}
.m-info:after {
  border-top: 16px solid #fff395;
}
.m-info-screens,
.m-info-text {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
}
.m-info-screens {
  width: 378px;
}
.m-info-text {
  margin-top: -4px;
  width: 560px;
  line-height: 22px;
  text-shadow: 0 -1px 0 rgba(255, 255, 255, 0.75);
}
.m-info-text h4 {
  padding-top: 0;
  line-height: 1.1;
}
.m-info-text p {
  margin: 10px 0;
  line-height: 1.35;
}
.m-info-screen {
  position: relative;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  width: 353px;
  height: 193px;
  margin: 0 30px 0 0;
  -webkit-transition: all 0.08s ease-in-out 0s;
  -moz-transition: all 0.08s ease-in-out 0s;
  -o-transition: all 0.08s ease-in-out 0s;
  transition: all 0.08s ease-in-out 0s;
}
.m-info-screen:last-child {
  margin-right: -10px;
}
.m-info-screen:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.m-info-screen:before {
  content: "";
  position: absolute;
  right: 10px;
  bottom: 50px;
  z-index: 10;
  background-image: url(../images/sprite.png);
  background-position: -120px -129px;
  width: 28px;
  height: 29px;
}
.m-info-screen:hover .m-checkout-screen-img_color {
  opacity: 1;
}
.m-checkout-screen-img_color {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 2;
  -webkit-transition: opacity 0.15s ease-in-out 0s;
  -moz-transition: opacity 0.15s ease-in-out 0s;
  -o-transition: opacity 0.15s ease-in-out 0s;
  transition: opacity 0.15s ease-in-out 0s;
}
/*</editor-fold>*/
/*<editor-fold desc="Steps"> */
.m-steps {
  padding: 35px 0 92px;
}
.m-steps:after {
  border-top: 16px solid #fff;
}
.m-step {
  position: relative;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  width: 310px;
  padding-top:11px;
  /* white-space: nowrap;*/

  /* padding: 11px 29px 0 0;*/
  
}
.m-step:first-child {
  /*padding-right: 0;
  margin-right: -10px;*/
  border: 0px solid red;
  width: 320px;
}

.m-step:last-child {
  padding-right: 0;
  margin-right: -10px;
  width: 330px;
}

.m-step-num {
  position: absolute;
  top: 20px;
  left: 0;
  width: 28px;
  height: 28px;
  border-radius: 20px;
  background: #aaa79f;
  color: #fff;
  line-height: 28px;
  text-align: center;
  font-size: 18.6px;
  font-weight: bold;
}
.m-step-title {
  padding: 0 0 15px 37px;
  font-weight: bold;
  line-height: 22px;
}
.m-steps_ru .m-step-title,
.body_de .m-step-title {
  min-height: 64px;
}
.m-step-img {
  display: block;
  height: 173px;
}
/*</editor-fold>*/
/*<editor-fold desc="Sign up"> */
.m-signup {
  background: #f2f2f2;
  padding: 36px 0 44px;
}
.m-signup-text,
.m-signup-form {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.m-signup-text {
  width: 710px;
  padding-right: 20px;
}
.m-signup-text h4 {
  padding: 0 0 10px;
}
.m-signup-text p {
  margin: 10px 0;
  font-size: 20px;
  line-height: 1.5;
}
.m-signup-form {
  width: 245px;
  margin-top: 0;
}
.m-signup-form-input-wrapper {
  position: relative;
  margin: 10px 0 14px;
}
.m-signup-form-input-wrapper:after {
  position: absolute;
  font-size: 17px;
  color: #eb282d;
  font-weight: 700;
  line-height: 17px;
}
.m-signup-form-input-wrapper.error input {
  border-color: #b41018;
}
.m-signup-form-input-wrapper.error:after {
  content: "";
  background-image: url(../images/sprite.png);
  background-position: -78px -7px;
  width: 14px;
  height: 14px;
  top: 14px;
  right: 12px;
}
.m-signup-form-input-wrapper.ok input {
  border-color: #00841c;
}
.m-signup-form-input-wrapper.ok:after {
  content: "";
  background-image: url(../images/sprite.png);
  background-position: -101px -4px;
  width: 18px;
  height: 18px;
  top: 14px;
  right: 10px;
}
.m-signup-form-input {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 100%;
  border-radius: 5px;
  background: #fff;
  border: 1px solid #898282;
  padding: 5px 30px 5px 9px;
}
.m-signup-form-input:focus {
  border-color: #4e4b4c;
}
.m-signup-form-input-wrapper.error .m-signup-form-input {
  border-color: #eb282d;
}
.m-signup-form-btn {
  font-size: 29px;
  width: 247px;
  padding: 10px 0 14px;
}
.m-signup-thankyou .g_h3 {
  padding: 0;
}
/*</editor-fold>*/
/*<editor-fold desc="FOOTER"> */
.site-footer {
/*  background: #0e0c0c;*/
  background: #333333;
  padding: 34px 0 118px;
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 300;
}
.site-footer a {
  color: #fff;
}
.f-menu {
  padding: 0 0 0px;
  float: left;
  
}
.f-menu-delim {
  padding: 0 2px;
}
.f-panel {
  position: fixed;
  width: 960px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  z-index: 10;
  background: #fff;
  border-radius: 15px 15px 0 0;
  padding: 20px 28px 0;
  height: 86px;
  box-shadow: 0 -1px 18px rgba(63, 64, 64, 0.45);
}
.f-panel-title,
.f-panel-download {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: middle;
}
.f-panel-title {
  font-size: 24px;
  padding: 8px 17px 0 0;
  color: #3f4040;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1.5;
}
.f-panel-title strong {
  letter-spacing: 0;
}
.f-panel-title sup {
  font-size: 15px;
}
.f-panel-download {
  font-weight: 700;
  text-decoration: none !important;
  border-bottom: 0 none !important;
  color: #fff;
  width: 138px;
  line-height: 32px;
  text-align: center;
  border-radius: 4px;
}
.f-panel-download {
  background: #e0a008;
  margin: 0 8px 0 0;
}
.f-panel-download:hover {
  background: #f7b924;
}
.f-panel-buy {
  float: right;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  min-width: 229px;
  font-size: 20px;
  padding: 11px 20px 12px;
  border-radius: 3px;
  margin-right: 20px;
}


.head_greetitng
{
  /* font-family: "Myriad Pro", "Open Sans", "Arial", Verdana, sans-serif;*/
  /*font-size: 20px;*/
  font-size: 34px;
  font-weight: 300;
  line-height: 1.35;
  text-align: center;
  
}

.head_greetitng_expired
{
  font-size: 30px;
  font-weight: 300;
  line-height: 1.35;
  text-align: center;
  
}


.open_light
{
    font-weight: 300;
    font-size: 16px;
    font-kerning: auto;
    line-height: 1.60;
    /* font-stretch: semi-condensed;*/
}

.block_1
{
    font-weight: 300;
    font-size: 20px;
    line-height: 1.60;
    text-align: center;
    padding: 40px 0 0px 0;   
}
.block_2
{
    font-weight: 700;
    font-size: 20px;
    line-height: 1.60;
    text-align: center;
}
.block_3
{
    font-weight: 300;
    font-size: 16px;
    line-height: 1.60;
    position: relative;
    background-color: #f2f2f2;
    border:1px solid #f2f2f2;
    border-radius: 9px;
    margin-top: 40px;
    padding:  35px 0 35px 0;   
    /* font-stretch: semi-condensed;*/
}
.block_3_inlay
{
  margin-top: 15px;
  position: relative;
  display: inline-block;
  padding: 0 20px 0 20px;   
}

.block_4
{
    margin-top: 40px;
}
.block_4_head
{
    font-weight: 700;
    font-size: 20px;
    line-height: 1.60;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 30px;
}

.block_5
{
    margin-top: 40px;
}

.block_5 a
{
    font-weight: 700;
    font-style: normal;
    color: #2a7cab;
}

.text-centered
{    text-align: center;}

.text-justified
{    text-align: justify;}



.diffs_table
{
    width:100%;
    margin-top: 20px;
    border-collapse:separate;
    border:solid #ddd 1px;
    border-radius:6px;
    -moz-border-radius:6px;
   
}

.diffs_table td{
    border-left:solid #ddd 1px;
    border-top:solid #ddd 1px;
    padding:  25px 0 25px 0;   
}

.diffs_table th {
    /* background-color: blue;*/
    text-align: center;
    font-weight: 700;
    border-top: none;
    padding:  35px 0 35px 0;   
}

.diffs_table td:first-child {
     border-left: none;
}

.diffs_table td.no {
    font-weight: 700;
    color: #e31119;
}
.diffs_table td.yes {
    font-weight: 700;
    color: #2a7cab;
}

.diffs_table td a {
    font-weight: 300;
    color: #2a7cab;
    text-decoration: underline;
}


.diffs_table_sub
{
    margin-top: 10px;
    font-weight: 300;
    font-style: italic;
    font-size: 14px;
}

.diffs_table_sub a
{
    font-weight: 700;
    font-style: normal;
    color: #2a7cab;
}

.order_form 
{
    width:100%;
}
.order_form input
{
    width:100%;
    height: 30px;
    margin-top:6px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    border-radius: 2px;
    border: 0px solid rgba(0,0,0,0);
    padding: 5px 5px 5px 9px;
}


.order_form #sendbut {
	color:#3c3c3c;
	font-family: Helvetica, Arial, sans-serif;
        font-weight:700;
	font-size: 18px;
	border-radius: 2px;
	
        line-height: 22px;
	background-color: #333333;
	/*padding: 13px 13px 13px 54px;
	margin-bottom: 10px;*/
	width:100%;
	
	box-sizing: border-box;
        border: 0px solid rgba(0,0,0,0);
        color: #fff;
        height: 45px;
}

.order_form #sendbut:hover
{
    background-color: #737373;
    cursor: pointer;    
}



:-ms-input-placeholder { 
 font-size: 14px;
 font-style: italic;
}


::-webkit-input-placeholder {
 font-size: 14px;
 
 font-style: italic;
}

::-moz-placeholder {
 font-size: 14px;
 
 font-style: italic;
}
.striked
{
 text-decoration: line-through;   
}

.head_8
{
    margin-top: 8px;
    font-weight: 700;
    font-size: 15px;
    line-height: 1.20;
    text-align: center;
   
}
.head_8_after
{
    margin-top: 8px;
    font-weight: 700;
    font-size: 15px;
    line-height: 1.20;
    text-align: center;
    color:#d7d7d7;
}

.fix_img_pad
{
    margin-top:8px;
}

/*</editor-fold>*/

.discount_span
{
    background: #000;
    color: #fff;
    border-radius: 2px;
    padding: 0 5px 0 5px;
}

.m-giveaway-thankyou .g_h3 {
  padding: 0;
}




.m-giveaway-form-input-wrapper.error:after,
.m-giveaway-form-input-wrapper.ok:after {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  text-decoration: none;
  border: 0 none;
  vertical-align: middle;
  background-color: transparent;
  background-repeat: no-repeat;
}


.m-giveaway-form-input-wrapper {
  position: relative;
  /* margin: 10px 0 14px;*/
}
.m-giveaway-form-input-wrapper:after {
  position: absolute;
  font-size: 17px;
  color: #eb282d;
  font-weight: 700;
  line-height: 17px;
}
.m-giveaway-form-input-wrapper.error input {
  border-color: #b41018;
}
/*
.m-giveaway-form-input-wrapper.error:after {
  content: "";
  background-image: url(../images/sprite.png);
  background-position: -78px -7px;
  width: 14px;
  height: 14px;
  top: 8px;
  right: 12px;
}
*/
.m-giveaway-form-input-wrapper.ok input {
  border-color: #00841c;
}
.m-giveaway-form-input-wrapper.ok:after {
  content: "";
  background-image: url(../images/sprite.png);
  background-position: -101px -4px;
  width: 18px;
  height: 18px;
  top: 8px;
  right: 10px;
}



.after_timer {
  color: #d7d7d7;
}

.buy_after_first
{
  padding: 4px 0 0px !important;
  font-size: 21px !important;
}
.buy_after_second
{
  padding: 6px 0 2px;
  font-size: 19px;    
}


.m-countdown-r-afterall {
  /* width: 440px;*/
  margin-right: -10px;
}


.m-countdown-afterall,
.m-countdown-r-afterall {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  margin-top: 15px;
}

.afterall_bg
{
    background: url(/images/hyper-cam-4/present-bg3.jpg) no-repeat center top;
}


.m-present-afterall {
  background: url(/images/hyper-cam-4/present-bg3.jpg) no-repeat center top;
  height: 616px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 44px 0 0;
  color: #141414;
}

.signup_text
{
    font-size: 14px;
}





.signup_form 
{
    padding-left: 320px;
    width:310px;
    text-align: center;
}
.signup_form input
{
    width:100%;
    height: 30px;
    margin-top:6px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    border-radius: 2px;
    border: 0px solid rgba(0,0,0,0);
    padding: 5px 5px 5px 9px;
}


.signup_form #sendbut_sign {
	color:#3c3c3c;
	font-family: Helvetica, Arial, sans-serif;
        font-weight:700;
	font-size: 18px;
	border-radius: 2px;
	
        line-height: 22px;
	background-color: #333333;
	/*padding: 13px 13px 13px 54px;
	margin-bottom: 10px;*/
	width:100%;
	
	box-sizing: border-box;
        border: 0px solid rgba(0,0,0,0);
        color: #fff;
        height: 45px;
}

.signup_form #sendbut_sign:hover
{
    background-color: #737373;
    cursor: pointer;    
}






.f-copyr
{
    float:right;
}