/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! HTML5 Boilerplate v5.0.0 | MIT License | http://h5bp.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}
/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}
/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers:
 * http://juicystudio.com/article/screen-readers-display-none.php
 */
.hidden {
  display: none !important;
  visibility: hidden;
}
/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden;
}
/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.clearfix:after {
  clear: both;
}
/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
@media print, (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster:
                                       http://www.sanbeiji.com/archives/953 */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
       * Don't show links that are fragment identifiers,
       * or use the `javascript:` pseudo protocol
       */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /*
       * Printing Tables:
       * http://css-discuss.incutio.com/wiki/Printing_Tables
       */
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
@font-face {
  font-family: 'OpenSans';
  src: url('/prx/000/https/videodownloader.ummy.net/assets/lp/fonts/OpenSans-Light.woff') format('woff'), url('/prx/000/https/videodownloader.ummy.net/assets/lp/fonts/OpenSans-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSans';
  src: url('/prx/000/https/videodownloader.ummy.net/assets/lp/fonts/OpenSans-Regular.woff') format('woff'), url('/prx/000/https/videodownloader.ummy.net/assets/lp/fonts/OpenSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSans';
  src: url('/prx/000/https/videodownloader.ummy.net/assets/lp/fonts/OpenSans-Semibold.woff') format('woff'), url('/prx/000/https/videodownloader.ummy.net/assets/lp/fonts/OpenSans-Semibold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSans';
  src: url('/prx/000/https/videodownloader.ummy.net/assets/lp/fonts/OpenSans-Bold.woff') format('woff'), url('/prx/000/https/videodownloader.ummy.net/assets/lp/fonts/OpenSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSans';
  src: url('/prx/000/https/videodownloader.ummy.net/assets/lp/fonts/OpenSans-ExtraBold.woff') format('woff'), url('/prx/000/https/videodownloader.ummy.net/assets/lp/fonts/OpenSans-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: 'Flow';
  src: url('/prx/000/https/videodownloader.ummy.net/assets/lp/fonts/flowregular.woff') format('woff'), url('/prx/000/https/videodownloader.ummy.net/assets/lp/fonts/flowregular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
input,
button,
select,
option,
textarea {
  outline: none;
  font-family: 'OpenSans', sans-serif;
}
a:hover {
  text-decoration: none;
}
h1,
h2,
h3,
h4 {
  font-weight: 600;
}
h1 {
  /*font-size: 20px;*/
  line-height: 54px;
  margin: 0;
}
h2 {
  font-size: 30px;
}
body {
  font-family: 'OpenSans', sans-serif;
  color: #000;
  font-weight: 300;
  background: #f7f7f7;
}
.wrapper {
  width: 1104px;
  margin: 0 auto;
  padding: 0 18px;
  position: relative;
}
html,
body,
.window-page,
.window-gap {
  height: 100%;
}
.pages {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  -webkit-transition: all 400ms ease;
  -webkit-transition-property: webkit-transform, margin;
  transition: all 500ms ease;
  transition-property: transform,margin;
  -webkit-transform: translate3d(0, -100%, 0);
  -ms-transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
}
.window-page {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.window-page .wrapper {
  font-size: 0;
  height: 100%;
  min-height: 100%;
}
.window-block,
.window-gap {
  display: inline-block;
  vertical-align: middle;
}
.window-block {
  height: auto;
  font-size: 16px;
  width: 100%;
  position: relative;
}
#system-block {
  padding-bottom: 0;
}
.safety-info {
  font-size: 14px;
  margin: 6px 0 -24px;
}
.safety-info a {
  text-decoration: none;
  color: #76a407;
}
.safety-info a:hover {
  text-decoration: underline;
}
.system-block .safety-info {
  text-align: right;
}
.how-block .safety-info,
.video-block .safety-info {
  margin: 6px 0 0;
}
/* ==========================================================================
   Header styles
   ========================================================================== */
header {
  position: fixed;
  z-index: 110;
  top: 0;
  left: 0;
  width: 100%;
  height: 54px;
  padding: 16px 0;
  background: #fff;
}
header .logo {
  background: url("/prx/000/https/videodownloader.ummy.net/assets/lp/img/logo.png") no-repeat 0 0;
  background-size: contain;
  height: 54px;
  text-decoration: none;
  color: #000;
  font-weight: 600;
  padding-left: 82px;
  display: block;
  /*float: left;*/
}
.class-ng header .logo {
  background: url("/prx/000/https/videodownloader.ummy.net/assets/lp/img/logo-ng.png") no-repeat 0 0;
  background-size: contain;
}
header nav {
  float: right;
  margin-right: 144px;
}
header nav ul {
  padding: 0;
  margin: 6px 0 7px;
  font-size: 0;
}
header nav ul li {
  list-style: none;
  display: inline-block;
  font-size: 15px;
  margin-right: 20px;
}
header nav ul li a {
  display: block;
  color: #000;
  text-decoration: none;
  padding: 8px 20px;
  line-height: 23px;
  border: solid 1px #fff;
  border-radius: 5px;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
header nav ul li.active a,
header nav ul li a:hover {
  border-color: #d11117;
  color: #d11117;
}
.head-btn-cont {
  margin: 6px 32px 7px 0;
  float: right;
  width: 112px;
}
.head-btn-cont-new {
  z-index: 1000;
  position: fixed;
  top: 16px;
  right: 50%;
  margin-right: -520px;
}
.head-btn-cont .head-btn {
  text-align: center;
  width: 112px;
  font-size: 15px;
  color: #fff;
  background: #8ab200;
  padding: 8px 0;
  line-height: 23px;
  display: block;
  border-radius: 5px;
  text-decoration: none;
}
header .logo-language {
  margin-top: -2px;
}
header .left-head {
  float: left;
  width: auto;
}
.language {
  position: relative;
  margin: 0;
  list-style: none;
  text-transform: uppercase;
  font-size: 9px;
  color: #424242;
  left: auto;
  bottom: 16px;
  z-index: 10;
  float: right;
  right: 0;
  padding: 0;
}
.language > li {
  position: absolute;
  right: -8px;
  padding-right: 28px;
}
.language > li:hover ul {
  display: block;
  position: absolute;
}
.language > li:hover .language-text {
  border-bottom: dashed 1px #424242;
}
.language .language-text {
  cursor: pointer;
  border-bottom: dashed 1px rgba(0, 0, 0, 0);
  display: inline-block;
}
.language .active {
  display: none;
}
.language ul {
  margin: 0;
  list-style: none;
  padding: 8px 8px 4px;
  background: rgba(255, 255, 255, 0.9);
  display: none;
  min-width: 100%;
  right: 0;
}
.language ul li a {
  color: #424242;
  text-decoration: none;
  padding: 3px 20px 3px 2px;
  display: block;
}
.language ul li a:hover {
  color: #000;
}
.language .flag {
  position: relative;
}
.language .flag:before {
  content: "";
  width: 16px;
  height: 11px;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
}
.language .language-text.flag:before {
  right: -20px;
}
.language .ru:before {
  background-image: url(/prx/000/https/videodownloader.ummy.net/assets/lp/css/data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAALCAIAAAD5gJpuAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RTBCNDUzMjFEMjlCMTFFMzlCQkNCM0RFMTQ5NTMzNjAiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RTBCNDUzMjJEMjlCMTFFMzlCQkNCM0RFMTQ5NTMzNjAiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpFMEI0NTMxRkQyOUIxMUUzOUJCQ0IzREUxNDk1MzM2MCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpFMEI0NTMyMEQyOUIxMUUzOUJCQ0IzREUxNDk1MzM2MCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pp0r+msAAAERSURBVHjafJFNagMxDIXtelahi6waKAS6be6RTS6SA+QavUSOUAo5S5cNFLIIdJMZ/0iyHGk8M20D7Swe8tP3bMtju66YH1/OPBa5VxIlUkVSx0pgNlOilO8kM9/UNX86XZrqTvRfqADWWj1hs8nbrT2fByilIRAj1cJ73QuA53O32301h4NZrczxqC6CAbREDFAQDWIBdUoM2l0u9ai76QICAZqR5hvaeyZyQ6DvCWT/oSsm2rwZ94wvPn7qfCFqI4S+ViUI/VXVv6fHV7Nv1hKCd84fMi8yu5QIk74GtPpQ0Kmixhw+PQg8TLBYqNVpW6zStuJwCHJjTknUJt1FpraXcehkfn3TEuuPH5dXAQYAcy/gWpBJ6QAAAAAASUVORK5CYII=);
}
.language .en:before {
  background-image: url(/prx/000/https/videodownloader.ummy.net/assets/lp/css/data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAALCAIAAAD5gJpuAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RjUwQjk0MEJEMjlCMTFFM0IzRTA4MjdBNThERDM2QjgiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RjUwQjk0MENEMjlCMTFFM0IzRTA4MjdBNThERDM2QjgiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpGNTBCOTQwOUQyOUIxMUUzQjNFMDgyN0E1OEREMzZCOCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpGNTBCOTQwQUQyOUIxMUUzQjNFMDgyN0E1OEREMzZCOCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PndyZNUAAAGaSURBVHjaVJHPKwRhGMffd00ocuCwoqj9B5yUg0i50FwVIYdJihM5KUnOLnLh4keSwxYHbUqxW1JKLkt2KWrlx2atds3MzrzzPu/rmXkt+TY97/dp3ufzzDwPNSbOyK8ED6KtsrWWGCnZr+9vKnXUgQVCwHace5JtnXDG2PrxX0SVSrZ6bNuKRjcoFnQPdewmBBa7nHgg0XAgJU9eVS3K3Af5zJNikZgmHdVTl2fEGI8rcM88Q0bnnJvP59tmHG3WKgTCNJfLAQyb5tfFRYJiQddQ5+apUGyXESbkTQi4dc7f1xRbOg5x3dCYfplOEsOIIR7BCGufdRFWMf2cyTwSPabY2UAvL8+3Ag4P9zSkbiZCHKB3qRrZ4SUL2F3LpEceoU7XFVuaJl4LTw1ep5MUYY2NzZx7Qvj/DSAAwJ+t+DEA/qwt6ytSqa0e7GhNG8uhvoGK/aO/gaDwuwsFPGXZNKCfHqnNPND7+1Rra6SoaTWuvxkppWqluvm75J7j1FOa5ZzVryzQJ6P/3yIDMexBSCHwKhbLr74FGACNxC20/YAQ2wAAAABJRU5ErkJggg==);
}
.language .de:before {
  background-image: url(/prx/000/https/videodownloader.ummy.net/assets/lp/css/data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAALCAIAAAD5gJpuAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MTYxMzRDRDlEMjlDMTFFM0FCNjhDQ0UxOTE1QUE3MTYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MTYxMzRDREFEMjlDMTFFM0FCNjhDQ0UxOTE1QUE3MTYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoxNjEzNENEN0QyOUMxMUUzQUI2OENDRTE5MTVBQTcxNiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoxNjEzNENEOEQyOUMxMUUzQUI2OENDRTE5MTVBQTcxNiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Plcxb0AAAAE0SURBVHjajFG7TsQwENzknBOI10lQHhUFLUpNhwDpRI90X4Fo+BU6WqT7Axo6aPkKGgSX19qxHa/xxiFUSKyskXc9sx6vk8XiEqiGn0DFAH+HCOyb27uYWGsCtm0bU6Vkn6oRV6tHEc9eXt+4qrhaFmUsrot1wKpiRKyXV2d8wzxJZ0SH1rLA8A0HruP2Uu41vdVUlJ9fv5auW8yNybUOiTeGl7WktdfaWVYSIhlDUmZYbwf5KPVKRcHARhzYSgX2SEv/yY4VtvRxSnBk7YUDmPgmdhIeHQtUeNKEFPFee3Gi4RnE7jH4OaUztuu6hNGGKYmuqxhtwIw6SQR6X8hz4LGSwWSac+cpOFOIftSJ5RFlG6FLM9jvIK1BuHd4ergfvjn++OZAqAl2NKCBrSljjG8BBgB3edu68X31kwAAAABJRU5ErkJggg==);
}
.language .tr:before {
  background-image: url(/prx/000/https/videodownloader.ummy.net/assets/lp/css/data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAALCAIAAAD5gJpuAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NEI0N0E5ODFEMjlDMTFFM0JBNTNCQzg4NjgxODE0MUIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NEI0N0E5ODJEMjlDMTFFM0JBNTNCQzg4NjgxODE0MUIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0QjQ3QTk3RkQyOUMxMUUzQkE1M0JDODg2ODE4MTQxQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0QjQ3QTk4MEQyOUMxMUUzQkE1M0JDODg2ODE4MTQxQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuuVRO4AAAFMSURBVHjaVFGxTgJBEJ09QBsKICGUBAst6KEnwUo/AEp+gZ7as+cDSCBa0GhC6KiRlj+ALyCecsfuznN2OfScXOZeZt7MvJlVoD/jDLbenzKR2Pu8y41GgTEClPekDayRCLS+kogHZGzu+P21WOTT8v3eecl1u/LHcsmHA51OMBb6BAFaq3o9nZCaMdzrqXbb9WvcqOeQM2wkCcVxQhSI7sDPpUaDOh2MxzwY8Psbf0Z4feFi8cxOa4Tseh9jacPde7f3eu2UbD6EjXKZ5nO0Wm6IZ6cFsqJhxn7nAs2myFC3d9huC2GI3Q6rlSvwn9vBeklBHGM6VaUSD4cURQxQv59EESaTXyqM0enSchxrRYkNn+jhEYUCzWYs7EvjcwH5o+cFXku/Wu18bLXZSDpXraJSIdEtVEBZC88WOSr6/5C/llyAzjy82I8AAwAyeQOCpXZlkwAAAABJRU5ErkJggg==);
}
.language .uk:before {
  background-image: url(/prx/000/https/videodownloader.ummy.net/assets/lp/css/data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAALCAIAAAD5gJpuAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MzVDODk4QjNEMjlDMTFFMzg5NTNCQTc5MURBQTg3RUUiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MzVDODk4QjREMjlDMTFFMzg5NTNCQTc5MURBQTg3RUUiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDozNUM4OThCMUQyOUMxMUUzODk1M0JBNzkxREFBODdFRSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDozNUM4OThCMkQyOUMxMUUzODk1M0JBNzkxREFBODdFRSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PpVy7wYAAAEBSURBVHjajJFLSsRAEIarMmFmwNmJoAiip/EqnsG9ew/jCVyqJ3AncwBFTD/rYVXnMRsZDCH58/f3V6qrER4UloubDnJwvvIkBoLifm/Q/S0ufHWzizRlEq0zeZXIm0r16fG7h5XT+8Fdw6oosxZLkhKLC/s0U/hqB9MfAPA4HYuXC7RqgSCsXWUg/YOOpKW1lEhYtAUuXk+315lyZe/bu9/AUOu4h59CI22r5ydb2D0jf4Be3insfV2zSPK3JtXa7mLaHJGIePP58tYxzxM8Si9z7v9Dm25QoQw9EazdPZtLDOgzC/YcCyNm03MGMLwDtR3S5AClSaQwO/lw9L8CDAA5JAUYb5etxQAAAABJRU5ErkJggg==);
}
.language .es:before {
  background-image: url(/prx/000/https/videodownloader.ummy.net/assets/lp/css/data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAALCAYAAAB24g05AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3wIHChQqMCn01gAAASdJREFUKM+dkr1KQ0EQhb/N3SQ3gSRKNIIpBIkvoKWVWNj7dL6Bj2AjCFY2sbBVCVqkkfzdYO7u3rs7FiIh8Y/kwDAwnDmcGY7qn5yJ4FFErAONz4mPDlfbUgpEsN17tLiMkEzxg8EiSWRO/gFRs4m4DL1z5YiKI5Ax1haZjRW1Vo5W4R8XBXzm0C5Lqeghs2TC6CbivbeJPc1oHCRUygrU7xouT9HWpFTKz+SvLfrXL8j2OfVJwL9dwG7yh4MGNtUUjEmBjIKvU+9oeneXpN1bCn4DCKDCZ18ulWFMijbGQogY7ids1Uoc71ny9iOzdpmqhPkzl+E9xuSo67gunbiKGAMI34/+ElicqzjmyaRo6zKkFKBUWikKEgLWObSXwMN0gEKvlcQPihCMjPUQNIYAAAAASUVORK5CYII=);
}
.language .id:before {
  background-image: url(/prx/000/https/videodownloader.ummy.net/assets/lp/css/data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAALCAYAAAB24g05AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3wIHCzA4M7oODwAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAACTSURBVCjPzZIxDsIwDEW/SRBr4B6Iu7Bw6SyIM7DWIV3sRqk7IFUUMUC68BbL0veX9W26ny+GFXirFbvT8SsxgWCwuer1Bm+lwPoeteOl2uapj7jDHlYKfFXF+MgYc/5pdXIOVQV+EMG246eBvcRBtOzfMWAQBTGzhRCaAkwpYSMizRcQkX8wUNVmA1UFxRhXfeIEjrdWI6UmYh0AAAAASUVORK5CYII=);
}
.language .ar:before {
  background-image: url('/prx/000/https/videodownloader.ummy.net/assets/lp/css/data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAALCAIAAAD5gJpuAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MjA5RDFBMkQwMTY1MTFFNkE3QjZFM0Q4NTc3ODdGMDAiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MjA5RDFBMkUwMTY1MTFFNkE3QjZFM0Q4NTc3ODdGMDAiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoyMDlEMUEyQjAxNjUxMUU2QTdCNkUzRDg1Nzc4N0YwMCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoyMDlEMUEyQzAxNjUxMUU2QTdCNkUzRDg1Nzc4N0YwMCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pjyu6C0AAACgSURBVHjaYrynKMDAwMDyj+Etz/+cpE+fOf8z/2PAA5gYSAQsjGAKTP7/9vv/VxYG/DawQKh///+xM3N4qjn+4GZhwquB8T7YD/9//2aVkpY5eJ2Bg4AjodIgJ/3/z/DnK0E/QDX8B+phZGTg4SHsaSjFwvzh48fGqKgfLKz4NUD9wMrI8Oz3P/PHn/4TdNJ/sHsgTuJlYiTWD8QDgAADADNWLrjISuJrAAAAAElFTkSuQmCC');
}
.language .pt:before {
    background-image: url('/prx/000/https/videodownloader.ummy.net/assets/lp/css/data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAALCAMAAABBPP0LAAAAbFBMVEUAoTwAnj4AnT9Csy0EKn4JoztrwiGBxh3YwRm30RPm1A3/8wBNW1o9a6QAIIgAInwvsDEwsTDU2gzT2gz56AP/7gD/6gBQdaJAaJkFMI4mTY0AKIMNNIFuiHpEWWRWY2Cgql+Nl1lzfEpqckZ3PGSCAAAAaElEQVQI12WOWQ6AIBBDlcEVlR33/f53NAMhfjA/naQvbbM880dI0DxKWcbf26Kp60Yg5O2iajvOu7YqAgSaXf04zS/TgDgY6451W/rdWQMECcWegdLhZgr+DEpPzIgtElukb0l2JEs/hKkEHq0ZCvsAAAAASUVORK5CYII=');
}
.social-box {
  display: inline-block;
  font-size: 0;
  position: fixed;
  top: 82px;
  right: 0;
  margin-right: 0;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 4px;
}
.social-box a {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
  opacity: 1;
}
.social-box:hover a {
  opacity: 0.5;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}
.social-box:hover a:hover {
  opacity: 1;
}
.social-icon {
  display: block;
  width: 16px;
  height: 16px;
  margin: 8px 10px;
  background: url("/prx/000/https/videodownloader.ummy.net/assets/lp/img/social-link.png") no-repeat;
}
.social-icon.vk_en {
  background-position: 0 0;
}
.social-icon.tv {
  background-position: -16px 0;
}
.social-icon.ok {
  background-position: -32px 0;
}
.social-icon.fb {
  background-position: -48px 0;
}
.social-icon.g_plus {
  background-position: -64px 0;
}
/* ==========================================================================
   what-block styles
   ========================================================================== */
.what-block:before {
  content: "";
  position: absolute;
  /*background: url("/prx/000/https/videodownloader.ummy.net/assets/lp/img/what-bg.png") no-repeat;*/
  width: 788px;
  height: 510px;
  top: -32px;
  left: -80px;
  z-index: -1;
  background: url("/prx/000/https/videodownloader.ummy.net/assets/lp/img/1img_21.png") no-repeat;
}
.mac_os_e .lp-class-en .what-block:before {
  background: url("/prx/000/https/videodownloader.ummy.net/assets/lp/img/what-bg_mac_opt.png") no-repeat;
  background-size: contain;
}
.mac_os_e .lp-class-ru .what-block:before {
  background: url("/prx/000/https/videodownloader.ummy.net/assets/lp/img/MAIN_IMG.png") no-repeat;
  background-size: contain;
}
.lp-class-en .what-block:before {
  background: url("/prx/000/https/videodownloader.ummy.net/assets/lp/img/MAIN_IMG-new.png") no-repeat;
  background-size: contain;
}
.mac_os .lp-class-en .what-block:before {
  background: url("/prx/000/https/videodownloader.ummy.net/assets/lp/img/what-bg_mac_opt.png") no-repeat;
  background-size: contain;
}
.lp-class-ru .what-block:before {
  background: url("/prx/000/https/videodownloader.ummy.net/assets/lp/img/MAIN_IMG.png") no-repeat;
  background-size: contain;
}
.lp-class-id .what-block:before {
  background: url("/prx/000/https/videodownloader.ummy.net/assets/lp/img/what-bg-id.png") no-repeat;
  background-size: contain;
}
.mac_os .lp-class-id .what-block:before {
  background: url("/prx/000/https/videodownloader.ummy.net/assets/lp/img/what-bg-id-mac2.png") no-repeat;
  background-size: contain;
}
.lp-class-es .what-block:before {
  background: url("/prx/000/https/videodownloader.ummy.net/assets/lp/img/what-bg-es.png") no-repeat;
  background-size: contain;
}
.mac_os .lp-class-es .what-block:before {
  background: url("/prx/000/https/videodownloader.ummy.net/assets/lp/img/what-bg-es-mac2.png") no-repeat;
  background-size: contain;
}
.lp-class-tr .what-block:before {
  background: url("/prx/000/https/videodownloader.ummy.net/assets/lp/img/what-bg-tur.png") no-repeat;
  background-size: contain;
}
.mac_os .lp-class-tr .what-block:before {
  background: url("/prx/000/https/videodownloader.ummy.net/assets/lp/img/what-bg-tur-mac2.png") no-repeat;
  background-size: contain;
}
.mac_os .what-block:before {
  background: url("/prx/000/https/videodownloader.ummy.net/assets/lp/img/what-bg_mac_opt.png") no-repeat;
  background-size: contain;
}
.what-block .text-block {
  width: 444px;
  margin-left: 660px;
  text-align: center;
}
.what-block .text-block h2,
.what-block .text-block .h2 {
  margin: 0 0 36px;
  line-height: 36px;
}
.what-block .text-block .what-block-text {
  margin: 0 0 40px;
  font-size: 23px;
  line-height: 30px;
}
.what-block .text-block .what-block-text b {
  font-weight: 400;
  display: block;
}
.what-block .text-block .what-arrow-text {
  font-size: 25px;
  font-family: Flow;
  color: #d3262b;
  line-height: 32px;
  margin: 0 0 22px;
  position: relative;
}
.what-block .text-block .what-arrow-text:before {
  content: "";
  background: url("/prx/000/https/videodownloader.ummy.net/assets/lp/img/big-arrow.png") no-repeat;
  width: 77px;
  height: 108px;
  position: absolute;
  right: 14px;
  top: 20px;
  z-index: -1;
}
#what-block .what-block-lp2:before {
  display: none;
}
#what-block .what-block-lp2 .what-block-lp2-video {
  position: absolute;
  top: 0;
  width: 554px;
  left: -120px;
  padding: 50px 152px 100px;
  background: url("/prx/000/https/videodownloader.ummy.net/assets/lp/img/lp1nout.png") no-repeat 0 0;
  background-size: contain;
}
#what-block .what-block-lp3 .what-block-lp3-video {
  position: absolute;
  top: 0;
  width: 644px;
  left: -80px;
  padding: 26px 46px 100px 84px;
  background: url("/prx/000/https/videodownloader.ummy.net/assets/lp/img/lp2nout.png") no-repeat 0 0;
  background-size: contain;
}
#what-block .what-block-lp3 .h2 {
  position: absolute;
  top: -50px;
  left: 0;
  width: 644px;
}
#what-block .what-block-lp2 .video-container-size {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}
#what-block .what-block-lp2 .video-container {
  position: relative;
  padding-bottom: 51%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
#what-block .what-block-lp2 .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#what-block .what-block-lp2 .text-block .what-block-text {
  margin: 0 0 30px;
}
#what-block .what-block-lp2 .text-block .what-arrow-text:before {
  display: none;
}
#video-block .video-block-lp2 .h2 {
  margin: -60px 0 220px;
  text-align: center;
}
#video-block .video-block-lp2 .text-block {
  margin-bottom: 100px;
}
#video-block .video-block-lp2 .text-block .what-arrow-text:before {
  display: none;
}
#video-block .video-block-lp2:before {
  content: "";
  position: absolute;
  width: 1132px;
  height: 622px;
  top: -62px;
  left: -220px;
  z-index: -1;
  background: url("/prx/000/https/videodownloader.ummy.net/assets/lp/img/lp-video-bg.png") no-repeat;
  background-size: contain;
}
@media screen and (max-height: 760px) and (min-width: 960px) {
  #video-block .video-block-lp2 .h2 {
    margin: -60px 0 160px;
  }
  #video-block .video-block-lp2 .text-block {
    margin-bottom: 50px;
  }
  #video-block .video-block-lp2:before {
    width: 832px;
    height: 458px;
    top: -42px;
    left: 0;
  }
}
@media screen and (max-height: 640px) and (min-width: 960px) {
  #what-block .what-block-lp2 .what-block-lp2-video {
    width: 430px;
    left: 0;
    padding: 40px 118px 100px;
  }
  #video-block .video-block-lp2 .h2 {
    margin: -20px 0 100px;
  }
  #what-block .what-block-lp3 .h2 {
    top: -30px;
  }
  #video-block .video-block-lp2:before {
    width: 632px;
    height: 348px;
    top: 0;
    left: 160px;
  }
}
@media screen and (max-width: 1140px) {
  #what-block .what-block-lp2 .what-block-lp2-video {
    top: 50px;
    width: 360px;
    left: -30px;
    padding: 30px 100px 100px;
  }
  #what-block .what-block-lp3 .h2 {
    top: -20px;
    left: 28px;
    width: 450px;
  }
  #video-block .video-block-lp2:before {
    width: 632px;
    height: 348px;
    top: 0;
    left: 0;
  }
}
@media screen and (max-width: 959px) {
  #what-block .what-block-lp2 .text-block {
    width: 100%;
    margin-left: 0;
  }
  #what-block .what-block-lp2 .what-block-lp2-video {
    position: static;
    width: 65%;
    padding: 6% 17.5% 10.8%;
    margin-top: 40px;
  }
  #video-block .video-block-lp2 .h2 {
    margin: 10px 0 90px;
  }
  #what-block .what-block-lp3 .h2 {
    position: static;
    width: auto;
  }
  #video-block .video-block-lp2 .h2 {
    margin: 10px 0;
  }
  #video-block .what-block .text-block {
    margin: 0 0 300px;
    width: auto;
  }
  #video-block .video-block-lp2:before {
    top: 200px;
    left: 50px;
  }
}
@media screen and (max-width: 768px) {
  #what-block .what-block-lp2 .text-block {
    padding-bottom: 0;
  }
  #video-block .video-block-lp2 .h2 {
    margin: 10px 0;
  }
  #video-block .what-block .text-block {
    margin: 0;
  }
  #video-block .video-block-lp2:before {
    width: 100%;
    background-position: 50% 100%;
    right: 0;
    left: 0;
    top: auto;
    bottom: 0;
  }
}
.dwn-btn {
  padding: 10px 80px 10px 30px;
  font-size: 30px;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  text-shadow: 1px 1px 0 #73a201;
  box-shadow: inset 0 -1px 0 rgba(204, 243, 97, 0.2), 0 3px 0 #73a201;
  background: #9bd304;
  /* Old browsers */
  background: -webkit-linear-gradient(top, #9bd304 0%, #89b000 100%);
  /* Chrome10+,Safari5.1+ */
  background: linear-gradient(to bottom, #9bd304 0%, #89b000 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9bd304', endColorstr='#89b000', GradientType=0);
  /* IE6-9 */
  border-radius: 5px;
  display: inline-block;
  position: relative;
  border: none;
}
.dwn-btn:before {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  background: #73a201;
  border-radius: 20px;
  right: 20px;
  top: 12px;
  box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.21), 0 1px 0 rgba(160, 215, 10, 0.75);
}
.dwn-btn:after {
  content: "";
  position: absolute;
  width: 19px;
  height: 22px;
  right: 30px;
  top: 22px;
  background: url("/prx/000/https/videodownloader.ummy.net/assets/lp/img/btn-arrow.png") no-repeat;
}
.read-more {
  text-align: center;
  font-size: 25px;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  color: #333;
  width: 300px;
  margin: 0 auto;
}
.read-more.read-more-big {
  width: 360px;
}
.read-more p {
  margin: 0;
}
.read-more .read-more-btn {
  width: 47px;
  height: 47px;
  border-radius: 24px;
  background-color: #d11117;
  background-image: url('/prx/000/https/videodownloader.ummy.net/assets/lp/css/data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAYAAABiDJ37AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MEYxMEY5N0JEMkVDMTFFNDhENjdCNEE3MjgzOTQ2NkQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MEYxMEY5N0NEMkVDMTFFNDhENjdCNEE3MjgzOTQ2NkQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDowRjEwRjk3OUQyRUMxMUU0OEQ2N0I0QTcyODM5NDY2RCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDowRjEwRjk3QUQyRUMxMUU0OEQ2N0I0QTcyODM5NDY2RCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pt5cbgwAAACJSURBVHjanMxRCoAgDIDhevHVw+R9Olz0Kl0i6Db2HMHaykhkm+ngB3XydQBgsQkbsK4xFw1Llw2eCXHRgoVorPTg4ZtaNMVoPD0abGlAc4wM8y5rURajXfrpLypiOcihe4aqGAdqqItnEZNACS1iGsihRawEcqiKUf2t6mOwGTuxETu0z5cAAwBXAd1G352zPAAAAABJRU5ErkJggg==');
  background-repeat: no-repeat;
  background-position: 14px 19px;
  display: block;
  margin: 0 auto;
  position: relative;
  cursor: pointer;
}
/* ==========================================================================
   how-block styles
   ========================================================================== */
.how-block {
  text-align: center;
}
.how-block h2,
.how-block .h2 {
  margin: 0 0 20px;
}
.how-block .how-block-text {
  margin: 0 0 20px;
}
.how-block-slider .bxslider {
  padding: 0;
  margin: 0;
  list-style: none;
}
.how-block-slider .bx-wrapper {
  width: 654px;
}
.how-block-slider .bx-wrapper .bx-viewport {
  box-shadow: 0 0 13px rgba(0, 0, 0, 0.5);
  border: solid 1px #000;
  left: 0;
  background: #fff;
  border-radius: 5px;
}
.how-block-slider .bx-wrapper .bx-pager {
  bottom: -60px;
  font-family: 'OpenSans';
}
.how-block-slider .bx-wrapper .bx-pager.bx-default-pager a {
  background: #ababab;
  width: 130px;
  height: 9px;
  margin: 0 4px;
  border-radius: 0;
  text-indent: 0;
  line-height: 60px;
  font-size: 30px;
  font-weight: 700;
  color: #ababab;
  text-decoration: none;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.how-block-slider .bx-wrapper .bx-pager.bx-default-pager a:hover,
.how-block-slider .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #616161;
  color: #5e5e5e;
}
/* ==========================================================================
   video-block styles
   ========================================================================== */
.video-block {
  text-align: center;
}
/**.video-block:before {
  content: "";
  position: absolute;
  background: url("/prx/000/https/videodownloader.ummy.net/assets/lp/img/video-bg.png") no-repeat;
  width: 610px;
  height: 583px;
  top: -10px;
  left: -260px;
  z-index: -1;
}*/
.video-block h2,
.video-block .h2 {
  margin: 0 0 48px;
}
.video-block iframe {
  position: relative;
}
/* ==========================================================================
   system-block styles
   ========================================================================== */
.system-block:before {
  content: "";
  position: absolute;
  /*background: url("/prx/000/https/videodownloader.ummy.net/assets/lp/img/system-bg.png") no-repeat;*/
  background: url("/prx/000/https/videodownloader.ummy.net/assets/lp/img/syst_22.png") no-repeat;
  width: 1432px;
  height: 450px;
  top: -40px;
  left: -74px;
  z-index: -1;
}
.lp-class-id .system-block:before {
  background: url("/prx/000/https/videodownloader.ummy.net/assets/lp/img/system-bg-id.png") no-repeat;
  background-size: contain;
}
.lp-class-es .system-block:before {
  background: url("/prx/000/https/videodownloader.ummy.net/assets/lp/img/syst_22_es.png") no-repeat;
  background-size: contain;
}
.lp-class-tr .system-block:before {
  background: url("/prx/000/https/videodownloader.ummy.net/assets/lp/img/syst_22_tur.png") no-repeat;
  background-size: contain;
}
.system-block h2,
.system-block .h2 {
  margin: 0;
}
.system-block .system-top {
  margin: 0 0 160px 210px;
}
.system-block .system-top p {
  font-size: 24px;
  margin: 0;
}
.system-block .system-bottom {
  margin: 0 0 78px 536px;
}
.system-block .system-bottom h2,
.system-block .system-bottom .h2 {
  margin: 0 0 10px;
}
.system-block .system-bottom ul {
  font-size: 18px;
  margin: 0;
  padding: 0 0 0 20px;
}
.system-block .system-bottom ul li {
  line-height: 20px;
}
.mac_os .system-block .system-bottom ul li.mac-show-js {
  display: list-item;
}
.system-block .system-bottom .system-bottom-small-info {
  font-size: 10px;
  margin: 4px 0 0 20px;
}
.system-block .system-block-btn p {
  background: #fff;
  color: #b70a24;
  font-weight: 600;
  font-size: 18px;
  float: left;
  margin: 1px 30px 2px 0;
  padding: 18px 14px 19px 20px;
  line-height: 25px;
  position: relative;
  min-width: 740px;
}
.system-block .system-block-btn p:after {
  content: "";
  border-style: solid;
  border-width: 31px 0 31px 17px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  right: -17px;
  top: 0;
}
.system-block .system-block-btn .dwn-btn {
  float: left;
}
/* ==========================================================================
   widget-page styles
   ========================================================================== */
.widget-page {
  padding-top: 86px;
  background: #f7f7f7;
  /* Old browsers */
  background: -webkit-linear-gradient(top, #f7f7f7 0%, #ffffff 100%);
  /* Chrome10+,Safari5.1+ */
  background: linear-gradient(to bottom, #f7f7f7 0%, #ffffff 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#ffffff', GradientType=0);
  /* IE6-9 */
}
.widget-page h2,
.widget-page .h2 {
  text-align: center;
  margin: 0;
}
.widget-page .under-h2 {
  text-align: center;
  font-size: 30px;
  margin: 0 0 40px;
}
.widget-page .under-h2 a {
  color: #b70a24;
  text-decoration: none;
}
.widget-page .vk-widget {
  margin: 0 auto;
  max-width: 924px;
}
.widget-page .fb_iframe_widget {
  display: block;
  text-align: center;
}
/* ==========================================================================
   how-block-d styles
   ========================================================================== */
.first-under-header {
  margin-top: 86px;
}
.main-info-page-d {
  font-weight: normal;
}
.how-block-d {
  padding: 32px 0 28px;
}
.how-block-img-d {
  float: left;
  width: 310px;
  height: 205px;
}
.how-block-img-d:not(:first-child) {
  margin-left: 86px;
  position: relative;
}
.how-block-img-d:not(:first-child):before {
  content: "";
  width: 29px;
  height: 23px;
  position: absolute;
  left: -68px;
  top: 88px;
  background: #2b96fe;
}
.how-block-img-d:not(:first-child):after {
  content: "";
  position: absolute;
  left: -39px;
  top: 77px;
  border-style: solid;
  border-width: 23px 0 23px 26px;
  border-color: transparent transparent transparent #2b96fe;
}
.how-block-img-d img {
  border-radius: 5px;
  box-shadow: 0 0 4px #7e7e7e;
}
.main-info-col1-d {
  float: left;
  width: 520px;
}
.main-info-col2-d {
  float: right;
  width: 540px;
}
.big-logo-text {
  font-size: 32px;
  font-weight: bold;
  padding-left: 90px;
  position: relative;
  margin: 0 0 22px;
}
.big-logo-text:before {
  content: "";
  position: absolute;
  background: url("/prx/000/https/videodownloader.ummy.net/assets/lp/img/logoIn.png") no-repeat 0 0;
  height: 61px;
  width: 80px;
  left: 0;
  top: -8px;
  text-decoration: none;
  color: #000;
  font-weight: 600;
  display: block;
}
.btn-ok-d {
  margin-bottom: 20px;
}
.btn-ok-d h2 {
  display: inline-block;
  margin: 0;
}
.ok-block-d {
  width: 200px;
  display: inline-block;
  vertical-align: top;
}
.ok-block-d p {
  margin: 2px 0 4px 20px;
  padding-left: 32px;
  position: relative;
  font-size: 20px;
}
.ok-block-d p:before {
  content: "";
  background: url("/prx/000/https/videodownloader.ummy.net/assets/lp/img/green-ok.png") no-repeat;
  width: 24px;
  height: 19px;
  background-size: cover;
  display: block;
  position: absolute;
  left: 0;
  top: 3px;
}
.info-table-d {
  background: #d8d8d8;
  font-size: 15px;
  padding: 6px 0 0;
  min-height: 334px;
}
.info-table-col-d {
  position: relative;
}
.info-table-col1-d {
  float: left;
  width: 244px;
}
.info-table-col-d .info-table-lr-d {
  float: left;
  margin-left: 10px;
}
.info-table-col-d .info-table-left-d p {
  font-weight: 600;
}
.info-table-col1-d .info-table-left-d {
  width: 120px;
}
.info-table-col1-d .info-table-right-d {
  width: 104px;
}
.info-table-col2-d {
  float: right;
  width: 248px;
}
.info-table-col2-d .info-table-left-d {
  width: 90px;
  margin-left: 0;
}
.info-table-col2-d .info-table-left-d.info-table-rating-left {
  width: 130px;
}
.info-table-col2-d .info-table-right-d {
  width: 138px;
}
.info-table-col2-d .info-table-right-d.info-table-rating-right {
  width: 108px;
}
.info-table-col2-d .info-table-right-d.info-table-rating-right p {
  font-size: 12px;
  line-height: 15px;
  margin-top: 8px;
}
.info-table-item-d {
  padding: 12px 0;
  position: relative;
}
.info-table-item-d:not(:first-child):before {
  content: "";
  width: 100%;
  height: 3px;
  background: #acacac;
  border: solid 1px #e5e5e5;
  display: block;
  position: absolute;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  left: 0;
  top: 0;
}
.info-table-item-d p {
  margin: 0;
  line-height: 18px;
}
.info-how-list-d {
  width: 508px;
  margin-bottom: 26px;
}
.info-how-list-d .how-list-title-d {
  font-size: 20px;
  margin: 10px 0;
  color: #6a9500;
  padding-bottom: 14px;
  border-bottom: solid 1px #acacac;
  line-height: normal;
  font-weight: normal;
}
.info-how-list-d ul {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: num;
}
.info-how-list-d ul li {
  padding: 10px 0 16px 44px;
  font-size: 15px;
  counter-increment: num;
  position: relative;
}
.info-how-list-d ul li:before {
  content: counter(num);
  text-align: center;
  line-height: 33px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  width: 33px;
  height: 33px;
  background: #6b9600;
  display: block;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 5px;
}
.info-text-block-d {
  font-size: 18px;
}
.small-logo-text {
  font-size: 18px;
  font-weight: bold;
  padding-left: 46px;
}
.small-logo-text:before {
  height: 32px;
  width: 42px;
  background-size: contain;
  top: -4px;
}
.widget-page.widget-page-d {
  padding: 20px 0 60px;
}
.widget-page.widget-page-d h2 {
  font-size: 30px;
  font-weight: normal;
  margin: 0;
}
.widget-page.widget-page-d .under-h2 {
  font-size: 30px;
  font-weight: normal;
  margin: 0 0 40px;
}
.dwn-btn span {
  display: none;
}
[data-country=US] .dwn-btn,
[data-country=GB] .dwn-btn,
[data-country=AU] .dwn-btn,
[data-country=CA] .dwn-btn,
[data-country=SG] .dwn-btn,
[data-country=CH] .dwn-btn,
[data-country=JP] .dwn-btn,
[data-country=ES] .dwn-btn,
[data-country=DE] .dwn-btn,
[data-country=AE] .dwn-btn {
  text-align: center;
  line-height: 21px;
}
[data-country=US] .dwn-btn span,
[data-country=GB] .dwn-btn span,
[data-country=AU] .dwn-btn span,
[data-country=CA] .dwn-btn span,
[data-country=SG] .dwn-btn span,
[data-country=CH] .dwn-btn span,
[data-country=JP] .dwn-btn span,
[data-country=ES] .dwn-btn span,
[data-country=DE] .dwn-btn span,
[data-country=AE] .dwn-btn span {
  display: block;
  font-size: 14px;
}
.head-btn-cont .head-btn span {
  display: none;
}
[data-country=US] .head-btn-cont .head-btn,
[data-country=GB] .head-btn-cont .head-btn,
[data-country=AU] .head-btn-cont .head-btn,
[data-country=CA] .head-btn-cont .head-btn,
[data-country=SG] .head-btn-cont .head-btn,
[data-country=CH] .head-btn-cont .head-btn,
[data-country=JP] .head-btn-cont .head-btn,
[data-country=ES] .head-btn-cont .head-btn,
[data-country=DE] .head-btn-cont .head-btn,
[data-country=AE] .head-btn-cont .head-btn {
  line-height: 16px;
  padding: 3px 0 4px;
}
[data-country=US] .head-btn-cont .head-btn span,
[data-country=GB] .head-btn-cont .head-btn span,
[data-country=AU] .head-btn-cont .head-btn span,
[data-country=CA] .head-btn-cont .head-btn span,
[data-country=SG] .head-btn-cont .head-btn span,
[data-country=CH] .head-btn-cont .head-btn span,
[data-country=JP] .head-btn-cont .head-btn span,
[data-country=ES] .head-btn-cont .head-btn span,
[data-country=DE] .head-btn-cont .head-btn span,
[data-country=AE] .head-btn-cont .head-btn span {
  display: block;
  font-size: 12px;
}
.mac-show-js,
.mac-dwn-btn,
.mac_os .dwn-btn,
.mac_os .mac-hide-js-eula,
.head-btn-cont .mac-head-btn,
.mac_os .head-btn-cont .head-btn,
.mac_os .dwn-btn.mac-dwn-btn:before {
  display: none;
}
.mac_os .mac-show-js {
  display: block;
}
.dwn-btn-both {
  display: inline-block;
}
.gray-dwn-btn {
  text-shadow: 1px 1px 0 #a3a59f;
  box-shadow: inset 0 -1px 0 rgba(204, 243, 97, 0.2), 0 3px 0 #a3a59f;
  background: #a3a59f;
  background: -webkit-linear-gradient(top, #a3a59f 0%, #70716d 100%);
  background: linear-gradient(to bottom, #a3a59f 0%, #70716d 100%);
  transition: all 800ms ease;
}
.mac-show-inbl-js {
  display: none !important;
}
.mac-hide-inbl-js {
  display: inline-block !important;
}
.mac_os .mac-show-inbl-js {
  display: inline-block !important;
}
.mac_os .mac-hide-inbl-js {
  display: none !important;
}
.mac_os span.mac-show-js,
.mac_os a.mac-show-js {
  display: inline;
}
.mac_os.mac_os_e .dwn-btn.mac-dwn-btn {
  line-height: normal;
}
.mac_os.mac_os_e .dwn-btn.mac-dwn-btn span {
  display: none;
}
/* body.mac_os .dwn-btn.mac-dwn-btn {
    line-height: normal;
}
body.mac_os .dwn-btn.mac-dwn-btn span {
    display: none;
} */
.mac_os .dwn-btn.mac-dwn-btn {
  display: inline-block;
  text-align: center;
  line-height: 21px;
}
.mac_os .dwn-btn.mac-dwn-btn span {
  display: block;
  font-size: 14px;
}
.mac_os .dwn-btn.mac-dwn-btn:after {
  background: url("/prx/000/https/videodownloader.ummy.net/assets/lp/img/mac-btn.png") no-repeat;
  width: 31px;
  height: 39px;
  background-size: contain;
  right: 24px;
  top: 12px;
}
.mac_os .head-btn-cont .head-btn.mac-head-btn {
  display: block;
  line-height: 16px;
  padding: 3px 0 4px;
}
.mac_os .head-btn-cont .head-btn.mac-head-btn span {
  display: block;
  font-size: 12px;
}
.mac_os.mac_os_e .head-btn-cont .head-btn.mac-head-btn {
  line-height: 23px;
  padding: 8px 0;
}
/* body.mac_os .head-btn-cont .head-btn.mac-head-btn span {
    display: none;
}
body.mac_os .head-btn-cont .head-btn.mac-head-btn {
    line-height: 23px;
    padding: 8px 0;
} */
.mac_os.mac_os_e .head-btn-cont .head-btn.mac-head-btn span {
  display: none;
}
.mac_os .system-block .system-top p {
  line-height: 24px;
}
/* ==========================================================================
   Mac page styles
   ========================================================================== */
.for-mac .language,
.for-mac .head-btn-cont,
.for-mac nav,
.for-mac #goodshare,
.for-mac .social-box {
  display: none;
}
.for-mac {
  background: #f7f7f7;
  height: auto;
}

.for-mac header {
    padding: 18px 0 17px;
    background: #f7f7f7;
}
.for-mac header .wrapper {
    border-bottom: 3px solid #e4e4e4;
    padding-bottom: 14px;
}

.for-mac .ummy-mac-bg {
  background: #f7f7f7;
  min-width: 320px;
}
.for-mac .left-head .logo .h1 {
  line-height: 54px;
}
.for-mac .header-mail-right {
  float: right;
  line-height: 54px;
  font-size: 15px;
  color: #000;
  text-decoration: none;
}
.for-mac .header-mail-right:hover {
  text-decoration: underline;
}
.for-mac .header-mail-right:before {
  content: "";
  background: url("/prx/000/https/videodownloader.ummy.net/assets/lp/img/mail-icon.png") no-repeat;
  width: 15px;
  height: 13px;
  background-size: cover;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.for-mac .ummy-mac-cont {
  padding: 30px 0 10px 0;
}
.for-mac .ummy-mac-left {
  width: 480px;
  float: left;
  position: relative;
}
.class-ng.for-mac .ummy-mac-left:before {
  content: "";
  background-image: url("/prx/000/https/videodownloader.ummy.net/assets/lp/img/snow.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
  position: absolute;
  top: -16px;
  left: -4px;
  right: -4px;
  height: 36px;
}
.class-ng.for-mac .ummy-mac-left:after {
  content: "";
  background: url("/prx/000/https/videodownloader.ummy.net/assets/lp/img/santa.png") no-repeat;
  background-size: contain;
  width: 285px;
  height: 357px;
  position: absolute;
  bottom: 34px;
  right: -186px;
}
.class-ng.for-mac .ummy-mac-bay-total {
  padding-left: 100px;
}
.class-ng.for-mac .ummy-mac-bay .dwn-btn {
  margin-left: 100px;
  padding: 10px 70px 10px 20px;
  font-size: 25px;
  line-height: 42px;
}
[lang="de"] .class-ng.for-mac .ummy-mac-bay .dwn-btn {
  line-height: 24px;
}
.for-mac .ummy-mac-left img {
  max-width: 100%;
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.48);
}
.for-mac .ummy-mac-right {
  width: 550px;
  float: right;
}
.for-mac .ummy-mac-right h1 {
  font-size: 40px;
  font-weight: 800;
  line-height: 48px;
  color: #bc0b21;
}
.for-mac .ummy-mac-right h1 small {
  font-size: 25px;
  line-height: 30px;
  margin-top: 8px;
  font-weight: normal;
  display: block;
  color: #000;
}
.for-mac .ummy-mac-bay {
  margin-top: 20px;
}
.for-mac .ummy-mac-bay-top {
  margin-bottom: 10px;
}
.for-mac .ummy-mac-bay-check {
  font-size: 20px;
  margin: 16px 100px 30px 80px;
  position: relative;
}
.for-mac .ummy-mac-bay-check:before {
  content: "";
  position: absolute;
  background: url("/prx/000/https/videodownloader.ummy.net/assets/lp/img/coupon-label-left.png") no-repeat;
  width: 235px;
  height: 91px;
  left: -234px;
  top: -20px;
}
.for-mac .ummy-mac-bay-check input {
  position: absolute;
  z-index: -1;
  visibility: hidden;
  top: 3px;
  left: 3px;
}
.for-mac .ummy-mac-bay-check input:checked + label:after {
  background: #bc0b21;
}
.for-mac .ummy-mac-bay-check label {
  position: relative;
  padding-left: 44px;
  cursor: pointer;
  display: inline-block;
}
.for-mac .ummy-mac-bay-check label:after {
  content: "";
  border-radius: 5px;
  width: 15px;
  height: 15px;
  background: #fff;
  position: absolute;
  display: block;
  top: 7px;
  left: 7px;
}
.for-mac .ummy-mac-bay-check label:before {
  content: "";
  border-radius: 5px;
  width: 27px;
  height: 27px;
  background: #fff;
  border: solid 1px #b9b9b9;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
}
.for-mac .ummy-mac-bay-check label del {
  margin-right: 10px;
}
.for-mac .ummy-mac-bay-check label b {
  font-size: 26px;
  line-height: 1em;
  color: #bc0b21;
  white-space: nowrap;
}
.for-mac .ummy-mac-money-back {
  width: 80px;
  height: 80px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 6px 10px 0;
  border: solid 2px #646464;
  color: #646464;
  display: inline-block;
  border-radius: 50%;
  font-size: 12px;
  font-weight: 800;
  text-align: center;
  line-height: 13px;
  vertical-align: middle;
  float: right;
}
[lang="uk"] .for-mac .ummy-mac-money-back {
  padding: 6px 0 0;
}
[lang="de"] .for-mac .ummy-mac-money-back {
  padding: 6px 4px 0;
}
[lang="es"] .for-mac .ummy-mac-money-back {
  padding: 6px 5px 0;
}
.for-mac .ummy-mac-money-back span {
  font-size: 20px;
  display: block;
  line-height: 20px;
}
.for-mac .ummy-mac-bay-total {
  border-top: dotted 2px #000;
  font-weight: bold;
  padding: 22px 9px 24px 15px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0.49+0,0+100 */
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.49) 0%, rgba(255, 255, 255, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.49) 0%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.49) 0%, rgba(255, 255, 255, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7dffffff', endColorstr='#00ffffff', GradientType=0);
  /* IE6-9 */
}
.for-mac .ummy-mac-bay-title {
  font-size: 25px;
  margin: 0;
  color: #333;
  display: inline-block;
  min-width: 110px;
  width: auto;
}
.for-mac .ummy-mac-bay-value {
  font-size: 40px;
  color: #bc0b21;
  margin: 12px 0 0 0;
  line-height: 40px;
  display: inline-block;
}
.for-mac .ummy-mac-bay-value del {
  font-size: 25px;
  color: #333;
}
.for-mac .dwn-btn-right {
  font-size: 35px;
  padding: 5px 74px 8px 24px;
  float: right;
  line-height: 49px;
}
.for-mac .dwn-btn-right:after {
  width: 22px;
  height: 19px;
  right: 28px;
  top: 23px;
  background: url("/prx/000/https/videodownloader.ummy.net/assets/lp/img/btn-arrow-right.png") no-repeat;
  background-size: cover;
}
[lang="ru"] .for-mac .dwn-btn-right,
[lang="uk"] .for-mac .dwn-btn-right,
[lang="de"] .for-mac .dwn-btn-right,
[lang="tr"] .for-mac .dwn-btn-right,
[lang="es"] .for-mac .dwn-btn-right,
[lang="id"] .for-mac .dwn-btn-right {
  padding: 5px 70px 8px 18px;
  font-size: 24px;
}
[lang="ru"] .for-mac .dwn-btn-right:after,
[lang="uk"] .for-mac .dwn-btn-right:after,
[lang="de"] .for-mac .dwn-btn-right:after,
[lang="tr"] .for-mac .dwn-btn-right:after,
[lang="es"] .for-mac .dwn-btn-right:after,
[lang="id"] .for-mac .dwn-btn-right:after {
  right: 24px;
}
[lang="ru"] .for-mac .dwn-btn-right:before,
[lang="uk"] .for-mac .dwn-btn-right:before,
[lang="de"] .for-mac .dwn-btn-right:before,
[lang="tr"] .for-mac .dwn-btn-right:before,
[lang="es"] .for-mac .dwn-btn-right:before,
[lang="id"] .for-mac .dwn-btn-right:before {
  right: 16px;
}
.for-mac .ummy-mac-we-accept {
  text-align: right;
  margin-bottom: 24px;
}
.for-mac .ummy-mac-we-accept-title {
  margin-right: 6px;
}
.for-mac .ummy-mac-we-accept-img {
  display: inline-block;
  width: 43px;
  height: 27px;
  background: url("/prx/000/https/videodownloader.ummy.net/assets/lp/img/we-accept-sprite.png?v1.01") no-repeat;
  background-size: cover;
  vertical-align: middle;
  margin: 4px 9px 4px 3px;
}
.for-mac .ummy-mac-we-accept-img.wa-mc {
  background-position: -43px 0;
}
.for-mac .ummy-mac-we-accept-img.wa-ae {
  background-position: -86px 0;
}
.for-mac .ummy-mac-we-accept-img.wa-wm {
  background-position: -129px 0;
}
.for-mac .ummy-mac-we-accept span {
  display: inline-block;
}
.for-mac .ummy-mac-we-accept img {
  width: 50%;
}
.for-mac .ummy-mac-you-get h3 {
  font-size: 20px;
  color: #333;
  margin: 0 0 26px;
}
.for-mac .ummy-mac-you-get-elem {
  position: relative;
  padding: 0 0 0 52px;
  font-size: 18px;
  font-weight: 300;
  color: #333;
}
.for-mac .ummy-mac-you-get-elem:before {
  content: "";
  position: absolute;
  width: 45px;
  height: 35px;
  background: url("/prx/000/https/videodownloader.ummy.net/assets/lp/img/you-get-sprite.png") no-repeat;
  background-size: cover;
  left: 0;
  top: 50%;
  margin-top: -17px;
}
.for-mac .ummy-mac-you-get-elem.ge-popup:before {
  background-position: -45px 0;
}
.for-mac .ummy-mac-you-get-elem.ge-doc:before {
  background-position: -90px 0;
}
.for-mac .ummy-mac-you-get-small {
  font-size: 10px;
  color: #999;
  margin-top: 30px;
}
.for-mac .ummy-mac-you-get-small a {
  color: #999;
}
.mac_os.for-mac .ummy-mac-bay .dwn-btn.mac-dwn-btn {
  display: inline-block;
  white-space: nowrap;
  line-height: 42px;
}
.for-mac footer {
  padding: 20px 0 1px;
  background: #f7f7f7;
  position: relative;
}
.for-mac footer .wrapper:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: -20px;
    height: 1px;
    background: #bcbbbb;
}
.for-mac.ease-download-hd-new footer .wrapper:before {
    display: none;
}
[lang="uk"] .dwn-btn {
  padding: 10px 66px 10px 16px;
}
.partners-block-cont-wrap {
  border-bottom: solid 1px #bcbbbb;
  margin-bottom: 32px;
  padding: 0 0 36px;
}
.partners-block-cont {
  max-width: 600px;
  margin: 0 auto;
  text-align: left;
}
.partners-block-title {
  font-size: 22px;
  margin: 14px 0;
}
.partners-item {
  margin: 0 0 6px;
  font-size: 16px;
}
.partners-item a {
  color: #000;
}
.partners-item span:before {
  display: inline-block;
  content: "";
  width: 18px;
  height: 18px;
  background: url("/prx/000/https/videodownloader.ummy.net/assets/lp/img/partners-sprite.png") no-repeat;
  vertical-align: middle;
  margin: -4px 4px 0 0;
}
.partners-item.partners-converter span:before {
  background-position: -18px 0;
}
.partners-item.partners-radio span:before {
  background-position: -36px 0;
}
.partners-item.partners-ummymac span:before {
  background-position: -54px 0;
}
.downloading-mac-page {
  background: #e1e1e1;
  height: auto;
}
.downloading-mac-page header + div {
  display: none;
}
.downloading-mac-page footer {
  display: none;
}
.downloading-mac-page .downloading-mac-page-show {
  display: block !important;
}
.downloading-mac-page h1 {
  text-align: center;
  font-weight: 300;
  padding-top: 20px;
}
.downloading-mac-page .ummy-mac-downloading-cont {
  counter-reset: num;
  padding-top: 30px;
  padding-bottom: 50px;
  background: url("/prx/000/https/videodownloader.ummy.net/assets/lp/img/download-mac-line.png") no-repeat 50% 36%;
}
.downloading-mac-page .ummy-mac-downloading {
  float: left;
  width: 30%;
}
.downloading-mac-page .ummy-mac-downloading:not(:first-of-type) {
  margin-left: 5%;
}
.downloading-mac-page .ummy-mac-downloading:first-of-type p {
  margin-left: 15%;
}
.downloading-mac-page .ummy-mac-downloading:last-of-type img {
  margin-left: 12%;
}
.downloading-mac-page .ummy-mac-downloading img {
  max-width: 100%;
}
.downloading-mac-page .ummy-mac-downloading p {
  font-size: 20px;
  margin: -10px 0 40px;
}
.downloading-mac-page .ummy-mac-downloading p:before {
  counter-increment: num;
  content: counter(num);
  display: block;
  background: #8e9aa7;
  color: #fff;
  height: 37px;
  width: 37px;
  text-align: center;
  font-size: 20px;
  line-height: 37px;
  font-weight: 900;
  border-radius: 50%;
}
/* ==========================================================================
   Modal styles
   ========================================================================== */
@-webkit-keyframes anim-open {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
  }
}
@keyframes anim-open {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 1);
    transform: scale3d(0, 0, 1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@-webkit-keyframes anim-close {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.5, 0.5, 1);
  }
}
@keyframes anim-close {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.5, 0.5, 1);
    transform: scale3d(0.5, 0.5, 1);
  }
}
.modal-container {
  left: 0;
  overflow: auto;
  position: fixed;
  top: 0;
  z-index: 500000;
  width: 0;
  height: 0;
}
.modal-container.open,
.modal-container.close {
  bottom: 0;
  right: 0;
  width: inherit;
  height: inherit;
}
.modal-container.open .shade,
.modal-container.close .shade {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}
.modal-container.open .shade {
  opacity: 0.01;
}
.modal-container.open .popup-content {
  -webkit-animation-name: anim-open;
  animation-name: anim-open;
  -webkit-animation-timing-function: cubic-bezier(0.6, 0, 0.4, 1);
  animation-timing-function: cubic-bezier(0.6, 0, 0.4, 1);
}
.modal-container.close .popup-content {
  -webkit-animation-name: anim-close;
  animation-name: anim-close;
}
/* ==========================================================================
   Стили контейнера модали
   ========================================================================== */
