﻿
@keyframes PulsateCase {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    100% {
        transform: scale(1.5);
        opacity: 0;
    }
}
@keyframes scroll {
    0% {
        transform: translateX(-200%);
    }

    50% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(200%);
    }

}
body p {
    padding-left:0;
    
}
.tab {
    border-bottom: 1px solid #fff;
    max-width: 1170px;
    padding: 0 15px;
    margin: 70px auto 0;
}
    .tab--noPadding {
        padding:0;
    }
    .tab--noTopMargin {
        margin-top: 0;
    }
    .tab--noBorder {
        border-bottom: none;
    }
    .tab-block {
        display: flex;
        position: relative;
        justify-content: space-between;
    }
    .tab-block--center {
        justify-content:center;
    } 
    .tab-item {
        cursor: pointer;
        position: relative;
        font-size: 32px;
        padding-bottom: 20px;
        color: #fff;
        opacity: 0.5;
        transition: .38s ease-in-out;
    }

.tab-item::before {
    content: '';
    transition: .38s color ease-in-out;
    position: absolute;
    width: 100%;
    height: 5px;
    bottom: 0;
    left: 0;
    background: none;
}

.tab-item--active {
    opacity: 1;
}

.tab-item--active::before {
    background: red;
}
.tab-btn {
    width: 190px;
    padding: 10px 0;
    text-align: center;
    border: 1px solid #2B2438;
    border-radius: 500px;
    margin-right:6px;
    transition: .38s ease-in-out;
    cursor:pointer;
    margin-bottom:30px;
}
.tab-btn--redBorder {
    border: 1px solid #F43E36;
}
    .tab-btn:last-child {
        margin-right: 0;
    }
.tab-btn--active {
    background: #F43E36;
    color: #fff;
    border-color: #F43E36;
}
    .content-js {
        opacity: 0;
        display: none;
        transition: opacity .38s ease-in-out;
    }
.content-city {
    opacity: 0;
    display: none;
    transition: opacity .38s ease-in-out;
}
.content-js--active {
    display: block;
}

