﻿* {
    padding: 0;
    margin: 0;
    font-family: "Open Sans", sans-serif;
}

.container {
    display: flex;
    flex-direction: column;
    gap: 120px;
}

.main-heading {
    font-size: 24px;
    line-height: 32px;
}

.heading {
    font-size: 21px;
    line-height: 28px;
}

.sub-heading {
    font-size: 16px;
    line-height: 26px;
}

.text {
    font-size: 14px;
    line-height: 22px;
}

.section-header {
    background: #001828;
}

.section-logo {
    margin-top: -60px;
}

.section-logo p {
    padding: 0 24px 0;
    text-align: center;
}

.header__body__wrapper {
    padding: 0 24px 56px;
}

.header__body button {
    margin-top: 40px;
}

.text-white {
    color: #ffffff;
}

.header__logo {
    width: 134px;
    height: 26px;
    padding: 24px;
}

.header__illustration {
    width: 166px;
    height: 176px;
}

.header__body__details__main-heading {
    /* width: 85%; */
    margin-bottom: 8px;
}

.space-arround {
    display: flex;
    justify-content: space-around;
}

.what-is-pc-section,
.who-is,
.benefits {
    padding: 0 24px 0;
}

.section-what-is-pc {
    margin-top: -56px;
}

.what-is-mobile-header-container {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
}

.what-you-get li {
    margin-top: 15px;
}

.what-you-get p {
    margin-top: 16px;
}

.points-wrapper__point {
    margin-left: 6px;
}

.arrow-image img {
    width: 16px;
    height: 16px;
    margin-top: 4px;
}

.points-wrapper li {
    display: flex;
    text-align: left;
}

.what-is-header,
.what-is-pc-image {
    display: none;
}

.what-is-mobile-header-container p {
    width: 60%;
}

.what-is-mobile-header-container {
    display: flex;
    flex-direction: column;
}

.what-is-mobile-header-image img {
    width: 128px;
    height: 198px;
}

.who-is,
.benefits {
    text-align: center;
}

.who-is__cards-wrapper,
.benefits__cards-wrapper {
    display: flex;
    flex-direction: column;
    gap: 36px;
    margin-top: 64px;
}

.who-is__cards-wrapper .card .sub-heading,
.benefits__cards-wrapper .card .sub-heading {
    margin: 16px 0 8px;
}

.who-is__cards-wrapper .card > img {
    width: 56px;
    height: 56px;
}

.testimonial-container {
    margin: 40px 0 10px;
}

.signup-button {
    margin-top: 64px;
}

.testimonials-container {
    margin-top: 0;
    padding-bottom: 0;
}

.testimonial-row {
    padding: 0 24px;
}

.testimonials-header {
    padding: 0;
    text-align: center;
}

.testimonial-text-container .test-text,
.testimonial-text-container .test-owner {
    text-align: center;
    margin-top: 24px;
}

.testimonial-arrow-container-mobile {
    margin-top: 16px;
    padding-right: 0;
    justify-content: center;
}

.section-how-to-use {
    background: #fffcf4;
}

.how-to-use {
    padding: 64px 24px 96px;
    text-align: center;
}

.how-to-use .heading {
    margin: 0 30px;
}

.subcription__title {
    margin: 72px 0 16px;
}

.subcription__card {
    background: #ffffff;
    padding: 32px 16px 24px;
    margin-top: 20px;
    box-shadow: 0px 4px 44px rgba(0, 0, 0, 0.09);
    border-radius: 4px;
}

.subcription__card img {
    width: 70px;
    height: 70px;
}

.subcription__card p {
    padding: 16px 0 8px;
}

.subcription__card__body ul {
    text-align: left;
    color: #5f5f5f;
    padding-left: 24px;
}

.subcription button {
    margin-top: 20px;
}

.subcription__tag {
    background: #e5b368;
    border-radius: 4px;
    padding: 8px;
    position: absolute;
    z-index: 1;
}

