.button{position:relative;display:inline-flex;align-items:center;justify-content:center;padding:1rem 2rem;opacity:1;border-radius:6.25rem;box-shadow:0 0.75rem 2.0625rem rgba(5,12,59,0.16);text-align:center;outline:none;border:none;transition:all 0.2s;cursor:pointer}@media screen and (max-width:480px){.button__value--adaptive{display:none}}.button__value--hidden{visibility:hidden}.button__arrow--adaptive{display:none}@media screen and (max-width:480px){.button__arrow--adaptive{display:block}}.button__arrow--hidden{visibility:hidden}.button--medium{padding:0.75rem 2rem;box-shadow:unset}.button--long-small{padding:0.75rem}.button--small{padding:0.375rem 0.75rem;box-shadow:unset}.button--circle{width:3.5rem;height:3.5rem;border-radius:50%;padding:0;box-shadow:0 0.25rem 0.5rem rgba(26,0,35,0.08)}.button--white{background-color:#ffffff}.button--white:hover{background-color:#f3f3f3}.button--grey-with-border{background-color:#f5f5f7;border:0.13rem solid #e5e5e5;box-shadow:unset}.button--blue{background-color:#3981ff}.button--blue:hover{background-color:#3981ff}.button--blue:active{background-color:#3981ff}.button--youtubetomp3{background-color:#3981ff}.button--youtubetomp3:hover{background-color:#3981ff}.button--youtubetomp3:active{background-color:#3981ff}.button--pink{background-color:#f0127d}.button--pink:hover{background-color:#fe0d80}.button--pink:active{background-color:#dc1073}.button--tokkit{background-color:#f0127d}.button--tokkit:hover{background-color:#fe0d80}.button--tokkit:active{background-color:#dc1073}.button--orange{background-color:#ff5c1b}.button--orange:hover{background-color:#ff5c1b}.button--orange:active{background-color:#ff5c1b}.button--stogram{background-color:#ff5c1b}.button--stogram:hover{background-color:#ff5c1b}.button--stogram:active{background-color:#ff5c1b}.button--black{background-color:#1d1d1f}.button--black:hover{background-color:#3e3f47}.button--black:active{background-color:#070706}.button--videodownloader{background-color:#5cb400}.button--videodownloader:hover{background-color:#4faa00}.button--videodownloader:active{background-color:#46a300}.button--videodownloaderplus{background-color:#5cb400}.button--videodownloaderplus:hover{background-color:#4faa00}.button--videodownloaderplus:active{background-color:#46a300}.button--imagecompressor{background-color:#3f66ff}.button--imagecompressor:hover{background-color:#3352ff}.button--imagecompressor:active{background-color:#2e46ff}.button--videodownloaderandroid{background-color:#5cb400}.button--videodownloaderandroid:hover{background-color:#4faa00}.button--videodownloaderandroid:active{background-color:#46a300}.button--videotomp3{background-color:#9c71da}.button--videotomp3:hover{background-color:#9c71da}.button--videotomp3:active{background-color:#9c71da}.button--slideshowmaker{background-color:#e7262f}.button--slideshowmaker:hover{background-color:#e7262f}.button--slideshowmaker:active{background-color:#e7262f}.button--facebook{background-color:#1877f2;height:1.75rem}.button--without-shadow{box-shadow:none}.button--back{position:absolute;top:5.75rem;left:2.75rem;z-index:10}@media screen and (max-width:960px){.button--back{top:4.75rem;left:1rem}}.button--copy{margin:0.25rem 0.25rem 0.25rem 0.5rem;padding:0;flex-shrink:0}.button--send{padding:0.75rem}.button--hide{display:none}.button--with-border{border:2.5px solid #e5e5e5}@media screen and (max-width:480px){.button--adaptive{padding:0.75rem}}.button:disabled{background-color:#d1d1d1}.button:disabled:hover{background-color:#d1d1d1}.loader-ring{display:inline-block;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:24px;height:24px}.loader-ring--hidden{visibility:hidden}.loader-ring div{box-sizing:border-box;display:block;position:absolute;width:24px;height:24px;border:4px solid #fff;border-radius:50%;animation:loader-ring 1.2s cubic-bezier(0.5,0,0.5,1) infinite;border-color:#fff transparent transparent transparent}.loader-ring div:nth-child(1){animation-delay:-0.45s}.loader-ring div:nth-child(2){animation-delay:-0.3s}.loader-ring div:nth-child(3){animation-delay:-0.15s}@keyframes loader-ring{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.copy-button__logo{width:3rem;height:3rem}.card{display:flex;flex-direction:column;padding:2rem;border-radius:1.125rem;align-items:center;justify-content:center;width:100%}@media screen and (max-width:600px){.card{flex-basis:100%}}.card--wide{padding:4.5rem 2.5rem}@media screen and (max-width:480px){.card--wide{padding:4rem 1rem}}.card--narrow{padding:1.5rem}@media screen and (max-width:480px){.card--narrow{padding:2.5rem 1.5rem}}.card--peach{background:linear-gradient(45deg,#ff825b 0%,#f57186 100%)}.card--turquoise{background:linear-gradient(315deg,#3dd9bd 0%,#049cb7 100%)}.card--peach-to-purple{background:linear-gradient(120deg,#ff825b 0%,#e85cba 50%,#b84cdc 100%)}.card--purple-gradient{background:linear-gradient(120deg,#ff825b 0%,#e85cba 34.37%,#3f66ff 100%)}.card--white{background-color:#ffffff}.card--purple{background:linear-gradient(45deg,#d155c5 15%,#8139f5 100%)}.card--light-blue{background:linear-gradient(135deg,#1c7df3 0%,#1abcfa 100%)}.card--blue{background:linear-gradient(135deg,#1c7df3 0%,#1abcfa 100%)}.card--black{background-color:#000000}.card--tiffany{background:linear-gradient(315deg,#3dd9bd 0%,#049cb7 100%)}.card--background-img{background-size:cover;background-repeat:no-repeat;background-position:center}.card--full{flex-basis:100%}.card--full__image{max-width:27.375rem}@media screen and (max-width:960px){.card--full__image{max-width:20.5rem}}@media screen and (max-width:600px){.card--full__image{max-width:17.375rem}}.card--half{flex-basis:calc(50% - 0.75rem)}@media screen and (max-width:960px){.card--half{flex-basis:calc(50% - 0.5rem)}}@media screen and (max-width:600px){.card--half{flex-basis:100%}}.card--half__image{max-width:24.875rem}@media screen and (max-width:960px){.card--half__image{max-width:18rem}}@media screen and (max-width:600px){.card--half__image{max-width:17.375rem}}.card--vertical-half{flex-grow:1;height:50%;justify-content:flex-start}.card--third{flex-basis:calc((100% - 3rem) / 3)}@media screen and (max-width:960px){.card--third{flex-basis:calc(50% - 0.5rem)}}@media screen and (max-width:600px){.card--third{flex-basis:100%}}.card--quarter{flex-basis:calc((100% - 4.5rem) / 4)}@media screen and (max-width:960px){.card--quarter{flex-basis:calc(50% - 0.5rem)}}@media screen and (max-width:523px){.card--quarter{flex-basis:100%}}@media screen and (max-width:480px){.card--pricing{background-color:#ffffff}}.card--row{flex-direction:row}.card__description{display:flex;flex-direction:column;gap:1rem}.card--align-start{align-items:flex-start}.card--justify-start{justify-content:flex-start}.upgrade-sale-card{background:url(https://static.4kdownload.com/main/img/redesign-v2/sale/upgrade-page/mascot-summer-sale.png?3aa91e94032d) no-repeat bottom 0px right 40px,url(https://static.4kdownload.com/main/img/redesign-v2/sale/upgrade-page/background-summer-sale.png?3aa91e94032d) no-repeat top left / cover,linear-gradient(120deg,#ff825b 0%,#e85cba 50%,#b84cdc 100%)}.cards-group{display:flex;gap:1rem;flex-wrap:wrap;width:100%}.mail-container{position:relative;width:100%}.mail-container__input{width:100%;height:3.5rem;padding:1rem 4rem 1rem 1.5rem;border-radius:6.25rem;box-shadow:0 0.75rem 2.0625rem rgba(5,12,59,0.16)}.mail-container__input:focus{outline:#338fff solid 1px;outline-offset:0}.mail-container__button{position:absolute;top:0;right:0;margin:0.25rem 0.25rem 0.25rem 0.5rem;background-color:#1d1d1f}.mail-container__button:hover{background-color:#3e3f47}.mail-container__logo{width:1.5rem;height:1.5rem;background:url(https://static.4kdownload.com/main/img/redesign/ic-arrow-send.svg?e0e59e09c52a) center center no-repeat}.bubbles-decoration{max-width:90rem;width:100%;margin:0 auto;background-image:url("https://static.4kdownload.com/main/img/social/bubbles/bubbles-batch.svg?e0e59e09c52a"),url("https://static.4kdownload.com/main/img/social/bubbles/bubbles-browser.svg?e0e59e09c52a"),url("https://static.4kdownload.com/main/img/social/bubbles/bubbles-facebook.svg?e0e59e09c52a"),url("https://static.4kdownload.com/main/img/social/bubbles/bubbles-like.svg?e0e59e09c52a"),url("https://static.4kdownload.com/main/img/social/bubbles/bubbles-soundcloud.svg?e0e59e09c52a"),url("https://static.4kdownload.com/main/img/social/bubbles/bubbles-tiktok.svg?e0e59e09c52a"),url("https://static.4kdownload.com/main/img/social/bubbles/bubbles-twitch.svg?e0e59e09c52a"),url("https://static.4kdownload.com/main/img/social/bubbles/bubbles-vimeo.svg?e0e59e09c52a"),url("https://static.4kdownload.com/main/img/social/bubbles/bubbles-youtube.svg?e0e59e09c52a");background-repeat:no-repeat;background-position:top 2.5rem left 31.25rem,top 26.5rem right 2.75rem,top 10.625rem left 24.375rem,top 16.875rem left 10rem,top 29rem left 15.25rem,top 3.75rem right 15.25rem,top 10.625rem right 25.25rem,top 20rem right 15.25rem,top 4rem left 13.75rem;background-size:3.25rem 3.25rem,5.875rem 5.875rem,5rem 5rem,5rem 5rem,5rem 5rem,6.25rem 6.25rem,5rem 5rem,5rem 5rem,6.25rem 6.25rem}.bubbles-decoration section{background-color:unset}.bubbles-decoration--thanks{padding-bottom:8rem;background-position:top 2.5rem left 31.25rem,top 26.5rem right 2.75rem,top 10.625rem left 24.375rem,top 16.875rem left 10rem,top 26rem left 15.25rem,top 3.75rem right 15.25rem,top 10.625rem right 25.25rem,top 20rem right 15.25rem,top 4rem left 13.75rem}.bubbles-decoration--thanks + section{margin-top:0}@media (max-width:960px){.bubbles-decoration--thanks{padding-bottom:5.625rem}}@media (max-width:480px){.bubbles-decoration--thanks{padding-bottom:4.5rem}}@media (max-width:1280px){.bubbles-decoration{background-position:top 2.5rem left 20.25rem,top 26.25rem right 1.25rem,top 10.625rem left 16.5rem,top 16.875rem left 3.75rem,top 28.375rem left 8.75rem,top 3.75rem right 8.125rem,top 10.625rem right 16.875rem,top 18.125rem right 6.875rem,top 4rem left 6.875rem}}@media (max-width:960px){.bubbles-decoration{background-position:top 0.5rem left 15rem,top 25.625rem right 1.875rem,top 10.625rem left 12.5rem,top 16.875rem left 1.875rem,top 26.875rem left 4.375rem,top 2.5rem right 4.375rem,top 10.625rem right 11.875rem,top 18.125rem right 5rem,top 3.75rem left 3.75rem}}@media (max-width:768px){.bubbles-decoration{background-position:top 2.25rem left 11.25rem,top 26.25rem right 0,top 10.625rem left 7.5rem,top 16.5rem left 0,top 26rem left 1.25rem,top 1.875rem right 2.5rem,top 10rem right 8.125rem,top 16rem right 0.625rem,top 1.875rem left 2.5rem}}@media (max-width:600px){.bubbles-decoration{background-size:2.5rem 2.5rem,4.5rem 4.5rem,3.875rem 3.875rem,3.875rem 3.875rem,3.875rem 3.875rem,4.8125rem 4.8125rem,3.875rem 3.875rem,3.875rem 3.875rem,4.8125rem 4.8125rem;background-position:top 1.25rem left 10.625rem,top 23.5rem right -1rem,top 9.375rem left 5rem,top 15rem left -1.25rem,top 23.125rem left 0.625rem,top 1.875rem right 1.875rem,top 8.5rem right 6.25rem,top 12.5rem right 0,top 1.875rem left 1.875rem}}@media (max-width:480px){.bubbles-decoration{background-position:top 1.5rem left 9rem,top 21rem right -2.25rem,top 9.375rem left 3.125rem,top 14.375rem left -1rem,top 22.75rem left -1.25rem,top 1.875rem right 2.5rem,top 8.5rem right 4.375rem,top 12.75rem right 0,top 1.875rem left 1rem}}@media (max-width:400px){.bubbles-decoration{background-size:1.875rem 1.875rem,3.3125rem 3.3125rem,2.8125rem 2.8125rem,2.8125rem 2.8125rem,2.8125rem 2.8125rem,3.5625rem 3.5625rem,2.8125rem 2.8125rem,2.8125rem 2.8125rem,3.5625rem 3.5625rem;background-position:top 0.625rem left 8.75rem,top 9rem right -1rem,top 7.25rem left 3.125rem,top 6rem left -1rem,top 10.625rem left -1rem,top 0.625rem right 0.625rem,top 6rem right 3.125rem,top 10rem right 6.25rem,top 1.25rem left 1.875rem}}.main-feature{justify-content:space-between}.main-feature__text{max-width:42.5rem;margin:0 auto}.main-feature__img{margin-top:2.5rem;width:100%}.main-feature__img--audio-tracks{max-width:24.875rem;max-height:13.563rem}@media screen and (max-width:1040px){.main-feature__img--audio-tracks{max-width:20.375rem;max-height:11.125rem}}@media screen and (max-width:900px){.main-feature__img--audio-tracks{max-width:17.25rem;max-height:9.375rem}}@media screen and (max-width:768px){.main-feature__img--audio-tracks{max-width:24.875rem;max-height:13.563rem}}@media screen and (max-width:550px){.main-feature__img--audio-tracks{max-width:20.375rem;max-height:11.125rem}}@media screen and (max-width:380px){.main-feature__img--audio-tracks{max-width:17.25rem;max-height:9.375rem}}.main-feature__icon{margin-bottom:2.5rem}@media screen and (max-width:768px){.main-feature__icon{max-width:29.375rem;width:100%}}@media screen and (max-width:600px){.main-feature__icon{height:87px}}@media screen and (max-width:480px){.main-feature__icon{height:59px}}.main-feature__icon-device{margin-top:4rem}@media screen and (max-width:768px){.main-feature__icon-device{max-width:11.625rem;width:100%;margin-top:2.5rem}}.main-feature__small-icon{margin-bottom:1.5rem}@media screen and (max-width:768px){.main-feature__small-icon{margin-bottom:2.5rem}}@media screen and (max-width:480px){.main-feature__small-icon{height:111px}}@media screen and (max-width:768px){.main-feature{flex-basis:100%}}@media screen and (max-width:768px){.secondary-feature{flex-basis:100%}}.no-webp .main-feature--nature{background-image:url("https://static.4kdownload.com/main/img/redesign-v2/products-page/videodownloaderplus/card-background.png?3aa91e94032d");background-image:image-set(url("https://static.4kdownload.com/main/img/redesign-v2/products-page/videodownloaderplus/card-background.png?3aa91e94032d") 1x,url("https://static.4kdownload.com/main/img/redesign-v2/products-page/videodownloaderplus/card-background@2x.png?3aa91e94032d") 2x);background-image:-webkit-image-set(url("https://static.4kdownload.com/main/img/redesign-v2/products-page/videodownloaderplus/card-background.png?3aa91e94032d") 1x,url("https://static.4kdownload.com/main/img/redesign-v2/products-page/videodownloaderplus/card-background@2x.png?3aa91e94032d") 2x);background-size:cover}.webp .main-feature--nature{background-image:url("https://static.4kdownload.com/main/img/redesign-v2/products-page/videodownloaderplus/card-background.webp?3aa91e94032d");background-image:image-set(url("https://static.4kdownload.com/main/img/redesign-v2/products-page/videodownloaderplus/card-background.webp?3aa91e94032d") 1x,url("https://static.4kdownload.com/main/img/redesign-v2/products-page/videodownloaderplus/card-background@2x.webp?3aa91e94032d") 2x);background-image:-webkit-image-set(url("https://static.4kdownload.com/main/img/redesign-v2/products-page/videodownloaderplus/card-background.webp?3aa91e94032d") 1x,url("https://static.4kdownload.com/main/img/redesign-v2/products-page/videodownloaderplus/card-background@2x.webp?3aa91e94032d") 2x);background-size:cover}.other-feature{display:grid;grid-template-columns:1fr 1fr 1fr;grid-template-rows:1fr;gap:1.5rem}@media screen and (max-width:960px){.other-feature{grid-template-columns:1fr 1fr;gap:1rem}}@media screen and (max-width:600px){.other-feature{grid-template-columns:1fr}}.other-feature__first-group{display:grid;grid-template-columns:1fr;grid-template-rows:1fr 1fr;gap:1.5rem}@media screen and (max-width:960px){.other-feature__first-group{grid-template-columns:1fr 1fr;grid-template-rows:1fr;grid-column-start:1;grid-column-end:3;gap:1rem}}@media screen and (max-width:600px){.other-feature__first-group{grid-template-columns:1fr;grid-column-end:1}}.other-feature__second-group{display:grid;grid-template-columns:1fr;grid-template-rows:1fr 1fr;gap:1.5rem}@media screen and (max-width:960px){.other-feature__second-group{gap:1rem}}.other-feature__card{gap:1rem;align-items:flex-start;justify-content:flex-start}.other-feature__middle{padding:2rem 2rem 0;justify-content:space-between;overflow:hidden}.other-feature__img{display:block;max-width:100%;height:auto;margin:0 auto}.other-feature__icon-with-badge{display:flex;flex-direction:row}.other-feature__logo{width:3rem;height:3rem}.other-feature__subsection-title{padding-left:2rem;margin-bottom:2rem}@media screen and (max-width:480px){.other-feature__subsection-title{display:none}}.description--margin-right{margin-right:1rem}.img--feature-size{width:100%;max-width:24.875rem}@media screen and (max-width:960px){.img--feature-size{margin-bottom:1.25rem;max-width:18.625rem}}.img--margin-top{width:100%;margin-top:2.5rem}.img--margin-bottom{width:100%;margin-bottom:2.5rem}.feature__title{max-width:35.875rem;margin-bottom:4rem}.logo-feature{height:6.25rem;width:100%}.title--grow{flex-grow:1}.trial-form{display:flex;flex-direction:column;align-items:center;max-width:29.375rem;width:100%}.trial-form .mail-container{z-index:2}.trial-form .mail-container__logo{display:none}@media (max-width:480px){.trial-form .mail-container__logo + span{display:none}}@media (max-width:480px){.trial-form .mail-container__logo{display:initial}}.trial-form__container{max-height:7.5rem;width:100%}.trial-form__input{padding-right:9.5rem}@media (max-width:480px){.trial-form__input{padding-right:3.5rem}}.trial-form__submit{padding:0.75rem 2rem}@media (max-width:480px){.trial-form__submit{padding:0.75rem}}.trial-form__error{display:inline-block;width:100%;padding:4.25rem 1.5rem 0.75rem;transform:translateY(-3rem);border-radius:1.75rem;background-color:#ffffff;color:#bf4800;transition:0.5s padding-top linear}.trial-form__error--hide{padding-top:0;transition:0.5s padding-top linear}.trial{max-width:none;width:100%;padding-bottom:4rem;background-color:#f5f5f7}.trial__icon{width:10.5625rem;height:10.5625rem}@media (max-width:600px){.trial__icon{width:8.125rem;height:8.375rem}}@media (max-width:400px){.trial__icon{width:6rem;height:6rem}}.trial__heading{display:flex;flex-direction:column;align-items:center;gap:1.5rem}.trial__heading--thanks{max-width:37rem}@media (max-width:600px){.trial__heading--thanks{max-width:calc(100% - 10rem)}}@media (max-width:480px){.trial__heading--thanks{max-width:calc(100% - 5rem)}}.trial__extra-title{position:relative;display:inline-block;height:4.75rem;padding:0.625rem 1.5rem;transform:rotate(-4deg);background-color:#f3d037;overflow-x:clip}.trial__extra-title::before,.trial__extra-title::after{content:"";position:absolute;top:50%;width:1.875rem;height:1.875rem;border-radius:100%;background-color:#f5f5f7}@media (max-width:960px){.trial__extra-title::before,.trial__extra-title::after{width:1.625rem;height:1.625rem}}@media (max-width:480px){.trial__extra-title::before,.trial__extra-title::after{width:1.375rem;height:1.375rem}}.trial__extra-title::before{left:0;transform:translate(-50%,-50%)}.trial__extra-title::after{right:0;transform:translate(50%,-50%)}@media (max-width:960px){.trial__extra-title{height:3.5rem;padding:0.5rem 1.25rem}}@media (max-width:480px){.trial__extra-title{height:3rem;padding:0.5rem 1rem}}.trial__title{max-width:38.3rem}@media (max-width:960px){.trial__title{max-width:27.7rem}}@media (max-width:960px){.trial__title--thanks{max-width:28.5rem}}@media (max-width:480px){.trial__title--thanks{max-width:22.5rem}}.trial__subtitle{max-width:25.75rem}@media (max-width:600px){.trial__subtitle{max-width:18.75rem}}.trial .agreement-check input:checked ~ .agreement-check__checkmark{background-color:#6e6e73}.trial__agreement span{top:0;border-radius:0.25rem}.trial__agreement-text{line-height:1.25rem}.trial__agreement-text a{text-decoration:underline}.trial__success{display:flex;justify-content:center;align-items:center;gap:0.5rem;max-width:29.375rem;width:100%;padding:1rem 1.5rem;border-radius:6.25rem;background-color:#ffffff;box-shadow:0 0.75rem 2.0625rem rgba(5,12,59,0.16)}.trial__description{max-width:30.625rem}@media (max-width:768px){.trial__description{max-width:23.75rem}}@media (max-width:600px){.trial__description{max-width:21.25rem}}.trial__cards .card{justify-content:center}.trial--hide{display:none}