.caseTais .textBlock {
    font-size: 18px;
    line-height: 28px;
}

.caseTais .textBlock p+p {
    margin-top: 28px;
}

.caseTais .checkList li+li {
    margin-top: 28px;
}

.casePageWrapper .checkItem+.checkItem {
    margin-top: 28px;
}

.caseTais .caseBtn {
    display: inline-block;
    padding-left: 40px;
    padding-right: 30px;
    height: 64px;
    font-size: 12px;
    line-height: 64px;
    font-family: 'Montserrat';
    color: #fff;
    font-weight: 600;
    letter-spacing: 0.8em;
    text-transform: uppercase;
    text-align: center;
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
    -ms-border-radius: 32px;
    border-radius: 32px;
    background-color: #592EAA;
    -webkit-transition: background-color 0.4s, color 0.4s;
    -moz-transition: background-color 0.4s, color 0.4s;
    -o-transition: background-color 0.4s, color 0.4s;
    transition: background-color 0.4s, color 0.4s;
}

.caseTais .caseBtn:hover {
    background-color: #49258c;
}

.caseTais .titleContainer+.contentContainer {
    margin-top: 25px;
}

.caseTais .sectionTitle .subtitle span {
    color: #592EAA;
}

.caseTais .stepItem .titleBlock .title span {
    color: #592EAA;
}

.caseTais .checkItem:before {
    content: '\e901';
    top: 8px;
    left: 4px;
    font-size: 10px;
    color: #592EAA;
}

.caseTais img {
    display: block;
}

.caseTais .banner .leftSide {
    width: 40%;
    padding: 60px 0px;
}

.caseTais .banner .rightSide {
    width: 60%;
    padding-left: 60px;
    margin-left: auto;
}

