@font-face{
    font-family: "CoolveticaCondensedRg-Regular";
    src: url("font/condensed.ttf");

    font-weight:normal;
    font-style:normal;
    font-display:swap;
}
@font-face{
    font-family: "Coolvetica";
    src: url("font/coolvetica rg.otf");

    font-weight:normal;
    font-style:normal;
    font-display:swap;
}
html{
    overflow-x: hidden;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    overflow-x: hidden;
    background-color: #F5F5F5;

}

h1, h2{
    font-family: "Coolvetica", sans-serif;
    font-weight: 600;
}
h1{
    text-transform: uppercase;
    font-size: 71px;
    margin-bottom: 20px;
}

h2{

    font-size: 32px;
    margin-bottom: 20px;

}
p, a{
    text-decoration: none;
    color: #101010;
    font-family: "CoolveticaCondensedRg-Regular", sans-serif;
    font-size: 23px;
    font-style: normal;
    font-weight: 400;
    margin: 10px 0;
}
li{
    font-family: "CoolveticaCondensedRg-Regular", sans-serif;

}

.gradient-text {
    background: linear-gradient(268deg, #06BCC1 37.11%, #03595B 91.68%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.nav {
    z-index: 2;
    position: fixed;
    top: 0;
    width: 100%;
    height: 80px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background-color: white;
    transition: top 0.3s;
}
.nav button{
    padding: 20px 40px;
    border: none;
    color: #2A5E73;
    margin: 20px;
    border-radius: 4px;
}
.main {
    background-image: url("img/hero.jpg");
    background-size: cover;
    background-position: center;
    text-align: start;
    padding: 50px 120px;
    height: auto;
    /*margin-top: 80px;*/
}

.main h2{
    color: white;
    border-radius: 6px;
    background: linear-gradient(90deg, #04595C 0%, #07BDC2 46%, rgba(7, 189, 194, 0.00) 96.5%);
    width: 564px;
    flex-shrink: 0;
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 26px;
}

.text{
    width: 50%;
}
.main p{
    color: #101010;
    font-size: 23px;
    font-weight: lighter;

}

.simple-text{
    margin: 30px 0;
}

.btn {
    border-radius: 19px;
    background: linear-gradient(95deg, #08415C 15.31%, #06BCC1 99.32%);
    box-shadow: 43px 49px 18px 0px rgba(0, 0, 0, 0.00), 27px 31px 17px 0px rgba(0, 0, 0, 0.01), 15px 18px 14px 0px rgba(0, 0, 0, 0.05), 7px 8px 10px 0px rgba(0, 0, 0, 0.09), 2px 2px 6px 0px rgba(0, 0, 0, 0.10);
    padding: 20px 40px;
    flex-shrink: 0;
    color: white;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
    font-size: 18px;
    font-family: "Coolvetica", sans-serif;
}

.btn:hover {
    background-color: #0056b3;
}

.advantages{
    margin: 30px 0;
}
.advantages ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 700px;
}

.advantages li {
    width: calc(33.33% - 10px);
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    color: #08415C;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
}

.advantages li::before {
    content: url("img/Ellipse.png");
    margin-right: 10px;
}

.for-whom {
    padding: 50px 120px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}

.for-whom__blocks {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.for-whom__block {
    width: 420px;
    height: 455px;
    border-radius: 10px;
    position: relative;
    z-index: 1;
}

.for-whom__block-inner {
    padding: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 380px;
    height: 355px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0px 59.469px 149.573px 0px rgba(168, 188, 203, 0.26);
    position: absolute;
    top: 25px;
    left: 25px;
    z-index: 2;
}

.for-whom__block p {

    color: #08415C;
    margin-top: 20px;
    font-size: 24px;
}

.btn.names {
    width: 200px;
    height: auto;
    flex-shrink: 0;
    font-family: Coolvetica, sans-serif;
    padding: 0;
}

.names p {
    margin: 0;
    color: white;
    padding: 10px;
    font-size: 30px;
}

.small-square {
    position: absolute;
    width: 340px;
    height: 20px;
    border-radius: 10px;
    background-color: #ffffff;
    bottom: 60px;
    left: calc(20% - 40px);
    z-index: 1;
    box-shadow: 0px 59.469px 119.838px 0px rgba(180, 188, 199, 0.16);
}

.for-whom__block:nth-child(1) {
    bottom: -70px;
}

.for-whom__block:nth-child(3) {
    bottom: -70px;
}

img.circle {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 7%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
}






.studying {

    padding: 50px 120px;
    text-align: center;
}
.studying h1{
    text-transform: none;
}
.studying__block {
    text-align: center;
    margin-bottom: 20px;
}
.studying__block h2{
    color: #08415C;
    font-size: 40px;
}

.studying__block:nth-child(2n) {
    margin-left: 0;
}
.studying__text{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 542px;
    height: 150px;
}
.studying__text p{
    margin: 0;
    padding: 0;
    text-transform: none;
    color: white;
    font-size: 24px;
}
.studying__blocks {
    display: flex;
    flex-wrap: wrap;
    justify-content:center;
    gap: 20px;
}



@media (max-width: 768px) {
    .studying__block {
        width: 100%;
        margin-left: 0;
    }
}


.gradient-nums{
    background: linear-gradient(140deg, #08415C 22.6%, rgba(6, 188, 193, 0.29) 92.33%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


.plan {
    padding: 50px 120px;
    text-align: center;
}

.plan h1{
    text-transform: none;
}
.plan__inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.plan__block {
    display: flex;
    flex-direction: row;
    width: calc(50% - 10px);
    text-align: left;
    margin-bottom: 20px;
    align-items: center;
}
.plan__block h1{
    font-size: 100px;
    margin-right: 20px;
    margin-bottom: 0;
}

.plan__block p{
    font-size: 25px;
    color: #08415C;
    margin: 0;
    padding: 0;
}
@media (max-width: 768px) {
    .plan__block {
        width: 100%;
    }
}




.results {
    padding: 50px 120px;
    background-image: url("img/results.png");
    background-size: cover;
    text-align: center;
}

.gradient-nums-res{
    background: linear-gradient(180deg, #06BCC1 13%, #08415C 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.results h1{
    color: white;
    margin-bottom: 50px;
}
.results__block h1{
    font-size: 100px;
    margin-right: 20px;
    margin-bottom: 0;
}

.results__block p{
    font-size: 30px;
    color: #08415C;
    margin: 0;
    padding: 0;
}
.results__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.results__wrapper {
    display: flex;

    margin-bottom: 20px;
    align-items: center;
}

.results__block {
    background-color: #fff;
    border-radius: 10px;
    width: 513px;
    height: 200px;
    text-align: left;
    display: flex;
    flex-direction: row;
    margin-bottom: 20px;
    align-items: center;
    padding: 50px;
    margin-right: 50px;
}

.exp{
    width: 637px;
    margin-right: 0;
    margin-left: 20px;
}

.exp p{
    font-size: 25px;
}
.results__wrapper img {
    position: absolute;
    left: -120px;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 150px;
    height: 150px;
    z-index: 999;
}


@media (max-width: 768px) {
    .results__block {
        width: 100%;
    }
}



.programm{
    padding: 50px 120px;
    display: flex;
    flex-direction: column;
    text-align: start;
}

.programm h1{
    text-align: center;
}

.accordion-item {
    border-bottom: 1px solid #ccc;
}

.accordion-gradient{
    margin: 0;
    background: linear-gradient(140deg, #08415C 22.6%, rgba(6, 188, 193, 0.29) 92.33%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.accordion-header {
    font-family: 'Coolvetica', sans-serif;
    padding: 10px;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 0;
}
.accordion-header p{
    margin-left: 5px;
    margin-bottom: 0;
    font-size: 36px;
    color: #08415C;
    text-transform: lowercase;
}

.accordion-content {
    font-family: 'Coolvetica', sans-serif;
    display: none;
    padding: 10px;
}
.accordion-content p{
    font-size: 26px;
}
.accordion-item.active .accordion-content {
    display: block;
}
.accordion-toggle {
    color: white;
    background-color: transparent;
    background-image: url('img/ellipse2.png');
    background-size: cover;
    width: 50px;
    height: 50px;
    border: none;
    cursor: pointer;
    outline: none;
    position: absolute;
    font-size: 40px;
    text-align: center;
    line-height: 50px;
    right: 130px;
    display: flex;
    justify-content: center;
    align-items: center;
}






.zukerberg {
    background-image: url("img/boy.png");

    background-size: cover;
    background-position: right;
    text-align: start;
    padding: 50px 120px;
    height: 800px;
}

.zukerberg__inner{
    width: 40%;
}
.zukerberg__inner h2{
    color: #08415C;
    font-size: 50px;
    margin-bottom: 50px;
    margin-top: 50px;
}

.btn.zuk {
    margin-bottom: 50px;
    padding-left: 0;
    display: flex;
    align-items: center;
    width: 357px;
    height: 85px;
    flex-shrink: 0;
    border-radius: 0px 60px 60px 0px;
    background: linear-gradient(180deg, #06BCC1 0%, #08415C 100%);
    box-shadow: 35px 39px 15px 0px rgba(0, 0, 0, 0.00), 22px 25px 13px 0px rgba(0, 0, 0, 0.01), 13px 14px 11px 0px rgba(0, 0, 0, 0.05), 6px 6px 8px 0px rgba(0, 0, 0, 0.09), 1px 2px 5px 0px rgba(0, 0, 0, 0.10);
}

p .blue{
    background: linear-gradient(180deg, #06BCC1 2.5%, #03595B 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 114.8%;
}

.zapusk{
    font-size: 25px;
}
.lesson{
    font-size: 28px;
    margin-top: 20px;
    color: #08415C;
}

.zukerberg li{
    font-size: 25px;
    font-weight: lighter;
}
.btn.zuk p {
    font-size: 25px;
    margin-left: 130px;
    text-transform: none;
    color: white;
}

.btn.zuk img {
position: absolute;
    left: 110px;
    width: 113.304px;
    height: 125.325px;
}


.bonus {
    padding: 50px 120px;
    background: linear-gradient(180deg, #06BCC1 19%, rgba(8, 65, 92, 0.80) 100%);
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.bonus h1 {
    color: white;
}

.bonus__wrapper {
    width: 70%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.bonus__block {
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(50% - 20px);
    height: 106px;
    filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.10)) drop-shadow(2px 7px 7px rgba(0, 0, 0, 0.09)) drop-shadow(3px 16px 10px rgba(0, 0, 0, 0.05)) drop-shadow(6px 29px 12px rgba(0, 0, 0, 0.01)) drop-shadow(9px 45px 13px rgba(0, 0, 0, 0.00));
    margin: 10px;
    border-radius: 10px;
    background-color: gold;
    background-image: url('img/gold.png');
    background-size: cover;
    background-position: center;
}

.bonus__block p {
    text-align: center;
    font-size: 33px;
}

.small{
    font-size: 25px;
    margin: 0;
}
.bonus__last-block {
    padding: 10px 20px;
    width: calc(70% - 20px);
    margin-top: 20px;
    border-radius: 10px;
    border: 1px solid #FFF;
    background: #FFF;
}

.bonus__last-block p {
    text-align: center;
    font-size: 33px;
}


.places{
    text-align: center;
    color: rgba(0, 0, 0, 0.35);
    margin: 0;

}

.italic-strike {
    font-family: "CoolveticaCondensedRg-Regular", sans-serif;
    text-decoration: line-through;
    text-align: center;
    font-size: 23px;
    margin: 0 10px 0 0;
    color: rgba(32, 76, 93, 0.51);
}

.tariffs {
    padding: 50px 120px;
}

.tariffs__wrapper{
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.tariffs h1{
    text-transform: none;
    text-align: center;
    font-size: 70px;
}

.tariffs__block{
    border-radius: 0px 60px 0px 0px;
    /*background: #FFF;*/
    display: flex;
    flex-direction: column;
}
.tariffs__block__header{
    width: 300px;
    height: 58px;
    border-radius: 0px 60px 0px 0px;
    box-shadow: 0px 4px 14.5px 0px rgba(0, 0, 0, 0.25);
}

.first .tariffs__block__header{
    background: #07BDC2;
}
.second .tariffs__block__header{
    background: #1495A0;
}
.third .tariffs__block__header{
    background: #2A5E73;
}
.fourth .tariffs__block__header{
    background-color: gold;
    background-image: url('img/gold.png');
}
.tariffs__block__header h2{
    margin-top: 10px;
    color: white;
    text-align: center;
}
.tariffs__block__main{
    padding: 40px 40px 100px;
    width: 300px;
    background: #FFF;
    display: flex;
    flex-direction: column;
}
.tariffs__block__footer{
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 40px;
    width: 300px;
    height: auto;
    border-radius: 0px 60px 0px 0px;
    margin-top: -50px;

}

.first .tariffs__block__footer{
    background: #CEF5F6;
}
.second .tariffs__block__footer{
    background: #ADE8EA;
}
.third .tariffs__block__footer{
    background: #9FD3E8;
}
.fourth .tariffs__block__footer{
    background: #F0E4A7;
}
.tariffs__block__footer h2{
    text-transform: none;
    color: #08415C;
    text-align: center;
}
ul {
    list-style-type: none;
    padding: 0;
}

li {
    margin-bottom: 10px;
    font-size: 20px;
    color: #08415C;;
}


.tariffs1{
    text-align: center;

    margin: 0 auto;
    color: white;
    font-family: 'Coolvetica', sans-serif;
    font-size: 25px;

    padding: 15px 20px;
    border-radius: 60px;
    border: none;
    box-shadow: 9px 26px 8px 0px rgba(0, 0, 0, 0.00), 6px 16px 7px 0px rgba(0, 0, 0, 0.01), 3px 9px 6px 0px rgba(0, 0, 0, 0.05), 1px 4px 4px 0px rgba(0, 0, 0, 0.09), 0px 1px 2px 0px rgba(0, 0, 0, 0.10);
}

.first .tariffs1{
    background: #07BDC2;
}
.second .tariffs1{
    background: #1495A0;
}
.third .tariffs1{
    background: #2A5E73;
}
.fourth .tariffs1{
    background-color: gold;
    background-image: url('img/gold.png');
}
.first .tariffs__block__main li:nth-child(n+8) {
    opacity: 0.5;
}

.first .tariffs__block__footer li:nth-child(n+5) {
    opacity: 0.5;
}

/*.second .tariffs__block__main li:nth-child(n+8) {*/
/*    opacity: 0.5;*/
/*}*/

.second .tariffs__block__footer li:nth-child(n+7) {
    opacity: 0.5;
}

/*.third .tariffs__block__main li:nth-child(n+11) {*/
/*    opacity: 0.5;*/
/*}*/

.third .tariffs__block__footer li:nth-child(n+10) {
    opacity: 0.5;
}

/*.fourth .tariffs__block__main li:nth-child(n+17) {*/
/*   opacity: 0.5;*/
/*} */

/*.fourth .tariffs__block__footer li:nth-child(n+12) {*/
/*    opacity: 0.5;*/
/*}*/



.alina{
    background-image: url("img/alina.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    text-align: start;
    padding: 50px 120px;
    height: 800px;
}


.alina h2{
    font-size: 70px;
}
.alina .columns{
    margin-top: 100px;
    display: flex;
    flex-direction: row;
}
.alina .column1{
    width: 30%;
}

.alina .columns li {
    width:80%;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    color: #08415C;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
}

.columns li::before {
    content: url("img/Ellipse.png");
    margin-right: 10px;
}



.vitaliy{
    background-image: url("img/vitaliy.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;
    text-align: start;
    padding: 50px 120px;
    height: 800px;
}


.vitaliy h2{
    position: absolute;
    right: 25%;
    font-size: 70px;
    text-align: start;
}
.vitaliy .columns {
    position: absolute;
    right: 120px;
    width: 50%;
    margin-top: 250px;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

.vitaliy .column2 {
    width: 45%;
}

.vitaliy .columns li {
    width: 95%;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    color: #08415C;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
}

.bonuses{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 50px 120px;
}

.bonuses__inner h1{
    text-transform: none;
    text-align: center;
}

.bonuses__block{
    width: 813.473px;
    height: 138.25px;
    border-radius: 5.5px;
    background: linear-gradient(89deg, #08415C 0.73%, #06BCC1 94.19%);
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 20px;
}
.bonuses__block p{
    font-size: 30px;
    padding-left: 220px;
    color: white;
    text-align: left;
}

.bonuses__block img{
    position: absolute;
    /*left: 250px;*/
    width: 150px;
    height: 150px;
}



.cases{
    padding: 100px 0;
    background: linear-gradient(180deg, #07BDC2 0.25%, #2A5D72 101.17%);
}

.cases__inner{
    padding: 50px 220px;
}

.cases h1{
    color: white;
    text-align: center;
}

.profiles {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: center;
    padding-top: 40px;
}

.profile {
    position: relative;
    width: 280px;
    height: 488px;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    text-align: center;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease;
}

.profile:hover {
    transform: scale(1.03);
}

.profile .overlay {
    width: 100%;
    padding: 20px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 10%, rgba(7, 189, 194, 0.95) 90%);
    color: white;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.profile a{
    color: white;
}
.profile-info h2 {
    font-size: 22px;
    font-family: "Coolvetica", sans-serif;
    margin: 0;
}

.instagram {
    font-size: 16px;
    font-family: "Coolvetica", sans-serif;
    opacity: 0.95;
}

.bio p {
    font-size: 20px;
    margin: 0;
    font-family: "Coolvetica", sans-serif;
    color: #1c3365;
}

.price-button {
    background: linear-gradient(90deg, #E3C15C 0%, #C9A634 100%);
    color: white;
    font-weight: bold;
    padding: 12px;
    border: none;
    font-size: 14px;
    cursor: pointer;
    margin-top: 10px;
    font-family: sans-serif;
    transition: transform 0.2s ease;
}

.price-button:hover {
    transform: translateY(-2px);
}

/* Backgrounds */
.profile.r1 { background-image: url('img/r2.png'); }
.profile.r2 { background-image: url('img/r3.png'); }
.profile.r3 { background-image: url('img/r4.png'); }
.profile.r4 { background-image: url('img/r5.png'); }
.profile.r5 { background-image: url('img/r6.png'); }
.profile.r6 { background-image: url('img/r1.png'); }
.profile.r7 { background-image: url('img/r7.png'); }
.profile.r8 { background-image: url('img/r8.png'); }
.profile.r9 { background-image: url('img/r9.png'); }
.profile.r10 { background-image: url('img/r10.png'); }
.profile.r11 { background-image: url('img/r11.png'); }
.profile.r12 { background-image: url('img/r12.png'); }
.profile.r13 { background-image: url('img/r13.png'); }
.profile.r14 { background-image: url('img/r14.png'); }
.profile.r15 { background-image: url('img/r15.png'); }
.profile.r16 { background-image: url('img/r16.png'); }
.profile.r17 { background-image: url('img/r17.png'); }
.profile.r18 { background-image: url('img/r18.png'); }
.profile.r19 { background-image: url('img/r19.png'); }
.profile.r20 { background-image: url('img/r20.png'); }
.profile.r21 { background-image: url('img/r21.png'); }
.profile.r22 { background-image: url('img/r22.png'); }
.profile.r23 { background-image: url('img/r23.png'); }
.profile.r24 { background-image: url('img/r24.png'); }
.profile.r25 { background-image: url('img/r25.png'); }
.profile.r26 { background-image: url('img/r26.png'); }
.profile.r27 { background-image: url('img/r27.png'); }
.profile.r28 { background-image: url('img/r28.png'); }
.profile.r29 { background-image: url('img/r29.png'); }


footer {
    background-color: #f0f0f0;
    padding: 20px;
    text-align: center;
}

footer p {
    margin-bottom: 10px;
}

footer a {
    margin: 20px;
    color: #2A5E73;
    text-decoration: none;
}

footer a:hover {
    text-decoration: underline;
}

.links{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}


/* For 1024px */
@media (max-width: 1024px) {
    .main {
        padding: 50px 80px;
        background-position: calc(50% - 100px) center;

    }

    .for-whom,
    .studying,
    .plan,
    .programm,
    .zukerberg,
    .alina,
    .vitaliy,
    .bonus,
    .cases {
        padding: 50px; /* Adjusted padding */
    }

    .main h2 {
        width: 100%; /* Full width for h2 in main */
    }

    .studying__text,
    .plan__block,
    .results__block,
    .accordion-header,
    .accordion-content,
    .tariffs,
    .tariffs__block__main,
    .tariffs__block__footer {
        width: 100%; /* Full width for certain elements */
    }

    .for-whom__block,
    .results__block,
    .accordion-header,
    .accordion-content,
    .tariffs__block {
        margin: 0 auto; /* Center certain elements */
    }

    .for-whom__block {
        width: 320px;
        height: 355px;
    }

    .for-whom__block-inner {
        padding: 30px;
        width: 280px;
        height: 255px;
    }

    .small-square {
        position: absolute;
        width: 240px;
        height: 20px;
        border-radius: 10px;
        background-color: #ffffff;
        bottom: 60px;
        left: calc(20% - 25px);
    }
    .for-whom__block p {
        font-size: 20px;
    }

    .studying__block {
        width: 600px;
        text-align: center;
        margin-bottom: 20px;
    }
    .studying__blocks {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .results__inner {
        padding: 0 100px;
    }
    .results__block {
        margin: 0 40px auto;
        width: 383px;
        height: 150px;
    }
    .exp {
        width: 457px;
    }
    .exp p{
        font-size: 22px;
    }
    .results__wrapper img {
        position: absolute;
        left: -70px;
    }
    .zukerberg {
        height: 630px;
    }

    .zukerberg__inner h2{
        font-size: 30px;
        margin-top: 10px;
    }
    .zukerberg li{
        font-size: 22px;
        font-weight: lighter;
    }

    .btn.zuk img {
        position: absolute;
        left: 20px;
        width: 113.304px;
        height: 125.325px;
    }


    .bonus__block p {
        text-align: center;
        font-size: 30px;
    }

    .tariffs__wrapper{
        display: flex;
        justify-content: space-between;
    }

    .tariffs__block{
        width: 300px;
        margin-bottom: 50px;
    }
    .tariffs h1 {
        font-size: 50px;
    }

    .alina h2{
        font-size: 40px;
    }
    .alina .columns{
        margin-top: 100px;
        display: flex;
        flex-direction: column;
    }
    .alina .column1{
        width: 50%;
    }

    .vitaliy h2{
        right: 10%;
        font-size: 40px;
    }

    .vitaliy .columns {
        position: absolute;
        right: -100px;
        width: 50%;
        margin-top: 150px;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
    }
    .vitaliy .column1{
        width: 70%;
    }
    .vitaliy .column2 {
        width: 70%;
    }
    .vitaliy .columns li {
        width: 100%;
    }
    .bonuses__block img{
        position: absolute;
        /*left: 120px;*/
        width: 200px;
        height: 200px;
    }

    .advantages ul {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        max-width: 500px;
    }
}


@media (max-width: 820px) {
    .main {
        padding: 50px 30px;
        background-position: calc(50% - 100px) center;

    }

    .for-whom,
    .studying,
    .plan,
    .programm,
    .zukerberg,
    .alina,
    .vitaliy,
    .bonus,
    .cases {
        padding: 50px;
    }
    .main h2{
        font-size: 25px;
    }

    .for-whom__blocks {
        flex-direction: column;
    }

    .for-whom__block {
        width: 420px;
        height: 455px;
    }

    .for-whom__block-inner {
        padding: 30px;
        width: 380px;
        height: 355px;
    }

    .small-square {

        width: 340px;
        height: 20px;
        left: calc(20% - 40px);
    }
    .for-whom__block p {
        font-size: 25px;
    }
    .for-whom__block:nth-child(1) {
        bottom: 0;
    }

    .for-whom__block:nth-child(3) {
        bottom: 0;
    }
    .results__wrapper {
        flex-direction: column;
    }
    .results__inner {
        padding: 0 100px;
    }
    .results__block {
        margin: 40px 0 auto;
        width: 383px;
        height: 150px;
    }
    .exp {
        width: 457px;
    }
    .exp p{
        font-size: 22px;
    }
    .results__wrapper img {
        width: 100px;
        height: 100px;
        margin-top: 160px;
        position: absolute;
        left: -20px;

    }

    .zukerberg {
        height: 510px;
    }

    .zukerberg__inner h2{
        font-size: 30px;
        margin-top: 0;
        margin-bottom: 10px;
    }
    .zukerberg li{
        font-size: 16px;
        font-weight: lighter;
    }
    .btn.zuk p {
        font-size: 22px;
        margin-left: 80px;

    }

    .btn.zuk {
        margin-bottom: 20px;
        width: 257px;
        height: 75px;
    }
    .btn.zuk img {
        position: absolute;
        left: 20px;
        width: 100px;
        height: 100px;
    }
    .bonus h1 {
        font-size: 40px;
    }

    .alina h2{
        font-size: 40px;
    }
    .alina .columns{
        margin-top: 500px;
        display: flex;
        flex-direction: column;
    }
    .alina .column1{
        width: 100%;
    }

    .vitaliy{
        margin-top: 350px;
    }
    .vitaliy h2{
        right: 55%;
        font-size: 40px;
    }

    .vitaliy .columns {
        position: absolute;
        right: -50px;
        width: 100%;
        margin-top: 700px;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
    }

    .vitaliy .column1{
        width: 100%;
    }
    .vitaliy .column2 {
        width: 100%;
    }
    .vitaliy .columns li {
        width: 100%;
    }
    .bonuses{
        margin-top: 420px;
    }
    .bonuses__block img{
        position: absolute;
        /*left: 30px;*/
        width: 180px;
        height: 180px;
    }
    .cases__inner{
        padding: 50px 120px;
    }
    .advantages ul {
        display: flex;
        flex-direction: column;
    }
    .advantages li {
        width: 100%;
    }
}


@media (min-width: 768px) {
    .mobile{
        display: none;
    }
    .desktop{
        display: flex;
        flex-direction: column;
    }
}
/* For 430px */
@media (max-width: 768px) {

    .desktop{
        display: none;
    }
    .mobile{
        display: flex;
    }
    .for-whom,
    .studying,
    .plan,
    .programm,
    .zukerberg,
    .alina,
    .vitaliy,
    .bonus,
    .tariffs,
    .cases {
        padding: 10px;
    }
    h1 {
        padding-top: 50px;
        text-transform: uppercase;
        font-size: 38px;
        margin-bottom: 10px;
    }

    h2 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    p,
    a {

        font-size: 15px;

        margin: 5px 0;
    }


    .main {
        position: relative;
        padding: 25px 20px;
        text-align: start;
        background-image: url("img/mb-bg.png");
        background-position: calc(50% - 120px) center;
        background-size: 250%;
        background-repeat: no-repeat;
    }

    .woman{
        position: absolute;
        bottom: -465px;
        right: -370px;
        scale: 0.3;
        overflow: hidden;
    }

    .main h2 {
        font-size: 18px;
        width: auto;
        height: auto;
        padding: 10px;
        font-weight: normal;
    }

    .simple-text{
        max-width: 55%;
    }
    .simple-text__second{
        max-width: 75%;
    }
    .simple-text p{
        margin-top: 15px;
    }
    .main{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .main p {
        font-size: 15px;
    }
    .text{
        width: 100%;
    }

    .btn{
        z-index: 3;
        padding: 20px 80px;
        margin: 0 auto;
    }
    .advantages ul {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .for-whom{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .for-whom__block{
        width: 330px;
        height: 420px;

    }
    .for-whom__block-inner {
        padding: 30px;
        width: 280px;
        height: 305px;
    }

    .for-whom__block p {
        font-size: 20px;
    }
    .small-square {
        width: 250px;
        height: 50px;
        left: calc(20% - 25px);
    }
    .studying {
        padding: 25px 20px;
        text-align: center;
    }

    .studying h1 {
        text-transform: none;
        font-size: 40px;
        padding-top: 0;
    }

    .studying__block h2 {
        margin-top: 20px;
        font-size: 20px;
    }

    .studying__block {
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }

    .studying__blocks {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .studying__text{
        height: auto;
        padding: 20px;
    }
    .studying__text p{
        font-size: 15px;
    }

    .plan h1{
        padding: 0 20px;
    }
    .plan .gradient-nums{
        padding: 0;
        margin-left: 20px;
    }
    .plan__block:nth-child(2),
    .plan__block:nth-child(4) {
        margin-left: 40px;
    }

    .plan__block p{
        font-size: 20px;
    }
    .results {
        padding: 25px 10px;
        background-size: cover;
        text-align: center;
    }

    .results__inner{
        padding: 0;
    }
    .results h1 {
        padding-top: 0;
        font-size: 50px;
        margin: 0;
    }

    .results__block{
        gap: 40px;
        padding: 20px 20px;
        width: auto;
        height:auto;
    }
    .results__wrapper{
        margin-bottom: 10px;
    }
    .results__block h1 {
        font-size: 100px;
        margin-right: 10px;
    }

    .results__block p {
        font-size: 15px;
    }

    .results__inner {
        padding: 0 20px;
    }

    .results__block {
        margin-bottom: 5px;
        width: 300px;
        height: 100px;
    }
    .exp{
        height: 120px;
        margin-top: 20px;
    }

    .results__wrapper img {
        width: 70px;
        height: 70px;
        position: absolute;
        left: -20px;
        margin-top: 120px;
        transform: rotate(90deg);
    }

    .programm {
        padding: 25px 10px;
        display: flex;
        flex-direction: column;
        text-align: start;
    }

    .programm h1{
        margin-top: 0;
        padding: 0;
        font-size: 35px;
    }
    .programm .accordion-gradient{
        font-size: 60px;
        margin-right: 10px;
    }
    .accordion-header p {
        font-size: 20px;
        margin-right: 30px;
    }

    .accordion-content p {
        font-size: 16px;
        margin-left: 45px;
    }
    .accordion-toggle {
        right: 30px;
        width: 25px;
        height: 25px;
        font-size: 20px;
    }


    .zukerberg {
        background-position: calc(50% - 90px) top;
        background-size: 230%;

    }
    .zukerberg__inner{
        width: 100%;
    }

    .zukerberg__inner__text.mobile{
        display: flex;
        flex-direction: column;
        padding: 20px;
    }
    .zukerberg__inner h2 {
        font-size: 35px;
        margin-bottom: 20px;
        margin-top: 20px;
    }
    .btn.zuk{
        margin-top: 240px;
        padding: 1px;
    }

    .btn.zuk img {
        left: 10px;
        width: 100px;
        height: 100px;
    }

    .btn.zuk p {
        font-size: 20px;
        margin-left: 60px;
    }

    .bonus{
        padding: 20px 0;
    }
    .bonus h1 {
        font-size: 40px;
    }

    .bonus__block p{
        font-size: 20px;
    }
    .bonus__wrapper {
        width: 90%;
    }
    .bonus__last-block p {
        text-align: center;
        font-size: 20px;
    }
    .small{
        font-size: 15px;
        margin: 0;
        line-height: 0.5;
    }
    .bonuses {
        padding: 25px 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .bonuses__block p {
        font-size: 16px;
        padding-left: 140px;
    }

    .bonuses__block img {
        /*left: 170px;*/
        width: 150px;
        height: 150px;
    }

    .alina{
        height: 600px;
    }
    .alina h2{
        padding-left: 20px;
        font-size: 40px;
    }
    .alina .column1{
        width: 100%;
    }
    .alina li{
        font-size: 16px;
    }


    .alina .columns {
        margin-top: 350px;
    }
    .vitaliy{
        margin-top: 550px;
        height: 600px;
    }
    .vitaliy h2{
        right: 20%;
        font-size: 40px;
        margin-left: 20px;
    }

    .vitaliy .columns {
        position: absolute;
        right: 0;
        width: 100%;
        margin-top: 500px;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
    }

    .vitaliy .column1{
        width: 100%;
    }
    .vitaliy .column2 {
        width: 100%;
    }
    .vitaliy .columns li {
        width: 100%;
        padding-left: 10px;
    }
    .bonuses{
        margin-top: 420px;
    }
    .bonuses__block img{
        position: absolute;
        /*left: 30px;*/
        width: 100px;
        height: 100px;
    }
    .bonuses__block {
        width: 400px;
        height: 130px;
    }
    .cases__inner{
        padding: 50px 120px;
    }

    .cases__inner {
        padding: 25px 100px;
    }

    .cases h1 {
        font-size: 40px;
    }

    .alina .columns li {
         width: 100%;
        }

    .profiles {
        flex-wrap: wrap;
        justify-content: center;
    }

    .profile {

    }

    .profile__img {
        width: 250px;
        height: 250px;
    }


}
@media (max-width: 430px) {
    .woman{
        position: absolute;
        bottom: -495px;
        right: -410px;
        scale: 0.26;
        overflow: hidden;
    }
}
@media (max-width: 375px) {
    .bonuses{
        margin-top: 450px;
    }


}



.btn-up {
    position: fixed;
    background-color: rgba(112, 111, 111, 0.78);
    right: 20px;
    bottom: 40px;
    border-radius: 100px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
}

.btn-up::before {
    content: "";
    width: 40px;
    height: 40px;
    background-size: 100% 100%;
    background-image: url("img/up.png");
}

.btn-up_hide {
    display: none;
}

@media (hover: hover) and (pointer: fine) {
    .btn-up:hover {
        background-color: rgba(87, 87, 87, 0.78);
    }
}







.popupForm {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #f9f9f9;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 10px;
    box-shadow: 0 20px 100px rgba(0, 0, 0, 0.8);
    z-index: 1001;
}


.popupForm h2 {
    margin-top: 0;
    background: none;
    color: black;
}

.popupForm label {
    font-family: "CoolveticaCondensedRg-Regular", sans-serif;
    display: block;
    margin-bottom: 5px;
}

.popupForm input {
    width: 100%;
    padding: 8px;
    margin-bottom: 10px;
    box-sizing: border-box;
}

.popupForm button {
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    font-size: 15px;
    font-family: 'Coolvetica', sans-serif;
}

.popupForm button[type="submit"] {
    color: white;
    transition: background-color 0.3s;
    background: linear-gradient(180deg, #07BDC2 0.25%, #2A5D72 101.17%);
}

.popupForm button[type="button"] {
    transition: background-color 0.3s;
    background: none;
    margin: -10px -10px 0 0;
    color: rgba(0, 0, 0, 0.54);
    position: absolute;
    top: 10px;
    right: 10px;
}

.popupForm button[type="submit"]:hover{
    background: linear-gradient(180deg, #079498 0.25%, #1c3d4b 101.17%);
}
.popupForm button[type="button"]:hover{
    color: black;
}

@media (max-width: 768px) {
    .popupForm {
        width: 90%;
        max-width: 400px;
    }
}

.popupMessage {
    box-shadow: 0 20px 100px rgba(0, 0, 0, 0.8);
    font-family: 'Coolvetica', sans-serif;
    font-size: 30px;
    display: none;
    text-align: center;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgb(255, 255, 255);
    color: #000000;
    padding: 20px;
    border-radius: 5px;
    z-index: 1002;
}


@keyframes fadeInOut {
    0% { opacity: 0; }
    50% { opacity: 1; }
    100% { opacity: 0; }
}
