*,
p,
h1,
h2,
h3 {
    margin: 0;
    padding: 0;
}

* {
    transition: all .2s;
}
 
html,
body {
    position: relative;
    overflow-x: hidden;
}

section {
    width: 100%;
}
section.price {
    margin-bottom: 2em;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 101px;
}

body {
    font-family: "Montserrat", sans-serif;
    color: #333333;
    padding-right: 0 !important;
}

a {
    text-decoration: none;
}

section.header .year-title {
    color: white;
    text-align: center;
    padding-top: 1em;
    font-size: 3em;
}
section.header {
    margin-top: 101px;
    background-image: url(/tpls/images/program/ap/bg_head.png);
    background-size: cover;
    position: relative;
}

.nav-panel {
    position: fixed;
    z-index: 5;
    width: 100%;
    height: 40px;
    margin-top: 61px;
    background-color: #3E414C;
}

.nav-panel-cont {
    width: 1380px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
}

.nav-panel-cont>a {
    text-decoration: none;
    padding: 10px 12px;
    font-weight: 400;
    font-size: 14px;
    color: #8E9BA8;
}

.nav-panel-cont>a:hover {
    color: #FFFFFF;
}

.nav-panel-cont>a:nth-child(1) {
    padding-left: 0;
}

.nav-panel-cont>a:last-child{
    padding-right: 0;
}

.nav-vebinar-link{
    margin-left: auto;
    margin-right: 0;
}



.head-wrap,
.func-wrap,
.video-wrap,
.learn-wrap,
.sys-req-wrap {
    width: 1380px;
    margin: 0 auto;
}

.head-wrap {
    padding-top: 130px;
    padding-bottom: 170px;
    display: flex;
    flex-direction: column;
    align-content: end;
    flex-wrap: wrap;

}

.head-wrap>h3 {
    font-weight: 800;
    font-size: 50px;
    line-height: 55px;
    color: #FFFFFF;
}

.head-wrap>p {
    width: 450px;
    margin-top: 20px;
    font-weight: 500;
    font-size: 20px;
    line-height: 35px;
    color: #FFFFFF;
}

.head-buttons {
    margin-top: 50px;
    display: flex;
    flex-direction: row;
}

.head-buttons>button:first-child {
    padding: 22px 60px;
    width: 345px;
    height: 70px;
    background: #FA6334;
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    color: #fff;
    border: none;
    border-radius: 4px;
}

a.page-link {
    border: none
}


.head-buttons>button:last-child {
    display: block;
    width: 345px;
    height: 70px;
    margin-left: 20px;
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    color: #fff;
    background: none;
    border: 2px solid rgba(255, 255, 255, 0);
    border-radius: 4px;
}

.head-buttons>button:last-child:hover,
.head-buttons>button:last-child:active {
    border: 2px solid #8DBDFB;
    color: #8DBDFB;
}

.col-12 {
    -ms-flex: inherit;
    flex: inherit;
    max-width: inherit;
}

section.header>img, section.header>a>img {
    width: 967px;
    margin-top: 100px;
    margin-left: 8%;
    right: 50%;
    position: absolute;
}

.wrap-advantages {
    width: 1235px;
    margin: 0 auto;
    padding-top: 180px;
}

.wrap-advantages>h3 {
    font-weight: 300;
    font-size: 42px;
    line-height: 59px;
    text-align: center;
    color: #373737;
}

.advantages-list {
    margin-top: 40px;
    padding-bottom: 40px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border-bottom: 1px solid #8E9BA8;
}

.advantages-num {
    font-weight: 700;
    font-size: 68px;
    line-height: 96px;
    color: #6899D8;

    opacity: 0;
    transform: translateX(-20px);
}

.advantages-num.elem-show {
    opacity: 1;
    transition: all 1.5s;
    transform: translateX(0%);
}

.advantages-item>h4 {
    font-weight: 700;
    font-size: 16px;
    line-height: 23px;
    color: #6899D8;
}

