.caseRembox .caseBtn {
    display: inline-block;
    background-color: #BD0000;
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
    -ms-border-radius: 32px;
    border-radius: 32px;
    height: 64px;
    padding-left: 40px;
    padding-right: 30px;
    font-size: 12px;
    line-height: 64px;
    font-family: 'Montserrat';
    font-weight: bold;
    letter-spacing: 0.8em;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    -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;
}

.caseRembox .banner {
    background-color: #F1F1F1;
    padding: 35px 0;
}

.caseRembox .banner .contentContainer {
    margin-top: 19px;
}

.caseRembox .banner .contentContainer a {
    margin-top: 37px;
}

.caseRembox .banner .rightSide {
    width: calc(50% + 113px);
    position: relative;
    left: 93px;
}

.caseRembox .banner .rightSide img {
    width: 100%;
}

.caseRembox .banner .picture {
    background-size: cover;
    width: 797px;
    height: 568px;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    top: 35px;
    left: -78px;
}

.caseRembox .banner .wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.caseRembox .banner .leftSide {
    width: calc(50% - 120px);
}

.caseRembox .subtitle span {
    color: #BD0000;
}

.caseRembox .textBlock p+p {
    margin-top: 28px;
}

.caseRembox .textBlock p {
    font-family: "Montserrat";
    font-size: 18px;
    line-height: 28px;
    color: #1D1D1D;
}

@media (max-width: 1199px) {
    .caseRembox .textBlock p {
        font-size: 14px;
        line-height: 22px;
    }
}

.caseRembox .startSection {
    padding: 144px 0 124px;
}

.caseRembox .startSection .wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.caseRembox .startSection .titleContainer {
    width: 100%;
    margin-bottom: 75px;
}

.caseRembox .startSection .leftSide {
    width: 50%;
    max-width: 478px;
}

.caseRembox .startSection .leftSide .img {
    width: 100%;
    position: relative;
    left: -67px;
    top: 50px;
}

.caseRembox .startSection .leftSide .img img {
    width: 150%;
}

.caseRembox .startSection .rightSide {
    width: calc(100% - 478px);
    padding-left: 133px;
    padding-top: 23px;
}

.caseRembox .taskSection .iconTempl {
    margin: 0 auto;

}

.caseRembox .taskSection .titleContainer .title {
    text-align: center;
    margin-top: 18px;
}

.caseRembox .taskSection .titleContainer .iconTempl {
    color: #BD0000;
}

.caseRembox .taskSection .titleContainer .info {
    margin: 39px auto 0;
    text-align: center;
}

.caseRembox .taskSection .titleContainer .textBlock {
    margin: 0 auto;
    max-width: 620px;
    display: block;
    width: 100%;
}

.caseRembox .taskSection .contentContainer {
    margin-top: 100px;
    background-color: #f9fbff;
}

.caseRembox .taskSection .taskBlock {
    padding: 115px 0 50px;
}

.caseRembox .taskSection .taskBlock .iconTempl {
    color: #E9C30C;
    font-size: 30px;
}

