.intec-content {
    max-width: 1280px;
    min-width: 320px;
    margin: 0 auto;
    clear: both;
    overflow: hidden;
}
.intec-content.intec-content-visible {
    overflow: visible;
}

.intec-content .intec-content-responsive {
    margin: 0 -20px;
}
.intec-content .intec-content-responsive.intec-content-responsive-mobile {
    margin: 0;
}

.intec-content .intec-content-wrapper {
    display: block;
    margin-left: 20px;
    margin-right: 20px;
}

.intec-content .intec-content-left {
    width: 260px;
    float: left;
}
.intec-content .intec-content-right {
    margin-left: 290px;
}

.intec-content .intec-content-right .intec-content-right-wrapper {
    display: block;
    width: 100%;
    float: left;
}

.intec-content .intec-content {
    max-width: none;
    min-width: 0;
    margin: 0;
    clear: none;
    overflow: visible;
}
.intec-content .intec-content.intec-content-primary {
    max-width: 1280px;
    min-width: 320px;
    margin: 0 auto;
    clear: both;
    overflow: hidden;
}
.intec-content .intec-content.intec-content-primary.intec-content-visible {
    overflow: visible;
}

.intec-content .intec-content .intec-content-wrapper {
    margin: 0;
}
.intec-content .intec-content.intec-content-primary .intec-content-wrapper {
    margin-left: 20px;
    margin-right: 20px;
}

.container-30{
  /*  margin-left: 20px;
    margin-right: 20px;
    */
}

.container-30 .intec-content-wrapper img{
    object-fit: cover;
}

/*.block-consult .block-consult__img{*/
/*    width: auto;*/
/*}*/

@media all and (max-width: 1215px){
    /*.block-consult img{*/
    /*    max-width: none;*/
    /*    height: 292px;*/
    /*    width: 200px;*/
    /*}*/
}

@media all and (max-width: 1175px){
    .intec-content-wrapper .gp_banner{
        height: 300px;
    }
}

@media all and (max-width: 900px){
    .intec-content-wrapper .gp_banner{
        height: 250px;
    }
}

@media all and (max-width: 800px){
    /*.block-consult img{*/
    /*    max-width: none;*/
    /*    height: 219px;*/
    /*    width: 150px;*/
    /*}*/
}

@media all and (max-width: 768px){
    .intec-content-wrapper .gp_banner{
        height: 200px;
    }
}

@media all and (max-width: 720px)
{
    .intec-content .intec-content-left {
        display: none;
    }
    .intec-content .intec-content-left.intec-content-left-visible {
        display: block;
        width: auto;
        float: none;
        margin-bottom: 35px;
    }
    .intec-content .intec-content-right {
        margin: 0;
    }

    .intec-content .intec-content-responsive.intec-content-responsive-desktop {
        margin: 0;
    }
    .intec-content .intec-content-responsive.intec-content-responsive-mobile {
        margin: 0 -20px;
    }
}

@media all and (max-width: 630px){
    .intec-content-wrapper .gp_banner{
        height: 150px;
    }
}


@media all and (max-width: 550px){
    .container-30 .intec-content-wrapper img{
        height: 250px;
    }
}

@media all and (max-width: 500px){
    .block-consult img{
        max-width: none;
        height: 146px;
        width: 100px;
    }
    .intec-content-wrapper .gp_banner{
        height: 100px;
    }
}

@media all and (max-width: 440px){
    .container-30 .intec-content-wrapper img{
        height: 170px;
    }
}

@media all and (max-width: 350px){
    /*.block-consult img{*/
    /*    max-width: none;*/
    /*    height: 117px;*/
    /*    width: 80px;*/
    /*}*/
}

