/* sass --watch bma/style.scss:bma/style.css */
.casePageWrapper .caseBanner {
    position: relative;
  }
  
  .casePageWrapper .bannerContent {
    padding: 43px 26px 72px 0;
    max-width: 612px;
  }
  
  .casePageWrapper .bannerContent .logo+* {
    margin-top: 42px;
  }
  
  .casePageWrapper .bannerContent .textContainer {
    margin-top: 56px;
  }
  
  .casePageWrapper .textContainer {
    font-size: 18px;
    line-height: 28px;
  }
  
  .casePageWrapper .bannerTitle {
    font-size: 36px;
    line-height: 44px;
    color: #050505;
    font-weight: normal;
  }
  
  .casePageWrapper .checkList {
    font-size: 18px;
    line-height: 28px;
    color: #5E5E5E;
  }
  
  .casePageWrapper .checkList li {
    position: relative;
    padding-left: 36px;
  }
  
  .casePageWrapper .checkList li:before {
    content: "";
    display: block;
    position: absolute;
    background-image: url(/img/bma/icon-check.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 22px;
    height: 28px;
    left: 0;
    top: 0;
  }
  
  .casePageWrapper .checkList li+li {
    margin-top: 18px;
  }
  
  .casePageWrapper .iconList {
    font-size: 18px;
    line-height: 28px;
    color: #1d1d1d;
    margin: -50px 0 0;
  }
  
  .casePageWrapper .iconList li {
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 109px;
    margin-top: 50px;
    min-height: 64px;
  }
  
  .casePageWrapper .iconList .icon {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 64px;
    height: 64px;
    border-radius: 18px;
    background-color: #fff;
    box-shadow: 0px 15px 60px rgba(122, 92, 154, 0.2);
    background-repeat: no-repeat;
    background-position: center;
  }
  
  .casePageWrapper .checkCircleList {
    font-size: 18px;
    line-height: 28px;
    color: #1d1d1d;
  }
  
  .casePageWrapper .checkCircleList li {
    position: relative;
    padding-left: 40px;
  }
  
  .casePageWrapper .checkCircleList li:before {
    content: "";
    display: block;
    position: absolute;
    background-image: url(/img/bma/icon-circle-check.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 22px;
    height: 28px;
    left: 0;
    top: 0;
  }
  
  .casePageWrapper .checkCircleList li+li {
    margin-top: 18px;
  }
  
  .casePageWrapper .checkCircleList.color2 li:before {
    background-image: url(/img/bma/icon-circle-check-2.svg);
  }
  
  .casePageWrapper .checkCircleList.color3 li:before {
    background-image: url(/img/bma/icon-circle-check-3.svg);
  }
  
  .casePageWrapper .sectionImage img {
    max-width: 100%;
  }
  
  .casePageWrapper .preTitle {
    display: block;
    font-size: 10px;
    line-height: 26px;
    letter-spacing: 0.8em;
    font-weight: bold;
    text-transform: uppercase;
  }
  
  .casePageWrapper .preTitle+.sectionTitle {
    margin-top: 24px;
  }
  
  .casePageWrapper .sectionTitle {
    font-size: 50px;
    line-height: 65px;
    color: #1d1d1d;
    font-weight: normal;
  }
  
  .casePageWrapper .stepTitle {
    display: block;
    font-size: 36px;
    line-height: 44px;
    font-weight: normal;
    margin-bottom: 44px;
  }
  
  @media (max-width: 1199px) {
    .casePageWrapper .sectionTitle {
      font-size: 36px;
      line-height: 48px;
    }
  
    .casePageWrapper .stepTitle {
      font-size: 32px;
      line-height: 40px;
      margin-bottom: 40px;
    }
  
    .casePageWrapper .textContainer {
      font-size: 14px;
      line-height: 22px;
    }
  
    .casePageWrapper .bannerContent {
      padding: 43px 26px 72px 0;
      max-width: calc(40% + 26px);
    }
  
    .casePageWrapper .bannerContent .textContainer {
      margin-top: 40px;
    }
  
    .casePageWrapper .sectionTitle {
      font-size: 28px;
      line-height: 36px;
    }
  
    .casePageWrapper .stepTitle {
      font-size: 24px;
      line-height: 32px;
      margin-bottom: 32px;
    }
  
    .casePageWrapper .preTitle {
      letter-spacing: 0.2em;
    }
  
    .casePageWrapper .preTitle+.sectionTitle {
      margin-top: 20px;
    }
  
    .casePageWrapper .checkList {
      font-size: 14px;
      line-height: 22px;
    }
  
    .casePageWrapper .checkList li:before {
      width: 18px;
      height: 22px;
    }
  
    .casePageWrapper .checkCircleList {
      font-size: 14px;
      line-height: 22px;
    }
  
    .casePageWrapper .iconList {
      font-size: 14px;
      line-height: 22px;
    }
  }
  
  @media (max-width: 991px) {
    .casePageWrapper .bannerContent {
      padding: 43px 40px 60px 0;
      width: 100%;
      max-width: 480px;
    }
  
    .casePageWrapper .iconList li {
      padding-left: 80px;
    }
  }
  
  .caseBma .caseBanner {
    background-color: #F3D7DB;
    background-repeat: no-repeat;
    background-position: calc(100% + 853px - 50%) bottom;
  }
  
  .caseBma .caseBanner:after {
    content: "";
    display: block;
    position: absolute;
    width: 488px;
    height: 413px;
    background-image: url(/img/bma/image-visual-banner.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    left: 50%;
    margin-left: -1287px;
    top: 100%;
    margin-top: -156px;
  }
  
  .caseBma .bannerImage {
    display: block;
    position: absolute;
    left: calc(50% + 612px + 107px);
    margin-left: -600px;
    bottom: 0;
    z-index: 1;
  }
  
  .caseBma .bannerVisual {
    position: absolute;
    width: 972px;
    height: 429px;
    bottom: 0;
    left: calc(50% + 612px + 107px + 145px);
    margin-left: -600px;
    overflow: hidden;
  }
  
  .caseBma .bannerVisual:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: -59px;
    width: 972px;
    height: 972px;
    border-radius: 50%;
    background-color: #fff;
  }
  
  .caseBma .preTitle {
    color: #F197B7;
  }
  
  .caseBma .preTitle .count {
    color: #951122;
  }
  
  .caseBma .preTitle.varColor {
    color: #000;
  }
  
  .caseBma .preTitle.varColor .count {
    color: #EB9BB8;
  }
  
  .caseBma .preTitle.varColor2 {
    color: #EB9BB8;
  }
  
  .caseBma .preTitle.varColor2 .count {
    color: #000;
  }
  
  .caseBma .preTitle.varColor3 {
    color: #951122;
  }
  
  .caseBma .preTitle.varColor3 .count {
    color: #F197B7;
  }
  
  .caseBma .preTitle.center {
    text-align: center;
  }
  
  .caseBma .textColumns {
    display: flex;
    margin: 0 -30px;
  }
  
  .caseBma .textColumns .textContainer {
    padding: 0 30px;
  }
  
  .caseBma .columnsList {
    max-width: 1150px;
    margin: 0 auto;
  }
  
  .caseBma .columnsList ul {
    margin: -28px -51px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  
  .caseBma .columnsList li {
    margin: 28px 51px 0;
    width: calc(50% - 102px);
  }
  
  .caseBma .columnsList li+li {
    margin-top: 28px;
  }
  
  .caseBma .caseStart {
    padding: 65px 0;
  }
  
  .caseBma .caseStart .sectionTitle {
    margin-bottom: 40px;
  }
  
  .caseBma .goalChapter {
    background-color: #ECECEC;
    padding: 65px 0 82px;
    position: relative;
    z-index: 1;
  }
  
  .caseBma .goalChapter:before {
    content: "";
    display: block;
    position: absolute;
    width: 247px;
    height: 215px;
    background-image: url(/img/bma/visual-goal.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    left: 50%;
    margin-left: -675px;
    top: 74px;
    z-index: -1;
  }
  
  .caseBma .goalChapter .sectionTitle {
    margin-bottom: 6px;
  }
  
  .caseBma .goalChapter .checkList {
    padding-left: 44px;
    padding-top: 70px;
    padding-bottom: 20px;
    max-width: 620px;
  }
  
  .caseBma .goalChapter .sectionImage {
    max-width: calc(100% - 620px);
    display: flex;
    justify-content: center;
  }
  
  .caseBma .goalChapter .sectionContent {
    display: flex;
    align-items: center;
    padding-bottom: 49px;
  }
  
  .caseBma .taskChapter {
    padding: 57px 0 74px;
  }
  
  .caseBma .taskChapter .sectionTitle {
    margin-bottom: 48px;
  }
  
  .caseBma .caseAnalysis {
    background-color: #ECECEC;
    padding-top: 65px;
    padding-bottom: 82px;
  }
  
  .caseBma .caseAnalysis .sectionTitle {
    margin-bottom: 50px;
  }
  
  .caseBma .caseAnalysis .sectionImage {
    width: 351px;
    margin-left: 32px;
    position: relative;
    z-index: 1;
  }
  
  .caseBma .caseAnalysis .sectionImage img {
    box-shadow: 4px 0px 17px rgba(0, 0, 0, 0.25);
    border-radius: 16px;
  }
  
  .caseBma .caseAnalysis .sectionImage:before {
    content: "";
    display: block;
    position: absolute;
    width: 363px;
    height: 437px;
    background-image: url(/img/bma/visual-analysis.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    left: -187px;
    bottom: 35px;
    z-index: -1;
  }
  
  .caseBma .caseAnalysis .sectionContent {
    order: 1;
    width: calc(100% - 351px - 32px);
    padding-left: 112px;
    padding-top: 7px;
  }
  
  .caseBma .caseAnalysis .sectionInner {
    display: flex;
  }
  
  .caseBma .caseAnalysis .textContainer p+p {
    margin-top: 40px;
  }
  
  .caseBma .processHead {
    padding-top: 71px;
    margin-bottom: 40px;
  }
  
  .caseBma .caseResults {
    padding-top: 72px;
    padding-bottom: 84px;
    background-color: #F3D7DB;
    position: relative;
  }
  
  .caseBma .caseResults .sectionTitle {
    margin-bottom: 68px;
  }
  
  .caseBma .caseResults .sectionImage {
    width: 759px;
    position: relative;
    z-index: 1;
  }
  
  .caseBma .caseResults .sectionImage img {
    border-radius: 10px;
    box-shadow: -4px -4px 17px rgba(0, 0, 0, 0.1), 4px 4px 10px rgba(0, 0, 0, 0.1);
  }
  
  .caseBma .caseResults .sectionContent {
    display: flex;
    align-items: center;
  }
  
  .caseBma .caseResults:before,
  .caseBma .caseResults:after {
    content: "";
    display: block;
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  
  .caseBma .caseResults:before {
    width: 523px;
    height: 737px;
    background-image: url(/img/bma/visual-result-1.png);
    left: calc(50% - 960px);
    margin-left: -269px;
    top: -118px;
  }
  
  .caseBma .caseResults:after {
    width: 488px;
    height: 413px;
    background-image: url(/img/bma/visual-result-2.png);
    left: 50%;
    margin-left: 421px;
    width: 539px;
    height: 912px;
    top: 0;
  }
  
  .caseBma .resultBullets {
    margin-left: auto;
    width: calc(100% - 759px - 70px);
    max-width: 376px;
    margin-right: 70px;
    padding-bottom: 112px;
    position: relative;
    z-index: 1;
  }
  
  .caseBma .resultBullets:after {
    content: "";
    display: block;
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
    width: 336px;
    height: 293px;
    background-image: url(/img/bma/visual-result-bullets.png);
    left: 50%;
    margin-left: -168px;
    top: 100%;
    margin-top: -260px;
  }
  
  .caseBma .resBulletItem {
    text-align: center;
  }
  
  .caseBma .resBulletItem .pre {
    display: block;
    font-size: 18px;
    line-height: 32px;
    color: #5E5E5E;
  }
  
  .caseBma .resBulletItem .num {
    display: block;
    font-size: 50px;
    line-height: 60px;
    color: #FB9DB1;
    font-weight: bold;
  }
  
  .caseBma .resBulletItem+.resBulletItem {
    margin-top: 57px;
  }
  
  .caseBma .stepTitle.color2 {
    color: #fff;
  }
  
  .caseBma .stepTitle.color3 {
    color: #951122;
  }
  
  .caseBma .stepTitle.color4 {
    color: #EB9BB8;
  }
  
  .caseBma .stepTitle .count {
    color: #EB9BB8;
  }
  
  .caseBma .stepTitle .count.color2 {
    color: #fff;
  }
  
  .caseBma .stepTitle .count.color3 {
    color: #951122;
  }
  
  .caseBma .stepTitle .count.color4 {
    color: #000;
  }
  
  .caseBma .stepTitle.center {
    text-align: center;
  }
  
  .caseBma .textRow {
    display: flex;
    justify-content: space-between;
    max-width: 1052px;
    margin: 0 auto;
  }
  
  .caseBma .textRow .textContainer {
    width: calc(50% - 40px);
  }
  
  .caseBma .textRow+.textRow {
    margin-top: 42px;
  }
  
  .caseBma .processStep .sectionImage {
    position: relative;
  }
  
  .caseBma .processStep .sectionImage img {
    margin: 0 auto;
    border-radius: 10px;
    display: block;
  }
  
  .caseBma .processStep:first-child .stepHead {
    padding-bottom: 76px;
  }
  
  .caseBma .processStep:first-child .stepContent {
    padding-top: 94px;
    padding-bottom: 401px;
    background-color: #ECECEC;
    position: relative;
    background-image: url(/img/bma/visual-step-1-1.png), url(/img/bma/visual-step-1-2.png);
    background-repeat: no-repeat;
    background-position: calc(50% + 488px + 276px) calc(100% - 1034px), calc(50% + 731px - 960px - 915px) calc(100% + 887px);
  }
  
  .caseBma .processStep:first-child .stepMark:after {
    content: "";
    display: block;
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  
  .caseBma .processStep:first-child .stepMark.old {
    padding: 0 23px 14px 33px;
  }
  
  .caseBma .processStep:first-child .stepMark.old:after {
    left: -23px;
    bottom: 0;
    width: 121px;
    height: 170px;
    background-image: url(/img/bma/visual-step-mark-1.png);
  }
  
  .caseBma .processStep:first-child .stepMark.new:after {
    left: -36px;
    bottom: 36px;
    width: 132px;
    height: 155px;
    background-image: url(/img/bma/visual-step-mark-2.png);
    z-index: -2;
  }
  
  .caseBma .processStep:first-child .stepChapter+.stepChapter {
    margin-top: 205px;
  }
  
  .caseBma .processStep:first-child .stepChapter .sectionImage {
    position: relative;
    z-index: 1;
  }
  
  .caseBma .processStep:first-child .stepChapter .sectionImage:after {
    content: "";
    display: block;
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
  }
  
  .caseBma .processStep:first-child .stepChapter:first-child .sectionImage:after {
    background-image: url(/img/bma/image-before-visual.png);
    width: 701px;
    height: 698px;
    top: 405px;
    right: -384px;
  }
  
  .caseBma .processStep:first-child .stepChapter:first-child .sectionImage img {
    box-shadow: 0px 4px 13px 4px rgba(0, 0, 0, 0.1);
  }
  
  .caseBma .processStep:first-child .stepChapter:nth-child(2) .sectionImage:after {
    background-image: url(/img/bma/image-after-visual.png);
    width: 1390px;
    height: 1209px;
    top: 201px;
    left: -480px;
  }
  
  .caseBma .processStep:first-child .stepChapter:nth-child(2) .sectionImage img {
    box-shadow: 2.95958px 0px 12.5782px rgba(0, 0, 0, 0.25);
  }
  
  .caseBma .processStep:nth-child(2) {
    padding: 65px 0 791px;
    background-color: #F3D7DB;
  }
  
  .caseBma .processStep:nth-child(2) .sectionInner {
    display: flex;
  }
  
  .caseBma .processStep:nth-child(2) .sectionContent {
    width: 56.5%;
    padding-right: 155px;
  }
  
  .caseBma .processStep:nth-child(2) .sectionImage {
    width: calc(43.5% + 244px);
    margin-top: -233px;
    margin-right: -244px;
    z-index: 1;
  }
  
  .caseBma .processStep:nth-child(2) .sectionImage img {
    box-shadow: -6px 0px 20px rgba(0, 0, 0, 0.1), 4px -4px 19px rgba(0, 0, 0, 0.1);
  }
  
  .caseBma .processStep:nth-child(2) .sectionImage:after {
    content: "";
    display: block;
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
    background-image: url(/img/bma/visual-step-2.png);
    width: 630px;
    height: 892px;
    bottom: -98px;
    right: -332px;
  }
  
  .caseBma .processStep:nth-child(2) .checkCircleList li+li {
    margin-top: 36px;
  }
  
  .caseBma .processStep:nth-child(3) {
    margin-top: -716px;
    padding-bottom: 66px;
  }
  
  .caseBma .processStep:nth-child(3) .sectionImage {
    display: flex;
    align-items: center;
    margin-top: 86px;
    justify-content: center;
  }
  
  .caseBma .processStep:nth-child(3) .sectionImage img {
    margin: 0;
    position: relative;
    max-width: 50%;
  }
  
  .caseBma .processStep:nth-child(3) .sectionImage img:first-child {
    box-shadow: -4px 4px 17px rgba(0, 0, 0, 0.1), 4px -2px 13px rgba(0, 0, 0, 0.1);
    z-index: 1;
  }
  
  .caseBma .processStep:nth-child(3) .sectionImage img:nth-child(2) {
    box-shadow: -1px 4px 14px rgba(0, 0, 0, 0.1), 5px -4px 9px rgba(0, 0, 0, 0.1);
    margin-left: -21px;
  }
  
  .caseBma .processStep:nth-child(3) .sectionImage img:nth-child(3) {
    position: absolute;
    top: 385px;
    right: -15px;
    box-shadow: 2px -1px 11px rgba(0, 0, 0, 0.1);
  }
  
  .caseBma .processStep:nth-child(3) .sectionImage:before,
  .caseBma .processStep:nth-child(3) .sectionImage:after {
    content: "";
    display: block;
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  
  .caseBma .processStep:nth-child(3) .sectionImage:before {
    width: 333px;
    height: 286px;
    background-image: url(/img/bma/visual-step-3-1.png);
    left: -154px;
    top: -56px;
    z-index: 2;
  }
  
  .caseBma .processStep:nth-child(3) .sectionImage:after {
    width: 124px;
    height: 175px;
    background-image: url(/img/bma/visual-step-3-2.png);
    right: 24px;
    top: 329px;
  }
  
  .caseBma .processStep:nth-child(4) {
    background-color: #ECECEC;
    padding-top: 66px;
  }
  
  .caseBma .processStep:nth-child(4) .sectionImage {
    margin-top: 69px;
    z-index: 1;
  }
  
  .caseBma .processStep:nth-child(4) .sectionImage img {
    box-shadow: 6px -3px 20px rgba(0, 0, 0, 0.1);
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  
  .caseBma .processStep:nth-child(4) .sectionImage:after {
    content: "";
    display: block;
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
    background-image: url(/img/bma/visual-step-4.png);
    width: 538px;
    height: 404px;
    bottom: 83px;
    left: -110px;
  }
  
  .caseBma .processStep:nth-child(5) {
    background-color: #E0E0E0;
    position: relative;
    z-index: 1;
    padding-top: 66px;
    padding-bottom: 82px;
  }
  
  .caseBma .processStep:nth-child(5) .sectionImage {
    margin-top: 66px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .caseBma .processStep:nth-child(5) .sectionImage img {
    max-width: 50%;
    margin: 0;
    position: relative;
  }
  
  .caseBma .processStep:nth-child(5) .sectionImage img:first-child {
    box-shadow: 8px -9px 16px rgba(0, 0, 0, 0.1);
    z-index: 1;
  }
  
  .caseBma .processStep:nth-child(5) .sectionImage img:nth-child(2) {
    margin-left: -60px;
    opacity: 0.9;
  }
  
  .caseBma .processStep:nth-child(5) .sectionImage:after {
    content: "";
    display: block;
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
    background-image: url(/img/bma/visual-step-5.png);
    width: 360px;
    height: 404px;
    bottom: 375px;
    left: -76px;
  }
  
  .caseBma .processStep:nth-child(6) {
    padding-top: 65px;
    position: relative;
  }
  
  .caseBma .processStep:nth-child(6) .sectionImage {
    margin-top: 60px;
  }
  
  .caseBma .processStep:nth-child(6) .sectionImage img {
    box-shadow: -7px 4px 11px rgba(0, 0, 0, 0.1), 4.16069px -6.24103px 12.4821px rgba(0, 0, 0, 0.1);
  }
  
  .caseBma .processStep:nth-child(6):after {
    content: "";
    display: block;
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(/img/bma/visual-step-6.png);
    width: 733px;
    height: 1037px;
    bottom: -13px;
    left: calc(50% + 434px);
  }
  
  .caseBma .processStep:nth-child(7) {
    background-color: #ECECEC;
    padding-top: 512px;
    padding-bottom: 87px;
    margin-top: -443px;
  }
  
  .caseBma .processStep:nth-child(7) .sectionImage img {
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1), 4px -5px 9px rgba(0, 0, 0, 0.1);
  }
  
  .caseBma .processStep:nth-child(7) .imagesWrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
    z-index: 1;
    padding-top: 82px;
    padding-bottom: 154px;
    margin: 50px -20px 0;
  }
  
  .caseBma .processStep:nth-child(7) .imagesWrapper:before {
    content: "";
    display: block;
    position: absolute;
    width: 100vw;
    height: 100%;
    z-index: -1;
    top: 0;
    left: 50%;
    margin-left: -50vw;
    background-color: #E0E0E0;
  }
  
  .caseBma .processStep:nth-child(7) .imagesWrapper .sectionImage {
    padding: 0 20px;
  }
  
  .caseBma .processStep:nth-child(7) .imagesWrapper+.sectionImage {
    display: table;
    margin: -90px auto 0;
    z-index: 1;
  }
  
  .caseBma .processStep:nth-child(7) .imagesWrapper+.sectionImage:before,
  .caseBma .processStep:nth-child(7) .imagesWrapper+.sectionImage:after {
    content: "";
    display: block;
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
  }
  
  .caseBma .processStep:nth-child(7) .imagesWrapper+.sectionImage:before {
    background-image: url(/img/bma/visual-step-7.png);
    width: 401px;
    height: 399px;
    bottom: 0px;
    left: -138px;
  }
  
  .caseBma .processStep:nth-child(7) .imagesWrapper+.sectionImage:after {
    background-image: url(/img/bma/visual-step-7.png);
    width: 412px;
    height: 399px;
    top: 14px;
    right: -150px;
  }
  
  .caseBma .processStep:nth-child(8) {
    background-color: #F3D7DB;
    padding: 66px 0;
    position: relative;
    min-height: 1850px;
    overflow: hidden;
  }
  
  .caseBma .processStep:nth-child(8):before {
    content: "";
    display: block;
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(/img/bma/visual-step-8.png);
    width: 1081px;
    height: 1528px;
    top: 119px;
    left: 50%;
    margin-left: -1411px;
  }
  
  .caseBma .processStep:nth-child(8) .textContainer {
    max-width: 486px;
    line-height: 32px;
  }
  
  .caseBma .processStep:nth-child(8) .textContainer p+p {
    margin-top: 40px;
  }
  
  .caseBma .processStep:nth-child(8) .sectionContent {
    position: relative;
    z-index: 1;
  }
  
  .caseBma .processStep:nth-child(8) .sectionImage {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    height: 100%;
  }
  
  .caseBma .processStep:nth-child(8) .sectionImage img {
    height: 100%;
    max-width: none;
  }
  
  .caseBma .processStep:nth-child(9) {
    padding-top: 66px;
    padding-bottom: 75px;
    background-color: #E0E0E0;
  }
  
  .caseBma .processStep:nth-child(9) .sectionImage {
    display: table;
    margin: 72px auto 0;
    z-index: 1;
  }
  
  .caseBma .processStep:nth-child(9) .sectionImage:before,
  .caseBma .processStep:nth-child(9) .sectionImage:after {
    content: "";
    display: block;
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
  }
  
  .caseBma .processStep:nth-child(9) .sectionImage:before {
    background-image: url(/img/bma/visual-step-9-1.png);
    width: 400px;
    height: 332px;
    top: 89px;
    left: -205px;
  }
  
  .caseBma .processStep:nth-child(9) .sectionImage:after {
    background-image: url(/img/bma/visual-step-9-2.png);
    width: 209px;
    height: 205px;
    bottom: -75px;
    left: -110px;
  }
  
  .caseBma .processStep:nth-child(9) .sectionImage img {
    box-shadow: -8px 4px 10px rgba(0, 0, 0, 0.1), 5px -6px 20px rgba(0, 0, 0, 0.1);
  }
  
  .caseBma .processStep:nth-child(9) .sectionImage img+img {
    margin-top: 50px;
  }
  
  .caseBma .processStep:nth-child(10) {
    background-color: #E0E0E0;
  }
  
  .caseBma .processStep:nth-child(10) .sectionImage {
    margin-top: 62px;
    padding-left: 62px;
    z-index: 1;
  }
  
  .caseBma .processStep:nth-child(10) .sectionImage img {
    margin: 0;
  }
  
  .caseBma .processStep:nth-child(10) .sectionImage:before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    width: 100vw;
    background-color: #fff;
    left: 50%;
    margin-left: -50vw;
    top: 82px;
    height: calc(100% - 363px);
    background-image: url(/img/bma/visual-step-10-1.png), url(/img/bma/visual-step-10-2.png);
    background-repeat: no-repeat;
    background-position: -28px center, right center;
  }
  
  .caseBma .processStep:nth-child(11) {
    background-color: #E0E0E0;
    padding-bottom: 72px;
  }
  
  .caseBma .stepMark {
    display: table;
    position: relative;
    font-size: 70px;
    line-height: 85px;
    font-weight: bold;
    padding: 0 20px 14px;
    color: #545454;
    margin: 0 auto 70px;
    z-index: 1;
  }
  
  .caseBma .stepMark:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    box-shadow: -2px 4px 12px rgba(0, 0, 0, 0.25);
    background-color: #fff;
    border-radius: 10px;
    z-index: -1;
  }
  
  .caseBma .stepMark.new {
    color: #fff;
  }
  
  .caseBma .stepMark.new:before {
    background-color: #E7ABB4;
  }
  
  .caseBma .accentCap {
    display: block;
    color: #EB9BB8;
  }
  
  @media (min-width: 1920px) {
    .caseBma .processStep:first-child .stepContent {
      background-position: 100% calc(100% - 1034px), calc(50% + 731px - 960px - 915px) calc(100% + 887px);
    }
  
    .caseBma .processStep:nth-child(6):after {
      left: auto;
      right: 0;
    }
  
    .caseBma .caseResults:before {
      left: 0;
      margin-left: 0;
    }
  
    .caseBma .caseResults:after {
      right: 0;
      left: auto;
      margin-left: 0;
    }
  }
  
  @media (max-width: 1199px) {
    .caseBma .bannerImage {
      width: 60%;
      left: 40%;
      margin-left: 0px;
    }
  
    .caseBma .bannerVisual {
      left: calc(40% + 145px);
      margin-left: 0px;
    }
  
    .caseBma .caseBanner:after {
      display: none;
    }
  
    .caseBma .caseStart .sectionTitle {
      margin-bottom: 25px;
    }
  
    .caseBma .goalChapter .sectionContent {
      padding-bottom: 0px;
    }
  
    .caseBma .goalChapter .checkList {
      padding-left: 40px;
      max-width: calc(40% + 40px);
    }
  
    .caseBma .goalChapter .sectionImage {
      max-width: calc(60% - 40px);
    }
  
    .caseBma .goalChapter:before {
      margin-left: -562px;
      top: 50px;
    }
  
    .caseBma .textColumns {
      margin: 0 -20px;
    }
  
    .caseBma .textColumns .textContainer {
      padding: 0 20px;
    }
  
    .caseBma .columnsList ul {
      margin: -28px -20px 0;
    }
  
    .caseBma .columnsList li {
      margin: 28px 20px 0;
      width: calc(50% - 40px);
    }
  
    .caseBma .caseAnalysis .sectionInner {
      align-items: center;
    }
  
    .caseBma .caseAnalysis .sectionContent {
      width: calc(60% + 40px);
      padding-left: 40px;
    }
  
    .caseBma .caseAnalysis .sectionImage {
      width: calc(40% - 40px);
    }
  
    .caseBma .stepMark {
      font-size: 56px;
      line-height: 64px;
      margin: 0 auto 60px;
    }
  
    .caseBma .textRow .textContainer {
      width: calc(50% - 20px);
    }
  
    .caseBma .textRow+.textRow {
      margin-top: 28px;
    }
  
    .caseBma .processStep:first-child .stepMark {
      padding: 0 20px 7px;
    }
  
    .caseBma .processStep:first-child .stepMark.old {
      padding: 0 23px 7px 33px;
    }
  
    .caseBma .processStep:first-child .stepMark.old:after {
      width: 96px;
      height: 136px;
    }
  
    .caseBma .processStep:first-child .stepChapter .sectionImage:after {
      display: none;
    }
  
    .caseBma .processStep:first-child .stepContent {
      padding-bottom: 220px;
    }
  
    .caseBma .processStep:nth-child(2) .sectionContent {
      width: calc(40% + 40px);
      padding-right: 40px;
    }
  
    .caseBma .processStep:nth-child(2) .sectionImage {
      width: calc(60% - 40px);
      margin-top: -180px;
      margin-right: 0px;
      z-index: 1;
    }
  
    .caseBma .processStep:nth-child(2) .sectionImage:after {
      display: none;
    }
  
    .caseBma .processStep:nth-child(3) .sectionImage,
    .caseBma .processStep:nth-child(4) .sectionImage,
    .caseBma .processStep:nth-child(5) .sectionImage,
    .caseBma .processStep:nth-child(6) .sectionImage,
    .caseBma .processStep:nth-child(9) .sectionImage,
    .caseBma .processStep:nth-child(10) .sectionImage {
      margin-top: 40px;
    }
  
    .caseBma .processStep:nth-child(6):after {
      display: none;
    }
  
    .caseBma .processStep:nth-child(7) .imagesWrapper {
      padding-top: 50px;
      padding-bottom: 120px;
      margin: 40px -10px 0;
      align-items: center;
    }
  
    .caseBma .processStep:nth-child(7) .imagesWrapper .sectionImage {
      width: 50%;
      padding: 0 10px;
    }
  
    .caseBma .processStep:nth-child(8) {
      min-height: 1065px;
    }
  
    .caseBma .processStep:nth-child(8) .textContainer p+p {
      margin-top: 28px;
    }
  
    .caseBma .processStep:nth-child(8):before {
      margin-left: -960px;
    }
  
    .caseBma .caseResults .sectionTitle {
      margin-bottom: 40px;
    }
  
    .caseBma .caseResults .sectionContent {
      align-items: center;
    }
  
    .caseBma .caseResults .sectionImage {
      width: calc(60% - 40px);
    }
  
    .caseBma .resultBullets {
      width: calc(40% + 40px);
      max-width: 100%;
      margin-right: 0px;
      padding-right: 40px;
      padding-bottom: 40px;
    }
  
    .caseBma .resultBullets .pre {
      font-size: 16px;
      line-height: 24px;
    }
  
    .caseBma .resultBullets .num {
      font-size: 40px;
    }
  }
  
  @media (max-width: 991px) {
    .caseBma .bannerImage {
      width: calc(100% - 480px);
      left: 480px;
    }
  
    .caseBma .bannerVisual {
      left: 480px;
      height: 100%;
    }
  
    .caseBma .textColumns {
      margin: 0 -10px;
    }
  
    .caseBma .textColumns .textContainer {
      padding: 0 10px;
    }
  
    .caseBma .goalChapter {
      padding-bottom: 60px;
    }
  
    .caseBma .goalChapter .sectionContent {
      padding-bottom: 0px;
    }
  
    .caseBma .goalChapter .checkList {
      padding-left: 0px;
      max-width: 50%;
      width: 50%;
      padding-top: 40px;
    }
  
    .caseBma .goalChapter .sectionImage {
      max-width: 50%;
    }
  
    .caseBma .goalChapter:before {
      margin-left: -422px;
      top: 50px;
    }
  
    .caseBma .taskChapter .sectionTitle {
      margin-bottom: 40px;
    }
  
    .caseBma .columnsList ul {
      margin: -28px -10px 0;
    }
  
    .caseBma .columnsList li {
      margin: 28px 10px 0;
      width: calc(50% - 20px);
    }
  
    .caseBma .caseAnalysis {
      padding-bottom: 60px;
    }
  
    .caseBma .caseAnalysis .sectionContent {
      width: 100%;
      max-width: 480px;
    }
  
    .caseBma .caseAnalysis .sectionTitle {
      margin-bottom: 40px;
    }
  
    .caseBma .caseAnalysis .sectionImage {
      width: calc(100% - 480px);
    }
  
    .caseBma .caseAnalysis .textContainer p+p {
      margin-top: 22px;
    }
  
    .caseBma .processHead {
      padding-top: 50px;
    }
  
    .caseBma .textRow .textContainer {
      width: calc(50% - 10px);
    }
  
    .caseBma .processStep:first-child .stepChapter+.stepChapter {
      margin-top: 160px;
    }
  
    .caseBma .processStep:first-child .stepContent {
      padding-bottom: 50px;
    }
  
    .caseBma .processStep:nth-child(2) .sectionInner {
      display: block;
    }
  
    .caseBma .processStep:nth-child(2) .sectionContent {
      width: 100%;
      padding-right: 0px;
    }
  
    .caseBma .processStep:nth-child(2) .sectionImage {
      width: 100%;
      margin-top: 40px;
    }
  
    .caseBma .processStep:nth-child(2) .checkCircleList li+li {
      margin-top: 20px;
    }
  
    .caseBma .processStep:nth-child(8) .textContainer {
      max-width: 480px;
      padding-right: 60px;
      line-height: 28px;
    }
  
    .caseBma .processStep:nth-child(8) .textContainer p+p {
      margin-top: 24px;
    }
  
    .caseBma .caseResults {
      padding-bottom: 50px;
    }
  
    .caseBma .caseResults .sectionImage {
      width: 50%;
    }
  
    .caseBma .resultBullets {
      width: 50%;
      padding-bottom: 0;
    }
  
    .caseBma .resBulletItem+.resBulletItem {
      margin-top: 20px;
    }
  }
  
  @media (max-width: 767px) {
    .caseBma .bannerContent {
      padding-right: 0px;
      padding-bottom: 40px;
    }
  
    .caseBma .bannerImage {
      width: 290px;
      left: 480px;
      position: relative;
      left: auto;
      bottom: auto;
      margin: 0 auto;
    }
  
    .caseBma .bannerVisual {
      left: calc(50% - 50px);
      height: 240px;
    }
  
    .caseBma .textColumns {
      display: block;
    }
  
    .caseBma .textColumns .textContainer+.textContainer {
      margin-top: 22px;
    }
  
    .caseBma .goalChapter .sectionContent {
      display: block;
    }
  
    .caseBma .goalChapter .checkList {
      max-width: 100%;
      width: 100%;
    }
  
    .caseBma .goalChapter:before {
      margin-left: -270px;
    }
  
    .caseBma .goalChapter .sectionImage {
      max-width: 100%;
    }
  
    .caseBma .columnsList ul {
      display: block;
      margin: 0;
    }
  
    .caseBma .columnsList li {
      width: 100%;
      margin-left: 0;
      margin-right: 0;
    }
  
    .caseBma .caseAnalysis .sectionInner {
      display: block;
    }
  
    .caseBma .caseAnalysis .sectionContent {
      padding-left: 0;
    }
  
    .caseBma .caseAnalysis .sectionImage {
      width: 290px;
      margin: 40px auto 0;
    }
  
    .caseBma .stepMark {
      font-size: 36px;
      line-height: 48px;
    }
  
    .caseBma .textRow {
      display: block;
    }
  
    .caseBma .textRow .textContainer {
      width: 100%;
    }
  
    .caseBma .textRow .textContainer+.textContainer {
      margin-top: 22px;
    }
  
    .caseBma .textRow+.textRow {
      margin-top: 22px;
    }
  
    .caseBma .processStep:nth-child(3) .sectionImage {
      display: block;
    }
  
    .caseBma .processStep:nth-child(3) .sectionImage img {
      max-width: 100%;
    }
  
    .caseBma .processStep:nth-child(3) .sectionImage img+img {
      margin-top: 20px;
    }
  
    .caseBma .processStep:nth-child(3) .sectionImage img:nth-child(2) {
      margin-left: 0px;
    }
  
    .caseBma .processStep:nth-child(3) .sectionImage img:nth-child(3) {
      top: auto;
      bottom: 260px;
    }
  
    .caseBma .processStep:nth-child(3) .sectionImage:before {
      display: none;
    }
  
    .caseBma .processStep:nth-child(3) .sectionImage:after {
      bottom: 260px;
      top: auto;
    }
  
    .caseBma .processStep:nth-child(4) .sectionImage:after {
      width: 386px;
      height: 290px;
      bottom: 0;
    }
  
    .caseBma .processStep:nth-child(5) .sectionImage {
      display: block;
    }
  
    .caseBma .processStep:nth-child(5) .sectionImage img {
      max-width: 100%;
    }
  
    .caseBma .processStep:nth-child(5) .sectionImage img:nth-child(2) {
      margin-left: 0px;
      opacity: 1;
    }
  
    .caseBma .processStep:nth-child(5) .sectionImage img+img {
      margin-top: 20px;
    }
  
    .caseBma .processStep:nth-child(7) .imagesWrapper {
      margin: 40px 0 0;
      padding-bottom: 20px;
    }
  
    .caseBma .processStep:nth-child(7) .imagesWrapper .sectionImage {
      width: 100%;
      padding: 0;
    }
  
    .caseBma .processStep:nth-child(7) .imagesWrapper .sectionImage+.sectionImage {
      margin-top: 20px;
    }
  
    .caseBma .processStep:nth-child(7) .imagesWrapper+.sectionImage {
      margin-top: 20px;
    }
  
    .caseBma .processStep:nth-child(8) {
      min-height: 0px;
      padding-bottom: 0;
    }
  
    .caseBma .processStep:nth-child(8) .sectionImage {
      position: relative;
      left: auto;
      transform: translateX(0%);
      top: auto;
      height: 360px;
      margin-left: -15px;
      margin-right: -15px;
      margin-top: 40px;
    }
  
    .caseBma .processStep:nth-child(8) .sectionImage img {
      height: auto;
      position: absolute;
      left: 0;
      bottom: 0;
      width: 1160px;
    }
  
    .caseBma .processStep:nth-child(10) .sectionImage {
      padding-left: 0px;
    }
  
    .caseBma .caseResults .sectionContent {
      display: block;
    }
  
    .caseBma .caseResults .sectionImage {
      width: 100%;
      margin-top: 40px;
    }
  
    .caseBma .resultBullets {
      width: 100%;
      padding-right: 0;
    }
  
    .caseBma .resultBullets:after {
      width: 290px;
      height: 252px;
    }
  }
  
  @media (max-width: 479px) {
    .caseBma .processStep:nth-child(8) .sectionImage img {
      left: -120px;
    }
  
    .caseBma .processStep:nth-child(8) .textContainer {
      max-width: 285px;
      padding-right: 0px;
    }
  }
  
  /*# sourceMappingURL=style.css.map */

.casePageWrapper .tasksList li+li {
    margin-top: 16px;
}

.casePageWrapper .checkItem {
    position: relative;
    padding-left: 30px;
}

.casePageWrapper .checkItem:before {
    content: '\e900';
    display: block;
    position: absolute;
    font-family: icomoon;
    top: 6px;
    left: 0px;
    font-size: 18px;
    line-height: 1;
}

.chatinfoList {
    display: flex;
}

.chatInfoB {
    font-size: 22px;
    line-height: 28px;
    color: #3F51B5;
    font-weight: 600;
    padding-bottom: 20px;
}

.chatTextB {
    font-size: 22px;
    line-height: 28px;
    font-weight: 600;
    padding-bottom: 16px;
}

.casePageWrapper .firstCap {
    display: block;
    font-family: "Montserrat";
    font-size: 60px;
    line-height: 70px;
    color: #1D1D1D;
}

.casePageWrapper .secCap {
    display: block;
    font-size: 50px;
    line-height: 65px;
    color: #1D1D1D;
}

.casePageWrapper .thirdCap {
    display: block;
    font-family: "Montserrat";
    font-size: 36px;
    line-height: 44px;
    color: #1D1D1D;
}

.casePageWrapper .sectionTitle .subtitle {
    display: block;
    font-size: 12px;
    font-weight: bold;
    line-height: 26px;
    text-transform: uppercase;
    letter-spacing: 0.2em;
}

.casePageWrapper .sectionTitle .subtitle+.title {
    margin-top: 20px;
}

.casePageWrapper .goalSection .textBlock {
    max-width: 587px;
    margin: 0px auto;
    padding: 25px 0px 92px 0px;
}

.casePageWrapper .goalSection .titleContainer .title {
    margin-top: 18px;
}

.casePageWrapper .iconItem {
    position: relative;
    padding-left: 104px;
    min-height: 64px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.casePageWrapper .iconItem .iconTempl {
    position: absolute;
    left: 0;
    top: 0;
}

@media (max-width: 1439px) {
    .casePageWrapper .firstCap {
        font-size: 48px;
        line-height: 56px;
    }

    .casePageWrapper .secCap {
        font-size: 36px;
        line-height: 48px;
    }
}

@media (max-width: 1199px) {
    .casePageWrapper .firstCap {
        font-size: 36px;
        line-height: 48px;
    }

    .casePageWrapper .secCap {
        font-size: 28px;
        line-height: 36px;
    }

    .casePageWrapper .thirdCap {
        font-size: 22px;
    }

    .casePageWrapper .sectionTitle .subtitle {
        font-size: 10px;
    }

    .caseArtotois .sectionTitle .subtitle+.title {
        margin-top: 12px;
    }

    .casePageWrapper .tasksList li {
        font-size: 14px;
        line-height: 22px;
    }
}

@media (max-width: 991px) {
    .casePageWrapper .checkItem.type1 {
        padding-left: 30px;
    }

    .chatTextB {
        font-size: 16px;
        line-height: 24px;
    }

    .chatInfoB {
        font-size: 16px;
        line-height: 24px;
    }

    .casePageWrapper .iconItem {
        padding-left: 88px;
    }
}

@media (max-width: 767px) {
    .casePageWrapper .thirdCap {
        line-height: 32px;
    }

    .casePageWrapper .secCap {
        font-size: 24px;
        line-height: 32px;
    }

    .casePageWrapper .tasksList li {
        font-size: 14px;
        line-height: 22px;
        padding-left: 40px;
    }

    .casePageWrapper .tasksList li:before {
        top: 0;
    }

    .chatTextB,
    .chatInfoB {
        text-align: center;
    }

    .chatinfoList {
        flex-wrap: wrap;
        margin-bottom: -20px;
        margin-right: -20px;
    }

    .casePageWrapper .goalSection .textBlock {
        padding: 25px 0px 40px;
    }

    .casePageWrapper .goalSection .textBlock {
        padding: 20px 0px 60px 0px;
    }

    .casePageWrapper .iconItem {
        padding-left: 0px;
        min-height: 0px;
        padding-top: 0px;
        padding-bottom: 0px;
        text-align: center;
    }

    .casePageWrapper .iconItem .iconTempl {
        position: relative;
        left: auto;
        top: auto;
        margin: 0 auto 12px;
    }
}

.whiteContent .firstCap,
.whiteContent .secCap,
.whiteContent .thirdCap,
.whiteContent .textBlock,
.whiteContent .sectionTitle .subtitle,
.whiteContent .sectionTitle .subtitle span,
.whiteContent .tasksList li {
    color: white;
}

.whiteContent .checkItem:before {
    color: #99CBED;
}