.caseEdison .textBlock {
    font-size: 18px;
    line-height: 28px;
}

.caseEdison .textBlock p+p {
    margin-top: 28px;
}

.caseEdison .checkList li+li {
    margin-top: 28px;
}

.caseEdison .caseBtn {
    display: inline-block;
    padding-left: 40px;
    padding-right: 30px;
    height: 64px;
    min-width: 240px;
    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: #3F51B5;
    -webkit-transition: background-position 0.4s;
    -moz-transition: background-position 0.4s;
    -o-transition: background-position 0.4s;
    transition: background-position 0.4s;
}

.caseEdison .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;
}

.caseEdison .caseBtn:hover {
    background-position: 0% 0;
}

.caseEdison .titleContainer+.contentContainer {
    margin-top: 28px;
}

.caseEdison .sectionTitle .subtitle span {
    color: #3F51B5;
}

.caseEdison .checkItem:before {
    content: '\e901';
    top: 8px;
    left: 4px;
    font-size: 10px;
}

.caseEdison .banner {
    position: relative;
    padding-top: 40px;
    background: #EBF2FD;
}

.caseEdison .banner .wrapper {
    display: flex;
    align-items: center;
}

.caseEdison .banner .leftSide {
    width: 50%;
}

.caseEdison .banner .rightSide {
    width: 50%;
}

.caseEdison .banner img {
    max-width: 478px;
    margin: 0 auto;
}

.caseEdison img {
    display: block;
}

.caseEdison .banner .caseBtn {
    margin-top: 48px;
}

.caseEdison .startSection .wrapper {
    display: flex;
    align-items: center;
}

.caseEdison .startSection .leftSide {
    width: 50%;
}

.caseEdison .startSection .rightSide {
    width: 50%;
}

.caseEdison .startSection img {
    max-width: 100%;
}

.caseEdison .goalSection {
    text-align: center;
    position: relative;
}

.caseEdison .checkItem:before {
    color: #3F51B5;
}

.caseEdison .goalSection .iconTempl {
    margin-left: auto;
    margin-right: auto;
    color: #3F51B5;
}

.caseEdison .taskBlock {
    background: #EBF2FD;
    padding: 140px 80px;
    position: relative;
}

.caseEdison .taskSection .titleContainer+.contentContainer {
    margin-top: 80px;
}

.caseEdison .iconTempl {
    color: #3F51B5;
}

.caseEdison .listTarget {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -30px -40px;
}

.caseEdison .listTarget .item {
    width: calc(100% / 3);
    padding: 0 30px 40px;
}

.caseEdison .listTarget .iconTempl {
    margin-bottom: 40px;
}

.caseEdison .caseAnalysis .wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    background-color: #F9FBFF;
    padding: 140px 80px;
}

.caseEdison .caseAnalysis .leftSide {
    width: 50%;
}

.caseEdison .caseAnalysis .rightSide {
    width: 50%;
}

.caseEdison .caseAnalysis img {
    max-width: 100%;
}

.caseEdison .titleBlock {
    margin-bottom: 28px;
}

.caseEdison .stepItem .wrapper {
    display: flex;
    align-items: center;
}

.caseEdison .stepItem .leftSide,
.caseEdison .stepItem .rightSide {
    width: 50%;
}

.caseEdison .stepItem:first-child .wrapper {
    padding: 126px 0px 0px;
    display: block;
}

