/*! normalize.css v1.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}
/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
    display: none;
    height: 0;
}
/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
    display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
    font-size: 100%;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}
/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
    font-family: sans-serif;
}
/**
 * Address margins handled incorrectly in IE 6/7.
 */
body {
    margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
    outline: thin dotted;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
    outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1,.h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
h2 {
    font-size: 1.5em;
    margin: 0.83em 0;
}
h3 {
    font-size: 1.17em;
    margin: 1em 0;
}
h4 {
    font-size: 1em;
    margin: 1.33em 0;
}
h5 {
    font-size: 0.83em;
    margin: 1.67em 0;
}
h6 {
    font-size: 0.67em;
    margin: 2.33em 0;
}
/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
    border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
b,
strong {
    font-weight: bold;
}
blockquote {
    margin: 1em 40px;
}
/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
    font-style: italic;
}
/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}
/**
 * Address styling not present in IE 6/7/8/9.
 */
mark {
    background: #ff0;
    color: #000;
}
/**
 * Address margins set differently in IE 6/7.
 */
p,
pre {
    margin: 1em 0;
}
/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}
/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}
/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
    quotes: none;
}
/**
 * Address `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
    content: '';
    content: none;
}
/**
 * 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;
}
/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
    margin: 1em 0;
}
dd {
    margin: 0 0 0 40px;
}
/**
 * Address paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
    padding: 0 0 0 40px;
}
/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
    border: 0;
    /* 1 */
    -ms-interpolation-mode: bicubic;
    /* 2 */
}
/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
    overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
    margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
    margin: 0;
}
/**
 * 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 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
    border: 0;
    /* 1 */
    padding: 0;
    white-space: normal;
    /* 2 */
    *margin-left: -7px;
    /* 3 */
}
/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
    font-size: 100%;
    /* 1 */
    margin: 0;
    /* 2 */
    vertical-align: baseline;
    /* 3 */
    *vertical-align: middle;
    /* 3 */
}
/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
    line-height: normal;
}
/**
 * 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 Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
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.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
    cursor: pointer;
    /* 3 */
    *overflow: visible;
    /* 4 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
    cursor: default;
}
/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
    *height: 13px;
    /* 3 */
    *width: 13px;
    /* 3 */
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 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 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
    overflow: auto;
    /* 1 */
    vertical-align: top;
    /* 2 */
}
/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
    border-collapse: collapse;
    border-spacing: 0;
}
tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
}
.instruction td {
    border: none;
    padding: 1% 1%;
    width: 32%;
    vertical-align:top;
}
.instruction img{
    padding: 10px 10px;
    margin:0 0px;
}
.instruction td div {
    display: inline-block;
    position: relative;
}
.instruction td div strong {
    color: #fff;
    background-color: rgba(143,200,13,0.7);
    border-radius: 50%;
    font-size: 30px;
    font-weight: normal;
    line-height: 44px;
    height: 44px;
    width: 44px;
    overflow: hidden;
    position: absolute;
    top: -8px;
    left: -8px;
    text-align: center;
    opacity: 1;
}
/*! HTML5 Boilerplate v4.3.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,
button,
input,
select,
textarea {
    color: #000;
}
html {
    font-size: 1em;
    line-height: 1.4;
}
/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * 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 images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */
audio,
canvas,
img,
video {
    vertical-align: middle;
}
/*
 * Remove default fieldset styles.
 */
fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}
/*
 * Allow only vertical resizing of textareas.
 */
textarea {
    resize: vertical;
}
/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */
.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Image replacement
 */