.modal-container.open .popup-content,
.modal-container.close .popup-content {
  -webkit-animation-duration: 400ms;
  animation-duration: 400ms;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  background: #d01017;
  /* Old browsers */
  background: -webkit-linear-gradient(top, #d01017 0%, #9d0438 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #d01017 0%, #9d0438 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d01017', endColorstr='#9d0438', GradientType=0);
  /* IE6-9 */
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 2% auto;
  position: relative;
  max-width: 600px;
  border: solid 5px #f1ede8;
  width: 90%;
  border-radius: 10px;
  padding: 0;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.75);
}
/* ==========================================================================
   Стили затеменения
   ========================================================================== */
.modal-container .shade {
  background: #000;
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
  cursor: pointer;
}
/* ==========================================================================
   Стили кнопки "Закрыть модаль"
   ========================================================================== */
.modal-container .close-modal {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  position: absolute;
  right: -10px;
  top: -12px;
  -webkit-transition: background 0.15s ease-out;
  transition: background 0.15s ease-out;
}
.modal-container .close-modal:before {
  content: "";
  position: absolute;
  background: url("/prx/000/https/videodownloader.ummy.net/assets/lp/img/close-popup.png") no-repeat;
  width: 12px;
  height: 13px;
  background-size: contain;
  left: 6px;
  top: 6px;
}
.modal-container .close-modal:hover {
  background: #000;
}
/* ==========================================================================
   Стили текстовой области
   ========================================================================== */
