.start {
    height: auto;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    background-image: url('../img/start/background.jpg');
    background-color: #f3f3f3;
    padding-top: 15vh;
    justify-content: flex-start
}

.start>.particles {
    width: 70%;
    height: 80vh;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('../img/particles-1.png');
    z-index: 0
}

.start>.content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    z-index: 1
}

.start>.content>h2 {
    color: #000;
    font-size: 3.5vh;
    font-weight: 600;
    text-align: center
}

.start>.content>h3 {
    color: #000;
    font-size: 2vh;
    font-weight: 300;
    text-align: center;
    margin-top: .5vh
}

.start>.content>.steps {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 9vh
}

.start>.content>.steps>.step {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 27.5vh
}

.start>.content>.steps>.step>h2 {
    color: var(--color-malinovka);
    font-size: 7vh;
    font-weight: 600;
    text-align: center;
    position: relative
}

.start>.content>.steps>.step.one>h2,.start>.content>.steps>.step.three>h2 {
    font-size: 5vh
}

.start>.content>.steps>.step.one>h2:before,.start>.content>.steps>.step.three>h2:before {
    width: 5vh;
    height: 5vh;
    margin-top: -2.5vh;
    left: -6vh
}

.start>.content>.steps>.step.one>h2:after,.start>.content>.steps>.step.three>h2:after {
    width: 5vh;
    height: 5vh;
    margin-top: -2.5vh;
    right: -6vh
}

.start>.content>.steps>.step>h2:before {
    content: '';
    position: absolute;
    left: -7vh;
    top: 50%;
    margin-top: -3vh;
    width: 6vh;
    height: 6vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('../img/start/particle-left.png')
}

.start>.content>.steps>.step>h2:after {
    content: '';
    position: absolute;
    right: -7vh;
    top: 50%;
    margin-top: -3vh;
    width: 6vh;
    height: 6vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('../img/start/particle-right.png')
}

.start>.content>.steps>.step>h3 {
    color: #000;
    font-size: 2.5vh;
    font-weight: 600;
    text-align: center;
    margin-top: 2vh;
    line-height: 1.2
}

.start>.content>.steps>.step.two>h3 {
    margin-top: 3vh
}

.start>.content>.steps>.step.one>h3,.start>.content>.steps>.step.three>h3 {
    font-size: 2vh
}

.start>.content>.req {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 6vh
}

.start>.content>.req>.require {
    width: 45vh;
    height: 18vh;
    background: #fff;
    border-radius: 1.5vh;
    margin-left: 3vh;
    padding: 2.5vh;
    padding-left: 3.5vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start
}

.start>.content>.req>.require:first-child {
    margin-left: 0
}

.start>.content>.req>.require>h2 {
    font-size: 2.1vh;
    font-weight: 600;
    color: #000;
    line-height: 1.2;
    text-align: left
}

.start>.content>.req>.require>h3 {
    font-size: 2vh;
    font-weight: 300;
    color: #000;
    line-height: 1.2;
    margin-top: 1.15vh;
    text-align: left
}

.start>.content>a {
    margin-top: 7.5vh
}

.start>.content>a button {
    outline: 0;
    background: var(--color-malinovka);
    border: none;
    border-radius: .75vh;
    padding: 1.75vh;
    padding-left: 3vh;
    padding-right: 3vh;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-weight: 300;
    font-size: 2.15vh;
    box-shadow: 0 0 5vh .35vh var(--color-malinovka-35);
    transition: box-shadow 350ms ease,text-shadow 350ms ease
}

.start>.content>a button:hover {
    cursor: pointer;
    box-shadow: 0 0 5vh .3vh var(--color-malinovka-40);
    text-shadow: 0 0 .1vw rgba(255,255,255,.7)
}

.start>.content>a button>.icon {
    width: 2.5vh;
    height: 2.5vh;
    margin-right: .75vh;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('../img/iconssvg/download.svg')
}

.start>.content>.start-info-alert {
    margin-top: 4vh;
    background: #fff;
    box-shadow: 0 0 2.5vh 0 rgba(0,0,0,.025);
    padding: 4vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    padding-bottom: 6vh;
    display: none
}

.start>.content>.start-info-alert:before {
    position: absolute;
    content: '';
    top: -1vh;
    left: 50%;
    margin-left: -1vh;
    z-index: -1;
    background: #fff;
    transform: rotate(45deg);
    width: 2vh;
    height: 2vh
}

.start>.content>.start-info-alert>p {
    color: rgba(0,0,0,.35);
    font-weight: 200;
    font-size: 2.15vh;
    line-height: 1.3;
    text-align: center
}

.start>.content>.start-info-alert>a {
    position: absolute;
    bottom: -2.5vh;
    left: 50%;
    margin-left: -10vh
}

.start>.content>.start-info-alert>a button {
    outline: 0;
    background: var(--color-malinovka);
    border: none;
    border-radius: .75vh;
    height: 5vh;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-weight: 300;
    font-size: 1.95vh;
    width: 20vh;
    transition: box-shadow 350ms ease,text-shadow 350ms ease
}

.start>.content>.start-info-alert>a button:hover {
    cursor: pointer;
    box-shadow: 0 0 5vh .3vh var(--color-malinovka-15);
    text-shadow: 0 0 .1vw rgba(255,255,255,.7)
}

.start>.content>.start-info-alert>a button>.icon {
    width: 2.5vh;
    height: 2.5vh;
    margin-right: .75vh;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('../img/iconssvg/addmember-white.svg')
}

@media screen and (orientation: portrait) {
    .start>.particles {
        display:none
    }

    .start>.content>.steps {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        display: none
    }

    .start>.content>.steps>.step {
        margin-top: 3vh
    }

    .start>.content>.steps>.step:first-child {
        margin-top: 0
    }

    .start>.content>.req {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center
    }

    .start>.content>.req>.require {
        width: 80%;
        margin-left: 0;
        padding: 2.5vh;
        padding-left: 3.5vh;
        margin-top: 3vh
    }

    .start>.content>.req>.require:first-child {
        margin-top: 0
    }
}