.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}
.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}
/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
    display: none !important;
    visibility: hidden;
}
/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.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: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}
/*
 * Hide visually and from screenreaders, 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;
}
/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
    *zoom: 1;
}
/* ==========================================================================
   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 required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        /* Black prints faster: h5bp.com/s */
        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 for images, or javascript/internal links
       */
    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
        /* h5bp.com/t */
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    @page {
        margin: 0.5cm;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
}
input,
button,
select,
textarea {
    outline: none;
}
body {
    font-family: Arial, Helvetica, 'Helvetica Neue', sans-serif;
}
.wrapper {
    width: 1020px;
    margin: 0 auto;
    padding: 0 36px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/* ==========================================================================
   Header styles
   ========================================================================== */
header {
    /* padding-top: 26px;*/
    padding-top: 16px;
    background: #cbcbcb;
    background: -webkit-linear-gradient(top, #f0f0f0 0%, #cbcbcb 100%);
    background: linear-gradient(to bottom, #f0f0f0 0%, #cbcbcb 100%);
    position: relative;
    /*height: 124px;*/
    height: 100px;
    min-width: 1020px;
}
header:before {
    content: "";
    position: absolute;
    border-style: solid;
    border-width: 10px 24px 0 24px;
    border-color: #cbcbcb transparent transparent transparent;
    left: 50%;
    bottom: -10px;
    margin-left: -24px;
}
header .left-head {
    float: left;
    width: 400px;
}
header .left-head .logo {
    background: url("/prx/000/https/videodownloader.ummy.net/assets/img/logo.png") no-repeat;
    width: 330px;
    height: 93px;
    display: block;
    margin-left: 4px;
}
header .right-head {
    margin-left: 400px;
    text-align: right;
}
nav ul {
    margin: 0 -16px 0 0;
    padding: 16px 0 8px 0;
    font-size: 0;
}
nav ul li {
    font-size: 14px;
    display: inline-block;
}
nav ul li a {
    text-decoration: none;
    text-transform: uppercase;
    color: #000;
    padding: 6px 16px 6px 16px;
    display: block;
}
nav ul li a:hover,
nav ul li.active a {
    color: #d50000;
    text-decoration: underline;
}
.language {
    position: relative;
    margin: 0;
    list-style: none;
    text-transform: uppercase;
    font-size: 9px;
    color: #424242;
    left: 844px;
    bottom: 96px;
    max-width: 90px;
    z-index: 105;
}
.language > li {
    position: absolute;
}
.language > li:hover ul {
    display: block;
}
.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: 4px 0 0 -15px;
    list-style: none;
    padding: 4px 8px;
    background: rgba(255, 255, 255, 0.9);
    display: none;
}
.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/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/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/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/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/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/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/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/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/css/data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAALCAMAAABBPP0LAAAAbFBMVEUAoTwAnj4AnT9Csy0EKn4JoztrwiGBxh3YwRm30RPm1A3/8wBNW1o9a6QAIIgAInwvsDEwsTDU2gzT2gz56AP/7gD/6gBQdaJAaJkFMI4mTY0AKIMNNIFuiHpEWWRWY2Cgql+Nl1lzfEpqckZ3PGSCAAAAaElEQVQI12WOWQ6AIBBDlcEVlR33/f53NAMhfjA/naQvbbM880dI0DxKWcbf26Kp60Yg5O2iajvOu7YqAgSaXf04zS/TgDgY6451W/rdWQMECcWegdLhZgr+DEpPzIgtElukb0l2JEs/hKkEHq0ZCvsAAAAASUVORK5CYII=');
}


/* ==========================================================================
   Main styles
   ========================================================================== */
.main-container {
    background: url("/prx/000/https/videodownloader.ummy.net/assets/img/bg.jpg") no-repeat 80px 0;
}
h1, .h1 {
    font-size: 30px;
    color: #76a407;
    text-align: center;
    margin: 0;
    font-weight: normal;
    padding: 30px;
}
.congratulations h1 {
    font-size: 36px;
    padding: 30px 30px 0;
    font-weight: bold;
    line-height: 48px;
    color: #333;
}
.congratulations .under-title {
    font-size: 17px;
    font-weight: 300;
    margin: 0 0 14px;
}
.congratulations-social {
    max-width: 662px;
    padding: 12px;
    border-radius: 5px;
    border: solid 1px #cbc9c9;
    background: #f9f9f9;
    margin: 0 auto 32px;
    box-shadow: inset 3px 4px 5px 0 rgba(234, 234, 234, 0.75);
}
.congratulations-social h3 {
    color: #b40924;
    font-weight: 600;
    font-size: 20px;
    margin: 0 0 10px;
}
.congratulations-social-item {
    color: #999;
    font-size: 14px;
    margin: 2px 14px 4px;
    display: inline-block;
}
.congratulations-social-item:hover {
    text-decoration: none;
}
.congratulations-social-item:before {
    content: "";
    display: inline-block;
    width: 32px;
    height: 32px;
    margin: 0 8px 0 0;
    background: url("/prx/000/https/videodownloader.ummy.net/assets/img/social-big.png") no-repeat;
    vertical-align: middle;
}
.congratulations-social-item.ok:before {
    background-position: -32px 0;
}
.congratulations-social-item.fb:before {
    background-position: -64px 0;
}
.congratulations-social-item.g_plus:before {
    background-position: -96px 0;
}
.congratulations-social-item.tv:before {
    background-position: -128px 0;
}

h3 {
    font-size: 18px;
    text-align: center;
    margin: 0 30px 30px;
    font-weight: normal;
}
.slider-cont {
    margin-top: 54px;
}
.slider-block {
    width: 528px;
    float: left;
    padding-left: 34px;
}
.slider-text {
    margin-left: 594px;
    margin-top: -11px;
}
.slider-text h2 {
    font-size: 30px;
    font-weight: normal;
    margin: 6px 0;
}
.slider-text p {
    font-size: 13px;
    margin: 11px 0;
}
.sliderBtn {
    border: none;
    background: #9bc702;
    background: -webkit-linear-gradient(top, #9bc702 0%, #658f00 100%);
    background: linear-gradient(to bottom, #9bc702 0%, #658f00 100%);
    font-size: 33px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    border-radius: 14px;
    text-shadow: 1px 2px 0px rgba(0, 0, 0, 0.2);
    padding: 14px 40px 14px 16px;
    position: relative;
    display: inline-block;
}
.sliderBtn:hover {
    background: #c70222;
    background: -webkit-linear-gradient(top, #c70222 0%, #8f000d 100%);
    background: linear-gradient(to bottom, #c70222 0%, #8f000d 100%);
    text-decoration: none;
}
.sliderBtn:after {
    content: "";
    border-style: solid;
    border-width: 7px 0 7px 12px;
    border-color: transparent transparent transparent #fff;
    position: absolute;
    right: 16px;
    top: 30px;
}
.sliderBtn:before {
    content: "";
    border-style: solid;
    border-width: 7px 0 7px 12px;
    border-color: transparent transparent transparent rgba(0, 0, 0, 0.2);
    position: absolute;
    right: 15px;
    top: 32px;
}

.sliderBtn.buttonTwoLines{
    background: url("/prx/000/https/videodownloader.ummy.net/assets/img/btn.png");
    width:234px;
    height:76px;
    box-sizing: border-box;
    display: block;
    margin: 5px auto;
    padding: 0 25px 0 10px;
    text-align: center;
    font-size: 30px;
}

.sliderBtn.buttonTwoLines span{
    font-size: 25px;
    margin-top: -5px;
    display: block;
}

.sliderBtn.buttonTwoLines:after{
    display:none;
}
.sliderBtn.buttonTwoLines:before{
    display:none;
}

.sliderBtn.noAfter:after{
    display:none;
}
.sliderBtn.noAfter:before{
    display:none;
}
.sliderBtn.noAfter{
    padding:15px;
}


/*max*/
.sliderBtn_max {
    border: none;
    background: #9bc702;
    background: -webkit-linear-gradient(top, #9bc702 0%, #658f00 100%);
    background: linear-gradient(to bottom, #9bc702 0%, #658f00 100%);
    font-size: 28px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    border-radius: 14px;
    text-shadow: 1px 2px 0px rgba(0, 0, 0, 0.2);
    padding: 12px 50px 12px 14px;
    position: relative;
    display: inline-block;
}
.sliderBtn_max:hover {
    background: #c70222;
    background: -webkit-linear-gradient(top, #c70222 0%, #8f000d 100%);
    background: linear-gradient(to bottom, #c70222 0%, #8f000d 100%);
    text-decoration: none;
}
.sliderBtn_max:after {
    content: "";
    border-style: solid;
    border-width: 17px 0 17px 17px;
    border-color: transparent transparent transparent #fff;
    position: absolute;
    right: 13px;
    top: 29px;
}
.sliderBtn_max:before {
    content: "";
    border-style: solid;
    border-width: 17px 0 17px 17px;
    border-color: transparent transparent transparent rgba(0, 0, 0, 0.2);
    position: absolute;
    right: 12px;
    top: 30px;
}
/* /max*/
a {
    color: #76a407;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
.post {
    padding-bottom: 10px;
}
.post h2 + span {
    margin: -20px 0 -10px;
    display: block;
    font-size: 90%;
    color: #505050;
}
.email-box {
    margin-top: 10px;
    font-size: .9em;
}
.stats-counter {
    margin-top: 4em;
    text-align: right;
    opacity: .5;
}

.main-info {
    float: left;
    width: 464px;
    margin: 0 48px 0 34px;
    font-size: 12px;
}
.main-info h2 {
    color: #6b9500;
    border-bottom: solid 1px #666;
    font-size: 16px;
    padding-bottom: 4px;
    margin: 10px 0 20px;
}
.main-info .how-to-use {
    counter-reset:li;
    padding:0 0 26px;
    margin: 0;
    list-style:none;
}
.main-info .how-to-use li {
    position:relative;
    margin:0 0 6px 50px;
    line-height: 30px;
    min-height: 40px;
}
.main-info .how-to-use li span {
    line-height: 15px;
    display: inline-block;
}
.main-info .how-to-use li a {
    text-decoration: underline;
    color: #6b9500;
}
.main-info .how-to-use li a:hover {
    text-decoration: none;
}
.main-info .how-to-use li:before {
    content:counter(li);
    counter-increment:li;
    position:absolute;
    top:-2px;
    left: -50px;
    width: 33px;
    padding: 6px 0 5px;
    border-radius: 50%;
    color:#fff;
    font-size: 16px;
    background:#6c9600;
    font-weight:bold;
    text-align:center;
    line-height: 22px;
}
.main-info .info-list {
    padding:0 0 30px;
    list-style:none;
    margin: 0;
}

.main-news {
    float: left;
    width: 402px;
    height: 500px;
    /* background: #0a9142; */
}



/* ==========================================================================
   Footer styles
   ========================================================================== */


#subnav{
    font-family:'Open Sans',Arial,sans-serif;
    margin:0

}
#subnav ul{
    border-bottom:1px solid #e0e0e0;
    display:block;
    padding:2px 0 0 0;
    line-height:32px;
    list-style:none;
    clear:both;
    margin: 0;

}
#subnav li{
    display: inline-block;
    margin-right:30px

}
#subnav li a{
    color:#000;
    text-decoration:none;
}
#subnav .active{

    font-weight:bold;

}
#subnav .active a{
    color:#d50000;
    text-decoration:underline;
}
#subnav li a:hover{
    color:#d50000;
    text-decoration:underline

}

.faqBlock{
    padding-bottom: 10px;
}
.faqBlock > a{
    font-size:16px;
    color: #0a9142;
}
.answer{
    display:none;
    padding-top:15px;
    padding-left: 20px;
    font-size: 80%;
}
.content_block .contact_content ul.pagination{
    list-style:none;
    margin-left: -10px;
    padding-left: 0;
}
.pagination li{
    display: inline-block;
    margin: 0 10px;
}



.safety-info {
    font-size: 12px;
}

.google-form input[type=email]{

    padding: 15px;
}
.google-form input{
    margin: 10px auto;
    display: block;
}

.sliderBtn[disabled]{
    background:gray;
}
.sliderBtn[disabled]:hover{
    background:gray;
}

.google-form .sliderBtn{
    padding:14px;
}


.payment-cont {
    position: relative;
    padding-left: 100px;
    width: 600px;
    margin: 0 auto;
}
.payment-cont .payment-img {
    position: absolute;
    top: 72px;
    left: 14px;
}
.payment-cont .payment-block {
    text-align: center;
}
.payment-cont .payment-block p {
    margin: 0 0 24px;
    font-size: 18px;
    line-height: 22px;
}
.payment-cont .red-text {
    color: #b10a27;
}





.email-box {
    display: inline-block;
}





.social-box {
    display: inline-block;
    font-size: 0;
    position: fixed;
    top: 107px;
    right: 0;
    margin-right: 0;
    background: rgba(255,255,255,0.7);
    border-radius: 4px;
    z-index: 100;
}
.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/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;
}




.sliderBtn.english-red{
    background: #c70222;
    background: -webkit-linear-gradient(top, #c70222 0%, #8f000d 100%);
    background: linear-gradient(to bottom, #c70222 0%, #8f000d 100%);
}
.sliderBtn.english-red:hover{
    opacity:0.8;
}

.little-size h1{
    padding:8px;
}
.little-size header{
    padding-top: 5px;
}
.little-size h3{
    margin-bottom: 5px;
}


.little-size .slider-cont{
    margin-top:5px;
}


.little-size .slider-text{
    margin-top: 30px;
    margin-left: 523px;
}
.little-size .slider-block{
    width: 464px;
}
.little-size .flexslider{
    margin: 0 0 20px;
}
.little-size .main-info .how-to-use li{
    line-height: 27px;
    min-height: 29px;
}

.little-size .main-info .how-to-use li span{
    font-size: 15px;
}
.little-size .main-info h2{
    margin: 5px 0 6px
}

.little-size .main-info .info-list{
    padding: 0px 0 10px;
}
.little-size .main-info .how-to-use{
    padding: 0 0 10px;
}

.little-size .main-news{
    height:320px;
}

.little-size  .stats-counter{
    margin-top: 0;
}



/* ==========================================================================
   idea-page styles
   ========================================================================== */

.idea-page {
    text-align: center;
}
.idea-page h1 {
    font-size: 48px;
    font-weight: bold;
    line-height: 44px;
    padding: 20px 0 10px;
}
.idea-page h1 small {
    font-size: 30px;
    display: block;
}
.idea-page h3 {
    font-size: 18px;
    line-height: 30px;
}
.idea-page-form {
    width: 560px;
    margin: 0 auto 26px;
    font-size: 18px;
}
.idea-page-form input:not([type='submit']),
.idea-page-form textarea {
    border: solid 1px #bfb8b8;
    border-radius: 3px;
    background-color: #fff;
    padding: 12px 20px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: inset 3px 4px 5px #e8e8e8;
}
.idea-page-form textarea {
    width: 100%;
    height: 180px;
    margin-top: 12px;
    resize: none;
}
.idea-page-form button {
    height: 74px;
    margin-top: 16px;
}
.idea-input-block input:nth-of-type(2n-1){
    float: left;
    width: 262px;
}
.idea-input-block input:nth-of-type(2n) {
    float: right;
    width: 262px;
}
.idea-page-info {
    font-size: 14px;
    color: #999;
    line-height: 30px;
}
.idea-page-form input[disabled] {
    background: rgba(0,0,0,0.1);
}

.idea-page-form textarea[disabled] {
    background: rgba(0,0,0,0.1);
}


.main-text-floated-div{
    float:left;
    width:380px;
}
.main-text-floated-div h1,.main-text-floated-div h3{
    padding-left:5px;
    padding-right:5px;
}

.main-text-floated-div h3{
    margin: 5px 0;
}



@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;
}

.rus-header {
    background: #ececec;
}
.rus-header header {
    background: #fff;
    padding: 0 0 10px;
    font-family: 'OpenSans';
    font-weight: 300;
}
.rus-header header .left-head {
    width: auto;
}
.rus-header header .right-head {
    margin-left: 0;
}
.rus-header header .wrapper {
    position: relative;
    overflow: visible !important;
}
.rus-header header:before,
.rus-header header .left-head .logo,
.rus-logo,
.head-btn-cont {
    display: none;
}

.rus-header .main-container {
    background: none;
}
.rus-header .rus-logo {
    display: block;
    background: url("/prx/000/https/videodownloader.ummy.net/assets/img/logo2.png") no-repeat 0 0;
    height: 54px;
    text-decoration: none;
    color: #000;
    font-weight: 600;
    padding-left: 82px;
    margin-top: 4px;
}
/* [lang="ru"] .rus-header .rus-logo {
    background: url("/prx/000/https/videodownloader.ummy.net/assets/img/NY_LOGO.png") no-repeat 0 0;
    background-size: contain;
} */
.rus-header .rus-logo p {
    font-size: 20px;
    line-height: 54px;
    margin: 0;
    font-weight: 600;
}
.rus-header .language {
    margin: 0;
    list-style: none;
    text-transform: uppercase;
    font-size: 9px;
    color: #424242;
    left: auto;
    bottom: 12px;
    z-index: 10;
    float: right;
    right: 0;
    padding: 0;
}
.rus-header .language ul {
    margin: 0;
    padding: 8px 8px 4px;
    right: 0;
    min-width: 100%;
}
.rus-header .language > li {
    position: absolute;
    right: -8px;
    padding-right: 28px;
}
.rus-header .language .flag {
    position: relative;
}
.rus-header .language .language-text.flag:before {
    right: -20px;
}
.rus-header .language > li:hover ul {
    display: block;
    position: absolute;
}

.rus-header nav {
    display: inline-block;
    margin-right: 94px;
}
.rus-header nav ul {
    padding: 16px 0;
    margin: 0;
}
.rus-header header nav ul li {
    font-size: 15px;
    margin-right: 12px;
}
.rus-header header nav ul li a {
    display: block;
    color: #000;
    text-decoration: none;
    text-transform: none;
    padding: 5px 14px;
    line-height: 23px;
    border: solid 1px #fff;
    border-radius: 5px;
    -webkit-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}
.rus-header header nav ul li.active a,
.rus-header header nav ul li a:hover {
    border-color: #d11117;
    color: #d11117;
}
.rus-header .head-btn-cont.open {
    margin: 16px 0;
    width: 94px;
    display: inline-block;
    position: absolute;
    right: 36px;
}
.rus-header .head-btn-cont-new.open {
    right: 50%;
    margin-right: -474px;
    z-index: 10;
    top: 2px;
}
.rus-header .head-btn-cont.open .head-btn {
    text-align: center;
    width: 94px;
    font-size: 15px;
    color: #fff;
    background: #8ab200;
    padding: 6px 0;
    line-height: 23px;
    display: block;
    border-radius: 5px;
    text-decoration: none;
}

.eng-header {
    background: #ececec;
}
.eng-header header {
    background: #fff;
}
.eng-header header:before {
    border-color: #fff transparent transparent transparent;
}
.eng-header .main-container {
    background: none;
}
.eng-header .main-container img {
    max-width: 100%;
}


.mac-hide-js {
    display: initial !important;
}
.mac-hide-js.inherit {
    display: inherit !important;
}

.mac_os .mac-hide-js {
    display: none !important;
}


.mac-show-js {
    display: none !important;
}
.mac_os .mac-show-js {
    display: initial !important;
}
.mac_os .mac-show-js.inherit{
    display: inherit !important;
}

.mac_os span.mac-show-js,
.mac_os a.mac-show-js {
    display: inline;
}
.sliderBtn.jsDownloadBtn.mac-sliderBtn,
.mac_os .sliderBtn.jsDownloadBtn,
.mac_os .sliderBtn.jsDownloadBtn.mac-sliderBtn:before,
.mac_os .mac-hide-js-eula {
    display: none;
}
/* body.mac_os .sliderBtn.jsDownloadBtn.mac-sliderBtn {
    line-height: normal;
}
body.mac_os .sliderBtn.jsDownloadBtn.mac-sliderBtn span {
    display: none;
} */
.mac_os .sliderBtn.jsDownloadBtn.mac-sliderBtn {
    display: inline-block;
    line-height: 22px;
    padding: 16px 54px 12px 16px;
}
.mac_os .sliderBtn.jsDownloadBtn.mac-sliderBtn span {
    display: block;
    font-size: 15px;
}
.mac_os .sliderBtn.jsDownloadBtn.mac-sliderBtn:after {
    background: url("/prx/000/https/videodownloader.ummy.net/assets/img/mac-btn.png") no-repeat;
    width: 31px;
    height: 39px;
    background-size: contain;
    right: 14px;
    border: none;
    top: 12px;
}
.mac-informer-link {
    margin: -14px 0 14px;
    display: inline-block
}


















.email-emac-form {
    height: 0;
    overflow: hidden;
    -webkit-transition: height .5s linear;
    transition: height .5s linear;
}
.email-emac-form.active {
    height: 60px;

}
.email-emac-form input {
    margin: 0 2px;
    width: 168px;
    padding: 13px 10px;
    font-size: 15px;
    text-align: center;
    border-radius: 5px;
    border: solid 1px #999;
    background: #fff;
    box-shadow: inset 0 0 5px #ccc;
    font-family: 'OpenSans';
    font-weight: 300;
}


/* ==========================================================================
   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: rgb(208,16,23); /* Old browsers */
    background: -webkit-linear-gradient(top,  rgba(208,16,23,1) 0%,rgba(157,4,56,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(208,16,23,1) 0%,rgba(157,4,56,1) 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/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/img/bg-popup.png") 0 50% no-repeat;
}
.modal-email-mac {
    padding: 36px 0 56px 180px;
    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/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;
}

.modal-email-mac-form #thanks {
    display: block;
    color: #fff;
}
.modal-email-mac-form #thanks.headden {
    display: none;
}




.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;
}
.dwn-btn:hover {
    text-decoration: 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/img/btn-arrow.png") no-repeat;
}
.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: 12px !important;
    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: 10px;
}
.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;
}
.mac_os span.mac-show-js,
.mac_os a.mac-show-js {
    display: inline;
}
/* 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/img/mac-btn.png") no-repeat;
    width: 31px;
    height: 39px;
    background-size: contain;
    right: 24px;
    top: 12px;
}

.h1-404 {
    text-align: center;
    margin: 40px 0 0;
}

.h1-page-cont {
    text-align: center;
}
.h1-page-cont h2 {
    font-size: 50px;
    font-weight: 500;
    line-height: 1em;
    margin: 0.4em 0;
}
.h1-page-cont .h1-page-under-h2 {
    font-size: 25px;
    font-weight: 500;
    margin: 1.2em 0 1.5em;
}
.h1-page-cont .safety-info {
    font-size: 15px;
    margin: 10px 0 50px;
}
.h1-page-cont .safety-info > b {
    margin: 0 0 6px 20px;
    display: inline-block;

}
.h1-page-cont .safety-info a {
    text-decoration: none;
    color: #76a407;
}
.h1-page-cont .safety-info a:hover {
    text-decoration: underline;
}
.h1-page-cont .h1-page-go-main {
    font-size: 16px;
    font-weight: 300;
    color: #666;
    text-decoration: underline;
}
.h1-page-cont .h1-page-go-main:hover {
    text-decoration: none;
}





.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;
    color: #000;
}
.downloading-mac-page .ummy-mac-downloading-cont {
    counter-reset: num;
    padding-bottom: 50px;
    background: url("/prx/000/https/videodownloader.ummy.net/assets/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: 5%;
}

.downloading-mac-page .ummy-mac-downloading img {
    height: auto;
}
.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%;
}




.flexslider.flexslider{
    border:none;
}

[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;
}

.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.is-active .content-safari-big ,
.arrow-popup-top-big.is-active .content-safari-big  {
    position: relative;
}
.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: 20px;
}
.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/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);
    }
}



.buy-page-no-header-block {
    max-width: 800px;
    margin: auto;
}
.buy-page-no-header-left {
    width: 50%;
    float: left;
}
.buy-page-no-header-left img {
    max-width: 100%;
    height: auto !important;
}
.buy-page-no-header-right {
    float: left;
    width: 50%;
    padding: 0 0 0 5px;
    text-align: center;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.language.no-header-language {
    bottom: -12px;
    right: 86px;
}



/*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/css/data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgaGVpZ2h0PSI0OCIgdmlld0JveD0iMCAwIDQ4IDQ4IiB3aWR0aD0iNDgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE0IDI4bDEwLTEwIDEwIDEweiIgZmlsbD0id2hpdGUiLz48cGF0aCBkPSJNMCAwaDQ4djQ4aC00OHoiIGZpbGw9Im5vbmUiLz48L3N2Zz4=); }

.notie-date-arrow-down {
    background-image: url("/prx/000/https/videodownloader.ummy.net/assets/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; }


.activation-error-page {
    max-width: 768px;
    margin: 50px auto;
}
.activation-error-page p {
    font-size: 20px;
}
.activation-error-page .error {
    font-size: 14px;
    margin: 0;
    color: red;
    position: absolute;
    left: 0;
    bottom: -10px;
}
.activation-error-page .inputS {
    display: inline-block;
    margin: 4px 0;
    color: #76a407;
}
.activation-error-page form {
    position: relative;
    padding: 10px 0;
}

.activation-error-email {
    width: 50%;
    padding: 10px 12px;
    font-size: 18px;
    border-radius: 3px;
    background: none;
    border: solid 1px #000;
    line-height: 24px;
    margin-right: 2%;
    background: #fff;
}
.activation-error-submit {
    padding: 10px 24px;
    font-size: 18px;
    line-height: 24px;
    border: none;
    vertical-align: top;
}

.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;
}


.cancel-subscription-cont .cancel-subscription-form {
    min-height: 80px;
    padding: 40px 0;
}
.cancel-subscription-cont .cancel-subscription-form .dwn-btn {
    padding: 10px 18px;
}
.cancel-subscription-cont .cancel-subscription-form .dwn-btn:before,
.cancel-subscription-cont .cancel-subscription-form .dwn-btn:after {
    display: none;
}
.downloading-mac-page-show .lile-h1-dw {
    font-size: 30px;
    margin: 0;
    padding: 30px 0;
    text-align: center;
    padding-top: 20px;
    color: #000;
    font-weight: 500;
}
.mac_os .main-container .btn-cancel-subscription-show {
    display: inline-block;
}











.norton-ummy-page p {
    margin: 0 0 10px;
    font-size: 14px;
    line-height: 1.5em;
}
.norton-ummy-page h1 {
    text-align: left;
    padding: 40px 0;
    font-weight: bold;
    color: #000;
    font-size: 24px;
}
.norton-ummy-page h2 {
    font-size: 22px;
    margin: 20px 0 4px;
}
.norton-ummy-cont {

}
.norton-ummy-image {
    float: left;
    width: 80px;
    text-align: center;
}
.norton-ummy-image a:hover {
    text-decoration: none;
}
.norton-ummy-image img {
    margin-bottom: 8px;
}
.norton-ummy-image b {
    text-transform: uppercase;
    font-size: 15px;
}
.norton-ummy-main {
    margin-left: 140px;
}
.norton-ummy-row {
    padding-bottom: 20px;
}
.norton-ummy-left {
    width: 48%;
    float: left;
    margin-bottom: 20px;
}
.norton-ummy-left .norton-ummy-link {
    margin-left: -26px;
}

.norton-ummy-right {
    width: 48%;
    float: right;
    text-align: center;
    margin-bottom: 20px;
}
.norton-ummy-right h3 {
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 24px;
}
.norton-ummy-right .h1-page-go-main {
    color: #617077;
    text-decoration: underline;
}
.norton-ummy-right .h1-page-go-main:hover {
    text-decoration: none;
}
.norton-ummy-right .safety-info {
    font-size: 13px;
    margin: 8px 0 4px;
}



.norton-ummy-bottom-text {
    font-size: 15px;
}
.norton-ummy-bottom-text p {
    margin: 0 0 20px;
}
.norton-ummy-bottom-text .norton-ummy-bottom-link {
    text-align: right;
    margin-top: -10px;
}





.abaut-new-page-left {
  float: left;
  width: 470px;
}
.abaut-new-page-right {
 float: right;
 width: 455px;
 text-align: center; 
}
.video-responsive { 
  position: relative; 
  padding-bottom: 56.25%; 
  height: 0; 
  overflow:hidden; 
} 
.video-responsive iframe, 
.video-responsive object, 
.video-responsive embed {
  position: absolute; 
  top: 0; 
  left: 0; 
  width: 100%;
  height: 100%; 
}

.rating-page-new-block {
    float: left;
    text-align: center;
    margin: 20px 0;
}
.rating-page-new-block table {
    margin: 0 auto;
}
.rating-page-new-block + .norton-ummy-right {
    float: right;
    width: 285px;
    text-align: center;
    padding-top: 40px;
}


.first-under-header.downloading-mac-page-show {
  margin-top: 120px;
}


header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 110;
}
header + * {
    margin-top: 116px !important;
}
.rus-header header + * {
    margin-top: 110px !important;
}
.rus-header .head-btn-cont-new.open {
    z-index: 120;
    position: fixed !important;
}


.B_crumbBox {
    margin: 0;
    padding: 0;
    list-style: none;
    color: #000;
}
.B_crumbBox li {
    display: inline-block;
}
.B_crumbBox a {
    color: #000;
}


.new-post-container img {
    display: block;
    margin: 0 auto;
    height: auto !important;
}
.new-post-container .dwn-btn,
.mac_os .new-post-container .dwn-btn,
.new-post-container .dwn-btn.mac-dwn-btn,
.mac_os .new-post-container .dwn-btn.mac-dwn-btn {
    display: inline-block;
    text-align: center;
    line-height: 42px;
    margin-bottom: 20px;
}

.new-post-container h2,
.new-post-container h3,
.new-post-container h4,
.new-post-container h5,
.new-post-container h6 {
    margin: 40px 0 30px;
    text-align: center;
}


.ummy-footer-new-wrap {
    border-top: solid 1px #bcbbbb;
    padding-top: 30px;
    margin-top: 30px;
    text-align: center;
}
.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 a {
    text-decoration: underline;
}
.ummy-footer-new a:hover {
    text-decoration: none;
}
.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 1400px
   ============================ */
