.common-btns {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    margin: 35px 0 30px;
}
.common-btns-item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 167px;
    padding: 13px 0;
    border-radius: 7px;
    background: #007BFF;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    transition: all 0.3s ease;
}
.nl-guide .common-btns-item {
    width: 180px;
}
.ko-guide .common-btns-item {
    width: 190px;
}
.common-btns-item:hover {
    background: #0056b3;
}
.common-btns-item i {
    font-size: 20px;
}
@media screen and (max-width: 768px) {
    .common-btns .common-btns-item {
        width: 109px;
        padding: 9px 0;
        font-size: 12px;
    }
    .nl-guide .common-btns .common-btns-item {
        width: 150px;
    }
    .es-guide .common-btns .common-btns-item {
        width: 150px;
    }
    .ko-guide .common-btns .common-btns-item {
        width: 155px;
    }
}
.video-wrap {
    position: relative;
    max-width: 560px;
    height: 315px;
    overflow: hidden;
    background-position: center;
    background-size: cover;
    margin: 30px 0;
    border-radius: 10px;
}
.video-wrap .wrap-video_content {
  width: 100%;
  height: 100%;
}
.video-wrap_btn {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    transform: translate(-50%, -50%);
    background-image: url(/uploads/page/product-guide/icon-play.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 90px 90px;
    background-color: #1abc9c;
    border: 3px solid rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    cursor: pointer;
    transition: transform 300ms;
}
.video-wrap_btn:hover {
    transform: translate(-50%, -50%) scale(1.1);
}
.video-wrap_content {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media screen and (max-width: 768px) {
    .video-wrap {
        height: 200px;
    }
    .video-wrap_btn {
        width: 60px;
        height: 60px;
    }
}
.banner {
    background-image: url(/uploads/page/product-uninstall/banner-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 71px 0 50px;
}
.banner h1 {
    color: #061C3D;
    font-size: 42px;
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
    margin: 0 auto 10px;
}
.banner p {
    color: #061C3D;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
}
.banner p.mini {
    color: #6F6F6F;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}
@media screen and (max-width: 768px) {
    .banner {
        background-image: url(/uploads/page/common/faqs-banner-mb-bg.png);
        background-size: cover;
        padding: 33px 0 30px;
    }
    .banner h1 {
        font-size: 28px;
        max-width: 100%;
        line-height: 1.5;
    }
    .banner .common-btns {
        margin: 20px 0 25px;
    }
    .banner p.mini {
        font-size: 12px;
    }
}
.guide-main {
    margin: 100px 0 80px;
}
.guide-main .flex-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 70px;
}
.guide-main .flex-wrapper .main-left {
    position: sticky;
    top: 0;
}
.guide-main .flex-wrapper .main-left .pc-content {
    display: block;
    width: 280px;
    border-radius: 8px;
    border: 1px solid #DADADA;
}
.guide-main .flex-wrapper .main-left .responsive-content {
    display: none;
}
.guide-main .flex-wrapper .main-left-header {
    border-radius: 8px 8px 0px 0px;
    padding: 12px 0 12px 18px;
    background: #F3F3F3;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
    color: #061C3D;
}
.guide-main .flex-wrapper .main-left-content {
    border-radius: 0 0 8px 8px;
    background-color: #fff;
    padding: 0 18px;
}
.guide-main .flex-wrapper .main-left-content-item {
    padding: 15px 0;
    border-bottom: 1px dashed #E8E8E8;
    position: relative;
}
.guide-main .flex-wrapper .main-left-content-item a {
    color: #141414;
    font-size: 14px;
    font-weight: 400;
    line-height: 160%;
    /* 22.4px */
    transition: all 0.3s ease;
}
.guide-main .flex-wrapper .main-left-content-item a:hover {
    color: #007BFF;
}
.guide-main .flex-wrapper .main-left-content-item.active::before {
    content: '';
    position: absolute;
    left: -18px;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 22px;
    background-color: #007BFF;
}
.guide-main .flex-wrapper .main-left-content-item.active a {
    color: #007BFF;
}
.guide-main .flex-wrapper .main-right {
    flex: 1;
}
.guide-main .flex-wrapper .main-right .guide-main-content {
    margin-bottom: 54px;
}
.guide-main .flex-wrapper .main-right .guide-main-content img {
    max-width: 100%;
    height: auto;
    object-fit: cover;
    margin-bottom: 18px;
}
.guide-main .flex-wrapper .main-right .common-btns {
    margin: 0 0 25px;
    justify-content: flex-start;
}
.guide-main .flex-wrapper .main-right h2 {
    color: #061C3D;
    font-size: 32px;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 20px;
}
.guide-main .flex-wrapper .main-right h3,
.guide-main .flex-wrapper .main-right h4 {
    color: #061C3D;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 18px;
    position: relative;
    padding-left: 12px;
}
.guide-main .flex-wrapper .main-right h3::before,
.guide-main .flex-wrapper .main-right h4::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 22px;
    background-color: #007BFF;
}
.guide-main .flex-wrapper .main-right ul { /*zuo*/
    padding-left: 16px;
}
.guide-main .flex-wrapper .main-right ul li { /*zuo*/
    list-style: disc;
}
.guide-main .flex-wrapper .main-right p,
.guide-main .flex-wrapper .main-right li { /*zuo*/
    color: #414141;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 18px;
}
.guide-main .flex-wrapper .main-right p a {
    color: #007BFF;
    font-size: 16px;
}
@media screen and (max-width: 996px) {
    .guide-main {
        margin: 60px 0 40px;
    }
    .guide-main .flex-wrapper {
        flex-direction: column;
    }
    .guide-main .flex-wrapper .main-left {
        left: 0;
        top: 20%;
        background-color: #fff;
        z-index: 100;
        border-top-right-radius: 50px;
        border-bottom-right-radius: 50px;
    }
    .guide-main .flex-wrapper .main-left .pc-content {
        margin-left: -15px;
        display: none;
    }
    .guide-main .flex-wrapper .main-left .responsive-content {
        display: block;
        margin-left: -15px;
        box-shadow: 0px 0px 4.8px rgba(0, 0, 0, 0.13);
        border-top-right-radius: 50px;
        border-bottom-right-radius: 50px;
        padding: 9px 9px 9px 15px;
        background-color: #fff;
        cursor: pointer;
    }
    .guide-main .flex-wrapper .main-left.is-active .pc-content {
        display: block;
        position: absolute;
        top: 0;
    }
    .guide-main .flex-wrapper .main-left.is-active .pc-content .main-left-header {
        position: relative;
    }
    .guide-main .flex-wrapper .main-left.is-active .pc-content .main-left-header:after {
        content: 'x';
        position: absolute;
        font-weight: 400;
        top: 50%;
        right: 10px;
        transform: translateY(-50%);
        color: #999;
        font-size: 20px;
        line-height: 1.5;
        cursor: pointer;
    }
    .guide-main .flex-wrapper .main-left.is-active .responsive-content {
        display: none;
    }
    .guide-main .flex-wrapper .main-right {
        flex: 0 0 100%;
    }
}
@media screen and (max-width: 768px) {
    .guide-main {
        margin: 30px 0 0;
    }
    .guide-main .flex-wrapper {
        gap: 25px;
    }
    .guide-main .flex-wrapper .main-right {
        max-width: 100%;
        flex: unset;
    }
    .guide-main .flex-wrapper .main-right .guide-main-content img {
        max-width: 100%;
        height: auto;
    }
    .guide-main .flex-wrapper .main-right .guide-main-content h2 {
        font-size: 20px;
    }
    .guide-main .flex-wrapper .main-right .guide-main-content h3 {
        font-size: 18px;
    }
    .guide-main .flex-wrapper .main-right .guide-main-content p {
        font-size: 14px;
    }
}
.other-guide .flex-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
}
.other-guide .flex-wrapper .other-guide-item {
    flex: 1;
    width: 580px;
    padding: 19px 32px 38px;
    background-image: url(/uploads/page/product-guide/other-guide-bg.png);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    height: 495px;
}
.es-guide .other-guide .flex-wrapper .other-guide-item {
    height: 535px;
}
.other-guide .flex-wrapper .other-guide-item .other-guide-header {
    display: flex;
    align-items: center;
    gap: 10px;
}
.other-guide .flex-wrapper .other-guide-item .other-guide-header h3 {
    color: #061C3D;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.5;
}
.other-guide .flex-wrapper .other-guide-item .other-guide-content li {
    list-style: none;
    padding: 30px 0;
    border-bottom: 1px solid #E1EBF5;
    position: relative;
    display: flex;
    gap: 10px;
}
.nl-guide .other-guide .flex-wrapper .other-guide-item .other-guide-content li {
    padding: 25px 0;
}
.es-guide .other-guide .flex-wrapper .other-guide-item .other-guide-content li {
    padding: 25px 0;
}
.other-guide .flex-wrapper .other-guide-item .other-guide-content li::before {
    display: inline-block;
    content: '•';
    font-size: 20px;
    color: #000;
}
.other-guide .flex-wrapper .other-guide-item .other-guide-content li a {
    color: #414141;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    transition: all 0.3s ease;
}
.other-guide .flex-wrapper .other-guide-item .other-guide-content li:hover {
    color: #235AFA;
}
.other-guide .flex-wrapper .other-guide-item .other-guide-content li:hover a {
    color: #235AFA;
}
.other-guide .flex-wrapper .other-guide-item .other-guide-content li:last-child {
    border-bottom: none;
}
.other-guide .flex-wrapper .other-guide-item:last-child .other-guide-content li {
    padding: 15px 0;
}
@media screen and (max-width: 996px) {
    .other-guide .flex-wrapper {
        flex-direction: column;
    }
    .other-guide .flex-wrapper .other-guide-item {
        width: 100%;
        padding: 15px 15px 15px 28px;
        background: #fff;
        border-radius: 10px;
        border: 1px solid #CCE1F6;
        background: #FFF;
    }
    .other-guide .flex-wrapper .other-guide-item .other-guide-header h3 {
        font-size: 16px;
    }
    .other-guide .flex-wrapper .other-guide-item .other-guide-content li a {
        font-size: 14px;
    }
}
.need-help {
    margin-top: 90px;
    padding: 77px 0 57px;
    background: #F9FBFF;
}
.need-help h2 {
    color: #061C3D;
    font-size: 32px;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 10px;
    text-align: center;
}
.need-help p {
    color: #414141;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 22px;
    text-align: center;
}
.need-help .common-btns-item {
    margin: 0 auto 0;
}
.nl-guide .need-help .common-btns-item {
    width: 240px;
}
@media screen and (max-width: 768px) {
    .need-help {
        margin-top: 50px;
        padding: 50px 0;
    }
    .need-help h2 {
        font-size: 22px;
    }
    .need-help p {
        font-size: 14px;
    }
}
.amazon .other-guide .flex-wrapper .other-guide-item .other-guide-content li,
.apple .other-guide .flex-wrapper .other-guide-item:first-child .other-guide-content li {
    padding: 18px 0;
}
.audible .other-guide .flex-wrapper .other-guide-item:first-child .other-guide-content li {
    padding: 15px 0;
}
.audible .other-guide .flex-wrapper .other-guide-item:last-child .other-guide-content li {
    padding: 30px 0;
}
.audible .other-guide .flex-wrapper .other-guide-item {
    height: 520px;
}
.guide-main .flex-wrapper .main-right p .audiobook {
    border-bottom: 2px solid #f54a45;
}
[lang='ru'] .common-btns-item {
    width: 211px;
}