body{ 
    font-family: 'Avenir Next Cyr', sans-serif !important;
}
.full-page{
    background-color: #F8F9FE !important;
}
@media (max-width: 767px) {
    .register-title{
        font-weight: 750;
        font-size: 24px;
        color: #1b1b1b;
    }
    .option-for-sign :nth-child(1){
        margin-left: 0.3em;
    }
    .option-for-sign :nth-child(2){
        display: none;
    }
    .starting-free-trial{
        opacity: 0.6;
        font-weight: 450;
        font-size: 14px;
    }
    .option-for-sign{
        border: 1.5px solid #CAD1D7;
        border-radius: 30px;
        width: 80px;
        margin-right: 19px !important;
    }
    .shop-icon{
        width: 37px;
        height: 32px;
    }
    .email-icon{
        width: 31px;
        height: 29px;
    }

}
@media (min-width: 768px){
    .register-title{
        font-weight: 750;
        font-size: 42px;
        color: #1b1b1b;
    }
    .starting-free-trial{
        opacity: 0.6;
        font-weight: 450;
        font-size: 17px;
    }
    .option-for-sign :nth-child(1){
        margin-left: 0.3em;
        margin-top: 3px;
    }
     .option-for-sign :nth-child(2){
        margin-top: 5px;
    }
    .option-for-sign{
        border: 1.5px solid #CAD1D7;
        border-radius: 30px;
        width: 227px;
        text-transform: none;
        height: 64px;
    }

}
.register-button{
    align-items: center;
    height: 40px;
    margin-top: 3.5px;
    padding: 9px 23px;
    background: #FFFFFF;
    border-radius: 30px;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    color: #ED504F;
    transition: 0.3s ease;
}
.register-button:hover{
    background-color: #ED504F;
    color: white;
    transition: 0.3s ease;
}
.main-body{
   background: #FFFFFF;
    box-shadow: 0px 14px 35px rgba(150, 160, 181, 0.04) !important;
    border-radius: 30px;
}
.option-for-sign :nth-child(2){
    font-weight: 675 !important;
    font-size: 13px;
    letter-spacing: 0;
    margin-left: 20px;
}
.option-context{
    margin-top: 10px;
    opacity: 0.4;
    font-size: 13px;
}
.option-context hr{
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.input-border{
    height: 64px !important;
    background-color: white;
    border-radius: 0px 30px 30px 0px !important;
}
.input-inner-icon{
    padding-left: 19px;
    height: 64px !important;
    border-radius: 30px 0px 0px 30px !important;
}
.shopping-bag{
    width: 24px;
    height: 24px;
}
.phone_owner .form-control:not(:first-child){
    color: black !important;
    font-size: 14.5px;
    font-weight: 600;
}
.register-btn button{
    width: 100%;
    height: 62px;
    border-radius: 30px;
    background-color: #ED504F;
}
.register-btn button:hover{
    background-color: #ED504F;
}
.iti{
    width: 89%;
}
.iti--separate-dial-code .iti__selected-flag {
    background-color: white !important;
}
.iti__selected-flag{
    padding: 0 !important;
}
.iti__arrow{
    display: none;
}
.iti--separate-dial-code .iti__selected-dial-code {
    margin-left: 10px !important;
    border-left: 1.4px solid #DBE3EA;
    padding-left: 13px;
    font-weight: 550;
}