
.daily-stories {
    display: block;
    position: relative;
    width: calc((100vh - 150px) / 1.530666666666667);
    height: calc(100vh - 150px);
    margin: 0 auto;
    background: black;
    overflow: hidden;
    border-bottom-right-radius: 24px;
    border-bottom-left-radius: 24px;
    z-index: 100;
}
.daily-stories__outer{
    height: calc(100% - 44px);
}

.daily-stories__container {

    background: black;
    overflow: hidden;
    display: flex;
    position: relative;
    transition: transform 0.25s cubic-bezier(0.8, 0, 0.2, 1);
    will-change: auto;
    touch-action: manipulation;
    transform: translate3d(0px, 0px, 0px);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.slide {
    position: relative;
    display: block;

    overflow: hidden;
    will-change: opacity;
    opacity: 0;
    filter: blur(0);
    transition: opacity 0.5s ease, filter 0.25s ease;
}

.slide.active {
    opacity: 1;
}

body.menu-open .slide.active {
    filter: blur(10px);
}

.slide img,
.slide video {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    padding: 0;
    margin: 0;
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    pointer-events: none;
}

#prev-slide {
    display: block;
    width: 32px;
    height: 32px;
    text-align: center;
    cursor: pointer;
    position: absolute;
    top: calc(50% - 16px);
    left: calc(50% - 35vh - 16px);
    border-radius: 50%;
    background-color: #fff;
    overflow: hidden;
    opacity: 0.85;
    transition: opacity 0.25s ease;
}

#next-slide {
    display: block;
    width: 32px;
    height: 32px;
    text-align: center;
    cursor: pointer;
    position: absolute;
    top: calc(50% - 16px);
    left: calc(50% + 35vh - 16px);
    border-radius: 50%;
    background-color: #fff;
    overflow: hidden;
    opacity: 0.85;
    transition: opacity 0.25s ease;
}

#prev-slide::before,
#next-slide::before {
    content: "";
    display: block;
    position: absolute;
    width: 12px;
    height: 12px;
    top: 10px;
    border-right: 4px solid #555;
    border-bottom: 4px solid #555;
}

#prev-slide::before {
    left: 11px;
    transform: rotate(-225deg);
}

#next-slide::before {
    left: 8px;
    transform: rotate(-45deg);
}

#prev-slide:hover,
#next-slide:hover {
    opacity: 1;
}

#prev-slide:hover::before,
#next-slide:hover::before {
    border-right-color: #043cb7;
    border-bottom-color: #043cb7;
}

body.mobile #prev-slide,
body.mobile #next-slide {
    display: none;
}

/*@media (max-width: 800px) {*/
/*}*/
.central-area {
    position: absolute;
    width: 30vh;
    height: 75vh;
    z-index: 300;
    display: block;
    top: 15vh;
    left: calc(50% - 15vh);
}

@media (min-width: 800px) {
    .central-area {
        width: 55vh;
        top: 12.5vh;
        left: calc(50% - 27.5vh);
    }
}
.central-area .button {
    width: 48px;
    height: 48px;
    display: block;
    position: absolute;
    top: calc(50% - 24px - 2.5vh);
    left: calc(50% - 24px);
    border-radius: 50%;
    cursor: pointer;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.25s ease;
}

@media (min-width: 800px) {
    .central-area .button {
        top: calc(50% - 24px);
    }
}
.central-area:hover .button {
    opacity: 0.5;
}

.central-area .button svg {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}

.central-area .button svg path {
    display: none;
}

.central-area[data-state=paused] .button svg #path_play {
    display: block;
}

.central-area[data-state=playing] .button svg #path_pause {
    display: block;
}

body.menu-open .central-area .button {
    opacity: 0;
}

.progress-bars {
    position: absolute;
    padding: 10px 5px 87px;
    top: 15px;
    left: 0;
    right: 0;
    width: 75%;
    height: 100px;
    display: flex;
    margin: auto;
}

.progress-bars[data-count="1"] .bar {
    width: calc(100% - 6px);
}

.progress-bars[data-count="2"] .bar {
    width: calc(100% / 2 - 6px);
}

.progress-bars[data-count="3"] .bar {
    width: calc(100% / 3 - 6px);
}

.progress-bars[data-count="4"] .bar {
    width: calc(100% / 4 - 6px);
}

.progress-bars[data-count="5"] .bar {
    width: calc(100% / 5 - 6px);
}

.progress-bars[data-count="6"] .bar {
    width: calc(100% / 6 - 6px);
}

.progress-bars[data-count="7"] .bar {
    width: calc(100% / 7 - 6px);
}

.progress-bars[data-count="8"] .bar {
    width: calc(100% / 8 - 6px);
}

.progress-bars[data-count="9"] .bar {
    width: calc(100% / 9 - 6px);
}

.progress-bars[data-count="10"] .bar {
    width: calc(100% / 10 - 6px);
}

.progress-bars[data-count="11"] .bar {
    width: calc(100% / 11 - 6px);
}

.progress-bars[data-count="12"] .bar {
    width: calc(100% / 12 - 6px);
}

.progress-bars[data-count="13"] .bar {
    width: calc(100% / 13 - 6px);
}

.progress-bars[data-count="14"] .bar {
    width: calc(100% / 14 - 6px);
}

.progress-bars[data-count="15"] .bar {
    width: calc(100% / 15 - 6px);
}