#modal-email-mac .modal-text-cont {
  padding: 0 20px;
  background: url("/prx/000/https/videodownloader.ummy.net/assets/lp/img/bg-popup.png") 0 50% no-repeat;
}
.modal-email-mac {
  padding: 36px 0 56px 194px;
  text-align: center;
  font-family: 'OpenSans';
}
.modal-email-mac .modal-email-mac-title {
  color: #fff;
  font-size: 40px;
  margin: 0 0 24px;
}
.modal-email-mac .modal-email-mac-text {
  color: #fff;
  font-size: 25px;
  font-weight: 300;
  margin: 0 0 36px;
}
.modal-email-mac .modal-email-mac-form {
  position: relative;
}
.modal-email-mac .modal-email-mac-form input[type="text"] {
  font-family: 'OpenSans';
  font-weight: 300;
  margin: 0 2px;
  width: 232px;
  padding: 8px 10px;
  text-align: center;
  border-radius: 5px;
  border: solid 1px #999;
  background: #fff;
  font-size: 20px;
  box-shadow: inset 0 0 5px #ccc;
  vertical-align: middle;
}
[lang="es"] .modal-email-mac .modal-email-mac-form input[type="text"] {
  font-size: 18px;
}
.modal-email-mac .modal-email-mac-form input[type="submit"] {
  position: absolute;
  background: url("/prx/000/https/videodownloader.ummy.net/assets/lp/img/arrow-popup.png") no-repeat;
  width: 39px;
  height: 28px;
  background-size: contain;
  right: 0;
  top: 10px;
  padding: 0;
  border: none;
  vertical-align: middle;
}
.modal-email-mac .modal-email-mac-form input[type="text"]:disabled,
.modal-email-mac .modal-email-mac-form input[type="submit"]:disabled {
  opacity: 0.7;
}
/* ==========================================================================
   install page styles
   ========================================================================== */
