@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background: #111111;
    font-family: "Inter", sans-serif;
}
.container {
    max-width: 1200px;
}
.header {
    padding: 20px 0;
}
.header-content {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
}
.header-content .logo img {
    max-width: 120px;
    height: auto;
}
.header-content .get-app {
    display: inline-block;
    color: #FBFBFB;
    text-decoration: none;
    background: #1C1C1C;
    padding: 16px 34px;
    border-radius: 40px;
    font-size: 16px;
}
.top-block {
    margin-top: 32px;
    background: url(top-line.svg) bottom/100% no-repeat;
}
.top-block-top h2 {
    text-align: center;
    color: #FF9AE2;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
}
.top-block-top h2 svg {
    margin-right: 8px;
    vertical-align: bottom;
}
.top-block-content {
    margin: 32px auto 0 auto;
    max-width: 800px;
    width: 100%;
    position: relative;
}
.top-block-content:before {
    content: '';
    background: url(top1.svg) center/contain no-repeat;
    width: 36px;
    height: 40px;
    position: absolute;
    left: -158px;
    top: 20px;
}
.top-block-content:after {
    content: '';
    background: url(top2.svg) center/contain no-repeat;
    width: 36px;
    height: 40px;
    position: absolute;
    right: -158px;
    top: 120px;
}
.top-block-content h1 {
    text-align: center;
    color: #fff;
    font-size: 64px;
}
.top-block-content p {
    color: rgba(255, 255, 255, 0.81);
    margin-top: 16px;
    text-align: center;
}
.top-block-content a {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: #FBFBFB;
    text-decoration: none;
    color: #111;
    padding: 16px 18px;
    border-radius: 40px;
    max-width: 220px;
    width: 100%;
    margin: 32px auto 0 auto;
}
.top-block-img {
    margin-top: 64px;
    position: relative;
}
.top-block-img:after {
    content: '';
    background: url(top3.svg) center/contain no-repeat;
    width: 36px;
    height: 40px;
    position: absolute;
    right: 258px;
    top: -70px;
}
.top-block-img img {
    width: 100%;
    height: auto;
}
.stats {
    margin-top: 64px;
}
.stats-wrapper {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    gap: 15px;
}
.stats-wrapper .item {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    gap: 16px;
}
.stats-wrapper .item .icon {}
.stats-wrapper .item .icon svg {}
.stats-wrapper .item .content {}
.stats-wrapper .item .content h3 {
    font-weight: 600;
}
.stats-wrapper .item:first-child .content h3 {
    color: #01DBEE;
}
.stats-wrapper .item:nth-child(2) .content h3 {
    color: #FEE300;
}
.stats-wrapper .item:nth-child(3) .content h3 {
    color: #A6FE5A;
}
.stats-wrapper .item:last-child .content h3 {
    color: #FF9AE2;
}

.stats-wrapper .item .content p {
    color: rgba(255, 255, 255, 0.78);
}
/************************************/
/************************************/
/************************************/
/************************************/
.features-slider {
    
    /*padding-top: 128px;
    padding-bottom: 135px;*/
    padding: 60px 0;
    background-image: url('features-slider-bg-1.svg'), url('features-slider-bg-2.svg');
  background-position: left top, center bottom;
  background-repeat: no-repeat, no-repeat;
}
.features-slider-wrapper .item {
    color: #fff;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    gap: 30px;
    position: relative;
}
.features-slider-wrapper .item .content {
    max-width: 488px;
    width: 100%;
}
.features-slider-wrapper .item .content h3 {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: normal;
}
.features-slider-wrapper .item .content h3 svg {
    margin-right: 6px;
    vertical-align: text-bottom;
}
.features-slider-wrapper .item .content h2 {
    font-size: 48px;
    margin-top: 32px;
}
.features-slider-wrapper .item .content p {
    margin-top: 8px;
    color: rgba(255, 255, 255, 0.74);
    line-height: 150%;
    font-size: 16px;
}
.features-slider-wrapper .item .content .features {
    margin-top: 32px;
}
.features-slider-wrapper .item .content .features-item {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 24px;
}
.features-slider-wrapper .item .content .features-item:last-child {
    margin-bottom: 0;
}
.features-slider-wrapper .item .content .features-item .text h4 {
    font-size: 18px;
    font-weight: 600;
    color: #FBFBFB;
}
.features-slider-wrapper .item .content .features-item .text h5 {
    font-size: 16px;
    margin-top: 4px;
    font-weight: normal;
    line-height: 150%;
    color: rgba(255, 255, 255, 0.74);
}
.features-slider-wrapper .item .content .star {
    text-align: center;
    margin-top: 64px;
}
.features-slider-wrapper .item .phone-container {
    position: relative;
    width: 320px;
    height: 650px;
    padding: 12px;
   
}
 
