@import url('https://fonts.googleapis.com/css2?family=Commissioner:wght@500;700&family=Inter:wght@500;700&display=swap');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Commissioner', sans-serif;
}

body {
    background: #161617;
    padding-bottom: 100px;
}
.header {
    margin-top: 32px;
    text-align: center;
}
.top-block {
    margin-top: 42px;
}
.top-block h1 {
    color: #fff;
    font-size: 40px;
    font-style: italic;
    padding-left: 15px;
    margin-bottom: 42px;
}
.top-block h1 span {
    color: #BABABA;
}
.top-block .row {
    align-items: stretch
}
.top-block__teacher {
    padding: 34px;
    border-radius: 30px;
    border: 3px solid #3B86FF;
    background: #323234;
    height: 100%;
}
.top-block__teacher h2 {
    color: #fff;
    font-size: 25px;
    line-height: 150%;
    max-width: 75%;
    width: 100%;
}
.top-block__teacher img {
    margin-top: 24px;
}
.top-block__meet {
    padding: 34px 34px 0 34px;
    border-radius: 30px;
    border: 3px solid #3B86FF;
    background: #323234;
    height: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.top-block__meet h2 {
    color: #fff;
    font-size: 25px;
    line-height: 150%;
}
.top-block__meet img {
    display: block;
    margin: 24px auto 0 auto;
}
.features {
    margin-top: 36px;
}
.features__list {
    padding: 34px;
    border-radius: 30px;
    border: 3px solid #3B86FF;
    background: #323234;
}
.features__list h2 {
    font-size: 25px;
    color: #fff;
    margin-bottom: 16px;
}
.features__list-item {
    margin-bottom: 16px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
.features__list-item svg {
    flex: 0 0 32px;
}
.features__list-item p {
    color: #fff;
    font-size: 20px;
    margin-left: 16px;
}
.features__to-faq {
    margin-top: 32px;
}
.features__to-faq h2 {
    font-size: 30px;
    color: #fff;
}
.features__to-faq a {
    text-decoration: none;
    color: #fff;
    background: #3B86FF;
    border-radius: 30px;
    padding: 16px 24px;
    display: inline-block;
    font-size: 28px;
    margin-top: 32px;
}
.audit {
    margin-top: 36px;
}
.audit .row {
    align-items: center;
}
.audit__text {}
.audit__text h2 {
    font-size: 40px;
    font-style: italic;
    color: #fff;
}
.audit__text p {
    font-size: 20px;
    margin-top: 32px;
    color: #fff;
    line-height: 150%;
}
.audit__text-links {
    margin-top: 36px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}
.audit__text-links a {
    display: block;
    text-decoration: none;
    color: #fff;
    background: #3B86FF;
    border-radius: 30px;
    padding: 16px;
    font-size: 18px;
    margin-top: 32px;
    flex: 1 1 95%;
    text-align: center;
    margin-right: 16px;
    max-width: 300px;
    width: 100%;
}
.audit__img img {
    width: 100%;
    height: auto;
}
.bonus {
    margin-top: 60px;
}
.bonus_block {
    padding: 16px;
    border-radius: 30px;
    border: 3px solid #3B86FF;
    background: #323234;
    position: relative;
}
.bonus_block img {
    max-width: 310px;
    width: 100%;
}
.bonus_block h2 {
    font-size: 40px;
    color: #fff;
    margin-bottom: 16px;
}
.bonus_block-item {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}
.bonus_block-item svg {
    flex: 0 0 48px;
}
.bonus_block-item p {
    font-size: 20px;
    color: #fff;
    margin-left: 16px;
}
.bonus_block-img {
    position: absolute;
    top: -39px;
    right: -53px;
}
.payment {
    margin-top: 60px;
}
.payment .row {
    row-gap: 32px;
}
.payment-item {
    min-height: 100%;
    padding: 34px 18px 22px;
    border-radius: 30px;
    border: 0;
    background: #3b86ff;
    position: relative;
    color: #fff;
}
.payment-item.label {
    padding: 34px 18px 22px;
}
.payment-item__count {
    color: #fff;
    font-size: 20px;
    text-align: left;
    padding: 0;
    border-radius: 0;
    border: 0;
    position: static;
    width: auto;
    background: transparent;
    font-style: italic;
    font-weight: 700;
    line-height: 1.25;
    min-height: 50px;
}
.payment-item__count span {
    color: #fff;
}
.payment-item__one-price {
    margin-top: 10px;
    font-size: 19px;
    text-align: left;
    color: #fff;
    font-style: italic;
    font-weight: 700;
}
.payment-item__old-price {
    font-size: 22px;
    text-align: left;
    color: #fff;
    margin-top: 14px;
    text-decoration: line-through;
    font-style: italic;
    font-weight: 700;
}
.payment-item__lesson-price {
    margin-top: 12px;
    color: #fff;
    font-size: 16px;
}
.payment-item__benefit {
    margin-top: 36px;
    min-height: 58px;
    color: #fff;
}
.payment-item__benefit strong,
.payment-item__benefit span {
    display: block;
}
.payment-item__benefit strong {
    margin-bottom: 4px;
    font-size: 16px;
    font-style: italic;
}
.payment-item__benefit span {
    font-size: 14px;
}
.payment-item__discount {
    position: absolute;
    top: 0;
    right: 14px;
    padding: 4px 12px;
    color: #fff;
    background: #ff3333;
    border-radius: 0 0 12px 12px;
    font-weight: 700;
    font-style: italic;
}
.payment-item a {
    display: inline-block;
    text-decoration: none;
    color: #fff;
    background: #1dcc32;
    border-radius: 30px;
    padding: 12px 20px;
    font-size: 12px;
    margin-top: 18px;
    text-align: center;
    font-weight: bold;
    line-height: 1.2;
}
.payment-item__label {
    color: #fff;
    background: #323234;
    border-radius: 30px;
    padding: 15px;
    font-size: 20px;
    margin-top: 16px;
    text-align: center;
    font-weight: bold;
    position: absolute;
     bottom: -7px;
    left: -3px;
    width: calc(100% + 6px);
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
     border: 3px solid #3B86FF;
    -webkit-box-shadow: 0px 0px 12px 1px rgba(59,134,255,1);
-moz-box-shadow: 0px 0px 12px 1px rgba(59,134,255,1);
box-shadow: 0px 0px 12px 1px rgba(59,134,255,1);
}
.payment-item__label img {
    margin-right: 6px;
}
.faq {
    margin-top: 60px;
}
.faq-item {
    border-radius: 30px;
    border: 3px solid #3B86FF;
    background: #323234;
    margin-bottom: 6px;
    color: #fff;
}

.faq-item .head {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px;
    cursor: pointer;

}

.faq-item .head p {
    font-size: 24px;
    font-weight: 500;
    transition: all .30s;
}

.faq-item .head span {
    transition: all .30s;
}

.rotate-faq-svg {
    transform: rotate(-45deg);
    transition: all .30s;
}

.faq-item .head span svg path {
    transition: all .30s;
}
.faq-item .head:hover svg path {
    transition: all .30s;
    fill: #F66962;
}

.faq-item .content {
    padding: 0 24px 14px 24px;
    display: none;
    line-height: 150%;
    font-size: 18px;
}


.popup-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
     z-index: 1000;
        background: rgb(6 6 6 / 51%);
    backdrop-filter: blur(5px);
    overflow: auto;
    display: none;
    padding: 15px;
}
.popup-content {
    background: #161617;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 44px 20px 20px;
    border-radius: 30px;
    max-width: 890px;
    width: 100%;
    position: relative;
}

.popup-content__img {
    flex: 0 0 400px;
}
.popup-content__img img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.popup-content__form-wrapper {
    margin-left: 36px;
}
.popup-content__form-wrapper h2 {
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    line-height: 130%;
    max-width: 80%;
}
.popup-content__form-wrapper p {
    margin-top: 12px;
    color: #837F8F;
    font-size: 18px;
    line-height: 150%;
}
.popup-content__form-wrapper form {
    margin-top: 32px;
}
.popup-content__form-wrapper form input {
    display: block;
    width: 100%;
    background: transparent;
    padding: 16px 24px;
    border-radius: 14px;
    border: 1px solid #837F8F;
    font-family: inherit;
    font-size: 16px;
    outline: none;
    color: #fff;
    margin-bottom: 16px;
}
.popup-content__form-wrapper form button {
    display: block;
    background: #3B86FF;
    color: #fff;
    font-family: inherit;
    font-size: 16px;
    width: 100%;
    padding: 16px 24px;
    border: none;
    outline: none;
    border-radius: 14px;
    font-weight: bold;
    margin-top: 36px;
    cursor: pointer;
}
.close-popup {
    position: absolute;
    top: 20px;
    right: 20px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 48px;
    width: 48px;
    background: #202021;
    border-radius: 14px;
    cursor: pointer;
}

@media only screen and (max-width : 1200px) {
    .top-block__teacher h2 {
        max-width: 100%;
    }
    .top-block__teacher img {
        width: 100%;
        height: auto;
    }
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
    .top-block__teacher {
        padding: 15px;
    }
    .top-block__teacher h2 {
        font-size: 20px;
    }
    .top-block__meet h2 {
        font-size: 20px;
    }
    .top-block__meet img {
        max-width: 65%;
        width: 100%;
    }
    .top-block__meet {
        padding: 15px 15px 0 15px;
    }
    .features__list {
        padding: 15px;
    }
    .features__to-faq h2 {
        font-size: 20px;
    }
    .features__to-faq a {
        font-size: 18px;
    }
    .audit__text h2 {
        font-size: 26px;
    }
    .audit__text p {
        font-size: 16px;
    }
    .audit__text div {
        margin-top: 0;
    }
    .audit__text div a {
        font-size: 16px;
        padding: 10px;
    }
    .bonus_block h2 {
        font-size: 28px;
    }
    .bonus_block-item {
        max-width: 65%;
    }
    .bonus_block-img {
        width: 250px;
        height: auto;
        top: -26px;
    }
    .payment-item {
        margin-bottom: 36px;
    }
      .popup-content {
        flex-direction: column;
    }
    .popup-content__img {
        display: none;
    }
    .popup-content__form-wrapper {
        margin-left: 0;
    }
    .popup-content__form-wrapper h2 {
       
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
    .top-block__teacher img {
        max-width: 70%;
        display: block;
        width: 100%;
        margin: 24px auto 0 auto;
    }
    .top-block__meet {
        margin-top: 24px;
    }
    .features__list {
        margin-top: 24px;
    }
    .features__to-faq {
        text-align: center;
    }
    .features__to-faq h2 {
        font-size: 32px;
    }
    .audit .row > div:first-child {
        order: 2;
    }
    .audit__text h2 {
        font-size: 32px;
    }
    .bonus_block-img {
        display: none;
    }
    .bonus_block-item {
        max-width: 100%;
    }
    .audit__text div a {
    font-size: 16px;
    padding: 14px;
}
    .payment-item {
    margin-bottom: 36px;
    max-width: 290px;
    margin: 12px auto;
}
    .top-block h1 {
        font-size: 32px;
    }
    .features {
        margin-top: 24px;
    }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
    .top-block h1 {
        font-size: 26px;
    }
    .faq-item .head p {
        font-size: 18px;
    }

    .audit__text-links{
        flex-direction: column;
    }
    .audit__text-links a {
        width: 100%;
        margin-right: 0;
    }

     .popup-content {
        padding: 15px;
    }
    .popup-content__form-wrapper h2 {
        font-size: 24px;
    }
    .close-popup {
        width: 34px;
        height: 34px;
    }
    .popup-content__form-wrapper h2 {
        margin-top: 50px;
    }
    .open-popup {
        right: 22px;
        bottom: 22px;
    }
    .open-popup img {
        height: auto;
        width: 42px;
    }
}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {

}
