header {
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    background-color: #fff;
    height: 66vw;
}

img.header-bg {
    width: 100vw;
    left: 0;
    top: 0;
}

.header-blue-wave-mobile {
    display: none;
    z-index: 1;
}

.header-white-wave-mobile {
    display: none;
    z-index: 1;
    width: 100%;
    position: absolute;
    bottom: 0;
}

img.header-object {
    width: 39vw;
    right: 0;
    top: 14vw;
}

img.header-sasha {
    width: 41.2vw;
    right: 46.5vw;
    top: 10.6vw;
}

img.header-clouds {
    width: 17vw;
    left: 0;
    top: 29.1vw;
}

img.header-clouds-mobile {
    display: none;
}

header h1 {
    display: flex;
    flex-direction: column;
    position: absolute;
    right: 38.3vw;
    top: 13vw;
}

.sasha-name {
    color: var(--livui-grey);
    font-size: 1.8vw;
}

.sasha-title {
    color: var(--livui-blue);
    font-family: OpenSansHebrew-Regular;
    font-size: 3.3vw;
    font-weight: 100;
    line-height: 1.1;
}

@media only screen and (max-width: 1440px) {   
}

@media only screen and (max-width: 1200px) {
}

@media only screen and (max-width: 992px) {
    header {
        height: 150vw;
    }

    img.header-bg {
        display: none;
    }

    .header-blue-wave-mobile,
    .header-white-wave-mobile {
        display: block;
    }

    .header-blue-wave-mobile {
        translate: 0 -8vw;
        width: 100%;
    }

    .header-blue-wave-mobile {
        translate: 20vw -6vw;
    }

    .header-white-wave-mobile {
        bottom: 33vw;
    }

    img.header-clouds {
        display: none;
    }

    img.header-clouds-mobile {
        display: block;
        width: 22vw;
        left: 0;
        top: 8vw;
    }

    img.header-sasha {
        width: 70vw;
        top: 49vw;
        bottom: auto;
        left: auto;
        right: 0;
    }

    img.header-object {
        width: 60vw;
        top: 51vw;
        bottom: auto;
        left: 0;
        right: auto;
    }

    header h1 {
        width: 72vw;
        top: 32vw;
        bottom: auto;
        right: 15vw;
    }
    
    .sasha-name {
        font-size: 4.5vw;
    }
    
    .sasha-title {
        font-size: 6vw;
    }

    .sasha-title br {
        display: none;
    }
}

@media only screen and (max-width: 768px) {
    header {
        height: 150vw;
    }

    img.header-bg {
        display: none;
    }

    .header-blue-wave-mobile,
    .header-white-wave-mobile {
        display: block;
    }

    .header-blue-wave-mobile {
        translate: 20vw -6vw;
    }

    .header-white-wave-mobile {
        bottom: 33vw;
    }

    img.header-clouds {
        display: none;
    }

    img.header-clouds-mobile {
        display: block;
        width: 22vw;
        left: 0;
        top: 8vw;
    }

    img.header-sasha {
        width: 70vw;
        top: 49vw;
        bottom: auto;
        left: auto;
        right: 0;
    }

    img.header-object {
        width: 60vw;
        top: 51vw;
        bottom: auto;
        left: 0;
        right: auto;
    }

    header h1 {
        width: 72vw;
        top: 32vw;
        bottom: auto;
        right: 15vw;
    }
    
    .sasha-name {
        font-size: 4.5vw;
    }
    
    .sasha-title {
        font-size: 6vw;
    }

    .sasha-title br {
        display: none;
    }
}

@media only screen and (max-width: 600px) {
    header {
        height: 172vw;
    }

    img.header-bg {
        display: none;
    }

    .header-blue-wave-mobile,
    .header-white-wave-mobile {
        display: block;
    }

    .header-blue-wave-mobile {
        translate: 0 -8vw;
        width: 100%;
    }

    .header-white-wave-mobile {
        bottom: 47vw;
    }

    img.header-clouds {
        display: none;
    }

    img.header-clouds-mobile {
        top: -4vw;
    }

    img.header-sasha {
        width: 84vw;
        top: 48vw;
        bottom: auto;
        left: auto;
        right: 0;
    }

    img.header-object {
        width: 80vw;
        top: 40vw;
        bottom: auto;
        left: 0;
        right: auto;
    }

    header h1 {
        width: 72vw;
        top: auto;
        bottom: 42vw;
        right: 15vw;
        margin: 0;
        z-index: 1;
    }
    
    .sasha-name {
        font-size: 4.5vw;
    }
    
    .sasha-title {
        font-size: 6vw;
    }

    .sasha-title br {
        display: none;
    }
}

@media only screen and (max-width: 430px) {
    header {
        height: 200vw;
    }

    img.header-bg {
        display: none;
    }

    .header-blue-wave-mobile,
    .header-white-wave-mobile {
        display: block;
    }

    .header-blue-wave-mobile {
        translate: none;
    }

    .header-white-wave-mobile {
        bottom: 47vw;
    }

    img.header-clouds {
        display: none;
    }

    img.header-clouds-mobile {
        display: block;
        width: 22vw;
        left: 0;
        top: 8vw;
    }

    img.header-sasha {
        width: 107vw;
        top: 60vw;
        bottom: auto;
        left: auto;
        right: 0;
    }

    img.header-object {
        width: 96vw;
        top: 55vw;
        bottom: auto;
        left: 0;
        right: auto;
    }

    header h1 {
        width: 70vw;
        top: auto;
        bottom: 42vw;
        right: 15vw;
        margin: 0;
        z-index: 1;
    }
    
    .sasha-name {
        font-size: 4.5vw;
    }
    
    .sasha-title {
        font-size: 6vw;
    }

    .sasha-title br {
        display: none;
    }
}