.subcription__card {
    position: relative;
}

.other-products__title {
    text-align: center;
    margin-bottom: 64px;
}

.other-products__wrapper {
    display: flex;
    flex-direction: column;
    gap: 48px;
}

.product-card__description {
    padding: 25px 0;
}

.footer {
    background: #001828;
    padding: 72px 24px 62px;
    text-align: center;
}

.footer p {
    color: #ffffff;
    padding: 12px 0;
}

.footer img {
    height: 24px;
    margin-bottom: 24px;
}

.product-card {
    text-align: center;
}

.page-footer hr {
    display: none;
}

.other-products {
    padding: 0 30px 56px;
}

.footer__contacts a {
    color: #ffffff;
    text-decoration: none;
}

.primary-btn {
    border: none;
    outline: none;
    cursor: pointer;
    height: 40px;
    width: 120px;
    font-size: 14px;
    border-radius: 4px;
    font-weight: bold;
    color: #ffffff;
}

.section-benefits {
    background: #e8f4ff;
    padding: 64px 0 96px;
}

.section-testimonials,
.section-footer,
.section-how-to-use {
    margin-top: -60px;
}

.footer__copyright {
    background: #001828;
    color: #ffffff;
    padding-bottom: 48px;
    text-align: center;
}

.footer_terms {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer .footer__icon {
    height: 30px;
    width: 30px;
    margin: 20px 12px 0 0;
}

@media only screen and (min-width: 768px) {

    li.text {
        list-style: inside;
    }

    .container {
        gap: 160px;
    }
    
    .main-heading {
        font-size: 36px;
        line-height: 46px;
    }
    
    .heading {
        font-size: 24px;
        line-height: 32px;
    }
    
    .sub-heading {
        font-size: 18px;
        line-height: 28px;
    }
    
    .text {
        font-size: 16px;
        line-height: 24px;
    }
    
    .header__body__wrapper {
        padding: 0 48px 72px;
    }
    
    .header__logo {
        width: 184px;
        height: 36px;
        padding: 48px;
    }
    
    .header__illustration {
        width: 238px;
        height: 253px;
    }
    
    .header__body button {
        margin-top: 48px;
    }
    
    .section-logo p,
    .what-is-pc-section,
    .benefits {
        padding: 0 48px 0;
    }
    
    .section-logo,
    .section-what-is-pc,
    .section-footer {
        margin-top: -96px;
    }
    
    .what-is-mobile-header-container p {
        width: 40%;
    }
    
    .what-is-mobile-header-image img {
        width: 184px;
        height: 274px;
        margin-right: 72px;
    }
    
    .who-is,
    .benefits {
        width: 60vw;
    }
    
    .section-who-is,
    .section-benefits {
        display: flex;
        justify-content: center;
    }
    
    .who-is__cards-wrapper,
    .benefits__cards-wrapper {
        gap: 56px;
    }
    
    .who-is__cards-wrapper {
        margin-top: 80px;
    }
    
    .who-is__cards-wrapper .card > img {
        width: 66px;
        height: 66px;
    }
    
    .benefits__cards-wrapper .text,
    .who-is__cards-wrapper .points-wrapper {
        margin: 0 48px;
    }
    
    .testimonial-text-container .test-text {
        margin: 24px 48px;
    }
    
    .testimonial-container {
        margin-top: 60px;
    }
    
    .subcription__tag {
        width: 50%;
    }
    
    .how-to-use {
        padding: 64px 48px 96px;
    }
    
    .subcription-wrapper {
        display: flex;
        flex-direction: column;
        gap: 24px;
    }
    
    .subcription__card {
        padding: 40px 30px;
    }
    
    .subcription__card ul {
        margin: 0 60px;
        line-height: 26px;
    }
    
    .subcription button {
        margin-top: 46px;
    }
    
    .other-products {
        padding: 0 48px 96px;
    }
    
    .footer,
    .footer__copyright {
        background: #f8faff;
    }
    
    .footer img {
        height: 42px;
        margin-bottom: 32px;
    }
    
    .footer p,
    .footer__contacts a,
    .footer__copyright {
        color: #001828;
    }
    
    .product-card__description {
        margin: 0 148px;
    }
    
    .other-products__wrapper {
        gap: 72px;
    }
    
    .primary-btn {
        height: 50px;
    }
}

@media only screen and (min-width: 1280px) {
    .container {
        gap: 180px;
    }
    
    .main-heading {
        font-size: 40px;
        line-height: 50px;
    }
    
    .heading {
        font-size: 32px;
        line-height: 42px;
    }
    
    .sub-heading {
        font-size: 21px;
        line-height: 30px;
    }
    
    .text {
        font-size: 18px;
        line-height: 28px;
    }
    
    .header__body__wrapper {
        padding: 40px 64px 84px;
        display: flex;
        justify-content: center;
    }
    
    .header__logo {
        width: 246px;
        height: 48px;
        padding: 64px 64px 24px;
    }
    
    .header__illustration {
        width: 379px;
        height: 404px;
    }
    
    .header__body {
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
    }
    
    .header__body__details .space-arround {
        justify-content: unset;
    }
    
    .header__body__details p {
        width: 85%;
    }
    
    .section-logo p,
    .what-is-pc-section,
    .who-is,
    .benefits,
    .testimonial-row {
        padding: 0 64px 0;
    }
    
    .section-logo {
        margin-top: -84px;
    }
    
    .testimonial-row {
        margin-top: 16px;
    }
    
    .how-to-use {
        padding: 96px 64px 120px;
    }
    
    .what-is-pc-section {
        display: flex;
        justify-content: space-between;
    }
    
    .what-is-mobile-header-container.logo-mobile {
        display: none;
        visibility: hidden;
    }
    
    .what-is-subheader {
        margin-top: 32px;
        font-size: 24px;
    }
    
    .what-you-get {
        margin-top: 30px;
    }
    
    .points-wrapper {
        margin-top: 20px;
    }
    
    .points-wrapper li {
        display: flex;
    }
    
    .points-wrapper__point {
        margin-left: 23px;
        line-height: 25px;
    }
    
    .arrow-image img {
        height: 24px;
        width: 24px;
        margin: 0;
    }
    
    .signup-button {
        margin-top: 40px;
    }
    
    .what-is-header {
        display: block;
    }
    
    .what-is-pc-image {
        display: flex;
        align-items: center;
    }
    
    .what-is-mobile-header-container {
        display: none;
    }
    
    .what-is-pc-section {
        display: flex;
        flex-direction: row;
    }
    
    .what-is-header {
        margin-bottom: 8px;
    }
    
    .what-is-pc-image img {
        width: 490px;
        margin: 0;
    }
    
    .w-50 {
        width: 50%;
    }
    
    .who-is,
    .benefits {
        width: 100%;
    }
    
    .who-is__cards-wrapper {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 60px;
        margin: 108px 64px 96px;
    }
    
    .who-is__cards-wrapper .card {
        width: 40%;
        text-align: left;
    }
    
    .who-is__cards-wrapper .card > img {
        width: 80px;
        height: 80px;
    }
    
    .benefits__cards-wrapper {
        flex-direction: row;
        justify-content: space-around;
        flex-wrap: wrap;
        margin: 80px 80px 0;
    }
    
    .benefits__cards-wrapper .card {
        width: 31%;
        text-align: left;
    }
    
    .testimonial-container {
        margin-top: 56px;
    }
    
    .testimonial-text-container .test-text {
        margin: 0;
    }
    
    .testimonial-text-container {
        margin-left: 40px;
    }
    
    .testimonial-text-container .test-text,
    .testimonial-text-container .test-owner {
        text-align: left;
    }
    
    .subcription-wrapper {
        display: flex;
        flex-direction: row;
        gap: 20px;
        margin-top: 40px;
    }
    
    .subcription {
        width: 50%;
    }
    
    .w-70 {
        width: 70%;
    }
    
    .subcription__tag {
        width: 37%;
    }
    
    .subcription__card {
        display: flex;
        align-items: center;
        gap: 30px;
    }
    
    .subcription__card p {
        padding: 0 0 8px;
    }
    
    .subcription__card ul {
        margin: 0;
    }
    
    .subcription__card__body p {
        text-align: left;
        margin-left: 8px;
    }
    
    .mb-36 {
        margin-bottom: 36px;
    }
    
    .product-card__description {
        height: 160px;
    }
    
    .product-card,
    .who-is-it-for__card__title {
        text-align: left;
    }
    
    .other-products {
        padding: 0;
        width: 50%;
    }
    
    .page-footer {
        display: flex;
        flex-direction: row-reverse;
    }
    
    .section-footer {
        margin-top: -180px;
    }
    
    .other-products__title {
        text-align: left;
    }
    
    .other-products__wrapper {
        display: flex;
        flex-direction: row;
        gap: 80px;
    }
    
    .product-card {
        width: 50%;
    }
    
    .footer {
        width: 25%;
        padding: 0;
        text-align: left;
    }
    
    .page-footer {
        display: flex;
        justify-content: space-evenly;
        padding: 96px 0 64px;
        background: #f8faff;
    }
    
    .page-footer hr {
        display: block;
        background: #ddeaf1;
        opacity: 0.3;
    }
    
    .product-card__description {
        padding: 26px 0;
        margin: 0;
        height: 220px;
    }
    
    .footer img {
        height: 54px;
        margin-bottom: 24px;
    }
    
    .benefits__cards-wrapper .text,
    .who-is__cards-wrapper .points-wrapper {
        margin: 0;
    }
    
    .primary-btn {
        width: 160px;
        font-size: 18px;
    }
    
    .section-benefits {
        padding: 96px 0 160px;
    }
    
    .footer_terms {
        flex-direction: row;
        align-items: flex-start;
        gap: 20px;
        width: max-content;
    }
}

@media only screen and (min-width: 1400px) {
    .container {
        gap: 210px;
    }
    
    .header__body,
    .what-is-pc-section,
    .benefits,
    .testimonials-container,
    .how-to-use {
        width: 70vw;
    }
    
    .who-is {
        width: 60vw;
    }
    
    .section-what-is-pc,
    .section-who-is,
    .section-testimonials,
    .section-how-to-use {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    .section-what-is-pc,
    .section-who-is,
    .section-testimonials,
    .section-how-to-use,
    .section-logo p,
    .what-is-pc-section,
    .who-is,
    .testimonial-row {
        padding: 0;
    }
    
    .what-is-pc-image img {
        width: 506px;
        margin: 0;
    }
    
    .how-to-use {
        padding: auto 0;
    }
    
    .subcription__tag {
        width: 30%;
    }
    
    .product-card__description {
        height: 220px;
    }
    
    .section-what-is-pc {
        margin-top: -40px;
    }
    
    .testimonials-container {
        margin: 0;
    }
    
    .section-testimonials {
        margin: -90px 0 0;
    }
    
    .section-logo {
        margin-top: -120px;
    }
    
    .section-what-is-pc {
        margin-top: -96px;
    }
    
    .section-footer {
        margin-top: -240px;
    }
    
    .how-to-use {
        padding: 96px 64px 160px;
    }
}

.text-bold {
    font-weight: 700;
}

.text-center {
    text-align: center;
}

.text-blue {
    color: #005fb5;
}

.color-blue {
    background: #007cff;
}

.color-black {
    background: #001828;
}

.color-orange {
    background: #dc501e;
}

.color-dark-blue {
    background: #0045f8;
}

.color-dark-mustard-yellow {
    background: #B68000;
}

.form-radio {
    width: unset;
}

a {
    color: inherit;
}

.modal-checkbox-container label {
    cursor: pointer;
}

.text-decoration-none {
    text-decoration: none;
}

.hide {
    display: none;
}

/* 

Education Landing Page

*/

.edu-subcription-wrapper {
    flex-direction: column;
    align-items: center;
}

.edu-subcription-wrapper .subcription__title {
    background: #e5b368;
    border-radius: 4px;
    padding: 8px 54px;
}

.edu-subcription-wrapper button {
    margin-top: 36px;
}

.edu-subcription-wrapper .subcription {
    background: #ffffff;
    box-shadow: 0px 4px 44px rgba(0, 0, 0, 0.09);
    border-radius: 8px;
}

.edu-subcription-wrapper .subcription__card {
    box-shadow: none;
    background: none;
}

@media only screen and (min-width: 768px) {
    .edu-subcription-wrapper .subcription {
        display: flex;
        flex-direction: column;
        padding: 60px 40px;
        margin-top: 36px;
        gap: 60px;
    }
    
    .edu-subcription-wrapper .subcription__card {
        display: flex;
        flex-direction: row;
        align-items: center;
        margin: 0;
        padding: 0;
        gap: 36px;
    }
    
    .edu-subcription-wrapper .subcription__card p {
        padding: 0 8px 8px 0;
        text-align: left;
    }
    
    .edu-subcription-wrapper .subcription__card ul {
        margin: 0;
    }
}

@media only screen and (min-width: 1280px) {
    .edu-subcription-wrapper .subcription {
        flex-direction: row;
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: space-between;
        width: 100%;
        padding: 60px 40px;
    }
    
    .edu-subcription-wrapper .subcription__card {
        align-items: flex-start;
        width: 45%;
    }
    
    .edu-subcription-wrapper .subcription__card img {
        height: 90px;
    }
    
    .edu-subcription-wrapper button {
        margin-top: 70px;
    }
    
    .edu-who-is .who-is__cards-wrapper {
        margin-left: 0;
        margin-right: 0;
        row-gap: 80px;
    }
    
    .edu-who-is .who-is__cards-wrapper .card {
        width: 45%;
    }
}

@media only screen and (min-width: 1400px) {
    .edu-subcription-wrapper .subcription {
        padding: 80px;
    }
    
    .edu-subcription-wrapper .subcription__card {
        width: 47%;
    }
    
    .edu-who-is {
        width: 70vw;
    }
}

.register-button{
    text-align: center;
    padding: 20px;
    height: 60px;
    margin-bottom: 60px;
}

.section-plans {
    display: flex;
    flex-direction: column;
    .plans-image-desktop,.plans-image-tablet-phone {
        width: 100%;
        
        img {
            width: 100%;
        }
    }
    .plans-image-tablet-phone{
        padding: 0 24px;
        box-sizing: border-box;
    }
    
}
.form-radio-description {
    margin-top: 10px;
    font-size: 12px;
    /* color: #666; */
}

.form-radio.active-radio {
    border: 1px solid #B68000 !important;
}

.form-radio.active-radio  #team_radio{
    accent-color: #B68000 !important;
}

@media only screen and (min-width: 900px) {
    .plans-image-tablet-phone {
        display: none;
    }
    .section-plans{
        margin-top: -160px;
    }
}

@media only screen and (max-width: 900px) {
    
    .plans-image-desktop {
        display: none;
    }
    .section-plans{
        margin: -60px 0;
    }
}

@media only screen and (max-width: 768px) {
    li.text {
        list-style: none;
    }

    .what-is-mobile-header-container p {
        width: auto;
    }

    .what-is-mobile-header-image img {
        height: 198px;
        width: auto;
    }

    .what-is-mobile-header-container {
        gap: 20px;
        margin-bottom: 24px;
    }    
}

@media only screen and (max-width: 576px) {
    .header__body__details__main-heading {
        text-align: center;
    }
}