.ummy-install-bg {
  background: #f7f7f7;
  min-width: 320px;
}
.ummy-install-cont {
  padding: 30px 52% 30px 0;
  position: relative;
}
.ummy-install-cont-20 {
    padding: 0;
}
.ummy-install-cont .ummy-install-video {
  position: absolute;
  width: 48%;
  right: 0;
  top: 50px;
  z-index: 3;
}
.ummy-install-cont .ummy-install-preview {
  overflow: hidden;
  position: relative;
}
.ummy-install-cont .ummy-install-preview img {
  width: 100%;
}
.ummy-install-cont .ummy-install-preview .ummy-install-preview-border {
  position: relative;
  top: 0;
  left: 0;
  z-index: 3;
}
.ummy-install-cont .ummy-install-preview .ummy-install-preview-img {
  top: -12.5%;
  position: absolute;
}
.ummy-install-cont .ummy-install-video .video-container-size {
  max-width: 100%;
  margin: 0 auto;
  width: 100%;
}
.ummy-install-cont .ummy-install-video .video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.ummy-install-cont .ummy-install-video .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ummy-install-cont .ummy-install-preview-h1 {
  font-size: 36px;
}
.ummy-install-cont h1 {
  font-size: 50px;
  font-weight: 800;
  color: #bc0b21;
  position: relative;
  line-height: 1.3em;
}
.ummy-install-cont-20 h1 {
    width: 505px;
    padding: 30px 0 0 52%;
}
.ummy-install-cont-20 .ummy-install-video {
    left: 0;
    right: auto;
}
.ummy-install-cont h1 span {
  position: relative;
  z-index: 2;
  background: #f7f7f7;
  padding-right: 10px;
}
.ummy-install-cont h1:before {
  content: "";
  background: url("/prx/000/https/videodownloader.ummy.net/assets/lp/img/install-arrow.png") no-repeat;
  width: 217px;
  height: 37px;
  position: absolute;
  right: -10px;
  bottom: -8px;
}
.ummy-install-cont .ummy-install-under-h1 {
  font-size: 25px;
  font-weight: normal;
}
.ummy-install-cont-20 .ummy-install-under-h1 {
    width: 505px; 
    padding: 0 0 0 52%;
}
.ummy-install-cont .ummy-install-btns {
  padding: 0 0 10px;
}
.ummy-install-cont .ummy-install-btns .dwn-btn {
  vertical-align: middle;
  margin-right: 28px;
  line-height: 42px;
}
.ummy-install-cont .i-use-btn {
  font-size: 15px;
  padding: 8px 16px;
  border: solid 1px #666;
  color: #666;
  display: inline-block;
  text-decoration: none;
  border-radius: 5px;
  margin: 10px 0;
  vertical-align: middle;
}
.ummy-install-cont .i-use-btn-snk {
  width: 200px;
  color: #89b000;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  display: none;
}
.ummy-install-cont .i-use-btn-snk.show {
  display: inline-block;
}
.ummy-install-cont .ummy-install-text {
  font-size: 20px;
  color: #666;
  margin-right: -4%;
}
.ummy-install-cont .ummy-install-list {
  font-size: 17px;
  list-style: none;
  margin: 0;
  padding: 0 0 0 20px;
}
.ummy-install-cont .ummy-install-list li {
  margin: 2px 0;
  position: relative;
}
.ummy-install-cont .ummy-install-list li:before {
  content: "";
  position: absolute;
  background: url("/prx/000/https/videodownloader.ummy.net/assets/lp/img/install-li.png") no-repeat;
  width: 12px;
  height: 9px;
  background-size: cover;
  left: -20px;
  top: 7px;
}
.modal-email-mac-form #thanks {
  display: block;
  color: #fff;
}
.modal-email-mac-form #thanks.headden {
  display: none;
}
.coupon-container {
  padding: 14px 0 2px;
}
.coupon-info-block {
  float: left;
  width: 60%;
  margin-right: -10%;
  position: relative;
  z-index: 3;
}
.coupon-info-block h1 {
  color: #bc0b21;
  font-size: 35px;
  font-weight: 800;
  margin: 44px 0 0;
  line-height: 42px;
}
.coupon-info-block h2 {
  color: #bc0b21;
  font-size: 35px;
  font-weight: 800;
  margin: 0 0 46px;
  line-height: 42px;
}
.coupon-info-block p {
  font-size: 28px;
  font-weight: normal;
  line-height: 34px;
  margin-bottom: 58px;
}
.coupon-info-block .coupon-cod-info {
  margin: -30px 0 0;
}
.coupon-info-block .coupon-cod-info span {
  color: #bc0b21;
  font-weight: bold;
}
.coupon-info-block .coupon-info-btn-cont {
  margin-bottom: 30px;
  white-space: nowrap;
}
.coupon-info-block .coupon-info-btn-cont:after {
  content: "";
  background: url("/prx/000/https/videodownloader.ummy.net/assets/lp/img/coupon-label.png") no-repeat;
  width: 237px;
  height: 91px;
  display: inline-block;
  vertical-align: middle;
  margin: 10px 0 0 -6px;
}
.coupon-info-block .coupon-info-btn-cont .dwn-btn {
  padding: 10px 18px;
}
.coupon-info-block .coupon-info-btn-cont .dwn-btn:before {
  display: none;
}
.coupon-info-block .coupon-info-btn-cont .dwn-btn:after {
  display: none;
}
.coupon-gif-block {
  float: right;
  width: 50%;
}
.like-h1-lp {
  font-size: 2em;
  font-weight: 600;
  line-height: 1.1em;
  margin: 10px 0;
}
.like-h1-lp + h1 {
  margin: 0 0 20px;
  line-height: 1.1em;
}
.how-block .like-h1-lp {
  margin: 0;
}
/* ==========================================================================
   footer styles
   ========================================================================== */
footer {
  text-align: center;
  padding: 20px 0 0;
}
footer h3:before {
  content: "";
  background: url("/prx/000/https/videodownloader.ummy.net/assets/lp/img/footer-logo.png") no-repeat;
  width: 35px;
  height: 27px;
  display: block;
  margin: 0 auto 6px;
}
footer h3,
footer .copyright {
  font-size: 14px;
  margin: 0 0 20px;
  color: #333;
}
footer .copyright a {
  color: #333;
}
.how-block .dwn-btn,
.video-block .dwn-btn {
  margin-top: 4px;
}
.arrow-popup-bottom-big-container,
.arrow-popup-top-right-big-container {
  height: 74px;
  width: 79px;
}
.arrow-popup-bottom-big,
.arrow-popup-top-big {
  display: none;
  position: fixed;
  z-index: 99999;
  overflow: hidden;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}
