@font-face {
    font-family: 'Gordita Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Gordita Regular'), url('../fonts/Gordita Regular.woff') format('woff');
    font-size: 100%;
}

@font-face {
    font-family: 'Gordita Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Gordita Bold'), url('../fonts/Gordita Bold.woff') format('woff');
    font-size: 100%;
}

body {
    font-family: 'Gordita Regular', sans-serif;
    background: #f5f5f5;
    overflow-x: hidden;
}

*:focus {
    outline: 0 !important;
}

.btn:focus,.btn:active {
    outline: none !important;
    box-shadow: none !important;
}

h1, h2, h3 {
    font-family: 'Gordita Bold', sans-serif;
}

h1 {
    font-size: 2em;
    margin-top: 60px;
    margin-bottom: 20px;
}

@media(max-width: 728px) {
    h1 {
        font-size: 1.8em;
    }
}

h1:first-of-type {
    margin-top: 0;
}

h2 {
    font-size: 1.7em;
    margin-top: 60px;
    margin-bottom: 20px;
}

h3 {
    font-size: 1.6em;
    line-height: 32px;
    margin-top: 60px;
    margin-bottom: 20px;
}

@media(max-width: 728px) {
    h3 {
        font-size: 1.3em;
        margin-bottom: 15px;
    }
}

h4 {
    font-size: 1.1em;
    font-weight: bold;
}

.hline {
    width: 100%;
    height: 1px;
    background: #e5e5e5;
    margin-top: 25px;
    margin-bottom: 25px;
}

ul, ol {
    margin-top: 35px;
    margin-bottom: 35px;
    margin-left: 45px;
    line-height: 27px;
}

@media(max-width: 990px) {
    ul, ol {
        margin-left: 20px;
    }
}

ul li, ol li {
    margin-bottom: 20px;
    font-family: 'Gordita Regular', sans-serif;
    font-size: 1em;
    line-height: 27px;
}

ul li ul {
    margin-bottom: 35px;
}

ul li p {
    margin-bottom: 10px;
}

ol {
    counter-reset: my-awesome-counter;
    list-style: none;
    padding-left: 40px;
}

ol li {
    min-height: 40px;
    margin: 0 0 0.5rem 0;
    counter-increment: my-awesome-counter;
    position: relative;
    padding-top: 3px;
    padding-left: 5px;
}

ol li::before {
    content: counter(my-awesome-counter);
    color: #fff;
    font-size: 1.1rem;
    font-family: 'Gordita Bold', sans-serif;
    font-size: 1em;
    position: absolute;
    --size: 32px;
    left: calc(-1 * var(--size) - 10px);
    line-height: var(--size);
    width: var(--size);
    height: var(--size);
    top: 0;
    background: #4fc7ac;
    border-radius: 50%;
    text-align: center;
}

@media (min-width: 1200px) {
    .container {
        max-width: 970px;
    }
}