.content-js--opacity {
    opacity: 1;
}
.case {
    font-family: 'Open Sans', sans-serif;
    overflow: hidden;
    background: #FFFFFF;
}
.case-video {
    width:100%;
    position:relative;
    height:600px;
}
.case-video::after {
    background: linear-gradient( 0deg, rgba(0,0,0,0.5), rgba(0,0,0,0.5));
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.case-videoItem {
    width:100%;
    height:100%;
    object-fit:cover;

}
.case-play {
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
    transition: .3s ease-in-out;
    cursor:pointer;
    background-image:url('../img/play.svg');
    background-repeat:no-repeat;
    background-size:contain;
    width:60px;
    height:60px;
    z-index:2;
    border-radius:50%;
}
.case-play::before {
    content: '';
    position: absolute;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    border: 2px solid #fff;
    opacity: 0.5;
    animation: PulsateCase 1s infinite;
    transform: scale(1);
}
.case-play--pause {
    background-image: url('../img/pause.svg');
}
.case-play--pause::before {
    animation: none;
}
.CaseContainer {
    max-width: 1200px;
    margin:auto;
    padding: 0 15px;

}
.case-blockTeam {
    background: #F1F1F1;
    padding:15px 0;
}
.CaseContainer--noMargin {
    margin: auto;
}
    .caseBack {
        display: flex;
        align-items: center;
        text-decoration: none !important;
        margin-bottom: 30px;
    }
.caseBack:hover .case-svg {
    transform:scale(1.5);
}
.case-svg {
    background-image: url('../img/caseArrow.svg');
    width: 8px;
    height: 14px;
    background-repeat: no-repeat;
    background-size: contain;
    margin-right:15px;
    transform:scale(1);
    transition: .38s ease-in-out;
}
.caseBack-text {
    color: #F43E36;
    font-size:16px;
    font-weight:500;
   
}
.case-title {
    margin-top:30px;
    font-size: 36px;
    font-weight: bold;
    color: #2A2439;
    position:relative;
    margin-left:30px;
    margin-bottom:40px;
}
    .case-title--whiteColor {
        color:#fff;
    }
    .case-title--minSize {
        font-size:36px;
    }
    .case-title::after {
        content: '';
        position: absolute;
        left: -30px;
        top: 0;
        height: 100%;
        width: 10px;
        background-color: #F43E36;
    }
.case-title--noLine {
    margin-left: 0;
}
.case-title--noLine::after {
    display: none;
   
}
.case-text {
    font-size: 18px;
    font-weight: 500;
}

.case-wrapper {
    display:flex;
    align-items:flex-start;
}
.case-item {
    margin-right:30px;
    width:50%;
}
.case-item:last-child {
    margin-right: 0;
}
.case-subtitle {
    margin-bottom:30px;
    font-size:24px;
    font-weight:bold;
}
.case-description {
    font-size:18px;
    font-weight:500;
}

.case-animated {
    display: flex;
    position: relative;
    left: 0;
    top: 0;
    transform: translateX(-50%);
    transition: 1s ease-in-out;
}
.case-tag {
    margin-right: 15px;
    font-size: 40px;
    font-weight: bold;
    color: #2B2438;
    opacity: 0.5;
    text-transform: uppercase;
}
.case-tag:nth-child(2n) {
    color: #fff;
    text-shadow: 0px 0px 8px #2B2438;
}
.case-slide {
    position:relative;
}


.case-slide--marginBottom {
    margin-bottom:120px;
}
.case-slideImg {
    object-fit: cover;
    width: 100%;
    height: 400px;
}
.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets {
    margin-top:20px;
    position:static;
    
}
.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    opacity: 0.6;
    background: #F43E36;
}
.swiper-pagination-bullet-active {
    opacity:1;
    position:relative;
}
.swiper-pagination-bullet-active::before {
    content: '';
    width: 16px;
    height: 16px;
    position: absolute;
    border: 1px solid #F43E36;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    transition: .38s ease-in-out;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin:0 7.5px;
}
.caseTeam {
    display:flex;
    flex-wrap:wrap;
}
.caseTeam-block {
    width:33%;
    margin-bottom:15px;
}
.caseTeam-title {
    font-weight: bold;
    font-size: 14px;
    color: #2A2439;
    margin-bottom:0;
}
.caseTeam-text {
    font-weight: normal;
    font-size: 18px;
    color: #2A2439;
}
.caseLink {
    display:flex;
}
.caseLink-block {
    width:25%;
    height:250px;
    position:relative;
    z-index:3;
}

.caseLink-block::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.6;
    width: 100%;
    height: 100%;
    background-color: #000;
    transition: .38s ease-in-out;
}
.caseLink-block:hover::before {
    background-color: #F43E36;
    opacity: 0.8;
}

.caseLink-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;


}
.caseLink-text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    margin: 0 15px;
    width: 100%;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
}
.branch {
    font-family: 'Open Sans', sans-serif;
}

.branchTab {
    display: flex;
    flex-wrap: wrap;
    max-width: 1050px;
    padding: 80px 15px;
    margin: auto;
}

