
input[type="text"], input[type="password"], input[type="email"], input[type="tel"]{
    border: 1px solid #F2F3F4;
}


input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="tel"]:focus{
    border: 1px solid #121313;
}


.navpage__container{
    padding-left: 0;
    padding-right: 0;
}

.account{
    display: flex;
    justify-content: center;
}

.account__container{
    display: flex;

    width: 100%;

    padding-left: 40px;
    padding-right: 40px;
}

.account__left{
    width: 300px;

    position: relative;
}

.account__left-line{

}

.account__menu{
    max-width: 220px;
    width: 100%;

    margin-top: 60px;
}

.account__menu-item{
    width: 100%;

    padding:  5px 10px;


    border-radius: 5px;

    transition: .3s linear;
}

.account__menu-item:hover{
    background-color: #F2F3F4;
}

.account__menu-item.active{
    background-color: #F2F3F4;
}

.account__menu-item-icon-holder{
    width: 15px;

    display: flex;
    align-items: center;
    justify-content: center;
}

.account__menu-item{
    display: flex;
    align-items: center;
}


.account__menu-item{
    margin-bottom: 10px;
}

.account__menu-item-text{
    font-size: 16px;
    font-weight: 500;
    line-height: 19.36px;

    margin-left: 10px;

    color: #121313;
}

.account__left-line{
    position: absolute;
    top: 0;
    right: 0;

    width: 1px;
    height: 100%;

    max-height: 994px;

    background: #F2F3F4;
}


.account__right{
    padding-left: 40px;
    padding-top: 40px;

    width: 100%;
}


.account__hello{
    font-size: 35px;
    font-weight: 400;
    line-height: 42.36px;
    
    width: 100%;

    border-bottom: 1px solid #121313;

    padding-bottom: 12px;
}

.account__info{
    display: grid;
    column-gap: 40px;

    grid-template-columns: 1fr 1fr;

    margin-top: 25px;
}

.account__info-part{
    display: flex;
    align-items: center;

    padding-bottom: 10px;

    border-bottom: 1px solid #121313;
}

.account__info-part-text{
    font-size: 20px;
    font-weight: 400;
    line-height: 24.2px;
    text-align: left;

    margin-left: 14px;
}

.account__bonuses{
    display: flex;
    align-items: center;

    width: 100%;
    background: #F2F3F4;
    padding: 14px 15px 17px 15px;

    margin-top: 27px;
}

.account__bonuses-text{
    margin-left: 20px;

    font-size: 35px;
    font-weight: 400;
    line-height: 42.36px;
    text-align: left;

    color: #121313;
}

.account__bonuses-tip{
    margin-top: 19px;

    font-size: 14px;
    font-weight: 400;
    line-height: 16.94px;
    text-align: left;

    color: #121313;
}



.account__data{
   

    width: 100%;

    margin-top: 40px;
}


.account__data-cols{
    display: grid;
    column-gap: 40px;

    grid-template-columns: 1fr 1fr;
}

.account__data-col{
    width: 100%;
}

.account__data-title{
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;

    color: #121313;
}

.account__data-input-group{
    display: flex;
    flex-direction: column;

    margin-top: 27px;
}

.account__data-label{
    font-size: 16px;
    font-weight: 500;
    line-height: 17.69px;
    text-align: left;
    color: #121313;
}

.account__data-input{
    font-family: "Inter", sans-serif;

    padding: 16px 18px;

    font-size: 16px;
    font-weight: 500;
    line-height: 17.69px;
    text-align: left;

    background: #F2F3F4;

    border: none;

    border-radius:  3px;

    width: 100%;
}


.account__data-input-group{

}

.account__data-input-outer{
    position: relative;

    display: flex;
    align-items: center;

    width: 100%;

    margin-top: 14px;

}

.account__data-input-icon-wrong{
    position: absolute;

    right: 18px;
    display: none;
}


.account__data-input-group.wrong .account__data-input{
    border: 1px solid #F53F4A;
    color: #F53F4A;
}

.account__data-input-group.wrong .account__data-label{
    color: #F53F4A;
}

.account__data-input-group.wrong .account__data-input-icon-wrong{
    display: block;
}

input[type='date']::-webkit-calendar-picker-indicator {
    background: transparent;
    bottom: 0;
    color: transparent;
    cursor: pointer;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}

.account__data-submit{
    display: flex;
    align-items: center;
    justify-content: center;

    padding-top: 18px;
    padding-bottom: 19px;

    width: 100%;

    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 17.69px;
    text-align: center;

    color: #FFFFFF;

    background: #121313;

    border: 1px solid #121313;

    border-radius: 3px;

    transition: .3s linear;

    cursor: pointer;

    margin-top: 34px;
}

.account__data-submit:hover{
    color: #121313;
    background: #FFFFFF;
}

