.animation {
    position: absolute;
    height: 100%;
    width: 100%;
    left: -29px;
    bottom: 0;
}
.animation * {
    will-change: auto
}
.animation__arrow {
    width: 21px;
    position: absolute;
    margin-left: 50%;
}

.animation__arrow--reverse {
    transform: rotate(180deg)
}

.animation__arrow--1 {
    bottom: 154px;
    left: -517px;
}

.animation__arrow--2 {
    bottom: 164px;
    left: -445px;
}

.animation__arrow--3 {
    bottom: 230px;
    left: 414px;
}

.animation__arrow--4 {
    bottom: 236px;
    left: 484px;
}

.animation__arrow--5 {
    bottom: 128px;
    left: -306px;
}

.animation__arrow--6 {
    bottom: 162px;
    left: -68px;
}

.animation__arrow--7 {
    bottom: 228px;
    left: 81px;
}

.animation__arrow--8 {
    bottom: 206px;
    left: 204px;
}

.animation__arrow-part {
    height: 14px;
    background-repeat: no-repeat;
    margin-bottom: -3px;
    animation-name: pulse;
    animation-iteration-count: infinite;
    animation-duration: 2s;
    animation-fill-mode: both
}

.animation__arrow-part--1 {
    background-image: url(../img/anim-arr--3.png);
    animation-delay: 0.4s
}

.animation__arrow-part--2 {
    background-image: url(../img/anim-arr--2.png);
    animation-delay: 0.2s
}

.animation__arrow-part--3 {
    background-image: url(../img/anim-arr--1.png);
}

.animation__arrow--reverse .animation__arrow-part--1 {
    background-image: url(../img/anim-arr--1.png);
}

.animation__arrow--reverse .animation__arrow-part--3 {
    background-image: url(../img/anim-arr--3.png);
}

@keyframes pulse {
    10% {
        opacity: 0;
    }
    80% {
        opacity: 0;
    }
}

.animation svg {
    display: none;
}

.animation__drop {
    background-image: url(../img/drop.png);
    width: 12px;
    height: 8px;
    position: absolute;
    margin-left: 50%;
  
}
#animation__drop--1,
#animation__drop--2, 
#animation__drop--3 {
    bottom: 317px;
    left: -512px;
}
#animation__drop--4,
#animation__drop--5, 
#animation__drop--6 {
    bottom: 300px;
    left: -442px;
}
#animation__drop--7,
#animation__drop--8, 
#animation__drop--9{
    bottom: 331px;
    left: 84px;
}
#animation__drop--10,
#animation__drop--11, 
#animation__drop--12 {
    bottom: 311px;
    left: 207px;
}



@media only screen and (max-width: 991.5px){
    .s-main--sm {
        min-height: 700px;
    }
}

.stage__block-descr {
    font-weight: 500;
}

.reviews__items-img {
    -webkit-box-shadow: 0px 0px 19px 9px rgb(34 60 80 / 20%);
    -moz-box-shadow: 0px 0px 19px 9px rgba(34, 60, 80, 0.2);
    box-shadow: 0px 0px 19px 9px rgb(34 60 80 / 20%);
}

.s-quiz.popup-quiz {
    position: fixed;
    top: 50%;
    left: 50%;
    background-color: #fff;
    z-index: 999;
    transform: translate(-50%,-50%);
    width: 90vw;
    height: 90vh;
    pointer-events: all;
    border-radius: 10px;
    padding-top: 30px;
    padding-bottom: 30px;
    -webkit-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
    box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
}

.s-quiz.popup-quiz ~ .popup.js-active2 {
    pointer-events: auto;
    opacity: 1;
    visibility: visible;
}


.s-quiz.popup-quiz .container {
    overflow-y: auto;
    overflow-x: hidden;
    height: 100%;
}


.s-quiz.popup-quiz .section__heading {
    margin-bottom: 30px;
}
.popup__close {
    /* display: none; */
}
.s-quiz.popup-quiz .popup__close {
    display: block;
}

.pos_fixed_mobile {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    display: none;
    background-color: rgb(0 0 0 / 34%);
    width: 100%;
    text-align: center;
    padding: 9px;
}

.pos_fixed_mobile .btn--lg {
    height: 60px;
    width: 300px;
}


@media (max-width:575px) {
    .js-fixed .pos_fixed_mobile {
        display: block;
    }
}

#popup-nofizk .info {
    background-color: #fff;
    padding: 15px;
    text-align: center;
    width: 276px;
    font-size: 16px;
    font-weight: 600;
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
    box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
}

@media (max-width:766.5px) {
    #popup-nofizk .popup__img {
        max-width: 200px;
        min-height: 267px;
    }
}

.s-quiz .popup__close {
    display: none;
}

.s-quiz.popup-quiz .popup__close {
    display: block;
}
