@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Unbounded:wght@200..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Unbounded&display=swap');
body {
    position: relative;
    padding: 0px;
    margin: 0px auto;
}

.casePageWrapper {
    font-family: "Montserrat";
    color: #1D1D1D;
    overflow: hidden;
}

.casePageWrapper * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.casePageWrapper *:before,
.casePageWrapper *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}



.casePageWrapper ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

.casePageWrapper a {
    text-decoration: none;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
    opacity: 1;
    -webkit-outline: none;
    -moz-outline: none;
    outline: none;
}

.casePageWrapper select,
.casePageWrapper input,
.casePageWrapper textarea {
    width: 100%;
    -webkit-outline: none;
    -moz-outline: none;
    outline: none;
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    font-family: "Montserrat";
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.casePageWrapper button {
    padding: 0px;
    font-family: "Montserrat";
    background-color: transparent;
    border: none;
    -webkit-outline: none;
    -moz-outline: none;
    outline: none;
    cursor: pointer;
}
.casePageWrapper ul{
    list-style-type: none;
}
ul li {
    list-style-type: none;
}
.casePageWrapper ul li:before{
    display: none;
}
ul li:before{
    display: none;
}
.casePageWrapper button:disabled {
    cursor: default;
}

.casePageWrapper .container {
    width: 1338px;
    padding: 0px 15px;
    margin: 0px auto;
}
.container.tasks__container{
    width: 1497px;
}
.container.mid__container{
    width: 1400px;
} 
.container.average__container{
    width: 1357px;
}
.container.search__container{
    width: 1137px;
}     
.small__container.container{
    width: 1200px;
}
.smallest__container.container{
    width: 1037px;
}
.main{
   padding-bottom: 90px;
   position: relative;
}
.text.main__text{
    margin-bottom: 68px;
    max-width: 600px;
}
.main__points .container, .main__points {    
    display: flex;
    margin-bottom: 33px;
}
.sometitle{
    font-family: "Unbounded", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
font-size: 50px;
font-weight: 400;
line-height: 65px;
letter-spacing: 0em;
text-align: left;
color: #FFFFFF;
}
.sometitle.sometitle_implement{
    color: #000000;
}
.tasks__flex .sometitle{
    margin-bottom: 40px;
}
.text{
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    color: #FFFFFF;
font-size: 18px;
font-weight: 400;
line-height: 28px;
letter-spacing: 0em;
text-align: left;
}
.container p.subtitle, p.subtitle {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    color: #FFFFFF;
font-size: 10px;
font-weight: 700;
line-height: 26px;
letter-spacing: 0.8em;
text-align: left;
margin-bottom: 24px;
border-radius: 21px;
padding: 3px 15px;
background-color: #000000;
margin: 0 auto;
}
.tasks__long{
    position: absolute;
    top: 35px;
    left: -15px;
    height: 80%;
}
.tasks__mobimg.tasks__img.tasks__lastimg{
    width: 1067px;
    height: 1104px;
    top: -100px;
}
.last__parfume{
    position: absolute;
    width: 856px;
    height: 1107px;
    bottom: 0;
    left: -40%;
}
.last__parfume_first{
    bottom: -28%;
    left: -29%;
    transform: rotate(184deg);
}
.last__parfume_second{
    bottom: -56%;
    left: -10%;
    transform: rotate(95deg);
}
ul.last__list > li{
    list-style-type: none;
    position: relative;
    max-width:712px;
    margin-left: 30px;
}
ul.last__list li:not(:last-child){
    margin-bottom: 40px;
}
.tasks__number{
    position: relative;
    top: 30px;
    left: -60px;
}
.tasks__img.tasks__mobimg{
    width: 1005px;
height: 1004px;
position: absolute;
top: 86px;
left: -41%;
}
.casePageWrapper .tasks__common > .tasks__container{
    justify-content: flex-end;
    position: relative;
    padding-top: 86px;
}
.tasks .subtitle{
max-width: fit-content;
    margin: 0 auto;
}

/*TASKS__LIST*/
ul.tasks__list li:not(:last-child){
   margin-bottom: 34px;
}
ul.tasks__list > li{
    list-style-type: none;
    max-width:648px;
    height: 114px;
    padding: 9px 32px 9px 16px;
    display: flex;
    align-items: center;
}
ul.tasks__list > li:nth-child(1){
    padding: 9px 32px 9px 23px;
}
.tasks__list .text.point__text.point__black,
.tasks__list .text.point__text.point__white{
    font-size: 18px;
    line-height: 32px;
}
.point__black{
    background-image: url("/img/estel/union_black.png");
    background-repeat: no-repeat;
}
.point__white{
    background-image: url("/img/estel/union_white.png");
    background-repeat: no-repeat;
}
span.pink{
    font-family: "Unbounded", sans-serif;
    font-size: 18px;
    font-weight: 550;
    line-height: 32px;
    color: #184A84;
}
.main__pointsblock.main__pointsblock_implementation{
    margin-top: 0px;
}
.tasks__list .text.point__text{
    font-size: 22px;
}
 ul.tasks__list{
    position: relative;
 }
 .point__black .tasks__num,.point__black{
    color: #ffffff;
 }
 .point__white .tasks__num,.point__white{
    color: #184A84;
 }
 img.tasks__background{
    display: none;
 }
 .tasks__num{
    margin-right: 61px;
    font-size: 75px;
    top: 0px;
    left: 0px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    line-height: 26px;
    text-align: left;
    display: flex;
    justify-content: center;
    align-items: center;
 }
/*TASKS__LIST*/

/*CATEGORIES*/
.tasks.tasks_banners{
    padding-top: 163px;
    background-color:#1C1C1C;
}
.banners__title.banners__title_diff{
    color: #ffffff;
}
.banners__title.banners__title_blue{
    color: #184A84;
    margin-bottom: 50px;
}
.banners__vertical{
    position: absolute;
    bottom: 3.7%;
    left: 0;
    z-index: 2;
}
.banners__images.banners__images_small{
    max-width: 919px;
    margin-left: auto;
    padding-bottom: 990px;
}
.banners__images.banners__images_small .second__analytics{
    z-index: 1;
    position: relative;
}
.banners__categories{
    position: absolute;
    transform: rotate(160deg);
    width: 245px;
    height: 313px;
    right: -16%;
    top: 9%;
    z-index: 2;
}
.banners__image{
    position: absolute;
}
.banners__image.banners__image_first{
    width: 914px;
    height: 411px;
    z-index: 2;
    bottom: 39%;
    right: -94px;
}
.banners__image.banners__image_second{
    width: 914px;
    height: 481px;
    z-index: 3;
    right: -188px;
    bottom: 24%;
}
.banners__image.banners__image_parfume{
    right: 0%;
    z-index: 0;
    transform: rotate(353deg);
    bottom: 23%;
}
.container.search__container{
    position: relative;
}
.categories__lastflex{
    display: flex;
    justify-content: space-between;
}
.banners__title.banners__title_rotate{
    transform: rotate(-180deg);
    writing-mode: vertical-rl;
}
.tasks__bigblock.tasks__bigblock_white .tasks__vertical.tasks__vertical_non, .tasks__vertical.tasks__vertical_non{
    writing-mode: initial;
    transform: rotate(0deg);
    color: #000000;
}
.banners__vertical img{
    margin-left: 20px;
    margin-bottom: 25px;
}
div.tasks__bigblock.tasks__bigblock_horizontal.tasks__bigblock_absolute{
    position: absolute;
    bottom: -5%;
    right: -15%;
}
.tasks__bigblock.tasks__bigblock_rotate{
    flex-direction: column;
}
div.tasks__bigblock.tasks__bigblock_horizontal{
    max-width: 899px;
    margin-top: 38px;
    background-image: url('/img/estel/union__categoties.png');
}
.tasks__bigcommon_line{
    position: relative;
    margin-top: 60px;
}
.tasks__bigcommon_line::before{
    content: '';
    width: 90%;
    position: absolute;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    top: -40px;
    border: 2px solid #000000;
    border-radius: 2px;
}
.tasks__bigcommon_line .text:not(:last-child){
    margin-bottom: 30px;
}
/*CATEGORIES*/
.tasks.tasks__black{
    background-color: #1C1C1C;
    padding-top: 85px;
    position: relative;
}
.tasks__vertical.tasks__vertical_last{
    transform: rotate(0deg);
    color: #ffffff;
    writing-mode: initial;
    text-align: center;
    margin-top: 38px;
}
.tasks__number{
    max-width: 31px;
    max-height: 31px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 7px;
    box-shadow: 2px 4px 8px 0px rgba(39, 38, 38, 0.3);
    background-color: #ffffff;
    color: #000000;
    font-family: "Montserrat", sans-serif;
font-size: 15px;
font-weight: 700;
line-height: 26px;
padding: 2px 14px;
text-align: center;
box-sizing:border-box;
}
ul.last__list li{
    list-style-type: none;
}
.implementation.implementation_diff{
    background-color: #1C1C1C;
    margin-top: 0;
    margin-bottom: 0px;
    padding-bottom: 257px;
}
.white{
    color: #ffffff;
}
.blue{
    color: #184A84;
}
span.bald.bald__diff{
    font-family: "Unbounded", sans-serif;
    font-weight: 550;
}
.implementation__phone.implementation__phone_old.implementation__phone_old_diff{
    width: 384px;
    height: 740px;
    z-index: 2;
}
.implementation__images.implementation__images_diff{
    margin-bottom: 134px;
}
.implementation__phone.implementation__phone_old.implementation__phone_old_diff{
    top: -10%;
    left: -275px;
    z-index: 2;
}
.banners__image.banners__image_parfume.banners__image_parfume_diff{
    bottom: -19%;
    right: -6%;
    transform: rotate(94deg);
}
.implementation__phone.implementation__phone_new.implementation__phone_new_diff{
    width: 444px;
    height: 838px;
    top: 73%;
    right: -115px;
    z-index: 2;
}
.implementation__phone.implementation__phone_some.implementation__phone_some_diff{
    width: 394px;
    height: 760px;
    top: 32%;
    left: -235px;
    z-index: 2;
}
img.implementation__phone.implementation__phone_some{
    z-index: 3;
    max-width: none;
}
.point.main__point.main__point_alone ul.implementation__list{
    max-width: none;
}
.implementation__flex{
    display: flex;
    flex-direction: column;
    margin-left: 100px;
}
.implementation__text{
    display: flex;
    flex-direction: column;
    max-width: 810px;
}
.container.small__container.small__container_diff{
    align-items: flex-start;
    position: relative;
    padding-bottom: 75px;
}
.implementation__connection{
    width: 400px;
    height: 322px;
    position: absolute;
    top: 14%;
    right: -70px;
}
.implementation__images.implementation__images_diff.implementation__images_padding{
    margin-bottom: 85px;
}
.standart__list.standart__list_padding{
    margin-top: 0px;
    margin-bottom: 0px;
}
.black__text.black__text_padding{
    margin-top: 40px;
}
div.tasks__bigblock.tasks__bigblock_biggest{
/*     background-image: url('/img/estel/union__dop.png'); */
    max-width: none;
    background-repeat: no-repeat;
    height: 641px;
    background-image: none;
} 
div.tasks__bigblock.tasks__bigblock_biggest .text{
    margin-left: 0;
}
.tasks__vertical_non.tasks__vertical_non_white{
    color: #ffffff;
    text-align: center;
    max-width: 1131px;
    padding-top: 26px;
}
.tasks__bigcommon.tasks__bigcommon_line_white{
    max-width: 1080px;
    margin-top: 90px;
}
.tasks__bigcommon.tasks__bigcommon_line_white::before{
    border: 2px solid #ffffff;
}
.tasks__bigcommon_line.tasks__bigcommon_line_white .text:not(:last-child){
    margin-bottom: 0;
}
ul.standart__list.standart__list_clear li{
    list-style-type: none;
    margin-left: 0;
}
ul.standart__list.standart__list_clear{
    margin-left: 0;
}
/* img.tasks__behind{
    display: none;
} */
img.tasks__behind.tasks__behind_mob{
    display: none;
}





.tasks__flex_last{
    margin-top: 40px;
}
.tasks__flex_last p:not(:last-child){
    margin-bottom: 100px;
}
.implementation .smallest__container{
    position: relative;
}
img.implementation__old{
    position: relative;
    margin-top: 58px;
    z-index: 1;
    width: 100%;
}
.implementation__phone{
    position: absolute;
    width: 344px;
    height: 664px;
    }
.implementation__phone_new{
        bottom: 37%;
        right: -230px;
        z-index: 2;
    }
.implementation__phone_old{
        top: 10%;
        left: -230px;
        z-index: 2;
    }
.implementation__phoneblock{
    bottom: 830px;
    left: -710px;
        position: relative;
}
.tasks__leaves{
    position: absolute;
    right: -50px;
    top: 280px;
    transform: rotate(167deg);
    width: 220px;
    height: 293px;
}
.tasks__model{
    position: absolute;
    left: 100px;
    bottom: 10px;
    width: 352px;
    height: 348px;
}
.tasks__model_next{
    position: absolute;
    right: 200px;
    bottom: 10px;
    width: 322px;
    height: 318px;
}
p.subtitle.subtitle_diff{
    color: #000000;
    background-color: #ffffff;
    box-shadow: 2px 4px 8px 0px #2726264D;
    border: 1px solid #000000;
}
p.subtitle.subtitle_diff.subtitle_grey{
    color: #000000;
    background-color: #D9D9D9;
    box-shadow: 2px 4px 8px 0px #2726264D;
    border: 1px solid #000000;
}
.tasks__vertical{
    font-family: "Unbounded", sans-serif;
font-size: 45px;
font-weight: 400;
line-height: 58px;
letter-spacing: 0.16em;
text-align: left;
writing-mode: vertical-rl;
transform: rotate(-180deg);
}
.tasks__bigblock.tasks__bigblock_black .tasks__vertical{
    color: #ffffff;
}
.tasks__bigblock.tasks__bigblock_white .tasks__vertical{
    color: #184A84;
    padding-top: 20px;
}
.tasks__bigblock{
    width: 100%;
    height: 592px;
    display: flex;
    padding: 0px 18px 0px 17px;
    box-sizing: border-box;
    align-items: center;
}
.tasks__bigcommon{
    display: flex;
    flex-direction: column;
    max-width: 884px;
}
.tasks__bigblock .text{
    margin-left: 60px;
}
.tasks__bigblock:not(:last-child){
    margin-bottom: 85px;
}
.tasks__bigblock_black.tasks__bigblock .text{
    margin-top: 90px;
    align-self: flex-start;
}
.tasks__bigblock.tasks__bigblock_black{
    background-image: url('/img/estel/union_black_big.png');
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
}
.tasks__bigblock.tasks__bigblock_white{
    background-image: url('/img/estel/union_white_big.png');
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
}
.tasks__bigblocks{
    margin-top: 85px;
    display: flex;
    flex-direction: column;
}
/*TXT*/
.container.average__container{
    margin-bottom: 136px;
}
.main__points .container, .main__points{    
    display: flex;
}
.point.main__point:not(:last-child){
    margin-right: 94px;
}
.point.main__point{
    flex: 0 0 calc(50% - 47px);
}
span.bald{
    font-weight: 700;
}
.point {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.point__title {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    color: #FFFFFF;
font-size: 22px;
font-weight: 500;
line-height: 28px;
letter-spacing: 0em;
text-align: left;
padding-left: 22px;
padding-right: 18px;
border-radius: 30px;
padding-top: 8px;
padding-bottom: 7px;
}
.main__point .point__title{
    margin-bottom: 33px;
}
.main__point.point .text.point__text{
    color: #000000;
}
.point__text:not(:last-child) {
    margin-bottom: 57px;
}
.main__points .container .main__point:nth-child(2) .point__text:not(:last-child){
margin-bottom: 40px;
}
.tasks__img{
width: 300px;
height: 513px;
}
.tasks__img img, .logo__img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.tasks__images{
    position: absolute;
    right: 10%;
    top: 0px;
}
.tasks__elipse{
    position: absolute;
}
.tasks__elipse_first{
    top: 12%;
    left: -20%;
}
.tasks__elipse_second{
    bottom: 0px;
    right: -65%;
}
.tasks__elipse_third{
    bottom: 0px;
    right: -41%;
}
.tasks__elipse_fourth{
    top: -10%;
    right: -31%;
}
.tasks__elipse_fiveth{
    bottom: -10%;
    right: -31%;
}
.logo__img{
    width: 430px;
    height: 130px;
    margin-bottom: 64px;
    margin-left: -10px;
}
.tasks {
    position: relative;
}
.tasks.tasks__main{
    min-width: 100%;
    background-image: url("/img/estel/background.jpg");
    background-position: right;
    background-size: cover;
    background-repeat: no-repeat;
}
.banners__block {
    display: flex;
    align-items: center;
    margin-bottom: 66px;
}
.banners__title {
    font-family: "Unbounded", sans-serif;
font-size: 45px;
font-weight: 400;
line-height: 58px;
text-transform: uppercase;
letter-spacing: 0.16em;
}
.banners__line {
    width: 536px;
    height: 19px;
    margin-left: 30px;
}
.banners__leaves{
    position: absolute;
    left: 6.5%;
    bottom: 25%;
}
.banners__images{
    position: relative;
}
.tasks__flex .main__points .point__title:last-child, .title__big .point__title.second__point{
background-color: transparent;
border: 2px solid #FFFFFF;
color: #FFFFFF;
}
.tasks__flex .main__points .point__title:last-child{
    background: #6C6C6C66;
}
ul.standart__list{
margin-bottom: 30px;
margin-top: 30px;
margin-left: 20px;
}
ul.standart__list li::marker,ul.implementation__list li::marker {
    font-size: 10px;
} 
.tasks__leave{
    width: 62px;
    height: 84px;
    position: absolute;
    top: -30px;
    right: 140px;
    transform: rotate(80deg);
}
.tasks__leave.tasks__leave_rotate{
    width: 78px;
    height: 107px;
    top: 50px;
    right: -20px;
    transform: rotate(305deg);
}
.tasks__flex > .text{
    font-size: 22px;
}
.title__big{
    font-family: "Unbounded", sans-serif;
    font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
font-size: 90px;
font-weight: 400;
line-height: 90px;
text-align: left;
color: #FFFFFF;
display: flex;
flex-direction: column;
align-items: flex-start;
}
.tasks__img{
    position: relative;
    z-index: 1;
    top: -21%;
    left: 31%;
}
.tasks__img img{
    position: relative;
    z-index: 5;
}
.tasks:nth-child(2){
    padding-top: 0;
}
.tasks__flex .main__points .point__title:first-child{
    margin-right: 17px;
}
.tasks__flex .main__points .point__title:first-child, .title__big .point__title.first__point, .subtitle,.main__point .point__title{
    background-color: #ffffff;
    color: #000000;
    line-height: 30px;
}
p.subtitle.implementation__subtitle{
    box-shadow: none;
    background-color: #184A84;
    box-shadow: 2px 4px 8px 0px #2726264D;
    margin-bottom: 46px;
}
.main__point .point__title{
box-shadow: none;
}
.main__pointsblock{
    display: flex;
    margin-top: 74px;
}
    .tasks__arrow.tasks__arrow_third{
        width: 380px;
        height: 291px;
        transform: scaleX(-1) rotate(-12deg);
        filter: blur(4px);
        right: -140px;
        top:-50px;
    }
    .tasks__arrow.tasks__arrow_fourth{
        width: 189px;
        height: 302px;
        right:-80px;
        transform: rotate(350deg);
        bottom:20%;
    }
    .tasks__arrow.tasks__arrow_fifth,img.tasks__arrow.tasks__arrow_sixth{
        z-index: 1;
        width: 185px;
        height: 242px;
        max-width: none;
    }
    .tasks__arrow.tasks__arrow_fifth{
        top: 14%;
        right: -225px;
        transform: rotate(304deg);
    }
    .tasks__arrow.tasks__arrow_sixth{
        top: -120px;
        left: 140px;
    }
.container.tasks__container{
    display: flex;
    justify-content: flex-start;
    align-items:center;
    padding-bottom: 140px;
    padding-top: 140px;
    position: relative;
}
.tasks__flex {
        flex: 0 0 58.5%;
position: relative;
}
.tasks__arrow{
    width: 500px;
    height: 274px;
    position: absolute;
}
.tasks__arrow.tasks__arrow_first{
    top: -50px;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50px) rotate(176deg);
}
.tasks__arrow.tasks__arrow_second{
    bottom: 100px;
    left: -250px;
    transform: rotate(-10deg);
}
.casePageWrapper h1.tasks__title{
    margin-bottom: 33px;
}
.tasks__title {
    font-family: "Unbounded", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
font-size: 125px;
font-weight: 400;
line-height: 124px;
letter-spacing: 0em;
text-align: left;
color: #FFFFFF;
}
.tasks__points{
    margin-top: 72px;
    display: flex;
            flex-direction: column;
    margin-bottom: 484px;
}
.point__block {
    display: flex;
    align-items: flex-start;
}
img.point__img{
    width: 22px;
    height: 22px;
    margin-right: 18px;
}
.tasks__point:not(:last-child){
    margin-bottom: 72px;
}
/*POINTS*/
.small__container.container{
    flex-direction: column;
    display: flex;
}
.main__points.main__links{
    background-color: #FFFFFF;
    padding-top: 91px;
    padding-bottom: 76px;
    overflow: hidden;
    position: relative;
}
.implementation {
    margin-top: 90px;
    margin-bottom: 90px;
}
.implementation .container {
    display: flex;
    align-items: center;
    flex-direction: column;
}
.implementation .container p.implementation__first,.second__title {
    margin-top: 54px;
    margin-bottom: 46px;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
        align-self: flex-start;
font-size: 36px;
font-weight: 400;
line-height: 44px;
letter-spacing: 0em;
text-align: left;
}
ul.implementation__list {
    margin-left: 20px;
        align-self: flex-start;
    list-style-type: disc;
    max-width: 830px;
}
.implementation__list li:not(:last-child){
    margin-bottom: 40px;
}
.implementation__images{
    position: relative;
}
.project__points{    
    display: flex;
    margin-bottom: 90px;
}
ul.project__list li.black__text,.black__text{
    color: #1C1C1C;
}
.second__img,.second__call,.second__card,.second__analytics{
    width: 100%;
}
.detail img{
    max-height: none;
}
ul li{
    list-style-type: disc;
}
.text.color_333{
    color: #333;
    color:var(--white_text_black);
}
.footer__main-part .wrap .item .title{
    font-weight: 300;
}
img.tasks__behind{
    display: block;
    position: absolute;
    height: 641px;
    width: 100%;
    top: auto;
    left: 0;
}
@media(max-width:1700px){
    .tasks__img{
        width: 270px;
        height: 462px;
        left: 12%;
    }
    .tasks__images{
        right: 20%;
        top: 5%;
    }
    .point__title{
        font-size: 21px;
    }
    .tasks__arrow{
        width: 400px;
        height: 214px;
    }
    .tasks__img.tasks__mobimg,.tasks__mobimg.tasks__img.tasks__lastimg {
        width: 744px;
        height: 743px;
        left: -90px;
        top: 170px;
}
.last__parfume_first{
    left: -35%;
}
}
@media(max-width:1520px){
    .implementation__phoneblock{
        left: -630px;
    }
    ul.tasks__list li:nth-child(6) .tasks__num {
            top: 8px;
            left: -25px;
    }
    .tasks.tasks__main{
        background-position: 75% 0%;
    }
    .tasks__images{
        right: 16%;
        top: 6%;
    }
    .tasks__flex {
        flex: 0 0 56.5%;
    }
    .tasks__points{
        margin-bottom: 90px;
    }
    .tasks__arrow{
        width: 350px;
        height: 184px;
        position: absolute;
    }
    .tasks__arrow.tasks__arrow_first{
        top: -10px;
    }
    .tasks__arrow.tasks__arrow_second{
        bottom: 0px;
        left: -200px;
    }
    .tasks__arrow.tasks__arrow_third{
        width: 304px;
        height: 233px;
        right: -140px;
        top:-50px;
}
.tasks__arrow.tasks__arrow_fourth{
    width: 132px;
    height: 211px;
    right: -80px;
    transform: rotate(350deg);
    bottom: 20%;
}
.tasks__img.tasks__mobimg {
    width: 630px;
    height: 630px;
    left:-85px;
    top: 250px;
}
ul.tasks__list li:not(:last-child){
    margin-bottom: 40px;
}
.tasks__list .text.point__text.point__black, .tasks__list .text.point__text.point__white{
    background-size: contain;
}
.tasks__flex.tasks__flex_points{
    flex: 0 0 50%;
}
ul.tasks__list li:nth-child(6) .tasks__num{
    top: 13px;
    left: -18px;
}
.implementation__phone{
    width: 350px;
    height: 676px;
}
.implementation__phone_old{
    left: -150px;
}
.implementation__phone_new{
    right: -150px;
}
/*CATEGORIES*/
.tasks.tasks_banners{
    padding-top: 123px;
}
.banners__vertical{
    position: absolute;
    bottom: 3.7%;
}
.banners__images.banners__images_small{
    max-width: 919px;
    padding-bottom: 990px;
}
.banners__categories{
    width: 196px;
    height: 250px;
    right: -13%;
    top: 6%;
}
.banners__image.banners__image_first{
    width: 731px;
    height: 329px;
    bottom: 39%;
    right: -10px;
}
.banners__image.banners__image_second{
    width: 731px;
    height: 385px;
    right: -40px;
    bottom: 24%;
}
.banners__image.banners__image_parfume{
    width: 1088px;
    height: 1416px;
    right: 0%;
    transform: rotate(353deg);
    bottom: 21%;
}
div.tasks__bigblock.tasks__bigblock_horizontal.tasks__bigblock_absolute{
    position: absolute;
    right: 0%;
}
div.tasks__bigblock.tasks__bigblock_horizontal{
    margin-top: 0px;
}
/*CATEGORIES*/
.implementation__phone.implementation__phone_old.implementation__phone_old_diff{
    width: 307px;
    height: 592px;
}
.implementation__images.implementation__images_diff{
    margin-bottom: 134px;
}
.implementation__phone.implementation__phone_old.implementation__phone_old_diff{
    top: -5%;
    left: -75px;
    z-index: 2;
}
.banners__image.banners__image_parfume.banners__image_parfume_diff{
    bottom: -19%;
    right: -6%;
    transform: rotate(94deg);
}
.implementation__phone.implementation__phone_new.implementation__phone_new_diff{
    width: 355px;
    height: 670px;
    top: 73%;
    right: -75px;
    z-index: 2;
}
.implementation__phone.implementation__phone_some.implementation__phone_some_diff{
    width: 315px;
    height: 608px;
    top: 32%;
    left: -65px;
    z-index: 2;
}
.implementation__connection{
    width: 320px;
    height: 258px;
    position: absolute;
    top: 14%;
    right: 37px;
}
div.tasks__bigblock.tasks__bigblock_biggest{
    background-image: none;
    max-width: none;
    background-repeat: no-repeat;
    height: 641px;
} 

.mid__container{
    position: relative;
}
.last__parfume_first{
    left: -47%;
}
.last__parfume_second{
    bottom: -50%;
}
}
@media (min-width: 1200px) {
    .casePageWrapper .container {
        max-width: 1200px;
    }
}

@media (min-width: 1260px) {
    .casePageWrapper .container {
        max-width: 1230px;
    }
}
@media (max-width: 1199px) {
    .casePageWrapper .container {
        width: 991px;
    }
    .tasks__images{
        right: 7%;
        top: -17%;
    }
    .tasks__elipse_fourth{
        top: -25%;
    }
    .tasks.tasks__main{
        background-position: 70% 0%;
    }
    .container.tasks__container{
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .implementation__phone{
        width: 280px;
        height: 540px;
    }
    .implementation__phone_old{
        left: -70px;
    }
    .implementation__phone_new{
        right: -70px;
    }
    .implementation__phoneblock{
        left: -550px;
    }
    .tasks__list .text.point__text.point__black, .tasks__list .text.point__text.point__white{
        line-height: 25px;
        font-size: 15px;
    }
    .tasks__num{
        font-size: 60px;
        margin-right: 30px;
    }
    ul.tasks__list > li{
        height: 88px;
        min-width: 100%;
    }
    .tasks__leaves{
        right: -48px;
        top: 235px;
        width: 190px;
        height: 220px;
    }
    .tasks__model{
        left: 120px;
        bottom: 3px;
        width: 282px;
        height: 242px;
    }
    .tasks__model_next{
        position: absolute;
        right: 200px;
        bottom: 3px;
        width: 242px;
        height: 238px;
    }

    .tasks__arrow{
        width: 300px;
        height: 165px;
        object-fit: contain;
    }
    .tasks__arrow.tasks__arrow_first{
        top: -10px;
    }
    .tasks__arrow.tasks__arrow_second{
        bottom: -60px;
        left: -150px;
    }
    .tasks__arrow.tasks__arrow_fourth {
            right: -50px;
            bottom: 0%;
    }
    .text,.tasks__flex > .text{
        font-size: 16px;
        line-height: 22px;
    }
    .implementation .container p.implementation__first, .second__title{
        font-size: 28px;
        line-height: 32px;
    }
    .tasks{
        padding-top: 120px;
        padding-bottom: 100px;
    }
    .tasks__points{
        margin-top: 60px;
    }
    .point__title{
        font-size: 15px;
    }
    .tasks__title{
        font-size: 75px;
        line-height: 75px;
    }
    .tasks__point:not(:last-child){
        margin-bottom: 40px;
    }
    .sometitle{
        font-size: 40px;
        line-height: 55px;
    }
    .main__image,.main__back{
        height: 1372px;
    }
    /*TXT*/
.tasks__img.tasks__mobimg, .tasks__mobimg.tasks__img.tasks__lastimg {
    width: 535px;
    height: 535px;
    left: -60px;
    top: 180px;
}
.tasks__long{
    height: 77%;
}
.last__parfume{
    width: 600px;
    height: 775px;
}
.last__parfume_second{
    bottom: -40%;
    left: -7%;
}
.last__parfume_first{
    left: -38%;
    bottom: -20%;
}
ul.tasks__list li:not(:last-child){
    margin-bottom: 30px;
}
ul.tasks__list li:nth-child(6) .tasks__num{
    top: 8px;
    left: -23px;
}
.tasks__list .text.point__text, span.pink{
    font-size: 16px;
}
.tasks__line{
    height: 96%;
    left: -9px;
}
.main__point .point__title{
    line-height: 14px;
}
/*TXT*/
.banners__image.banners__image_parfume.banners__image_parfume_diff{
    width: 970px;
    height: 1132px;
}
.implementation__connection{
    width: 288px;
    height: 232px;
    position: absolute;
    top: 14%;
    right: 37px;
}
.implementation__text{
    max-width: 610px;
}
.implementation__images.implementation__images_diff.implementation__images_padding{
    margin-bottom: 65px;
}
.tasks__vertical_non.tasks__vertical_non_white{
    font-size: 42px;
    line-height: 48px;
    padding-top: 20px;
}
div.tasks__bigblock.tasks__bigblock_biggest{
    margin-top: 15px;
    height: 561px;
}
.tasks__bigcommon.tasks__bigcommon_line_white::before{
    top: -75px;
}
img.tasks__behind{
    height: 581px;
}
.tasks__behind{
    height: 561px;
}
ul.last__list li:not(:last-child){
    margin-bottom: 20px;
}
.tasks.tasks__padding{
    padding-top: 0;
}
.tasks.tasks__pd{
    padding-top: 0;
}
.tasks__img{
    left: -14%;
}
.tasks__pd .subtitle.subtitle_diff{
    margin-bottom: 50px;
}
.tasks__bigblock{
    height: 462px;
}
.tasks__vertical{
    font-size: 42px;
}
h6.banners__title.banners__margin{
    margin-top: 50px;
}
.main__pointsblock_margin{
    margin-bottom: 50px;
}
}
@media (min-width: 992px) {
    .casePageWrapper .container {
        max-width: 100%;
    }
}
@media (max-width: 991px) {
    .casePageWrapper .container{
        width: 768px;
    }
    .text.main__text:not(:last-child){
        margin-bottom: 30px;
    }
    .title__type{
        font-size: 32px;
        line-height: 40px;
    }
    .sometitle{
        font-size: 40px;
        line-height: 55px;
    }
    .main{
        padding-bottom: 60px;
    }
    .banners__block {
        margin-bottom: 50px;
    }
    .banners__title {
    font-size: 32px;
    line-height: 41px;
    }
    .banners__line {
        width: 60%;
        max-width: 400px;
        height: 19px;
        margin-left: 20px;
    }
    .banners__leaves{
        width: 130px;
        height: 170px;
        left: 6.5%;
        bottom: 25%;
    }
    .implementation__phone{
        width: 220px;
        height: 430px;
    }
    .implementation__phone_old{
        left: -70px;
    }
    .implementation__phone_new{
        right: -70px;
    }
    .implementation__phoneblock{
        left: -430px;
        bottom: 530px;
    }
    .tasks__list .text.point__text.point__black, .tasks__list .text.point__text.point__white{
        line-height: 22px;
        font-size: 12px;
    }
    ul.tasks__list > li:nth-child(1) {
        padding: 9px 22px 9px 16px;
    }
    ul.tasks__list > li {
        padding: 9px 22px 9px 12px;
    }
    .tasks__num{
        font-size: 50px;
        margin-right: 25px;
    }
    ul.tasks__list > li{
        height: 72px;
        min-width: 100%;
    }
    .tasks__flex.tasks__flex_points{
        flex: 0 0 55%;
    }
    ul.tasks__list li:not(:last-child){
        margin-bottom: 25px;
    }
    .tasks__vertical{
        font-size: 32px;
        line-height: 41px;
    }
    .tasks__bigblock{
        height: 367px;
    }
    .tasks__leaves {
        width: 134px;
        height: 175px;
        top: 180px;
    }
    .tasks__model{
        left: 120px;
        bottom: 10px;
        width: 182px;
        height: 178px;
    }
    .tasks__model_next{
        right: 120px;
        bottom: 10px;
        width: 182px;
        height: 178px;
    }
    .tasks__bigblock_black.tasks__bigblock .text{
        margin-top: 70px;
    }
    ul.standart__list{
        margin-bottom: 5px;
        margin-top: 5px;
    }
    .tasks__leave {
        width: 50px;
        height: 67px;
        top: -41px;
        right: 100px;
    }
    .tasks__leave.tasks__leave_rotate {
        width: 62px;
        height: 86px;
        top: 50px;
        right: 0px;
    }

    .tasks__arrow.tasks__arrow_fourth {
        width: 106px;
        height: 169px;
        right: -50px;
        bottom: 0%;
}
    .point.main__point:not(:last-child){
        margin-right: 25px;
    }
    .point.main__point{
        flex: 0 0 calc(50% - 12.5px);
    }
    .main__image,.main__back{
        height: 1072px;
    }
    .text{
        font-size: 14px;
        line-height: 18px;
    }
    .main__back.end__back,.main__image.end__image{
        height: 640px;
    }
    .implementation .container p.implementation__first, .second__title{
        font-size: 22px;
        line-height: 26px;
    }
    .project__text.text{
        margin-bottom: 20px;
    }
    .implementation{
        margin-bottom: 50px;
        margin-top: 50px;
    }
    .tasks__img{
        width: 230px;
        height: 393px;
    }
    .tasks__images{
        right: 6%;
        top: -10%;
    }
    .tasks__elipse_fiveth{
        right: -17%;
        left: -31%;
    }
    .logo__img {
        width: 350px;
        height: 104px;
        margin-bottom: 50px;
    }
    .tasks__arrow{
        width: 240px;
        height: 132px;
    }
    .tasks__arrow.tasks__arrow_first{
        top: 0px;
    }
    .tasks__arrow.tasks__arrow_second{
        bottom: 0px;
        left: -150px;
    }
    .tasks__arrow.tasks__arrow_fifth,.tasks__arrow.tasks__arrow_sixth{
        width: 210px;
        height: 120px;
    }
    .tasks__arrow.tasks__arrow_fifth{
        right: -140px;
    }
    .tasks__arrow.tasks__arrow_sixth{
        left: 65px;
        top: -70px;
    }
    .tasks__points{
        margin-top: 50px;
    }
    .tasks__title{
        font-size: 62px;
        line-height: 60px;
    }
    .tasks__point:not(:last-child){
        margin-bottom: 35px;
    }
    .tasks__flex{
        flex: 0 0 65%;
    }
    .point__title{
        font-size: 14px;
        line-height: 22px;
        display: flex;
        align-items: center;
    }
    .tasks{
        padding-top: 90px;
        padding-bottom: 90px;
    }
    .tasks__arrow.tasks__arrow_third{
        width: 240px;
        height: 189px;
        right: -100px;
        top:-50px;
}
    /*TXT*/
    ul.integration__points{
        margin-top: 60px;
    }
    ul.integration__points li:not(:last-child){
        margin-bottom: 37px;
    }
    .title__img.title__img_lid{
        top: -63px;
        width: 105px;
        height: 84px;
    }
    .title__img.title__img_jar{
        bottom: -63px;
        width: 93px;
        height: 96px;
    }
    .text__block .title__big{
        margin-top: 65px;
        margin-bottom: 65px;
    }
    .tasks__img.middle__image{
        width: 716px;
        height: 573px;
        bottom: -610px;
    }
    .implementation.implementation_white{
        padding-bottom: 310px;
    }
    .implementation.implementation_pink{
        padding-top: 290px;
    }
    .implementation_white.implementation .text__block:not(:last-child){
        margin-bottom: 45px;
    }
    .tasks__arrow.tasks__arrow_seventh{
        top: 396px;
        left: -125px;
    }
    .tasks__arrow.tasks__arrow_eighth{
        width: 256px;
        height: 140px;
        bottom: 50px;
        right: -120px;
    }
    .tasks__img.scheme__image{
        width: 746px;
        height: 150px;
        margin-top: 60px;
    }
    .tasks__img.tasks__mobimg,.tasks__mobimg.tasks__img.tasks__lastimg {
        width: 400px;
        height: 400px;
        top: 150px;
    }
    .tasks__list .text.point__text, span.pink{
        font-size: 14px;
    }
    /*TXT*/
    /*CATEGORIES*/
.tasks.tasks_banners{
    padding-top: 100px;
}
.banners__vertical{
    position: absolute;
    bottom: 20.7%;
}
.banners__images.banners__images_small{
    padding-bottom: 790px;
}
.banners__categories{
    width: 176px;
    height: 225px;
    right: -10%;
    top: 1%;
}
.banners__image.banners__image_first{
    width: 658px;
    height: 296px;
    bottom: 41%;
    right: -10px;
}
.banners__image.banners__image_second{
    width: 658px;
    height: 347px;
    right: -28px;
    bottom: 28%;
}
.banners__image.banners__image_parfume{
    width: 870px;
    height: 1133px;
    right: 0%;
    transform: rotate(286deg);
    bottom: 5%;
}
.banners__vertical img{
    margin-left: 2px;
    margin-bottom: 15px;
}
div.tasks__bigblock.tasks__bigblock_horizontal.tasks__bigblock_absolute{
    position: absolute;
    bottom: -2%;
    right: 0%;
}
div.tasks__bigblock.tasks__bigblock_horizontal{
    max-width: 899px;
    margin-top: 38px;
    background-image: url('/img/estel/union__categoties.png');
}
.tasks__bigcommon_line{
    position: relative;
    margin-top: 60px;
}
.tasks__bigcommon_line .text:not(:last-child){
    margin-bottom: 30px;
}
img.tasks__behind{
    height: 521px;
}
/*CATEGORIES*/
.banners__image.banners__image_parfume.banners__image_parfume_diff{
    width: 680px;
    height: 792px;
    bottom: -14%;
    right: 3%;
}
.implementation__images.implementation__images_diff{
    margin-bottom: 60px;
}
.implementation__phone.implementation__phone_old.implementation__phone_old_diff{
    width: 215px;
    height: 414px;
    left: -30px;
}
.implementation__phone.implementation__phone_new.implementation__phone_new_diff{
    width: 249px;
    height: 469px;
    right: -30px;
}
.implementation__phone.implementation__phone_some.implementation__phone_some_diff{
    width: 220px;
    height: 426px;
    left: -30px;
    top: 43%;
}
.implementation.implementation_diff{
    padding-bottom: 170px;
}
.implementation__text{
    max-width: 410px;
}
.tasks__vertical_non.tasks__vertical_non_white{
    font-size: 32px;
    line-height: 38px;
    padding-top: 15px;
}
div.tasks__bigblock.tasks__bigblock_biggest{
    margin-top: 15px;
    height: 521px;
}
.tasks__bigcommon.tasks__bigcommon_line_white::before{
    top: -64px;
}
.tasks__behind{
    height: 521px;
}
.last__parfume{
    width: 480px;
    height: 620px;
}
.last__parfume_second{
    bottom: -39%;
    left: -4%;
}
.last__parfume_first{
    left: -38%;
    bottom: -20%;
}
.container.average__container{
    margin-bottom: 70px;
}
.tasks__img{
    left: -5%;
}

}

@media (max-width: 767px) {
    .casePageWrapper .container {
        width: 100%;
    }
    .text{
        font-size: 14px;
        line-height: 20px;
    }
    .tasks__images{
        position: static;
    }
    .banners__block {
        margin-bottom: 30px;
    }
    .banners__title {
    font-size: 22px;
    line-height: 29px;
    }
    .banners__line {
        width: 55%;
        max-width: 52%;
        height: 12px;
        margin-left: 15px;
    }
    .banners__line.banners__line_categories{
        max-width: 43%;
    }
    .tasks.tasks__black{
        padding-top: 50px;
        margin-top: 50px;
    }
    .tasks.tasks__black .tasks__container{
        padding-top: 0;
    }
    .tasks.tasks__black.tasks__common{
        padding-bottom: 50px;
    }
    .banners__leaves{
        width: 50px;
        height: 64px;
        left: 6.5%;
        bottom: 25%;
    }
    .main__pointsblock{
        margin-top: 50px;
        flex-direction: column;
    }
    .container.tasks__container{
        flex-direction: column;
        padding-top: 0px;
        padding-bottom: 50px;
    }
    .tasks.tasks__main{
        background-position: center;
        background-size: cover;
    }
    .casePageWrapper .tasks:nth-child(2) .tasks__container{
        padding-top: 50px;
    }
    .tasks__img.tasks__mobimg,.tasks__mobimg.tasks__img.tasks__lastimg{
        width: 100%;
        height: 100%;
    }
    .tasks__flex.tasks__flex_points{
        flex: 0 0 100%;
    }
    img.tasks__elipse{
        display: none;
    }
    .implementation__phones{
        display: flex;
        justify-content: space-between;
    }
    .implementation__phone,.implementation__phone,.implementation__phone.implementation__phone_old.implementation__phone_old_diff,.implementation__phone.implementation__phone_new.implementation__phone_new_diff,.implementation__phone.implementation__phone_some.implementation__phone_some_diff{
        width: 220px;
        height: 400px;
        position: relative;
        top: auto;
        bottom: auto;
        right: auto;
        left: auto;
    }
    p.subtitle.implementation__subtitle{
        margin-bottom: 35px;
    }
    .container p.subtitle, p.subtitle{
        padding: 3px 12px;
    }
    
    .implementation__images{
        margin-bottom: 30px;
    }
    .implementation__phoneblock{
        position: relative;
        left: 0px;
        display: flex;
        bottom: 0px;
    }
    .implementation__list li:not(:last-child){
        margin-bottom: 30px;
    }
.tasks__container{
    flex-direction: column-reverse;
}
.tasks__img{
    width: 220px;
    height: 364px;
    align-self: center;
    margin-top: 20px;
    margin-bottom: 20px;
}
span.pink{
    line-height: 19px;
}
img.tasks__arrow{
display: none !important;
}
.tasks__points{
    margin-bottom: 50px;
}
.tasks__title{
    font-size: 55px;
    line-height: 55px;
}
.tasks__point:not(:last-child){
    margin-bottom: 35px;
}
.tasks{
    padding-bottom: 50px;
}
.point__title{
    font-size: 14px;
    line-height: 20px;
    padding-left: 16px;
}
.point__title:first-child{
    margin-bottom: 12px;
}
.tasks{
    padding-top: 50px;
}
.sometitle{
    font-size: 28px;
    line-height: 36px;
}
.main__point .point__title{
    margin-bottom: 25px;
}
.point__text:not(:last-child),.main__points .container .main__point:nth-child(2) .point__text:not(:last-child){
    margin-bottom: 20px;
}
.point.main__point:not(:last-child){
    margin-right: 0;
    margin-bottom: 30px;
}
.tasks__flex .sometitle{
    margin-bottom: 25px;
}
.main__points.main__links .container{
    flex-direction: column;
}
/*TXT*/
    .tasks__img.tasks__mobimg,.tasks__mobimg.tasks__img.tasks__lastimg{
        position: static;
    }
    .tasks__line{
        top: 4px;
    }
    ul.tasks__list li:not(:last-child){
        margin-bottom: 20px;
    }
    .casePageWrapper .tasks:nth-child(2) .tasks__container{
        padding-bottom: 0px;
    }
    ul.tasks__list li:nth-child(3) .tasks__num{
        left: 0px;
    }
    ul.tasks__list li:nth-child(4) .tasks__num{
        left: 10px;
    }
    ul.tasks__list li:nth-child(5) .tasks__num{
        left: 2px;
    }
    .casePageWrapper .tasks:nth-child(5) .tasks__container{
        padding-top: 40px;
    }
    ul.tasks__list > li{
        max-width: 420px;
        height: 69px;
    }
    .tasks__num {
        font-size: 42px;
        margin-right: 25px;
    }
    .tasks__list .text.point__text.point__black, .tasks__list .text.point__text.point__white{
        font-size: 11px;
        line-height: 15px;
    }
    ul.tasks__list li:not(:last-child) {
        margin-bottom: 15px;
    }
    ul.tasks__list > li:nth-child(1) {
        padding: 0px 12px 9px 14px;
    }
    ul.tasks__list > li {
        padding: 0px 12px 9px 10px;
    }
    img.implementation__old {
        margin-top: 28px;
    }
/*TXT*/
.main__point .point__title{
    padding: 5px 10px;
}
.main__points.main__links{
    padding-top: 60px;
    padding-bottom: 0px;
    margin: 0px;
}
.main__points .container{
    margin: 0px;
}
.main__image,.main__back{
    height: 1020px;
}
.main{
    padding-bottom: 30px;
}
.tasks__leaves {
    width: 100px;
    height: 132px;
    top: 70px;
    right: -19px;
}
.tasks__model{
    left: 0px;
    bottom: 0px;
    width: 165px;
    height: 162px;
}
.tasks__model_next{
    right: 0px;
    bottom: 0px;
    width: 167px;
    height: 162px;
}
.container.average__container{
    margin-bottom: 50px;
    margin-top: 50px;
}
.tasks__bigblock{
    height: 164px;
    padding: 0px 3px 0px 3px;
}
.tasks__bigblock_black.tasks__bigblock .text{
    margin-top: 120px;
    margin-left: 10px;
}
.tasks__bigblock:not(:last-child) {
    margin-bottom: 40px;
}
.tasks__vertical {
    font-size: 28px;
    line-height: 34px;
}
.tasks__bigblock .text{
    margin-left: 20px;
    margin-right: 20px;
}
.tasks__bigcommon{
    justify-content: center;
}
.tasks__bigblocks{
    align-items: center;
}
.tasks__bigblock.tasks__bigblock_white,.tasks__bigblock.tasks__bigblock_black{
    background-image:none;
    position: relative;
    width: 100%;
    max-width: 360px;
    height: 660px;
}
.tasks__bigblock.tasks__bigblock_black{
    display: flex;
    align-items: center;
    max-width: 330px;
}
img.tasks__background{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 660px;
    object-fit: contain;
}
.tasks__bigblock{
    flex-direction: column;
}
.tasks__bigblock.tasks__bigblock_white .tasks__vertical{
    padding-top: 20px;
    padding-left: 10px;
}
.tasks__bigblock.tasks__bigblock_white.tasks__bigblock_padding .tasks__vertical{
    padding-top: 15px;
}
.tasks__vertical {
    writing-mode: initial;
    transform: rotate(0deg);
    padding-top: 15px;
    padding-bottom: 20px;
}
.tasks__bigcommon{
    max-width: 330px;
    margin-top: 45px;
}
    /*CATEGORIES*/
    .tasks.tasks_banners{
        padding-top: 50px;
    }
    .banners__vertical{
        bottom: 2.7%;
    }
    .banners__images.banners__images_small{
        padding-bottom: 890px;
    }
    .banners__categories{
        width: 71px;
        height: 90px;
        right: -5%;
        top: -2.5%;
    }
    .banners__image.banners__image_first{
        width: 100%;
        height: 160px;
        max-width: 350px;
        bottom: 62%;
        right: -10px;
    }
    .banners__image.banners__image_second{
        width: 100%;
        height: 170px;
        max-width: 350px;
        right: -28px;
        bottom: 54%;
    }
    .banners__image.banners__image_parfume{
        width: 375px;
        height: 427px;
        right: 0%;
        transform: rotate(279deg);
        bottom: 42%;
    }
    .banners__vertical img{
        margin-left: 2px;
        margin-bottom: 15px;
    }
    div.tasks__bigblock.tasks__bigblock_horizontal.tasks__bigblock_absolute{
        max-width: 360px;
        position: absolute;
        bottom: -2%;
        right: -5%;
        left: 50%;
        margin-right: -50%;
        transform: translate(-50%, 0%);
    }
    div.tasks__bigblock.tasks__bigblock_horizontal{
        max-width: 899px;
        margin-top: 38px;
        background-image: url('/img/estel/union_white_big_rotate.png');
    }
    .tasks__bigcommon_line{
        position: relative;
        margin-top: 60px;
        max-width: 290px;
        margin-right: 20px;
    }
    .tasks__bigcommon_line::before{
        border: 1px solid #000000;
        top: -61px;
        width: 85%;
        left: 48%;
    }
    .tasks__bigcommon_line .text:not(:last-child){
        margin-bottom: 30px;
    }
    .tasks__bigblock.tasks__bigblock_white .tasks__vertical.tasks__vertical_non, .tasks__vertical.tasks__vertical_non{
        font-size: 22px;
        line-height: 30px;
        margin-right: 23px;
    }
    h6.banners__title.banners__margin{
        padding-top: 0;
    }
    /*CATEGORIES*/
    .banners__image.banners__image_parfume.banners__image_parfume_diff{
        width: 680px;
        height: 792px;
        bottom: -7%;
        right: 7%;
    }
    .implementation__images.implementation__images_diff{
        margin-bottom: 0px;
        max-width: 100%;
    }

    .implementation.implementation_diff{
        padding-bottom: 0px;
    }
    .banners__image.banners__image_parfume.banners__image_parfume_diff{
        width: 317px;
        height: 398px;
        bottom: 46%;
        right: -4%;
    }
    .implementation__phone.implementation__phone_some.implementation__phone_some_diff{
        top: 0%;
        left: 50%;
        margin-right: -50%;
        transform: translate(-50%, 0%);
    }
    .implementation{
        margin-top: 0px;
        margin-bottom: 0;
    }
    .implementation__flex{
        margin-left: 0px;
    }
    img.implementation__connection{
        margin-bottom: 50px;
    }
    .banners__title.banners__title_blue{
        margin-bottom: 30px;
    }

    .implementation__text{
        max-width: 410px;
    }
    .implementation__images.implementation__images_diff.implementation__images_padding{
        margin-bottom: 65px;
    }
    .black__text.black__text_padding{
        margin-top: 30px;
    }
    .implementation__connection{
        position: static;
        margin: 0 auto;
        margin-top: 30px;
    }
    .container.small__container.small__container_diff{
        padding-bottom: 50px;
    }
    div.tasks__bigblock.tasks__bigblock_biggest{
        margin-top: 15px;
        height: 521px;
        max-width: 360px;
    }
    .tasks__bigcommon.tasks__bigcommon_line_white::before{
        top: -53px;
    }
    .tasks__behind{
        width: 360px;
    }
    div.tasks__bigblock.tasks__bigblock_horizontal.tasks__bigblock_biggest{
        background-image: none;
    }
    .tasks__bigcommon.tasks__bigcommon_line_white{
        margin-top: 20px;
        margin-right: 0;
        max-width: 350px;
    }
    ul.standart__list.standart__list_clear{
        margin-top: 20px;
    }
    .tasks__bigcommon.tasks__bigcommon_line_white::before{
        top: -34px;
        left: 51%;
    }
    .tasks__bigblock.tasks__bigblock_biggest .text{
        margin-right: 0;
        font-size: 12px;
    }
    img.tasks__behind{
        display: none;
    }
    img.tasks__behind.tasks__behind_mob{
        display: block;
        top: 50%;
        left: 50%;
        margin-right: -50%;
        transform: translate(-50%, -50%);
    }
    p.tasks__vertical.tasks__vertical_non.tasks__vertical_non_white{
        font-size: 13px;
        margin-right: 0;
        line-height: 17px;
        padding-top: 0;
    }
    img.last__parfume{
        display: none;
    }
    ul.last__list > li{
        max-width: 250px;
    }
    .tasks.tasks__common{
        padding-bottom: 0;
    }
    .tasks.tasks__pd{
        padding-top: 50px;
        padding-bottom: 50px;
    }
    }
.casePageWrapper p,
.casePageWrapper h1,
.casePageWrapper h2,
.casePageWrapper h3,
.casePageWrapper h4,
.casePageWrapper h5,
.casePageWrapper h6 {
    margin: 0px;
}
@media(max-width:645px){
    .main__image,.main__back{
        height: 1120px;
    }
}
@media(max-width:545px){
    .implementation__phone,.implementation__phone.implementation__phone_old.implementation__phone_old_diff,.implementation__phone.implementation__phone_new.implementation__phone_new_diff,.implementation__phone.implementation__phone_some.implementation__phone_some_diff{
        width: 145px;
    height: 300px;}
    .main__points .container , .main__points{
                    flex-direction: column;
                    align-items: flex-start;
    }
    div.tasks__bigblock.tasks__bigblock_horizontal.tasks__bigblock_absolute{
        left: 54%;
    }
}
@media(max-width:465px){
    .tasks__list .text.point__text, span.pink{
        font-size: 12px;
    }
    ul.tasks__list li:not(:last-child){
        margin-bottom: 15px;
    }
    ul.tasks__list li:nth-child(3) .tasks__num{
        left: 11px;
    }
    ul.tasks__list li:nth-child(4) .tasks__num{
        left: 22px;
    }
    ul.tasks__list li:nth-child(5) .tasks__num{
        left: 12px;
    }
}
@media(max-width:340px){
    .banners__line {
        display: none;
    }
}