.caseEdison .projectSection .contentContainer {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.caseEdison .stepItem:first-child .leftSide {
    width: calc(50% - 60px);
}

.caseEdison .stepItem:first-child .rightSide {
    width: calc(50% - 60px);
}

.caseEdison .stepItem .titleBlock {
    margin-bottom: 50px;
}

.caseEdison .stepItem:first-child .iconItem {
    margin-bottom: 50px;
}

.caseEdison .stepItem:first-child .iconItemsList {
    margin-bottom: -50px;
}

.caseEdison .stepItem:first-child .img {
    width: 100%;
}

.caseEdison .stepItem img {
    box-shadow: 0px 10px 80px rgba(0, 0, 0, 0.08);
}

.caseEdison .stepItem img {
    max-width: 100%;
}

.caseEdison .projectSection .titleContainer {
    text-align: center;
}

.caseEdison .projectSection .titleContainer+.contentContainer {
    margin-top: 90px;
}

.caseEdison .projectSection .contentContainer>.img {
    margin-top: 60px;
}

.caseEdison .stepItem .titleBlock .title span {
    color: #3F51B5;
}

.caseEdison .stepItem+.stepItem {
    margin-top: 160px;
}

.caseEdison .stepItem:nth-child(2n) .leftSide {
    order: -1;
    padding-right: 60px;
}

.caseEdison .stepItem:nth-child(2n+3) .rightSide {
    padding-left: 60px;
}

.caseEdison .stepItem .img img {
    max-width: 100%;
}

.caseEdison .stepItem:nth-child(2n) img {
    margin-right: auto;
}

.caseEdison .stepItem:nth-child(2n+3) img {
    margin-left: auto;
}

.caseEdison .stepItem:nth-child(4) .wrapper {
    display: block;
}

.caseEdison .stepItem:nth-child(4) .contentBlock {
    display: flex;
    margin: 0 -30px;
}

.caseEdison .stepItem:nth-child(4) .col {
    width: calc(100% / 3);
    padding: 0 30px;
}

.caseEdison .stepItem:nth-child(4) .imagesGrid {
    margin-top: 36px;
    display: flex;
    justify-content: space-between;
}

.caseEdison .stepItem:nth-child(4) .imagesGrid .item {
    width: calc(50% - 12px);
    margin-top: 24px;
}

.caseEdison .stepItem:nth-child(4) .imagesGrid .img+.img {
    margin-top: 24px;
}

.caseEdison .stepItem:nth-child(4) {
    padding-bottom: 120px;
}

.caseEdison .caseResult .wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.caseEdison .caseResult .titleContainer+.contentContainer {
    margin-top: 60px;
}

.caseEdison .caseResult {
    background: #EBF2FD;
    padding-top: 90px;
}

.caseEdison .caseResult .leftSide {
    width: 50%;
    padding-bottom: 70px;
}

.caseEdison .caseResult .rightSide {
    width: 50%;
    padding-left: 30px;
}

.caseEdison .caseResult .checkItem+.checkItem {
    margin-top: 28px;
}

.caseEdison .caseReview {
    padding: 109px 0;
}

.caseEdison .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;
}

.caseEdison .reviewBlock .wrapper {
    max-width: 795px;
    margin-left: auto;
}

.caseEdison .reviewBlock .titleContainer+.contentContainer {
    margin-top: 61px;
}

.caseEdison .reviewBlock:before {
    content: "";
    display: block;
    position: absolute;
    top: 90px;
    left: 35px;
    width: 105px;
    height: 87px;
    background-image: url(/img/brestgas/quotes.png);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
}

.caseEdison .caseReview .img {
    position: absolute;
    width: 105px;
    left: 35px;
    top: 50%;
    transform: translateY(-50%);
}

.caseEdison .caseReview .img img {
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 1259px) {
    .caseEdison .stepItem:first-child .img {
        width: 100%;
    }

    .caseEdison .stepItem:first-child .img img {
        position: relative;
        width: calc(100% + 232px);
        left: 50%;
        transform: translateX(-50%);
    }
}

@media (max-width: 1279px) {}