.advantages-item>p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
}

.advantages-list>.advantages-item:nth-child(1) {
    width: 395px;
}

.advantages-list>.advantages-item:nth-child(2) {
    width: 290px;
}

.advantages-list>.advantages-item:nth-child(3) {
    width: 395px;
}

.sub-adv-list {
    margin-top: 40px;
    padding-left: 470px;
    display: flex;
    flex-direction: row;
    gap: 20px;
}

.sub-adv-item {
    width: 350px;
}

.sub-adv-item>h3 {
    font-weight: 700;
    font-size: 16px;
    line-height: 23px;
    color: #6899D8;
}

.sub-adv-item>p {
    margin-top: 6px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
}

.func-wrap {
    margin-top: 140px;
}

.func-wrap>h3 {
    font-weight: 800;
    font-size: 40px;
    line-height: 48px;
    color: #000000;
}

.tabs {
    margin-top: 40px;
}

.order-ap {
    width: 1380px;
    height: 210px;
    margin: 0 auto;
    padding: 20px;
    margin-top: 140px;
    background-image: url(/tpls/images/program/ap/bn1920.png);
    background-size: cover;
    background-repeat: no-repeat;

}

.order-ap-list {
    margin-left: 245px;
    display: flex;
    flex-direction: row;
}

.order-ap-item-one {
    padding-right: 17px;

    color: #FFFFFF;
}

.order-ap-item-one>h3 {
    font-weight: 800;
    font-size: 30px;
    line-height: 35px;
}

.order-ap-item-two {
    border-left: 1px solid #ffffffa4;
    padding-left: 27px;
}

.order-ap-item-two>h3 {
    width: 520px;
    font-weight: 700;
    font-size: 30px;
    line-height: 37px;
    color: #FFFFFF;
}

.order-ap-item-two>h3:first-child {
    margin-bottom: 16px;
}

.order-ap-item-two>h3:nth-child(2) {
    margin-bottom: 52px;
}

.order-ap-item-two>a {
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    text-transform: uppercase;
    color: #8DBDFB;
}

.order-ap-item-three>p {
    margin-left: 52px;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #FFFFFF;
}

.order-ap-item-three>p:last-child {
    margin-top: 10px;
}

.video-wrap {
    margin-top: 140px;
}

.video-wrap>h3 {
    margin-bottom: 40px;
    font-weight: 800;
    font-size: 40px;
    line-height: 48px;
    text-align: center;
    color: #000000;
}

.video-wrap>iframe {
    width: 100%;
    height: 664px;
    border: 0;
    padding: 0;
    margin: 0;
}

.video-wrap>p {
    margin-top: 10px;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    color: #4F4F4F;
}

.video-wrap>a {
    display: block;
    width: 450px;
    margin: 50px auto 0 auto;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    text-align: left;
    color: #4F4F4F !important;
}

.page-link:hover {
    background-color: transparent !important;
    border-color: transparent;
}

/* .slider {
    padding-top: 140px !important;
    padding-bottom: 0 !important;
} */

.order-present {
    width: 1020px;
    margin: 0 auto;
    margin-top: 140px;
    padding: 30px;
    text-align: center;
    background: #6899D8;
    border-radius: 10px;
    color: #FFFFFF;
}

.order-present>h3 {
    font-weight: 700;
    font-size: 24px;
    line-height: 34px;
}