.account__buy{
    display: flex;
    align-items: center;
    justify-content: space-between;

    padding-bottom: 14px;

    border-bottom: 1px solid #121313;

    margin-top: 60px;
}

.account__buy-text{
    font-size: 16px;
    font-weight: 500;
    line-height: 17.69px;
    text-align: left;
    color: #121313;
}


@media screen and (max-width: 1480px){
    .account__left{
        padding-left: 20px;
    }

    .account__right{
        padding-right: 20px;
    }
}


@media screen and (max-width: 1200px){

    .account__container{
        padding-left: 20px;
        padding-right: 20px;
    }

    .account__hello{
        font-size: 18px;
        font-weight: 500;
        line-height: 21.78px;
        
        color: #121313;

        padding-bottom: 8px;
    }

    .account__info-part{
        padding-bottom: 5px;
    }

    .account__info-part-text{
        font-size: 10px;
        font-weight: 400;
        line-height: 12.1px;
        text-align: left;

        margin-left: 4px;
    }

    .account__info-part img{
        max-width: 6px;
    }

    .account__info-part:first-child img{
        max-width: 10px;
    }

    .account__bonuses{
        margin-top: 33px;

        border-radius:  21px;

        width: fit-content;

        padding-top: 7px;
        padding-bottom: 8px;
    }

    .account__bonuses-icon{
        max-width: 18px;
    }

    .account__bonuses-text{
        margin-left: 10px;

        font-size: 14px;
        font-weight: 400;
        line-height: 16.94px;
        text-align: left;

    }

    .account__bonuses-tip{
        margin-top: 15px;

        font-size: 10px;
        font-weight: 400;
        line-height: 12.1px;
        text-align: left;

    }


    .account__data-input-group{
        margin-top: 20px;
    }

    .account__data-submit{
        padding-top: 14px;
        padding-bottom: 14px;

        font-size: 14px;
        font-weight: 500;
        line-height: 15.48px;

        margin-top: 40px;
    }

    .account__buy-text{
        font-size: 14px;
        font-weight: 500;
        line-height: 15.48px;

    }

    .account__data-title{
        font-size: 14px;
        font-weight: 400;
        line-height: 21px;
        text-align: left;
    }

    .account__data-label{
        font-size: 12px;
        font-weight: 500;
        line-height: 14.52px;
    }

    .account__data-input{
        padding: 14px 20px;

        font-size: 14px;
        font-weight: 500;
        line-height: 15.48px;
        text-align: left;

    }

    .account__menu-item-text{
        font-size: 14px;
        font-weight: 500;
        line-height: 15.48px;
        text-align: left;

    }
}


.account__mobile-menu{
    display: none;

    margin-top: 40px;
}

.account__mobile-menu-group{
    display: flex;
    flex-direction: column;
    align-items: center;

    width: 65px;
    margin-right: 4px;
}

.account__mobile-menu-button{
    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 5px;

    border: 1px solid #F2F3F4;

    transition: .3s linear;

    width: 52px;
    height: 35px;
}

.account__mobile-menu-button.active{
    background:  #F2F3F4;
}

.account__mobile-menu-button:hover{
    background:  #F2F3F4;
}

.account__mobile-menu-text{
    font-size: 10px;
    font-weight: 500;
    line-height: 12.1px;
    text-align: center;

    color:  #121313;

    margin-top: 9px;
}



@media screen and (max-width: 991px){

    .account__container{
        padding-left: 0px;
        padding-right: 0px;
    }

    .account__left{
        display: none;
    }

    .account__right{
        padding-left: 20px;
        padding-top: 20px;
    }

    .account__mobile-menu{
        display: flex;
    }

    .account__right{
        max-width: 100%;
    }
}

.account__data-buttons{
    display: none;
}

.account__data-button{

    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    text-align: left;

    cursor: pointer;

    border-bottom: 1px solid #F2F3F4;

    transition: .3s linear;

    white-space: nowrap;
}

.account__data-button2{
    margin-left: 14px;
}


.account__data-button.active{
    border-bottom: 1px solid #000000;
}


@media screen and (max-width: 800px){
    .account__right{
        padding-left: 20px;
        padding-top: 20px;
    }

    .account__data-title{
        display: none;
    }

    .account__data{
        margin-top: 40px;
    }

    .account__data-buttons{
        display: flex;
    }

    .account__data-cols{
        grid-template-columns: 1fr;
    }

    .account__data-col{
        max-width: 100%;
    }
}


@media screen and (max-width: 450px){
    .account__mobile-menu-group{
        width: 52px;
    }

    .account__mobile-menu-button{
        width: 42px;
    }

    .account__mobile-menu-text{
        font-size: 8px;
        font-weight: 500;
        line-height: 10px;
    }
}

@media screen and (max-width: 360px){
    .account__mobile-menu-group {
        width: 47px;
    }
}