@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap");
* {
    padding: 0;
    margin: 0;
    border: 0;
}

*,
*:before,
*:after {
    box-sizing: border-box;
}

:focus,
:active {
    outline: none;
}

a:focus,
a:active {
    outline: none;
}

nav,
footer,
header,
aside {
    display: block;
}

button{
    border: none;
}


.section1 {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    background: transparent;
    padding: 0;
}
@media (max-width: 992px) {
    .section1 {
        padding: 23px 0 150px;
    }
}
.section1 .wrapper {
    margin: 0 auto;
    max-width: 1120px;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #fff;
    padding: 60px 0 0;
}

.section1 .wrapper > h3 {
    position: relative;
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    padding-left: 25px;
    margin-bottom: 3px;
}
@media (max-width: 992px) {
    .section1 .wrapper > h3 {
        font-size: 16px;
    }
}
.section1 .wrapper > h3::before {
    content: "";
    position: absolute;
    display: block;
    left: 0;
    top: 5%;
    width: 20px;
    height: 20px;
    background: url("https://uploads-ssl.webflow.com/625a46e0273c1d4cd66a1b8f/6361185d16676e40c5872947_success.svg") center/contain no-repeat;
}
.section1 .wrapper > p {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 25px;
}
@media (max-width: 992px) {
    .section1 .wrapper > p {
        font-size: 16px;
    }
}

.second-step{
    width: 100%;
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    order: 2;
}
.second-step> button {
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    background: transparent;
    color: #fff;
    margin-top: 120px;
    margin-bottom: 20px;
    position: relative;
    z-index: 2;
    top: 100px;
}

.second-step > a {
    font-size: 14px;
    text-align: center;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #1d1e22;
    background: #9bfa5e;
    border-radius: 4px;
    padding: 11px 18px;
    position: relative;
    z-index: 2;
}

@media (max-width: 992px) {
    .second-step > a {
        width: 90%;
        max-width: 400px;
    }
}