.caseRembox .taskSection .taskBlock .listTarget {
    padding: 0 102px;
    margin-top: 81px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.caseRembox .taskSection .taskBlock .listTarget .item {
    align-items: flex-start;
    display: flex;
    width: calc(50% - 10px);
    margin-bottom: 72px;
}

.caseRembox .taskSection .taskBlock .listTarget .txt {
    width: calc(100% - 64px);
    padding-left: 36px;
    font-size: 18px;
    position: relative;
    top: 6px;
    line-height: 26px;
}

.caseRembox .caseAnalysis .wrapper {
    background-color: #ebf2fd;
    padding: 106px 101px;
}

.caseRembox .caseAnalysis img {
    float: right;
    margin-right: -396px;
    margin-top: -321px;
}

.caseRembox .caseAnalysis .checkList {
    margin-top: 43px;
}

.caseRembox .caseAnalysis .checkList li .checkItem {
    padding-left: 30px;
}

.caseRembox .caseAnalysis .checkItem:before {
    color: #E9C30C;
}

.caseRembox .caseAnalysis .checkList li+li {
    margin-top: 29px;
}

.caseRembox .caseProjectSection .titleContainer+.contentContainer {
    margin-top: 55px;
}

/* .caseRembox .caseProjectSection .titleBlock {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
} */

.caseRembox .caseProjectSection .titleBlock .subtitle {
    padding-right: 4px;
    display: inline-block;
    line-height: 36px;
}

.caseRembox .caseProjectSection .titleBlock .title {
    display: inline;
    line-height: 36px;
}

.caseRembox .caseProjectSection .contentBlock img+* {
    margin-top: 73px;
}

.caseRembox .caseProjectSection .stepItem {
    padding: 104px 0 120px;
}

.caseRembox .caseProjectSection .wrapper {
    display: flex;
}

.caseRembox .caseProjectSection .col {
    width: 530px;
}

.caseRembox .caseProjectSection .col+.col {
    margin-left: 80px;
}

.caseRembox .caseProjectSection .wrapper+.img {
    margin-top: 60px;
}

.caseRembox .caseProjectSection .titleBlock .subtitle {
    font-size: 36px;
    color: #E9C30C;
}

.caseRembox .stepItem .titleBlock+.contentBlock {
    margin-top: 67px;
}

.caseRembox .stepItem .img {
    display: block;
    width: 100%;
    -webkit-box-shadow: 10px 10px 40px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 10px 10px 40px rgba(0, 0, 0, 0.05);
    box-shadow: 10px 10px 40px rgba(0, 0, 0, 0.05);
}

.caseRembox .stepItem:nth-child(2n) {
    background-color: #F9FBFF;
}

.caseRembox .stepItem .checkItem {
    padding-left: 50px;
}

.caseRembox .stepItem [class*="col"]:not(.col3) .checkItem:before {
    content: '';
    background-image: url("/img/rembox/checked_rembox.svg");
    width: 22px;
    height: 22px;
}

.caseRembox .stepItem .col2 {
    width: 100%;
    padding-bottom: 20px;
}

.caseRembox .stepItem .col3 {
    width: 50%;
    margin-left: 50px;
    padding-top: 30px;
    padding-bottom: 30px;
}

.caseRembox .stepItem .col3 .checkItem:before {
    color: #BD0000;
}

.caseRembox .stepItem .wrapper+.wrapper .col2 {
    margin-top: 30px;
}

.caseRembox .stepItem .checkList li+li {
    margin-top: 36px;
}

.caseRembox .stepItem:last-child {
    padding-bottom: 20px;
    background-image: url("/img/rembox/bgcircle_rembox.png");
    background-repeat: no-repeat;
    background-position: calc(50% - -48px) calc(50% - 37px);
}

.caseRembox .stepItem:last-child .checkItem:before {
    content: '';
    background-image: url("/img/rembox/checked_rembox.svg");
    width: 22px;
    height: 22px;
}

.caseRembox .stepItem:last-child .leftSide {
    width: calc(100% - 674px);
    padding-bottom: 55px;
}

.caseRembox .stepItem:last-child .wrapper {
    position: relative;
}

.caseRembox .stepItem:last-child .picture {
    background-size: cover;
    width: 674px;
    height: 687px;
    background-position: right;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -20px;
    left: calc(100% - 674px)
}

.caseRembox .caseResult {
    padding: 100px 0 100px;
    background-color: #EBF2FD;
    background-image: url("/img/rembox/Rembox_figura.png");
    background-repeat: no-repeat;
    background-position: calc(50% - 0px) calc(50% - 0px);
}

.caseRembox .caseResult .contentBlock {
    display: flex;
    justify-content: space-between;
}

.caseRembox .caseResult .leftSide {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    width: 50%;
    margin-top: 0;
    position: relative;
    top: -47px;
}

.caseRembox .caseResult .leftSide img {
    margin-top: 20%;
    margin-left: -20%;
    margin-bottom: -33px;
    width: calc(110% - -102px);
}

.caseRembox .caseResult .rightSide {
    padding-top: 53px;
    width: calc(50% - 3px);
}

.caseRembox .caseResult .checkItem+.checkItem {
    margin-top: 34px;
}

.caseRembox .caseResult .checkItem {
    padding-left: 50px;
}

.caseRembox .caseResult .checkItem:before {
    content: '';
    background-image: url("/img/rembox/checked_rembox.svg");
    width: 22px;
    height: 22px;
}

.caseRembox .caseResult .tableTitle {
    padding-top: 50px;
    padding-bottom: 40px;
    font-size: 24px;
    line-height: 28px;
    color: #BD0000;
    font-weight: bold;
    text-align: center;
}

.caseRembox .caseResult .tableContainer {
    display: flex;
    justify-content: space-between
}

.caseRembox .caseResult .tableItem {
    margin-right: 20px;
}

.caseRembox .caseResult .tableItem .textItem1 {
    font-size: 18px;
    line-height: 20px;
    padding-bottom: 10px;
}

.caseRembox .caseResult .tableItem .textItem2 {
    color: #BD0000;
    font-size: 35pt;
    line-height: 44px;
    font-weight: bold;
}

.caseRembox .caseReviewSection {
    padding: 109px 0;
}

.caseRembox .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;
    overflow: hidden;
}

