.caseStarstore .textBlock {
    font-size: 18px;
    line-height: 28px;
}

.caseStarstore .textBlock p+p {
    margin-top: 28px;
}

.caseStarstore .checkList li+li {
    margin-top: 28px;
}

.caseStarstore .caseBtn {
    display: inline-block;
    padding: 0 44px;
    height: 60px;
    font-size: 12px;
    line-height: 60px;
    font-family: 'Montserrat';
    color: #fff;
    font-weight: 600;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    text-align: center;
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
    -ms-border-radius: 32px;
    border-radius: 32px;
    background: linear-gradient(to right, #c270ec 0%, #866df7 50%, #866df7 50%, #c270ec 75%);
    background-size: 200% 100%;
    background-position: -100% 0;
    -webkit-transition: background-position 0.4s;
    -moz-transition: background-position 0.4s;
    -o-transition: background-position 0.4s;
    transition: background-position 0.4s;
}

.caseStarstore .caseBtn .icon {
    display: inline-block;
    vertical-align: top;
    font-size: 24px;
    line-height: 58px;
    color: inherit;
    letter-spacing: 0em;
    margin-left: 8px;
    -webkit-transition: color 0.4s;
    -moz-transition: color 0.4s;
    -o-transition: color 0.4s;
    transition: color 0.4s;
}

.caseStarstore .caseBtn:hover {
    background-position: 0% 0;
}

.caseStarstore .titleContainer+.contentContainer {
    margin-top: 25px;
}

.caseStarstore .sectionTitle .subtitle span {
    color: #9E85F5;
}

.caseStarstore .checkItem:before {
    content: '\e901';
    top: 8px;
    left: 4px;
    font-size: 10px;
}

.caseStarstore .banner {
    padding: 32px 0px 43px;
    background: #EBF2FD;
}

.caseStarstore .banner .wrapper {
    display: flex;
    align-items: center;
}

.caseStarstore .banner .leftSide {
    width: 560px;
    padding-right: 80px;
}

.caseStarstore .banner .rightSide {
    width: calc(100% - 560px);
}

.caseStarstore .banner img {
    max-width: 100%;
    margin: 0 auto;
}

.caseStarstore img {
    display: block;
}

.caseStarstore .banner .caseBtn {
    margin-top: 40px;
}

.caseStarstore .startSection {
    padding: 142px 0px 60px;
}

.caseStarstore .startSection .wrapper {
    display: flex;
    align-items: center;
}

.caseStarstore .startSection .leftSide {
    width: 514px;
}

.caseStarstore .startSection .rightSide {
    width: calc(100% - 514px);
    padding-left: 98px;
}

.caseStarstore .startSection img {
    max-width: 100%;
}

.caseStarstore .goalSection {
    text-align: center;
    position: relative;
}

.caseStarstore .checkItem:before {
    color: #9E85F5;
}

.caseStarstore .goalSection .iconTempl {
    margin-left: auto;
    margin-right: auto;
    background: -webkit-linear-gradient(to right, #866df7, #c270ec);
    background: linear-gradient(to right, #866df7, #c270ec);
    background-clip: border-box;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-box-decoration-break: clone;
    color: transparent;
    text-shadow: 0px 0px #00000000;
}

.caseStarstore .taskBlock {
    display: flex;
    justify-content: space-between;
    background: #F9FBFF;
    padding: 100px 128px 40px;
    position: relative;
}

.caseStarstore .taskBlock .img {
    position: absolute;
    bottom: 0px;
    left: 0px;
    max-width: 100%;
}

.caseStarstore .taskSection .titleBlock {
    width: 360px;
    padding-right: 60px;
    padding-bottom: 361px;
}

.caseStarstore .taskSection .contentBlock {
    width: calc(100% - 360px);
}

.caseStarstore .listTarget {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: -40px;
}

.caseStarstore .listTarget .item {
    width: calc(50% - 15px);
    padding-bottom: 40px;
}

.caseStarstore .listTarget .iconTempl {
    margin-bottom: 40px;
}

.caseStarstore .caseAnalysis .wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    background-color: #EBF2FD;
    padding: 60px 90px 0px 0px;
}

.caseStarstore .caseAnalysis .leftSide {
    width: 612px;
    padding-left: 132px;
}

.caseStarstore .caseAnalysis .rightSide {
    width: calc(100% - 612px);
    padding-left: 60px;
}

.caseStarstore .caseAnalysis .rightSide+.leftSide {
    padding-left: 0;
    margin-top: -90px;
    width: calc(100% - 562px);
}

.caseStarstore .caseAnalysis .rightSide+.leftSide+.rightSide {
    width: 562px;
}

.caseStarstore .stepItem .wrapper {
    display: flex;
    align-items: center;
}

.caseStarstore .stepItem .leftSide,
.caseStarstore .stepItem .rightSide {
    width: 50%;
}

.caseStarstore .stepItem:first-child .wrapper {
    padding: 126px 0px 0px;
    display: block;
}

.caseStarstore .projectSection .contentContainer {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.caseStarstore .stepItem:first-child .leftSide {
    width: calc(50% - 60px);
}

.caseStarstore .stepItem:first-child .rightSide {
    width: calc(50% - 60px);
}

.caseStarstore .stepItem .titleBlock {
    margin-bottom: 50px;
}

.caseStarstore .stepItem:first-child .iconItem {
    margin-bottom: 50px;
}

.caseStarstore .stepItem:first-child .iconItemsList {
    margin-bottom: -50px;
}

.caseStarstore .projectSection .titleContainer {
    text-align: center;
}

.caseStarstore .projectSection .titleContainer+.contentContainer {
    margin-top: 90px;
}

.caseStarstore .stepItem .titleBlock .title span {
    color: #9E85F5;
}

.caseStarstore .stepItem:nth-child(2n) .leftSide {
    order: -1;
    padding-right: 60px;
}

.caseStarstore .stepItem:nth-child(2n+3) .rightSide {
    padding-left: 60px;
}

.caseStarstore .stepItem:nth-child(2) img,
.caseStarstore .stepItem:nth-child(3) img,
.caseStarstore .stepItem:nth-child(4) img,
.caseStarstore .stepItem:nth-child(5) img {
    border-radius: 40px;
    box-shadow: 0px 10px 80px rgba(7, 7, 7, 0.08);
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}

.caseStarstore .stepItem:nth-child(2n+3) {
    padding-top: 90px;
    padding-bottom: 90px;
}

.caseStarstore .stepItem:nth-child(6) .wrapper {
    display: block;
}

.caseStarstore .stepItem:nth-child(6) .titleBlock {
    text-align: center;
}

.caseStarstore .stepItem:nth-child(6) .titleBlock .textBlock {
    max-width: 587px;
    margin: 0px auto;
    padding: 25px 0px 0px;
}

.starstoreSlider .slick-list {
    padding: 0 42px;
    margin: 0 -42px;
}

.starstoreSlider .item {
    height: 660px;
}

.starstoreSlider img {
    width: calc(100% + 84px);
    margin-left: -42px;
}

.starstoreSlider .item:nth-child(2n) {
    padding-top: 80px;
}

.caseStarstore .caseResult .wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.caseStarstore .caseResult .titleContainer+.contentContainer {
    margin-top: 40px;
}

.caseStarstore .caseResult {
    padding: 125px 0px 80px 0px;
    background: #EBF2FD;
}

.caseStarstore .caseResult .leftSide {
    width: 50%;
}

.caseStarstore .caseResult .rightSide+.leftSide {
    order: -1;
}

.caseStarstore .caseResult .rightSide {
    width: 50%;
}

.caseStarstore .caseResult .checkItem+.checkItem {
    margin-top: 28px;
}

.caseStarstore .caseReview {
    padding: 109px 0;
}

.caseStarstore .reviewBlock {
    position: relative;
    padding-top: 106px;
    padding-bottom: 140px;
    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;
}

.caseStarstore .reviewBlock .wrapper {
    max-width: 795px;
    margin-left: auto;
}

.caseStarstore .reviewBlock .titleContainer+.contentContainer {
    margin-top: 61px;
}

.caseStarstore .reviewBlock:before {
    content: "";
    display: block;
    position: absolute;
    top: 90px;
    left: 35px;
    width: 105px;
    height: 87px;
    background-image: url(/img/starstore/quotes.png);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
}

.slick-slider .slick-dots {
    display: flex;
    justify-content: center;
}

.slick-slider .slick-dots li {
    margin: 5px 8px;
}

.slick-slider .slick-dots button {
    width: 10px;
    height: 10px;
    background-color: #D6D6D6;
    display: block;
    border-radius: 50%;
    font-size: 0px;
    transition: background-color 0.2s;
}

.slick-slider .slick-dots .slick-active button {
    background-color: #9E85F5;
}

@media (max-width: 1259px) {
    .caseStarstore .stepItem:first-child .img {
        width: 100%;
    }

    .caseStarstore .stepItem:first-child .img img {
        position: relative;
        width: calc(100% + 232px);
        left: 50%;
        transform: translateX(-50%);
    }
}

@media (max-width: 1279px) {}

@media (max-width: 1199px) {
    .caseStarstore .textBlock {
        font-size: 14px;
        line-height: 22px;
    }

    .caseStarstore .banner .leftSide {
        width: 480px;
        padding-right: 60px;
    }

    .caseStarstore .banner .rightSide {
        width: calc(100% - 480px);
    }

    .caseStarstore .startSection .leftSide {
        width: 480px;
    }

    .caseStarstore .startSection .rightSide {
        width: calc(100% - 480px);
        padding-left: 60px;
    }

    .caseStarstore .startSection {
        padding: 60px 0px;
    }

    .casePageWrapper .goalSection .textBlock {
        padding: 20px 0px 60px 0px;
    }

    .caseStarstore .taskBlock {
        margin: 0 calc((961px - 100vw) / 2);
        padding: 80px calc((100vw - 961px) / 2);
    }

    .caseStarstore .caseAnalysis .wrapper {
        margin: 0 calc((961px - 100vw) / 2);
        padding: 60px calc((100vw - 961px) / 2) 0;
    }

    .caseStarstore .taskBlock .img {
        width: 360px;
    }

    .caseStarstore .taskBlock .img img {
        max-width: 100%;
    }

    .caseStarstore .caseAnalysis .leftSide {
        width: 480px;
        padding-left: 0px;
    }

    .caseStarstore .caseAnalysis .rightSide {
        width: calc(100% - 480px);
        padding-left: 60px;
    }

    .caseStarstore .caseAnalysis img {
        max-width: 100%;
    }

    .caseStarstore .caseAnalysis .rightSide+.leftSide+.rightSide {
        width: calc(100% - 420px);
    }

    .caseStarstore .caseAnalysis .rightSide+.leftSide {
        width: 420px;
    }

    .caseStarstore .taskSection .titleBlock {
        padding-bottom: 290px;
    }

    .caseStarstore .stepItem:first-child .wrapper {
        padding: 60px 0px 0px;
    }

    .caseStarstore .stepItem .titleBlock {
        margin-bottom: 40px;
    }

    .caseStarstore .projectSection .titleContainer+.contentContainer {
        margin-top: 60px;
    }

    .caseStarstore .stepItem:first-child .img img {
        width: calc(100% + 188px);
    }

    .caseStarstore .stepItem:first-child .iconItem {
        margin-bottom: 28px;
    }

    .caseStarstore .stepItem:first-child .iconItemsList {
        margin-bottom: -28px;
    }

    .starstoreSlider .item {
        height: 560px;
    }

    .caseStarstore .caseResult {
        padding: 60px 0px;
    }

    .caseStarstore .caseResult img {
        max-width: 100%;
    }

    .caseStarstore .caseResult .wrapper {
        align-items: flex-start;
    }

    .caseStarstore .caseReview {
        padding: 60px 0;
    }

    .caseStarstore .reviewBlock {
        padding: 60px;
    }

    .caseStarstore .reviewBlock .titleContainer+.contentContainer {
        margin-top: 30px;
    }
}

@media (max-width: 991px) {
    .caseStarstore .banner .wrapper {
        display: block;
    }

    .caseStarstore .banner .leftSide {
        padding-right: 0;
    }

    .caseStarstore .banner .rightSide {
        width: 100%;
        margin-top: 40px;
    }

    .caseStarstore .banner img {
        max-width: 480px;
        margin-left: auto;
        margin-right: auto;
    }

    .caseStarstore .startSection .wrapper {
        flex-direction: column;
    }

    .caseStarstore .startSection .leftSide {
        order: 1;
        margin-top: 40px;
    }

    .caseStarstore .startSection .rightSide {
        width: 100%;
        padding-left: 0;
    }

    .caseStarstore .taskBlock {
        margin: 0 calc((738px - 100vw) / 2);
        padding: 60px calc((100vw - 738px) / 2);
    }

    .caseStarstore .taskSection .titleBlock {
        width: 290px;
        padding-right: 40px;
    }

    .caseStarstore .taskSection .contentBlock {
        width: calc(100% - 290px);
    }

    .caseStarstore .taskBlock .img {
        width: 290px;
    }

    .caseStarstore .caseAnalysis .wrapper {
        margin: 0 calc((738px - 100vw) / 2);
        padding: 40px calc((100vw - 738px) / 2) 0;
    }

    .caseStarstore .caseAnalysis .leftSide {
        width: 50%;
    }

    .caseStarstore .caseAnalysis .rightSide {
        width: 50%;
        padding-left: 40px;
    }

    .caseStarstore .caseAnalysis .rightSide+.leftSide {
        width: calc(50% - 40px);
    }

    .caseStarstore .caseAnalysis .rightSide+.leftSide+.rightSide {
        width: calc(50% + 40px);
    }

    .caseStarstore .caseAnalysis .rightSide+.leftSide {
        margin-top: -40px;
    }

    .caseStarstore .projectSection .titleContainer+.contentContainer {
        margin-top: 40px;
    }

    .caseStarstore .stepItem .titleBlock {
        margin-bottom: 28px;
    }

    .caseStarstore .stepItem:first-child .leftSide {
        width: calc(50% - 15px);
    }

    .caseStarstore .stepItem:first-child .img img {
        width: calc(100% + 140px);
    }

    .caseStarstore .stepItem:nth-child(2n) .leftSide {
        padding-right: 40px;
    }

    .caseStarstore .stepItem:nth-child(2n+3) {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .caseStarstore .stepItem:nth-child(2n+3) .rightSide {
        padding-left: 40px;
    }

    .caseStarstore .caseResult .wrapper {
        align-items: center;
    }

    .caseStarstore .reviewBlock {
        padding: 52px 20px;
    }

    .caseStarstore .reviewBlock .titleContainer {
        text-align: center;
    }

    .caseStarstore .reviewBlock .titleContainer+.contentContainer {
        margin-top: 26px;
    }

    .caseStarstore .reviewBlock .contentContainer .textBlock {
        line-height: 22px;
    }

    .caseStarstore .reviewBlock .contentContainer .textBlock p+p {
        margin-top: 22px;
    }

    .caseStarstore .reviewBlock:before {
        display: none;
    }

    .caseStarstore .stepItem:nth-child(6) {
        padding-bottom: 60px;
    }

    .starstoreSlider .item:nth-child(2n) {
        padding-top: 0;
    }

    .starstoreSlider .item {
        height: auto;
    }
}

@media (max-width: 767px) {
    .caseStarstore .banner .leftSide {
        width: 100%;
    }

    .caseStarstore .sectionTitle .subtitle+.title {
        margin-top: 12px;
    }

    .caseStarstore .titleContainer+.contentContainer {
        margin-top: 25px;
    }

    .caseStarstore .banner img {
        max-width: 450px;
    }

    .caseStarstore .startSection .leftSide {
        width: 100%;
    }

    .caseStarstore .startSection img {
        max-width: 450px;
        margin-left: auto;
        margin-right: auto;
    }

    .caseStarstore .taskBlock {
        display: block;
        margin: 0 -15px 0;
        padding: 60px 15px 0;
    }

    .caseStarstore .taskSection .titleBlock {
        width: 100%;
        padding-right: 0px;
        padding-bottom: 40px;
    }

    .caseStarstore .taskSection .contentBlock {
        width: 100%;
    }

    .caseStarstore .taskBlock .img {
        display: none;
    }

    .caseStarstore .listTarget {
        margin-bottom: 0;
    }

    .caseStarstore .caseAnalysis .wrapper {
        margin: 0 -15px;
        padding: 60px 15px;
        display: block;
    }

    .caseStarstore .caseAnalysis .rightSide+.leftSide {
        margin-top: 0px;
    }

    .caseStarstore .caseAnalysis .rightSide+.leftSide+.rightSide {
        width: 100%;
        margin-top: 40px;
    }

    .caseStarstore .caseAnalysis .leftSide,
    .caseStarstore .caseAnalysis .rightSide+.leftSide {
        width: 100%;
    }

    .caseStarstore .caseAnalysis .rightSide {
        width: 100%;
        padding-left: 0px;
    }

    .caseStarstore .caseAnalysis img {
        max-width: 450px;
        margin-left: auto;
        margin-right: auto;
    }

    .caseStarstore .caseAnalysis .rightSide+.leftSide {
        display: none;
    }

    .caseStarstore .projectSection .titleContainer+.contentContainer {
        display: block;
    }

    .caseStarstore .stepItem:first-child .leftSide {
        width: 100%;
    }

    .caseStarstore .stepItem .titleBlock {
        text-align: center;
    }

    .caseStarstore .listTarget .iconTempl {
        margin-bottom: 12px;
    }

    .caseStarstore .stepItem:first-child .rightSide {
        width: 100%;
        margin-top: 56px;
    }

    .caseStarstore .stepItem:first-child .img img {
        width: 536px;
    }

    .caseStarstore .stepItem .wrapper {
        display: block;
    }

    .caseStarstore .caseResult .leftSide,
    .caseStarstore .stepItem .leftSide,
    .caseStarstore .stepItem .rightSide {
        width: 100%;
    }

    .caseStarstore .stepItem:nth-child(2n) .leftSide {
        padding-right: 0;
        margin-top: 40px;
    }

    .caseStarstore .stepItem:nth-child(2n+3) .rightSide {
        padding-left: 0;
        margin-top: 40px;
    }

    .caseStarstore .caseResult .wrapper {
        display: block;
    }

    .caseStarstore .caseResult .rightSide {
        width: 100%;
        margin-top: 40px;
    }

    .caseStarstore .caseResult img {
        max-width: 450px;
    }

    .caseStarstore .caseResult {
        padding: 60px 0px 20px;
    }
}

@media (max-width: 479px) {
    .caseStarstore .caseBtn {
        padding: 0 20px;
    }

    .caseStarstore .caseResult img,
    .caseStarstore .caseAnalysis img,
    .caseStarstore .startSection img,
    .caseStarstore .banner img {
        max-width: 290px;
    }

    .caseStarstore .listTarget .item {
        width: 100%;
    }

    .caseStarstore .stepItem:first-child .img img {
        width: 340px;
    }

    .caseStarstore .stepItem:first-child .img {
        margin-top: 48px;
    }

    .caseStarstore .stepItem:nth-child(2) {
        padding-top: 48px;
    }

    .starstoreSlider {
        max-width: 290px;
        margin-left: auto;
        margin-right: auto;
    }

    .starstoreSlider .slick-list {
        padding: 0 calc((100vw - 290px) / 2);
        margin: 0 calc((290px - 100vw) / 2);
    }
}