.progress-bars[data-count="16"] .bar {
    width: calc(100% / 16 - 6px);
}

.progress-bars[data-count="17"] .bar {
    width: calc(100% / 17 - 6px);
}

.progress-bars[data-count="18"] .bar {
    width: calc(100% / 18 - 6px);
}

.progress-bars[data-count="19"] .bar {
    width: calc(100% / 19 - 6px);
}

.progress-bars[data-count="20"] .bar {
    width: calc(100% / 20 - 6px);
}

.bar {
    display: block;
    position: relative;
    border-radius: 3px;
    height: 3px;
    margin: 0 3px;
    cursor: pointer;
    overflow: hidden;
    background-color: rgba(255, 255, 255, 0.4);
}

.bar span {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    height: 100%;
    width: 100%;
    border-radius: 3px;
    background-color: #fff;
    will-change: auto;
    transform: translateX(-101%) rotate(0deg);
}

.bar.seen span {
    transform: translateX(0%) rotate(0deg);
}

.bar.animate span {
    -webkit-animation: bar 0s 0s linear both;
    animation: bar 0s 0s linear both;
}

body.paused .bar.animate span,
body.menu-open .bar.animate span {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}


@-webkit-keyframes bar {
    from {
        transform: translateX(-101%) rotate(0deg);
    }
    to {
        transform: translateX(0%) rotate(0deg);
    }
}

@keyframes bar {
    from {
        transform: translateX(-101%) rotate(0deg);
    }
    to {
        transform: translateX(0%) rotate(0deg);
    }
}
.stories-cont{
    display: none;
    position: fixed;
    width: calc((100vh - 150px) / 1.530666666666667);
    height: 100%;
    z-index: 200;
    top: 50px;
    margin: auto;
    left: 0;
    right: 0;
}
.stories-cont.open,.stories-mask.open{
    display: block;
    z-index: 2010;
}
.stories-cont-inner{

    position: relative;
}
.stories-mask{
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 200;
    background: rgba(0, 0, 0, 0.5);
    top: 0;
}
.stories-social{
    position: absolute;
    bottom: -50px;
    left: 0;
    right: 0;
    margin: auto;
    width: calc((100vh - 150px) / 1.530666666666667);
    background: black;
    color: white;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    height: 75px;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: -0.5px;
    z-index: 2;
    padding-top: 27px;
}
.stories-social > div:first-child{
    padding-right: 20px;
}
.stories-social a{
    margin-right: 15px;
}
.stories-close{
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #FFFFFF;
    position: absolute;
    z-index: 200;
    top: 10px;
    right: 10px;
}
.stories-close svg{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}
.st-mobile{
    display: none;
}

.st-desc{
    display: block;
}
.header-stories{
    height: 60px;
    background: #432ff1;
}
.header-stories .container{
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.header-stories .headerText {
    font-size: 18px;
    line-height: 22px;
    letter-spacing: -0.5px;
    font-weight: 500;
    color: #fff;
    width: 80%;
}
.close-header-stories{
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 20px;
    width: 20px;
}

.header-stories img{
    height: 80px;
    width: auto;
}
.stories-trigger-btn{
    background: #D73832;
    border-radius: 6px;
    padding: 14px 15px;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: -0.5px;
    color: #FFFFFF;
    border: none;
    outline: none;
}
@media (max-width: 650px) {
    .header-stories .headerText {
        font-size: 16px;
        line-height: 20px;
        letter-spacing: -0.5px;
        font-weight: 400;
        color: #fff;
    }
    .st-mobile{
        display: block;
    }
    .st-desc{
        display: none;
    }
    .daily-stories,.stories-cont{
        width: 100%;
    }
    .daily-stories{
        height: 100%;
    }
    .header-stories img{
        height: 60px;
    }
    .close-header-stories{
        right: 10px;
        top: -60px;
    }
    .stories-cont{
        height: calc(100vh);
        padding-bottom: 50px;
        bottom: auto;
        top: 0;
        z-index: 2147483647 !important;
        background: black;
    }
    .bd-index-footer > div:nth-child(2){
        order: 4;
        padding-top: 30px;
    }
    .bd-index-footer > div:nth-child(2) > .d-flex > div{
        width: 100%;
    }
    .bd-index-footer > div:nth-child(2) button{
        width: 100%;
        background: #000000;
    }
    .stories-cont-inner{
        height: calc(100vh - 60px);
    }
    .stories-social{
        position: relative;
        width: calc((100vh - 248px) / 1.530666666666667);
        bottom: auto !important;
    }
    .daily-stories{
        height: auto;
    }
    .slice-hover.stories-trigger-btn .sh-native{
        transform: translateY(-150%);
    }
    .slice-hover.stories-trigger-btn:after{
        top: 13px;
    }
}
.footer-phone strong{
    margin-bottom: 0 !important;
}
.footer-nav .work-time{
    font-size: 14px;
    margin-bottom: 3.2rem;
}
.work-time{
    font-size: 14px;
    color: inherit;
}
.page-index .bd-header-phone .work-time, .page-podbor-tura .bd-header-phone .work-time{
    color: white;
}
.bd-header-phone .work-time{
    text-align: right;
}
.slice-hover.stories-trigger-btn:hover .sh-native, .slice-hover.stories-trigger-btn.active .sh-native{
    transform: translateY(-150%);
}
.slice-hover.stories-trigger-btn:hover:after, .slice-hover.stories-trigger-btn.active:after {
    top: 13px;
}
