.alert--cookie {
    display: none;
}



.sidebar-buttons__container {
    display: flex;
    flex-direction: row;
    position: fixed;
    bottom: 0;
    right: 0;
    width: 100%;
    z-index: 10
}

@media screen and (min-width:768px) {
    .sidebar-buttons__container {
        display: block;
        top: 30%;
        right: -18rem;
        width: 24rem;
        height: .1rem;
        -webkit-transition: right .4s ease-in-out;
        transition: right .4s ease-in-out
    }
    .sidebar-buttons__container:hover {
        right: 0
    }
}

.sidebar-buttons__items {
    display: flex;
    flex-direction: row;
    position: relative;
    width: 100%;
    background: #40a3d5;
    box-shadow: 0 0 20px -6px rgba(0, 0, 0, .45);
    -moz-box-shadow: 0 0 20px -6px rgba(0, 0, 0, .45);
    -webkit-box-shadow: 0 0 20px -6px rgba(0, 0, 0, .45)
}

@media screen and (min-width:768px) {
    .sidebar-buttons__items {
        flex-direction: column
    }
}

.sidebar-buttons__item {
    width: 20%;
    height: 7rem;
    border-left: .1rem solid #83d0f5
}

.sidebar-buttons__item:first-child {
    border-left: none
}

@media screen and (min-width:768px) {
    .sidebar-buttons__item {
        width: 100%;
        height: 6rem;
        border-top: .1rem solid #83d0f5;
        border-left: none
    }
    .sidebar-buttons__item:first-child {
        border-top: none
    }
    .sidebar-buttons__item:hover {
        background: #83d0f5
    }
}

.sidebar-buttons__item--hidden {
    display: none
}

@media screen and (min-width:768px) {
    .sidebar-buttons__item--hidden {
        display: block
    }
}

.sidebar-buttons__link {
    display: block;
    position: relative;
    text-align: center;
    color: #dff2fd;
    text-align: left;
    text-decoration: none
}

.sidebar-buttons__link:hover {
    text-decoration: none
}

.sidebar-buttons__icon {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 0.8rem auto 0 auto;
    width: 3.8rem;
    height: auto;
    text-align: center;
}

@media screen and (min-width:768px) {
    .sidebar-buttons__icon {
        position: absolute;
        top: 0;
        left: 0;
        margin: 0 auto;
        width: 6rem;
        height: 6rem
    }
}

.sidebar-buttons__icon path {
    fill: #bce4fa
}

.sidebar-buttons__svg {
    display: block;
    width: 3rem;
    height: auto;
}

@media screen and (min-width:768px) {
    .sidebar-buttons__svg {
        display: block;
        width: 4rem;
        height: auto;
    }
}

.sidebar-buttons__svg path {
    fill: #bce4fa
}

.sidebar-buttons__title {
    display: block;
    margin: 0;
    font: 700 1rem/1.2rem 'Open Sans';
    text-align: center
}

@media screen and (min-width:768px) {
    .sidebar-buttons__title {
        display: block;
        position: relative;
        margin-left: 6rem;
        width: 100%;
        font: 400 1.4rem/6rem 'Open Sans';
        text-align: left;
        color: #dff2fd
    }
}