.features-slider-wrapper .item .phone-container img {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 10;
}

.features-slider-wrapper .item.orange h3 {
    color: #F7580E;
}

/*******************************/


.features-slider-1 {
    position: relative;
}
.features-slider-1:after {
    content: '';
    width: 200px;
    height: 200px;
    background: url(line-phone-1.svg) center/contain no-repeat;
    position: absolute;
    bottom: 50px;
    right: 0;
}
.features-slider-1 .item .content h3 {
    color: #F7580E;
}
.features-slider-1 .item h2 span.color {
    color: #F7580E;
}
.features-slider-1 .item h2 span.decoration {
  text-decoration-line: underline;
  text-decoration-style: wavy;
  text-decoration-color: #F7580E;  
 
}
.features-slider-1 .phone-container {
    position: relative;
}
.features-slider-1 .phone-container:before {
    content: '';
    height: 92px;
    width: 92px;
    background: url(f-item-1.svg) center/contain no-repeat;
    position: absolute;
    top: 60px;
    left: -170px;
}
.features-slider-1 .phone-container:after {
    content: '';
    height: 48px;
    width: 30px;
    background: url(orange-star.svg) center/contain no-repeat;
    position: absolute;
    top: 20px;
    right: -70px;
}
.features-slider-1 .phone-container span:before {
    content: '';
    height: 48px;
    width: 30px;
    background: url(yellow-star.svg) center/contain no-repeat;
    position: absolute;
    bottom: 30%;
    left: -170px;
}
/*********************************/

.features-slider-2 {
    position: relative;
}
.features-slider-2:after {
    content: '';
    width: 200px;
    height: 200px;
    background: url(line-phone-2.svg) center/contain no-repeat;
    position: absolute;
    bottom: 50px;
    right: 0;
}
.features-slider-2 .item .content h3 {
    color: #FEE300;
}
.features-slider-2 .item h2 span.color {
    color: #FEE300;
}
.features-slider-2 .item h2 span.decoration {
  text-decoration-line: underline;
  text-decoration-style: wavy;
  text-decoration-color: #FEE300;  
 
}
.features-slider-2 .phone-container {
    position: relative;
}
.features-slider-2 .phone-container:before {
    content: '';
    height: 92px;
    width: 92px;
    background: url(f-item-2.svg) center/contain no-repeat;
    position: absolute;
    top: 60px;
    left: -170px;
}
.features-slider-2 .phone-container:after {
    content: '';
    height: 48px;
    width: 30px;
    background: url(orange-star.svg) center/contain no-repeat;
    position: absolute;
    top: 20px;
    right: -70px;
}
.features-slider-2 .phone-container span:before {
    content: '';
    height: 48px;
    width: 30px;
    background: url(yellow-star.svg) center/contain no-repeat;
    position: absolute;
    bottom: 30%;
    left: -170px;
}
/*********************************/

.features-slider-3 {
    position: relative;
}
.features-slider-3:after {
    content: '';
    width: 200px;
    height: 200px;
    background: url(line-phone-3.svg) center/contain no-repeat;
    position: absolute;
    bottom: 50px;
    right: 0;
}
.features-slider-3 .item .content h3 {
    color: #01DBEE;
}
.features-slider-3 .item h2 span.color {
    color: #01DBEE;
}
.features-slider-3 .item h2 span.decoration {
  text-decoration-line: underline;
  text-decoration-style: wavy;
  text-decoration-color: #01DBEE;  
 
}
.features-slider-3 .phone-container {
    position: relative;
}
.features-slider-3 .phone-container:before {
    content: '';
    height: 92px;
    width: 92px;
    background: url(f-item-3.svg) center/contain no-repeat;
    position: absolute;
    top: 60px;
    left: -170px;
}
.features-slider-3 .phone-container:after {
    content: '';
    height: 48px;
    width: 30px;
    background: url(blue-star.svg) center/contain no-repeat;
    position: absolute;
    top: 20px;
    right: -70px;
}
.features-slider-3 .phone-container span:before {
    content: '';
    height: 48px;
    width: 30px;
    background: url(light-blue-star.svg) center/contain no-repeat;
    position: absolute;
    bottom: 30%;
    left: -170px;
}
/*********************************/