@media (max-width: 1199px) {
    .caseEdison .textBlock {
        font-size: 14px;
        line-height: 22px;
    }

    .caseEdison .banner {
        overflow: hidden;
    }

    .caseEdison .banner .leftSide {
        padding-bottom: 60px;
    }

    .caseEdison .banner img {
        max-width: 100%;
        margin-bottom: -30%;
    }

    .casePageWrapper .goalSection .textBlock {
        padding: 20px 0px 60px 0px;
    }

    .caseEdison .taskBlock {
        margin: 0 calc((961px - 100vw) / 2);
        padding: 80px calc((100vw - 961px) / 2);
    }

    .caseEdison .taskSection .titleContainer+.contentContainer {
        margin-top: 60px;
    }

    .caseEdison .caseAnalysis .wrapper {
        margin: 0 calc((961px - 100vw) / 2);
        padding: 60px calc((100vw - 961px) / 2) 0;
    }

    .caseEdison .projectSection .titleContainer+.contentContainer {
        margin-top: 60px;
    }

    .caseEdison .stepItem:first-child .iconItem {
        margin-bottom: 28px;
    }

    .caseEdison .stepItem:first-child .iconItemsList {
        margin-bottom: -28px;
    }

    .caseEdison .stepItem:first-child .leftSide,
    .caseEdison .stepItem:first-child .rightSide {
        width: calc(50% - 30px);
    }

    .caseEdison .stepItem+.stepItem {
        margin-top: 90px;
    }

    .caseEdison .stepItem+.stepItem {
        margin-top: 90px;
    }

    .caseEdison .caseResult {
        padding-top: 60px;
    }

    .caseEdison .caseResult img {
        max-width: 100%;
    }

    .caseEdison .caseReview {
        padding: 60px 0;
    }

    .caseEdison .reviewBlock {
        padding: 60px;
    }

    .caseEdison .reviewBlock .titleContainer+.contentContainer {
        margin-top: 30px;
    }

    .caseEdison .caseReview .img {
        left: 0px;
        top: auto;
        transform: translateY(0%);
        bottom: 14px;
    }

    .caseEdison .caseReview .img img {
        max-height: 160px;
    }
}

@media (max-width: 991px) {
    .caseEdison .banner .wrapper {
        display: block;
    }

    .caseEdison .banner .leftSide {
        width: 480px;
        padding-bottom: 0;
    }

    .caseEdison .banner .rightSide {
        width: 100%;
        margin-top: 40px;
        max-width: 450px;
    }

    .caseEdison .startSection .wrapper {
        flex-direction: column;
    }

    .caseEdison .startSection .leftSide {
        order: 1;
        width: 100%;
        max-width: 480px;
        margin-left: auto;
        margin-right: auto;
    }

    .caseEdison .startSection .rightSide {
        width: 100%;
    }

    .caseEdison .startSection {
        padding: 60px 0px 20px;
    }

    .caseEdison .taskBlock {
        margin: 0 calc((738px - 100vw) / 2);
        padding: 60px calc((100vw - 738px) / 2);
    }

    .caseEdison .taskSection .titleContainer+.contentContainer {
        margin-top: 40px;
    }

    .caseEdison .listTarget .item {
        padding: 0 15px 30px;
    }

    .caseEdison .listTarget {
        margin: 0 -15px -30px;
    }

    .caseEdison .caseAnalysis .wrapper {
        margin: 0 calc((738px - 100vw) / 2);
        padding: 60px calc((100vw - 738px) / 2) 0;
    }

    .caseEdison .stepItem:first-child .wrapper {
        padding: 60px 0px 0px;
    }

    .caseEdison .projectSection .titleContainer+.contentContainer {
        margin-top: 40px;
    }

    .caseEdison .stepItem:first-child .leftSide,
    .caseEdison .stepItem:first-child .rightSide {
        width: calc(50% - 15px);
    }

    .caseEdison .projectSection .contentContainer>.img {
        margin-top: 40px;
    }

    .caseEdison .stepItem+.stepItem {
        margin-top: 60px;
    }

    .caseEdison .stepItem:nth-child(2n) .leftSide {
        padding-right: 40px;
    }

    .caseEdison .stepItem .titleBlock {
        margin-bottom: 28px;
    }

    .caseEdison .stepItem:nth-child(2n+3) .rightSide {
        padding-left: 40px;
    }

    .caseEdison .stepItem:nth-child(4) .col {
        padding: 0 15px;
    }

    .caseEdison .stepItem:nth-child(4) .contentBlock {
        margin: 0 -15px;
    }

    .caseEdison .stepItem:nth-child(4) {
        padding-bottom: 60px;
    }

    .caseEdison .caseResult .rightSide {
        margin-top: auto;
    }

    .caseEdison .caseResult .titleContainer+.contentContainer {
        margin-top: 40px;
    }

    .caseEdison .reviewBlock {
        padding: 52px 20px;
    }

    .caseEdison .reviewBlock .titleContainer {
        text-align: center;
    }

    .caseEdison .reviewBlock:before {
        display: none;
    }

    .caseEdison .caseReview .img {
        top: 22px;
        bottom: auto;
        width: 60px;
    }

    .caseEdison .caseReview .img img {
        max-height: 120px;
    }
}

