.formPage-content{
    padding: 80px 0 0;
    min-height: calc(100vh - 154px);
    display: flex;
    justify-content: center;
    align-items: center;
}
.formPage{
    background-image: 
        radial-gradient(49.36% 154.16% at 101.12% 2.19%, rgba(0, 110, 174, 0.2) 0%, rgba(0, 0, 0, 0) 100%) ,
        radial-gradient(44.96% 72.6% at -2.5% 103.98%, rgba(0, 117, 255, 0.2) 0%, rgba(0, 0, 0, 0) 100%),
        url(../images/addiotional-elements/bg-desk.svg);

    background-repeat:no-repeat;
    background-position: center center,center center, calc(50vw - 590px) 320px;

}
.formPage--centered{
    background-position: calc(50vw - 590px) calc(51% - 25px), center center,center center;
}

.formPage-linesPatternSmall{
    position: absolute;
    top: 0;
    bottom:0;
    left: 0;
    margin: auto 0;
    mix-blend-mode:overlay;
    pointer-events: none;
    z-index: 0;
}

.formPage{
    position: relative;
    overflow: hidden;
    min-height: 100vh;
}

.formPage--formWrapper{
    width: 565px;
    margin: 0 auto;
    max-width: 100%;
   
}


.formPage-title{
    text-align: center;
    font-weight: 400;
    font-size: 50px;
    line-height: 60px;
    padding-bottom: 60px;
    margin-top: 120px;
    margin-bottom: 0;
}
.formPage-title--login{
    margin-top: 136px;    
}
.formPage-title--recover{
    font-size: 31px;
    line-height: normal;
    letter-spacing: .355em;
    margin-right: -.355em;
}

.formPage-container{
    padding-bottom: 110px;

    z-index: 2;
}

.refisterPage-fields{
    padding-top: 35px;
    padding-bottom: 20px;
}

.refisterPage-fields--login{
    padding-bottom: 5px;
}


.registerPage-cbx{
    padding-bottom: 0;
}

.formPage-submit{
    padding: 14px 63px;
    font-style: normal;
    font-weight: 400;
    line-height: 153.4%;
    text-align: center;
    text-transform: uppercase;
    font-size: 22px;
}
.formPage-submit::before{
    padding: 3px;
}
.formPage-submit--register{
    padding: 14px 54px;
}

.formPage-submit--recover{
    font-size: 22px;
    text-transform: unset;
    padding-top: 14px;
    padding-bottom: 14px;
}

.registerPage-wrapSubmit{
    padding-top: 57px;
}
.registerPage-wrapSubmit--login{
    padding-top: 55px;
}

.passwordRecoverMsg{
    text-align: center;
}

.activationFieldsForm{
    width: 715px;
    margin: auto;
    max-width: calc(100% - 20px);
}

.activation-notify{
    display: flex;
    gap: 18px;
    justify-content: center;
    align-items:center;
    padding-bottom: 36px;
}

.activation-titleImg{
    height: 46px;
    width: 46px;
}

.activation-content{
    padding-top: 216px;
    padding-bottom: 106px;
    min-height: calc(100vh - 154px);
}

.activation-submitWrapper{
    display: flex;
    justify-content: center;
    align-items:center;
    padding-top: 30px;
}

.relativeWrapper{
    position: relative;
}

.successFormTooltip{
    background: #011E3D;
    background-image: url(../images/panel-pages/like-icon.svg);
    background-repeat:no-repeat;
    background-position: 12px center;
    border: 1px solid var(--text-higlight);
    border-radius: 69px;
    padding: 6px 15px 0px 33px;
    position: absolute;
    bottom:-25px;
    left: -45px;
}

.successFormTooltip-msg{
    font-family: var(--font-label);
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 153.4%;
    position: relative;
}
.successFormTooltip::after{
    position: absolute;
    content:'';
    height: 20px;
    width: 1px;
    background:var(--text-higlight);
    top: -20px;
    left: 140px;
}

.successFormTooltip::before{
    position: absolute;
    content:'';
    height: 7px;
    width: 7px;
    background:var(--text-higlight);
    top: -26px;
    left: 137px;
    transform: rotate(45deg);
}

.activationRadioForm{
    width: 812px;
    max-width: calc(100% - 20px);
    margin: 65px auto 0;
}

.paymentRadio{
    height: 55px;
    padding: 14px 30px 14px 53px;
    display: flex;
    align-items:center;
    justify-content: flex-end;   
    position: relative;
    cursor:pointer;
    overflow: hidden;
}