.features-slider-4 {
    position: relative;
}
.features-slider-4:after {
    content: '';
    width: 200px;
    height: 200px;
    background: url(line-phone-4.svg) center/contain no-repeat;
    position: absolute;
    bottom: 50px;
    right: 0;
}
.features-slider-4 .item .content h3 {
    color: #01DBEE;
}
.features-slider-4 .item h2 span.color {
    color: #01DBEE;
}
.features-slider-4 .item h2 span.decoration {
  text-decoration-line: underline;
  text-decoration-style: wavy;
  text-decoration-color: #2634C3;  
 
}
.features-slider-4 .phone-container {
    position: relative;
}
.features-slider-4 .phone-container:before {
    content: '';
    height: 92px;
    width: 92px;
    background: url(f-item-4.svg) center/contain no-repeat;
    position: absolute;
    top: 60px;
    left: -170px;
}
.features-slider-4 .phone-container:after {
    content: '';
    height: 48px;
    width: 30px;
    background: url(blue-star.svg) center/contain no-repeat;
    position: absolute;
    top: 20px;
    right: -70px;
}
.features-slider-4 .phone-container span:before {
    content: '';
    height: 48px;
    width: 30px;
    background: url(light-blue-star.svg) center/contain no-repeat;
    position: absolute;
    bottom: 30%;
    left: -170px;
}
/*********************************/



.features-slider-5 {
    position: relative;
}
.features-slider-5:after {
    content: '';
    width: 200px;
    height: 200px;
    background: url(line-phone-5.svg) center/contain no-repeat;
    position: absolute;
    bottom: 50px;
    right: 0;
}
.features-slider-5 .item .content h3 {
    color: #FF9AE2;
}
.features-slider-5 .item h2 span.color {
    color: #FF9AE2;
}
.features-slider-5 .item h2 span.decoration {
  text-decoration-line: underline;
  text-decoration-style: wavy;
  text-decoration-color: #FF9AE2;  
 
}
.features-slider-5 .phone-container {
    position: relative;
}
.features-slider-5 .phone-container:before {
    content: '';
    height: 92px;
    width: 92px;
    background: url(f-item-5.svg) center/contain no-repeat;
    position: absolute;
    top: 60px;
    left: -170px;
}
.features-slider-5 .phone-container:after {
    content: '';
    height: 48px;
    width: 30px;
    background: url(pink-star.svg) center/contain no-repeat;
    position: absolute;
    top: 20px;
    right: -70px;
}
.features-slider-5 .phone-container span:before {
    content: '';
    height: 48px;
    width: 30px;
    background: url(red-star.svg) center/contain no-repeat;
    position: absolute;
    bottom: 30%;
    left: -170px;
}
/*********************************/




.features-slider-6 {
    position: relative;
}
.features-slider-6:after {
    content: '';
    width: 200px;
    height: 200px;
    background: url(line-phone-6.svg) center/contain no-repeat;
    position: absolute;
    bottom: 50px;
    right: 0;
}
.features-slider-6 .item .content h3 {
    color: #A6FE5A;
}
.features-slider-6 .item h2 span.color {
    color: #A6FE5A;
}
.features-slider-6 .item h2 span.decoration {
  text-decoration-line: underline;
  text-decoration-style: wavy;
  text-decoration-color: #085D55;  
 
}
.features-slider-6 .phone-container {
    position: relative;
}
.features-slider-6 .phone-container:before {
    content: '';
    height: 92px;
    width: 92px;
    background: url(f-item-6.svg) center/contain no-repeat;
    position: absolute;
    top: 60px;
    left: -170px;
}
.features-slider-6 .phone-container:after {
    content: '';
    height: 48px;
    width: 30px;
    background: url(green-star.svg) center/contain no-repeat;
    position: absolute;
    top: 20px;
    right: -70px;
}
.features-slider-6 .phone-container span:before {
    content: '';
    height: 48px;
    width: 30px;
    background: url(green-star.svg) center/contain no-repeat;
    position: absolute;
    bottom: 30%;
    left: -170px;
}
/*********************************/