@media screen and (max-width: 1400px) {
    .social-box {
        right: 0;
        margin-right: 0;
    }
}


/* ============================
   media styles 1120px
   ============================ */
@media screen and (max-width: 1120px) {
    .social-box {
        right: 0;
    }
}

@media screen and (max-width: 959px) {
    header + * {
        margin-top: 96px !important;
    }
    .rus-header header + * {
        margin-top: 80px !important;
    }
    .rus-header .head-btn-cont-new.open {
        position: fixed;
    }
}

@media screen and (max-width: 768px) {
    .js-arrow-popup {
        display: none !important;
    }
    .buy-page-no-header-left,
    .buy-page-no-header-right {
        width: 100%;
        text-align: center;
    }

    .norton-ummy-left, .norton-ummy-right {
        width: 100%;
    }
    .rus-header .head-btn-cont-new.open {
        position: fixed;
    }
}


@media screen and (max-width: 480px) {
    .norton-ummy-page h1 {
        text-align: center;
        padding-bottom: 16px;
    }
    .norton-ummy-image {
        float: none;
        width: auto;
        margin-bottom: 10px;
    }
    .norton-ummy-main {
        margin-left: 0;
    }
    .norton-ummy-left .norton-ummy-link {
        margin-left: 0;
    }
}

@media screen and (max-width: 400px) {
    header + * {
        margin-top: 82px !important;
    }
    .rus-header header + * {
        margin-top: 66px !important;
    }
}



