        body {
            background-image: url(images/bgc.png);
            width: 100%;
            height: 100%;
        }
        
        .main {
            background-image: url(images/kompiuter-monitor-sistemnik-naushniki-mysh.jpg);
            background-size: cover;
            width: 100%;
            font-size: Arial, Helvetica, sans-serif;
            height: 830px;
            padding-top: 40px;
        }
        
        .navigation img {
            width: 40px;
            margin-left: 100%;
            height: 40px;
        }
        
        .navigation {
            display: flex;
            font-family: Lucida Sans;
            align-items: center;
            justify-content: space-around;
        }
        
        .navigation__links {
            color: white;
            display: flex;
            font-family: Roboto, Arial, Helvetica, sans-serif;
            justify-content: space-between;
            width: 65%;
            margin-left: 10%;
            font-size: 18px;
            line-height: 24px;
            font-weight: 400;
            text-shadow: black 4px 4px 4px;
        }
        
        .navigation__button {
            background: linear-gradient(94.26deg, #C89AFC 9.51%, #7C6AFA 90.23%);
            border-radius: 50px;
            font-family: Roboto, Arial, Helvetica, sans-serif;
            padding: 10px 30px;
            font-weight: 400;
            font-size: 16px;
            line-height: 150%;
            color: white;
        }
        
        .time {
            font-family: 'Roboto';
            font-style: normal;
            font-weight: 700;
            font-size: 64px;
            line-height: 140%;
            text-shadow: black 4px 4px 4px;
            color: white;
            justify-content: center;
            display: flex;
            align-items: center;
            margin-top: 200px;
            width: 920px;
            height: 180px;
            left: 37px;
            top: 432px;
        }
        
        .tt {
            background: black;
            opacity: 70%;
            width: fit-content;
            height: fit-content;
            transform: translate(-100%, 0);
            animation: anima1 linear 1s forwards;
        }
        
        .button :hover {
            color: gray;
        }
        
        .tt h1 {
            opacity: 100%;
        }
        
        @keyframes anima1 {
            0% {}
            100% {
                transform: translate(0, 0);
            }
        }
        
        .students__button {
            padding: 10px 30px;
            background: linear-gradient(94.78deg, #DF5950 11.19%, #451046 93.72%);
            border-radius: 50px;
            color: white;
        }
        
        .students {
            display: flex;
            align-items: center;
            justify-content: flex-start;
            background-color: #121212;
            width: 100%;
            height: 130px;
            padding-left: 40px;
        }
        
        .students__amount {
            color: gray;
            font-family: 'Roboto';
            font-style: normal;
            font-weight: 400;
            font-size: 16px;
            width: 251px;
            margin-right: 71px;
            margin-left: 81px;
        }
        
        .students__amount p span {
            color: white;
        }
        
        .students__amount p:first-child {
            margin-bottom: 10px;
        }
        
        .students__amount p {
            display: flex;
            justify-content: space-between;
        }
        
        .students__progress {
            display: flex;
            flex-direction: column;
            color: grey;
        }
        
        .students__progress progress::-webkit-progress-value {
            background: linear-gradient(94.78deg, #DF5950 11.19%, #451046 93.72%);
        }
        
        .students__progress progress::-webkit-progress-bar {
            width: 714px;
            height: 6px;
        }
        
        .students__progress label {
            margin-bottom: 8px;
        }
        
        .students__progress label span {
            color: white;
        }
        
        .student__progress--result {
            margin-top: 5px;
            display: flex;
            justify-content: space-between;
        }
        
        .student__progress--result--end {
            padding-left: 632px;
        }
        
        .about {
            display: flex;
            align-items: center;
            justify-content: space-around;
            width: 100%;
        }
        
        .about__image {
            width: 526px;
            height: 499px;
            border: 30px solid #C89AFC;
            margin-top: 38px;
        }
        
        .about__image img {
            position: relative;
            top: 66px;
        }
        
        .about__info {
            font-size: 48px;
            color: white;
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            max-width: 636px;
            text-align: left;
            justify-content: space-between;
        }
        
        .about__text {
            font-size: 16px;
            text-align: left;
            margin-top: 45px;
        }
        
        .quick-start {
            margin-top: 200px;
            margin-left: 324px;
        }
        
        .quick-start__title {
            color: white;
            font-family: 'Roboto';
            font-size: 48px;
            display: flex;
            align-items: center;
        }
        
        .quick-start__title h1 {
            margin-left: 30px;
        }
        
        .quick-start__text {
            color: grey;
            margin-top: 49px;
            max-width: 411px;
        }
        
        .percents {
            display: flex;
            padding: 0 310px;
            margin-top: 80px;
        }
        
        .percent h1 {
            font-size: 36px;
            color: white;
        }
        
        .percent {
            width: 324px;
        }
        
        .percent p {
            color: grey;
            font-size: 14px;
        }
        
        .percent div {
            background: linear-gradient(94.26deg, #C89AFC 9.51%, #7C6AFA 90.23%);
            margin: 20px 0 35px;
            max-height: 80px;
        }
        
        .percent--large {
            height: 80px;
        }
        
        .percent--medium {
            height: 60px;
            position: relative;
            top: 10px;
        }
        
        .percent--small {
            height: 30px;
            position: relative;
            top: 25px;
        }
        
        .percent--tiny {
            height: 10px;
            position: relative;
            top: 35px;
        }
        
        .percent__text--medium {
            position: relative;
            top: 20px;
        }
        
        .percent__text--small {
            position: relative;
            top: 50px;
        }
        
        .percent__text--tiny {
            position: relative;
            top: 70px;
        }
        
        .profession {
            margin-top: 200px;
        }
        
        .profession h1 {
            color: white;
            text-align: center;
            font-size: 48px;
        }
        
        .profession__profits {
            display: flex;
            margin-top: 120px;
            font-weight: 600;
            align-items: center;
        }
        
        .profit__practis {
            width: 300px;
            text-align: center;
            font-weight: 500;
            margin-left: 150px;
        }
        
        .profit__practis p {
            margin-top: 60px;
            color: white;
            font-size: 24px;
            text-align: center;
        }
        
        .profit__equipment {
            width: 330px;
            text-align: center;
            font-weight: 500;
            margin-left: 150px;
        }
        
        .profit__equipment p {
            margin-top: 60px;
            color: white;
            font-size: 24px;
            text-align: center;
        }
        
        .profit__certification {
            width: 350px;
            text-align: center;
            margin-left: 100px;
        }
        
        .profit__certification p {
            margin-top: 60px;
            color: white;
            font-size: 24px;
            text-align: center;
        }
        
        .profit__practis--text {
            color: grey;
            font-weight: 400;
            font-size: 16px;
            text-align: center;
            margin-top: 30px;
            width: 358px;
            height: 104px;
        }
        
        .profit__equipment--text {
            color: grey;
            font-weight: 400;
            font-size: 16px;
            text-align: center;
            margin-top: 30px;
            width: 358px;
            height: 104px;
        }
        
        .profit__certification--text {
            color: grey;
            font-weight: 400;
            font-size: 16px;
            text-align: center;
            margin-top: 30px;
            width: 358px;
            height: 104px;
        }
        
        .sponsors__heading {
            color: white;
            display: flex;
            font-size: 48px;
            font-family: 'Roboto';
            align-items: center;
            margin-left: 293px;
            margin-top: 173px;
        }
        
        .sponsors h1 {
            margin-left: 51px;
        }
        
        .sponsors__msi {
            margin: 60px 312px 0px 293px;
        }
        
        .sponsors__logo {
            display: flex;
        }
        
        .sponsors__logo:first-child {
            border-bottom: 1px solid grey;
        }
        
        .logo {
            padding: 30px 66px;
        }
        
        .logo:not(.logo:last-child) {
            border-right: 1px solid grey;
        }
        
        .about__teachers {
            margin: 60px 312px 0px 266px;
        }
        
        .teachers__heading {
            display: flex;
            color: white;
            font-size: 48px;
        }
        
        .teachers__heading h1 {
            margin-left: 38px;
            position: relative;
            top: 30px;
        }
        
        .teachers {
            display: flex;
            margin-top: 113px;
        }
        
        .instructors {
            width: 416px;
            text-align: center;
        }
        
        .instructors h2 {
            color: white;
            margin-top: 40px;
            font-size: 24px;
        }
        
        .instructors p {
            color: white;
            opacity: 0.4;
            margin-top: 15px;
            font-size: 16px;
        }
        
        .instructors button {
            margin-top: 40px;
            background: linear-gradient(94.26deg, #C89AFC 9.51%, #7C6AFA 90.23%);
            border-radius: 50px;
            padding: 10px 30px;
            font-weight: 400;
            font-size: 16px;
            line-height: 150%;
            color: white;
        }