.fast-progress {
    margin-top: 64px;
    background-image: url('fast-result-line.svg'), url('features-slider-bg-2.svg');
  background-position: left bottom, center right;
  background-repeat: no-repeat, no-repeat;
}
.fast-progress-wrapper {
    max-width: 720px;
    width: 100%;
    margin: 0 auto;
}
.fast-progress-wrapper h3 {
    text-align: center;
    color: #FF9AE2;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: normal;
}
.fast-progress-wrapper h3 svg {
    margin-right: 6px;
    vertical-align: text-bottom;
}
.fast-progress-wrapper h2 {
    margin-top: 32px;
    font-size: 48px;
    color: #fff;
    font-weight: 600;
    position: relative;
    text-align: center;
}
.fast-progress-wrapper h2:before {
    content: '';
    width: 30px;
    height: 48px;
    background: url(green-star.svg) center/contain no-repeat;
    position: absolute;
    left: -120px;
    top: 0;
}
.fast-progress-wrapper h2:after {
    content: '';
    width: 30px;
    height: 48px;
    background: url(orange-flower.svg) center/contain no-repeat;
    position: absolute;
    right: -120px;
    top: -60px;
}
.fast-progress-wrapper h2 .color {
    color: #FEE300;
}
.fast-progress-wrapper h2 .decoration {
    text-decoration-line: underline;
  text-decoration-style: wavy;
  text-decoration-color: #EF1B2D; 
}
.fast-progress-wrapper > img {
    width: 100%;
    height: auto;
    margin-top: 64px;
}
.fast-progress-wrapper .progress {
    margin-top: 64px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    gap: 24px;
    justify-content: center;
}
.fast-progress-wrapper .progress img {}
.fast-progress-wrapper .progress p {
    color: #FBFBFB;
    font-size: 18px;
    line-height: 120%;
}


/***********************************/
.call-to-action {}
.call-to-action a {
    display: flex;
    max-width: 320px;
    width: 100%;
    padding: 16px;
    justify-content: center;
    align-items: center;
    background: #ffe300;
    text-decoration: none;
    color: #111;
    margin: 24px auto;
    border-radius: 40px;
    gap: 4px;
}
/***********************************/
.personal-page {
    margin-top: 110px;
}
.personal-page-head {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
}
.personal-page-head h2 {
    font-size: 48px;
    font-weight: 600;
    color: #FBFBFB;
    text-align: center;
}
.personal-page-head h2 .color {
    color: #FF9AE2;
}
.personal-page-head h2 .decoration {
    text-decoration-line: underline;
  text-decoration-style: wavy;
  text-decoration-color: #FEE300; 
}
.personal-page-head p {
    margin-top: 16px;
    color: rgba(255, 255, 255, 0.78);
    text-align: center;
    line-height: 150%;
}
.personal-page-content {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    gap: 20px;
    justify-content: space-between;
    margin-top: 48px;
}
.personal-page-content .item {
    flex: 1 1 30%;
    background: #1C1C1C;
    border-radius: 24px;
    padding: 32px;
}
.personal-page-content .item img {
    width: 100%;
    height: auto;
}
.personal-page-content .item h3 {
    text-align: center;
    margin-top: 32px;
    color: #FBFBFB;
    font-size: 24px;
    font-weight: 500;
}
.personal-page-content .item p {
    margin-top: 4px;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.78);
    text-align: center;
}
.personal-page-bottom {
    margin-top: 48px;
    text-align: center;
}
.personal-page-bottom p {
    color: #FBFBFB;
}
.personal-page-bottom img {
    margin-top: 24px;
}
.personal-page-bottom a {
    display: flex;
    max-width: 320px;
    width: 100%;
    padding: 16px;
    justify-content: center;
    align-items: center;
    background: #f7580f;
    text-decoration: none;
    color: #fff;
    margin: 24px auto;
    border-radius: 40px;
    gap: 4px;
}

