
.iti-flag{
    background-image: url(../img/flags.png);
}
.sv_cotact_form section dd .my_btn:disabled {
    background: #ccc
}
.captcha2_btn{
    display: flex;
}
.captcha2_btn input{
    flex:1;
    width: 100%;
}
.captcha2_btn button{
    padding: 0px 10px;
    font-size: 14px;
    border: 1px solid #ccc;
}
.captcha2_btn button i{
    transition: ease-in-out 0.2s all;
}
.captcha2_btn button:hover{
    cursor: pointer;
}
.captcha2_btn button:active i{
    transform: rotate(180deg);
}
.sv_cotact_form_hide{
    display: none;
    margin-top: 10px;
}
.sv_cotact_form_hide section dd{
    padding-left: 0px;
}
.sv_cotact_form_hide section dd .my_btn{
    padding: 15px;
}

.sv_cotact_form_hide aside abbr {
    height: 44px;
    width: 40px;
    font-size: 20px;
    color: #333;
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0,-50%);
}
.sv_cotact_form_hide aside abbr i {
    opacity: .4;
    cursor: pointer;
}