.casePizzaBot .textBlock p {
    font-size: 18px;
    line-height: 28px;
    color: #1D1D1D;
}

.casePizzaBot .banner {
    position: relative;
    overflow: hidden;
    z-index: 1;
    background-color: #f1f1f1;
}

.casePizzaBot .banner .wrapper {
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    z-index: 1;
}

.casePizzaBot .banner .leftSide {
    width: 50%;
    padding-bottom: 21px;
    padding-top: 0px;
    margin-top: -44px;
}

.casePizzaBot .banner .titleContainer+.contentContainer {
    margin-top: 37px;
}

.casePizzaBot .banner .info+.caseBtn {
    margin-top: 57px;
}

.casePizzaBot .caseBtn {
    display: inline-block;
    background: #FE6951;
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
    -ms-border-radius: 32px;
    border-radius: 32px;
    height: 60px;
    padding: 0 44px;
    font-size: 12px;
    line-height: 60px;
    font-family: 'Montserrat';
    font-weight: bold;
    letter-spacing: 1.6px;
    color: white;
    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;
}

.casePizzaBot .caseBtn .icon {
    display: inline-block;
    vertical-align: top;
    color: white;
    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;
    font-size: 24px;
    line-height: 60px;
}

.casePizzaBot .caseBtn:hover {
    background-color: white;
    color: #FE6951;
}

.casePizzaBot .caseBtn:hover .icon {
    color: #FE6951;
}

.casePizzaBot .banner .rightSide {
    width: 50%;
    padding-left: 32px;
    padding-top: 9px;
}

.casePizzaBot .banner:before {
    content: "";
    display: block;
    position: absolute;
    background: url('/img/pizza-bot/pertushka.png') 0 0 no-repeat;
    width: 171px;
    height: 264px;
    top: 107px;
    left: 0px;
}

.casePizzaBot .banner .backCircles {
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: 100%;
    z-index: -1;
    top: 0;
    left: 0;
}

.casePizzaBot .banner .backCircles:before {
    content: "";
    display: block;
    position: absolute;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    width: 1361px;
    height: 1361px;
    top: -41px;
    left: 43%;
    margin-left: 214px;
    background-color: #FFBE00;
}

.casePizzaBot .taskSection {
    padding-top: 141px;
    padding-bottom: 311px;
    position: relative;
    overflow: hidden;
    background: url('/img/pizza-bot/pizzabg.jpg') 0px 0px no-repeat;
}

.casePizzaBot .taskSection .wrapper {
    position: relative;
    z-index: 1;
    display: block;
}