.arrow-popup-top-big.js-arrow-popup-safari {
  display: block;
  top: -1000px;
}
.arrow-popup-top-big.js-arrow-popup-safari.is-active {
  top: 0;
}
.arrow-popup-bottom-big.is-active,
.arrow-popup-top-big.is-active {
  display: inline-block;
}
.arrow-popup-bottom-big {
  bottom: 0;
  left: 74px;
}
.arrow-popup-top-big {
  top: 0;
  right: 160px;
}
.arrow-popup-top-big.js-arrow-popup-safari {
  right: 10px;
}
.content-chrome-big,
.content-moz-big,
.content-safari-big {
  height: 74px;
  width: 79px;
  display: inline-block;
}
.content-chrome-big,
.content-moz-big,
.content-safari-big {
  background-image: url('/prx/000/https/videodownloader.ummy.net/assets/lp/img/download-show-arrow.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.content-chrome-big--rotate {
  -webkit-animation-name: rotateBottomArrow;
  animation-name: rotateBottomArrow;
  -webkit-animation-duration: .8s;
  animation-duration: .8s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.content-moz-big--rotate,
.content-safari-big--rotate {
  -webkit-animation-name: rotateTopArrow;
  animation-name: rotateTopArrow;
  -webkit-animation-duration: .8s;
  animation-duration: .8s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
@-webkit-keyframes rotateBottomArrow {
  from {
    -webkit-transform: translate3d(0, -100%, 0) rotateZ(180deg);
    transform: translate3d(0, -100%, 0) rotateZ(180deg);
  }
  to {
    -webkit-transform: translate3d(0, 100%, 0) rotateZ(180deg);
    transform: translate3d(0, 100%, 0) rotateZ(180deg);
  }
}
@keyframes rotateBottomArrow {
  from {
    -webkit-transform: translate3d(0, -100%, 0) rotateZ(180deg);
    transform: translate3d(0, -100%, 0) rotateZ(180deg);
  }
  to {
    -webkit-transform: translate3d(0, 100%, 0) rotateZ(180deg);
    transform: translate3d(0, 100%, 0) rotateZ(180deg);
  }
}
@-webkit-keyframes rotateTopArrow {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes rotateTopArrow {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@media screen and (max-width: 768px) {
  .js-arrow-popup {
    display: none !important;
  }
}
.ease-download-hd {
  background: #f7f7f7;
  color: #333;
}
.ease-download-hd header {
  display: none;
  background: #f7f7f7;
}
.ease-download-hd-header-hide header {
  display: none;
}
.ease-download-hd header nav {
  display: block;
}
.ease-download-hd header nav ul li a {
  border-color: #f7f7f7;
  box-sizing: border-box;
}
.ease-download-hd header nav ul li a:hover {
  border-color: #d11117;
}
.ease-download-hd header nav ul li.first a {
  border-color: #d11117;
  color: #d11117;
}
.ease-download-hd header .wrapper {
  border-bottom: 2px solid #ebebeb;
  padding-bottom: 14px;
}
.ease-download-hd header nav ul li {
  margin-right: 50px;
}
.ease-download-hd-top-block {
  text-align: center;
  position: relative;
}
.ease-download-hd-top-cont:after {
  text-align: center;
  content: "";
  display: block;
  position: absolute;
  background: url("/prx/000/https/videodownloader.ummy.net/assets/lp/img/ease-download-2hd-bg.png") no-repeat 0 0;
  width: 752px;
  height: 488px;
  left: 50%;
  top: 0;
  margin-left: -720px;
}
.mac_os .ease-download-hd-top-cont:after {
  background: url("/prx/000/https/videodownloader.ummy.net/assets/lp/img/ease-download-hd-bg.png") no-repeat 0 0;
}
.ease-download-hd-top-cont {
  font-weight: normal;
  position: relative;
  min-height: 400px;
  padding-top: 40px;
}
.ease-download-hd-top-block h1 {
  font-size: 40px;
  color: #333;
  border-bottom: 6px solid #e4e4e4;
  font-weight: 300;
  display: inline-block;
  padding: 10px;
  margin-bottom: 16px;
}
.ease-download-hd-top-rigth {
  float: right;
}
.ease-download-hd-top-cont .ease-download-hd-btn-block {
  margin: 90px 0 40px;
  float: left;
}
.ease-download-hd-btn-block {
  position: relative;
  z-index: 3;
  font-weight: normal;
}
.ease-download-hd-btn-block .safety-info {
  color: #666666;
}
.ease-download-hd-btn {
  padding: 24px 88px 26px 44px;
  font-size: 30px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  box-shadow: inset 0 -5px 0 #558600, 0 0 0 10px rgba(254, 254, 254, 0.9);
  background: #669900;
  border-radius: 5px;
  display: inline-block;
  position: relative;
  border: none;
  margin: 16px 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ease-download-hd-btn:after {
  content: "";
  position: absolute;
  width: 48px;
  height: 48px;
  right: 28px;
  top: 22px;
  background: url("/prx/000/https/videodownloader.ummy.net/assets/lp/img/ease-download-hd-btn.png") no-repeat;
  background-size: cover;
}
.ease-download-hd-win .ease-download-hd-btn:after {
  background: url("/prx/000/https/videodownloader.ummy.net/assets/lp/img/windows_logo.png") no-repeat;
  background-size: cover;
}
.ease-download-hd-btn:hover {
  background: #79bd04;
  box-shadow: inset 0 -5px 0 #558600, 0 0 0 10px #fefefe;
}
.ease-download-hd-btn:active {
  box-shadow: inset 0 -3px 0 #558600, inset 0 2px 0 #fefefe, 0 0 0 10px #fefefe;
}
.ease-download-hd-link {
  color: #669900;
  margin-bottom: 26px;
  display: inline-block;
  font-size: 18px;
  max-width: 340px;
}
.ease-download-hd-rating-block {
  float: right;
  width: 270px;
  margin-left: 45px;
}
.ease-download-hd-rating {
  text-align: left;
  margin: 0 0 22px;
}
.ease-download-hd-rating-logo {
  margin-left: 54px;
}
.ease-download-hd-rating-bg {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f8f8f8+0,fefefe+100 */
  background: #f8f8f8;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f8f8f8 0%, #fefefe 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #f8f8f8 0%, #fefefe 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #f8f8f8 0%, #fefefe 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8f8f8', endColorstr='#fefefe', GradientType=0);
  /* IE6-9 */
  padding: 0 0 24px 54px;
  border-bottom: solid 1px #e4e4e4;
}
.ease-download-hd-rating-bg p {
  margin: 6px 0 0;
}
.ease-download-hd-counter-block-title {
  font-size: 30px;
  margin: 18px 0;
}
.ease-download-hd-counter {
  font-size: 0;
  text-align: center;
}
.ease-download-hd-counter-item {
  display: inline-block;
  width: 27px;
  height: 38px;
  border: 1px solid #ccc;
  border-radius: 3px;
  text-align: center;
  line-height: 38px;
  font-size: 25px;
  color: #000;
  font-weight: 300;
  margin: 0 2px 2px;
}
.ease-download-hd-info-row {
  background: #e0e0e0;
  padding: 20px 0;
}
.ease-download-hd-info-row ul {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: row;
  font-size: 0;
  text-align: center;
}
.ease-download-hd-info-row ul li {
  display: inline-block;
  color: #999;
  counter-increment: row;
  font-size: 20px;
  vertical-align: middle;
  width: 32%;
  position: relative;
  padding: 17px 0;
}
.ease-download-hd-info-row ul li:not(:last-of-type) {
  margin-right: 1%;
}
.ease-download-hd-info-row ul li:nth-of-type(2) {
  max-width: 28%;
}
.ease-download-hd-info-row ul li:before {
  content: counter(row);
  font-weight: 800;
  font-size: 25px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  line-height: 35px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #999;
  margin-right: 18px;
}
.ease-download-hd-info-row ul li:not(:last-of-type):after {
  content: "";
  background: url("/prx/000/https/videodownloader.ummy.net/assets/lp/img/ease-download-hd-info-row.png") no-repeat;
  width: 32px;
  height: 71px;
  background-size: cover;
  position: absolute;
  right: 0;
  top: 0;
}
.ease-download-hd-pluses-block {
  text-align: center;
}
.ease-download-hd-pluses-block .wrapper {
  border-bottom: 1px solid #bcbbbb;
  padding-bottom: 94px;
}
.ease-download-hd-pluses-block h2 {
  font-size: 40px;
  color: #333;
  font-weight: 300;
  padding: 16px 0 0 0;
}
.ease-download-hd-pluses-list {
  font-size: 0;
  margin: 0 0 30px;
  padding: 0;
  list-style: none;
}
.ease-download-hd-pluses-list li {
  display: inline-block;
  width: 44%;
  text-align: left;
  vertical-align: top;
  font-size: 20px;
  padding: 0 0 0 62px;
  position: relative;
  box-sizing: border-box;
  min-height: 40px;
  line-height: 24px;
  margin: 18px 0 18px 2%;
}
.ease-download-hd-pluses-list li:before {
  content: "";
  background: url("/prx/000/https/videodownloader.ummy.net/assets/lp/img/ease-download-hd-check.png") no-repeat;
  width: 46px;
  height: 39px;
  background-size: cover;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 2px;
}
.ease-download-hd-pluses-list li span {
  display: table;
  width: 100%;
  min-height: 40px;
}
.ease-download-hd-pluses-list li span span {
  display: table-cell;
  width: 100%;
  min-height: 40px;
  vertical-align: middle;
}
.ease-download-hd footer {
  padding: 32px 0 60px;
  background: none;
}
[data-country=AZ] .ease-download-hd-new:not(.mac_os) .ease-download-hd-btn,
[data-country=AM] .ease-download-hd-new:not(.mac_os) .ease-download-hd-btn,
[data-country=BY] .ease-download-hd-new:not(.mac_os) .ease-download-hd-btn,
[data-country=KZ] .ease-download-hd-new:not(.mac_os) .ease-download-hd-btn,
[data-country=KG] .ease-download-hd-new:not(.mac_os) .ease-download-hd-btn,
[data-country=MD] .ease-download-hd-new:not(.mac_os) .ease-download-hd-btn,
[data-country=RU] .ease-download-hd-new:not(.mac_os) .ease-download-hd-btn,
[data-country=TJ] .ease-download-hd-new:not(.mac_os) .ease-download-hd-btn,
[data-country=TM] .ease-download-hd-new:not(.mac_os) .ease-download-hd-btn,
[data-country=UZ] .ease-download-hd-new:not(.mac_os) .ease-download-hd-btn,
[data-country=UA] .ease-download-hd-new:not(.mac_os) .ease-download-hd-btn,
[data-country=IN] .ease-download-hd-new:not(.mac_os) .ease-download-hd-btn,
[data-country=ID] .ease-download-hd-new:not(.mac_os) .ease-download-hd-btn,
[data-country=TR] .ease-download-hd-new:not(.mac_os) .ease-download-hd-btn {
  line-height: 60px;
}
[data-country=AZ] .ease-download-hd-new:not(.mac_os) .ease-download-hd-btn span,
[data-country=AM] .ease-download-hd-new:not(.mac_os) .ease-download-hd-btn span,
[data-country=BY] .ease-download-hd-new:not(.mac_os) .ease-download-hd-btn span,
[data-country=KZ] .ease-download-hd-new:not(.mac_os) .ease-download-hd-btn span,
[data-country=KG] .ease-download-hd-new:not(.mac_os) .ease-download-hd-btn span,
[data-country=MD] .ease-download-hd-new:not(.mac_os) .ease-download-hd-btn span,
[data-country=RU] .ease-download-hd-new:not(.mac_os) .ease-download-hd-btn span,
[data-country=TJ] .ease-download-hd-new:not(.mac_os) .ease-download-hd-btn span,
[data-country=TM] .ease-download-hd-new:not(.mac_os) .ease-download-hd-btn span,
[data-country=UZ] .ease-download-hd-new:not(.mac_os) .ease-download-hd-btn span,
[data-country=UA] .ease-download-hd-new:not(.mac_os) .ease-download-hd-btn span,
[data-country=IN] .ease-download-hd-new:not(.mac_os) .ease-download-hd-btn span,
[data-country=ID] .ease-download-hd-new:not(.mac_os) .ease-download-hd-btn span,
[data-country=TR] .ease-download-hd-new:not(.mac_os) .ease-download-hd-btn span {
  display: none;
}
[data-country=AZ] .ease-download-hd-new:not(.mac_os) .win-hide-geo-js,
[data-country=AM] .ease-download-hd-new:not(.mac_os) .win-hide-geo-js,
[data-country=BY] .ease-download-hd-new:not(.mac_os) .win-hide-geo-js,
[data-country=KZ] .ease-download-hd-new:not(.mac_os) .win-hide-geo-js,
[data-country=KG] .ease-download-hd-new:not(.mac_os) .win-hide-geo-js,
[data-country=MD] .ease-download-hd-new:not(.mac_os) .win-hide-geo-js,
[data-country=RU] .ease-download-hd-new:not(.mac_os) .win-hide-geo-js,
[data-country=TJ] .ease-download-hd-new:not(.mac_os) .win-hide-geo-js,
[data-country=TM] .ease-download-hd-new:not(.mac_os) .win-hide-geo-js,
[data-country=UZ] .ease-download-hd-new:not(.mac_os) .win-hide-geo-js,
[data-country=UA] .ease-download-hd-new:not(.mac_os) .win-hide-geo-js,
[data-country=IN] .ease-download-hd-new:not(.mac_os) .win-hide-geo-js,
[data-country=ID] .ease-download-hd-new:not(.mac_os) .win-hide-geo-js,
[data-country=TR] .ease-download-hd-new:not(.mac_os) .win-hide-geo-js {
  display: none !important;
}
.ease-download-hd-new header {
  display: block;
}
.ease-download-hd-new.downloading-mac-page .ease-download-hd-top-block,
.ease-download-hd-new.downloading-mac-page .ease-download-hd-info-row,
.ease-download-hd-new.downloading-mac-page .ease-download-hd-pluses-block,
.ease-download-hd-new.downloading-mac-page .ease-download-hd-paste-link-block,
.ease-download-hd-new.downloading-mac-page .ease-download-hd-not-on-line-block,
.ease-download-hd-new.downloading-mac-page .ease-download-hd-partners-block,
.ease-download-hd-new.downloading-mac-page .ease-download-hd-questions-block {
  display: none;
}
.ease-download-hd-new .social-box {
  display: block;
}
.ease-download-hd-new .header-mail-right {
  position: absolute;
  right: 10px;
  font-size: 0 !important;
}
.ease-download-hd-new .header-mail-right:before {
  background: url('/prx/000/https/videodownloader.ummy.net/assets/lp/img/new-email.png') no-repeat;
  background-size: cover;
  width: 20px;
  height: 16px;
  margin: 0 10px;
}
.ease-download-hd header nav {
  margin-right: 20px;
}
.ease-download-hd-new header {
  padding: 18px 0 17px;
}
.ease-download-hd-new header .wrapper {
  border-bottom: 3px solid #e4e4e4;
  padding-bottom: 14px;
}
.ease-download-hd-new header nav ul li.first a {
  border-color: #f7f7f7;
  box-sizing: border-box;
  color: #000;
}
.ease-download-hd-new header nav ul li.active a,
.ease-download-hd-new header nav ul li a:hover {
  border-color: #d11117;
  color: #d11117;
}
.ease-download-hd-new .language {
  display: block;
  bottom: 7px;
}
.ease-download-hd-new .language ul {
  padding: 4px 6px;
  background-color: rgba(255, 255, 255, 0.84);
  border: 1px solid #ccc;
  border-radius: 2px;
  top: 20px;
}
.ease-download-hd-new .language ul:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 20px;
  top: -20px;
}
.ease-download-hd-new .ease-download-hd-top-block {
  margin-top: 90px;
  padding-top: 20px;
}
.ease-download-hd-new h1,
.ease-download-hd-top-block-p {
  font-size: 40px;
  color: #b20927;
  border-bottom: none;
  font-weight: normal;
  display: inline-block;
  padding: 0 0 10px;
  margin-bottom: 16px;
  margin-top: 0;
}
.ease-download-hd-new h2,
.ease-download-hd-new .title-like-h2 {
  font-size: 40px;
  color: #b20927;
  border-bottom: none;
  font-weight: normal;
  display: inline-block;
  padding: 10px;
  margin-bottom: 16px;
}
.ease-download-hd-top-block-container {
  padding: 0 0 10px;
  margin-bottom: 16px;
}
.ease-download-hd-top-block-p,
.ease-download-hd-new .ease-download-hd-top-block-container h1 {
  padding: 0;
  margin: 0;
}
.ease-download-hd-new .ease-download-hd-btn {
  font-weight: 800;
  line-height: 30px;
  padding: 16px 114px 16px 54px;
}
.ease-download-hd-new .ease-download-hd-btn span {
  font-weight: 600;
  display: block;
  text-transform: none;
  font-size: 20px;
}
.ease-download-hd-new .ease-download-hd-btn:after {
  background: url('/prx/000/https/videodownloader.ummy.net/assets/lp/img/btn-icon-2016.png') no-repeat;
  background-position: -48px 0;
  background-size: cover;
}
.mac_os.ease-download-hd-new .ease-download-hd-btn:after {
  background-position: 0 0;
}
.ease-download-hd-new .ease-download-hd-pluses-list li:before {
  background: url('/prx/000/https/videodownloader.ummy.net/assets/lp/img/ease-download-hd-check-2016.png') no-repeat;
  background-size: cover;
}
.ease-download-hd-new .ease-download-hd-pluses-list li {
  margin: 9px 0 9px 2%;
}
.ease-download-hd-new .ease-download-hd-pluses-block .wrapper {
  border-bottom: none;
  padding-bottom: 14px;
}
.ease-download-hd-not-on-line-block .ease-download-hd-btn-block,
.ease-download-hd-new .ease-download-hd-pluses-block .ease-download-hd-btn-block {
  display: inline-block;
}
.ease-download-hd-not-on-line-block .ease-download-hd-btn-block .safety-info,
.ease-download-hd-new .ease-download-hd-pluses-block .ease-download-hd-btn-block .safety-info {
  position: absolute;
  right: -200px;
  top: 30px;
}
.ease-download-hd-paste-link-block {
  text-align: center;
  background: #e6e6e6;
  margin-bottom: 100px;
}
.ease-download-hd-paste-link-block h2,
.ease-download-hd-paste-link-block .title-like-h2 {
  color: #666666;
  margin: 10px 0 4px;
}
.ease-download-hd-paste-link-img {
  margin-bottom: -100px;
  max-width: 100%;
}
.ease-download-hd-not-on-line-block {
  text-align: center;
}
.ease-download-hd-not-on-line-block h2 {
  font-size: 35px;
  padding: 20px 0;
  margin: 0;
}
.ease-download-hd-partners-block {
  background: #e6e6e6;
  text-align: center;
}
.ease-download-hd-partners-block h2 {
  padding: 10px 0;
  font-size: 35px;
  margin: 10px 0;
}
.ease-download-hd-partners-block .partners-block-cont-wrap {
  border-bottom: none;
  margin-bottom: 0;
  padding: 0 0 36px;
}
.ease-download-hd-questions-block {
  text-align: center;
}
.ease-download-hd-questions-block h2 {
  font-size: 35px;
  margin: 24px 0 0;
}
.ease-download-hd-questions-block p {
  font-size: 20px;
}
.ease-download-hd-questions-block a {
  color: #b20927;
}
.ease-download-hd-questions-cont {
  border-bottom: solid 1px #bcbbbb;
  padding-bottom: 30px;
}
.ease-download-hd-browser {
  padding: 16px 0 36px;
}
.ease-download-hd-browser-item {
  font-size: 20px;
  padding-left: 42px;
  position: relative;
  line-height: 34px;
  margin: 10px 20px;
  display: inline-block;
}
.ease-download-hd-browser-item:before {
  content: "";
  width: 34px;
  height: 34px;
  position: absolute;
  background: url("/prx/000/https/videodownloader.ummy.net/assets/lp/img/browser-new-items.png") no-repeat;
  background-size: cover;
  left: 0;
  top: 0;
}
.ease-download-hd-browser-item.browser-safari:before {
  background-position: -34px 0;
}
.ease-download-hd-browser-item.browser-yandex:before {
  background-position: -68px 0;
}
.ease-download-hd-browser-item.browser-chrome:before {
  background-position: -102px 0;
}
.ease-download-hd-browser-item.browser-opera:before {
  background-position: -136px 0;
}
.ease-download-hd-new footer {
  padding: 26px 0 20px;
}
/* ==========================================================================
   Media styles
   ========================================================================== */
/* ============================
   media styles 860px
   ============================ */
@media screen and (max-height: 860px) and (min-width: 960px) {
  .video-block.video-block-small h2,
  .video-block.video-block-small .h2 {
    margin: 0 0 8px;
    line-height: 30px;
  }
  .how-block.how-block-small h1 {
    line-height: 36px;
  }
  .how-block.how-block-small h2,
  .how-block.how-block-small .h2 {
    margin: 0;
  }
  .how-block.how-block-small .how-block-text {
    margin: 0 0 10px;
  }
  .how-block-small .how-block-slider .bx-wrapper {
    width: 560px;
  }
}
/* ============================
   media styles 760px
   ============================ */
@media screen and (max-height: 760px) and (min-width: 960px) {
  .how-block h2,
  .how-block .h2 {
    margin: -10px 0 0;
  }
  .how-block .how-block-text {
    margin: -4px 0 6px;
  }
  .how-block-slider .bx-wrapper {
    width: 530px;
  }
  .video-block h2,
  .video-block .h2 {
    margin: 0 0 8px;
    line-height: 30px;
  }
  .video-container-size {
    width: 620px;
    max-width: 100%;
    margin: 0 auto;
  }
  .video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
  }
  .video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .system-block .system-bottom {
    margin: 0 0 14px 536px;
  }
  .video-block.video-block-small .video-container-size {
    width: 480px;
  }
  .how-block-small .how-block-slider .bx-wrapper {
    width: 400px;
    margin: 0 auto 30px;
  }
  .how-block-small .how-block-slider .bx-wrapper .bx-pager {
    bottom: -36px;
    padding-top: 0;
  }
  .how-block-small .how-block-slider .bx-wrapper .bx-pager.bx-default-pager a {
    width: 100px;
    text-indent: -9999px;
    line-height: 30px;
    font-size: 0.1px;
  }
}
/* ============================
   media styles 640px
   ============================ */
@media screen and (max-height: 640px) and (min-width: 960px) {
  .read-more {
    font-size: 22px;
    bottom: 10px;
  }
  .read-more .read-more-btn {
    width: 40px;
    height: 40px;
    background-position: 10px 16px;
  }
  h2,
  .h2 {
    font-size: 26px;
  }
  .like-h1-lp {
    font-size: 1.8em;
  }
  .like-h1-lp + h1 {
    font-size: 1.8em;
    margin: 0 0 12px;
  }
  .what-block:before {
    width: 700px;
    top: -2px;
    background-size: contain;
  }
  .mac_os .what-block:before,
  .lp-class-en .what-block:before,
  .lp-class-ru .what-block:before,
  .lp-class-es .what-block:before,
  .lp-class-tr .what-block:before,
  .lp-class-id .what-block:before {
    background-size: contain;
  }
  .what-block .text-block h2,
  .what-block .text-block .h2 {
    margin: 0px 0 12px;
    line-height: 30px;
  }
  .what-block .text-block .what-block-text {
    margin: 0 0 18px;
    font-size: 20px;
    line-height: 24px;
  }
  .what-block .text-block .what-arrow-text {
    font-size: 23px;
    line-height: 26px;
    margin: 0px 0 16px;
  }
  .how-block h2,
  .how-block .h2 {
    line-height: 30px;
  }
  .how-block-slider .bx-wrapper {
    width: 400px;
    margin: 0 auto 30px;
  }
  .how-block-slider .bx-wrapper .bx-pager {
    bottom: -36px;
    padding-top: 0;
  }
  .how-block-slider .bx-wrapper .bx-pager.bx-default-pager a {
    width: 100px;
    text-indent: -9999px;
    line-height: 30px;
    font-size: 0;
  }
  .video-container-size {
    width: 430px;
  }
  .video-block h2,
  .video-block .h2 {
    line-height: 26px;
  }
  .video-block:before {
    top: -80px;
    left: -120px;
  }
  .system-block:before {
    width: 1024px;
    background-size: contain;
    top: 0;
  }
  .system-block .system-top {
    margin: 16px 0 60px 148px;
  }
  .system-block .system-bottom {
    margin: 0 0 8px 486px;
    min-height: 134px;
  }
  .system-block .system-bottom h2,
  .system-block .system-bottom .h2 {
    margin: 0px 0 4px;
  }
  .widget-page h2 {
    line-height: 30px;
  }
  .widget-page .under-h2 {
    line-height: 24px;
    margin: 0 0 10px;
    font-size: 22px;
  }
  .how-block-small .how-block-slider .bx-wrapper {
    width: 360px;
  }
  .how-block-small .how-block-slider .bx-wrapper .bx-pager.bx-default-pager a {
    width: 80px;
  }
  .how-block.how-block-small h1 {
    font-size: 24px;
    line-height: 24px;
  }
  .how-block.how-block-small h2,
  .how-block.how-block-small .h2 {
    line-height: 20px;
    font-size: 22px;
  }
  .how-block.how-block-small .how-block-text {
    margin: -2px 0 0;
  }
  .video-block.video-block-small h2,
  .video-block.video-block-small .h2 {
    margin: 0 0 4px;
    line-height: 24px;
  }
  .video-block.video-block-small .video-container-size {
    width: 380px;
  }
}
p.h1 {
  font-size: 20px;
  line-height: 40px;
  margin: 0;
  font-weight: 600;
}
p.h2 {
  font-weight: 600;
  font-size: 26px;
}
@media screen and (max-height: 580px) and (min-width: 960px) {
  .video-block.video-block-small .video-container-size {
    width: 280px;
  }
  .how-block-small .how-block-slider .bx-wrapper {
    width: 270px;
  }
}
/* ============================
   media styles 960px
   ============================ */
@media screen and (max-width: 1140px) {
  .wrapper {
    width: 924px;
  }
  .logo p.h1 {
    font-size: 18px;
  }
  .head-btn-cont {
    margin: 6px 0 7px 0;
    width: 94px;
  }
  .head-btn-cont-new {
    margin-right: -462px;
  }
  header nav {
    margin-right: 94px;
  }
  header nav ul li {
    margin-right: 8px;
  }
  header nav ul li a {
    padding: 8px 14px;
  }
  .head-btn-cont .head-btn {
    width: 94px;
  }
  .mac_os .head-btn-cont .head-btn.mac-head-btn span {
    font-size: 10px;
  }
  .social-box {
    right: 0;
  }
  .what-block:before {
    width: 600px;
    top: -2px;
    background-size: contain;
  }
  .mac_os .what-block:before,
  .lp-class-en .what-block:before,
  .lp-class-ru .what-block:before,
  .lp-class-es .what-block:before,
  .lp-class-tr .what-block:before,
  .lp-class-id .what-block:before {
    background-size: contain;
  }
  .what-block .text-block {
    margin-left: 480px;
  }
  .read-more {
    font-size: 22px;
    bottom: 10px;
    width: 220px;
  }
  .system-block h2 {
    font-size: 26px;
  }
  .system-block .system-block-btn p {
    font-size: 15px;
    min-width: 560px;
  }
  .video-block:before {
    top: -80px;
    left: -120px;
  }
  .system-block:before {
    width: 1024px;
    background-size: contain;
    top: 0;
  }
  .system-block .system-top {
    margin: 16px 0 60px 148px;
  }
  .system-block .system-bottom {
    margin: 0 0 8px 486px;
    min-height: 134px;
  }
  .system-block .system-bottom h2,
  .system-block .system-bottom .h2 {
    margin: 0px 0 4px;
  }
  .safety-info > b {
    width: 110px;
    display: inline-block;
    vertical-align: middle;
    line-height: 1em;
    text-align: center;
  }
  .main-info-col2-d,
  .info-how-list-d {
    width: 370px;
  }
  .info-text-block-d {
    font-size: 16px;
  }
  .how-block-img-d {
    width: 250px;
    height: 165px;
  }
  .how-block-img-d img {
    max-width: 100%;
  }
  .how-block-img-d:not(:first-child):before {
    top: 68px;
  }
  .how-block-img-d:not(:first-child):after {
    top: 57px;
  }
  .info-table-d {
    min-height: 402px;
  }
  .for-mac .ummy-mac-cont {
    padding: 30px 0 70px;
  }
  .for-mac .ummy-mac-left,
  .for-mac .ummy-mac-right {
    width: 440px;
  }
  .class-ng.for-mac .ummy-mac-left:after {
    width: 200px;
    height: 250px;
    bottom: 60px;
    right: -120px;
  }
  .class-ng.for-mac .ummy-mac-bay-total {
    padding-left: 90px;
  }
  .class-ng.for-mac .ummy-mac-bay .dwn-btn {
    margin-left: 90px;
    font-size: 24px;
  }
  .for-mac .ummy-mac-bay-check {
    margin: 10px 100px 30px 0;
  }
  .for-mac .dwn-btn-right {
    margin: 14px 0;
  }
  .ummy-install-cont .ummy-install-preview-h1 {
    font-size: 30px;
  }
  .ummy-install-cont h1 {
    font-size: 40px;
  }
  .ummy-install-cont .ummy-install-under-h1 {
    font-size: 22px;
  }
  .coupon-gif-block img {
    max-width: 100%;
  }
  .coupon-info-block h1 {
    font-size: 30px;
    margin: 24px 0 0;
    line-height: 38px;
  }
  .coupon-info-block h2 {
    font-size: 30px;
    margin: 0 0 26px;
    line-height: 38px;
  }
  .coupon-info-block p {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 28px;
  }
  .coupon-info-block .coupon-cod-info {
    margin: -10px 0 0;
  }
  .ease-download-hd-rating-block {
    width: 230px;
    margin-left: 25px;
  }
  .ease-download-hd-rating-logo {
    margin-left: 34px;
  }
  .ease-download-hd-rating-bg {
    padding: 0 0 24px 34px;
  }
  .ease-download-hd-top-cont .ease-download-hd-btn-block {
    margin: 110px 0 40px;
  }
  .ease-download-hd-counter-item {
    width: 24px;
    margin: 0 1px 2px;
  }
  
  
  
    .ummy-install-cont-20 h1 {
        width: auto;
    }
    .ummy-install-cont-20 .ummy-install-under-h1 {
        width: auto; 
    }

}
#leave-your-phone-container {
  text-align: center;
  margin: 10px 0 20px;
  padding-bottom: 10px;
  display: none;
  position: relative;
}
[lang="en"] #leave-your-phone-container,
[lang="ru"] #leave-your-phone-container {
  display: block;
}
#leave-your-phone-container .leave-your-phone-label {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  display: block;
}
#leave-your-phone-container input[type="text"] {
  font-family: 'OpenSans';
  font-weight: 300;
  margin: 10px 2px;
  width: 232px;
  padding: 8px 10px;
  border-radius: 5px;
  border: solid 1px #999;
  background: #fff;
  font-size: 20px;
  box-shadow: inset 0 0 5px #ccc;
  vertical-align: middle;
}
#leave-your-phone-container input[type="text"].error {
  border-color: #bc0b21;
}
#leave-your-phone-container .dwn-btn {
  padding-right: 30px;
  line-height: normal;
}
#leave-your-phone-container .leave-your-phone-spinner {
  display: none;
}
#leave-your-phone-container .leave-your-phone-spinner.spinner-open {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: 0;
  z-index: 5;
  background: url("/prx/000/https/videodownloader.ummy.net/assets/lp/img/bx_loader.gif") no-repeat 50% 50%, rgba(255, 255, 255, 0.5);
}
#leave-your-phone-cupon {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: 0;
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
  padding-top: 60px;
  font-size: 20px;
  font-weight: bold;
}
#leave-your-phone-container.success-form #leave-your-phone-cupon {
  -webkit-transition: all ease 300ms;
  transition: all ease 300ms;
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
#leave-your-phone-container.success-form #leave-your-phone-form {
  -webkit-transition: all ease 300ms;
  transition: all ease 300ms;
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
}
.mac_os .ummy-mac-bay .ummy-mac-bay-total .dwn-btn.mac-dwn-btn:after {
  top: 9px;
}
/* ============================
   media styles 960px
   ============================ */