.paymentRadio input[type=radio]{
    width: 1px;
    height: 1px;
    left: -9999px;
}
.paymentRadio  .radio{
    position: absolute;
    width: 18px;
    height: 18px;
    background: radial-gradient(121.84% 83.03% at 50.19% 90.8%, #00514F 0%, rgba(0, 63, 66, 0) 100%);
    border-radius:50%;
    left: 21px;
    top: 0;
    bottom:0;margin: auto;
    padding: 4px;
    display: flex;
    justify-content: center;
    align-items:center;

}
.paymentRadio  .radio::before{
    background: var(--text-higlight);
    width: 10px;
    height: 10px;
    border-radius:50%;
    content:'';
    display: block;
    transform: scale(0);
    opacity: 0;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.paymentRadio input[type=radio]:checked +.radio::before{
    transform: scale(1);
    opacity: 1;
}

.paymentRadio::before{
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50px;
    padding: 1px;
    background:linear-gradient(0deg, #1BCEEF 0%, #00D37E 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    display: block;
    box-sizing:border-box;
    pointer-events: none;
}

.activationRadioForm-radioWrapper{
    display: flex;
    justify-content: space-between;
    align-items:center;
    gap: 8px;
}

.activation-submit{
    text-transform: capitalize;
    min-width: 132px;
}

.activationRadioForm-textBlock{
    padding-top: 46px;
}

.activationRadioForm-msg{
    text-align: center;
    margin-bottom: 13px;
}

.activationRadioForm-linkWerapper{
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items:center;
}

.activationRadioForm-link{
    font-family: 'Montserrat',Arial, Helvetica, sans-serif;
    display: flex;
    justify-content: center;
    align-items:center;
    gap:8px ;
    color:var(--text-main);
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 148.9%;
    letter-spacing: 0.09em;

}

.loginPageLinks{
    display: flex;
    justify-content: center;
    align-items:center;
    gap: 36px;
    padding-top: 34px;
}

.loginPageLinks-item{
    display: block;
    color: var(--text-main);
    text-decoration: underline;
}
.googleAuthIcon{
    padding: 7px 20px 8px 17px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 9px;
    text-decoration: underline;
    border-radius: 22.5px;
    background: #0B1530;
    color: var(--text-main);
}
.googleAuthIcon img{
    display: block;
}

.recoverAccountBtn{
    padding-left: 44px;
    padding-right: 44px;
    text-transform: unset;
    text-transform:uppercase;
    font-size:17px;
}

@media (max-width:1200px){
    .formPage-linesPatternSmall{
        display: none;
    }
    .formPage{
        background-image: 
            radial-gradient(154.77% 62.64% at 97.56% 3.57%, rgba(0, 110, 174, 0.2) 0%, rgba(0, 0, 0, 0) 100%),
            radial-gradient(123.62% 54.19% at 3.59% 100%, rgba(0, 117, 255, 0.2) 0%, rgba(0, 0, 0, 0) 100%),
            url(../images/addiotional-elements/bg-tablet.svg);
            background-position:center center,center center, right 190px;

    }
}

@media (max-width:900px){
    .successFormTooltip{
        left: 0;
    }
    .activationRadioForm-radioWrapper{
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width:767px) {
    .formPage-container{
        padding-left: 15px;
        padding-right: 15px;
    }
    .formPage-title{
        font-size: 28px;
        line-height: 36px;
        margin-top: 75px;
    }
    .formPage-linesPatternSmall{
        display: none;
    }
    .formPage {
        background: radial-gradient(154.77% 62.64% at 97.56% 3.57%, rgba(0, 110, 174, 0.2) 0%, rgba(0, 0, 0, 0) 100%),
            radial-gradient(123.62% 54.19% at 3.59% 100%, rgba(0, 117, 255, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
        background-repeat: no-repeat;
        background-position: center center;
    }
    .activation-content {
        padding-top: 126px;
        padding-bottom: 66px;
    }
    .loginPageLinks{
        flex-direction: column;
        gap: 24px;
    }
    .activationFieldsForm,.activationRadioForm{
        max-width: 100%;
    }
    .activation-submit{
        padding: 9.5px 20px;
    }
    .paymentRadio{
        padding: 14px 20px 14px 49px;
    }
    .paymentRadio .radio{
        left: 19px;
    }
    .activationRadioForm-linkWerapper{
        flex-wrap: wrap;
    }
}
@media (max-width:420px){
    .paymentRadio{
        width: calc(50% - 10px);
    }
}