.order-present>p {
    margin-top: 10px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

.order-present>button {
    width: 345px;
    height: 70px;
    padding: 22px 60px;
    margin-top: 20px;
    background: #FA6334;
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    color: #fff;
    border: none;
    border-radius: 4px;
}

.online-learn {
    margin-top: 140px;
    background-color: #1C2737;
    background-image: url(/tpls/images/program/ap/bg_onl_course_ap.png);
    background-repeat: no-repeat;
    background-size: cover;
    color: #FFFFFF;
}

.learn-wrap {
    padding: 40px 0;
}

.learn-wrap>h3 {
    font-weight: 800;
    font-size: 40px;
    line-height: 48px;
}

.learn-flex {
    margin-top: 45px;
    display: flex;
    flex-direction: row;
}

.learn-item {
    width: 698px;
    height: 312px;
    border: 4px solid #6899D8;
    padding-bottom: 30px;
}

.learn-item-img {
    width: 100%;
    height: 175px;
    background-image: url(/tpls/images/program/ap/ap_learn.png);
    background-repeat: no-repeat;
    background-position: center 0;
    background-size: cover;
}

.learn-item>h3 {
    margin-top: 20px;
    margin-left: 30px;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    text-transform: uppercase;
    color: #8DBDFB;
}

.learn-item>p {
    width: 415px;
    margin-top: 8px;
    margin-left: 30px;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
}

.learn-item-right {
    padding-left: 50px;
}

.learn-item-right>p {
    width: 550px;
    margin-top: 20px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
}

.learn-item-right>p:first-child {
    margin-top: 0;
}

.learn-btns {
    margin-top: 40px;
    display: flex;
    flex-direction: row;
}

.learn-btns>a {
    margin-top: 10px;
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    color: #8DBDFB;
    position: relative;
}

.learn-btns>a img.link-arrow {
    position: absolute;
    width: 12px;
    margin-left: 5px;
    margin-top: 3px;
}

.learn-btns>a:hover img.link-arrow {
    position: absolute;
    margin-left: 16px;
}

.learn-btns>a>img {
    margin-left: 4px;
}

.learn-btns>button {
    width: 180px;
    height: 50px;
    margin-left: 100px;
    padding: 12px 55px;

    background: #FA6334;
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    color: #fff;
    border: none;
    border-radius: 4px;
}

.sys-req-wrap {
    margin-top: 140px;
}

a.sys-req {
    display: block;
    background-color: #fff;
    color: #444;
    cursor: pointer;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    color: #000000;
}

.sys-req:after {
    content: url(/tpls/images/program/ap/down.png);
    margin-left: 14px;
    vertical-align: text-bottom;
}

.sys-req.active:after {
    content: url(/tpls/images/program/ap/up.png);
    font-size: small;
}

.sys-req-text {
    
    display: flex;
    flex-direction: column;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.sys-req-text-item {
    width: 50%;
    margin-top: 20px;
}

.sys-req-text-item>h3 {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #4F4F4F;
}

.sys-req-text-item>p{
    margin-top: 20px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #4F4F4F;
}

.sys-req-text-item>ul {
    width: 540px;
    padding-left: 16px;
    margin-top: 10px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #4F4F4F;
}

.sys-req-text-item>ul li {
    margin-top: 20px;
}

.sys-req-text-item>ul li:first-child {
    margin-top: 0;
}

.sys-req-text-item>ul li::before {
    content: "\2022";
    color: #6899D8;
    font-weight: bold;
    display: inline-block;
    width: 16px;
    margin-left: -16px;
}

.head-buttons>button:hover,
.order-present>button:hover,
.learn-btns>button:hover {
    background: #FF8A65;
}

.head-buttons>button:active,
.order-present>button:active,
.learn-btns>button:active {
    background: #D95329;
}

.head-buttons>button:last-child:hover,
.head-buttons>button:last-child:active {
    background: none;
}

footer {
    margin-top: 140px;
}

@media screen and (min-width: 1440px) and (max-width: 1920px) {
    section.header>img {
        margin-left: -20%;
    }
}
@media screen and (min-width: 1000px) and (max-width: 1439px) {

    .nav-panel-cont,
    .head-wrap,
    .func-wrap,
    .video-wrap,
    .learn-wrap,
    .sys-req-wrap,
    .wrap-advantages {
        width: 940px;
    }

    .order-ap,
    .video-wrap,
    .order-present,
    .online-learn,
    .sys-req-wrap {
        margin-top: 100px;
    }

    .head-wrap {
        padding-top: 90px;
        padding-bottom: 90px;
    }

    .head-buttons {
        flex-direction: column;
    }

    .head-buttons>button:last-child {
        margin-left: 0;
        margin-top: 15px;
    }

    section.header>img, section.header>a>img {
        margin-top: 70px;
        margin-left: -24%;
    }

    .advantages-list>.advantages-item:nth-child(1) {
        width: 260px;
    }

    .advantages-list>.advantages-item:nth-child(2) {
        width: 240px;
    }

    .advantages-list>.advantages-item:nth-child(3) {
        width: 330px;
    }

    .sub-adv-list {
        padding-left: 315px;
    }

    .sub-adv-item {
        width: 275px;
    }

    .video-wrap>iframe {
        height: 510px;
    }

    .order-ap {
        width: 100%;
        height: auto;
        background-image: url(/tpls/images/program/ap/bn1000.png);
    }

    .order-ap-list {
        margin-left: 175px;
    }

    .order-ap-item-two {
        width: 350px;
    }

    .order-ap-item-two>h3 {
        width: 320px;
    }

    .order-ap-item-three>p {
        margin-left: 20px;
    }

    .order-present {
        width: 930px;
    }

    .learn-item {
        width: 475px;
    }

    .learn-item-right {
        padding-left: 25px;
    }

    .learn-item-right>p {
        width: auto;
    }

    .sys-req-text-item>ul {
        width: 440px;
    }

    footer {
        margin-top: 100px;
    }
}

@media screen and (min-width: 768px) and (max-width: 999px) {

    .nav-panel-cont,
    .head-wrap,
    .func-wrap,
    .video-wrap,
    .learn-wrap,
    .sys-req-wrap,
    .wrap-advantages,
    .order-present {
        width: 708px;
    }

    .order-ap,
    .video-wrap,
    .order-present,
    .online-learn,
    .sys-req-wrap {
        margin-top: 80px;
    }

    .nav-panel {
        margin-top: 53px !important;
        height: 60px;
    }

    section.header {
        margin-top: 93px;
    }

    section.header .year-title {
        font-size: 3em;
    }

    .head-wrap {
        padding-top: 90px;
        padding-bottom: 90px;
    }

    .head-buttons {
        flex-direction: column;
    }

    .head-buttons>button:last-child {
        margin-left: 0;
        margin-top: 15px;
    }

    section.header>img, section.header>a>img {
        margin-top: 80px;
        margin-left: -34%;
        right: 0;
        position:relative;
    }

    .advantages-list>.advantages-item:nth-child(1),
    .advantages-list>.advantages-item:nth-child(2) {
        width: 190px;
    }

    .advantages-list>.advantages-item:nth-child(3) {
        width: 230px;
    }

    .advantages-list>.advantages-item:nth-child(2)>p {
        margin-top: 30px;
    }

    .sub-adv-list {
        padding-left: 240px;
        gap: 0px;
    }

    .sub-adv-item {
        width: 215px;
    }

    .sub-adv-item:first-child {
        margin-right: 20px;
    }

    .sub-adv-item:last-child {
        width: 233px;
    }

    .video-wrap>iframe {
        height: 430px;
    }

    .order-ap {
        width: 100%;
        height: auto;
        background-image: url(/tpls/images/program/ap/bn768.png);
    }

    .order-ap-list {
        margin-left: 140px;
        display: grid;
        grid-template-areas:
            "one two"
            ". three";
    }

    .order-ap-item-one {
        grid-area: one;
    }

    .order-ap-item-two {
        grid-area: two;
        padding-left: 20px;
        width: auto;
    }

    .order-ap-item-two>h3 {
        width: auto;
    }

    .order-ap-item-three {
        grid-area: three;
        margin-top: 30px;
    }

    .order-ap-item-three>p {
        margin-left: 20px;
    }

    .learn-flex {
        margin-top: 40px;
        flex-direction: column;
    }

    .learn-item {
        width: auto;
    }

    .learn-item-right {
        margin-top: 30px;
        padding-left: 0;
        position: relative;
    }

    .learn-item-right>p {
        width: 450px;
    }

    .learn-btns {
        position: absolute;
        top: 0;
        right: 0;
        margin-top: 0;
        flex-direction: column;
    }

    .learn-btns>a {
        text-align: right;
    }

    .learn-btns>button {
        margin-left: 0px;
        margin-top: 30px;
    }

    a.sys-req {
        width: 420px;
    }

    .sys-req-text-item>h3 {
        /* margin-left: 35px; */
    }

    .sys-req-text-item>ul {
        width: 330px;
    }

    footer {
        margin-top: 80px;
    }
}

@media screen and (min-width: 480px) and (max-width: 767px) {

    .nav-panel-cont,
    .head-wrap,
    .func-wrap,
    .video-wrap,
    .learn-wrap,
    .sys-req-wrap,
    .wrap-advantages,
    .order-present {
        width: 420px;
    }

    .order-ap,
    .video-wrap,
    .order-present,
    .online-learn,
    .sys-req-wrap {
        margin-top: 60px;
    }

    .nav-panel {
        margin-top: 51px;
    }

    .nav-panel-cont {
        margin-left: 13px;
    }

    .nav-panel-cont a {
        display: none;
    }

    .nav-panel-cont a.nav-vebinar-link{
        display: block;
        margin-left: 0;
    }

    section.header {
        margin-top: 91px;
        background-position: 30% center;
    }

    section.header .year-title {
        font-size: 2.5em;
    }

    .head-wrap {
        padding-top: 410px;
        padding-bottom: 50px;
    }

    .head-wrap>h3 {
        font-size: 30px;
        line-height: 33px;
    }

    .head-wrap>p {
        width: auto;
        margin-top: 10px;
        font-size: 16px;
        line-height: 24px;
    }

    .head-buttons {
        margin-top: 40px;
        flex-direction: column;
    }

    .head-buttons>button:first-child {
        padding: 17px 60px;
        height: 60px;
    }

    .head-buttons>button:last-child {
        height: 60px;
        margin-left: 0;
        margin-top: 15px;
    }

    section.header>img, section.header>a>img {
        width: 572px;
        margin-top: 50px;
        margin-left: 0px;
        right: -110px;
    }

    .wrap-advantages {
        padding-top: 80px;
    }

    .wrap-advantages>h3 {
        font-size: 30px;
        line-height: 42px;
    }

    .advantages-list {
        margin-top: 40px;
        padding-bottom: 30px;
        display: grid;
        grid-template-areas:
            "it1 it2"
            ". it3";
        gap: 20px;
        justify-content: initial;
        border-bottom: 1px solid #8E9BA8;
    }

    .advantages-list>.advantages-item:nth-child(1) {
        grid-area: it1;
    }

    .advantages-list>.advantages-item:nth-child(2) {
        grid-area: it2;
    }

    .advantages-list>.advantages-item:nth-child(3) {
        grid-area: it3;
    }

    .advantages-list>.advantages-item:nth-child(1),
    .advantages-list>.advantages-item:nth-child(2),
    .advantages-list>.advantages-item:nth-child(3) {
        width: 200px;
    }


    .advantages-list>.advantages-item:nth-child(2)>p {
        margin-top: 30px;
    }

    .sub-adv-list {
        margin-top: 30px;
        padding-left: 0;
        gap: 20px;
    }

    .sub-adv-item {
        width: 200px;
    }

    .func-wrap>h3 {
        font-size: 28px;
        line-height: 34px;
    }



    .order-ap {
        width: 100%;
        height: auto;
        padding-right: 0;
        padding-bottom: 30px;
        background-image: url(/tpls/images/program/ap/bn480.png);
    }

    .order-ap-list {
        margin-left: 0;
        display: grid;
        grid-template-columns: 190px auto;
        grid-template-areas:
            ". one"
            ". two"
            "three three";
    }

    .order-ap-item-one {
        grid-area: one;
        padding-left: 20px;
        border-left: 1px solid #ffffffa4;
    }

    .order-ap-item-one>h3 {
        padding-bottom: 52px;
    }

    .order-ap-item-two {
        grid-area: two;
        padding-left: 20px;
        width: auto;
    }

    .order-ap-item-two>h3 {
        width: auto;
        font-size: 24px;
        line-height: 29px;
    }

    .order-ap-item-two>a {
        font-size: 18px;
        line-height: 25px;
    }

    .order-ap-item-three {
        grid-area: three;
        margin-top: 30px;
    }

    .order-ap-item-three>p {
        width: 350px;
        margin-left: 0;
        margin-top: 0;
    }

    .video-wrap>h3 {
        margin-bottom: 30px;
        font-size: 28px;
        line-height: 34px;
    }

    .video-wrap>iframe {
        height: 238px;
    }

    .video-wrap>p {
        font-size: 16px;
        line-height: 24px;
    }

    .video-wrap>a {
        width: 290px;
        margin: 40px auto 0 auto;
        font-size: 16px;
        line-height: 24px;
        text-align: center;
    }

    .learn-flex {
        margin-top: 40px;
        flex-direction: column;
    }

    .learn-item {
        width: auto;
    }

    .learn-item-right {
        margin-top: 30px;
        padding-left: 0;
        position: relative;
    }

    .learn-item-right>p {
        width: 450px;
    }

    .learn-btns {
        position: initial;
        margin-top: 50px;
        flex-direction: row;
    }

    .learn-btns>a {
        text-align: right;
    }

    .learn-btns>button {
        margin-left: 40px;
    }

    .sys-req-text {
        margin-top: 20px;
        display: flex;
        flex-direction: column;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.2s ease-out;
    }

    .sys-req-text-item {
        width: 100%;
    }

    .sys-req-text-item:last-child {
        margin-top: 40px;
    }

    .sys-req-text-item>ul {
        width: auto;
        margin-top: 20px;
    }

    .sys-req-text-item>h3 {
        margin-left: 0;
    }

    footer {
        margin-top: 60px;
    }
}

@media screen and (min-width: 320px) and (max-width: 479px) {

    .ap-inner-wrap a.down-demo {
        width: 270px;
    }
    .ap-inner-wrap a.down-demo span {
        display: none;
    }

    .nav-panel-cont,
    .head-wrap,
    .func-wrap,
    .video-wrap,
    .learn-wrap,
    .sys-req-wrap,
    .wrap-advantages,
    .order-present {
        width: 280px;
    }

    .order-ap,
    .video-wrap,
    .order-present,
    .online-learn,
    .sys-req-wrap {
        margin-top: 60px;
    }

    .nav-panel {
        margin-top: 51px !important;
        height: 60px;
    }

    .nav-panel-cont {
        margin-left: 13px;
    }

    .nav-panel-cont a {
        display: none;
    }

    .nav-panel-cont a.nav-vebinar-link{
        display: block;
        margin-left: 0;
    }

    .nav-panel-cont>a {
        padding: 10px 5px;
    }

    section.header {
        margin-top: 91px;
        background-position: 30% center;
    }

    section.header .year-title {
        font-size: 2em;
    }

    .head-wrap {
        padding-top: 410px;
        padding-bottom: 50px;
    }

    .head-wrap>h3 {
        font-size: 30px;
        line-height: 33px;
    }

    .head-wrap>p {
        width: auto;
        margin-top: 10px;
        font-size: 16px;
        line-height: 24px;
    }

    .head-buttons {
        margin-top: 40px;
        flex-direction: column;
    }

    .head-buttons>button:first-child {
        width: 280px;
        padding: 17px 32px;
        height: 60px;
    }

    .head-buttons>button:last-child {
        width: 280px;
        height: 60px;
        margin-left: 0;
        margin-top: 15px;
    }

    section.header>img, section.header>a>img {
        width: 572px;
        margin-top: 40px;
        margin-left: 0;
        right: 0;
    }

    .wrap-advantages {
        padding-top: 80px;
    }

    .wrap-advantages>h3 {
        font-size: 25px;
        line-height: 35px;
    }

    .advantages-list {
        margin-top: 40px;
        padding-bottom: 30px;
        display: flex;
        flex-direction: column;
        gap: 20px;
        justify-content: initial;
        border-bottom: 1px solid #8E9BA8;
    }

    .advantages-list>.advantages-item:nth-child(1),
    .advantages-list>.advantages-item:nth-child(2),
    .advantages-list>.advantages-item:nth-child(3) {
        width: 280px;
    }

    .sub-adv-list {
        flex-direction: column;
        margin-top: 30px;
        padding-left: 0;
        gap: 20px;
    }

    .sub-adv-item {
        width: 280px;
    }

    .func-wrap {
        margin-top: 80px;
    }

    .func-wrap>h3 {
        font-size: 20px;
        line-height: 24px;
    }

    .order-ap {
        width: 100%;
        height: auto;
        padding-right: 0;
        padding-bottom: 30px;
        background-image: url(/tpls/images/program/ap/bn320.png);
    }

    .order-ap-list {
        margin-left: 0;
        margin-top: 165px;
        display: flex;
        flex-direction: column;
    }

    .order-ap-item-one {
        width: auto;
        padding-left: 20px;
        border-left: 1px solid #ffffffa4;
    }

    .order-ap-item-one>h3 {
        padding-bottom: 52px;
    }

    .order-ap-item-two {
        padding-left: 20px;
        width: auto;
    }

    .order-ap-item-two>h3 {
        width: auto;
        font-size: 24px;
        line-height: 29px;
    }

    .order-ap-item-two>a {
        font-size: 18px;
        line-height: 25px;
    }

    .order-ap-item-three {
        margin-top: 30px;
    }

    .order-ap-item-three>p {
        width: auto;
        margin-left: 0;
        margin-top: 0;
    }

    .video-wrap>h3 {
        margin-bottom: 30px;
        font-size: 20px;
        line-height: 24px;
    }

    .video-wrap>iframe {
        height: 160px;
    }

    .video-wrap>p {
        font-size: 16px;
        line-height: 24px;
    }

    .video-wrap>a {
        width: 280px;
        margin: 40px auto 0 auto;
        font-size: 16px;
        line-height: 24px;
        text-align: center;
    }

    .order-present {
        width: 100%;
        padding: 30px 20px;
    }

    .order-present>h3 {
        font-size: 18px;
        line-height: 25px;
    }

    .order-present>p {
        font-size: 16px;
        line-height: 24px;
    }

    .order-present>button {
        width: 280px;
        padding: 22px 50px;
    }

    .learn-flex {
        margin-top: 40px;
        flex-direction: column;
    }

    .learn-wrap>h3 {
        font-size: 28px;
        line-height: 34px;
    }

    .learn-item {
        width: auto;
        height: auto;
    }

    .learn-item-right {
        margin-top: 30px;
        padding-left: 0;
        position: relative;
    }

    .learn-item>p {
        width: auto;
        font-size: 18px;
        line-height: 27px;
    }

    .learn-item-right>p {
        width: auto;
    }

    .learn-btns {
        position: initial;
        margin-top: 40px;
        flex-direction: column;
    }

    .learn-btns>a {
        text-align: left;
    }

    .learn-btns>button {
        margin-top: 27px;
        margin-left: 0;
    }

    .sys-req-text {
        margin-top: 20px;
        display: flex;
        flex-direction: column;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.2s ease-out;
    }

    .sys-req-text-item {
        width: 100%;
    }

    .sys-req-text-item:last-child {
        margin-top: 40px;
    }

    .sys-req-text-item>ul {
        width: auto;
        margin-top: 20px;
    }

    .sys-req-text-item>h3 {
        margin-left: 0;
    }

    footer {
        margin-top: 60px;
    }
}