

/* Start:/local/templates/.default/components/bitrix/news.list/software/style.css?17728231595001*/
.our-software {
    display: flex;
    flex-direction: column;
}

.our-software__head {
    height: 930px;

    display: flex;
    align-items: center;
}

.our-software__head-wallpaper {
    position: absolute;
    left: 0;

    height: 930px;
    width: 100vw;

    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.our-software__head-title {
    color: #ffffff;
    font-size: 90px;
    font-weight: 500;
    line-height: 103px;
    text-transform: uppercase;

    z-index: 1;
}

.container {
    overflow: hidden;
}

.our-software__top {
    padding: 60px 0 70px 0;
    position: relative;
}

.our-software__top::before {
    content: '';

    background-color: #F9F9FA;

    overflow: hidden;
    position: absolute;
    left: -50vw;
    bottom: 0;

    width: 500vw;
    height: 100%;
}

.our-software__description {
    position: relative;
    z-index: 1;
}

.our-software__description h2 {
    font-size: 28px;
    font-weight: 400;
    line-height: 32px;

    margin-bottom: 30px;
}

.our-software__dignity-micro {
    position: relative;
    z-index: 1;

    width: 100%;

    display: flex;
    flex-direction: row;
    flex-wrap: wrap;

    background-color: #ffffff;
    border: 1px solid #ECECEC;
}

.our-software__dignity-micro-item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    flex: 1;

    padding: 35px;

    transition: 200ms;
}

.our-software__dignity-micro-item:hover {
    background-color: #F9F9FA;
}

.our-software__dignity-micro-item-icon {
    margin-bottom: 16px;

    width: 100px;
    height: 100px;
}

.our-software__dignity-micro-item-text {
    font-size: 16px;
    line-height: 25px;
    font-weight: 500;

    color: #000000;
    text-align: center;
}

.our-software__dignity {
    margin-top: 100px;
}

.our-software__dignity-item {
    margin-bottom: 100px;
    padding: 32px;

    display: flex;
    flex-direction: row;

    border: 1px solid;
}

.our-software__dignity-item:nth-child(2n) {
    flex-direction: row-reverse;
}

.our-software__dignity-item__info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex: 1;

    margin-right: 60px;
}

.our-software__dignity-item:nth-child(2n) .our-software__dignity-item__info {
    margin-right: 0;
    margin-left: 60px;
}

.our-software__dignity-item__title {
    margin-bottom: 30px;

    font-size: 28px;
    font-weight: 400;
    line-height: 32px;
    color: #000000;
}

.our-software__dignity-item__content p {
    margin-top: 0;
    margin-bottom: 20px;
}

.our-software__dignity-item__content ol {
    margin-bottom: 15px;
}

.our-software__dignity-item__picture {
    position: relative;
    max-width: 675px;
    max-height: 440px;

    display: flex;
    flex: 1;

    margin-top: -62px;
    margin-right: -62px;
    margin-bottom: 30px;
}

.our-software__dignity-item:nth-child(2n) .our-software__dignity-item__picture {
    margin-right: 0;
    margin-left: -62px;
}

.our-software__dignity-item__picture-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.our-software__dignity-item__picture-icon {
    position: absolute;
    bottom: -45px;
    left: 30px;
}

.our-software__dignity-item:nth-child(2n) .our-software__dignity-item__picture-icon {
    left: initial;
    right: 30px;
}

.our-software__help {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    flex: 1;

    padding: 40px;

    border: 1px solid #1D50B5;
}

.our-software__help .btn {
    color: #1D50B5 !important;
    border-color: #1D50B5 !important;
    font-weight: 500;
}

.our-software__help .btn:hover {
    color: #ffffff !important;
    background-color: #1D50B5 !important;
}

.our-software__help-title {
    color: #1D50B5;
    font-size: 90px;
    font-weight: 500;
    text-align: center;
    line-height: 103.5px;

    margin-bottom: 30px;

    max-width: 600px;
}

.our-software__help-preview {
    color: #1D50B5;
    font-weight: 500;
    font-size: 15.6px;
    line-height: 20px;

    text-align: center;

    margin-bottom: 35px;
}

@media screen and (max-width: 991px) {
    .our-software__dignity-item, .our-software__dignity-item:nth-child(2n) {
        flex-direction: column-reverse;
        align-items: center;
    }

    .our-software__head {
        height: 350px;
    }

    .our-software__head-title {
        font-size: 35px;
        line-height: 45px;
    }

    .our-software__dignity-item__info,
    .our-software__dignity-item:nth-child(2n) .our-software__dignity-item__info {
        margin: 0;
    }

    .our-software__dignity-item__info {
        align-items: center;
    }

    .our-software__dignity-item__picture {
        margin-bottom: 60px;
    }

    .our-software__dignity-item:nth-child(2n) .our-software__dignity-item__picture {
        margin-right: 0;
        margin-left: 0;
    }

    .our-software__help-title {
        font-size: 35px;
        line-height: 45px;
    }
}

/* End */
/* /local/templates/.default/components/bitrix/news.list/software/style.css?17728231595001 */
