.landing_p {font-size:16px; margin:0 0 10px 0;}
.advantages {
    width:100%;
    border-collapse:collapse;
    border-spacing:0;
    margin-bottom: 40px;
}
.advantages td {padding:0 10px; font-size:16px;}
.advantages td img {width:auto;}
.types {
    width:100%;
    border-collapse:collapse;
    border-spacing:0;
}
.types td .types__title {
    padding: 10px;
    padding-bottom: 20px;
    font-size: 20px;
    color: #1e5977;
    font-weight: normal;
}
.types td p {font-size: 15px; color: #000; margin: 0; font-weight: bold;}
.types td ul {
    /* list-style:square; */
    padding: 0 0 0 18px;
}
.types td ul li {margin:0 0 5px 0;}

.need {
    width:100%;
    border-collapse:collapse;
    border-spacing:0;
    margin: 0 0 40px 0;
}
.need td,
.types td {
    padding:10px 10px 0 10px;
}

.need td .need__text {
    font-size: 16px;
    color: #000;
}
.need img {width:160px;}

.analytics_block_button {
    position:relative;
    height:100px;
    display:block;
    padding:0;
    text-align:center;
    background: #d3e5f5;
    background: -moz-linear-gradient(top, #d3e5f5 0%, #fff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d3e5f5), color-stop(100%, #fff));
    background: -webkit-linear-gradient(top, #d3e5f5 0%, #fff 100%);
    background: -o-linear-gradient(top, #d3e5f5 0%, #fff 100%);
    background: -ms-linear-gradient(top, #d3e5f5 0%, #fff 100%);
    background: linear-gradient(top, #d3e5f5 0%, #fff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d3e5f5", endColorstr="#fff", GradientType=0);
}
.analytics_block_button a.red-a {
    position:absolute;
    display:block;
    background:#aa0000;
    right:50%;
    top:30px;
    padding:10px 30px;
    text-transform:uppercase;
    color:#fff;
    margin:0 10px 0 0;
    text-decoration:none;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.analytics_block_button a.blue-a {
    position:absolute;
    display:block;
    background:#005aaa;
    left:50%;
    top:30px;
    padding:10px 30px;
    text-transform:uppercase;
    color:#fff;
    margin:0 0 0 10px;
    text-decoration:none;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.analytics_block_button a:hover {opacity:0.7;}
.analytics_block_button a.red-a.active {opacity:0.3;}
#aa67ba35 { display: none; }

.types__image {
    width: 100%;
    max-width: 203px;
}
.types__subtitle,
.types__list {
    text-align: left;
}
.bico-page-analytics__title {
    margin-top: 20px;
}
.bico-page-analytics__title--features {
    margin-bottom: 0;
}
.need .need__cell {
    width: 25%;
}
.need .need__text {
    margin-top: 16px;
    margin-bottom: 16px;
}
.types .types__cell {
    width: 33%;
}
.advantages__text {
    margin: 0;
}

.pdf-analytics {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    font-size: 0;
    line-height: 0;
}

.pdf-analytics .pdf-analytics__image {
    margin-right: 10px;
}

.pdf-analytics__text {
    display: block;
    font-size: 16px;
    line-height: normal;
}

.advantages__text {
    padding-top: 5px;
    padding-bottom: 10px;
}

@media screen and (min-width: 751px) and (max-width: 1000px) {
    .need {
        font-size: 0;
        line-height: 0;
    }

    .need .need__cell {
        display: inline-block;
        float: none;
        width: 50%;
        font-size: 16px;
        line-height: normal;
    }

    .need .need__image {
        display: none;
    }

    .need .need__text {
        margin-top: 5px;
        margin-bottom: 5px;
    }
}

@media screen and (min-width: 376px) and (max-width: 750px) {
    .need .need__cell {
        display: inline-block;
        float: none;
        width: 50%;
        font-size: 16px;
        line-height: normal;
    }
}

@media screen and (max-width: 570px) {
    .types {
        font-size: 0;
        line-height: 0;
    }

    .types__row {
        text-align: center;
    }

    .types .types__cell {
        display: inline-block;
        width: 100%;
        font-size: 16px;
        line-height: normal;
    }

    .types__subtitle {
        text-align: center;
    }

    .types .types__list {
        display: inline-block;
        width: 85%;
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
    }

    .advantages__row {
        vertical-align: top;
    }
}

@media screen and (max-width: 375px) {
    .need .need__cell {
        display: inline-block;
        float: none;
        width: 100%;
        font-size: 16px;
        line-height: normal;
    }

    .types .types__list {
        width: 100%;
    }
}