/**********************************/

.system {
     
    margin-top: 64px;
    background-image: url('features-slider-bg-1.svg'), url('features-slider-bg-2.svg');
  background-position: left top, center right;
  background-repeat: no-repeat, no-repeat;
 
}
.system-head {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
}
.system-head h2 {
        font-size: 48px;
    font-weight: 600;
    color: #FBFBFB;
    text-align: center;
}
 
.system-head h2 .color {
    color: #A6FE5A;
}
.system-head h2 .decoration {
     text-decoration-line: underline;
  text-decoration-style: dotted;
  text-decoration-color: #01DBEE; 
}
.system-head p {
    margin-top: 16px;
    color: rgba(255, 255, 255, 0.78);
    text-align: center;
    line-height: 150%;
}

.system-slider-wrapper {
    max-width: 386px;
    width: 100%;
    margin: 48px auto 0 auto;
    position: relative;
}
.system-slider-wrapper .slider-test {
    position: absolute;
    left: -180px;
    top: 70px;
}
.system-slider-wrapper .slider-video {
    position: absolute;
    bottom: -80px;
    left: -240px;
}
.system-slider-wrapper .slider-games {
    position: absolute;
    right: -160px;
    top: 100px;
}
.system-slider-wrapper .slider-teacher {
    position: absolute;
    bottom: -120px;
    right: -300px;
}