/* НОВЫЕ СТИЛИ */
.edo-container{
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 36px;
}
.edo-about__heading{
    font-weight: 600;
    margin-bottom: 15px;
}
.edo-about{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 40px;
}
.edo-about__wrapper{
    max-width: 579px;
}
.edo-about__wrapper p{
    margin-bottom: 15px;
}
.edo-pluses{
    background-color: #f7f8f9;
    padding-bottom: 60px;
}
.edo-pluses-wrapper{
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 56px;
}
.edo-pluses__heading{
    margin-top: 0;
    margin-bottom: 35px;
}
.edo-pluses-list{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 0;
}
.edo-list__item{
    max-width: 380px;
    width: 100%;
    border-radius: 10px;
    background-color: #fff;
    padding: 30px 50px;
    -webkit-box-shadow: 0px 5px 12px 10px rgba(0,0,0,0.04);
    -moz-box-shadow: 0px 5px 12px 10px rgba(0,0,0,0.04);
    box-shadow: 0px 5px 12px 10px rgba(0,0,0,0.04);
}
.edo-list__item::marker{
    display: none;
}
.edo-item__img{
    max-width: 165px;
    margin: 0 auto;
}
.edo-item__img img{
    width: 100%
}
.edo-item__heading{
    font-weight: 500;
    font-size: 20px;
    color: #3b5898;
    text-align: center;
    margin-top: 24px;
    margin-bottom: 17px;
}
.edo-sublist__item{
    padding-left: 20px;
    position: relative;
    margin-bottom: 10px;
}
.edo-sublist__item::before{
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #253d73;
    position: absolute;
    top: 6px;
    left: 0;
}
.edo-pluses__container{
    margin-bottom: 62px;
}
.edo-banner{
    border-radius: 10px;
    background-image: url("/nashim-clientam/edo-offer/img/edo-banner-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 54px 80px;
    padding-bottom: 63px;
}
.edo-banner__heading{
    font-size: 24px;
    color: #ffffff;
    margin-bottom: 25px;
}
.docs-list{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}
.docs-list__item{
    margin-right: 40px;
    position: relative;
    padding-left: 25px;
}
.docs-list__item::before{
    content: "";
    background-image: url("/nashim-clientam/edo-offer/img/docs-icon.png");
    background-repeat: no-repeat;
    background-size: cover;
    width: 17px;
    height: 21px;
    position: absolute;
    top: 0;
    left: 0;
}
.docs-item__name{
    color: #ffffff;
    border-bottom: 1px solid rgba(106, 127,167, 1);
    transition: all 0.3s;
}
.docs-item__type,
.docs-item__size{
    color: rgba(255, 255, 255, 0.5)
}
.docs-item__type{
    position: relative;
    padding-right: 9px;
    margin-right: 2px;
}
.docs-item__type::after{
    content: "";
    width: 1px;
    height: 11px;
    background-color: rgba(255, 255, 255, 0.2);
    position: absolute;
    top: 4px;
    right: 0;
}
.docs-item__href:hover,
.docs-item__href:focus{
    text-decoration: none;
}
.docs-item__href:hover .docs-item__name{
    border-bottom-color: rgba(106, 127,167, 0);
    transition: all 0.3s;
}
.edo-ligal__heading{
    margin-top: 67px;
    font-size: 24px;
    padding-left: 65px;
    position: relative;
    margin-bottom: 25px;
}
.edo-ligal__heading::before{
    content: "";
    background-image: url("/nashim-clientam/edo-offer/img/ligal-icon.png");
    background-repeat: no-repeat;
    background-size: cover;
    width: 50px;
    height: 50px;
    position: absolute;
    top: -5px;
    left: 0;
}
.edo-ligal{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.edo-ligal__about,
.edo-ligal__list{
    max-width: 579px;
    width: 100%;
}
.edo-ligal__list{
    padding-left: 20px
}
.edo-ligal__about p{
    max-width: 500px;
}
.edo-tutorial{
    display:flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 20px 75px;
    margin-top: 40px;
    margin-bottom: 40px;
    border-radius: 10px;
    background-color: #f7f8f9;
    padding-right: 67px;
    padding-top: 16px;
    transition: all 0.3s;
    cursor: pointer;
}
.edo-tutorial:hover{
    background-color: #fff;
    -webkit-box-shadow: 0px 5px 12px 10px rgba(0,0,0,0.04);
    -moz-box-shadow: 0px 5px 12px 10px rgba(0,0,0,0.04);
    box-shadow: 0px 5px 12px 10px rgba(0,0,0,0.04);
    transition: all 0.3s;
}
.edo-tutorial__heading{
    max-width: 560px;
    font-size: 22px;
    line-height: 28px;
}
.blue-href{
    font-weight: 700;
    font-size: 14px;
    color: #fff;
    border-radius: 5px;
    background-color: #3b5898;
    padding: 14px 26px;
    transition: all 0.3s;
}
.blue-href:hover{
    text-decoration: none;
    color:rgba(255, 255, 255, 0.5);
    transition: all 0.3s;
}
.blue-href:focus{
    text-decoration: none;
    background-color: #3b5898;
    color:rgba(255, 255, 255, 0.5);
    transition: all 0.3s;
}
.ligal-list__item::marker{
    font-weight: 500;
}
@media(max-width: 1365px){
    .edo-about{
        flex-direction: column;
    }
    .edo-about__wrapper{
        max-width: none;
    }
    .edo-pluses-list{
        flex-wrap:wrap;
        justify-content: center;
    }
    .edo-list__item{
        margin-right: 20px;
        margin-left: 20px;
        margin-bottom: 30px;
    }
    .edo-ligal{
        flex-direction: column;
    }
    .edo-ligal__list{
        margin-top: 10px;
    }
}
@media(max-width: 1200px){
    .edo-container,
    .edo-pluses-wrapper{
        max-width: none;
        margin-left: 20px;
        margin-right: 20px;
    }
    .edo-tutorial__img{
        display: none;
    }
    .edo-tutorial{
        padding: 40px 90px;
    }
}
@media(max-width: 1100px){
    .edo-tutorial{
        padding: 40px;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;

    }
    .edo-tutorial__heading{
        margin-bottom: 20px;
        max-width: none;
    }
}
@media(max-width: 768px){
    .docs-list{
        flex-direction: column;
    }
    .docs-list__item{
        margin-bottom: 15px;
    }
    .edo-banner{
        background-image: none;
        background-color: #06296d;
        padding: 30px 45px;
        padding-bottom: 30px;
    }
}
@media(max-width:400px){
    .edo-list__item{
        padding: 20px 30px;
    }
    .blue-href{
        padding: 11px 10px;
    }
    .edo-tutorial {
        padding: 25px;
    }
    .edo-banner{
        padding: 25px 25px;
        padding-bottom: 25px;
    }
    .docs-list__item{
        margin-right: 0px;
    }
    .docs-item__href{
        font-size: 12px;
    }
}