@media screen and (max-width: 1400px) {
  .social-box {
    right: 0;
    margin-right: 0;
  }
}
[data-country=US] .hide-usa,
[data-country=GB] .hide-usa,
[data-country=AU] .hide-usa,
[data-country=CA] .hide-usa {
  display: none;
}
.show-usa {
  display: none;
}
[data-country=US] .show-usa,
[data-country=GB] .show-usa,
[data-country=AU] .show-usa,
[data-country=CA] .show-usa {
  display: block !important;
}
@media screen and (max-height: 640px) and (min-width: 767px) {
  .downloading-mac-page h1 {
    padding-top: 10px;
  }
  .downloading-mac-page .ummy-mac-downloading-cont {
    padding-top: 4px;
    background: url("/prx/000/https/videodownloader.ummy.net/assets/lp/img/download-mac-line.png") no-repeat 50% 20%;
  }
  .downloading-mac-page .ummy-mac-downloading img {
    max-width: 70%;
  }
  .downloading-mac-page .ummy-mac-downloading p {
    line-height: 1.2em;
    margin-top: -18px;
  }
  .downloading-mac-page .ummy-mac-downloading:last-of-type img {
    margin-left: 20%;
  }
}
/*NOTIE*/
.notie-transition {
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.notie-background-success {
  background-color: #57BF57 !important;
}
.notie-background-warning {
  background-color: #D6A14D !important;
}
.notie-background-error {
  background-color: #E1715B !important;
}
.notie-background-info {
  background-color: #4D82D6 !important;
}
#notie-alert-outer,
#notie-confirm-outer,
#notie-force-outer,
#notie-input-outer,
#notie-select-outer,
#notie-date-outer {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999999;
  height: auto;
  width: 100%;
  display: none;
  text-align: center;
  cursor: pointer;
  font-size: 24px;
  -o-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}
