@media (max-width: 660px) {
    .only-desktop {
        display: none;
    }
}
@media (min-width: 661px) {
    .only-mobile{
        display: none;
    }
}

/* переопределение нижней волны на золушки*/
.waves-bottom-z {
    height: 120px;
    z-index: 3;
}

.mob-header__wa {
    font-size: 42px;
    color: #00D75A;
}
.tarifs-list-add {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 1;
    margin-bottom: 12px;
    color: #1D1C21;
    position: relative;
    padding-left: 1.4em;
}
.tarifs-list-add-head {
    text-align: center;
}
.tarifs-list-add-container {
    display: flex;
    flex-direction: row;
}
.tarifs-list-add-item {
    flex: 1;
    display: flex;
}

.waves--сyan-black svg {
    fill: rgb(29, 28, 33);;
}
.video-wrap {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    background: #000; /* на случай загрузки */
}

.video-wrap iframe {
    width: 100%;
    height: 100%;
    border: 0;
}
.shorts-video-wrap {
    width: 100%;
    max-width: 360px;   /* опционально */
    aspect-ratio: 9 / 16;
    margin: 0 auto;
}
.shorts-video-wrap iframe {
    width: 100%;
    height: 100%;
    border: 0;
}