.first__block{
    min-height: 300px;
}
.slider__desktop{
	margin-top: -69px;
}
.slider__mobile{
    display: none;
}
.first__block.active{
    margin-top: 69px;
}
.first__block .shape{
    width: 300px;
}
.first__block__container{

    height: 770px;
}
.first__block__content__copy img{
    width: 200px;
}
.first__block__content__copy a{
    top: 50px;
    position: relative;
    left: 0px;
}
.first__block__content{
    width: 60%;
    margin: 0 auto 0 0;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: column;
}
.first__block__content__elevate__logo img{
    width: 100%;
    max-width: 230px;
}
.first__block__container{
    position: relative;
}
.first__block__cover_main{
    position: absolute;
    height: 100%;
    top: 0px;
    right: -350px;
}
.first__block .first__block__content__shape {
    position: absolute;
    left: -320px;
    top: 0;
    width: 550px;
}
.first__block__content__copy h1{
    font-size: 60px;
    line-height: 1em;
    color: #b667ab;
    text-align: center;
    top: -70px;
    position: relative;
    left: -110px;
    font-weight: 300;
}
.first__block__content__elevate__logo{
    position: relative;
    left: -40px;
}
.first__block__cover_s1.shape{
    position: absolute;
    z-index: 2;
    right: 494px;
    top: -1px;
}
.first__block__cover_s2.shape{
    position: absolute;
    top: 110px;
    height: 100%;
    width: auto;
    right: -415px;
}
.first__block__cover_s3.shape{
    position: absolute;
    width: 250px;
    bottom: -110px;
    right: 580px;
}
.slider__mobile__item__button{
    display: flex;
    justify-content: center;
    align-items: center;
}
.slider__mobile__item__elevate{
    display: flex;
    justify-content: center;
    align-items: center;
}
.slider__mobile__item__elevate .elevate__logo{
    width: 200px;
    margin-top: 50px;
    margin-bottom: 10px;
}
.slider__mobile__item__button{
    margin-top: 30px;
}
.slider__mobile__item__button img{
    width: 170px;
}
.slider__mobile__item__button .success{
    width: 280px;
}
.slider__mobile{
    display: none!important;
}
.slider__mobile__item__img img{
height: 100%;
    width: 135%;
    margin-top: -2px;
    position: relative;
    left: -17%;
}
.slider__mobile__item-0{
    background-color: #1a1c2d;
    background: #1a1c2d;
}
.slider__mobile__item-1{
    background: linear-gradient(to bottom, #6947c5 56%, #f48195 127%);
}
.slider__mobile__item-2{
    background: linear-gradient(to bottom, #2374df 56%, #47cbe4 127%);
}

.slick-dots{
    position: absolute;

    bottom: 80px;
    display: flex!important;
    left: 0;
    right: 0;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
}
.slider__mobile__item{
    padding-bottom: 105px;
}
.slider__mobile__item__title h1{
    color: #b667ab;
    font-size: 30px;
    text-align: center;
    font-weight: 300;
    line-height: 1.2em;
    max-width: 310px;
    margin: 10px auto;
}
.slider__mobile__item__subtitle h2{
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    max-width: 260px;
    line-height: 1.4em;
    margin: 0 auto;

}
.slider__mobile__item-1 .slider__mobile__item__title h1{
    color: #ffffff;
    max-width: 340px;
}
.slider__mobile__item-2 .slider__mobile__item__title h1{
    color: #ffffff;
    max-width: 200px;
}
.slider__mobile__item-2 .slider__mobile__item__subtitle h2, .slider__mobile__item-2 .slider__mobile__item__title h1{
    max-width: 280px;
    position: relative;
    margin: 20px auto;
	font-size: 14px;
}
.slider__mobile__item-2 .slider__mobile__item__subtitle h2:before, .slider__mobile__item-2 .slider__mobile__item__title h1:before{
    content: "";
    background: url(../../resources/quote-white.svg);
    position: absolute;
    width: 25px;
    height: 25px;
    object-fit: cover;
    z-index: 2;
    top: -1px;
    left: -15px;
    background-repeat: no-repeat;
}
.slider__mobile__item-2 .slider__mobile__item__subtitle h2:after, .slider__mobile__item-2 .slider__mobile__item__title h1:after{
    content: "";
    background: url(../../resources/quote-white.svg);
    position: absolute;
    width: 25px;
    height: 25px;
    object-fit: cover;
    z-index: 2;
    top: -6px;
    right: -15px;
    background-repeat: no-repeat;
    transform: scale(-1, -1);
}
.slick-dots button{
    border-radius: 100%;
    border: none;
    font-size: 0;
    width: 15px;
    height: 15px;
    background: #ffffff;
    margin: 0 2px;
    transform: scale(0.7);
}
.slick-dots .slick-active button{
    background: #6947c5;
}
@media(max-width: 1600px){
    .first__block__container {
        height: 690px;
    }
    .first__block__cover_main {
        right: -290px;
    }
    .first__block__cover_s1.shape {
        right: 462px;
    }
    .first__block__cover_s2.shape {

        right: -342px;
    }
    .first__block__content__elevate__logo {
        left: 0px;
    }
    .first__block__content__copy h1 {
        left: -60px;
    }
    .first__block .first__block__content__shape {
        left: -200px;
        width: 470px;
    }
}
@media(max-width: 1400px){

}
@media(max-width: 1350px){
    .first__block__cover{
        position: relative;
        left: 100px;
    }
    .first__block__content__elevate__logo {
        left: 10px;
        top: -10px;
    }
}
@media(max-width: 1200px){
    .first__block__cover {
        left: 130px;
    }
    .first__block__content__elevate__logo {
        left: 30px;
    }
    .first__block__content__copy h1 {
        top: -100px;
        left: 0px;
    }
    .first__block__cover_s3.shape {
        width: 200px;
        right: 560px;
    }
    .first__block__container {
        height: 660px;
    }
    .first__block__cover_s1.shape {
        right: 426px;
    }
    .first__block__content__copy h1 {
        font-size: 45px;
    }
}

@media(max-width: 1150px){
    .first__block__content__copy h1 {
        font-size: 45px;
    }
    .first__block__cover_s1.shape {
        right: 426px;
    }
}
@media(max-width: 1100px){
    .first__block__container {
        height: 580px;
    }
    .first__block__content__copy h1 {
        font-size: 45px;
    }
    .first__block__cover_main {
        right: -240px;
    }
    .first__block__cover_s1.shape {
        right: 411px;
        width: 200px;
    }
    .first__block__cover_s3.shape {
        width: 170px;
        right: 490px;
        bottom: -80px;
    }
    .first__block__content__elevate__logo {
        left: 70px;
    }
    .first__block__content__copy h1 {
        top: -50px;
        left: 10px;
    }
    .first__block__content__copy h1 {
        font-size: 40px;
    }
    .first__block__content__elevate__logo img {
        max-width: 200px;
    }
    .first__block__content__elevate__logo {
        top: 10px;
    }
    .first__block__cover {
        left: 160px;
    }
}
@media(max-width: 950px){
    .first__block__cover {
        left: 220px;
    }
    .slider__mobile{
        display: flex;
    }
	.slider__mobile{
        display: flex!important;
        flex-direction: column;
    }
	.slider__desktop{
		display: none!important;
	}
}
@media(max-width: 850px){

    .first__block .first__block__content__shape{
        display: none;
    }
    .first__block__content {
        width: 100%;
        margin-top: 100px;
    }
    .first__block__content__copy h1 {
        top: 0px;
        left: 0px;
    }
    .first__block__content__elevate__logo{
        top: 0px;
        left: 0px;
    }
    .first__block__container{
        flex-direction: column-reverse;
    }
    .first__block__cover {
        left: 0;
    }
    .first__block__cover_main{
        position: relative;
        left: 0;
        right: 0;
        width: 100%;
        height: auto;
    }
    .first__block__container {
        height: auto;
        padding-bottom: 130px;
    }
    .first__block__cover_s1.shape {
        right: 559px;
        width: 180px;
    }
    .first__block__cover_s3.shape {
        right: 600px;
        bottom: -50px;
    }
    .first__block__cover_s2.shape {
        right: -52px;
        top: 50px;
    }
    .first__block__content__elevate__logo img {
        max-width: 300px;
    }
    .first__block__content__copy h1 {
        font-size: 60px;
        margin-top: 40px;
        max-width: 650px;
        line-height: 1.2em;
    }
    .first__block__content__copy h1 br{
        display: none;
    }
}
@media (max-width: 850px){
    .first__block__cover_s1.shape {
        right: 538px;
    }
}
@media(max-width: 768px){
    .first__block__cover_s1.shape {
        right: 499px;
    }
    .first__block__cover_s2.shape {
        right: -45px;
    }
    .first__block__cover_s3.shape {
        right: 510px;
    }
}
@media(max-width: 600px){
    .slider__mobile__item__elevate {
        margin-top: 20px;
    }
    .slick-dots {
        bottom: 75px;
    }
    .first__block__content__copy h1 {
        font-size: 30px;
        max-width: 330px;
    }
    .first__block__container {
        padding-bottom: 89px;
    }
    .first__block__content__elevate__logo img {
        max-width: 200px;
    }
    .first__block__cover_s1.shape {
        right: 376px;
    }
    .first__block__cover_s2.shape {
        right: -31px;
    }
    .first__block__cover_s3.shape {
        right: 390px;
    }
    .first__block__content__copy img {
        width: 170px;
    }
    .first__block__content__copy a {
        top: 25px;
        left: -10px;
    }
}
@media(max-width: 550px){
    .first__block__cover_s1.shape {
        right: 350px;
        width: 150px;
    }
    .first__block__cover_s3.shape {
        right: 390px;
        width: 100px;
    }
    .first__block__cover_s2.shape {
        right: -26px;
    }
}
@media(max-width: 500px){
    .first__block__cover_s1.shape {
        right: 314px;
        width: 150px;
    }
    .first__block__cover_s3.shape {
        right: 340px;
        width: 100px;
    }
    .first__block__cover_s2.shape {
        right: -22px;
    }
}
@media(max-width: 450px){
    .first__block__cover_s1.shape {
        right: 285px;
        width: 130px;
    }
    .first__block__cover_s2.shape {
        right: -18px;
    }
}
@media(max-width: 440px){
    .first__block__cover_s2.shape {
        right: -17px;
    }
    .first__block__cover_s1.shape {
        right: 277px;
    }
}
@media(max-width: 430px){
    .first__block__cover_s2.shape {
        right: -16px;
    }
    .first__block__cover_s1.shape {
        right: 270px;
    }
}
@media(max-width: 420px){
    .first__block__cover_s1.shape {
        right: 263px;
    }
    .first__block__cover_s3.shape {
        right: 290px;
    }
}
@media(max-width: 415px){
    .first__block__cover_s1.shape {
        right: 267px;
        width: 100px;
    }
    .first__block__cover_s2.shape {
        right: -15px;
    }
    .first__block__cover_s3.shape {
        right: 300px;
        width: 80px;
    }

}
@media(max-width: 393px){
    .first__block__cover_s1.shape {
        right: 252px;
        width: 100px;
    }
    .first__block__cover_s2.shape {
        right: -13px;
    }
    .first__block__cover_s3.shape {
        right: 270px;
        width: 80px;
    }
    .first__block__content__copy h1 {
        font-size: 60px;
    }
    .first__block__content__copy h1 {
        font-size: 30px;
        max-width: 330px;
    }
    .first__block__container {
        padding-bottom: 89px;
    }
}
@media(max-width: 375px){
    .first__block__cover_s1.shape {
        right: 239px;
    }
    .first__block__cover_s2.shape {
        right: -11px;
    }
    .first__block__cover_s3.shape {
        right: 270px;
    }
    .first__block__content__copy h1 {
        font-size: 25px;
        padding: 0 25px;
    }
}
@media(max-width: 360px){
    .first__block__cover_s1.shape {
        right: 229px;
    }
    .first__block__cover_s2.shape {
        right: -9px;
    }
    .first__block__cover_s3.shape {
        right: 240px;
    }
}
@media(max-width: 350px){
    .first__block__cover_s1.shape {
        right: 222px;
    }
}
@media(max-width: 340px){
    .first__block__cover_s1.shape {
        right: 215px;
    }
    .first__block__cover_s2.shape {
        right: -8px;
    }
}
@media(max-width: 330px){
    .first__block__cover_s1.shape {
        right: 207px;
    }
    .first__block__cover_s2.shape {
        right: -7px;
    }
}
@media(max-width: 320px){
    .first__block__cover_s1.shape {
        right: 199px;
    }
    .first__block__cover_s2.shape {
        right: -6px;
    }
    .first__block__cover_s3.shape {
        right: 200px;
    }
}
@media(max-width: 310px){
    .first__block__cover_s1.shape {
        right: 200px;
        width: 80px;
    }
    .first__block__content__copy h1 {
        font-size: 24px;
    }
}