.el-wr-container {
    --global-wrc-horizontal: 40px;
    --global-wrc-vertical: 40px;
    --global-wrc-child-width: auto;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
    margin-left: calc(-1 * var(--global-wrc-horizontal));
    margin-bottom: calc(-1 * var(--global-wrc-vertical));
    list-style: none;
}
.el-wr-container:not(.el-wr-container--inside) > * {
    width: var(--global-wrc-child-width);
    max-width: var(--global-wrc-child-width);
    padding-left: var(--global-wrc-horizontal);
    margin-bottom: var(--global-wrc-vertical);
    box-sizing: border-box;
}
.el-wr-container.el-wr-container--inside > * {
    flex: 0 0 calc(var(--global-wrc-child-width) - var(--global-wrc-horizontal));
    max-width: calc(var(--global-wrc-child-width) - var(--global-wrc-horizontal));
    margin-left: var(--global-wrc-horizontal);
    margin-bottom: var(--global-wrc-vertical);
    box-sizing: border-box;
}
.el-wrs-clearMargin{
    --global-wrc-vertical: 0px;
}
.el-colorWhite{
    color: #fff;
}
.el-btn{
    background: #F5CD00;
    color: #000;
/*    border-radius: 10px;*/
    border-color: #F5CD00;
    font-size: 20px;
}
.el-section-title{
/*    font-size: 36px;
    font-weight: 700;
    color: #000;
    margin-bottom: 60px;*/
}
.el-section-title--uppercase{
    text-transform: uppercase;
}
.el-section--padding{
    padding: 50px 0;
}
.el-section-title--br{
    line-height: 1.2;
}
/*  */
.el-section{
    position: relative;
    margin-bottom: 80px;
/*    overflow: hidden;*/
}
.m-realnaya-avtomatizatsiya{
    overflow: hidden;
}
.el-section--banner{
    background-image: url('/local/templates/aspro-allcorp3/images/realnaya-avtomatizatsiya/banner-img.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
    width: 100vw;
    margin-left: calc(50% - 50vw);
}
.wrapper-elBanner{
    --global-wrc-child-width:50%;
    --global-wrc-vertical: 0px;
    align-items: center;
    padding: 100px 0;
}
.wrapper-elBanner__item-title{
    font-size: 64px;
    margin-bottom: 26px;
}
.wrapper-elBanner__item-desc{
    font-size: 20px;
    margin-bottom: 50px;
/*margin-bottom: 18px;*/
}
.wrapper-elBanner img{
    max-width: 100%;
}
.wrapper-elBanner__item--img{
    text-align: center;
}
/*  */
.wrapper-el-advantages{
    --global-wrc-horizontal: 38px;
    --global-wrc-vertical: 20px;
    --global-wrc-child-width: 33.3333%;
}
.el-advantages__item {
    border-top-left-radius: 8px;
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
    border-bottom-left-radius: 8px;
    background: #fff;
    position: relative;
    padding: 32px 25px 32px 35px;
    box-shadow: 1px 1px 20px #C9C9C940;
}
.el-advantages__item:after {
    content: '';
    position: absolute;
    width: 7px;
    background: #446F85;
    left: 0;
    height: 100%;
    top: 0;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}
.el-advantages__item-title {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 12px;
    color: #292C32;
    font-weight: 600;
    font-size: 1.333em;
}
.el-advantages__item-desc {
/*    font-size: 16px;*/
    line-height: 19px;
/*    color: #4B4F5C;*/
}
/*  */
.el-section--biznes >*{
    position: relative;
    z-index: 10;
}
.el-section--biznes:before{
    content: '';
    position: absolute;
    height: 100%;
    width: calc(100% + 200px);
    top: 0;
    left: -100px;
    right: 0;
    bottom: 0;
    z-index: 5;
    background: #F8F8F8;
}
.el-biznes__text {
/*    font-size: 20px;*/
}
/*  */
.wrapper-el-ustroena{
    --global-wrc-horizontal: 75px;
    --global-wrc-vertical: 45px;
    --global-wrc-child-width: 33.3333%;
    justify-content: center;
}
.el-ustroena__item-svg {
    text-align: center;
    margin-bottom: 10px;
}
.el-ustroena__item-title {
    font-size: 24px;
    font-weight: 700;
/*    color: #000;*/
    margin-bottom: 15px;
    font-size: 1.333em;
    color: #292C32;
}
.el-ustroena__item-text {
/*    font-size: 18px;*/
    font-weight: 300;
    color: #000;
}
@media (max-width:1360px){
    .wrapper-elBanner__item-title{
        font-size: 56px;
    }
}
@media (max-width:992px){
    .wrapper-elBanner__item-title{
        font-size: 45px;
    }
}
@media (max-width:768px){
    .el-section--padding {
        padding: 20px 0;
    }
    .wrapper-elBanner{
        --global-wrc-child-width:100%;
        --global-wrc-horizontal: 0;
    }
    .wrapper-elBanner__item{
        text-align: center;
    }
    .wrapper-elBanner__item-title {
        font-size: 30px;
    }
    .wrapper-elBanner__item-desc {
        font-size: 16px;
    }
    .wrapper-elBanner__item--img{
        display: none;
    }
    .wrapper-el-advantages {
        --global-wrc-horizontal: 0px;
        --global-wrc-vertical: 30px;
        --global-wrc-child-width: 100%%;
    }
    .wrapper-el-ustroena {
        --global-wrc-horizontal: 0px;
        --global-wrc-vertical: 30px;
        --global-wrc-child-width: 100%;
        justify-content: start;
    }
    .el-ustroena__item-svg{
        text-align: left;
    }
}