*{
	margin: 0;
	padding: 0;
	list-style: none;
    font-style: normal;
}
.hide{
    display: none;
}
input[type=submit],
button{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}



@font-face {
    font-family: 'OpenSans-web';
    src: url('../fonts/OpenSans-Light.woff2') format('woff2'),
         url('../fonts/OpenSans-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'OpenSans-web';
    src: url('../fonts/OpenSans-Regular.woff2') format('woff2'),
         url('../fonts/OpenSans-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'OpenSans-web';
    src: url('../fonts/OpenSans-Semibold.woff2') format('woff2'),
         url('../fonts/OpenSans-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}


.button{
    display: inline-flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
    text-align: left;
    padding: 0 15px 2px;
    background: #f11936;
    color: #fff;
    font-size: 18px;
    line-height: 1.33;
    outline: none;
    box-sizing: border-box;
    cursor: pointer;
    border:none;
    position: relative;



    border-radius: 1000px;
    background-image: linear-gradient( 90deg, #f11936 0%, #ff4861 100%);
    box-shadow: 0px 3px 0px 0px rgba(204, 20, 45, 0.004);
    font-weight: 500;
    border-bottom: 3px solid #cc142d;
    padding-top: 3px;
}
.button:hover{
    background-image: linear-gradient( 90deg, #ff334e 0%, #ff4861 100%);
    color:#fff;
}
.button:active{
    top:1px;
}
.button:disabled{
    background: #ddd;
    border-color:#d5d5d5;
    color:#fff;
}

.flexi{
    display: flex;
    flex-flow: row nowrap;
    align-items: flex-start;
    justify-content: flex-start;
}
.abs-bf{
    position: relative;
}
.abs-bf:before{
    content: "";
    display: block;
    position: absolute;
    z-index: 2;
}
.hide{
    display: none !important;
}