:root{
    --brend-color: #ff6600;
    --text-color-black: #000000;
    --text-color-link-hover: #000000;
    --text-color-link: rgba(198,198,198,1);
}
body{
    font-family: 'Blender Pro';
    font-weight: 400;
    font-style: normal;
    box-sizing: border-box;
    padding: 0;
    margin: 0 auto;
    overflow-x: hidden;
}
a{
    text-decoration: none;
    cursor: pointer;
    color: #000000;
    font-weight: 700;
}
button{
    padding: 0;
    margin: 0;
    border: 0;
    cursor: pointer;
    background: none;
}
main {min-height: 300px; overflow: hidden;flex: 1 1 auto}

.hidden {
    display: none;
}

.pb-80 {
    padding-bottom: 80px;
}

.flex-c {
    display: flex;
    justify-content: center;
}

:root{
    --hover-color-text: #ff6600;
}

.error-img-load{
    background: #ff6600 url("../images/logo.svg") center no-repeat;
    background-size: contain;
}