.section1__animblock {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    margin-top: 120px;
}
@media (max-width: 992px) {
    .section1__animblock {
        flex-direction: column;
    }
}
.section1__item {
    border-radius: 50%;
    position: relative;
    z-index: 2;
    width: 30%;
    overflow: hidden;
}
.section1__item::after {
    content: "";
    position: absolute;
    left: -1%;
    top: -1%;
    width: 102%;
    height: 102%;
    display: inline-block;
    background: radial-gradient(50% 50% at 50% 50%, #c4c4c4 0%, rgba(196, 196, 196, 0) 100%);
    border-radius: 50%;
    background: rgba(29, 30, 34, 0.5);
    border: 1px solid #1d1e22;
    box-shadow: inset 0px 0px 23px 31px rgb(29, 30, 34);
}
.section1__item img {
    width: 100%;
    border-radius: 50%;
}
.section1__item p {
    font-size: 36px;
    line-height: 44px;
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 1;
}
@media (max-width: 992px) {
    .section1__item p {
        font-size: 18px;
        line-height: 22px;
    }
}
@media (max-width: 992px) {
    .section1__item_1 {
        align-self: flex-end;
    }
}
@media (max-width: 992px) {
    .section1__item_2 {
        align-self: flex-start;
    }
}
@media (max-width: 992px) {
    .section1__item {
        width: 45%;
        max-width: 300px;
        padding: 0 20px;
    }
}
.section1__ball {
    width: 23px;
    height: 23px;
    background: #6c0bcb;
    border-radius: 50%;
    transition: all 1.5s ease 0s;
    position: relative;
    z-index: 1;
}
.section1__addBall {
    opacity: 0;
    transition: opacity 1.5s ease 0s;
    background: #4b1684;
    border-radius: 50%;
    position: absolute;
}
.section1__addBall:nth-child(3) {
    width: 33.43px;
    height: 33.43px;
    top: -40px;
    right: 48px;
}
.section1__addBall:nth-child(4) {
    width: 23px;
    height: 23px;
    top: -30px;
    right: 0;
}
.section1__addBall:nth-child(4)::before {
    content: "";
    position: absolute;
    display: block;
    width: 26.39px;
    height: 3px;
    bottom: -4px;
    left: -10px;
    transform: matrix(0.55, -0.84, -0.84, -0.55, 0, 0);
    background: #4b1684;
}
.section1__addBall:nth-child(5) {
    width: 14.71px;
    height: 14.71px;
    top: 2px;
    right: -35px;
}
.section1__addBall:nth-child(6) {
    width: 33.43px;
    height: 33.43px;
    top: 43px;
    right: -55px;
}
.section1__addBall:nth-child(7) {
    width: 46.89px;
    height: 46.89px;
    top: 95px;
    right: -45px;
}
.section1__addBall:nth-child(8) {
    width: 39.65px;
    height: 39.65px;
    bottom: -60px;
    right: 10px;
    transform: rotate(130deg);
}
.section1__addBall:nth-child(8)::before {
    content: "";
    position: absolute;
    display: block;
    width: 26.39px;
    height: 3px;
    bottom: -4px;
    left: -12px;
    transform: matrix(0.66, -0.75, -0.75, -0.66, 0, 0);
    background: #4b1684;
}
.section1__addBall:nth-child(9) {
    width: 23px;
    height: 23px;
    bottom: -35px;
    left: 5px;
    transform: rotate(175deg);
}
.section1__addBall:nth-child(9)::before {
    content: "";
    position: absolute;
    display: block;
    width: 26.39px;
    height: 3px;
    bottom: -4px;
    left: -12px;
    transform: matrix(0.55, -0.84, -0.84, -0.55, 0, 0);
    background: #4b1684;
}
.section1__addBall:nth-child(10) {
    width: 16.27px;
    height: 16.27px;
    top: 86px;
    left: -20px;
}
.section1__addBall:nth-child(11) {
    width: 52.99px;
    height: 52.99px;
    top: 18px;
    left: -68px;
}
.section1__addBall:nth-child(12) {
    width: 23px;
    height: 23px;
    top: -15px;
    left: -22px;
}
@media (max-width: 992px) {
    .section1__nodes {
        transform: scale(0.8) rotate(90deg);
    }
}
@media (max-width: 567px) {
    .section1__nodes {
        transform: scale(0.5) rotate(90deg);
    }
}
.section1__node {
    position: relative;
    z-index: 0;
    cursor: pointer;
}
.section1__node p {
    display: block;
    position: absolute;
    opacity: 0;
    transition: all 1s ease 0s;
}
.section1__node img {
    position: absolute;
    transform: translate(-18%, -18%);
    opacity: 0;
    transition: all 1.5s ease 0s;
    z-index: -1;
    pointer-events: none;
}
.section1__node::before {
    content: "";
    position: absolute;
    display: block;
    height: 3px;
    z-index: -2;
}
.section1__node::after {
    content: "";
    position: absolute;
    display: block;
    height: 3px;
    z-index: -2;
}
.section1__node:nth-child(1) {
    bottom: 65px;
}
.section1__node:nth-child(1)::before {
    left: -332px;
    top: 55px;
    width: 350px;
    background: #6c0bcb;
    transform: rotate(-15.86deg);
}
.section1__node:nth-child(1)::after {
    left: 0;
    top: 53px;
    width: 350px;
    background: #6c0bcb;
    transform: rotate(-165deg);
}
.section1__node:nth-child(2) {
    bottom: 28px;
}
.section1__node:nth-child(2)::before {
    left: -342px;
    top: 42px;
    width: 350px;
    background: #4b1684;
    transform: rotate(-10deg);
}
.section1__node:nth-child(2)::after {
    left: 0;
    top: 25px;
    width: 350px;
    background: #4b1684;
    transform: rotate(-175deg);
}
.section1__node:nth-child(3) {
    bottom: 15px;
}
.section1__node:nth-child(3)::before {
    left: -342px;
    top: 25px;
    width: 350px;
    background: #6c0bcb;
    transform: rotate(-5deg);
}
.section1__node:nth-child(3)::after {
    left: 0;
    top: 22px;
    width: 350px;
    background: #6c0bcb;
    transform: rotate(-176deg);
}
.section1__node:nth-child(4) {
    top: 15px;
    right: 28px;
}
.section1__node:nth-child(4)::before {
    left: -342px;
    bottom: 22px;
    width: 350px;
    background: #4b1684;
    transform: rotate(4deg);
}
.section1__node:nth-child(4)::after {
    left: 0;
    bottom: 15px;
    width: 350px;
    background: #4b1684;
    transform: rotate(-2deg);
}
.section1__node:nth-child(5) {
    top: 24px;
    left: 20px;
}
.section1__node:nth-child(5)::before {
    left: -342px;
    bottom: 28px;
    width: 350px;
    background: #6c0bcb;
    transform: rotate(6deg);
}
.section1__node:nth-child(5)::after {
    left: 0;
    bottom: 25px;
    width: 350px;
    background: #6c0bcb;
    transform: rotate(-185deg);
}
.section1__node:nth-child(6) {
    top: 70px;
    left: 1px;
}
.section1__node:nth-child(6)::before {
    left: -342px;
    bottom: 63px;
    width: 350px;
    background: #4b1684;
    transform: rotate(18deg);
}
.section1__node:nth-child(6)::after {
    left: 0;
    bottom: 55px;
    width: 350px;
    background: #4b1684;
    transform: rotate(-16deg);
}
.section1__node.stage1::before {
    left: -293px;
    top: 48px;
}
.section1__node.stage1::after {
    left: 50px;
    top: 54px;
}
@media (max-width: 992px) {
    .section1__node.stage1 {
        right: -40px;
        transform: scale(1.5) rotate(-90deg);
    }
    .section1__node.stage1::before {
        display: none;
    }
    .section1__node.stage1::after {
        display: none;
    }
}
.section1__node.stage1 .section1__ball {
    width: 105px;
    height: 105px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.section1__node.stage1 .section1__ball p {
    opacity: 1;
    position: static;
    width: auto;
    font-weight: 300;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
}
.section1__node.stageOpac {
    opacity: 0.3;
}
.section1__node.stage2 {
    opacity: 1;
    cursor: auto;
}
.section1__node.stage2 p {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    width: 155px;
    top: 160px;
    opacity: 1;

    left: 50%;
    top: 50%;
    z-index: 10;
    transform: translate(-50%, -50%);
    max-width: 100px;
}

.left{
    position: absolute;
    left: 100px;
    top: 450px;
}

.left:nth-child(2){
    position: absolute;
    left: 100px;
    top: 480px;
}

.left:nth-child(3){
    position: absolute;
    left: 100px;
    top: 510px;
}

.left:nth-child(4){
    position: absolute;
    left: 100px;
    top: 540px;
}

.right{
    position: absolute;
    right: 100px;
    top: 450px;
}

.right:nth-child(2){
    top: 480px;
}

.right:nth-child(3){
    top: 510px;
}

.right:nth-child(4){
    top: 540px;
}

.section1__node.stage2::before {
    opacity: 0.8;
}
.section1__node.stage2::after {
    opacity: 0.8;
}
.section1 .stage2 img {
    opacity: 1;
    min-width: 170px;
}
.section1 .stage2 .section1__addBall {
    opacity: 1;
}

.wrapper>h2{
    text-align: center;
    max-width: 800px;
    font-size: 48px;
    margin-bottom: 24px;
    line-height: 60px;
}

.wrapper>h3{
    text-align: center;
    max-width: 250px;
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 8px;
}

.wrapper>h3 span{
    font-weight: 700;
}

.animation-block{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 500px;
    width: 100vw;
    max-width: 1500px;
}

.animation-block-item{
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    border-radius: 50%;
    cursor: pointer;
    margin: 0 15px;
    transition: all 0.3s ease 0s;
}

.size1{
    width: 150px;
    height: 150px;
    flex: 0 0 150px;
}

.size2{
    width: 200px;
    height: 200px;
    flex: 0 0 200px;
}

.size3{
    width: 250px;
    height: 250px;
    flex: 0 0 250px;
}


.section1__addball {
    opacity: 0;
    transition: opacity 1.5s ease 0s;
    background: #4b1684;
    border-radius: 50%;
    position: absolute;
}

.animation-block-item:nth-child(1){
    bottom: 250px;
    left: 50%;
    transform: translate(-450%, 0);
}
.animation-block-item:nth-child(2){
    bottom: 90px;
    left: 50%;
    transform: translate(-250%, 0);
}
.animation-block-item:nth-child(3){
    bottom: 0px;
    left: 50%;
    transform: translate(-100%, 0);
}
.animation-block-item:nth-child(4){
    bottom: 0px;
    left: 50%;
    transform: translate(0%, 0);
}
.animation-block-item:nth-child(5){
    bottom: 90px;
    left: 50%;
    transform: translate(150%, 0);
}
.animation-block-item:nth-child(6){
    bottom: 250px;
    left: 50%;
    transform: translate(350%, 0);
}

.animation-block-item:before{
    content: "";
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    position: absolute;
    left: -1px;
    top: -1px;
    background: rgba(29,30,34,0.5);
    border-radius: 50%;
    box-shadow: inset 0px 0px 18px 19px rgb(29 30 34);
}

.animation-block-item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 50%;
}

.animation-block-item__circle{
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;


    border-radius: 50%;
    width: 45%;
    height: 45%;
    background: #4b1684;

    line-height: 10px;
    text-align: center;
    text-transform: uppercase;
    font-size: 10px;
    pointer-events: none;
    transition: all 0.3s ease 0s;
}

.animation-block-item.size3.position1{
    left: 50%;
    transform: translate(-50%, 0);
    bottom: 150px;
    width: 350px;
    height: 350px;
    flex: 0 0 350px;
    display: flex;
    align-items: flex-end;
}
.animation-block-item.size3.position1 .animation-block-item__circle,
.animation-block-item.position2.size3 .animation-block-item__circle{
    display: block;
    background: transparent;
    border-radius: 0;
    width: 100%;
    height: auto;
    align-items: flex-end;
    font-size: 40px;
    padding-bottom: 90px;
}
.animation-block-item.position2right.size3{

}

.other2{
    display: none;
}

.animation-block-item.size3.position1.position1_2{
    position: relative;
    left: 0;
    bottom: 0;
    transform: translate(0, 0);
    width: 350px;
    height: 350px;
    flex: 0 0 350px;
    order: 1;
    z-index: 5;
}

.animation-block-item.size3.position2.position1_22{
    position: relative;
    left: 0;
    bottom: 0;
    transform: translate(0, 0);
    width: 350px;
    height: 350px;
    flex: 0 0 350px;
    order: 1;
    z-index: 5;
}

.animation-block-item.position2.size3 {
    position: relative;
    left: 0;
    bottom: 0;
    transform: translate(0, 0);
    width: 350px;
    height: 350px;
    flex: 0 0 350px;
    display: flex;
    align-items: flex-end;
    order: 3;
    z-index: 5;
}

.second-film{
    font-size: 18px;
    line-height: 20px;
    margin-top: 10px;
    text-transform: none;
    font-weight: 400
}

@media (max-width: 1440px) {
    .animation-block{
        height: 400px;
    }

    .animation-block-item:nth-child(1){
        bottom: 250px;
        left: 10%;
        transform: translate(0%, 0);
    }
    .animation-block-item:nth-child(2){
        bottom: 90px;
        left: 15%;
        transform: translate(0%, 0);
    }
    .animation-block-item:nth-child(3){
        bottom: -100px;
        left: 25%;
        transform: translate(0%, 0);
    }
    .animation-block-item:nth-child(4){
        bottom: -100px;
        left: unset;
        right: 25%;
        transform: translate(0%, 0);
    }
    .animation-block-item:nth-child(5){
        bottom: 90px;
        left: unset;
        right: 15%;
        transform: translate(0%, 0);
    }
    .animation-block-item:nth-child(6){
        bottom: 250px;
        left: unset;
        right: 10%;
        transform: translate(0%, 0);
    }
}

@media (max-width: 992px) {
    .animation-block{
        height: 800px;
    }

    .animation-block-item.size3.position1{
        bottom: 355px;
    }

    .animation-block-item.size3.position1.position1_2{
        width: 400px;
        height: 400px;
        flex: 0 0 400px;
        bottom: 300px;
    }

    .animation-block-item.position2.size3{
        width: 400px;
        height: 400px;
        flex: 0 0 400px;
        bottom: -230px;
    }
    .animation-block-item.size3.position1 .animation-block-item__circle, .animation-block-item.position2.size3 .animation-block-item__circle{
        font-size: 25px;
    }
    .second-step{
        z-index: 10;
    }

    .animation-block-item:nth-child(1){
        bottom: 350px;
        left: 10%;
        transform: translate(0%, 0);
    }
    .animation-block-item:nth-child(2){
        bottom: 180px;
        left: 15%;
        transform: translate(0%, 0);
    }
    .animation-block-item:nth-child(3){
        bottom: -30px;
        left: 25%;
        transform: translate(0%, 0);
    }
    .animation-block-item:nth-child(4){
        bottom: 250px;
        left: unset;
        right: 25%;
        transform: translate(0%, 0);
    }
    .animation-block-item:nth-child(5){
        bottom: 90px;
        left: unset;
        right: 15%;
        transform: translate(0%, 0);
    }
    .animation-block-item:nth-child(6){
        bottom: -30px;
        left: unset;
        right: 10%;
        transform: translate(0%, 0);
    }
}

@media (max-width: 768px) {
    .animation-block-item:nth-child(4){
        bottom: 550px;
        left: unset;
        right: 25%;
        transform: translate(0%, 0);
    }
    .animation-block-item:nth-child(5){
        bottom: 390px;
        left: unset;
        right: 15%;
        transform: translate(0%, 0);
    }
    .animation-block-item:nth-child(6){
        bottom: 270px;
        left: unset;
        right: 10%;
        transform: translate(0%, 0);
    }

    .animation-block-item.size3.position1{
        width: 300px;
        height: 300px;
        flex: 0 0 300px;
        bottom: 600px;
        left: 20%;
    }

    .animation-block-item.size3.position1.position1_2{
        width: 250px;
        height: 250px;
        flex: 0 0 250px;
        bottom: 370px;
        left: 50%;
        transform: translate(-50%, 0);
    }

    .animation-block-item.position2.size3{
        width: 250px;
        height: 250px;
        flex: 0 0 250px;
        bottom: -315px;
        left: -50%;
        transform: translate(50%, 0);
    }
}

@media (max-width: 576px) {
    .size1{
        width: 100px;
        height: 100px;
        flex: 0 0 100px;
    }

    .size2{
        width: 150px;
        height: 150px;
        flex: 0 0 150px;
    }

    .size3{
        width: 200px;
        height: 200px;
        flex: 0 0 200px;
    }

    .animation-block-item.size3.position1{
        width: 200px;
        height: 200px;
        flex: 0 0 200px;
        bottom: 600px;
        left: 20%;
    }

    .animation-block-item.size3.position1 .animation-block-item__circle, .animation-block-item.position2.size3 .animation-block-item__circle{
        font-size: 14px;
        padding-bottom: 45px;
    }

    .rem .second-film{
        font-size: 12px;
    }

    .animation-block-item.position2.size3{
        bottom: -315px;
        left: unset;
        transform: translate(50%, 0);
        right: 350px;
    }

    .second-step{
        position: absolute;
        left: -50%;
        transform: translate(50% ,0);
    }
}

.backSetColor{
    background: #4B1684;
}
#head{
    transition: background 0.3s ease 0s;
}




