*{
    font-family: "Manrope", sans-serif;
}
html {
    scroll-behavior: smooth;
}
.main-nav > li > a {
    font-weight: 600;
    color: #585858;
}
.is-stuck{
    background: #ffffff;
}
.is-active{
    font-weight: bold;
}
.woocommerce-EditAccountForm p input{
    padding: 10px;
}
.wrapper__account{
    min-height: 45vh;
}
.wpcf7 {
    width: 100%;
}
.active-sub{
    color: #0a53be;
}
.woocommerce-MyAccount-navigation-link{
    margin: 15px 0;
}
.sub_list{
    padding: 0;
}
.woocommerce-form-login{
    margin-top: 20px!important;
}
.sub-price{
    font-size: 33px!important;
}
.sub_block__list li, .sub_block__list li span{
    margin: 0!important;
    font-size: 15px!important;
    padding: 0!important;

}
.sub_title{
    text-transform: uppercase;
}
.sub_list li{
    font-size: 16px;
    margin: 15px 0;
    font-weight: 600;
    list-style: none;
}
.wpcf7-form-control-wrap {
    display: block;

}
.tariff_block__account{
    margin: 0!important;
    padding: 5px 0 5px 20px!important;
}

.wpcf7-form-control-wrap, .wpcf7-form-control-wrap textarea, .lqd-form-control-wrap label {
    width: 100%;
}

.contact-button {
    background: #0044eb;
    color: white;
    font-weight: 600;
}

.form_register {
    display: none;

}

.tariff {
    flex-direction: column;
}

.woocommerce-MyAccount-content {
    margin: 0 0 60px 60px;
    width: 81%;
    display: flex;
    flex-direction: column;
}

.module-form {
    max-height: 535px;
    max-width: 625px;
}

.woocommerce-MyAccount-navigation ul li {
    list-style: none;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.woocommerce-MyAccount-navigation ul li a {
    color: #585858;
}

.politic_footer a {
    color: #647ba1;
}

.heart {
    -webkit-animation: 1.8s infinite forwards heart;

    animation: 1.8s infinite forwards heart;
}

@-webkit-keyframes heart {
    0%, 100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }
}

@keyframes heart {
    0%, 100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }
}

.module-primary-nav{
    margin-left: 50px;
}

.contact-checkbox p {
    display: inline-block;
}

.wpcf7-response-output{
    border: none!important;
    margin: 0!important;
}

.contact-checkbox p .wpcf7-form-control-wrap{
    width: auto;
}

.button__plan{
    font-weight: 900;
    font-size: 18px;
}

.wrapper__info_block{
    margin-left: 0!important;
}
h1{
    font-weight: 900!important;
}

.wpcf7-list-item input{
    border: 1px solid #d5d6de;
padding: 10px;

}

.wpcf7-list-item input{

}
.lqd-cf-list-item-label:before,
.lqd-cf-list-item-label:after {
    content: "";
    display: inline-flex;
    width: 1.7em;
    height: 1.7em;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -0.85em;
    align-items: center;
    justify-content: center;
}

.lqd-form-control-wrap textarea{
border-bottom-color: #cccccc;
}


/* Стилі кабінету */
.woocommerce-MyAccount-navigation{
    width: 35%;
}
.account_name p{
    width: 47%;
}
.account_name{
    display:flex;
    justify-content: space-between;
}
.account_field, .woocommerce-form-row{

    display: flex;
    flex-direction: column;
}
.account_field input{
    width: 100%;
}
/* */

.wc_payment_methods{
    list-style: none;
}
.woocommerce-ResetPassword{
    min-height: 50vh;
}
.woocommerce-ResetPassword .woocommerce-form-row{
    width: 30%;
}
.woocommerce-ResetPassword input{
    border-left: none;
    border-top: none;
    border-right: none;
    border-bottom-width: 1px;
}
.woocommerce-ResetPassword input:focus-visible{
  outline: none;
}


/*--------------------MATH APP------------------------*/

body #root .App-header{
    font-size: 15px;
}

#root table{
    text-align: center;
}

#root table td,#root table th{
    padding: 7px;
}

#root h1{
    z-index: 0;
}

.section__add{
    position: absolute;
    position: relative;
    background: white;
    padding-top: 0;
    padding-bottom: 50px;
}

.section__add .module-col{
    min-width: 840px;
    width: 100%;
}

.section__add .ld-fancy-heading h2{
    font-size: 50px;
}

.header__math.main-header {
    min-width: 840px;
    max-width: 100%;
}

.footer__math{
    min-width: 840px;
}

@media screen and (min-width: 992px){
    .section__add .ld-fancy-heading h2{
        font-size: 70px;
    }
    .section__add{
        left: 50%;
        transform: translateX(-50%);
    }
}

@media screen and (max-width: 991px){
    .section__add .col.col-12{
        padding: 0;
    }
    .section__add{
       /*min-width: 840px;*/

    }
    .section__add .ld-fancy-heading h2{
        max-width: 100vw;
    }
    .section__add .module-col{
        position: relative;
        width: 100%;
        left: 50%;
        transform: translateX(-50%);
    }
    .footer__math{
        max-width: 100vw;
        min-width: 100vw;
    }
    .header__math.main-header {
        max-width: 100vw;
        min-width: 100vw;
    }
}

.account-dashboard__title, .account-dashboard{
    font-size: 17px;
}
.account-dashboard{
    display: flex;
    flex-direction: column;
}

body #root .App .navbar-brand{
    top: 270px;
    left: 10px;
    display: none;
}

body #root .App .navbar-brand-up{
    top: 320px;
    left: 10px;
    display: none;
}

body #root .parent-menu .blocked {
    width: 100%;
    display: flex;
    justify-content: center;
    position: relative;
    opacity: 0.5;
    padding: 5px 40px 5px 20px;
    font-size: 15px;
    font-weight: 700;
    min-height: 34px;
}

body #root .parent-menu .blocked:hover {
    background-color: none;
}

body #root .parent-menu .blocked:after{
    position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    right: 10px;
    background: url('/wp-content/themes/mathbase/assets/images/lock.svg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

body #root .nmt-parent button.nmt-href{
    color: var(--head);
    font-weight: bold;
    text-decoration: none;
    padding: 5px;
    height: auto;
    display: grid;
    place-items: center;
    margin-bottom: 4px;
    border: 2px solid var(--head);
    border-radius: 5px;
    background: var(--light);
    width: 410px;
}

body #root .nmt-parent .blocked {
    width: 100%;
    display: flex;
    justify-content: center;
    position: relative;
    opacity: 0.5;
    padding: 5px 40px 5px 20px;
    font-size: 15px;
    font-weight: 700;
    min-height: 34px;
}

body #root .nmt-parent .blocked:after{
    position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    right: 10px;
    background: url('/wp-content/themes/mathbase/assets/images/lock.svg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
}