.caseTais .banner img {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.caseTais .banner {
    background: #EBF2FD;
}

.caseTais .banner .wrapper {
    display: flex;
    align-items: center;
}

.caseTais .banner .caseBtn {
    margin-top: 40px;
}

.caseTais .startSection .wrapper {
    display: flex;
    align-items: center;
}

.caseTais .startSection {
    padding: 93px 0px 0px;
}

.caseTais .startSection .rightSide {
    width: 50%;
    order: 1;
    padding-bottom: 120px;
}

.caseTais .startSection .leftSide {
    width: 50%;
}

.caseTais .startSection img {
    margin-left: -125px;
    max-width: none;
}

.caseTais .goalSection {
    text-align: center;
    position: relative;
}

.caseTais .goalSection .iconTempl {
    margin-left: auto;
    margin-right: auto;
}

.caseTais .iconTempl {
    color: #592EAA;
}

.caseTais .taskBlock {
    background: #F9FBFF;
    padding: 101px 132px 60px;
}

.caseTais .taskBlock .listTarget {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
}

.caseTais .listTarget .item {
    padding-bottom: 40px;
    width: calc(calc(100% / 3) - 30px);
}

.caseTais .listTarget .iconTempl {
    margin-bottom: 40px;
}

.caseTais .contentBlock {
    margin-top: 60px;
}

.caseTais .caseAnalysis .wrapper {
    background-color: #EBF2FD;
    padding: 120px 132px 40px;
    padding: 0 132px 40px;
}

.caseTais .caseAnalysis .leftSide {
    width: 50%;
    position: relative;
    z-index: 1;
}

.caseTais .caseAnalysis .rightSide {
    width: 50%;
}

.caseTais .caseAnalysis .leftSide+.rightSide {
    width: calc(50% + 132px);
    margin-right: -132px;
    margin-top: -150px;
}

.caseTais .caseAnalysis .rightSide+.leftSide {
    width: calc(50% + 132px);
    margin-left: -132px;
    margin-top: -80px;
}

.caseTais .caseAnalysis .rowItems {
    display: flex;
    align-items: center;
}

.caseTais .caseAnalysis img {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    max-width: none;
}

.caseTais .caseAnalysis .rowItems:nth-child(2n) .rightSide {
    order: 1;
    padding-bottom: 120px;
    position: relative;
    z-index: 1;
}

.caseTais .caseAnalysis .bigText {
    font-size: 24px;
    line-height: 32px;
}

.caseTais .caseAnalysis .textBlock+.checkList {
    margin-top: 40px;
}

.caseTais .stepItem:first-child .titleContainer {
    text-align: center;
    margin-bottom: 80px;
}

.caseTais .stepItem:first-child {
    padding: 120px 0 80px;
}

.caseTais .stepItem:first-child .wrapper {
    padding: 120px 0px 23px 0px;
}

.caseTais .stepItem:first-child .contentContainer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.caseTais .stepItem:first-child .leftSide,
.caseTais .stepItem:first-child .rightSide {
    width: calc(50% - 110px);
}

.caseTais .stepItem:first-child .img {
    width: 100%;
    box-shadow: 0px 10px 80px rgba(7, 7, 7, 0.08);
}

.caseTais .stepItem .iconItem {
    margin-bottom: 60px;
}

.caseTais .stepItem img {
    max-width: 100%;
}

.caseTais .stepItem:not(:first-child) .wrapper {
    display: flex;
    align-items: center;
}

.caseTais .stepItem:nth-child(2n) .rightSide {
    order: 1;
}

.caseTais .stepItem:not(:first-child) .leftSide,
.caseTais .stepItem:not(:first-child) .rightSide {
    width: 50%;
}

.caseTais .stepItem:not(:first-child) img {
    max-width: calc(100% + 70px);
}

.caseTais .stepItem:nth-child(2n) img {
    margin-left: -78px;
}

.caseTais .stepItem:nth-child(3) img {
    margin-left: 8px;
}

.caseTais .casePromotion {
    background-color: #F9FBFF;
    padding: 120px 0px;
}

.caseTais .casePromotion .contentContainer {
    display: flex;
    margin-top: 60px;
}

.caseTais .casePromotion .numStepItem {
    width: 180px;
    margin: 0 auto;
}

.caseTais .casePromotion .titleContainer {
    text-align: center;
}

.caseTais .casePromotion .img {
    max-width: calc(100% - 360px);
}

.caseTais .casePromotion img {
    max-width: 100%;
    margin: 0 auto 0;
}

.caseTais .casePromotion .num {
    display: block;
    font-size: 120px;
    color: #B2C9D7;
    padding-bottom: 9px;
    line-height: 146px;
}

.caseTais .caseResult {
    padding: 120px 0px 0px 0px;
    background: #EBF2FD;
}

.caseTais .caseResult .rowItems {
    display: flex;
    align-items: center;
}

.caseTais .caseResult .leftSide {
    width: 50%;
}

.caseTais .caseResult .rightSide {
    width: 50%;
}

.caseTais .caseResult .rightSide {
    order: 1;
}

.caseTais .caseResult img {
    max-width: 100%;
}

.caseTais .caseReview {
    padding: 109px 0;
}

.caseTais .reviewBlock {
    position: relative;
    padding-top: 106px;
    padding-bottom: 106px;
    padding-left: 106px;
    padding-right: 106px;
    -webkit-box-shadow: 0px 6px 60px rgba(63, 61, 86, 0.1);
    -moz-box-shadow: 0px 6px 60px rgba(63, 61, 86, 0.1);
    box-shadow: 0px 6px 60px rgba(63, 61, 86, 0.1);
    z-index: 1;
}

.caseTais .reviewBlock .wrapper {
    max-width: 795px;
    margin-left: auto;
}

.caseTais .reviewBlock .titleContainer+.contentContainer {
    margin-top: 61px;
}

.caseTais .reviewBlock:before {
    content: "";
    display: block;
    position: absolute;
    top: 90px;
    left: 35px;
    width: 105px;
    height: 87px;
    background-image: url(/img/electromall/quotes.png);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
}

.caseTais .caseReview .img {
    position: absolute;
    width: 105px;
    left: 35px;
    bottom: 106px;
}

.caseTais .caseReview .img img {
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 1199px) {
    .caseTais .textBlock {
        font-size: 14px;
        line-height: 22px;
    }

    .caseTais .startSection img {
        margin-left: -105px;
        max-width: 660px;
    }

    .caseTais .startSection {
        padding: 60px 0px 0px;
    }

    .casePageWrapper .goalSection .textBlock {
        padding: 0px 0px 80px 0px;
    }

    .caseTais .taskBlock {
        margin: 0 calc((961px - 100vw) / 2);
        padding: 60px calc((100vw - 961px) / 2);
    }

    .caseTais .caseAnalysis .wrapper {
        margin: 0 calc((961px - 100vw) / 2);
        padding: 60px calc((100vw - 961px) / 2);
    }

    .caseTais .caseAnalysis .rightSide img {
        max-width: 660px;
    }

    .caseTais .caseAnalysis .leftSide img {
        max-width: 520px;
    }

    .caseTais .caseAnalysis .leftSide+.rightSide {
        width: calc(50% + 15px);
        margin-right: -15px;
        margin-top: -150px;
    }

    .caseTais .caseAnalysis .rowItems:first-child .leftSide {
        padding-bottom: 100px;
    }

    .caseTais .caseAnalysis .rightSide+.leftSide {
        width: calc(50% + 15px);
        margin-left: -15px;
    }

    .caseTais .caseAnalysis .bigText {
        font-size: 20px;
        line-height: 28px;
    }

    .caseTais .stepItem:first-child {
        padding: 80px 0;
    }

    .casePageWrapper .iconItem {
        padding-left: 90px;
    }

    .caseTais .stepItem:first-child .titleContainer {
        margin-bottom: 60px;
    }

    .caseTais .stepItem:first-child .leftSide,
    .caseTais .stepItem:first-child .rightSide {
        width: calc(50% - 30px);
    }

    .caseTais .stepItem:nth-child(2n) img {
        margin-left: -60px;
    }

    .caseTais .stepItem:nth-child(3) img {
        margin-left: -5px;
    }

    .caseTais .casePromotion {
        padding: 80px 0px;
    }

    .caseTais .caseResult {
        padding: 60px 0px 0px 0px;
    }

    .caseTais .caseReview .img {
        width: 106px;
        left: 0px;
        bottom: 0px;
    }

    .caseTais .caseReview {
        padding: 60px 0;
    }

    .caseTais .reviewBlock {
        padding: 60px;
    }

    .caseTais .reviewBlock .titleContainer+.contentContainer {
        margin-top: 30px;
    }

    .caseTais .caseReview .img img {
        max-height: 190px;
    }
}

@media (max-width: 991px) {

    .caseTais .banner .wrapper,
    .caseTais .startSection .wrapper {
        display: block
    }

    .caseTais .banner .leftSide {
        width: 100%;
        max-width: 480px;
        padding-bottom: 20px;
    }

    .caseTais .banner .rightSide {
        width: 100%;
        max-width: 450px;
        padding-left: 0px;
        margin-right: auto;
    }

    .caseTais .startSection .leftSide {
        width: 100%;
        max-width: 450px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 40px;
        margin-bottom: -40px;
    }

    .caseTais .startSection .rightSide {
        width: 100%;
        padding-bottom: 0;
    }

    .caseTais .caseAnalysis .wrapper {
        margin: 0 calc((738px - 100vw) / 2);
        padding: 60px calc((100vw - 738px) / 2) 0;
    }

    .caseTais .taskBlock {
        margin: 0 calc((738px - 100vw) / 2);
        padding: 60px calc((100vw - 738px) / 2) 20px;
    }

    .caseTais .caseAnalysis .rightSide+.leftSide {
        width: calc(50% + (100vw - 738px) / 2);
        margin-left: calc((738px - 100vw) / 2);
    }

    .caseTais .caseAnalysis .leftSide+.rightSide {
        margin-top: -60px;
    }

    .caseTais .caseAnalysis .rowItems:first-child .leftSide {
        padding-bottom: 100px;
        padding-right: 60px;
    }

    .caseTais .contentBlock {
        margin-top: 40px;
    }

    .caseTais .stepItem:nth-child(2n) img {
        margin-left: -50px;
    }

    .caseTais .stepItem:first-child {
        padding: 80px 0 40px;
    }

    .caseTais .stepItem:nth-child(4) {
        padding: 40px 0 0px;
    }

    .caseTais .stepItem:nth-child(3) img {
        margin-left: -20px;
    }

    .caseTais .casePromotion .num {
        display: none;
    }

    .caseTais .casePromotion .contentContainer {
        flex-direction: column;
    }

    .caseTais .casePromotion .numStepItem {
        width: 100%;
        order: 1;
        margin-top: 28px;
    }

    .caseTais .casePromotion .img {
        max-width: 100%;
    }

    .caseTais .caseResult .rowItems+.rowItems {
        margin-top: 40px;
    }

    .caseTais .reviewBlock {
        padding: 52px 20px;
    }

    .caseTais .reviewBlock .titleContainer {
        text-align: center;
    }

    .caseTais .reviewBlock .titleContainer+.contentContainer {
        margin-top: 26px;
    }

    .caseTais .reviewBlock .contentContainer .textBlock {
        line-height: 22px;
    }

    .caseTais .reviewBlock .contentContainer .textBlock p+p {
        margin-top: 22px;
    }

    .caseTais .reviewBlock:before {
        display: none;
    }

    .caseTais .caseReview .img {
        width: 100%;
        left: auto;
        bottom: auto;
        position: relative;
        margin-top: 20px;
    }

    .caseTais .caseReview .deskEl {
        display: none;
    }

    .caseTais .caseReview .mobEl {
        display: block;
    }

    .caseTais .caseReview .img img {
        max-height: none;
    }

    .caseTais .startSection img {
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .caseTais .sectionTitle .subtitle+.title {
        margin-top: 12px;
    }

    .caseTais .titleContainer+.contentContainer {
        margin-top: 25px;
    }

    .caseTais .caseAnalysis .wrapper {
        margin: 0 -15px;
        padding: 60px 15px;
    }

    .caseTais .taskBlock {
        margin: 0 -15px;
        padding: 60px 15px 20px;
    }

    .caseTais .listTarget .item {
        width: calc(50% - 20px);
    }

    .caseTais .listTarget .iconTempl {
        margin-bottom: 12px;
    }

    .caseTais .caseAnalysis .bigText {
        font-size: 18px;
        line-height: 24px;
    }

    .caseTais .startSection img {
        margin-left: -42px;
        max-width: 560px;
    }

    .caseTais .startSection .leftSide {
        margin-top: 20px;
    }

    .caseTais .caseAnalysis .leftSide+.rightSide {
        display: none;
    }

    .caseTais .caseAnalysis .leftSide {
        width: 100%;
    }

    .caseTais .caseAnalysis .rowItems:first-child .leftSide {
        padding-right: 0;
    }

    .caseTais .caseAnalysis .rightSide {
        width: 100%;
    }

    .caseTais .caseAnalysis .rowItems {
        flex-direction: column;
    }

    .caseTais .caseAnalysis .rowItems:nth-child(2n) .rightSide {
        padding-bottom: 0;
        margin-top: 60px;
    }

    .caseTais .caseAnalysis .rightSide+.leftSide {
        width: calc(100% + 30px);
        margin-left: -15px;
        margin-top: -40px;
    }

    .caseTais .caseAnalysis .leftSide img {
        max-width: 480px;
        left: auto;
        transform: translateX(0%);
        margin-left: 0;
    }

    .caseTais .stepItem:first-child .leftSide,
    .caseTais .stepItem:first-child .rightSide {
        width: 100%;
    }

    .caseTais .stepItem:first-child .titleBlock {
        text-align: center;
    }

    .casePageWrapper .iconItem {
        padding-left: 0px;
        max-width: 450px;
        margin-left: auto;
        margin-right: auto;
    }

    .caseTais .stepItem:first-child {
        padding: 60px 0 40px;
    }

    .caseTais .stepItem:not(:first-child) .wrapper {
        display: block;
    }

    .caseTais .stepItem:not(:first-child) .leftSide,
    .caseTais .stepItem:not(:first-child) .rightSide {
        width: 100%;
    }

    .caseTais .stepItem:first-child {
        padding: 60px 0;
    }

    .caseTais .stepItem:not(:first-child) img {
        max-width: 590px;
    }

    .caseTais .stepItem:nth-child(2n) img,
    .caseTais .stepItem:nth-child(3) img {
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        margin-left: 0px;
    }

    .caseTais .stepItem:nth-child(3) img {
        margin-left: 0px;
    }

    .caseTais .stepItem:nth-child(4) {
        padding: 0;
    }

    .caseTais .caseResult .rowItems {
        display: block;
    }

    .caseTais .caseResult .leftSide,
    .caseTais .caseResult .rightSide {
        width: 100%;
    }

    .caseTais .caseResult .leftSide+.rightSide {
        width: 100%;
        max-width: 450px;
        margin-left: auto;
        margin-right: auto;

    }

    .caseTais .caseResult .rightSide+.leftSide {
        width: 100%;
        max-width: 450px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 40px;
    }
}

@media (max-width: 479px) {
    .caseTais .listTarget .item {
        width: 100%;
    }

    .caseTais .startSection img {
        margin-left: -70px;
        max-width: 440px;
    }

    .caseTais .caseAnalysis .leftSide img {
        max-width: 375px;
        left: auto;
        transform: translateX(0%);
    }

    .caseTais .stepItem:not(:first-child) img {
        max-width: 382px;
    }
}