.banner-container-wrapper-1 {
background-color: transparent;
}

.banner-container-wrapper-1 {
    overflow-x: hidden;
    min-height: 600px;
    height: 100vh;
    padding-top: 0;
    position: relative;
}

.banner-container-wrapper-2 {
    max-width: 972px;  /* Ширина осн. блока */
    padding: 0 7px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    margin: 0 auto;
}

.banner-container-1 {
    height: 100%;
    position: relative;
    top: 0;
    left: 0;
}

.banner-container-2 {
    height: 100%;
}

.banner-content {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: normal;
    line-height: 1;
    padding-top: 0;  /* Расстояние от верхнего края окна до кнопок */
    padding-left: 0;  /* Отступ слева до прокручиваемого блока */
    position: relative;
    max-width: 720px;
    margin: 0 auto;
}

.banner-content__close-button {
    width: 20px;
    height: 33px;
    cursor: pointer;
    position: absolute;
    top: 58px;
    right: 15px;
    display: block;
    color: #fff;
    font-size: 36px;
    cursor: pointer;
    z-index: 1000;
}

.banner-packs {
    position: relative;
}

.banner-packs-list-wrapper {
    overflow: hidden;
    color: #fff;
}
.banner_text_outer{
    max-width: 700px;
    margin: 0 auto;
    margin-top: 50px;
    background: #2d252b;
    padding: 10px;
}
.banner_text_outer h2{
    text-align: center;
    font-size: 20px;
    font-weight: normal;
    text-transform: uppercase;
    padding-bottom: 10px;
    padding-top: 0;
}
.alert_txt{
    display: none;
    max-width: 650px;
    height: 50px;
    margin: 0 auto;
    margin-bottom: 20px;
    font-size: 13px;
    text-transform: uppercase;
    text-align: center;
    background: #da3434;
    line-height: 50px;
    font-weight: 600;
}
.octo-lang-fr .alert_txt,
.octo-lang-de .alert_txt
{
    height: 60px;
    line-height: 25px;
    padding-top: 10px;
}

.alert_txt img{
    display: inline-block;
    float: left;
    position: relative;
    top: 7px;
    left: 15px;
}
.octo-lang-fr .alert_txt img,
.octo-lang-de .alert_txt img
{
    margin-right: 10px;
}
.banner_text{
    background: #494447;
    padding: 8px 24px;
}
.banner_text p{
    font-size: 14px;
    line-height: 1.3rem;
}
.banner_text img{
    margin: 0px 4px;
}
.banner_text .itd{
    position: relative;
    top: 3px;
}
.banner_text .button {
    cursor: pointer;
    display: inline-block;
    color: white;
    text-transform: uppercase;
    text-decoration: none;
    border: 1px solid white;
    padding: 7px 10px;
    margin: 5px 0;
}
.banner_text .button:hover {
    background: rgba(255,255,255,.2);
}
.text-center {
    text-align: center;
}