@media (max-width: 600px) {
  #notie-alert-outer,
  #notie-confirm-outer,
  #notie-force-outer,
  #notie-input-outer,
  #notie-select-outer,
  #notie-date-outer {
    font-size: 18px;
  }
}
#notie-alert-inner {
  padding: 20px;
  display: table-cell;
}
#notie-alert-content {
  max-width: 1100px;
  margin: 0 auto;
}
#notie-alert-text {
  color: #FFFFFF;
}
#notie-confirm-outer {
  cursor: default;
}
#notie-confirm-inner,
#notie-force-inner,
#notie-input-inner,
#notie-select-inner {
  box-sizing: border-box;
  width: 100%;
  padding: 20px;
  display: block;
  cursor: default;
  background-color: #4D82D6;
}
#notie-confirm-text {
  color: #FFFFFF;
}
#notie-confirm-text-yes {
  color: #FFFFFF;
}
#notie-confirm-text-no {
  color: #FFFFFF;
}
#notie-confirm-yes,
#notie-confirm-no,
#notie-input-no,
#notie-input-yes {
  float: left;
  height: 50px;
  line-height: 50px;
  width: 50%;
  cursor: pointer;
  background-color: #57BF57;
}
#notie-confirm-no,
#notie-input-no {
  float: right;
  background-color: #E1715B;
}
#notie-confirm-background,
#notie-force-background,
#notie-input-background,
#notie-select-background,
#notie-date-background {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999980;
  height: 100%;
  width: 100%;
  display: none;
  background-color: #FFFFFF;
  opacity: 0;
}
/* FORCE */
#notie-force-outer {
  cursor: default;
}
#notie-force-text {
  color: #FFFFFF;
}
#notie-force-button {
  height: 50px;
  line-height: 50px;
  width: 100%;
  cursor: pointer;
  color: #FFFFFF;
}
/* INPUT */
#notie-input-outer {
  cursor: default;
}
#notie-input-field {
  display: block;
  box-sizing: border-box;
  height: 55px;
  width: 100%;
  text-align: center;
  outline: 0;
  border: 0;
  background-color: #FFFFFF;
  font-family: inherit;
  font-size: 24px;
}
@media (max-width: 600px) {
  #notie-input-field {
    font-size: 18px;
  }
}
#notie-input-text {
  color: #FFFFFF;
}
#notie-input-text-yes {
  color: #FFFFFF;
}
#notie-input-text-no {
  color: #FFFFFF;
}
#notie-select-outer {
  top: auto;
  bottom: 0;
  cursor: default;
}
#notie-select-text {
  color: #FFFFFF;
}
#notie-select-choices,
.notie-select-choice {
  background-color: #57BF57;
}
.notie-select-choice {
  height: 50px;
  line-height: 50px;
  color: #FFFFFF;
  cursor: pointer;
}
#notie-select-cancel {
  height: 60px;
  line-height: 60px;
  color: #FFFFFF;
  cursor: pointer;
  background-color: #A0A0A0;
}
.notie-select-choice-bottom-border {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
#notie-date-outer {
  background-color: #4D82D6;
  color: #FFFFFF;
  cursor: default;
}
#notie-date-selector {
  margin: 0 auto;
  max-width: 900px;
  padding-left: 10px;
  padding-right: 10px;
}
.notie-date-up,
.notie-date-down {
  height: 50px;
  float: left;
  width: 33.333333%;
  cursor: pointer;
}
.notie-date-arrow,
.notie-date-arrow-up,
.notie-date-arrow-down {
  height: 40px;
  width: 40px;
  background-size: 40px 40px;
  margin: 0 auto;
  margin-top: 5px;
}
.notie-date-arrow-up {
  background-image: url(/prx/000/https/videodownloader.ummy.net/assets/lp/css/data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgaGVpZ2h0PSI0OCIgdmlld0JveD0iMCAwIDQ4IDQ4IiB3aWR0aD0iNDgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE0IDI4bDEwLTEwIDEwIDEweiIgZmlsbD0id2hpdGUiLz48cGF0aCBkPSJNMCAwaDQ4djQ4aC00OHoiIGZpbGw9Im5vbmUiLz48L3N2Zz4=);
}
.notie-date-arrow-down {
  background-image: url("/prx/000/https/videodownloader.ummy.net/assets/lp/css/data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgaGVpZ2h0PSI0OCIgdmlld0JveD0iMCAwIDQ4IDQ4IiB3aWR0aD0iNDgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE0IDIwbDEwIDEwIDEwLTEweiIgZmlsbD0id2hpdGUiLz48cGF0aCBkPSJNMCAwaDQ4djQ4aC00OHoiIGZpbGw9Im5vbmUiLz48L3N2Zz4=");
}
.notie-date-text {
  height: 50px;
  line-height: 50px;
  float: left;
  width: 33.333333%;
}
#notie-date-yes,
#notie-date-no {
  float: left;
  width: 50%;
  height: 50px;
  line-height: 50px;
  color: #FFFFFF;
  background-color: #57BF57;
  cursor: pointer;
}
#notie-date-no {
  background-color: #E1715B;
}
.ummy-mac-bay-experiment-hide {
  display: none;
}
.ummy-mac-bay-experiment-show {
  display: block;
}
.ummy-mac-bay-body-experiment .ummy-mac-bay-experiment-hide {
  display: block;
}
.ummy-mac-bay-body-experiment .ummy-mac-bay-experiment-show {
  display: none;
}
.dwn-btn-experiment {
  display: none !important;
}
.dwn-btn-body-experiment .dwn-btn-experiment {
  display: inline-block !important;
}
.dwn-btn-body-experiment .dwn-btn-not-experiment {
  display: none !important;
}
.dwn-btn-body-experiment .dwn-btn-experiment.mac-dwn-btn,
.dwn-btn-body-experiment .mac_os .dwn-btn-experiment.dwn-btn {
  display: none !important;
}
.dwn-btn-body-experiment .mac_os.for-mac .ummy-mac-bay .dwn-btn-experiment.dwn-btn.mac-dwn-btn {
  display: inline-block !important;
}
.mac_os .dwn-btn.dwn-btn-not-experiment.dawn-btn-no-exp-win-show-mac {
  display: inline-block !important;
}
.dwn-btn-body-experiment .mac_os .dwn-btn.dwn-btn-not-experiment.dawn-btn-no-exp-win-show-mac {
  display: none !important;
}
.dwn-btn-body-experiment .mac_os .dwn-btn-experiment.dwn-btn.dawn-btn-exp-win-show-mac {
  display: inline-block !important;
}
.star-rating-default,
.star-rating-default a:hover,
.star-rating-default a:active,
.star-rating-default a:focus,
.star-rating-default .current-rating {
  background: url(/prx/000/https/videodownloader.ummy.net/assets/lp/img/stars.png) left -1000px repeat-x !important;
}
.star-rating-default a:hover,
.star-rating-default a:active,
.star-rating-default a:focus {
  background-position: left bottom !important;
}
.star-rating-default {
  position: relative;
  /*width: 125px;*/
  height: 25px !important;
  overflow: hidden;
  list-style: none;
  margin: 0 !important;
  padding: 0 !important;
  background-position: left top !important;
  display: inline-block;
  vertical-align: middle;
}
.star-rating-default li.star {
  padding: 0 !important;
  margin: 0 !important;
  background: none !important;
  display: inline !important;
  list-style: none;
}
.star-rating-default li.star span {
  display: none;
}
.star-rating-default a,
.star-rating-default .current-rating {
  padding: 0 !important;
  margin: 0 !important;
  position: absolute;
  top: 0;
  left: 0;
  text-indent: -1000em !important;
  height: 25px !important;
  line-height: 25px !important;
  outline: none;
  overflow: hidden;
  border: none;
}
.star-rating-default .current-rating {
  z-index: 1;
  background-position: left center !important;
}
.star-rating-default + .totalvotes {
  vertical-align: middle;
  margin: 0px 0 0 12px;
}
.star-rating-block-cont p {
  color: #b20927;
  font-weight: 400;
  margin: 20px 0 4px;
}
.ummy-mac-subscription {
  padding-bottom: 46px;
  position: relative;
}
.ummy-mac-subscription-h1 {
  text-align: center;
  color: #bc0b21;
  font-size: 35px;
  font-weight: 700;
  padding: 0.8em 0;
}
.ummy-mac-subscription-h1.ummy-mac-subscription-h1-sync {
  color: #333;
}
.ummy-mac-subscription-accept-sync {
  text-align: center;
  padding-bottom: 20px;
}
.ummy-mac-subscription-accept-sync .ummy-mac-we-accept-title {
  display: block;
  padding-bottom: 6px;
}
.mac_os .ummy-mac-subscription-item .dwn-btn {
  display: none;
}
.mac_os .ummy-mac-subscription-item .dwn-btn.mac-dwn-btn {
  display: block;
}
[lang=uk] .ummy-mac-subscription-item h2 {
  font-size: 16px;
}
[lang=uk] .ummy-mac-subscription-item.six .ummy-mac-subscription-desc {
  font-size: 15px;
}
[lang=uk] .ummy-mac-subscription-item.six .ummy-mac-subscription-price .ummy-mac-subscription-price-label {
  line-height: 48px;
}
[lang=uk] .ummy-mac-subscription-item .dwn-btn {
  font-size: 14px;
}
[lang=ru] .ummy-mac-subscription-item h2 {
  font-size: 14px;
}
[lang=ru] .ummy-mac-subscription-item.six .ummy-mac-subscription-desc {
  font-size: 15px;
}
[lang=ru] .ummy-mac-subscription-item.six .ummy-mac-subscription-price .ummy-mac-subscription-price-label {
  line-height: 48px;
}
[lang=ru] .ummy-mac-subscription-item .dwn-btn {
  font-size: 13px;
}
[lang=de] .ummy-mac-subscription-item h2 {
  font-size: 17px;
}
[lang=de] .ummy-mac-subscription-item.six .ummy-mac-subscription-price .ummy-mac-subscription-price-label {
  line-height: 48px;
}
[lang=de] .ummy-mac-subscription-item.six .dwn-btn {
  font-size: 17px;
}
[lang=de] .ummy-mac-subscription-item .dwn-btn {
  font-size: 13px;
}
[lang=tr] .ummy-mac-subscription-item .dwn-btn {
  font-size: 17px;
}
[lang=id] .ummy-mac-subscription-item h2 {
  font-size: 23px;
}
[lang=id] .ummy-mac-subscription-item.six .ummy-mac-subscription-desc {
  font-size: 17px;
}
[lang=id] .ummy-mac-subscription-item .dwn-btn {
  font-size: 15px;
}
[lang=id] .ummy-mac-subscription-accept .ummy-mac-we-accept-title {
  font-size: 14px;
}
[lang=es] .ummy-mac-subscription-item.six .ummy-mac-subscription-price .ummy-mac-subscription-price-label {
  font-size: 13px;
}
[lang=es] .ummy-mac-subscription-item .dwn-btn {
  font-size: 15px;
}
.ummy-mac-subscription-sync {
  padding-bottom: 20px;
}
.ummy-mac-subscription-sync .ummy-mac-subscription-item h2 {
  box-shadow: 0 0 35px #aaaaaa;
  margin: 0 0 20px;
  padding: 17px 10px;
}
.ummy-mac-subscription-sync .ummy-mac-subscription-item .ummy-mac-subscription-price {
  line-height: 36px;
  padding-bottom: 20px;
  min-height: 0;
}
.ummy-mac-subscription-sync .ummy-mac-subscription-item .dwn-btn {
  margin: 0 12px;
  font-size: 20px;
  padding: 16px;
}
.ummy-mac-subscription-sync .ummy-mac-subscription-item .ummy-mac-subscription-desc {
  padding: 0 16px;
}
.ummy-mac-subscription-sync .ummy-mac-subscription-item .ummy-mac-subscription-desc h3 {
  font-size: 18px;
  margin: 0 0 0.5em;
}
.ummy-mac-subscription-sync .ummy-mac-subscription-item .ummy-mac-subscription-desc p {
  font-size: 15px;
  line-height: 1.15em;
  margin: 0;
}
.ummy-mac-subscription-sync .ummy-mac-subscription-item .ummy-mac-subscription-desc img {
  margin: 16px 0;
  max-width: 100%;
}
.ummy-mac-subscription-sync .ummy-mac-subscription-item.one {
  padding-bottom: 46px;
}
.ummy-mac-subscription-sync .ummy-mac-subscription-item.one h2 {
  color: #51c1ce;
}
.ummy-mac-subscription-sync .ummy-mac-subscription-item.one .ummy-mac-subscription-desc p {
  padding: 8px 0;
}
.ummy-mac-subscription-sync .ummy-mac-subscription-item.one .ummy-mac-subscription-price .ummy-mac-subscription-price-new {
  color: #51c1ce;
}
.ummy-mac-subscription-sync .ummy-mac-subscription-item.one .dwn-btn {
  box-shadow: 0 5px 0 #349ca8;
  background: #51c1ce;
}
.ummy-mac-subscription-sync .ummy-mac-subscription-item.six {
  padding-bottom: 30px;
}
.ummy-mac-subscription-sync .ummy-mac-subscription-item.six h2 {
  color: #5b9500;
}
.ummy-mac-subscription-sync .ummy-mac-subscription-item.six .ummy-mac-subscription-desc {
  padding: 0 12px;
}
.ummy-mac-subscription-sync .ummy-mac-subscription-item.six .ummy-mac-subscription-desc h3 {
  font-size: 20px;
  margin: 0 0 0.5em;
}
.ummy-mac-subscription-sync .ummy-mac-subscription-item.six .ummy-mac-subscription-desc p {
  font-size: 16px;
  margin: 0 0 0.5em;
}
.ummy-mac-subscription-sync .ummy-mac-subscription-item.six .ummy-mac-subscription-desc img {
  margin: 8px 0;
}
.ummy-mac-subscription-sync .ummy-mac-subscription-item.six .ummy-mac-subscription-price {
  text-align: center;
  min-height: 0;
  line-height: 36px;
}
.ummy-mac-subscription-sync .ummy-mac-subscription-item.six .ummy-mac-subscription-price .ummy-mac-subscription-price-new {
  color: #5b9500;
  font-size: 45px;
}
.ummy-mac-subscription-sync .ummy-mac-subscription-item.six .dwn-btn {
  box-shadow: 0 5px 0 #4f8002;
  background: #5b9500;
  font-size: 25px;
  padding: 18px 16px 16px;
}
.ummy-mac-subscription-sync .ummy-mac-subscription-item.lifetime {
  padding-bottom: 46px;
}
.ummy-mac-subscription-sync .ummy-mac-subscription-item.lifetime h2 {
  color: #23bf91;
}
.ummy-mac-subscription-sync .ummy-mac-subscription-item.lifetime .ummy-mac-subscription-price .ummy-mac-subscription-price-new {
  color: #00c58b;
}
.ummy-mac-subscription-sync .ummy-mac-subscription-item.lifetime .dwn-btn {
  box-shadow: 0 5px 0 #06af7d;
  background: #00c58b;
}
.ummy-mac-subscription-item {
  width: 29.15%;
  box-shadow: 0 0 35px #aaaaaa;
  border-radius: 5px;
  background-color: #ffffff;
  text-align: center;
  font-weight: 400;
  padding-bottom: 36px;
}
.ummy-mac-subscription-item.one {
  position: absolute;
  left: 0;
  top: 0;
  float: left;
  margin-top: 70px;
}
.ummy-mac-subscription-item.one .ummy-mac-subscription-label {
  background-color: #91c130;
  text-indent: -4px;
}
.ummy-mac-subscription-item.one .ummy-mac-subscription-desc p {
  padding-top: 11px;
}
.ummy-mac-subscription-item.one .ummy-mac-subscription-price {
  padding-bottom: 14px;
}
.ummy-mac-subscription-item.one .ummy-mac-subscription-price .ummy-mac-subscription-price-new {
  color: #91c130;
}
.ummy-mac-subscription-item.one .dwn-btn {
  box-shadow: 0 5px 0 #7aa91c;
  background: #91c130;
}
.ummy-mac-subscription-item.six {
  width: 41.7%;
  position: relative;
  z-index: 2;
  padding-bottom: 0;
  margin: 0 29.15%;
}
.ummy-mac-subscription-item.six .ummy-mac-subscription-label {
  width: 108px;
  height: 92px;
  background-color: #5b9500;
  font-size: 80px;
  line-height: 86px;
  top: -6px;
}
.ummy-mac-subscription-item.six .ummy-mac-subscription-label:before {
  border-width: 0 54px 6px 54px;
  border-color: transparent transparent #fff transparent;
}
.ummy-mac-subscription-item.six h2 {
  font-size: 30px;
}
.ummy-mac-subscription-item.six .ummy-mac-subscription-desc {
  padding: 0 28px;
  font-size: 18px;
}
.ummy-mac-subscription-item.six .ummy-mac-subscription-desc p {
  margin: 1.2em 0;
}
.ummy-mac-subscription-item.six .ummy-mac-subscription-desc p b {
  color: #5b9500;
}
.ummy-mac-subscription-item.six .ummy-mac-subscription-price {
  position: relative;
  text-align: left;
}
.ummy-mac-subscription-item.six .ummy-mac-subscription-price .ummy-mac-subscription-price-label {
  position: relative;
  float: left;
  width: 100px;
  background-color: #bc0b21;
  left: 0;
  top: 0;
  color: #ffffff;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  text-align: left;
  padding: 8px 0 8px 16px;
  margin-right: 26px;
}
.ummy-mac-subscription-item.six .ummy-mac-subscription-price .ummy-mac-subscription-price-label:before {
  content: "";
  position: absolute;
  right: -16px;
  top: 0;
  border-style: solid;
  border-width: 32px 0 32px 16px;
  border-color: transparent transparent transparent #bc0b21;
}
.ummy-mac-subscription-item.six .ummy-mac-subscription-price .ummy-mac-subscription-price-old {
  vertical-align: middle;
  font-size: 18px;
  margin-right: 8px;
}
.ummy-mac-subscription-item.six .ummy-mac-subscription-price .ummy-mac-subscription-price-new {
  color: #5b9500;
  font-size: 35px;
  vertical-align: middle;
}
.ummy-mac-subscription-item.six .dwn-btn {
  box-shadow: 0 5px 0 #4f8002;
  border-radius: 3px;
  background: #5b9500;
  font-size: 20px;
  padding: 22px 18px 20px;
  margin: 0 32px;
}
.ummy-mac-subscription-item.lifetime {
  margin-top: 70px;
  position: absolute;
  right: 0;
  top: 0;
}
.ummy-mac-subscription-item.lifetime .ummy-mac-subscription-label {
  background-color: #ffc600;
  position: relative;
}

.ummy-mac-subscription-item.lifetime .ummy-mac-subscription-price {
  padding-bottom: 14px;
}
.ummy-mac-subscription-item.lifetime .ummy-mac-subscription-desc p {
  padding-top: 11px;
}
.ummy-mac-subscription-item.lifetime .ummy-mac-subscription-price .ummy-mac-subscription-price-new {
  color: #ffc600;
}
.ummy-mac-subscription-item.lifetime .dwn-btn {
  box-shadow: 0 5px 0 #ffb400;
  background: #ffc600;
}
.ummy-mac-subscription-item .ummy-mac-subscription-label {
  width: 94px;
  height: 80px;
  text-align: center;
  color: #fff;
  line-height: 76px;
  font-size: 60px;
  font-weight: 700;
  margin: 0 auto;
  top: -5px;
  position: relative;
  border-radius: 3px 3px 0 0;
}
.ummy-mac-subscription-item .ummy-mac-subscription-label:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  border-style: solid;
  border-width: 0 47px 5px 47px;
  border-color: transparent transparent #fff transparent;
}
.ummy-mac-subscription-item h2 {
  font-size: 25px;
  font-weight: 700;
  padding: 0 28px;
  margin-top: 0.4em;
}
.ummy-mac-subscription-item .ummy-mac-subscription-desc {
  padding: 0 28px;
  line-height: 22px;
  min-height: 66px;
}
.ummy-mac-subscription-item .ummy-mac-subscription-desc p {
  margin: 1.2em 0;
}
.ummy-mac-subscription-item .ummy-mac-subscription-desc b {
  font-weight: 700;
}
.ummy-mac-subscription-item .ummy-mac-subscription-price {
  vertical-align: middle;
  line-height: 60px;
  min-height: 64px;
  padding-bottom: 30px;
}
.ummy-mac-subscription-item .ummy-mac-subscription-price .ummy-mac-subscription-price-new {
  font-size: 30px;
  font-weight: 700;
}
.ummy-mac-subscription-item .dwn-btn {
  font-size: 18px;
  font-weight: 700;
  margin: 0 28px;
  display: block;
  padding: 18px;
  border-radius: 2px;
  text-shadow: none;
}
.ummy-mac-subscription-item .dwn-btn:before,
.ummy-mac-subscription-item .dwn-btn::after {
  display: none;
}
.ummy-mac-subscription-item .dwn-btn.mac-dwn-btn {
  display: none;
}
.ummy-mac-subscription-item .ummy-mac-subscription-accept {
  text-align: center;
  padding: 20px;
}
.ummy-mac-subscription-item .ummy-mac-subscription-accept .ummy-mac-we-accept-title {
  display: block;
  text-align: center;
  color: #666666;
  margin-bottom: 12px;
}
.ummy-mac-subscription-item .ummy-mac-subscription-accept .ummy-mac-we-accept-img {
  margin: 4px 7px;
}
.ummy-mac-subscription-item #leave-your-phone-container {
  margin: 0;
  display: none;
}
.ummy-mac-subscription-item #leave-your-phone-container .leave-your-phone-spinner.spinner-open {
  bottom: -30px;
}
.ummy-mac-subscription-item #leave-your-phone-container .leave-your-phone-label {
  background-color: #f2f2f2;
  padding: 8px 10px;
  margin-bottom: 10px;
}
.ummy-mac-subscription-item #leave-your-phone-container input[type="text"] {
  font-weight: 400;
  margin: 10px 3% 15px;
  width: 44%;
  padding: 10px;
  box-sizing: border-box;
  box-shadow: inset 3px 4px 5px rgba(1, 1, 1, 0.15);
  border-radius: 2px;
  border: 1px solid #cccccc;
  text-align: center;
  float: left;
}
.ummy-mac-subscription-item #leave-your-phone-container input[type="text"].error {
  border-color: #bc0b21;
}
.ummy-mac-subscription-item #leave-your-phone-container .gray-dwn-btn {
  box-shadow: 0 4px 0 #909090;
  border-radius: 2px 3px 3px 2px;
  background-color: #c2c2c2;
  font-size: 25px;
  padding: 14px 46px 14px;
  margin: 0 auto -34px;
  display: block;
}
.ummy-mac-subscription-item #leave-your-phone-container .gray-dwn-btn.enabledBtn {
  box-shadow: 0 4px 0 #4f8002;
  background-color: #5b9500;
}
.ummy-mac-subscription-item #leave-your-phone-cupon {
  padding-top: 30px;
  margin: 0 20px;
}
[lang="en"] .ummy-mac-subscription-item #leave-your-phone-container {
  display: block;
}
.downloading-mac-page-show .lile-h1-dw {
    font-size: 30px;
    margin: 0;
    padding: 30px 0;
    text-align: center;
    font-weight: 500;
    padding-top: 20px;
    color: #000;
}




.main-page-new-seo.ease-download-hd-new header nav ul li {
    margin-right: 20px;
}
.main-page-new-seo.ease-download-hd-new header nav ul li {
    margin: -20px 24px -20px 0;
}
.main-page-new-seo.ease-download-hd-new header nav ul li a {
    padding: 20px 18px !important;
    border: none;
}
.main-page-new-seo.ease-download-hd-new header nav ul li a span {
    display: block;
    color: #000;
    text-decoration: none;
    padding: 8px 20px;
    line-height: 23px;
    border: solid 1px #fff;
    border-radius: 5px;
    -webkit-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}
.main-page-new-seo.ease-download-hd-new header nav ul li a span {
    border-color: #f7f7f7;
    box-sizing: border-box;
}
.main-page-new-seo.ease-download-hd-new header nav ul li.active a span,
.main-page-new-seo.ease-download-hd-new header nav ul li a:hover span {
    border-color: #d11117;
    color: #d11117;
}
.ease-download-hd-top-cont-logo-link {
    position: absolute;
    width: 120px;
    height: 100px;
    left: 50%;
    top: 0;
    margin: 134px 0 0 -338px;
    z-index: 5;
}
.main-page-new-seo.ease-download-hd-new .ease-download-hd-counter {
    display: block;
    text-decoration: none;
    color: #000;
}
.main-page-new-seo.ease-download-hd-new .ease-download-hd-counter {
    display: block;
    text-decoration: none;
    color: #000;
}

.main-page-new-seo.ease-download-hd-new .footer-link-seo-down-icon {
    position: absolute;
    width: 35px;
    height: 27px;
    margin: 0 0 0 -17px;
    top: 0;
    left: 50%;
}

.main-page-new-seo.ease-download-hd-new .ease-download-hd-paste-link-img-link-win.mac-hide-inbl-js {
    position: absolute;
    left: 50%;
    bottom: 38px;
    width: 114px;
    height: 24px;
    margin-left: 190px;
}
.main-page-new-seo.ease-download-hd-new .ease-download-hd-paste-link-img-link-win.mac-show-inbl-js {
    position: absolute;
    left: 50%;
    bottom: 18px;
    width: 96px;
    height: 24px;
    margin-left: 132px;
}

.ummy-mac-recurring-payment {
    margin: 6px 0 -6px;
    font-size: 14px;
    color: #666;
}