a {
    padding-bottom: 1px;
    color: #396afc;
    text-decoration: none;
    background-image: linear-gradient(#396afc, #396afc);
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 0% 1px;
    transition: background-size cubic-bezier(0,.5,0,1) 0.3s;
    overflow-wrap: break-word;
}

a:hover,
a:focus {
    color: #396afc;
    text-decoration: none;
    background-size: 100% 1px;
}

input[type="text"], input[type="password"], textarea, select {
    font-family: 'Gordita Regular', sans-serif;
    width: 100%;
    border: none;
    background: #f5f5f5;
    border-radius: 5px;
    padding: 4px 8px 4px 8px;
}

input[type="text"].lg, input[type="password"].lg {
    font-size: 1.3em;
    padding: 8px 15px 8px 15px;
}

textarea {
    min-height: 110px;
}

select {
    height: 32px;
}

@media(max-width: 767px) {
    .table-head {
        border-top: none !important;
    }

    .table-row .border-right {
        border-right: none !important;
    }

    .table-row .border-right {
        border-right: none !important;
    }

    .table-col {
        border-bottom: 1px solid #e5e5e5;
    }

    .table-col-mob-hl {
        background-color: #f5f5f5;
    }
}

.table-col .icon {
    width: 18px;
    vertical-align: middle;
    margin-right: 10px;
}

.container {
    padding-right: 30px;
    padding-left: 30px;
}

.container.fw {
    max-width: 100%;
}

.container.box {
    min-height: 600px;
    padding-top: 30px;
    padding-bottom: 30px;
    background: #fff;
    box-shadow: 0 15px 25px rgba(0,0,0,.1);
    margin-top: -500px;
    margin-bottom: 80px;
    border-radius: 20px;
    position: relative;
    z-index: 1;
}

@media(max-width: 728px) {
    .container.box {
        margin-top: -520px;
    }
}

@media(max-width: 575px) {
    .container.box {
        width: 90%;
        padding: 20px;
    }
}

.container.box.compact {
    margin-top: 0;
    min-height: auto;
}

.container-heading {
    margin: -30px;
    margin-bottom: 30px;
    background: linear-gradient(to top, #11998e, #38ef7d);
    font-family: 'Gordita Bold', sans-serif;
    font-size: 2em;
    color: #fff;
    padding: 15px 20px 15px 20px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

@media(max-width: 768px) {
    .container-heading {
        padding: 12px 15px 12px 15px;
        font-size: 1.3em;
    }
}

@media(max-width: 575px) {
    .container-heading {
        margin: -20px;
        margin-bottom: 30px;
    }
}

.inner {
    width: 750px;
    margin: 0 auto;
}

@media(max-width: 990px) {
    .inner {
        width: 100%;
    }
}

p {
    font-family: 'Gordita Regular', sans-serif;
    font-size: 1em;
    line-height: 28px;
    margin-bottom: 30px;
}

.btn {
    font-family: 'Gordita Regular', sans-serif;
}

.btn.sm {
    padding: 3px 10px 3px 10px;
}

.btn.md {
    font-size: 1em;
    padding: 8px 25px 8px 25px;
}

.btn.lg {
    font-size: 1.5em;
    padding: 14px 45px 14px 45px;
}

@media(max-width: 728px) {
    .btn.lg {
        font-size: 1.3em;
        padding: 10px 35px 10px 35px;
    }
}

.btn-primary {
    border-radius: 4px;
    background-position: center;
    transition: background 0.8s;
    background-color: #396afc !important;
    border: none;
    font-family: 'Gordita Bold', sans-serif;
    color: #fff;
    border: none !important;
}

.btn-primary:hover {
    background: #1851fb radial-gradient(circle, transparent 1%, #285dfc 1%) center/15000% !important;
}

.btn-primary:active {
    background-color: #043eed !important;
    background-size: 100%;
    transition: background 0s;
}

.btn-secondary {
    padding: 8px 25px 8px 25px;
    background: none;
    border: none;
    color: rgba(0,0,0,.4);
}

.btn-secondary:hover, .btn-secondary:active {
    background: none !important;
    color: rgba(0,0,0,.5) !important;
}

.btn-danger {
    border: none;
}

.btn[disabled="disabled"] {
    background-color: #f5f5f5 !important;
    color: rgba(0,0,0,.5) !important;
}

.navigation-toggle-btn {
    display: none;
}

@media(max-width: 728px) {
    .mob-nav-btn-wrapper {
        display: block;
        width: 55px;
        height: 47px;
        background: #396afc;
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
        position: fixed;
        top: 15px;
        right: 0;
        z-index: 5;
        cursor: pointer;
    }

    .mob-nav-btn-wrapper.open {
        background: #e5e5e5;
    }

    .navigation-toggle-btn {
        display: block;
        border: none;
        width: 60px;
        height: 45px;
        background: none;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transform: scale(0.5);
        position: absolute;
        top: 2px;
    }

    .navigation-toggle-btn span {
        display: block;
        position: absolute;
        height: 5px;
        width: 100%;
        background: #fff;
        border-radius: 5px;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }

    .navigation-toggle-btn.open span {
        background: #999;
    }

    .navigation-toggle-btn span:nth-child(1) {
        top: 0px;
        -webkit-transform-origin: left center;
        -moz-transform-origin: left center;
        -o-transform-origin: left center;
        transform-origin: left center;
    }

    .navigation-toggle-btn span:nth-child(2) {
        top: 18px;
        -webkit-transform-origin: left center;
        -moz-transform-origin: left center;
        -o-transform-origin: left center;
        transform-origin: left center;
    }

    .navigation-toggle-btn span:nth-child(3) {
        top: 36px;
        -webkit-transform-origin: left center;
        -moz-transform-origin: left center;
        -o-transform-origin: left center;
        transform-origin: left center;
    }

    .navigation-toggle-btn.open span:nth-child(1) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        top: -3px;
        left: 8px;
    }

    .navigation-toggle-btn.open span:nth-child(2) {
        width: 0%;
        opacity: 0;
    }

    .navigation-toggle-btn.open span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: 39px;
        left: 8px;
    }
}

.navigation {
    width: 100%;
    height: 70px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3;
}

.navigation .nav-inner {
    width: 1024px;
    height: 70px;
    margin: 0 auto;
    position: relative;
}

@media(max-width: 1024px) {
    .navigation .nav-inner {
        width: 100%;
        height: 100%;
        overflow-y: scroll;
    }
}

@media(max-width: 728px) {
    .navigation {
        display: none;
        height: 100%;
        background-color: #fff;
        box-shadow: 0 10px 20px rgba(0,0,0,.1);
    }

    .navigation .nav-inner {
        position: absolute;
        background-image: url('../img/logo.png');
        background-repeat: no-repeat;
        background-size: 180px auto;
        background-position: 20px 23px;
    }
}

@media(min-width: 729px) {
    .navigation.sticked {
        background-color: #fff;
        box-shadow: 0 10px 20px rgba(0, 0, 0, .1);
    }

    .navigation.sticked .nav-inner {
        background-image: url('../img/logo.png');
        background-repeat: no-repeat;
        background-size: 200px auto;
        background-position: 20px 18px;
    }
}

.navigation .head-nav {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 34px;
    right: 30px;
}

.navigation.sticked .head-nav {
    top: 22px;
}

.navigation .head-nav li {
    display: inline-block;
    margin: 0;
    margin-left: 20px;
    padding: 0;
    font-family: 'Gordita Bold', sans-serif;
    font-size: 1em;
    color: #fff;
    cursor: pointer;
}

@media(max-width: 728px) {
    .navigation .head-nav li {
        color: #333;
    }
}

.navigation.sticked .head-nav li {
    color: #333;
}

.navigation .head-nav li a {
    color: #fff;
    background-image: none;
    transition: color 0.3s linear;
}

.navigation .head-nav li a:hover {
    color: rgba(255,255,255,.6);
}

.navigation.sticked .head-nav li a {
    color: #333;
}

.navigation.sticked .head-nav li a:hover {
    color: #396afc;
}

.navigation .head-nav .lang-select-btn {
    background: url('../img/globe.svg') no-repeat;
    background-size: 18px 18px;
    background-position: left center;
    padding-left: 28px;
}

.navigation.sticked .head-nav .lang-select-btn {
    background: url('../img/globe_2.svg') no-repeat;
    background-size: 18px 18px;
    background-position: left center;
    padding-left: 28px;
}

@media(max-width: 728px) {
    .navigation .head-nav li a, .navigation .head-nav li a:hover {
        color: #333;
    }

    .navigation.sticked .head-nav .lang-select-btn {
        padding-left: 20px;
    }
}

@media(max-width: 728px) {
    .navigation .head-nav {
        position: static;
        width: 100%;
        margin-top: 70px;
    }

    .navigation .head-nav li {
        display: block;
        width: 100%;
        background: #fff;
        margin-left: 0;
        border-bottom: 1px solid #f5f5f5;
    }

    .navigation .head-nav li:last-of-type {
        border-bottom: none;
    }

    .navigation .head-nav li a, .navigation .head-nav .lang-select-btn {
        display: block;
        padding: 7px 20px 7px 20px;
    }

    .navigation .head-nav .lang-select-btn, .navigation.sticked .head-nav .lang-select-btn {
        background-color: #fff;
        background-image: url('../img/globe_2.svg');
        background-repeat: no-repeat;
        background-size: 18px 18px;
        background-position: calc(100% - 20px) center;
    }
}

@media(min-width: 728px) {
    .navigation .head-nav li.pro a {
        background: linear-gradient(to right, #4fc7ac, #396afc);
        padding: 4px 13px 4px 13px;
        border-radius: 100px;
        box-shadow: 0 7px 20px rgba(57,106,252,.6);
        transition: box-shadow 0.2s linear, color 0.2s linear;
        padding-left: 14px;
        padding-right: 14px;
    }

    .navigation .head-nav li.pro a:hover {
        box-shadow: 0 7px 16px rgba(57,106,252,.6);
    }

    .navigation.sticked .head-nav li.pro a {
        color: #fff;
    }
}

.navigation .nav-logo {
    width: 240px;
    height: 40px;
    background: url('../img/logo_2.png') no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 29px;
    left: 30px;
    z-index: 3;
}

.navigation.sticked .nav-logo {
    display: none;
}

.lang-select {
    width: 200px;
    display: none;
    margin: 0;
    padding: 0;
    box-shadow: 0 0 25px rgba(0,0,0,.1);
    background: #fff;
    position: absolute;
    top: 70px;
    right: 20px;
    border-radius: 5px;
}

.navigation.sticked .lang-select {
    top: 60px;
}

@media(max-width: 728px) {
    .lang-select {
        width: 100%;
        position: static;
        border-radius: 0;
        box-shadow: none;
    }
}

.lang-select:after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 0 7px 7px;
    border-color: #fff transparent;
    display: block;
    width: 0;
    z-index: 1;
    top: -7px;
    left: 170px;
}

.lang-select li {
    list-style: none;
    margin: 0;
    padding: 9px 15px 7px 15px;
    border-bottom: 1px solid #f5f5f5;
    line-height: 0;
}

@media(max-width: 728px) {
    .lang-select li {
        width: 100%;
        padding: 7px 40px 7px 40px;
    }
}

.lang-select li:last-of-type {
    border-bottom: none;
}

.lang-select li a {
    font-size: 0.8em;
    color: #396afc;
    background-image: none;
    transition: none;
}

.lang-select li a:hover {
    color: #333;
}

@media(max-width: 728px) {
    .lang-select li a {
        font-size: 0.9em;
        color: #808080;
    }
}

.lang-select li img {
    width: 18px;
    margin-right: 10px;
}

.notice-box {
    width: 750px;
    margin: 0 auto;
    background: #f5f5f5 url('../img/info.png') no-repeat;
    background-size: 40px auto;
    background-position: 25px 20px;
    border-radius: 10px;
    padding: 27px 35px 27px 90px;
    text-align: left;
}

.notice-box.nb-container-footer {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    width: calc(100% + 60px);
    margin: -30px;
    margin-top: 30px;
}

@media(max-width: 575px) {
    .notice-box.nb-container-footer {
        width: calc(100% + 40px);
        margin: -20px;
        margin-top: 30px;
    }
}

@media(max-width: 990px) {
    .notice-box {
        width: 100%;
        padding-top: 15px;
        padding-bottom: 15px;
        padding-left: 60px;
        border-radius: 10px;
        background-size: 32px auto;
        background-position: 15px 18px;
    }
}

.notice-box p {
    font-size: 0.9em;
    color: #6e7791 !important;
    line-height: 23px;
    margin-bottom: 12px;
}

.boxed {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 30px 25px rgba(0,0,0,.1);
    margin-bottom: 50px;
}

.boxed h3 {
    margin-top: 0;
}

.boxed p:last-of-type {
    margin-bottom: 0;
}

.cover {
    width: 100%;
    min-height: 600px;
    text-align: center;
    background-color: #000;
    background-image: url('../img/cover.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 110px 25px 160px 25px;
    position: relative;
    clip-path: polygon(0 0%, 100% 0, 100% 80%, 50% 100%, 50% 100%, 0% 80%);
}

.cover.affiliates {
    background-image: url('../img/cover_money.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.cover .overlay {
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.2;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.cover.affiliates .overlay {
    background: #41295a;
    background: -webkit-linear-gradient(to right, #2F0743, #41295a);
    background: linear-gradient(to right, #2F0743, #41295a);
    opacity: 0.95;
}

.cover .logo {
    width: 360px;
    height: 60px;
    margin: 0 auto;
    margin-bottom: 40px;
    background: url('../img/logo_2.png') no-repeat;
    background-size: 350px 59px;
    position: relative;
    z-index: 1;
}

@media(max-width: 728px) {
    .cover .logo {
        width: 220px;
        height: 37px;
        background-size: cover;
        margin-bottom: 30px;
    }
}

.cover .nav-logo {
    display: none;
}

@media(max-width: 728px) {
    .cover .nav-logo {
        display: block;
        width: 170px;
        height: 29px;
        background: url('../img/logo_2.png') no-repeat;
        background-size: 170px 29px;
        background-position: center;
        position: absolute;
        top: 25px;
        left: 25px;
        z-index: 3;
    }
}

.cover .cover-title {
    width: 730px;
    margin: 0 auto;
    margin-bottom: 20px;
    font-size: 2em;
    font-weight: bold;
    color: #fff;
    line-height: 46px;
    position: relative;
    z-index: 1;
}

@media(max-width: 728px) {
    .cover .cover-title {
        width: 100%;
        font-size: 1.5em;
        line-height: 36px;
    }
}

.cover .cover-title .hl {
    color: #3ce85c;
}

.cover .cover-text {
    width: 570px;
    margin: 0 auto;
    margin-bottom: 35px;
    font-size: 1.1em;
    line-height: 30px;
    color: rgba(255,255,255,.5);
    position: relative;
    z-index: 1;
}

@media(max-width: 728px) {
    .cover .cover-text {
        width: 100%;
        font-size: 1em;
        line-height: 25px;
    }
}

.cover .download-btn {
    position: relative;
    z-index: 1;
} 

.cover .latest-version {
    display: block;
    font-size: 0.9em;
    color: #fff;
    opacity: 0.5;
    margin-top: 14px;
}

.cover .software-informer-badge {
    display: block;
    position: absolute;
    bottom: 150px;
    right: 50px;
}

.cover .software-informer-badge a:hover {
    background: none !important;
}

@media(max-width: 990px) {
    .cover .software-informer-badge {
        display: none;
    }
}

.laptop {
    width: 900px;
    height: 832px;
    background: url('../img/laptop.png') no-repeat;
    background-size: cover;
    margin: 0 auto;
    margin-top: -180px;
    position: relative;
    z-index: 1;
    pointer-events: none;
}

@media(max-width: 910px) {
    .laptop {
        width: 700px;
        height: 647px;
    }
}

@media(max-width: 710px) {
    .laptop {
        width: 500px;
        height: 462px;
    }
}

@media(max-width: 510px) {
    .laptop {
        width: 300px;
        height: 277px;
        margin-top: -130px;
    }
}

@media(max-width: 383px) {
    .laptop {
        width: 300px;
        height: 277px;
        margin-top: -135px;
    }
}

.how-to {
    margin-top: -250px;
}

@media(max-width: 910px) {
    .how-to {
        margin-top: -200px;
    }
}

@media(max-width: 710px) {
    .how-to {
        margin-top: -140px;
    }
}

@media(max-width: 510px) {
    .how-to {
        margin-top: -97px;
    }
}

.supported-sites {
    width: 935px;
    margin: 0 auto;
    margin-top: 70px;
    text-align: center;
}

@media(max-width: 990px) {
    .supported-sites {
        width: 95%;
        padding-right: 10px;
        padding-left: 10px;
        margin-top: 40px;
    }
}

.supported-sites p {
    font-size: 1.4em;
    color: rgba(0,0,0,.3);
}

@media(max-width: 990px) {
    .supported-sites p {
        font-size: 1.1em;
        line-height: 26px;
        padding: 0 15px 0 15px;
        margin-bottom: 20px;
    }
}

.supported-sites ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.supported-sites ul li {
    display: inline-block;
    background-color: #fff;
    border-radius: 100px;
    padding: 10px 25px 10px 25px;
    box-shadow: 0 25px 30px rgba(0,0,0,.05);
    margin: 15px 10px 15px 10px;
    font-size: 1.1em;
    color: rgba(0,0,0,.4);
    vertical-align: middle;
}

.supported-sites ul li img {
    width: 24px;
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 10px;
}

@media(max-width: 990px) {
    .supported-sites ul {
        columns: 2;
        -webkit-columns: 2;
        -moz-columns: 2;
    }

    .supported-sites ul li {
        width: 100%;
        font-size: 1em;
        padding: 6px 15px 6px 15px;
        margin: 5px 0 5px 0;
        box-shadow: none;
    }

    .supported-sites ul li img {
        width: 16px;
    }
}

.playlists {
    text-align: center;
    background-color: #fff;
    background-image: url('../img/waves.png');
    background-repeat: repeat-x;
    background-size: 800px auto;
    background-position: center top;
    padding: 30px;
    margin-top: 0;
    box-shadow: 0 0 30px rgba(0,0,0,.1);
}

.playlists h3 {
    margin-top: 0;
    margin-bottom: 10px;
    background-image: url('../img/playlist.png');
    background-repeat: no-repeat;
    background-size: 128px 128px;
    background-position: center 20px;
    padding-top: 170px;
    color: #3d6ff8;
}

@media(max-width: 728px) {
    .playlists h3 {
        background-size: 80px 80px;
        padding-top: 110px;
    }
}

.playlists .sub-h {
    font-size: 1.1em;
    color: rgba(61,111,248,.7);
}

@media(max-width: 728px) {
    .playlists .sub-h {
        font-size: 0.9em;
        line-height: 24px;
    }
}

.playlists p {
    font-size: 1em;
    color: rgba(0,0,0,.4);
}

@media(max-width: 728px) {
    .playlists p {
        font-size: 0.9em;
        line-height: 24px;
    }
}

.playlists .playlist-videos-scr {
    width: 500px;
    margin-bottom: 55px;
    box-shadow: 0 35px 45px rgba(0,0,0,.1);
    border-radius: 10px;
}

@media(max-width: 768px) {
    .playlists .playlist-videos-scr {
        width: 95%;
    }
}

.playlist-shadow {
    height: 20px;
    background: #fff;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
}

.playlist-shadow.shadow-front {
    max-width: 95%;
    box-shadow: 0 0 30px rgba(0,0,0,.2);
    background: #fff;
}

.playlist-shadow.shadow-back {
    max-width: 85%;
    margin-top: 80px;
    box-shadow: 0 0 30px rgba(0,0,0,.1);
    opacity: 0.3;
}

@media(max-width: 990px) {
    .playlist-shadow.shadow-back {
        margin-top: 55px;
    }
}

.features {
    padding-top: 30px;
}

@media(max-width: 990px) {
    .features {
        margin-top: 30px;
    }
}

.features h3 {
    font-size: 1.2em;
    min-height: 32px;
    margin-top: 40px;
    margin-bottom: 10px;
    padding-left: 45px;
}

@media(max-width: 990px) {
    .features h3 {
        margin-top: 10px;
        padding-top: 0;
    }
}

@media(max-width: 991px) {
    .hline {
        display: none;
    }
}

.features h3.play {
    background: url('../img/play.png') no-repeat;
    background-size: 32px 32px;
    background-position: left top;
}

.features h3.hd {
    background: url('../img/hd.png') no-repeat;
    background-size: 32px 32px;
    background-position: left top;
}

.features h3.cover-art {
    background: url('../img/image.png') no-repeat;
    background-size: 32px 32px;
    background-position: left top;
}

.features h3.mp3-tags {
    background: url('../img/mp3.png') no-repeat;
    background-size: 32px 32px;
    background-position: left top;
}

.features h3.duration {
    background: url('../img/infinite.png') no-repeat;
    background-size: 32px 32px;
    background-position: left top;
}

.features h3.auto-conversion {
    background: url('../img/conversion.png') no-repeat;
    background-size: 32px 32px;
    background-position: left top;
}

.features h3.proxy {
    background: url('../img/globe.png') no-repeat;
    background-size: 32px 32px;
    background-position: left top;
}

.features h3.speed {
    background: url('../img/speed.png') no-repeat;
    background-size: 32px 32px;
    background-position: left top;
}

.features p {
    margin-left: 45px;
}

.download-now {
    margin-top: 70px;
    text-align: center;
    background: url('../img/cover.png') no-repeat;
    background-size: cover;
    background-position: center;
    padding: 50px;
    position: relative;
}

@media(max-width: 575px) {
    .download-now {
        border: none;
        margin-top: 40px;
        padding: 30px;
    }
}

.download-now .overlay {
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(to right, #17327d, #741959, #396afc);
    background: linear-gradient(to right, #17327d, #741959, #396afc);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0.80;
}

.download-now .download-icon {
    width: 200px;
    height: 200px;
    margin: 0 auto;
    margin-top: -90px;
    margin-bottom: 35px;
    border-radius: 100px;
    border: 10px solid #f5f5f5;
    background: url('../img/logo_3.png') no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 2;
}

@media(max-width: 768px) {
    .download-now .download-icon {
        width: 140px;
        height: 140px;
        margin-top: -60px;
    }
}

.download-now p {
    width: 770px;
    margin: 0 auto;
    margin-bottom: 25px;
    font-size: 2em;
    font-family: 'Gordita Bold', sans-serif;
    line-height: 44px;
    color: #fff;
    position: relative;
    z-index: 2;
}

@media(max-width: 990px) {
    .download-now p {
        width: 100%;
        font-size: 1.3em;
        line-height: 29px;
    }
}

.download-now .download-btn {
    margin-top: 50px;
    background: transparent;
    border: 2px solid transparent !important;
    transition: border 0.2s linear;
    position: relative;
    z-index: 2;
}

.download-now .btn:hover {
    background: transparent !important;
    border-color: #fff !important;
}

@media(max-width: 990px) {
    .download-now .download-btn {
        margin-top: 25px;
    }
}

.info-page {
    text-align: center;
    padding-top: 50px !important;
}

.info-page.success {
    background-image: url('../img/rays.png');
    background-size: cover;
    background-position: top center;
}

@media(min-width: 768px) {
    .info-page h1 {
        font-size: 4em;
    }
}

.info-page p {
    color: rgba(0,0,0,.5);
}

.info-page .page-bg {
    width: 90%;
    margin-bottom: 15px;
}

.form-group {
    margin-bottom: 0;
}

.form-group label {
    font-size: 0.7em;
    font-weight: bold;
    color: rgba(0,0,0,.5);
    text-transform: uppercase;
    letter-spacing: 1px;
}

.form-group input[type="text"], .form-group input[type="password"], .form-group textarea, .form-group select {
    margin-bottom: 15px;
}

.form-group input[type="text"].error, .form-group input[type="password"].error, .form-group textarea.error, .form-group select.error {
    background-color: #ffe3e8;
    color: #e0536d;
}

.pro-page .pro-header {
    min-height: 300px;
    background: url('../img/pro_header_bg.png');
    background-size: cover;
    margin: -30px;
    margin-bottom: -120px;
    border-top-right-radius: 19px;
    border-top-left-radius: 19px;
    padding: 30px;
    padding-top: 30px;
    padding-bottom: 130px;
    text-align: center;
}

@media(max-width: 575px) {
    .pro-page .pro-header {
        margin: -20px;
        margin-bottom: -120px;
    }
}

.pro-page .pro-header .pro-badge {
    width: 247px;
    height: 125px;
    background: url('../img/pro_badge.png') no-repeat;
    background-size: cover;
    background-position: center;
    margin: 0 auto;
    margin-bottom: 40px;
}

@media(max-width: 575px) {
    .pro-page .pro-header .pro-badge {
        width: 130px;
        height: 66px;
    }
}

.pro-page .pro-header h1 {
    color: #fff;
}

.pro-page .pro-header p {
    font-size: 1.1em;
    line-height: 30px;
    color: rgba(255,255,255,.3);
    width: 657px;
    margin: 0 auto;
    margin-bottom: 40px;
}

@media(max-width: 990px) {
    .pro-page .pro-header p {
        width: 100%;
        font-size: 0.9em;
        line-height: 24px;
    }
}

.pro-page .pricing {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%;
    margin: 0 auto 3em;
    margin-bottom: 80px;
}

.pro-page .pricing-item {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: stretch;
    align-items: stretch;
    text-align: center;
    -webkit-flex: 0 1 330px;
    flex: 0 1 330px;
}

.pro-page .pricing-action {
    color: inherit;
    border: none;
    background: none;
}

.pro-page .pricing-action .icon {
    width: 26px;
    height: 26px;
    margin-top: -3px;
    margin-right: 10px;
    vertical-align: middle;
}

.pro-page .pricing-feature-list {
    text-align: left;
}

.pro-page .pricing-box .pricing-item {
    cursor: default;
    background: #fff;
    box-shadow: 0 20px 25px rgba(46, 59, 125, 0.23);
    border-radius: 20px 20px 10px 10px;
    margin: 1em;
}

@media screen and (min-width: 990px) {
    .pro-page .pricing-box .pricing-item {
        margin: 1em -0.5em;
    }

    .pro-page .pricing-box .pricing-item-featured {
        margin: 0;
        margin-top: -10px;
        margin-bottom: -10px;
        z-index: 10;
        box-shadow: 0 20px 25px rgba(46, 59, 125, 0.23);
    }
}

.pro-page .pricing-box .pricing-deco {
    border-radius: 10px 10px 0 0;
    background: #396afc;
    padding: 4em 0 3em;
    position: relative;
    margin-bottom: 45px;
}

.pro-page .pricing-box .pricing-deco.free {
    background: #e5e5e5;
}

.pro-page .pricing-box .pricing-title {
    font-size: 0.75em;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 5px;
    color: #fff;
    line-height: 22px;
    padding-left: 10px;
}

@media(max-width: 575px) {
    .pro-page .pricing-box .pricing-title {
        padding-right: 25px;
        padding-left: 25px;
    }
}

.pro-page .pricing-item-featured .pricing-title {
    display: inline-block;
    padding: 7px 15px 7px 20px;
    background: #4dbeb4;
    border-radius: 100px;
    box-shadow: 0 20px 25px rgba(58,38,150,.3);
}

.pro-page .pricing-box .pricing-price {
    font-family: 'Numans', sans-serif;
    font-size: 5em;
    font-weight: bold;
    padding: 0;
    color: #fff;
    margin: 0 0 0.25em 0;
    line-height: 0.75;
}

.pro-page .pricing-box .pricing-year {
    font-size: 0.2em;
    position: absolute;
    top: 106px;
    left: 184px;
    opacity: 0.3;
    letter-spacing: 1px;
}

.pro-page .pricing-box .pricing-deco.free .pricing-price, .pricing-box .pricing-deco.free .pricing-title {
    color: rgba(0,0,0,.3);
}

.pro-page .pricing-box .pricing-price .sup-price {
    font-size: 0.5em;
    vertical-align: top;
}

.pro-page .pricing-box .pricing-currency {
    display: inline-block;
    font-size: 0.40em;
    vertical-align: middle;
    padding-right: 7px;
    padding-bottom: 18px;
}

.pro-page .pricing-box .pricing-feature-list {
    margin: 0;
    padding: 0 33px 0 33px;
    list-style: none;
    text-align: center;
}

.pro-page .pricing-box .pricing-feature {
    padding-bottom: 10px;
}

.pro-page .pricing-box .pricing-feature-list.free .pricing-feature {
    color: rgba(0,0,0,.4);
}

.pro-page .pricing-box .pricing-action {
    margin: 0;
    margin-top: 35px;
    font-size: 1.2em;
    font-weight: bold;
    color: #fff;
    border-radius: 0 0 10px 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding: 15px 10px 15px 10px;
}

@media(max-width: 575px) {
    .pro-page .pricing-box .pricing-action {
        font-size: 0.8em;
    }

    .pro-page .pricing-box .pricing-action .icon {
        width: 18px;
        height: 18px;
    }
}

.footer {
    max-width: 100%;
    background: #fff;
    margin: 0 auto;
    padding-top: 25px;
    padding-bottom: 5px;
}

.footer .footer-inner {
    width: 960px;
    margin: 0 auto;
    position: relative;
}

@media(max-width: 991px) {
    .footer .footer-inner {
        width: 100%;
    }
}

.footer p {
    margin: 0;
    font-size: 0.7em;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 20px;
    letter-spacing: 1px;
    color: rgba(0,0,0,.2);
    padding-top: 6px;
}

.footer .footer-nav {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer .footer-nav li {
    display: inline-block;
    margin-left: 10px;
}

.footer .footer-nav li a {
    font-size: 0.7em;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: rgba(0,0,0,.5);
}

.footer .footer-nav li a:hover {
    color: #396afc;
}

@media(max-width: 991px) {
    .footer .footer-nav {
        margin-top: 15px;
    }

    .footer .footer-nav li {
        display: block;
        border-bottom: 1px solid #f5f5f5;
        margin: 0;
        text-align: left;
    }

    .footer .footer-nav li:last-of-type {
        border-bottom: none;
    }

    .footer .footer-nav li a {
        display: block;
        padding: 10px 0 10px 0;
    }

    .footer .footer-nav li a:hover, .footer .footer-nav li a:focus {
        color: rgba(0,0,0,.5);
        background-size: 0 !important;
    }
}

.cookies-bar {
    width: 100%;
    background: #fff;
    box-shadow: 0px 4px 13px 0px rgba(57,57,57,.5);
    padding: 20px 0 20px 0;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 2;
}

.cookies-bar .container {
    position: relative;
}

.cookies-bar button {
    position: absolute;
    top: -2px;
    right: 30px;
    background: transparent;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 4px;
    font-size: 0.9em;
    color: rgba(0,0,0,.5);
    padding: 2px 15px 2px 15px;
    transition: all 0.2s linear;
}

.cookies-bar button:hover {
    background: #333;
    color: #fff;
    border-color: rgba(0,0,0,.4);
}

@media(max-width: 728px) {
    .cookies-bar button {
        position: static;
        margin-top: 20px;
    }
}

.cookies-bar p {
    margin: 0;
    font-size: 0.9em;
    line-height: 22px;
    color: rgba(0,0,0,.5);
    padding-top: 2px;
    padding-right: 100px;
}

@media(max-width: 728px) {
    .cookies-bar p {
        padding-right: 0;
    }
}