.section1__addball:nth-child(5) {
    width: 14.71px;
    height: 14.71px;
    top: 2px;
    right: -35px;
}
.section1__addball:nth-child(6) {
    width: 33.43px;
    height: 33.43px;
    top: 43px;
    right: -55px;
}
.section1__addball:nth-child(7) {
    width: 46.89px;
    height: 46.89px;
    top: 95px;
    right: -45px;
}
.section1__addball:nth-child(8) {
    width: 39.65px;
    height: 39.65px;
    bottom: -60px;
    right: 10px;
    transform: rotate(130deg);
}
.section1__addball:nth-child(8)::before {
    content: "";
    position: absolute;
    display: block;
    width: 26.39px;
    height: 3px;
    bottom: -4px;
    left: -12px;
    transform: matrix(0.66, -0.75, -0.75, -0.66, 0, 0);
    background: #4b1684;
}
.section1__addball:nth-child(9) {
    width: 23px;
    height: 23px;
    bottom: -35px;
    left: 5px;
    transform: rotate(175deg);
}
.section1__addball:nth-child(9)::before {
    content: "";
    position: absolute;
    display: block;
    width: 26.39px;
    height: 3px;
    bottom: -4px;
    left: -12px;
    transform: matrix(0.55, -0.84, -0.84, -0.55, 0, 0);
    background: #4b1684;
}
.section1__addball:nth-child(10) {
    width: 16.27px;
    height: 16.27px;
    top: 86px;
    left: -20px;
}
.section1__addball:nth-child(11) {
    width: 52.99px;
    height: 52.99px;
    top: 18px;
    left: -68px;
}
.section1__addball:nth-child(12) {
    width: 23px;
    height: 23px;
    top: -15px;
    left: -22px;
}

