.index-flex-box {
    position: fixed;
    display: flex;
    justify-content: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: rgb(22, 21, 21);
    color: rgb(253, 232, 193);
    z-index: -2;
}


.index-flex-box-body {
    max-width: 600px;
    min-width: 250px;
    overflow-x: hidden;
    overflow-y: scroll;
    position: relative;
    padding-bottom: 24px;
    z-index: -2;
    opacity:0; /*Элемент полностью прозрачный (невидимый)*/
    transition: 1s; /*Скорость перехода состояния элемента*/
    animation: show 3s 1; /* Указываем название анимации, её время и количество повторов*/
    animation-fill-mode: forwards; /* Чтобы элемент оставался в конечном состоянии анимации */
    animation-delay: 2s; /* Задержка перед началом */
}

.index-h1 {
    text-decoration: none;
    text-transform: uppercase;
    color: rgb(253, 232, 193);
    font-size: 26px;
    font-weight: 300;
    padding-bottom: 8px;
}
.index-h2 {
    text-decoration: none;
    text-transform: uppercase;
    color: rgb(253, 232, 193);
    font-size: 22px;
    font-weight: 300;
    padding-bottom: 8px;
    white-space: normal;
    margin: 12px 12px 0
}
.index-h3 {
    text-decoration: none;
    text-transform: uppercase;
    color: rgb(253, 232, 193);
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 8px;
    margin: 6px;
    white-space: normal;
}

.index-h4 {
    text-decoration: none;
    text-transform: uppercase;
    color: rgb(253, 232, 193);
    font-size: 14px;
    font-weight: 300;
    padding-bottom: 8px;
    white-space: normal;
    margin: 6px
}

.index-a {
    color: rgb(253, 232, 193);

}

.index-flex-box-cta-box {
position: fixed;
bottom: 24px;
right: 24px;
}

.index-flex-box-body-header {
    position: fixed;
    top: 0;
    left: 0;
    height: 50px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
}

.index-flex-box-body-screen1 {
    margin-top: -40px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 680px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-flow: column;
    border-bottom: rgb(253, 232, 193) 1px solid ;
}

.index-flex-box-body-screen1-lang-box {
    top: 100px;
    right: 10px;
    position: absolute;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-flow: column;
}

.index-flex-box-body-screen1-lang-buttons {
    width: 40px;
    height: 40px;
    min-width: 40px;
    min-height: 40px;
    margin: 6px;
    border-radius: 4px;
    cursor: pointer;
}

.index-flex-box-body-screen1-lang-buttons-selected {
    
    width: 44px;
    height: 44px;
    margin: 2px;
    border-radius: 6px;
    border: 2px solid rgb(253, 232, 193);
    display: flex;
    justify-content: center;
    align-items: center;
}

.index-flex-box-body-screen1-title {
    padding: 6px 24px 0 24px;
    font-size: 26px;
    text-align: center;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 600;
}

.index-flex-box-body-screen1-subtitle {
    font-style: italic;
    padding: 12px;
    text-align: center;
    line-height: 1;
    font-size: 12px;
}

.index-flex-box-body-screen2-video {
    height: 200px;

}

.index-flex-box-body-screen2-description {
    padding: 12px;
    border-bottom: rgb(253, 232, 193) 1px solid ;

}

.index-flex-box-body-screen3 {
    display: block;
    border-bottom: rgb(253, 232, 193) 1px solid ;
}

.index-flex-box-body-screen3-picker { 
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    margin-left: 14px;
    margin-right: 14px;
    margin-bottom: 16px;
}

.index-flex-box-body-screen3-picker-empty {
    margin-left: 1px;
    margin-bottom: 1px;
}

.index-flex-box-body-screen3-picker-item {
    display: inline-block;
    position: relative;
    max-width: 200px;
    vertical-align: top;
    width: 200px; 
    margin: 5px;
    overflow: hidden;
    box-sizing: content-box;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, .2)
}

.index-flex-box-body-screen3-picker-item-flexbox {
    display: flex;
    flex-flow: column;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.index-flex-box-body-screen3-picker-item-flexbox-box {
    width: 100%;
    height: 200px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-flow: column;
    border: 1px solid rgba(0, 0, 0, .2);
    box-shadow: 2px 2px 4px rgba(0, 0, 0, .2);
    border-radius: 15px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
} 

.index-flex-box-body-screen3-picker-item-flexbox-box-title {
    text-align: center;
    padding: 6px 2px;
    max-width: 100%;
  }

.index-flex-box-body-screen3-picker-item-flexbox-box-title-button {
    margin: 12px;
    background-color: rgba(0, 0, 0, 0.8);
    padding: 6px 4px 5px;
    border-radius: 12px;
    font-size: 14px;
    text-transform: uppercase;
    margin-top: -24px;
  }

  .index-flex-box-body-screen3-picker-item-flexbox-box-number {
      position: absolute;
      top: 12px;
      left: 70px;
      width: 60px;
      height: 60px;
      border-radius: 50%;
      background-color: #000;
      color: rgb(253, 232, 193);
      border: rgb(168, 165, 159) 3px solid ;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 30px;
      box-shadow: 2px 2px 4px rgba(44, 34, 1, 0.2);
    }

    .index-flex-box-body-screen4 {
        display: block;
        
    }

    .index-flex-box-body-screen4-button-flex {
        display: flex;
        width: 100%;
        justify-content: center;
        align-items: center;
    }

    .index-flex-box-body-screen4-button-flex-button {
        margin: 12px;
        background-color: rgba(253, 232, 193, 0.8);
        padding: 6px 4px 5px;
        border-radius: 12px;
        font-weight: 600;
        font-size: 14px;
        color: black;
        text-transform: uppercase;
    }    

    .index-flex-box-body-flex-footer {
        display: flex;
        width: 100%;
        justify-content: center;
        align-items: center;
    }

    .index-flex-box-body-flex-footer-text {
    
        font-size: 12px;
        color: black;
        background-color: rgb(253, 232, 193); 
        padding: 4px 12px 6px;
        border-radius: 12px;
        margin-top: 24px;
      }

    .pulse-index {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 70px;
        height: 70px;
        color: black;
        font-size: 16px;
        font-weight: 600;
        padding-top: 8px;
        line-height: 1;
        background: rgb(253, 232, 193) ;
        border-radius: 50%;
        border: rgb(168, 165, 159) 1px solid ;
        animation: radial-pulse 2s infinite;
    }

    .index-flex-box-body-screen7 {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 250px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-flow: column;
    }

    

        @keyframes show{
            0%{
            opacity:0;
            }
            100% {
            opacity:1;
            }
            }    

    @keyframes radial-pulse {
        0% {
          box-shadow: 0 0 0 0px rgba(253, 232, 193, 0.5);
        }
      
        100% {
          box-shadow: 0 0 0 40px rgba(0, 0, 0, 0);
        }
      }    
      





























