@font-face {
    font-family: 'Museo Sans Cyrl';
    src: url('ttf/MuseoSans.ttf');
}

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    background: #E5E5E5;
    font-family: "Museo Sans Cyrl", sans-serif;
}

.main {
    overflow: hidden;
}

.wrapper {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

/*   Circle start   */

.circle {
    border-radius: 50%;
    background: #6933DC;
}

#circle1 {
    position: absolute;
    width: 946px;
    height: 946px;
    left: -175px;
    top: -541px;
}

#scene1 {
    position: absolute;
    right: 143.63px;
    top: 145.57px;
}

#scene1 .circle {
    width: 52.88px;
    height: 52.88px;

}

#scene2 {
    position: absolute;
    left: 447px;
    top: 449px;
}

#scene2 .circle {
    width: 83px;
    height: 83px;
}

#scene3 {
    position: absolute;
    left: 118.83px;
    top: 629.23px;
}

#scene3 .circle {
    width: 53.5px;
    height: 53.5px;
}

#scene4 {
    position: absolute;
    right: -263px;
    top: 307px;
}

#scene4 .circle {
    width: 674px;
    height: 674px;
    background: rgba(105, 51, 220, 0.05);
}

#scene5 {
    position: absolute;
    right: 100.16px;
    top: 784.4px;
}

#scene5 .circle {
    width: 119.44px;
    height: 119.44px;
}

#scene6 {
    position: absolute;
    right: 257.7px;
    top: 1082.79px;
}

#scene6 .circle {
    width: 53.5px;
    height: 53.5px;
}

#scene7 {
    position: absolute;
    right: 153px;
    top: 1186px;
}

#scene7 .circle {
    width: 276px;
    height: 276px;
    background: rgba(105, 51, 220, 0.04);
}

#scene8 {
    position: absolute;
    right: -71px;
    top: 1303px;
}

#scene8 .circle {
    width: 168px;
    height: 168px;
}

#scene9 {
    position: absolute;
    left: -103px;
    top: 1444px;
}

#scene9 .circle {
    width: 206px;
    height: 206px;
}

#scene10 {
    position: absolute;
    right: -110px;
    top: 1615px;
}

#scene10 .circle {
    width: 220px;
    height: 220px;
    background: rgba(105, 51, 220, 0.05);
}

#scene11 {
    position: absolute;
    left: -534px;
    top: 1363px;
}

#scene11 .circle {
    width: 1450px;
    height: 1450px;
    background: rgba(105, 51, 220, 0.05);
}

#scene12 {
    position: absolute;
    left: 304px;
    top: 1898px;
}

#scene12 .circle {
    width: 108px;
    height: 108px;
}

#scene13 {
    position: absolute;
    right: 466px;
    top: 1952px;
}

#scene13 .circle {
    width: 66px;
    height: 66px;

}

/*   Circle end   */

.title {
    position: relative;
    font-size: 100px;
    line-height: 120px;
    color: #fff;
    z-index: 1;
    padding-top: 67px;



}

#online-school {
    position: relative;
    font-size: 150px;
    line-height: 180px;
    color: #000000;
    z-index: 1;
    margin-top: 282px;
    left: 400px;
}

#online-school-add {
    position: relative;
    font-size: 150px;
    line-height: 180px;
    color: #000000;
    z-index: 1;
    margin-top: 25px;
    left: -200px;
}

/* Черный текст на фоне картинки стал черным START
 come-on-white top417 и come-on-black margin-top:290 убери overflow и все видно
 */

.image {
    position: relative;
    margin: 334px auto 0 auto;
    max-width: 626px;
    height: 417px;
    border-radius: 30px;
    text-align: center;
    /* Белый текст не будет виден за границей */
    overflow: hidden;
    z-index: 2;
}

#come-on-white {
    color: #ffffff;
    z-index: 1;
    position: absolute;
    margin-top: 290px;
    top: 417px;
    left: -287px;
    width: 1200px;
    text-align: center;
    font-size: 150px;
    line-height: 180px;
}

#come-on-black {
    text-align: center;
    color: #000000FF;
    margin-top: 290px;
    font-size: 150px;
    z-index: 1;
    position: relative;
    line-height: 180px;
}

/* Черный текст на фоне картинки стал черным END */

.last-image {
    margin-top: 54px;
}

.last-image img {
    max-width: 100%;
    position: relative;
    z-index: 1;
}