@import "assets/font/font.css";
@import "assets/css/normalize.css";
@import "assets/css/swiper-bundle.min.css";
@import "assets/css/header.css";
@import "assets/css/home.css";
@import "assets/css/modal.css";
.methods-icons img {
    margin-right: 5px;
}

#button {
    display: inline-block;
    background-color: #000000;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

#button::after {
    content: "▲";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 2em;
    line-height: 50px;
    color: #fff;
}

#button:hover {
    cursor: pointer;
    background-color: #333;
}

#button:active {
    background-color: #555;
}

#button.show {
    opacity: 1;
    visibility: visible;
}

@media (max-width: 500px) {
    #button {
        bottom: 60px;
    }
}

.glob-info__cnt table td {
    border: 1px solid #f9f9f9;
    color: white;
}

.glob-info__cnt table {
    margin-top: 25px;
    margin-bottom: 25px;
}

.glob-info__cnt h3 {
    font-family: 'Roboto';
    margin-top: 50px;
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
}