@font-face {
    font-family: MaaxRounded;
    src: url(assets/fonts/MaaxRounded.eot?&1509108172#iefix);
    src: url(assets/fonts/MaaxRounded.eot?&1509108172#iefix?#iefix) format('embedded-opentype'), url(assets/fonts/MaaxRounded.woff?1509108172) format('woff'), url(assets/fonts/MaaxRounded.ttf?1509108172) format('truetype'), url(assets/fonts/MaaxRounded.svg?1509108172) format('svg');
    font-weight: 400;
    font-style: normal
}
@font-face {
    font-family: MaaxRounded;
    src: url(assets/fonts/MaaxRounded-Medium.eot?&1509108172#iefix);
    src: url(assets/fonts/MaaxRounded-Medium.eot?&1509108172#iefix?#iefix) format('embedded-opentype'), url(assets/fonts/MaaxRounded-Medium.woff?1509108172) format('woff'), url(assets/fonts/MaaxRounded-Medium.ttf?1509108172) format('truetype'), url(assets/fonts/MaaxRounded-Medium.svg?1509108172) format('svg');
    font-weight: 700;
    font-style: normal
}

body {
    margin: 0
}



.but_c2c{ width:180px; margin:auto;}
.top25{ margin-top:25px;}
.top35{ margin-top:35px;}
.bottom25{ margin-bottom:25px;}

.overlay{
    background: rgba(0, 0, 0, 0.7) none repeat scroll 0% 0%;
    position: fixed;
    left: 0px;
    z-index: 100000;
    top: 0px;
    bottom: 0px;
    visibility: visible;
    opacity: 1;
    text-align: center;
    width: 100%;
    transition: visibility 0s linear 0s, opacity 0.25s ease-in-out 0s;
}
.cont_form_c2c{
    position:relative;
    width:870px;
    margin:auto;
    margin-top:4%;
    padding:50px;
    text-align:center;
    background-color:#d6d6d9;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border: 1px solid #d6d6d9;
}

.inp_form{
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.tit_c2c{
    font-size:30px;
    color:#000;
    margin-bottom:15px;
}

.text_c2c{
    font-size:14px;
    color:#000;
}

@media (max-width:420px) {
    .cont_form_c2c{
        width:90%;
        margin:auto;
    }
}

.close_form{
    position:absolute;
    right: 25px;
    top: 15px;
}

@media (max-width:767px) {
    .tit_c2c {
        font-size: 18px;
        margin-bottom:8px;
    }
    .top25{
        margin-top:18px;
    }
    .text_c2c{
        font-size: 12px;
    }
}