@media (max-width: 767px) {
    .caseEdison .sectionTitle .subtitle+.title {
        margin-top: 12px;
    }

    .caseEdison .titleContainer+.contentContainer {
        margin-top: 25px;
    }

    .caseEdison .banner .leftSide {
        width: 100%;
    }

    .caseEdison .banner .rightSide {
        max-width: 450px;
    }

    .caseEdison .banner img {
        margin-bottom: -50%;
    }

    .caseEdison .startSection .leftSide {
        max-width: 450px;
    }

    .caseEdison .taskBlock {
        margin: 0 -15px 0;
        padding: 60px 15px;
    }

    .caseEdison .listTarget .item {
        width: 50%;
    }

    .caseEdison .listTarget .iconTempl {
        margin-bottom: 12px;
    }

    .caseEdison .caseAnalysis .wrapper {
        margin: 0 -15px;
        padding: 60px 15px 20px;
    }

    .caseEdison .caseAnalysis .leftSide {
        width: 100%;
    }

    .caseEdison .caseAnalysis .rightSide {
        width: 100%;
        margin-top: 40px;
    }

    .caseEdison .caseAnalysis .rightSide+.leftSide {
        order: 1;
        margin-top: 20px;
    }

    .caseEdison .caseAnalysis .img {
        max-width: 450px;
        margin-left: auto;
        margin-right: auto;
    }

    .caseEdison .stepItem:first-child .leftSide,
    .caseEdison .stepItem:first-child .rightSide,
    .caseEdison .stepItem .leftSide,
    .caseEdison .stepItem .rightSide {
        width: 100%;
    }

    .caseEdison .stepItem:first-child .rightSide {
        margin-top: 28px;
    }

    .caseEdison .stepItem .titleBlock {
        text-align: center;
    }

    .caseEdison .stepItem .wrapper {
        display: block;
    }

    .caseEdison .stepItem:nth-child(2n) .leftSide {
        padding-right: 0px;
        margin-top: 40px;
    }

    .caseEdison .stepItem:nth-child(2n+3) .rightSide {
        padding-left: 0px;
        margin-top: 40px;
    }

    .caseEdison .stepItem:nth-child(4) .col {
        width: 100%;
    }

    .caseEdison .stepItem:nth-child(4) .col+.col {
        margin-top: 28px;
    }

    .caseEdison .stepItem:nth-child(4) .contentBlock {
        display: block;
    }

    .caseEdison .stepItem:nth-child(4) .imagesGrid {
        margin-top: 40px;
    }

    .caseEdison .stepItem:nth-child(4) .imagesGrid .item {
        width: 100%;
        margin-top: 0px;
    }

    .caseEdison .stepItem:nth-child(4) .imagesGrid .item+.item {
        display: none;
    }

    .caseEdison .stepItem:nth-child(4) .imagesGrid .img+.img {
        display: none;
    }

    .caseEdison .caseResult .leftSide {
        width: 100%;
        padding-bottom: 0px;
    }

    .caseEdison .caseResult .rightSide {
        width: 100%;
        max-width: 450px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 0px;
        margin-top: 40px;
    }

    .caseEdison .caseResult .wrapper {
        display: block;
    }

}

@media (max-width: 479px) {
    .caseEdison .caseBtn {
        padding: 0 20px;
    }

    .caseEdison .banner .rightSide {
        max-width: 290px;
    }

    .caseEdison .listTarget .item {
        width: 100%;
    }

    .caseEdison .caseReview .img {
        display: none;
    }
}