*{
	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-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;
}
@font-face {
    font-family: 'OpenSans-web';
    src: url('../fonts/OpenSans-Bold.woff2') format('woff2'),
         url('../fonts/OpenSans-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Oranienbaum-web';
    src: url('../fonts/Oranienbaum.woff2') format('woff2'),
         url('../fonts/Oranienbaum.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}


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


    border-bottom:4px solid #1b262f;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.09em;
    box-shadow: 0px 4px 21px 0px rgba(111, 161, 228, 0.28);
    border-radius: 1000px;
    background-image: linear-gradient( 180deg, #3d5a70 0%, #2c4355 100%);
}
.button:hover{
    background-image: linear-gradient( 180deg, #41617a 0%, #2c4355 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;
}
.oren{
    font-family: 'Oranienbaum-web', serif;
}