.header-like-lp-body {
  background: #f7f7f7;
}
.header-like-lp-body header,
.header-like-lp-body.rus-header header,
.header-like-lp-body.eng-header header,
.header-like-lp-body.rus-header.eng-header header {
  font-family: 'OpenSans', sans-serif;
  position: fixed;
  z-index: 110;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 54px;
  padding: 18px 0 17px;
  background: #f7f7f7;
  font-weight: 300;
}
.header-like-lp-body header::before,
.header-like-lp-body.rus-header header::before,
.header-like-lp-body.eng-header header::before,
.header-like-lp-body.rus-header.eng-header header::before {
  display: none;
}
.header-like-lp-body header .wrapper,
.header-like-lp-body.rus-header header .wrapper,
.header-like-lp-body.eng-header header .wrapper,
.header-like-lp-body.rus-header.eng-header header .wrapper {
  border-bottom: 3px solid #e4e4e4;
  padding-bottom: 14px;
  position: relative;
}
.header-like-lp-body header .left-head,
.header-like-lp-body.rus-header header .left-head,
.header-like-lp-body.eng-header header .left-head,
.header-like-lp-body.rus-header.eng-header header .left-head {
  float: left;
  width: auto;
}
.header-like-lp-body header .rus-logo,
.header-like-lp-body.rus-header header .rus-logo,
.header-like-lp-body.eng-header header .rus-logo,
.header-like-lp-body.rus-header.eng-header header .rus-logo {
  display: block;
  background: url(/prx/000/https/videodownloader.ummy.net/assets/img/logo-new.png) no-repeat 0 0;
  height: 54px;
  text-decoration: none;
  color: #000;
  font-weight: 600;
  padding-left: 82px;
  margin-top: -2px;
}
.header-like-lp-body header .rus-logo p,
.header-like-lp-body.rus-header header .rus-logo p,
.header-like-lp-body.eng-header header .rus-logo p,
.header-like-lp-body.rus-header.eng-header header .rus-logo p {
  font-size: 20px;
  line-height: 54px;
  margin: 0;
  font-weight: 600;
}
.header-like-lp-body header nav,
.header-like-lp-body.rus-header header nav,
.header-like-lp-body.eng-header header nav,
.header-like-lp-body.rus-header.eng-header header nav {
  float: right;
  margin-right: 144px;
}
.header-like-lp-body header nav ul,
.header-like-lp-body.rus-header header nav ul,
.header-like-lp-body.eng-header header nav ul,
.header-like-lp-body.rus-header.eng-header header nav ul {
  padding: 0;
  margin: 6px 0 7px;
  font-size: 0;
}
.header-like-lp-body header nav ul li,
.header-like-lp-body.rus-header header nav ul li,
.header-like-lp-body.eng-header header nav ul li,
.header-like-lp-body.rus-header.eng-header header nav ul li {
  list-style: none;
  display: inline-block;
  font-size: 15px;
  margin-right: 20px;
}
.header-like-lp-body header nav ul li a,
.header-like-lp-body.rus-header header nav ul li a,
.header-like-lp-body.eng-header header nav ul li a,
.header-like-lp-body.rus-header.eng-header 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;
  text-transform: none;
}
.header-like-lp-body header nav ul li.active a,
.header-like-lp-body.rus-header header nav ul li.active a,
.header-like-lp-body.eng-header header nav ul li.active a,
.header-like-lp-body.rus-header.eng-header header nav ul li.active a,
.header-like-lp-body header nav ul li a:hover,
.header-like-lp-body.rus-header header nav ul li a:hover,
.header-like-lp-body.eng-header header nav ul li a:hover,
.header-like-lp-body.rus-header.eng-header header nav ul li a:hover {
  border-color: #d11117;
  color: #d11117;
}
.header-like-lp-body header .head-btn-cont,
.header-like-lp-body.rus-header header .head-btn-cont,
.header-like-lp-body.eng-header header .head-btn-cont,
.header-like-lp-body.rus-header.eng-header header .head-btn-cont {
  margin: 6px 32px 7px 0;
  float: right;
  width: 112px;
}
.header-like-lp-body header .head-btn-cont-new,
.header-like-lp-body.rus-header header .head-btn-cont-new,
.header-like-lp-body.eng-header header .head-btn-cont-new,
.header-like-lp-body.rus-header.eng-header header .head-btn-cont-new {
  z-index: 1000;
  position: fixed;
  top: 16px;
  right: 50%;
  margin-right: -520px;
}
.header-like-lp-body header .head-btn-cont .head-btn,
.header-like-lp-body.rus-header header .head-btn-cont .head-btn,
.header-like-lp-body.eng-header header .head-btn-cont .head-btn,
.header-like-lp-body.rus-header.eng-header header .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-like-lp-body header .logo-language,
.header-like-lp-body.rus-header header .logo-language,
.header-like-lp-body.eng-header header .logo-language,
.header-like-lp-body.rus-header.eng-header header .logo-language {
  margin-top: -2px;
}
.header-like-lp-body header .left-head,
.header-like-lp-body.rus-header header .left-head,
.header-like-lp-body.eng-header header .left-head,
.header-like-lp-body.rus-header.eng-header header .left-head {
  float: left;
  width: auto;
}
.header-like-lp-body header .language,
.header-like-lp-body.rus-header header .language,
.header-like-lp-body.eng-header header .language,
.header-like-lp-body.rus-header.eng-header header .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;
}
.header-like-lp-body header .language > li,
.header-like-lp-body.rus-header header .language > li,
.header-like-lp-body.eng-header header .language > li,
.header-like-lp-body.rus-header.eng-header header .language > li {
  position: absolute;
  right: -8px;
  padding-right: 28px;
}
.header-like-lp-body header .language > li:hover ul,
.header-like-lp-body.rus-header header .language > li:hover ul,
.header-like-lp-body.eng-header header .language > li:hover ul,
.header-like-lp-body.rus-header.eng-header header .language > li:hover ul {
  display: block;
  position: absolute;
}
.header-like-lp-body header .language > li:hover .language-text,
.header-like-lp-body.rus-header header .language > li:hover .language-text,
.header-like-lp-body.eng-header header .language > li:hover .language-text,
.header-like-lp-body.rus-header.eng-header header .language > li:hover .language-text {
  border-bottom: dashed 1px #424242;
}
.header-like-lp-body header .language .language-text,
.header-like-lp-body.rus-header header .language .language-text,
.header-like-lp-body.eng-header header .language .language-text,
.header-like-lp-body.rus-header.eng-header header .language .language-text {
  cursor: pointer;
  border-bottom: dashed 1px rgba(0, 0, 0, 0);
  display: inline-block;
}
.header-like-lp-body header .language .active,
.header-like-lp-body.rus-header header .language .active,
.header-like-lp-body.eng-header header .language .active,
.header-like-lp-body.rus-header.eng-header header .language .active {
  display: none;
}
.header-like-lp-body header .language ul,
.header-like-lp-body.rus-header header .language ul,
.header-like-lp-body.eng-header header .language ul,
.header-like-lp-body.rus-header.eng-header header .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;
}
.header-like-lp-body header .language ul li a,
.header-like-lp-body.rus-header header .language ul li a,
.header-like-lp-body.eng-header header .language ul li a,
.header-like-lp-body.rus-header.eng-header header .language ul li a {
  color: #424242;
  text-decoration: none;
  padding: 3px 20px 3px 2px;
  display: block;
}
.header-like-lp-body header .language ul li a:hover,
.header-like-lp-body.rus-header header .language ul li a:hover,
.header-like-lp-body.eng-header header .language ul li a:hover,
.header-like-lp-body.rus-header.eng-header header .language ul li a:hover {
  color: #000;
}
.header-like-lp-body header .language .flag,
.header-like-lp-body.rus-header header .language .flag,
.header-like-lp-body.eng-header header .language .flag,
.header-like-lp-body.rus-header.eng-header header .language .flag {
  position: relative;
}
.header-like-lp-body header .language .flag:before,
.header-like-lp-body.rus-header header .language .flag:before,
.header-like-lp-body.eng-header header .language .flag:before,
.header-like-lp-body.rus-header.eng-header header .language .flag:before {
  content: "";
  width: 16px;
  height: 11px;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
}
.header-like-lp-body header .language .language-text.flag:before,
.header-like-lp-body.rus-header header .language .language-text.flag:before,
.header-like-lp-body.eng-header header .language .language-text.flag:before,
.header-like-lp-body.rus-header.eng-header header .language .language-text.flag:before {
  right: -20px;
}
.header-like-lp-body header .language .ru:before,
.header-like-lp-body.rus-header header .language .ru:before,
.header-like-lp-body.eng-header header .language .ru:before,
.header-like-lp-body.rus-header.eng-header header .language .ru:before {
  background-image: url(/prx/000/https/videodownloader.ummy.net/assets/css/data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAALCAIAAAD5gJpuAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RTBCNDUzMjFEMjlCMTFFMzlCQkNCM0RFMTQ5NTMzNjAiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RTBCNDUzMjJEMjlCMTFFMzlCQkNCM0RFMTQ5NTMzNjAiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpFMEI0NTMxRkQyOUIxMUUzOUJCQ0IzREUxNDk1MzM2MCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpFMEI0NTMyMEQyOUIxMUUzOUJCQ0IzREUxNDk1MzM2MCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pp0r+msAAAERSURBVHjafJFNagMxDIXtelahi6waKAS6be6RTS6SA+QavUSOUAo5S5cNFLIIdJMZ/0iyHGk8M20D7Swe8tP3bMtju66YH1/OPBa5VxIlUkVSx0pgNlOilO8kM9/UNX86XZrqTvRfqADWWj1hs8nbrT2fByilIRAj1cJ73QuA53O32301h4NZrczxqC6CAbREDFAQDWIBdUoM2l0u9ai76QICAZqR5hvaeyZyQ6DvCWT/oSsm2rwZ94wvPn7qfCFqI4S+ViUI/VXVv6fHV7Nv1hKCd84fMi8yu5QIk74GtPpQ0Kmixhw+PQg8TLBYqNVpW6zStuJwCHJjTknUJt1FpraXcehkfn3TEuuPH5dXAQYAcy/gWpBJ6QAAAAAASUVORK5CYII=);
}
.header-like-lp-body header .language .en:before,
.header-like-lp-body.rus-header header .language .en:before,
.header-like-lp-body.eng-header header .language .en:before,
.header-like-lp-body.rus-header.eng-header header .language .en:before {
  background-image: url(/prx/000/https/videodownloader.ummy.net/assets/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==);
}
.header-like-lp-body header .language .de:before,
.header-like-lp-body.rus-header header .language .de:before,
.header-like-lp-body.eng-header header .language .de:before,
.header-like-lp-body.rus-header.eng-header header .language .de:before {
  background-image: url(/prx/000/https/videodownloader.ummy.net/assets/css/data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAALCAIAAAD5gJpuAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MTYxMzRDRDlEMjlDMTFFM0FCNjhDQ0UxOTE1QUE3MTYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MTYxMzRDREFEMjlDMTFFM0FCNjhDQ0UxOTE1QUE3MTYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoxNjEzNENEN0QyOUMxMUUzQUI2OENDRTE5MTVBQTcxNiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoxNjEzNENEOEQyOUMxMUUzQUI2OENDRTE5MTVBQTcxNiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Plcxb0AAAAE0SURBVHjajFG7TsQwENzknBOI10lQHhUFLUpNhwDpRI90X4Fo+BU6WqT7Axo6aPkKGgSX19qxHa/xxiFUSKyskXc9sx6vk8XiEqiGn0DFAH+HCOyb27uYWGsCtm0bU6Vkn6oRV6tHEc9eXt+4qrhaFmUsrot1wKpiRKyXV2d8wzxJZ0SH1rLA8A0HruP2Uu41vdVUlJ9fv5auW8yNybUOiTeGl7WktdfaWVYSIhlDUmZYbwf5KPVKRcHARhzYSgX2SEv/yY4VtvRxSnBk7YUDmPgmdhIeHQtUeNKEFPFee3Gi4RnE7jH4OaUztuu6hNGGKYmuqxhtwIw6SQR6X8hz4LGSwWSac+cpOFOIftSJ5RFlG6FLM9jvIK1BuHd4ergfvjn++OZAqAl2NKCBrSljjG8BBgB3edu68X31kwAAAABJRU5ErkJggg==);
}
.header-like-lp-body header .language .tr:before,
.header-like-lp-body.rus-header header .language .tr:before,
.header-like-lp-body.eng-header header .language .tr:before,
.header-like-lp-body.rus-header.eng-header header .language .tr:before {
  background-image: url(/prx/000/https/videodownloader.ummy.net/assets/css/data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAALCAIAAAD5gJpuAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NEI0N0E5ODFEMjlDMTFFM0JBNTNCQzg4NjgxODE0MUIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NEI0N0E5ODJEMjlDMTFFM0JBNTNCQzg4NjgxODE0MUIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0QjQ3QTk3RkQyOUMxMUUzQkE1M0JDODg2ODE4MTQxQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0QjQ3QTk4MEQyOUMxMUUzQkE1M0JDODg2ODE4MTQxQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuuVRO4AAAFMSURBVHjaVFGxTgJBEJ09QBsKICGUBAst6KEnwUo/AEp+gZ7as+cDSCBa0GhC6KiRlj+ALyCecsfuznN2OfScXOZeZt7MvJlVoD/jDLbenzKR2Pu8y41GgTEClPekDayRCLS+kogHZGzu+P21WOTT8v3eecl1u/LHcsmHA51OMBb6BAFaq3o9nZCaMdzrqXbb9WvcqOeQM2wkCcVxQhSI7sDPpUaDOh2MxzwY8Psbf0Z4feFi8cxOa4Tseh9jacPde7f3eu2UbD6EjXKZ5nO0Wm6IZ6cFsqJhxn7nAs2myFC3d9huC2GI3Q6rlSvwn9vBeklBHGM6VaUSD4cURQxQv59EESaTXyqM0enSchxrRYkNn+jhEYUCzWYs7EvjcwH5o+cFXku/Wu18bLXZSDpXraJSIdEtVEBZC88WOSr6/5C/llyAzjy82I8AAwAyeQOCpXZlkwAAAABJRU5ErkJggg==);
}
.header-like-lp-body header .language .uk:before,
.header-like-lp-body.rus-header header .language .uk:before,
.header-like-lp-body.eng-header header .language .uk:before,
.header-like-lp-body.rus-header.eng-header header .language .uk:before {
  background-image: url(/prx/000/https/videodownloader.ummy.net/assets/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==);
}
.header-like-lp-body header .language .es:before,
.header-like-lp-body.rus-header header .language .es:before,
.header-like-lp-body.eng-header header .language .es:before,
.header-like-lp-body.rus-header.eng-header header .language .es:before {
  background-image: url(/prx/000/https/videodownloader.ummy.net/assets/css/data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAALCAYAAAB24g05AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3wIHChQqMCn01gAAASdJREFUKM+dkr1KQ0EQhb/N3SQ3gSRKNIIpBIkvoKWVWNj7dL6Bj2AjCFY2sbBVCVqkkfzdYO7u3rs7FiIh8Y/kwDAwnDmcGY7qn5yJ4FFErAONz4mPDlfbUgpEsN17tLiMkEzxg8EiSWRO/gFRs4m4DL1z5YiKI5Ax1haZjRW1Vo5W4R8XBXzm0C5Lqeghs2TC6CbivbeJPc1oHCRUygrU7xouT9HWpFTKz+SvLfrXL8j2OfVJwL9dwG7yh4MGNtUUjEmBjIKvU+9oeneXpN1bCn4DCKDCZ18ulWFMijbGQogY7ids1Uoc71ny9iOzdpmqhPkzl+E9xuSo67gunbiKGAMI34/+ElicqzjmyaRo6zKkFKBUWikKEgLWObSXwMN0gEKvlcQPihCMjPUQNIYAAAAASUVORK5CYII=);
}
.header-like-lp-body header .language .id:before,
.header-like-lp-body.rus-header header .language .id:before,
.header-like-lp-body.eng-header header .language .id:before,
.header-like-lp-body.rus-header.eng-header header .language .id:before {
  background-image: url(/prx/000/https/videodownloader.ummy.net/assets/css/data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAALCAYAAAB24g05AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3wIHCzA4M7oODwAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAACTSURBVCjPzZIxDsIwDEW/SRBr4B6Iu7Bw6SyIM7DWIV3sRqk7IFUUMUC68BbL0veX9W26ny+GFXirFbvT8SsxgWCwuer1Bm+lwPoeteOl2uapj7jDHlYKfFXF+MgYc/5pdXIOVQV+EMG246eBvcRBtOzfMWAQBTGzhRCaAkwpYSMizRcQkX8wUNVmA1UFxRhXfeIEjrdWI6UmYh0AAAAASUVORK5CYII=);
}
.header-like-lp-body header .language .ar:before,
.header-like-lp-body.rus-header header .language .ar:before,
.header-like-lp-body.eng-header header .language .ar:before,
.header-like-lp-body.rus-header.eng-header header .language .ar:before {
  background-image: url('/prx/000/https/videodownloader.ummy.net/assets/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');
}
.header-like-lp-body header .language .pt:before,
.header-like-lp-body.rus-header header .language .pt:before,
.header-like-lp-body.eng-header header .language .pt:before,
.header-like-lp-body.rus-header.eng-header header .language .pt:before {
  background-image: url('/prx/000/https/videodownloader.ummy.net/assets/css/data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAALCAMAAABBPP0LAAAAbFBMVEUAoTwAnj4AnT9Csy0EKn4JoztrwiGBxh3YwRm30RPm1A3/8wBNW1o9a6QAIIgAInwvsDEwsTDU2gzT2gz56AP/7gD/6gBQdaJAaJkFMI4mTY0AKIMNNIFuiHpEWWRWY2Cgql+Nl1lzfEpqckZ3PGSCAAAAaElEQVQI12WOWQ6AIBBDlcEVlR33/f53NAMhfjA/naQvbbM880dI0DxKWcbf26Kp60Yg5O2iajvOu7YqAgSaXf04zS/TgDgY6451W/rdWQMECcWegdLhZgr+DEpPzIgtElukb0l2JEs/hKkEHq0ZCvsAAAAASUVORK5CYII=');
}
.header-like-lp-body header .social-box,
.header-like-lp-body.rus-header header .social-box,
.header-like-lp-body.eng-header header .social-box,
.header-like-lp-body.rus-header.eng-header header .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;
}
.header-like-lp-body header .social-box a,
.header-like-lp-body.rus-header header .social-box a,
.header-like-lp-body.eng-header header .social-box a,
.header-like-lp-body.rus-header.eng-header header .social-box a {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
  opacity: 1;
}
.header-like-lp-body header .social-box:hover a,
.header-like-lp-body.rus-header header .social-box:hover a,
.header-like-lp-body.eng-header header .social-box:hover a,
.header-like-lp-body.rus-header.eng-header header .social-box:hover a {
  opacity: 0.5;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}