[lang="en"] body:not(.mac_os) .ease-download-hd-top-cont-en::after {
    background-image: url("/prx/000/https/videodownloader.ummy.net/assets/lp/img/ease-download-2hd-bg-en.png");
}
[lang="en"] body.mac_os .ease-download-hd-btn-block .ease-download-hd-top-text-en {
	display: none;
}
[lang="en"] body:not(.mac_os) .ease-download-hd-btn-block .ease-download-hd-top-text-en {
    text-align: left;
    position: absolute;
    right: 0;
    display: block;
    margin-top: -104px;
    font-size: 16px;
    font-weight: bold;
}
.ease-download-hd-not-on-line-block .main-info-en-text {
    text-align: justify;
    font-size: 18px;
    display: block;
}


@media screen and (max-width: 959px) {
	[lang="en"] body:not(.mac_os) .ease-download-hd-btn-block .ease-download-hd-top-text-en {
	    text-align: center;
	    position: static;
	    margin-top: 0;
	}
}


.ummy-footer-new {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: left;
    font-size: 14px;
    margin: 0 0 20px;
    color: #333;
}
.ummy-footer-new p,
.ummy-footer-new a {
    text-align: left;
    font-size: 14px;
    margin: 0;
    color: #333;
}
.ummy-footer-new-col {
    
}
.ummy-footer-new-col-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.ummy-footer-new-col-logo-img {
    margin-right: 26px;
}
@media screen and (max-width: 767px) {
    .ummy-footer-new {
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }
    .ummy-footer-new-col-eula {
        width: 100%;
        padding-left: 98px;
        box-sizing: border-box;
    }
}
@media screen and (max-width: 479px) {
    .ummy-footer-new {
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
    }
    .ummy-footer-new-col-copy {
        order: 2;
        padding: 20px 0 0 98px;
    }
}

/* ============================
   media styles 940px
   ============================ */
@media screen and (max-height: 940px) {
  .ummy-mac-subscription-h1 {
    padding: 0.4em 0;
  }
}
/* ============================
   media styles 900px
   ============================ */
@media screen and (max-height: 900px) {
  .ummy-mac-subscription-item h2 {
    margin: 0;
  }
  .ummy-mac-subscription-item.one .ummy-mac-subscription-price {
    padding-bottom: 0;
  }
  .ummy-mac-subscription-item.six .ummy-mac-subscription-desc p {
    margin: 0.8em 0;
  }
  .ummy-mac-subscription-item.six .ummy-mac-subscription-price {
    position: relative;
    text-align: left;
    padding-bottom: 16px;
  }
  .ummy-mac-subscription-item.lifetime .ummy-mac-subscription-price {
    padding-bottom: 0;
  }
  .ummy-mac-subscription-item .ummy-mac-subscription-desc p {
    margin: 0.8em 0 0;
  }
}
/* ============================
   media styles 850px
   ============================ */
@media screen and (max-height: 850px) {
  .ummy-mac-subscription-h1 {
    font-size: 30px;
    line-height: 1.2em;
  }
  .ummy-mac-subscription-item .ummy-mac-subscription-label {
    width: 80px;
    height: 60px;
    line-height: 56px;
    font-size: 44px;
  }
  .ummy-mac-subscription-item .ummy-mac-subscription-label:before {
    border-width: 0 40px 5px 40px;
  }
  .ummy-mac-subscription-item h2 {
    font-size: 23px;
  }
  .ummy-mac-subscription-item .ummy-mac-subscription-desc p {
    margin: 0.6em 0 0;
  }
  .ummy-mac-subscription-item.six .ummy-mac-subscription-label {
    width: 90px;
    height: 70px;
    font-size: 60px;
    line-height: 66px;
  }
  .ummy-mac-subscription-item.six .ummy-mac-subscription-label:before {
    border-width: 0 45px 6px 45px;
  }
  .ummy-mac-subscription-item.six h2 {
    font-size: 26px;
  }
}
/* ============================
   media styles 800px
   ============================ */
@media screen and (max-height: 800px) {
  .ummy-mac-subscription-item {
    padding-bottom: 30px;
  }
  .ummy-mac-subscription-item .dwn-btn {
    padding: 12px;
  }
  .ummy-mac-subscription-item.six .dwn-btn {
    padding: 14px 12px 13px;
  }
  .ummy-mac-subscription-item .ummy-mac-subscription-accept {
    padding: 10px 20px;
  }
  .ummy-mac-subscription-item .ummy-mac-subscription-accept .ummy-mac-we-accept-title {
    margin-bottom: 4px;
  }
  .ummy-mac-subscription-item #leave-your-phone-container .gray-dwn-btn {
    padding: 10px 40px;
    margin: 0 auto -30px;
    font-size: 22px;
  }
  .ummy-mac-subscription-item #leave-your-phone-container input[type="text"] {
    margin: 4px 3% 12px;
    padding: 7px;
  }
  .ummy-mac-subscription-sync {
    padding-bottom: 14px;
  }
  .ummy-mac-subscription-sync .ummy-mac-subscription-item h2 {
    margin: 0 0 14px;
    padding: 10px;
    font-size: 20px;
  }
  .ummy-mac-subscription-sync .ummy-mac-subscription-item .dwn-btn {
    font-size: 18px;
    padding: 13px;
  }
  .ummy-mac-subscription-sync .ummy-mac-subscription-item.six {
    padding-bottom: 30px;
  }
  .ummy-mac-subscription-sync .ummy-mac-subscription-item.six h2 {
    font-size: 22px;
  }
  .ummy-mac-subscription-sync .ummy-mac-subscription-item.six .dwn-btn {
    font-size: 22px;
    padding: 16px 14px 14px;
  }
  .ummy-mac-subscription-sync .ummy-mac-subscription-item.one {
    padding-bottom: 26px;
  }
  .ummy-mac-subscription-sync .ummy-mac-subscription-item.lifetime {
    padding-bottom: 26px;
  }
}
/* ============================
   media styles 750px
   ============================ */
@media screen and (max-height: 750px) {
  .ummy-mac-subscription-h1 {
    font-size: 28px;
  }
  .ummy-mac-subscription-item .ummy-mac-subscription-label {
    width: 70px;
    height: 50px;
    line-height: 46px;
    font-size: 36px;
  }
  .ummy-mac-subscription-item .ummy-mac-subscription-label:before {
    border-width: 0 35px 4px 35px;
  }
  .ummy-mac-subscription-item .ummy-mac-subscription-desc {
    min-height: 60px;
  }
  .ummy-mac-subscription-item .ummy-mac-subscription-desc p {
    margin: 0.2em 0 0;
    line-height: 20px;
  }
  .ummy-mac-subscription-item .ummy-mac-subscription-price {
    min-height: 50px;
    line-height: 50px;
  }
  .ummy-mac-subscription-item.six .ummy-mac-subscription-label {
    width: 80px;
    height: 60px;
    font-size: 52px;
    line-height: 56px;
  }
  .ummy-mac-subscription-item.six .ummy-mac-subscription-label:before {
    border-width: 0 40px 5px 40px;
  }
  .ummy-mac-subscription-item.six .ummy-mac-subscription-desc p {
    margin: 0.4em 0;
    line-height: 22px;
  }
  .ummy-mac-subscription-item.six .ummy-mac-subscription-price {
    min-height: 60px;
    line-height: 60px;
  }
  .ummy-mac-subscription-sync {
    padding-bottom: 10px;
  }
  .ummy-mac-subscription-sync .ummy-mac-subscription-item h2 {
    margin: 0 0 10px;
    font-size: 19px;
  }
  .ummy-mac-subscription-sync .ummy-mac-subscription-item .ummy-mac-subscription-desc {
    line-height: 1.15em;
  }
  .ummy-mac-subscription-sync .ummy-mac-subscription-item .ummy-mac-subscription-desc h3 {
    font-size: 16px;
    margin: 0 0 0.5em;
  }
  .ummy-mac-subscription-sync .ummy-mac-subscription-item .dwn-btn {
    font-size: 18px;
    padding: 13px;
  }
  .ummy-mac-subscription-sync .ummy-mac-subscription-item.six {
    padding-bottom: 30px;
  }
  .ummy-mac-subscription-sync .ummy-mac-subscription-item.six h2 {
    font-size: 22px;
  }
  .ummy-mac-subscription-sync .ummy-mac-subscription-item.six .ummy-mac-subscription-desc {
    line-height: 1.15em;
  }
  .ummy-mac-subscription-sync .ummy-mac-subscription-item.six .ummy-mac-subscription-desc h3 {
    font-size: 18px;
    margin: 0 0 0.5em;
  }
  .ummy-mac-subscription-sync .ummy-mac-subscription-item.six .ummy-mac-subscription-desc p {
    font-size: 16px;
    line-height: 1.15em;
  }
  .ummy-mac-subscription-sync .ummy-mac-subscription-item.six .ummy-mac-subscription-desc img {
    height: 120px;
  }
  .ummy-mac-subscription-sync .ummy-mac-subscription-item.six .dwn-btn {
    font-size: 22px;
    padding: 16px 14px 14px;
  }
  .ummy-mac-subscription-sync .ummy-mac-subscription-item.one {
    padding-bottom: 26px;
  }
  .ummy-mac-subscription-sync .ummy-mac-subscription-item.one .ummy-mac-subscription-desc img {
    height: 80px;
  }
  .ummy-mac-subscription-sync .ummy-mac-subscription-item.lifetime {
    padding-bottom: 26px;
  }
  .ummy-mac-subscription-sync .ummy-mac-subscription-item.lifetime .ummy-mac-subscription-desc img {
    height: 70px;
  }
}
/* ============================
   media styles 700px
   ============================ */
@media screen and (max-height: 700px) {
  .ummy-mac-subscription-h1 {
    font-size: 26px;
  }
  .ummy-mac-subscription-item .ummy-mac-subscription-label {
    width: 60px;
    height: 40px;
    line-height: 36px;
    font-size: 26px;
  }
  .ummy-mac-subscription-item .ummy-mac-subscription-label:before {
    border-width: 0 30px 4px 30px;
  }
  .ummy-mac-subscription-item h2 {
    font-size: 21px;
  }
  .ummy-mac-subscription-item .ummy-mac-subscription-desc {
    min-height: 51px;
    font-size: 15px;
  }
  .ummy-mac-subscription-item .ummy-mac-subscription-desc p {
    margin: 0.2em 0 0;
    line-height: 17px;
  }
  .ummy-mac-subscription-item .dwn-btn {
    padding: 10px;
  }
  .ummy-mac-subscription-item .ummy-mac-subscription-price {
    min-height: 50px;
    line-height: 50px;
  }
  .ummy-mac-subscription-item .ummy-mac-subscription-accept .ummy-mac-we-accept-img {
    margin: 2px 5px;
  }
  .ummy-mac-subscription-item #leave-your-phone-container .leave-your-phone-label {
    padding: 6px 10px;
    margin-bottom: 8px;
  }
  .ummy-mac-subscription-item #leave-your-phone-container input[type="text"] {
    margin: 0 3% 10px;
    padding: 6px;
  }
  .ummy-mac-subscription-item #leave-your-phone-container .gray-dwn-btn {
    padding: 6px 36px 8px;
    font-size: 21px;
  }
  .ummy-mac-subscription-item.six .ummy-mac-subscription-label {
    width: 70px;
    height: 50px;
    font-size: 42px;
    line-height: 46px;
  }
  .ummy-mac-subscription-item.six .ummy-mac-subscription-label:before {
    border-width: 0 35px 5px 35px;
  }
  .ummy-mac-subscription-item.six h2 {
    font-size: 24px;
  }
  .ummy-mac-subscription-item.six .dwn-btn {
    padding: 12px 10px 11px;
  }
  .ummy-mac-subscription-item.six .ummy-mac-subscription-desc {
    font-size: 16px;
  }
  .ummy-mac-subscription-item.six .ummy-mac-subscription-desc p {
    margin: 0.4em 0;
    line-height: 20px;
  }
  .ummy-mac-subscription-item.six .ummy-mac-subscription-price {
    min-height: 60px;
    line-height: 60px;
    padding-bottom: 10px;
  }
  .ummy-mac-subscription-sync {
    padding-bottom: 6px;
  }
  .ummy-mac-subscription-sync .ummy-mac-subscription-item h2 {
    padding: 5px;
  }
  .ummy-mac-subscription-sync .ummy-mac-subscription-item .dwn-btn {
    font-size: 18px;
    padding: 13px;
  }
  .ummy-mac-subscription-sync .ummy-mac-subscription-item.six {
    padding-bottom: 24px;
  }
  .ummy-mac-subscription-sync .ummy-mac-subscription-item.one {
    padding-bottom: 20px;
  }
  .ummy-mac-subscription-sync .ummy-mac-subscription-item.lifetime {
    padding-bottom: 20px;
  }
}
/* ============================
   media styles 650px
   ============================ */
@media screen and (max-height: 650px) {
  [lang=uk] .ummy-mac-subscription-item.six .ummy-mac-subscription-price .ummy-mac-subscription-price-label,
  [lang=ru] .ummy-mac-subscription-item.six .ummy-mac-subscription-price .ummy-mac-subscription-price-label,
  [lang=de] .ummy-mac-subscription-item.six .ummy-mac-subscription-price .ummy-mac-subscription-price-label {
    line-height: 36px;
  }
  [lang=es] .ummy-mac-subscription-item.six .ummy-mac-subscription-price .ummy-mac-subscription-price-label {
    width: 100px;
  }
  .ummy-mac-subscription-h1 {
    font-size: 26px;
  }
  .ummy-mac-subscription-item .ummy-mac-subscription-label {
    width: 50px;
    height: 34px;
    line-height: 30px;
    font-size: 20px;
  }
  .ummy-mac-subscription-item .ummy-mac-subscription-label:before {
    border-width: 0 25px 4px 25px;
  }
  .ummy-mac-subscription-item h2 {
    font-size: 20px;
  }
  .ummy-mac-subscription-item .ummy-mac-subscription-desc {
    min-height: 48px;
    font-size: 14px;
  }
  .ummy-mac-subscription-item .ummy-mac-subscription-desc p {
    margin: 0.2em 0 0;
    line-height: 16px;
  }
  .ummy-mac-subscription-item .dwn-btn {
    padding: 8px;
    font-size: 17px;
  }
  .ummy-mac-subscription-item .ummy-mac-subscription-price {
    min-height: 50px;
    line-height: 50px;
  }
  .ummy-mac-subscription-item .ummy-mac-subscription-accept .ummy-mac-we-accept-title {
    font-size: 15px;
  }
  .ummy-mac-subscription-item .ummy-mac-subscription-accept .ummy-mac-we-accept-img {
    margin: 2px 5px;
  }
  .ummy-mac-subscription-item #leave-your-phone-container .leave-your-phone-label {
    font-size: 14px;
  }
  .ummy-mac-subscription-item #leave-your-phone-container input[type="text"] {
    margin: 0 3% 10px;
    padding: 6px;
    font-size: 16px;
  }
  .ummy-mac-subscription-item #leave-your-phone-container .gray-dwn-btn {
    padding: 6px 36px 8px;
    font-size: 20px;
  }
  .ummy-mac-subscription-item.six .ummy-mac-subscription-label {
    width: 56px;
    height: 42px;
    font-size: 34px;
    line-height: 38px;
  }
  .ummy-mac-subscription-item.six .ummy-mac-subscription-label:before {
    border-width: 0 27px 4px 27px;
  }
  .ummy-mac-subscription-item.six h2 {
    font-size: 20px;
  }
  .ummy-mac-subscription-item.six .dwn-btn {
    padding: 10px 8px 9px;
    font-size: 18px;
  }
  .ummy-mac-subscription-item.six .ummy-mac-subscription-desc {
    font-size: 15px;
  }
  .ummy-mac-subscription-item.six .ummy-mac-subscription-desc p {
    margin: 0.3em 0;
    line-height: 19px;
  }
  .ummy-mac-subscription-item.six .ummy-mac-subscription-price {
    min-height: 52px;
    line-height: 52px;
    padding-bottom: 8px;
  }
  .ummy-mac-subscription-item.six .ummy-mac-subscription-price .ummy-mac-subscription-price-label {
    width: 80px;
    font-size: 16px;
    line-height: 18px;
    padding: 8px 0 8px 16px;
    margin-right: 26px;
  }
  .ummy-mac-subscription-item.six .ummy-mac-subscription-price .ummy-mac-subscription-price-label:before {
    right: -12px;
    border-width: 26px 0 26px 12px;
  }
  .ummy-mac-subscription-accept-sync .ummy-mac-we-accept-title {
    padding-bottom: 0;
  }
  .ummy-mac-subscription-sync .ummy-mac-subscription-item .ummy-mac-subscription-price {
    line-height: 30px;
  }
  .ummy-mac-subscription-sync .ummy-mac-subscription-item .ummy-mac-subscription-price .ummy-mac-subscription-price-new {
    font-size: 26px;
  }
  .ummy-mac-subscription-sync .ummy-mac-subscription-item .dwn-btn {
    font-size: 17px;
    padding: 8px 10px;
  }
  .ummy-mac-subscription-sync .ummy-mac-subscription-item .ummy-mac-subscription-desc img {
    margin: 6px 0;
  }
  .ummy-mac-subscription-sync .ummy-mac-subscription-item.six {
    padding-bottom: 20px;
  }
  .ummy-mac-subscription-sync .ummy-mac-subscription-item.six .ummy-mac-subscription-desc img {
    height: 100px;
    margin: 6px 0;
  }
  .ummy-mac-subscription-sync .ummy-mac-subscription-item.six .dwn-btn {
    font-size: 20px;
    padding: 12px 10px 10px;
  }
  .ummy-mac-subscription-sync .ummy-mac-subscription-item.six .ummy-mac-subscription-price {
    line-height: 30px;
  }
  .ummy-mac-subscription-sync .ummy-mac-subscription-item.six .ummy-mac-subscription-price .ummy-mac-subscription-price-new {
    font-size: 32px;
  }
  .ummy-mac-subscription-sync .ummy-mac-subscription-item.one .ummy-mac-subscription-desc img {
    height: 70px;
  }
  .ummy-mac-subscription-sync .ummy-mac-subscription-item.lifetime .ummy-mac-subscription-desc img {
    height: 62px;
  }
}

.experiment-eula-link {
    display: none;
}
.experiment-body-eula .experiment-eula-link {
    display: inline-block;
}
.experiment-body-eula .mac-hide-inbl-js.ease-download-hd-link {
    display: none !important;
}


@media screen and (max-width: 1140px) {

    .ummy-install-text-css {
        float: none !important;
        margin-bottom: 30px;
        clear: both;
    }

}

