
/* Ownership */
#ownership {
    margin-top: 109px;
    padding: 80px 0 60px 0;
    background-repeat: no-repeat;
    background-image: url("../../images/home/how-back.jpg");
    background-image: -webkit-image-set(url("../../images/home/how-back.jpg") 1x, url("../../images/home/how-back@2x.jpg") 2x);
    background-position: center;
    background-size: cover;
}

#ownership .inner {
    max-width: 1032px;
    padding-left: 94px;
}

#ownership p {
    font-size: 42px;
    text-transform: uppercase;
}

#ownership p em {
    font-size: 46px;
    font-family: 'Open Sans';
}

#ownership .title {
    font-size: 40px;
    line-height: 1.3125em;
    text-transform: none;
    margin-bottom: 6px;
}

#ownership .step {
    width: 75px;
    height: 75px;
    z-index: 2;
    color: #2f2f2f;
    margin: 0 auto;
}

#ownership .step span {
    font-size: 51px;
    z-index: 1;
    margin-left: -4px;
    margin-top: -3px;
}

#ownership .step:before {
    content: '';
    position: absolute;
    top: -3px;
    right: 3px;
    background-color: #fff;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    z-index: 1;
}

#ownership .step-title {
    font-size: 22px;
    text-transform: none;
}

#ownership .top {
    text-align: center;
    width: fit-content;
}

#ownership .top p {
    text-transform: none;
    font-size: 26px;
    margin-bottom: 6px;
}

#ownership ul {
    padding: 0;
}

#ownership li {
    font-size: 16px;
}

#ownership li:before {
    content: '';
    position: absolute;
    left: -21px;
    top: 1px;
    width: 17px;
    height: 17px;
    background-image: url("../../images/icon-check.png");
    background-image: -webkit-image-set(url("../../images/icon-check.png") 1x, url("../../images/icon-check@2x.png") 2x);
}

#ownership .button {
    font-size: 21px;
    width: 151px;
    height: 41px;
    line-height: 41px;
}

#ownership .employee {
    right: -175px;
    bottom: -53px;
}

@media screen and (max-width: 1200px) {
    #ownership .employee {
        display: none;
    }
}

@media screen and (max-width: 992px) {
    #ownership .inner {
        padding-left: 0;
    }

    #ownership .inner>div {
        margin-left: 40px;
    }
}

@media screen and (max-width: 768px) {
    #ownership {
        margin-top: 49px;
    }

    #ownership p {
        font-size: 28px;
    }

    #ownership p em {
        font-size: 30px;
    }

    #ownership .title {
        font-size: 19px;
    }

}

@media screen and (max-width: 567px) {
    #ownership {
        padding: 46px 0 58px 0;
        background-image: url("../../images/home/how-back-m.jpg");
        background-image: -webkit-image-set(url("../../images/home/how-back-m.jpg") 1x, url("../../images/home/how-back-m@2x.jpg") 2x);
    }

    #ownership .inner {
        margin-top: 17px;
        flex-direction: column;
    }

    #ownership .inner br {
        display: none;
    }

    #ownership .inner>.flex {
        flex-direction: row;
        align-items: center;
    }

    #ownership .inner>div {
        margin-left: 0;
        margin-top: 15px;
    }

    #ownership .inner .text {
        margin-left: 50px;
    }

    #ownership .inner .step {
        margin-top: 40px;
        width: 70px;
        height: 70px;
        margin-left: 5px;
    }

    #ownership .inner li {
        font-size: 15px;
        margin-bottom: 14px;
    }

    #ownership .step-title {
        padding-bottom: 16px;
    }

    #ownership .blocktitle img {
        width: 100px;
        right: -10px;
        bottom: -88px;
        top: auto;
    }

    #ownership .button {
        font-size: 22px;
        width: 171px;
        height: 51px;
        line-height: 51px;
        margin-top: 21px;
    }

}

@media screen and (max-width: 380px) {
    #ownership .blocktitle h3 span {
        font-size: 7.9vw;
    }

    #ownership .blocktitle h3 {
        font-size: 7.5vw;
    }
}