/**********************/
.experiment {
    margin-top: 186px;
}
.experiment-head {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
}
.experiment-head h2 {
    font-size: 48px;
    font-weight: 600;
    color: #FBFBFB;
    text-align: center;
}
.experiment-head h2 .color {
    color: #FF9AE2;
}
.experiment-list {
    margin-top: 48px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    
}
.experiment-list .item {
    background: #1C1C1C;
    border-radius: 24px;
    flex: 0 0 33%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.experiment-list .item .text {
    padding: 32px 32px 0 32px;
}
.experiment-list .item .text h3 {
    font-size: 16px;
    font-weight: 600;
    color: #FBFBFB;
}
.experiment-list .item .text p {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 150%;
    margin-top: 8px;
}
.experiment-list .item-1 .text p span {
    color: #FF9AE2;
}
.experiment-list .item-2 .text p span {
    color: #A6FE5A;
}
.experiment-list .item-3 .text p span {
    color: #01DBEE;
}

.experiment-list .item-1 .img, .experiment-list .item-3 .img {
    padding: 0 32px 32px 32px;
    text-align: center;
}
.experiment-list .item-1 .img img, .experiment-list .item-3 .img img {
    width: 100%;
}
.experiment-list .item-2 .img {
    text-align: right;
    margin-bottom: -4px;
}
.experiment-bottom {
    margin-top: 48px;
    text-align: center;
    width: 100%;
}
/******************************/
.quiz {
    margin-top: 80px;
    background-image: url(fast-result-line.svg), url(features-slider-bg-2.svg);
    background-position: left bottom, center right;
    background-repeat: no-repeat, no-repeat;
}
.quiz-head {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
}
.quiz-head h2 {
    font-size: 48px;
    font-weight: 600;
    color: #FBFBFB;
    text-align: center;
}
.quiz-head h2 .color {
    color: #FEE300;
}
.quiz-head p {
   
    color: rgba(255, 255, 255, 0.78);
    text-align: center;
    line-height: 150%;
}
.quiz-wrapper {
    max-width: 590px;
    width: 100%;
    margin: 48px auto 0;
    padding: 48px;
    border-radius: 24px;
    border: 2px solid #FF9AE2;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.quiz-wrapper .item h3 {
    font-size: 32px;
    color: #fff;
    text-align: center;
    font-weight: 600;
}
.quiz-wrapper .item .question {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    margin: 32px 0 0;
}
.quiz-wrapper .item .question p {
   border: 2px solid #1C1C1C; 
    border-radius: 8px;
    color: #fff;
    padding: 16px;
    font-size: 20px;
    font-weight: 600;
}
.quiz-wrapper .item .question p svg {
    margin-right: 8px;
    vertical-align: middle;
}
 
.quiz-wrapper .item .answers-list {
    margin: 32px auto 0;
    max-width: 304px;
    width: 100%;
    
}
.quiz-wrapper .item .answers-list .answer {
    color: #FBFBFB;
    background: #1C1C1C;
    margin-bottom: 8px;
    padding: 16px 12px;
    border-radius: 8px;
    text-align: center;
    cursor: pointer;
}
.quiz-wrapper .item .answers-list .answer:last-child {
    margin-bottom: 0;
}

.quiz-wrapper .item a {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 300px;
    width: 100%;
    background: #A6FE5A;
    color: #111;
    text-align: center;
    padding: 16px;
    border-radius: 48px;
    margin: 24px auto;
    text-decoration: none;
}
/***********************************/
.start-learning {
    margin-top: 120px;
}
.start-learning-head {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.start-learning-head:after {
     content: '';
    width: 30px;
    height: 48px;
    background: url(yellow-star.svg) center/contain no-repeat;
    position: absolute;
    bottom: -80px;
    right: -50px;
}
.start-learning-head h2 {
    font-size: 48px;
    font-weight: 600;
    color: #FBFBFB;
    text-align: center;
}
.start-learning-head h2 .color {
    color: #A6FE5A;
}
.start-learning-head p {
    margin-top: 16px;
    color: rgba(255, 255, 255, 0.78);
    text-align: center;
    line-height: 150%;
}
.qr-code {
    height: 180px;
    width: 180px;
    border: 1px solid #FF9AE2;
    border-radius: 20px;
    padding: 12px;
    margin: 48px auto 0;
}
.qr-code img {
    width: 100%;
    height: 100%;
}
.download-link {
    margin-top: 16px;
    max-width: 180px;
    width: 100%;
    display: block;
    margin: 16px auto 0;
}
.download-link svg {
    width: 100%;
    height: auto;
}
.img-banner {
    margin-top: 48px;
    position: relative;
}
.img-banner:before {
    content: '';
    width: 30px;
    height: 48px;
    background: url(green-star.svg) center/contain no-repeat;
    position: absolute;
    top: -80px;
    left: 0;
}
.img-banner img {
    width: 100%;
}


/***************************/
.footer {
    margin-top: 100px;
    padding: 24px 0;
    background: #1C1C1C;
}
.footer-content {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    gap: 16px;
    align-items: center;
}
.footer-content .logo img {
    max-width: 120px;
    height: auto;
}
.footer-content .footer-menu {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    gap: 24px;
}
.footer-content .footer-menu a {
    color: #FBFBFB;
    text-decoration: none;
    font-size: 14px;
}
.language-switcher {
    display: flex;
    gap: 6px;
    padding: 4px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.06);
}
.language-switcher button {
    min-width: 44px;
    border: 0;
    border-radius: 999px;
    padding: 8px 12px;
    color: #FBFBFB;
    background: transparent;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
}
.language-switcher button.active {
    color: #111111;
    background: #A6FE5A;
}
.footer-content .footer-social {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    gap: 24px;
    
}
.footer-content .footer-social a {
    text-decoration: none;
}
/*****************************/




.subjects {
    margin-top: 100px;
}
.subjects-header {}
.subjects-header h2 {
    text-align: center;
    font-size: 48px;
    font-weight: 600;
    color: #FBFBFB;
}
.subjects-header h2 span {
    color: #A6FE5A;
}
.subjects-list {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    gap: 20px;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 36px;
}
.subjects-list .item {
    flex: 1 1 30%;
    background: #1C1C1C;
    text-align: center;
    padding: 24px 12px 6px 12px;
    border-radius: 24px;
    display: flex;
    flex-direction: column;
    min-height: 368px;
}
.subjects-list .item img {
    width: 100%;
    border-radius: 16px;
    margin-top: 12px;
}
.subjects-list .item h3 {
    font-size: 24px;
    color: #FBFBFB;
    font-weight: 600;
}
.subjects-list .item p {
        margin-top: 4px;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.8);
}
.subjects-list .item .subject-details {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    width: calc(100% - 40px);
    margin: auto auto 0;
    border-radius: 999px;
    color: #111111;
    background: #A6FE5A;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
}
.subjects-list .item .subject-details.is-disabled {
    pointer-events: none;
    opacity: 0.45;
}