.section1 .stage2 .section1__addball {
    opacity: 1;
}

.second-film{
    position: relative;
    top: 160px;
}

.animation-block-item{
    z-index: 1;
}

.heading-7{
    position: relative;
    top: 20px;
}

.animation-block-item.size3.position1{
    bottom: 220px;
}

.second-step{
    z-index: 0 !important;
}

@media (min-width: 1441px){
    .animation-block{
        bottom: 100px;
    }


    .button-2.startover{
        margin-top: 0px;
    }


    .animation-block-item:nth-child(2){
        left: 44%;
    }

    .animation-block-item:nth-child(3){
        left: 47%;
    }

    .animation-block-item:nth-child(5){
        left: 53%;
    }
}

@media (max-width: 1440px){
    .animation-block-item.size3.position1{
        bottom: 165px;
    }
}

@media (max-width: 992px){
    .animation-block-item.size3.position1 {
        bottom: 570px;
    }

    .animation-block-item:nth-child(6){
        bottom: -80px;
    }

    .button-2.startover{
        margin-top: 60px;
    }

    .animation-block-item.position2.size3{
        bottom: -310px;
    }
}


@media (max-width: 768px){
    .animation-block-item:nth-child(6) {
        bottom: 220px;
    }

    .animation-block-item:nth-child(4),
    .animation-block-item:nth-child(5){
        right: 10%;
    }
}

@media (max-width: 576px){
    .second-film{
        top: 100px;
    }

    .button-2.startover{
        margin-top: 40px;
    }

    .animation-block-item.size3.position1.position1_2{
        bottom: 270px;
    }
}