.casePizzaBot .taskSection .contentContainer {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.casePizzaBot .taskSection .titleContainer+.contentContainer {
    margin-top: 69px;
}

.casePizzaBot .taskBlock {
    width: calc(50% - 25px);
    background-color: white;
    padding: 68px 67px 84px 75px;
    position: relative;
    z-index: 1;
    box-shadow: 0px 10px 40px rgba(197, 193, 183, 0.26);
}

.casePizzaBot .taskBlock.backColor {
    background-color: #FE6951;
    padding: 79px 52px 112px 80px;
}

.casePizzaBot .taskBlock .title {
    line-height: 60px;
}

.casePizzaBot .taskBlock .iconTempl+.title {
    margin-top: 35px;
}

.casePizzaBot .taskBlock .textBlock p {
    line-height: 28px;
}

.casePizzaBot .taskBlock:first-child .title+.tasksList {
    margin-top: 40px;
}

.casePizzaBot .taskBlock:nth-child(2) .title+.tasksList {
    margin-top: 43px;
}

.casePizzaBot .taskSection .imageTop {
    width: calc(1293px / 2);
    height: calc(1716px / 2);
    position: absolute;
    background-image: url(../img/case4_headphones_1.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
    top: 11px;
    left: 50%;
    margin-left: -58px;
}

.casePizzaBot .taskSection .imageTop img {
    max-width: 100%;
}

.casePizzaBot .taskSection .imageBottom {
    width: calc(1787px / 2);
    height: calc(1960px / 2);
    background-image: url(../img/case4_headphones_2.png);
    position: absolute;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
    top: 572px;
    left: 50%;
    margin-left: -899px;
}

.casePizzaBot .taskSection .imageBottom img {
    max-width: 100%;
}

.casePizzaBot .taskSection .backCircles {
    position: absolute;
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
}

.casePizzaBot .taskSection .backCircles:before {
    content: "";
    display: block;
    position: absolute;
    width: 1027px;
    height: 1027px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    background-color: #FFBE00;
    top: 158px;
    left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.casePizzaBot .taskSection .posrel {
    position: relative;
    padding-top: 242px;
}

.casePizzaBot .taskSection .textBlock p {
    color: #fff;
    font-size: 18px;
    line-height: 32px;
    margin: 0px;
    width: 48%;
}

.casePizzaBot .textWrap {
    padding: 47px 0px 0px 0px;
}

.casePizzaBot .taskSection .textWrap .textBlock {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.casePizzaBot .taskBlock.backColor .secCap {
    color: #ffffff;
}

.casePizzaBot .subtitle span {
    color: #FE6951;
}

.casePizzaBot .caseProjectSection .subtitle,
.casePizzaBot .caseProjectSection .sectionTitle .title,
.casePizzaBot .taskSection .sectionTitle .title,
.casePizzaBot .taskSection .subtitle {
    color: #fff;
}

.casePizzaBot .taskSection .posrel .subtitle {
    color: #1D1D1D;
}

.casePizzaBot .iconTempl {
    color: #FE6951;
}

.casePizzaBot .taskSection .contentContainer {
    position: relative;
}

.casePizzaBot .taskSection .contentContainer:after {
    content: '';
    display: block;
    position: absolute;
    background-image: url(/img/pizza-bot/zel.png);
    background-size: auto auto;
    background-position: center;
    background-repeat: no-repeat;
    width: 271px;
    height: 243px;
    left: 265px;
    bottom: -73px;
    z-index: 0;
}

.casePizzaBot .caseAnalysis {
    background-color: #EFF2F2;
    padding-top: 120px;
    padding-bottom: 108px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.casePizzaBot .wrapper {
    display: flex;
}

.casePizzaBot .caseAnalysis .titleContainer+.contentContainer {
    margin-top: 30px;
}

.casePizzaBot .caseAnalysis .leftSide {
    width: 40%;
    padding-top: 42px;
}

.casePizzaBot .caseAnalysis .rightSide {
    width: 60%;
    padding-left: 133px;
}

.casePizzaBot .caseAnalysis .img {
    max-width: 549px;
    display: block;
    margin: 0px auto;

    /* position: relative;
    left: 37px;
    margin-left: auto; */
}

.casePizzaBot .checkItem+.checkItem,
.casePizzaBot .checkList li+li {
    margin-top: 25px;
}

.casePizzaBot .caseAnalysis .checkList li .checkItem [class*=icon] {
    font-size: 17px;
    color: #FE6951;
}

.casePizzaBot .caseAnalysis .backCircles {
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: 100%;
    z-index: -1;
    top: 0;
    left: 0;
}

.casePizzaBot .caseAnalysis .backCircles:before,
.casePizzaBot .caseAnalysis .backCircles:after {
    content: "";
    display: block;
    position: absolute;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
}

.casePizzaBot .caseAnalysis .backCircles:before {
    width: 1235px;
    height: 1235px;
    bottom: -480px;
    left: 50%;
    margin-left: 222px;
    background-color: #1A5DAB;
}

.casePizzaBot .caseAnalysis .backCircles:after {
    width: 1120px;
    height: 1120px;
    bottom: -594px;
    left: 50%;
    margin-left: -27px;
    background-color: #3498DB;
}

.casePizzaBot .caseProjectSection .mainContent {
    background: url('/img/pizza-bot/pizzabg1.jpg') 0 0 no-repeat;
    background-color: #3498DB;
    padding-top: 3px;
    padding-bottom: 27px;
    position: relative;
    overflow: hidden;
    background-size: cover;
}

.casePizzaBot .caseProjectSection .backCircles {
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.casePizzaBot .caseProjectSection .backCircles:before {
    content: "";
    display: block;
    position: absolute;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    width: 1620px;
    height: 1620px;
    bottom: -996px;
    left: 50%;
    margin-left: -1611px;
    background-color: #1A5DAB;
}

.casePizzaBot .caseProjectSection .wrapper {
    position: relative;
    align-items: center;
}

.casePizzaBot .caseProjectSection .rightSide {
    width: 49%;
}

.casePizzaBot .caseProjectSection .leftSide {
    width: 51%;
    padding-top: 0px;
}

.casePizzaBot .caseProjectSection .titleContainer+.contentContainer {
    margin-top: 43px;
}

.casePizzaBot .caseProjectSection .imageWrapper {
    position: relative;
    z-index: 1;
    margin-top: 81px;
}

.casePizzaBot .caseProjectSection .imageWrapper img {
    max-width: 299px;
    margin: 0px auto;
    display: block;
}

.casePizzaBot .caseProjectSection .stepItem .img img {
    display: block;
    max-width: 100%;
}

.casePizzaBot .caseProjectSection .stepItem {
    background-size: calc(1235px / 2) auto;
    background-position: calc(50% + 298px) -138px;
    background-repeat: no-repeat;
    padding-top: 125px;
    padding-bottom: 221px;
}

.casePizzaBot .caseProjectSection .stepItem .wrapper {
    margin-left: -26px;
}

.casePizzaBot .caseProjectSection .stepItem .wrapper+.img {
    margin-top: 60px;
}

.casePizzaBot .caseProjectSection .stepItem .col {
    width: 565px;
}

.pizzaEtap {
    font-size: 36px;
    line-height: 44px;
    color: #fff;
    padding-bottom: 39px;
}

.pizzaEtap span {
    color: #FE6951;
}

.casePizzaBot .caseFunc {
    background-color: #ffffff;
    padding-top: 74px;
    padding-bottom: 42px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.casePizzaBot .caseFunc .wrapper {
    align-items: center;
}

.casePizzaBot .caseFunc .titleContainer+.contentContainer {
    margin-top: 30px;
}

.casePizzaBot .caseFunc .leftSide {
    width: 46%;
    padding-top: 0px;
}

.casePizzaBot .caseFunc .rightSide {
    width: 54%;
    padding-left: 160px;
    position: relative;
}

.casePizzaBot .caseFunc .img {
    display: block;
    margin: 0px auto;
    z-index: 1;
    position: relative;
}

.casePizzaBot .caseFunc .checkList li+li {
    margin-top: 25px;
}

.casePizzaBot .caseFunc .checkList li .checkItem [class*=icon] {
    font-size: 17px;
    color: #FE6951;
}

.casePizzaBot .caseFunc .backCircles {
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: 100%;
    z-index: -1;
    top: 0;
    left: 0;
}

.casePizzaBot .caseFunc .pizzaEtap,
.casePizzaBot .caseText .pizzaEtap {
    color: #1d1d1d;
}

.casePizzaBot .caseFunc .rightSide:after {
    content: '';
    background: url('/img/pizza-bot/tomat.png') 0 0 no-repeat;
    width: 550px;
    height: 391px;
    position: absolute;
    bottom: 45px;
    right: -230px;
}

.casePizzaBot .caseFunc:before {
    content: "";
    display: block;
    position: absolute;
    width: 1302px;
    height: 1302px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    background-color: #FFBE00;
    top: -544px;
    right: -391px;
    z-index: -1;
}

.casePizzaBot .caseFunc .backCircles:before,
.casePizzaBot .caseFunc .backCircles:after {
    content: "";
    display: block;
    position: absolute;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
}

.casePizzaBot .caseFunc .backCircles:before {
    width: 1235px;
    height: 1235px;
    bottom: -480px;
    left: 50%;
    margin-left: 222px;
    background-color: #1A5DAB;
}

.casePizzaBot .caseFunc .backCircles:after {
    width: 1120px;
    height: 1120px;
    bottom: -594px;
    left: 50%;
    margin-left: -27px;
    background-color: #3498DB;
}

.casePizzaBot .caseText .wrapper {
    margin: 0 -15px;
}

.casePizzaBot .caseText .col {
    width: 50%;
    padding: 0 15px;
}

.casePizzaBot .caseText .iconsB {
    border: 1px solid #CCD9E0;
    padding: 63px 0px;
    margin: 79px 0px 0px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.casePizzaBot .caseText .iconsB span {
    font-size: 76px;
    line-height: 44px;
    color: #FE6951;
    font-weight: 600;
    margin: 0px 38px;
}

.casePizzaBot .caseItog {
    background-color: #fff;
    padding-top: 130px;
    padding-bottom: 85px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.casePizzaBot .caseItog .titleContainer+.contentContainer {
    margin-top: 36px;
}

.casePizzaBot .caseItog .leftSide {
    width: 50%;
    padding-top: 16px;
}

.casePizzaBot .caseItog .rightSide {
    width: 50%;
    padding-left: 102px;
    position: relative;
    z-index: 1;
}

.casePizzaBot .caseItog .img {
    display: block;
    margin: 0px auto;
    position: relative;
    z-index: 1;
}

.casePizzaBot .caseItog .checkList li+li {
    margin-top: 25px;
}

.casePizzaBot .caseItog .checkList li .checkItem [class*=icon] {
    font-size: 17px;
    color: #FE6951;
}

.casePizzaBot .caseItog .backCircles {
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: 100%;
    z-index: -1;
    top: 0;
    left: 0;
}

.casePizzaBot .caseItog .rightSide:after {
    content: '';
    background: url('/img/pizza-bot/iconlist.png') 0 0 no-repeat;
    width: 585px;
    height: 539px;
    position: absolute;
    bottom: -75px;
    right: -254px;
    z-index: 0;
}

.casePizzaBot .caseItog .sectionTitle .textBlock p {
    font-size: 22px;
    line-height: 28px;
    padding-top: 8px;
}

.casePizzaBot .caseItog .chatItem2 {
    color: #FE6951;
}

.casePizzaBot .caseItog .chatInfoB {
    color: #FE6951;
    padding-top: 45px;
}

.casePizzaBot .caseItog .secCap {
    font-size: 42px;
    line-height: 62px;
}

.casePizzaBot .caseItog .backCircles:before,
.casePizzaBot .caseItog .backCircles:after {
    content: "";
    display: block;
    position: absolute;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
}

.casePizzaBot .caseItog .backCircles:before {
    width: 1235px;
    height: 1235px;
    bottom: -480px;
    left: 50%;
    margin-left: 222px;
    background-color: #1A5DAB;
}

.casePizzaBot .caseItog .backCircles:after {
    width: 1120px;
    height: 1120px;
    bottom: -594px;
    left: 50%;
    margin-left: -27px;
    background-color: #3498DB;
}

.casePizzaBot .chatItem {
    margin-right: 34px;
}

.casePizzaBot .chatItem1 {
    font-size: 16px;
    line-height: 23px;
    padding-bottom: 20px;
}

.casePizzaBot .chatItem2 {
    font-size: 60px;
    line-height: 44px;
    color: #5A69BE;
    font-weight: 600;
}

.casePizzaBot .checkItem:before {
    color: #FE6951;
}

.casePizzaBot .subtitle+.title {
    margin-top: 20px;
}

@media (max-width: 1439px) {
    .casePizzaBot .banner:before {
        display: none;
    }

    .pizzaEtap {
        font-size: 24px;
        line-height: 32px;
    }

    .casePizzaBot .chatItem2 {
        font-size: 56px;
    }
}

@media (max-width: 1199px) {
    .casePizzaBot .subtitle+.title {
        margin-top: 12px;
    }

    .casePizzaBot .caseItog .secCap {
        font-size: 28px;
        line-height: 36px;
    }

    .casePizzaBot .textBlock p {
        font-size: 14px;
        line-height: 22px;
    }

    .casePizzaBot .banner .rightSide {
        width: calc(100% - 480px);
        padding-left: 60px;
        padding-top: 60px;
    }

    .casePizzaBot .banner .img {
        width: 100%;
    }

    .casePizzaBot .taskSection .backCircles {
        background-color: #D8E5ED;
        height: calc(100% - 500px);
        top: 190px;
    }

    .casePizzaBot .taskSection .backCircles::before {
        width: 1433px;
        height: 50%;
        top: -130px;
    }

    .casePizzaBot .taskSection .backCircles:after {
        content: "";
        display: block;
        position: absolute;
        width: 1433px;
        height: 50%;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        -ms-border-radius: 100%;
        border-radius: 100%;
        background-color: #D8E5ED;
        bottom: -130px;
        left: 50%;
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .casePizzaBot .taskSection .imageTop {
        display: none;
    }

    .casePizzaBot .taskSection .imageBottom {
        width: 640px;
        height: auto;
        top: auto;
        bottom: -110px;
        margin-left: -320px;
    }

    .casePizzaBot .taskSection .wrapper {
        padding-top: 60px;
        padding-bottom: 136px;
    }

    .casePizzaBot .taskSection .contentContainer {
        display: block;
    }

    .casePizzaBot .taskBlock {
        width: 100%;
        padding: 60px 40px 50px 60px;
    }

    .casePizzaBot .taskSection .titleContainer+.contentContainer {
        margin-top: 50px;
    }

    .casePizzaBot .taskBlock.backColor {
        background-color: #FE6951;
        padding: 60px 40px 50px 60px;
    }

    .casePizzaBot .taskBlock .iconTempl+.title {
        margin-top: 30px;
    }

    .casePizzaBot .taskBlock:first-child .title+.tasksList {
        margin-top: 30px;
    }

    .casePizzaBot .taskBlock:nth-child(2) .title+.tasksList {
        margin-top: 30px;
    }

    .casePizzaBot .taskSection,
    .casePizzaBot .caseFunc,
    .casePizzaBot .caseAnalysis,
    .casePizzaBot .caseProjectSection .mainContent,
    .casePizzaBot .caseItog {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .casePizzaBot .caseProjectSection .leftSide {
        width: calc(100% - 480px);
    }

    .casePizzaBot .caseProjectSection .imageWrapper {
        margin-top: 0;
    }

    .casePizzaBot .banner .leftSide,
    .casePizzaBot .caseAnalysis .leftSide,
    .casePizzaBot .caseProjectSection .rightSide,
    .casePizzaBot .caseItog .leftSide,
    .casePizzaBot .caseFunc .leftSide {
        width: 480px;
    }

    .casePizzaBot .caseItog .rightSide,
    .casePizzaBot .caseAnalysis .rightSide,
    .casePizzaBot .caseFunc .rightSide {
        width: calc(100% - 480px);
        padding-left: 60px;
    }

    .casePizzaBot .caseItog .img,
    .casePizzaBot .caseFunc .img,
    .casePizzaBot .caseAnalysis .img {
        max-width: 100%;
    }

    .casePizzaBot .caseText .iconsB img {
        max-width: 290px;
        max-height: 60px;
    }

    .casePizzaBot .chatItem2 {
        font-size: 44px;
    }

    .casePizzaBot .taskSection .posrel {
        padding-top: 90px;
    }
}

@media (max-width: 991px) {
    .casePizzaBot .banner .leftSide {
        padding-bottom: 0;
    }

    .casePizzaBot .banner {
        padding: 39px 0;
    }

    .casePizzaBot .banner .backCircles::before {
        margin-left: 20px;
        bottom: -922px;
    }

    .casePizzaBot .banner .leftSide,
    .casePizzaBot .caseAnalysis .leftSide,
    .casePizzaBot .caseProjectSection .rightSide,
    .casePizzaBot .caseItog .leftSide,
    .casePizzaBot .caseFunc .leftSide {
        width: 100%;
    }

    .casePizzaBot .caseAnalysis .wrapper,
    .casePizzaBot .caseItog .wrapper,
    .casePizzaBot .caseFunc .wrapper {
        display: block;
    }

    .casePizzaBot .caseItog .rightSide,
    .casePizzaBot .caseAnalysis .rightSide,
    .casePizzaBot .caseFunc .rightSide {
        width: 100%;
        padding-left: 0px;
        padding-top: 49px;
    }

    .casePizzaBot .banner .rightSide {
        width: auto;
        max-width: 345px;
        margin: 0 auto 0;
        padding-left: 0;
        padding-top: 40px;
    }

    .casePizzaBot .banner .leftSide {
        margin-top: 0;
    }

    .casePizzaBot .caseAnalysis .leftSide {
        padding-top: 0;
    }

    .casePizzaBot .caseItog .img,
    .casePizzaBot .caseFunc .img,
    .casePizzaBot .caseAnalysis .img {
        max-width: 345px;
        margin-left: auto;
        margin-right: auto;
    }

    .casePizzaBot .caseProjectSection .wrapper {
        flex-direction: column;
    }

    .casePizzaBot .caseProjectSection .leftSide {
        width: 100%;
        order: 1;
        padding-top: 49px;
    }

    .casePizzaBot .caseText .iconsB img {
        max-width: 220px;
        max-height: 44px;
    }

    .casePizzaBot .chatItem1 {
        font-size: 14px;
        line-height: 18px;
        padding-bottom: 12px;
    }

    .casePizzaBot .chatItem2 {
        font-size: 36px;
    }
}

@media (max-width: 767px) {
    .casePizzaBot .subtitle+.title {
        margin-top: 7px;
    }

    .casePizzaBot .titleContainer {
        text-align: center;
    }

    .casePizzaBot .taskSection .textBlock p {
        width: 100%;
        font-size: 14px;
        line-height: 22px;
        padding-bottom: 15px;
    }

    .casePizzaBot .taskSection .textWrap .textBlock {
        display: block;
    }

    .casePizzaBot .banner .titleContainer+.contentContainer {
        margin-top: 16px;
    }

    .casePizzaBot .banner .info+.caseBtn {
        margin-top: 36px;
    }

    .casePizzaBot .banner .backCircles {
        left: 50%;
        top: auto;
        bottom: -178px;
        width: 473px;
        height: 473px;
        background-color: #FFBE00;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        -ms-border-radius: 100%;
        border-radius: 100%;
        transform: translateX(-50%);
    }

    .casePizzaBot .banner .backCircles:before {
        display: none;
    }

    .casePizzaBot .textWrap {
        padding: 22px 0px 0px 0px;
    }

    .casePizzaBot .caseItog .secCap {
        font-size: 24px;
        line-height: 32px;
    }

    .casePizzaBot .taskSection .backCircles {
        height: calc(100% - 405px);
        top: 108px;
    }

    .casePizzaBot .taskSection .backCircles:before {
        width: 616px;
        height: 616px;
        top: -47px;
    }

    .case4TaskSection .backCircles::after {
        width: 616px;
        background: #ffbe01;
        height: 616px;
        bottom: -58px;
    }

    .casePizzaBot .taskSection .posrel {
        padding-top: 72px;
    }

    .casePizzaBot .taskSection .wrapper {
        padding-top: 47px;
        padding-bottom: 82px;
    }

    .casePizzaBot .taskSection .titleContainer+.contentContainer {
        margin-top: 26px;
    }

    .casePizzaBot .taskBlock.backColor {
        padding: 38px 15px 49px 15px;
    }

    .casePizzaBot .taskBlock:first-child .title+.tasksList {
        margin-top: 22px;
    }

    .casePizzaBot .taskBlock .title {
        line-height: 24px;
        text-align: center;
    }

    .casePizzaBot .iconTempl {
        margin-left: auto;
        margin-right: auto;
    }

    .casePizzaBot .taskBlock {
        padding: 39px 15px 42px 15px;
    }

    .casePizzaBot .taskSection .wrapper:after {
        content: '';
        position: absolute;
        width: 616px;
        background: #ffbe01;
        height: 616px;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        -ms-border-radius: 100%;
        border-radius: 100%;
        left: 50%;
        transform: translateX(-50%);
        bottom: 0px;
    }

    .casePizzaBot .caseAnalysis .titleContainer+.contentContainer {
        margin-top: 22px;
    }

    .pizzaEtap {
        font-size: 22px;
        line-height: 28px;
    }

    .casePizzaBot .taskSection,
    .casePizzaBot .caseFunc,
    .casePizzaBot .caseAnalysis,
    .casePizzaBot .caseProjectSection .mainContent,
    .casePizzaBot .caseItog {
        padding-top: 41px;
        padding-bottom: 41px;
    }

    .casePizzaBot .caseProjectSection {
        position: relative;
    }

    .casePizzaBot .caseProjectSection:after {
        content: '';
        width: 320px;
        height: 259px;
        position: absolute;
        bottom: 0px;
        left: 0px;
        background: url('/img/pizza-bot/salat.png');
    }

    .pizzaEtap {
        text-align: center;
    }

    .casePizzaBot .caseFunc::before {
        top: auto;
        bottom: 130px;
        width: 476px;
        height: 342px;
        left: 50%;
        transform: translateX(-50%);
        border-radius: 50% 50% 0 0;
    }

    .casePizzaBot .caseFunc {
        padding-top: 41px;
        padding-bottom: 130px;
    }

    .casePizzaBot .caseFunc .rightSide:after {
        width: 391px;
        height: 287px;
        bottom: -103px;
        right: auto;
        background-size: 100%;
        left: 50%;
        transform: translateX(-50%);
    }

    .casePizzaBot .caseText .col {
        padding: 0px 0px 26px 0px;
        width: 100%;
    }

    .casePizzaBot .caseText .wrapper {
        display: block;
        margin: 0;
    }

    .casePizzaBot .caseText .iconsB {
        border: 1px solid #CCD9E0;
        padding: 32px 0px;
        margin: 22px 0px 0px 0px;
        display: block;
        text-align: center;
    }

    .casePizzaBot .caseText .iconsB img {
        max-width: 100%;
        max-height: 42px;
    }

    .casePizzaBot .caseText .iconsB span {
        display: block;
        text-align: center;
        font-size: 35px;
    }

    .casePizzaBot .caseItog .sectionTitle .textBlock p {
        font-size: 16px;
        line-height: 24px;
    }

    .casePizzaBot .chatItem {
        padding-bottom: 20px;
        margin-right: 20px;
    }

    .casePizzaBot .caseItog .rightSide:after {
        width: 239px;
        height: 212px;
        bottom: -50px;
        right: -35px;
        background-size: 100%;
    }
}

@media (max-width: 479px) {
    .casePizzaBot .textBlock p br {
        display: none;
    }

    .casePizzaBot .caseBtn {
        padding: 0 20px;
    }

    .casePizzaBot .banner .info+.caseBtn {
        width: 100%;
    }

    .casePizzaBot .caseAnalysis .img {
        max-width: 459px;
        width: 459px;
        left: 50%;
        position: relative;
        transform: translateX(-50%);
    }

    .casePizzaBot .caseAnalysis {
        padding-bottom: 0;
    }

    .casePizzaBot .caseProjectSection {
        margin-top: -73px;
        z-index: 1;
    }

}