.caseRembox .reviewBlock .wrapper {
    max-width: 795px;
    margin-left: auto;
}

.caseRembox .reviewBlock .titleContainer+.contentContainer {
    margin-top: 61px;
}

.caseRembox .reviewBlock .titleContainer+.contentContainer a {
    margin-top: 37px;
}

.caseRembox .reviewBlock:before {
    content: "";
    display: block;
    position: absolute;
    top: -1px;
    left: -65px;
    width: 468px;
    height: 541px;
    background-image: url(/img/rembox/reviewrembox.webp);
    background-size: 100%;
    background-position: top center;
    background-repeat: no-repeat;
    z-index: -1;
}


@media (max-width: 1199px) {
    .caseRembox .banner .rightSide {
        left: 0;
    }

    .caseRembox .caseReviewSection,
    .caseRembox .caseResult,
    .caseRembox .caseProjectSection .stepItem,
    .caseRembox .taskSection .taskBlock,
    .caseRembox .startSection {
        padding: 50px 0;
    }

    .caseRembox .startSection .titleContainer {
        margin-bottom: 40px;
    }

    .caseRembox .taskSection .contentContainer {
        margin-top: 50px;
    }

    .caseRembox .taskSection .taskBlock .listTarget {
        padding: 0 30px;
        margin-top: 60px;
    }

    .caseRembox .taskSection .taskBlock .listTarget .txt {
        font-size: 14px;
        line-height: 22px;
    }

    .caseRembox .taskSection .taskBlock .listTarget .item {
        margin-bottom: 50px;
    }

    .caseRembox .caseAnalysis .wrapper {
        padding: 56px 50px;
    }

    .caseRembox .caseAnalysis img {
        margin-top: -280px;
    }

    .caseRembox .caseProjectSection .titleContainer+.contentContainer {
        margin-top: 39px;
    }

    .caseRembox .caseProjectSection .titleBlock .subtitle {
        font-size: 22px;
        line-height: 27px;
    }

    .caseRembox .caseProjectSection .titleBlock .title {
        line-height: 27px;
    }

    .caseRembox .stepItem .titleBlock+.contentBlock {
        margin-top: 30px;
    }

    .caseRembox .caseProjectSection .wrapper+.img {
        margin-top: 40px;
    }

    .caseRembox .caseProjectSection .contentBlock img+* {
        margin-top: 40px;
    }

    .caseRembox .stepItem .col3,
    .caseRembox .stepItem .col2 {
        padding-bottom: 0;
    }

    .caseRembox .stepItem:last-child .leftSide {
        width: 100%;
        padding-bottom: 0px;
    }

    .caseRembox .stepItem:last-child .rightSide {
        width: 100%;
    }

    .caseRembox .stepItem:last-child .wrapper {
        display: block;
    }

    .caseRembox .stepItem:last-child .checkList {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .caseRembox .stepItem:last-child .checkList li {
        width: calc(50% - 15px);
        padding-bottom: 35px;
    }

    .caseRembox .stepItem:last-child .checkList li+li {
        margin-top: 0;
    }

    .caseRembox .stepItem:last-child .picture {
        position: relative;
        bottom: auto;
        left: auto;
        width: 520px;
        height: 530px;
        margin-left: auto;
        margin-right: auto;
    }

    .caseRembox .stepItem:last-child {
        padding-bottom: 0;
    }

    .caseRembox .caseResult .tableTitle {
        font-size: 22px;
    }

    .caseRembox .caseResult .tableItem .textItem1 {
        font-size: 14px;
        line-height: 22px;
        padding-bottom: 4px;
    }

    .caseRembox .caseResult .tableItem .textItem2 {
        font-size: 36px;
    }

    .caseRembox .caseResult {
        background-size: auto 100%;
    }

    .caseRembox .reviewBlock {
        padding-top: 50px;
        padding-bottom: 50px;
        padding-left: 220px;
        padding-right: 30px;
    }

    .caseRembox .reviewBlock:before {
        width: 360px;
        height: 100%;
    }

    .caseRembox .reviewBlock .titleContainer+.contentContainer {
        margin-top: 30px;
    }
}

@media (max-width: 991px) {
    .caseRembox .banner .leftSide {
        width: 100%;
    }

    .caseRembox .banner .picture {
        left: auto;
    }

    .caseRembox .startSection .titleContainer {
        margin-bottom: 35px;
    }

    .caseRembox .startSection .rightSide {
        width: 100%;
        padding-left: 0;
    }

    .caseRembox .startSection .leftSide {
        width: 100%;
        max-width: 100%;
    }

    .caseRembox .startSection .leftSide .img {
        left: auto;
        top: auto;
    }

    .caseRembox .startSection .leftSide .img img {
        width: 100%;
    }

    .caseRembox .taskSection .taskBlock .listTarget .txt {
        padding-left: 24px;
    }

    .caseRembox .taskSection .taskBlock .listTarget {
        margin-bottom: -50px;
    }

    .caseRembox .caseAnalysis img {
        margin-top: -198px;
        width: 520px;
        margin-right: -260px;
    }

    .caseRembox .caseProjectSection .col {
        width: 100%;
    }

    .caseRembox .caseProjectSection .wrapper {
        display: block;
    }

    .caseRembox .caseProjectSection .col+.col {
        margin-left: 0px;
        margin-top: 27px;
    }

    .caseRembox .stepItem .col3 {
        width: calc(100% - 36px);
        margin-left: 36px;
        padding-top: 24px;
        padding-bottom: 0px;
    }

    .caseRembox .caseResult .checkItem,
    .caseRembox .stepItem .checkItem {
        padding-left: 36px;
    }

    .caseRembox .stepItem:last-child .picture {
        width: 390px;
        height: 398px;
        margin-left: 10%;
    }

    .caseRembox .stepItem:last-child {
        background-position: calc(50% + 60px) calc(100% - 228px);
        background-size: 70%;
    }

    .caseRembox .caseResult .leftSide {
        width: 100%;
        top: auto;
    }

    .caseRembox .caseResult .rightSide {
        width: 100%;
        padding-top: 40px;
    }

    .caseRembox .caseResult .contentBlock {
        flex-direction: column;
        flex-direction: column-reverse;
    }

    .caseRembox .caseResult .leftSide img {
        margin-top: 0;
        margin-left: auto;
        margin-bottom: 0;
        width: 70%;
        margin-right: auto;
    }

    .caseRembox .caseResult .tableTitle {
        padding-top: 40px;
    }

    .caseRembox .caseResult .tableContainer {
        flex-wrap: wrap;
        margin: 0 -10px -30px;
        justify-content: center;
    }

    .caseRembox .caseResult .tableItem {
        width: 290px;
        margin-right: 0;
        padding: 0px 10px 30px;
    }

    .caseRembox .caseResult .checkItem+.checkItem {
        margin-top: 0px;
    }

    .caseRembox .caseResult .checkItem {
        margin-bottom: 35px;
    }
}

@media (max-width: 767px) {
    .caseRembox .banner .picture {
        background-size: cover;
        width: 401px;
        height: 290px;
        background-position: center;
        background-repeat: no-repeat;
        position: relative;
        top: 34px;
        left: -44px;
    }

    .caseRembox .banner .contentContainer a {
        margin-left: auto;
        margin-right: auto;
        display: table;
    }

    .caseRembox .taskSection .taskBlock .listTarget .item {
        width: 100%;
        display: block;
    }

    .caseRembox .taskSection .taskBlock .listTarget .txt {
        padding-left: 0;
        display: block;
        text-align: center;
        width: 100%;
    }

    .caseRembox .caseAnalysis img {
        position: absolute;
        margin-top: 0px;
        width: auto;
        margin-left: -92px;
        height: 312px;
        top: 0;
        left: 50%;
    }

    .caseRembox .caseAnalysis .wrapper {
        position: relative;
        padding: 342px 15px 50px;
    }

    .caseRembox .stepItem:last-child .checkList li {
        width: 100%;
    }

    .caseRembox .caseResult .tableTitle {
        font-size: 18px;
    }

    .caseRembox .caseResult .tableItem {
        width: 235px;
    }

    .caseRembox .caseResult .leftSide img {
        width: 100%;
    }

    .caseRembox .reviewBlock {
        padding: 50px 20px;
    }

    .caseRembox .reviewBlock:before {
        display: none;
    }

    .caseRembox .reviewBlock .titleContainer+.contentContainer a {
        display: table;
        margin: 35px auto 0;
    }

    .caseRembox .reviewBlock .titleContainer {
        text-align: center;
    }
}

@media (max-width: 479px) {
    .caseRembox .stepItem:last-child .picture {
        width: 290px;
        height: 296px;
        margin-left: 0%;
    }

    .caseRembox .stepItem:last-child {
        background-position: calc(50% + 60px) calc(100% - 168px);
    }

    .caseRembox .caseResult .tableItem {
        width: 100%;
    }

    .caseRembox .caseResult .tableItem br {
        display: none;
    }
}