.header-like-lp-body header .social-box:hover a:hover,
.header-like-lp-body.rus-header header .social-box:hover a:hover,
.header-like-lp-body.eng-header header .social-box:hover a:hover,
.header-like-lp-body.rus-header.eng-header header .social-box:hover a:hover {
  opacity: 1;
}
.header-like-lp-body header .social-icon,
.header-like-lp-body.rus-header header .social-icon,
.header-like-lp-body.eng-header header .social-icon,
.header-like-lp-body.rus-header.eng-header header .social-icon {
  display: block;
  width: 16px;
  height: 16px;
  margin: 8px 10px;
  background: url("/prx/000/https/videodownloader.ummy.net/assets/img/social-link.png") no-repeat;
}
.header-like-lp-body header .social-icon.vk_en,
.header-like-lp-body.rus-header header .social-icon.vk_en,
.header-like-lp-body.eng-header header .social-icon.vk_en,
.header-like-lp-body.rus-header.eng-header header .social-icon.vk_en {
  background-position: 0 0;
}
.header-like-lp-body header .social-icon.tv,
.header-like-lp-body.rus-header header .social-icon.tv,
.header-like-lp-body.eng-header header .social-icon.tv,
.header-like-lp-body.rus-header.eng-header header .social-icon.tv {
  background-position: -16px 0;
}
.header-like-lp-body header .social-icon.ok,
.header-like-lp-body.rus-header header .social-icon.ok,
.header-like-lp-body.eng-header header .social-icon.ok,
.header-like-lp-body.rus-header.eng-header header .social-icon.ok {
  background-position: -32px 0;
}
.header-like-lp-body header .social-icon.fb,
.header-like-lp-body.rus-header header .social-icon.fb,
.header-like-lp-body.eng-header header .social-icon.fb,
.header-like-lp-body.rus-header.eng-header header .social-icon.fb {
  background-position: -48px 0;
}
.header-like-lp-body header .social-icon.g_plus,
.header-like-lp-body.rus-header header .social-icon.g_plus,
.header-like-lp-body.eng-header header .social-icon.g_plus,
.header-like-lp-body.rus-header.eng-header header .social-icon.g_plus {
  background-position: -64px 0;
}
.header-like-lp-body header .social-box,
.header-like-lp-body.rus-header header .social-box,
.header-like-lp-body.eng-header header .social-box,
.header-like-lp-body.rus-header.eng-header header .social-box {
  display: block;
}
.header-like-lp-body header .header-mail-right,
.header-like-lp-body.rus-header header .header-mail-right,
.header-like-lp-body.eng-header header .header-mail-right,
.header-like-lp-body.rus-header.eng-header header .header-mail-right {
  float: right;
  line-height: 54px;
  color: #000;
  text-decoration: none;
  top: -2px;
  position: absolute;
  right: 10px;
  font-size: 0 !important;
}
.header-like-lp-body header .header-mail-right:before,
.header-like-lp-body.rus-header header .header-mail-right:before,
.header-like-lp-body.eng-header header .header-mail-right:before,
.header-like-lp-body.rus-header.eng-header header .header-mail-right:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: url('/prx/000/https/videodownloader.ummy.net/assets/img/new-email.png') no-repeat;
  background-size: cover;
  width: 20px;
  height: 16px;
  margin: 0 10px;
}
.header-like-lp-body header nav,
.header-like-lp-body.rus-header header nav,
.header-like-lp-body.eng-header header nav,
.header-like-lp-body.rus-header.eng-header header nav {
  display: block;
}
.header-like-lp-body header nav ul li a,
.header-like-lp-body.rus-header header nav ul li a,
.header-like-lp-body.eng-header header nav ul li a,
.header-like-lp-body.rus-header.eng-header header nav ul li a {
  border-color: #f7f7f7;
  box-sizing: border-box;
}
.header-like-lp-body header nav ul li a:hover,
.header-like-lp-body.rus-header header nav ul li a:hover,
.header-like-lp-body.eng-header header nav ul li a:hover,
.header-like-lp-body.rus-header.eng-header header nav ul li a:hover {
  border-color: #d11117;
}
.header-like-lp-body header nav ul li.first a,
.header-like-lp-body.rus-header header nav ul li.first a,
.header-like-lp-body.eng-header header nav ul li.first a,
.header-like-lp-body.rus-header.eng-header header nav ul li.first a {
  border-color: #d11117;
  color: #d11117;
}
.header-like-lp-body header nav,
.header-like-lp-body.rus-header header nav,
.header-like-lp-body.eng-header header nav,
.header-like-lp-body.rus-header.eng-header header nav {
  margin-right: 20px;
}
.header-like-lp-body header nav ul li,
.header-like-lp-body.rus-header header nav ul li,
.header-like-lp-body.eng-header header nav ul li,
.header-like-lp-body.rus-header.eng-header header nav ul li {
  margin-right: 50px;
}
.header-like-lp-body header nav ul li a,
.header-like-lp-body.rus-header header nav ul li a,
.header-like-lp-body.eng-header header nav ul li a,
.header-like-lp-body.rus-header.eng-header header nav ul li a {
  border-color: #f7f7f7;
  box-sizing: border-box;
}
.header-like-lp-body header nav ul li.first a,
.header-like-lp-body.rus-header header nav ul li.first a,
.header-like-lp-body.eng-header header nav ul li.first a,
.header-like-lp-body.rus-header.eng-header header nav ul li.first a {
  border-color: #f7f7f7;
  box-sizing: border-box;
  color: #000;
}
.header-like-lp-body header nav ul li.active a,
.header-like-lp-body.rus-header header nav ul li.active a,
.header-like-lp-body.eng-header header nav ul li.active a,
.header-like-lp-body.rus-header.eng-header header nav ul li.active a,
.header-like-lp-body header nav ul li a:hover,
.header-like-lp-body.rus-header header nav ul li a:hover,
.header-like-lp-body.eng-header header nav ul li a:hover,
.header-like-lp-body.rus-header.eng-header header nav ul li a:hover {
  border-color: #d11117;
  color: #d11117;
}
.header-like-lp-body header .language,
.header-like-lp-body.rus-header header .language,
.header-like-lp-body.eng-header header .language,
.header-like-lp-body.rus-header.eng-header header .language {
  display: block;
  bottom: 7px;
}
.header-like-lp-body header .language ul,
.header-like-lp-body.rus-header header .language ul,
.header-like-lp-body.eng-header header .language ul,
.header-like-lp-body.rus-header.eng-header header .language ul {
  padding: 4px 6px;
  background-color: rgba(255, 255, 255, 0.84);
  border: 1px solid #ccc;
  border-radius: 2px;
  top: 20px;
}
.header-like-lp-body header ul:before,
.header-like-lp-body.rus-header header ul:before,
.header-like-lp-body.eng-header header ul:before,
.header-like-lp-body.rus-header.eng-header header ul:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 20px;
  top: -20px;
}
.header-like-lp-body header + *,
.header-like-lp-body.rus-header header + *,
.header-like-lp-body.eng-header header + *,
.header-like-lp-body.rus-header.eng-header header + * {
  margin-top: 90px !important;
  padding-top: 20px;
}
.header-like-lp-body header ~ .head-btn-cont,
.header-like-lp-body.rus-header header ~ .head-btn-cont,
.header-like-lp-body.eng-header header ~ .head-btn-cont,
.header-like-lp-body.rus-header.eng-header header ~ .head-btn-cont {
  display: none !important;
}
@media screen and (max-width: 1140px) {
  .header-like-lp-body header nav,
  .header-like-lp-body.rus-header header nav,
  .header-like-lp-body.eng-header header nav,
  .header-like-lp-body.rus-header.eng-header header nav {
    margin-right: 20px;
  }
  .header-like-lp-body header nav ul li,
  .header-like-lp-body.rus-header header nav ul li,
  .header-like-lp-body.eng-header header nav ul li,
  .header-like-lp-body.rus-header.eng-header header nav ul li {
    margin-right: 50px;
  }
  .header-like-lp-body header nav ul li a,
  .header-like-lp-body.rus-header header nav ul li a,
  .header-like-lp-body.eng-header header nav ul li a,
  .header-like-lp-body.rus-header.eng-header header nav ul li a {
    padding: 8px 14px;
  }
  .header-like-lp-body header .rus-logo p,
  .header-like-lp-body.rus-header header .rus-logo p,
  .header-like-lp-body.eng-header header .rus-logo p,
  .header-like-lp-body.rus-header.eng-header header .rus-logo p {
    font-size: 18px;
  }
  .header-like-lp-body .head-btn-cont .head-btn {
    width: 94px;
  }
  .header-like-lp-body .social-box {
    right: 0;
  }
}
@media screen and (max-width: 959px) {
  .header-like-lp-body header nav,
  .header-like-lp-body.rus-header header nav,
  .header-like-lp-body.eng-header header nav,
  .header-like-lp-body.rus-header.eng-header header nav {
    position: relative;
    margin: 10px 100px 0 0;
    vertical-align: middle;
    width: 44px;
    display: inline-block;
  }
  .header-like-lp-body header nav a,
  .header-like-lp-body.rus-header header nav a,
  .header-like-lp-body.eng-header header nav a,
  .header-like-lp-body.rus-header.eng-header header nav a {
    width: 100%;
    position: relative;
  }
  .header-like-lp-body header nav ul,
  .header-like-lp-body.rus-header header nav ul,
  .header-like-lp-body.eng-header header nav ul,
  .header-like-lp-body.rus-header.eng-header header nav ul {
    width: 236px;
    display: none;
    top: 40px;
    position: absolute;
    z-index: 110;
    text-align: center;
    right: -100px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    background: #fff;
    padding: 10px;
    border-radius: 5px;
  }
  .header-like-lp-body header nav ul li,
  .header-like-lp-body.rus-header header nav ul li,
  .header-like-lp-body.eng-header header nav ul li,
  .header-like-lp-body.rus-header.eng-header header nav ul li {
    width: 100%;
    display: block;
  }
  .header-like-lp-body header nav ul li a,
  .header-like-lp-body.rus-header header nav ul li a,
  .header-like-lp-body.eng-header header nav ul li a,
  .header-like-lp-body.rus-header.eng-header header nav ul li a {
    display: block;
    width: auto;
  }
  .header-like-lp-body header .language,
  .header-like-lp-body.rus-header header .language,
  .header-like-lp-body.eng-header header .language,
  .header-like-lp-body.rus-header.eng-header header .language {
    top: auto;
  }
}
@media screen and (max-width: 520px) {
  .header-like-lp-body header .rus-logo p,
  .header-like-lp-body.rus-header header .rus-logo p,
  .header-like-lp-body.eng-header header .rus-logo p,
  .header-like-lp-body.rus-header.eng-header header .rus-logo p {
    font-size: 17px;
  }
}
@media screen and (max-width: 479px) {
  .header-like-lp-body header .language,
  .header-like-lp-body.rus-header header .language,
  .header-like-lp-body.eng-header header .language,
  .header-like-lp-body.rus-header.eng-header header .language {
    right: -56px;
  }
  .header-like-lp-body header .rus-logo p,
  .header-like-lp-body.rus-header header .rus-logo p,
  .header-like-lp-body.eng-header header .rus-logo p,
  .header-like-lp-body.rus-header.eng-header header .rus-logo p {
    display: none;
  }
  
    .new-post-container .dwn-btn,
    .mac_os .new-post-container .dwn-btn,
    .new-post-container .dwn-btn.mac-dwn-btn,
    .mac_os .new-post-container .dwn-btn.mac-dwn-btn {
        font-size: 19px;
    }

}