* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body {
    width: 100%;
    overflow-x: hidden;
}

a {
    color: #3d3e3f;
    text-decoration: none;
}

.container {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 2vh;
}

.desc {
    border: 1px dashed #ccc;
    background: #fff;
    padding: 1.5vh;
    border-radius: 5px;
    color: #394e6acc;
    hyphens: auto;
    line-height: 1.5;
    font-size: 14px;
}

footer {
    width: 100%;
    margin-top: 10px;
    text-align: center;
    color: #3d3e3f;
    font-size: 14px;
    padding-bottom: 10px;
}

#ad-container, #ad-container1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    /*min-height: 100px;*/
    font-size: 10px;
    color: #333;
    background-color: #fff;
    margin: 20px auto 10px;
    padding: 10px 0;
    border-radius: 20px;
}

#ad-container p, #ad-container1 p, #yandex-container p {
    width: 100%;
    margin-bottom: 5px;
    text-align: center;
    /* background-color: #eee; */
}

#yandex-container {
    width: 100%;
    max-width: 100%;
    min-height: 250px;
    font-size: 11px;
    background-color: #fff;
    border-radius: 20px;
    margin: 20px auto;
    padding: 10px 0;
}

#adx-container {
    min-height: 100px;
}

/*#ad-container > div {*/
/*    position: relative;*/
/*    overflow: hidden;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    margin: auto;*/
/*}*/

/*#ad-bottom-banner {*/
/*    position: absolute;*/
/*    !*height: 120px;*!*/
/*    max-width: 100%;*/
/*    max-height: 100%;*/
/*    text-align: center;*/
/*    left: 50%;*/
/*    top: 50%;*/
/*    transform: translate(-50%, -50%);*/
/*}*/