

.container-main {
    width: 30%;
    background: Rgba(255,255,255,0.9);
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.1);
    margin-top: 10%;
}

body {
    background-image: url('../images/bg_far.jpg');
    background-position: center, center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;

}

.main-title {
    display: block;
    color: #555555;
    line-height: 1.2;
    text-align: center;
}

.logo {
    width: 40%;
}

.disabled {
    pointer-events: none;
    cursor: auto
}

@media (max-width : 800px) {
    .container-main {
        width: auto;
        margin-left: 2%;
        margin-right: 2%;
    }

}

@media (max-width : 1200px) {
    .container-main {
        width: auto;
        margin-left: 2%;
        margin-right: 2%;
    }
}

.debug {
    border: solid;
    border-color: red;
}

.btn-list ul {
    display: flex;
    flex-wrap: wrap;
}


.btn-list ul li {
    list-style: none;
    margin: 1%;
    padding: 0%;
}

.btn-list img {
    width: 80%;
}

.btn-list p {
    width: auto;
    color: rgb(102, 102, 102);
}

.btn-list-item {
    border: none;
    display: inline-flex;
    background-color: rgba(0, 0, 0, 0);

}

.btn-list-item img {
    max-width: 100%;
}