.branchTab-item {
    width: 19%;
    border-radius: 500px;
    border: 1px solid #FFFFFF;
    margin-right: 5px;
    margin-bottom: 10px;
    color: #fff;
    font-size: 14px;
    padding: 6px 0;
    text-align: center;
    cursor: pointer;
    transition: .38s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .branchTab-item:hover {
        background: #F43E36;
        color:#fff;
        text-decoration:none !important;
        border: 1px solid #F43E36;
    }
    .branchTab-item:focus {
        background: #F43E36;
        color: #fff;
        text-decoration: none;
        border: 1px solid #F43E36;
    }

.branchTab-item--active {
    background: #F43E36;
    border: 1px solid #F43E36;
}

.branch-block {
    display: flex;
    flex-wrap: wrap;
}

.branch-item {
    width: 50%;
    display: flex;
}

    .branch-item:nth-child(4n - 1) {
        flex-direction: row-reverse;
    }

    .branch-item:nth-child(4n) {
        flex-direction: row-reverse;
    }

.branch-wrapper {
    width: 50%;
    background: #fff;
    padding: 60px 40px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
}

    .branch-wrapper::before {
        content: '';
        position: absolute;
        top: 50%;
        right: 0;
        transform: translate(50%,-50%) rotate(45deg);
        width: 25px;
        height: 25px;
        background: #fff;
    }

.branch-item:nth-child(4n - 1) .branch-wrapper::before {
    left: 0;
    transform: translate(-50%,-50%) rotate(45deg);
}

.branch-item:nth-child(4n) .branch-wrapper::before {
    left: 0;
    transform: translate(-50%,-50%) rotate(45deg);
}

.branch-img {
    width: 50%;
    height: 100%;
    object-fit: cover;
}

.branch-title {
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 700;
}

.branch-text {
    flex-grow: 1;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 15px;
   
}

.branch-text p {
    padding-bottom: 10px;
    color: #444 ;
}

.branch-box {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.branch-link {
    display: block;
    cursor:pointer;
    width: 48%;
    padding: 14px 0;
    text-align: center;
    color: #F43E36;
    border: 1px solid #F43E36;
    border-radius: 500px;
    font-size: 14px;
    transition: .38s ease-in-out;
    text-decoration: none !important;
}

    .branch-link:hover {
        color: #fff;
        background: #F43E36;
    }

.branchContext {
}

.branchContext-block {
    display: flex;
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #DDDDDD;
}

    .branchContext-block:last-child {
        border-bottom: none;
    }

.branchContext-item {
    margin-left: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.branchContext-title {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 10px;
}

.branchContext-subtitle {
    font-size: 24px;
    font-weight: 600;
    color: #777777;
}

.branchContext-top {
    margin-bottom: 30px;
}

.branchContext-middle {
    flex-grow: 1;
    display: flex;
    margin-bottom: 20px;
}

.branchContext-box {
    margin-right: 40px;
}

.branchContext-number {
    font-size: 42px;
    color: #F43E36;
    font-weight: 700;
    margin-bottom: 5px;
}

.branchContext-text {
    font-size: 14px;
    color: #444444;
    font-weight: 400;
}
    .branchContext-text--whiteColor {
        color:#fff;
    }
.branchContext-text--bigSize {
    font-size: 18px;
}
    .branchContext-bottom {
        display: flex;
    }

.branchContext-link {
    display: block;
    padding: 14px 50px;
    text-align: center;
    color: #F43E36;
    border: 1px solid #F43E36;
    border-radius: 500px;
    font-size: 14px;
    transition: .38s ease-in-out;
    text-decoration: none !important;
    margin-right: 20px;
}

    .branchContext-link:hover {
        color: #fff;
        background: #F43E36;
    }

.branchContext-img {
    height: 370px;
    object-fit: cover;
    width: 370px;
}
.branch-title {
    font-weight: 700;
    position: relative;
    margin-bottom: 45px;
    font-size:36px;
}
    .branch-title--whiteColor {
        color:#fff;
    }
    .branch-title::before {
        content: '';
        position: absolute;
        left: 0;
        bottom: -15px;
        width: 170px;
        height: 5px;
        background-color: #F43E36;
    }
.branch-discription {
    display:flex;
    justify-content:space-between;
    flex-wrap:wrap;
    margin-top:60px;
    margin-bottom:80px;
}
.branch-discriptionItem {
    width: 49%;
}
.branch-discriptionImg {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 15px;
    margin-bottom:15px;
}
.branch-discriptionText {
    color: #444444;
    text-align:center;
    font-weight:400;
    font-size:18px;
}
.branch-benefit {
    background-image: url("../img/branch/branch_back1.png");
    background-size: cover;
    width: 100%;
    padding: 40px 40px 20px 40px;
    border-radius: 15px;
    margin-bottom:80px;
}
.branch-answer {
    margin-bottom:80px;
}
.branch-answerBlock {
    border-bottom: 2px solid #2A2336;
}
.branch-answerBlock:first-child {
    border-top: 2px solid #2A2336;
}
.branch-answerItem {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    padding: 15px 0;
}
.branch-answerContent {
    display:none;
}

.branch-answerSvg {
    background-image: url("../img/branch/accr.png");
    width:20px;
    height:20px;
    background-size:contain;
    transition: .38s ease-in-out;
}
.in .branch-answerSvg {
    transform:rotate(45deg);
    opacity:0.5;
}
.branch-answerTitle {
    font-weight: 700;
    color: #2A2439;
    font-size: 18px;
}
.branch-answerText p {
    color: #444444;
    font-size: 18px;
    line-height:27px;
}
.branch-answerYet {
    margin: 30px auto 0;
    border: 1px solid #F43E36;
    border-radius: 500px;
    width: 200px;
    padding: 15px 0;
    transition: .38s ease-in-out;
    color: #F43E36;
    text-align:center;
    cursor:pointer;
    font-size:14px;
}
    .branch-answerYet:hover {
        background: #F43E36;
        color:#fff;
    }
.branch-mac {
    background-image: url("../img/branch/mac_background.png");
    padding: 80px 0 130px 0;
    background-repeat: no-repeat;
    background-size: cover;
}

    .branch-macBlock {
        position: relative;
    }
.branch-iphone {
    display:flex;
}
.branch-macText {
    width:45%;
    color: #444444;
    font-weight: 400;
    color:#fff;
    font-size: 18px;
    
}
.branch-macBook {
    background-image: url("../img/branch/macbook.png");
    height: 411px;
    width: 670px;
    background-size: contain;
    background-repeat: no-repeat;
    position:absolute;
    right:0;
    top:66px;
}
.branch-macSlide {
    display:flex;
}
.branch-macImg {
    width: 494px;
    height: 307px;
    object-fit: cover;
    margin-left: 60px;
}
.branch-macBox {
    margin-top:30px;
    display:flex;
}
.branch-macBtn {
    position:static;
    background-size: contain;
    background-repeat: no-repeat;
    width: 36px;
    height: 36px;
    transition: .38s ease-in-out;
    transform: scale(1);
    cursor:pointer;
}
    .branch-macBtn::after {
        display:none;
    }
    .branch-macBtn::before {
        display: none;
    }
    .branch-macBtn:hover {
        transform: scale(1.1);
    }
    .branch-macBtn--left {
        background-image: url("../img/branch/left.png");
        margin-right:30px;
    }
.branch-macBtn--right {
    background-image: url("../img/branch/right.png");
}
.branchAbout-section {
    display:flex;
    align-items:flex-end;
    height:937px;
}
    .branchAbout-section:last-child .branchAbout-block {
        padding-bottom: 80px;
    }
    .branchAbout-block {
        margin-left: 130px;
        padding-right: 15px;
        width: 30%;
        height: 90%;
        overflow-y: auto;
    }
    .branchAbout-block::-webkit-scrollbar {
        width: 3px;
       
    }
    .branchAbout-block::-webkit-scrollbar-thumb {
        background: #F43E36;
        height: 2px;
    }
    .branchAbout-text p {
        color: #000;
        font-size: 18px;
        font-weight: 400;
    }
ul, ol {
    padding-left: 20px;
}
li {
    font-size: 18px;
    font-weight: 400;
}
li::marker {
    color: #F43E36;

}
.branchLeft {
    width: 44%;
    z-index: 2;
    position: relative;
    height:100%;
}
    .branchLeft::after {
        width: 100%;
        height: 100%;
        background-color: #000;
        opacity:0.4;
        left:0;
        top:0;
        content:'';
        position:absolute;
    }
    .branchLeft-img {
        width: 100%;
        height: 100%;
        position: relative;
        object-fit: cover;
    }
.branchLeft-item {
    position:absolute;
    bottom:30px;
    right:30px;
    z-index:3;
}
.branchLeft-svg {
    margin-right: 10px;
    height: 18px;
    width: 18px;
    object-fit: contain;
    
}
.branchLeft-svg--down {
    background-image: url("../img/branch/down.png");
}
.branchLeft-svg--up {
    background-image: url("../img/branch/up.png");
}
    .branchLeft-link {
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        margin-bottom: 15px;
    }

    .branchLeft-link:last-child {
        margin-bottom: 0;
        margin-top: 30px;
    }
    .branchLeft-text {
        transition: 0.38s ease-in-out;
        font-size: 16px;
        font-weight: 600;
        color: #fff;
    }
.branchLeft-link:hover .branchLeft-text {
    color: #F43E36;
}
.branchLeft-link:hover .branchLeft-svg {
    filter: invert(40%) sepia(94%) saturate(3660%) hue-rotate(341deg) brightness(98%) contrast(96%);
}
.branch-iphone {
    background-color: #2A2336;
}
    .branch-iphoneBlock {
        display:flex;
        align-items:center;
    }
    .branch-iphoneVideo {
        width:570px;
        height:570px;
        object-fit:contain;
    }
    .branch-iphoneList li {
        margin-bottom: 20px;
        font-size: 24px;
        color: #fff;
        font-weight: 700;
    }
.branch-footer {
    background-image: url("../img/branch/last_background.png") !important;
    color: #fff !important;
    margin-top: 0 !important;
    clip-path: none !important;
}
.big-img {
    object-fit:cover;
    height:500px;
    width:100%;
    margin-bottom:30px;
}
.normal-img {
    object-fit: cover;
    height: 400px;
    width: 40%;
    margin-bottom: 30px;
}
    .big-img .big-img--contain {
        object-fit: contain;
    }
    .normal-img .normal-img--contain {
        object-fit: contain;
    }
    .mini-img .mini-img--contain {
        object-fit: contain;
    }
.normal-video {
    object-fit: cover;
    height: 400px;
    width: 40%;
    margin-bottom: 30px;
}
.mini-img {
    object-fit: cover;
    height: 350px;
    width: 30%;
    margin-bottom: 30px;
}
.img-block {
    margin-top:30px;
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
}
@media (max-width: 1400px) {
    .caseLink-text {
        font-size:14px
    }
    .caseLink-block {
        height: 200px;

    }
    .caseLink {
        flex-wrap:wrap;
    }
    .caseLink-block {
        width:50%;
    }
    .case-text {
        font-size:24px;
    }
    .case-title {
        font-size:32px;
        margin-bottom:20px;
    }
    .case-tag {
        font-size:24px;
    }
    .case-video {
        height:400px;
    }
    .branch-img {
        min-height: 400px;
    }

    .branch-item {
        width: 100%;
    }

    .branchTab-item {
        width: 32%;
        margin-bottom: 20px;
    }
    .branch-macSlide {
        flex-direction: column-reverse;
        align-items: center
    }
    .branch-macText {
        width:100%;
    }
    .branch-macImg {
        margin-left:0;
        margin-bottom:100px;
    }
    .branch-macBook {
        left:50%;
        transform:translateX(-50%);
        top:70px;
    }
    .branch-mac {
        padding:30px 0;
    }
    .branch-macSwiper {
        margin-top:50px;
    }
    .branchAbout-block {
        margin-left: 30px;
        padding-right: 15px;
        width: 50%;
        height: 95%;
    }
}

@media (max-width: 1200px) {
    .tab {
        margin-inline: 20px;
    }
    
    .branchAbout-section:last-child .branchAbout-block {
        padding-bottom: 40px;
    }
}

@media (max-width: 1024px) {
    .tab {
        border-bottom: none;
    }

    .tab-block {
        flex-direction: column;
        align-items: center;
    }

    .tab-item {
        font-size: 20px;
    }

        .tab-item::before {
            display: none;
        }
}
.case-animated {
    display: flex;
    animation: scroll 10s infinite linear;
}
.dw-pnl__cntnt--width{
    border-radius: 70px;   
    max-width: 85%;
}
@media (max-width: 991px) {
    .case-subtitle {
        margin-bottom:20px;
    }
    .case-text {
        margin-bottom:30px;
    }
    .swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets {
        bottom:15px;
        right:0;

    }
    .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 3.5px;
    }
    .case-container {
        height:300px;
    }
    .caseTeam-block {
        text-align:center;
    }

    .case-title {
        width:fit-content;
        text-align:center;
    }
    .case-text {
        text-align:center;
        font-size:18px;
    }
    .branchContext-block {
        flex-direction: column;
    }

    .branchContext-img {
        width: 100%;
        height: 400px;
        margin-bottom: 20px;
    }

    .branchContext-item {
        margin-left: 0;
    }
    .branch-iphoneBlock {
        flex-direction:column;
    }
    .branch-iphoneVideo {
        height:500px;
        width:100%;
    }
    .branch-macBook {
        width: 483px;
        height: 400px;
        top: 80px;
    }
    .branch-macImg {
        width: 354px;
        height: 223px;
    }
    .content-js--active {
        display: flex;
        flex-direction: column;
    }
    .img-block {
        margin-top: 20px;
    }
    .normal-img {
        height: 400px;
        width: 100%;
        margin-bottom: 20px;
    }
    .normal-video {
        height: 350px;
        width: 45%;
        margin-bottom: 20px;
    }
    .mini-img {
        height: 300px;
        width: 45%;
        margin-bottom: 20px;
    }

}
@media (max-width: 768px) {
    .caseLink-block {
        width: 100%;
    }

    .caseTeam {
        flex-direction: column;
        align-items: center;
    }

    .case-wrapper {
        flex-direction: column;
        align-items: center;
    }

    .case-item {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }

    .case-block {
        background: #F1F1F1;
    }

    .caseTeam-text {
        font-size: 14px;
    }

    .caseTeam-block {
        width: 100%;
    }

    .branch-item {
        position: relative;
        border-bottom: 1px solid #F43E36;
    }

    .branch-img {
        position: absolute;
        width: 100%;
        z-index: 1;
        opacity: 0.3;
        left: 0;
        top: 0;
        min-height: auto;
        height: 100%;
    }

    .branch-wrapper {
        padding: 30px 15px;
        width: 100%;
        background-color: #000;
        flex-direction: column;
        align-items: center;
    }

    .branch-box {
        align-items: center;
    }

    .branch-link {
        width: 45%;
        background: #F43E36;
        color: #fff;
    }

    .branch-wrapper::before {
        display: none;
    }

    .branch-title {
        z-index: 2;
        color: #fff;
        text-align: center;
    }

        .branch-title::before {
            left: 50%;
            transform: translateX(-50%);
        }

    .branch-text {
        z-index: 2;
        color: #fff;
        margin-bottom: 30px;
    }

    .branch-box {
        z-index: 2;
        color: #fff;
    }

    .branchTab {
        padding: 30px 5px;
    }

    .branchTab-item {
        width: 48%;
        margin-bottom: 25px;
        border-radius: 10px;
        min-height: 50px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 10px;
    }

    .branchContext-block {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .branchContext-middle {
        flex-direction: column;
        align-items: center;
    }

    .branchContext-bottom {
        flex-direction: column;
        align-items: center;
    }

    .branchContext-title {
        text-align: center;
        font-size: 32px;
    }

    .branchContext-subtitle {
        text-align: center;
    }

    .branchContext-number {
        text-align: center;
        font-size: 30px;
    }

    .branchContext-text {
        text-align: center;
    }

    .branchContext-link {
        margin-right: 0;
        margin-bottom: 20px;
    }

    .branchContext-box {
        margin-right: 0;
    }

    .branch-discription {
        flex-direction: column;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .branch-discriptionItem {
        width: 100%;
    }

    .branch-discriptionItem {
        margin-bottom: 30px;
    }

    .branch-title--blackColor {
        color: #000;
    }

    .branch-benefit {
        margin-bottom: 30px;
    }

    .case-slide--marginBottom {
        margin-bottom: 30px;
    }

    .branchLeft {
        width: 35%;
    }

    .branchAbout-block {
        width: 65%;
    }

    .branchLeft-item {
        bottom: 15px;
        right: 15px;
    }
}
@media (max-width: 576px) {
    .case-container {
        height: 300px;
    }
    .dw-pnl__cntnt--width{
        max-width: 100%;
    }
    .case-title {
        font-size: 20px;
    }

        .case-title::after {
            display:none;
        }

    .case-video {
        height: 300px;
    }

    .caseLink-text {
        font-size: 11px;
        margin: 0 5px;
    }

    .branch-title {
        font-size: 24px;
    }

    .branchLeft-text {
        font-size: 12px;
    }

    .branchLeft-svg {
        width: 12px;
        height: 12px;
    }

    .branch-macImg {
        width: 73%;
        height: 100%;
        margin-bottom:65px;
    }
    .branch-macBook {
        width: 100%;
        height: 100%;
        top: 58px;
    }
    .branchLeft {
        display:none;
    }
    .branchAbout-section {
        height:auto;
        margin-bottom:30px;
    }
    .branchAbout-block {
        width:100%;
        margin-left:0;
        padding-left:15px;
        padding-right:15px;
    }
    .mini-img {
        width:100%;
    }
    .normal-video {
        width:100%;
    }
}
@media (max-width: 425px) {
    .branchContext-img {
    height: 300px;
    }
    .branch-macBook {
        top: 60px;
    }
    .branch-iphoneList li {
        font-size:20px;
    }
    .branch-iphoneVideo {
        height:300px;
    }

@media (max-width: 320px) {
    .branch-macBook {
        top: 67px;
    }
}

}