@font-face {
    font-family: Emoji;
    src: url(../fonts/emoji.ttf);
}

/******* LINES *******/
.b-parallax-element_halftone_r {
    width: 385px;
    height: 100%;
    background: url(../images/analytics/dotes_1.png) right no-repeat;
    background-size: 100%;
    bottom: 0;
    z-index: 10;
    right: 0;
}

.b-parallax-element_halftone_r_2 {
    width: 301px;
    height: 100%;
    background: url(../images/analytics/dotes_2.png) right bottom no-repeat;
    background-size: 100%;
    top: 0;
    z-index: -1;
    right: 0;
}

.b-parallax-element_halftone_r_3 {
    width: 238px;
    height: 100%;
    background: url(../images/analytics/dotes_3.png) left bottom no-repeat;
    background-size: 100%;
    top: 0;
    z-index: 10;
    left: 0;
}

.b-parallax-element_halftone_r_4 {
    width: 238px;
    height: 100%;
    background: url(../images/analytics/dotes_4.png) left bottom no-repeat;
    background-size: 100%;
    top: 0;
    z-index: 10;
    left: 0;
}

.b-parallax-element_halftone_r_5 {
    width: 301px;
    height: 100%;
    background: url(../images/analytics/dotes_5.png) right bottom no-repeat;
    background-size: 100%;
    top: 0;
    z-index: -1;
    right: 0;
}

.b-parallax-element_halftone_r_6 {
    width: 301px;
    height: 2400px;
    background: url(../images/analytics/dotes_6.png) left bottom no-repeat;
    background-size: 100%;
    top: 0;
    z-index: 10;
    left: 0;
}

/******* LINES *******/

/******ANALYTICS 1******/
.b-page__section_analytics_1 {
    padding: 0 0 35px;
    z-index: 15;
    overflow: visible;
}

.b-why-block__title {
    font-family: 'Montserrat', 'PT Sans', sans-serif;
    margin-bottom: 50px;
}

.b-why-block__title h2 {
    margin-bottom: 27px;
}

.b-why-block {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
}

.b-why-block__left {
    flex: 0 0 46.6%;
}

.b-why-block__left-text {
    margin: 0 0 9px;
    line-height: 21px;
}

.b-why-block__left-info {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-flow: row;
    position: relative;
    background: #FFFFFF;
    border: 1px solid #FECC2F;
    box-sizing: border-box;
    margin: 27px 10px 40px 0;
    z-index: 20;
    padding: 23px 34px 32px
}

.b-why-block__left-info:after {
    display: block;
    content: '';
    background: #FECC2F;
    z-index: 5;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 8px;
    left: 9px;
}

.b-why-block__left-info:before {
    display: block;
    content: '';
    background: #fff;
    width: calc(100% - 1px);
    height: calc(100% - 1px);
    position: absolute;
    top: 1px;
    left: 1px;
    z-index: 10;
}

.b-why-block__icon {
    position: absolute;
    top: 5px;
    left: -12px;
    width: 58px;
    height: 58px;
    background-size: contain;
}

.b-why-block__left-info-icon {
    position: relative;
    display: block;
    width: 80px;
    height: 80px;
    background: #FECC2F;
    z-index: 15;
    border-radius: 50%;
    margin-right: 17px;
}

.b-why-block__left-info-text {
    position: relative;
    z-index: 15;
    flex: 0 0 calc(100% - 97px);
    padding: 0 0 0px;
    line-height: 23px;
    letter-spacing: 0;
    font-size: 18px;
}

.b-why-block__right {
    flex: 0 0 50.7%;
    padding: 0 2% 0 5.5%;
}

.b-why-block__right-row {
    display: flex;
    position: relative;
    flex-flow: row;
    justify-content: space-between;
}

.b-why-block__right-name {
    flex: 0 0 15.5%;
}

.b-why-block__right-through {
    flex: 0 0 31%;
}

.b-why-block__right-web {
    flex: 0 0 30.7%;
}

.b-why-block__right-header {
    padding-bottom: 12px;
    border-bottom: 1px solid #FECC2F;
}

.b-why-block__right-body {
    padding: 10px 10px 15px 0;
    border-bottom: 1px solid #FECC2F;
}

.b-why-block__right .b-why-block__right-body:last-child {
    border-bottom: none;
}

.b-why-block__right-header .b-why-block__right-web,
.b-why-block__right-header .b-why-block__right-through {
    line-height: 29px;
    font-size: 24px;
    color: #000000;
    font-weight: 700;
}

.b-why-block__right-body p {
    margin: 0 0 13px;
    padding: 0 5px 0 3px;
    line-height: 21px;
}

.b-why-block__right-body li {
    margin-bottom: 10px;
    font-size: 16px;
    color: #000000;
}

.b-why-block__right-body .b-why-block__right-name {
    font-size: 16px;
    line-height: 16px;
    color: #8C8C8C;
    font-weight: 700;
}

.b-why-block__right-body li.b-why-block__plus {
    position: relative;
    padding-left: 17px;
}

.b-why-block__right-body li.b-why-block__plus:before {
    content: '+';
    color: #FECC2F;
    position: absolute;
    font-size: 16px;
    left: 1px;
    top: calc(50% - 8px);
    line-height: 16px;
}

.b-work-block__title {
    margin: 100px 0 50px;
}

.b-work-block {
    padding: 0 40px;
    position: relative;
}

.b-work-block_line:before {
    content: '';
    display: block;
    width: 100%;
    height: 50px;
    background: url(../images/analytics/all-line.svg) center no-repeat;
    background-size: 100%;
    position: absolute;
    left: 0;
    top: 64px;
}

.b-work-block__cover {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    padding: 20px 27px 62px;
    background: #fff;
    box-shadow: 0 8px 8px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
}

.b-work-block__block {
    flex: 0 0 14.5%;
    display: inline-block;
    background: #FFF0C2;
    text-align: center;
    padding: 20px 3px 3px;
    min-height: 80px;
}

.b-work-block__block p {
    margin-top: 0;
    line-height: 16px;
    font-size: 15px;
    text-align: center;
    color: #000000;
}

.b-work-block__block-together {
    font-weight: 700;
    line-height: 20px;
    font-size: 18px;
    text-align: center;
    display: block;
    width: 100%;
    position: absolute;
    bottom: 26px;
    left: 0;
    color: #000000;
}

/******ANALYTICS 1******/

/******ANALYTICS 2******/
.b-page__section_analytics_2 {
    padding: 32px 0 40px;
    margin: 0 0 0;
    z-index: 20;
    overflow: visible;
}

.b-work-block_line_arrow:after {
    content: '';
    display: block;
    width: 40px;
    height: 94px;
    background: url(../images/analytics/arrow_down.svg) center no-repeat;
    position: absolute;
    left: calc(50% - 20px);
    top: -50px;
}

.b-report-block__title {
    margin-bottom: 26px;
}

.b-report-block__chose {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    margin-bottom: 15px;
}

.b-report-block__chose-block {
    flex: 0 0 13.6%;
    padding: 8px 10px;
    box-sizing: border-box;
    cursor: pointer;
    transition: 0.3s;
    border: 1px solid transparent;
}

.b-report-block__chose-block.active {
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.15);
    background: #FFFFFF;
    border: 1px solid #FECC2F;
}

.b-report-block__chose-block p {
    margin-top: 0;
    color: #0082F9;
    font-size: 16px;
    line-height: 18px;
    display: inline;
    border-bottom: 1px solid #0082F9;
    transition: 0.3s;
}

.b-report-block__chose-block:hover p,
.b-report-block__chose-block.active p {
    border-bottom: 1px solid transparent;
    color: #000;
}

.b-report-block__content {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    margin-bottom: 15px;
}

.b-report-block__content-block {
    flex: 0 0 13.6%;
    box-sizing: border-box;
    cursor: pointer;
    transition: 0.3s;
}

.report-block__disable {
    opacity: 0.2;
}

.b-report-block__content-image {
    display: block;
    position: relative;
    margin: 0 auto 10px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #FECC2F;
}

.b-icon_seo_face_7:before {
    position: absolute;
    font-family: Emoji;
    content: '\0050';
    font-size: 80px;
    color: #000;
    top: 5px;
    left: -20px;
}

.b-icon_seo_face_6:before {
    position: absolute;
    font-family: Emoji;
    content: '\0055';
    font-size: 80px;
    color: #000;
    top: 5px;
    left: -20px;
}

.b-icon_seo_face_5:before {
    position: absolute;
    font-family: Emoji;
    content: '\0048';
    font-size: 80px;
    color: #000;
    top: 5px;
    left: -20px;
}

.b-icon_seo_face_4:before {
    position: absolute;
    font-family: Emoji;
    content: '\006B';
    font-size: 80px;
    color: #000;
    top: 5px;
    left: -20px;
}

.b-icon_seo_face_3:before {
    position: absolute;
    font-family: Emoji;
    content: '\0051';
    font-size: 80px;
    color: #000;
    top: 5px;
    left: -20px;
}

.b-icon_seo_face_2:before {
    position: absolute;
    font-family: Emoji;
    content: '\004F';
    font-size: 80px;
    color: #000;
    top: 5px;
    left: -20px;
}

.b-icon_seo_face_1:before {
    position: absolute;
    font-family: Emoji;
    content: '\0049';
    font-size: 80px;
    color: #000;
    top: 5px;
    left: -20px;
}

.report-block__green .b-report-block__content-image {
    background: #00D97E;
}

.b-report-block__content-name {
    text-align: center;
    display: block;
    height: 50px;
    font-weight: bold;
    line-height: 18px;
    font-size: 16px;
    color: #000;
    margin-bottom: 8px;
}

.report-block__green .b-report-block__content-name {
    color: #00D97E;
}

.b-report-block__content-text {
    background: #FFFFFF;
    position: relative;
    border: 1px solid #FECC2F;
    box-sizing: border-box;
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.15);
    padding: 12px 10px;
    height: calc(100% - 124px);
}

.report-block__green .b-report-block__content-text {
    border: 1px solid #00D97E;
}

.b-report-block__content-text li {
    line-height: 15px;
    font-size: 14px;
    color: #000;
    margin-bottom: 10px;
}

.b-report-block__content-text:before {
    content: '';
    position: absolute;
    top: 0;
    left: calc(50% - 30px);
    width: 0;
    height: 0;
    border: 14px solid transparent;
    border-bottom-color: #fecc2f;
    border-top: 0;
    border-left: 0;
    margin-left: -4px;
    margin-top: -15px;
}

.report-block__green .b-report-block__content-text:before {
    border-bottom-color: #00D97E;
}

.b-report-block__content-text:after {
    content: '';
    position: absolute;
    top: 0;
    left: calc(50% - 30px);
    width: 0;
    height: 0;
    border: 12px solid transparent;
    border-bottom-color: #fff;
    border-top: 0;
    border-left: 0;
    margin-left: -3px;
    margin-top: -12px;
}

.b-report-block__content-text li:last-child {
    margin-bottom: 0;
}

/******ANALYTICS 2******/

/******ANALYTICS 3******/
.b-page__section_analytics_3 {
    padding: 40px 0 69px;
}

.b-reporting-block__top {
    text-align: center;
    margin-bottom: 100px;
}

.b-reporting-block__title {
    margin-bottom: 50px;
}

.b-reporting-block__cover {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
}

.b-reporting-block__left {
    flex: 0 0 50.8%;
}

.b-reporting-block__left-text {
    max-width: 497px;
    margin: 0 0 21px;
}

.b-reporting-block__list {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
}

.b-reporting-block__list li {
    position: relative;
    padding-left: 20px;
    font-weight: normal;
    line-height: 19px;
    font-size: 16px;
    color: #000000;
    margin-bottom: 12px;
}

.b-reporting-block__list li:before {
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    background: #FECC2F;
    position: absolute;
    border-radius: 50%;
    left: 1px;
    top: 8px;
}

.b-reporting-block__list-left {
    flex: 0 0 50.2%;
}

.b-reporting-block__list-left .b-btn-block__text {
    padding: 15px 20px 15px 20px;
}

.b-reporting-block__list-left .b-btn-block {
    position: absolute;
    bottom: 0;
    max-width: 100%;
}

.b-reporting-block__list-right {
    flex: 0 0 44.5%;
}

.b-reporting-block__list-icon {
    position: absolute;
    bottom: 15px;
    display: block;
    width: 80px;
    height: 80px;
    margin: 50px 0 0 20px;
    background: #FECC2F;
    border-radius: 50%;
}

.b-reporting-block__list-icon .b-icon {
    position: absolute;
    left: -17px;
    top: -14px;
}

.b-reporting-block__list-icon p {
    display: block;
    position: absolute;
    font-size: 18px;
    margin: 0;
    left: -17px;
    bottom: -14px;
    min-width: 257px;
}

.b-reporting-block__right {
    flex: 0 0 40.7%;
    position: relative;
}

.b-reporting-block__right-info {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: row;
    position: relative;
    background: #FFFFFF;
    border: 1px solid #FECC2F;
    box-sizing: border-box;
    margin: 0 10px 35px 0;
    z-index: 20;
    padding: 34px 0 31px 29px
}

.b-reporting-block__right-info:before {
    display: block;
    content: '';
    background: #fff;
    width: calc(100% - 1px);
    height: calc(100% - 1px);
    position: absolute;
    top: 1px;
    left: 1px;
    z-index: 10;
}

.b-reporting-block__right-info:after {
    display: block;
    content: '';
    background: #FECC2F;
    z-index: 5;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 8px;
    left: 9px;
}

.b-reporting-block__right-info-left {
    position: relative;
    z-index: 15;
    font-weight: 700;
    line-height: 57px;
    font-size: 52px;
    color: #000000;
}

.b-reporting-block__right-info-right {
    position: relative;
    z-index: 15;
    flex: 0 0 67.2%;
    padding: 0 0 5px;
    margin-left: 20px;
    font-size: 18px;
}

.b-reporting-block__right .b-block-video {
    width: 100%;
    height: 230px;
    font-size: 14px;
    background-image: url(../images/seo/video_cover.jpg);
    background-size: cover;
}

.b-reporting-block__right .b-block-video-link {
    font-size: 14px;
    margin-top: 16px;
    color: #00B3FF;
}

.b-reporting-block__right .b-block-video-link a {
    color: #00B3FF;
    border-color: #00B3FF;
}

/******ANALYTICS 3******/

/******ANALYTICS 4******/
.b-page__section_analytics_4 {
    padding: 37px 0 56px;
}

.b-full-notebook_title {
    margin-bottom: 21px;
}

.b-full-notebook_header {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    margin-bottom: 30px;
}

.b-full-notebook_chose {
    flex: 0 0 166px;
    padding: 14px 5px;
    text-align: center;
    color: #0082F9;
    cursor: pointer;
    border: 1px solid transparent;
    transition: 0.3s;
}

.b-full-notebook_chose:hover {
    color: #000;
}

.b-full-notebook_chose.active {
    background: #FFFFFF;
    border: 1px solid #FECC2F;
    box-sizing: border-box;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.15);
    color: #000;
}

.b-full-notebook_main {
    position: relative;
    display: block;
    width: 838px;
    margin: 0 auto;
    max-width: 833px;
    z-index: 50;
}

.b-full-notebook_main-cover {
    display: block;
    position: relative;
    background: url(../images/seo/MacBook_Silver_white-1.png) center no-repeat;
    background-size: 100%;
    height: 483px;
    padding: 23px 93px 0;
}

.b-slick-pagintation_notebook-full {
    position: absolute;
    right: 50px;
    top: calc(100% + 50px);
}

.b-slick-pagintation_notebook-full .b-icon_right-arrow-black {
    position: absolute;
    right: -63px;
    top: 3px;
    cursor: pointer;
}

.js-slick-slider_notebook-full.b-slider,
.js-slick-slider_notebook-full .slick-list {
    overflow: visible;
    height: calc(100% - 40px);
}

.js-slick-slider_notebook-full .slick-track {
    height: 100%;
}

.js-slick-slider_notebook-full .slick-list {
    margin: 0 -49px;
    height: 100%;
}

.js-slick-slider_notebook-full .slick-slide {
    opacity: 0;
    transition: 0.3s;
    margin: 0 49px;
    display: flex;
    justify-content: center;
    align-items: center;
    outline: none;
}

.js-slick-slider_notebook-full .slick-slide img {
    width: 100%;
    display: inline-block;
}

.js-slick-slider_notebook-full .slick-active {
    opacity: 1 !important;
}

.js-slick-slider_notebook-full .slick-prev,
.js-slick-slider_notebook-full .slick-next {
    opacity: 0.5;
}

.js-slick-slider_notebook-full .slick-prev img,
.js-slick-slider_notebook-full .slick-next img {
    opacity: 0.5;
    box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.25);
}

.b-full-notebook_text {
    margin-top: 16px;
    max-width: 473px;
    min-height: 70px;
    margin-left: 217px;
}

.b-full-notebook_text-block {
    display: none;
    font-size: 18px;
    color: #000000;
}

.b-full-notebook_text-block.active {
    display: block;
}

.b-full-notebook_text-block span {
    display: block;
    font-weight: 700;
}

/******ANALYTICS 4******/

/******ANALYTICS 5******/
.b-page__section_analytics_5 {
    padding: 100px 0 75px;
}

.b-spec-report__title {
    margin-bottom: 50px;
}

.b-spec-report {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
}

.b-spec-report__left {
    flex: 0 0 32.1%;
    min-height: 578px;
    position: relative;
}

.b-spec-report__left-text {
    margin: 0 0 34px;
}

.b-spec-report__left-text span {
    display: block;
    font-weight: 700;
    margin-bottom: 15px;
}

.b-spec-report__left-info {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-flow: row;
    position: relative;
    background: #FFFFFF;
    border: 1px solid #FECC2F;
    box-sizing: border-box;
    margin: 27px 10px 35px 0;
    z-index: 20;
    padding: 26px 34px 27px;
}

.b-spec-report__left-info.b-spec-report__left-info-green {
    border: 1px solid #00D97E;
}

.b-spec-report__left-info.b-spec-report__left-info-green:after {
    background: #00D97E;
}

.b-spec-report__left-info:after {
    display: block;
    content: '';
    background: #FECC2F;
    z-index: 5;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 8px;
    left: 9px;
}

.b-spec-report__left-info.b-spec-report__left-info-green:after {
    background: #00D97E;
}

.b-spec-report__left-info:before {
    display: block;
    content: '';
    background: #fff;
    width: calc(100% - 1px);
    height: calc(100% - 1px);
    position: absolute;
    top: 1px;
    left: 1px;
    z-index: 10;
}

.b-spec-report__left-info-left {
    position: relative;
    display: block;
    width: 80px;
    height: 80px;
    min-width: 80px;
    background: #FECC2F;
    z-index: 15;
    border-radius: 50%;
    margin-right: 18px;
}

.b-spec-report__left-info.b-spec-report__left-info-green .b-spec-report__left-info-left {
    background: #00D97E;
}

.b-spec-report__left-info-right {
    position: relative;
    z-index: 15;
    flex: 0 0 69.3%;
    padding: 0 0 5px;
}

.b-spec-report__left-info-right span {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
}

.b-spec-report__left-info-right p {
    font-size: 18px;
}

.b-spec-report__left-btn {
    position: absolute;
    bottom: 0;
}

.b-spec-report__left-btn .b-btn-block__text {
    padding: 15px 20px;
}

.b-spec-report__left-block {
    display: none;
}

.b-spec-report__left-block.active {
    display: block;
}

.b-spec-report__right {
    margin-left: 20px;
    position: relative;
    flex: 0 0 727px;
    padding-top: 65px;
}

.b-spec-report__right-header {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    margin-bottom: 15px;
    position: absolute;
    width: 66.1%;
    left: 34.1%;
    z-index: 20;
}

.b-spec-report__right-block {
    display: inline-block;
    flex: 0 0 166px;
    padding: 14px 5px;
    text-align: center;
    color: #0082F9;
    cursor: pointer;
    border: 1px solid transparent;
    transition: 0.3s;
}

.b-spec-report__right-block:hover {
    color: #000;
}

.b-spec-report__right-block.active {
    background: #FFFFFF;
    border: 1px solid #FECC2F;
    box-sizing: border-box;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.15);
    color: #000;
}

.b-spec-report__right-main {
    display: block;
    position: relative;
    min-height: 513px;
    padding: 0px 17px 39px 21px;
}

.b-spec-report__right-main img {
    display: none;
}

.b-spec-report__right-main img.active {
    display: block;
    width: calc(100% - 40px);
    position: absolute;
    top: -9999px;
    bottom: -9999px;
    left: -9994px;
    right: -9999px;
    margin: auto;
}

.b-spec-report__right-main img[data-report="4"].active {
    width: calc(100% - 37px);
}

.b-spec-report__right-main:before {
    content: '';
    position: absolute;
    background: url(../images/analytics/notebook_white.png) center no-repeat;
    min-height: 513px;
    width: 887px;
    background-size: contain;
    left: -78px;
}

/******ANALYTICS 5******/

/******ANALYTICS 6******/
.b-page__section_analytics_6 {
    padding: 25px 0 0;
    z-index: 50;
    position: relative;
    overflow: visible;
}

.b-best__title {
    margin-bottom: 130px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    margin-bottom: 150px;
}

.b-best {
    padding: 18px 0 0;
    position: relative;
}

.b-best__center-cover {
    position: absolute;
    top: -94px;
    left: 25.3%;
    width: 39%;
    height: calc(100% + 175px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #FFFFFF;
    border: 1px solid #FECC2F;
    box-sizing: border-box;
    box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.15);
}

.b-best__center-cover-top {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    padding: 20px 22px 0;
}

.b-best__center-cover-title {
    flex: 0 0 76.7%;
    margin-right: 21px;
}

.b-best__center-cover-bottom {
    padding: 0 51px 21px;
}

.b-best__center-cover-bottom .b-btn-block__text {
    padding: 14px 25px 15px 25px;
}

.b-best__center-cover-desc {
    display: block;
    position: absolute;
    right: -349px;
    top: 20px;
    line-height: 26px;
    font-size: 24px;
    color: #8C8C8C;
}

.b-best__row {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    z-index: 20;
    position: relative;
    margin-bottom: 10px;
}

.b-best__row-last {
    margin-bottom: 0 !important;
}

.b-best__left {
    flex: 0 0 25.3%;
    padding: 10px 5px 10px 20px;
    background: rgba(249, 249, 249, 0.1);
    line-height: 20px;
    font-size: 18px;
    color: #fff;
    font-weight: 700;
}

.b-best__row-second .b-best__left {
    background: none;
}

.b-best__center {
    flex: 0 0 39%;
    padding: 0 18px 0 22px;
    position: relative;
}

.b-best__center-block {
    background: #FEFDF2;
    padding: 10px 15px 23px 75px;
    font-size: 14px;
    line-height: 18px;
    color: #000000;
}

.b-best__row-second .b-best__center-block {
    background: none;
}

.b-best__center-block .b-icon {
    position: absolute;
    left: 49px;
    top: 10px;
}

.b-best__center-block span {
    font-weight: 700;
}

.b-best__right {
    flex: 0 0 35.7%;
}

.b-best__right {
    background: rgba(249, 249, 249, 0.1);
    padding: 10px 17px 10px 71px;
    color: #C4C4C4;
    font-size: 14px;
    line-height: 18px;
}

.b-best__row-second .b-best__right {
    background: none;
}

/******ANALYTICS 6******/

/******ANALYTICS 7******/
.b-page__section_analytics_7 {
    padding: 170px 0 80px;
}

.b-main-num {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
}

.b-main-num__left {
    flex: 0 0 207px;
    text-align: center;
    margin-right: 70px;
}

.b-main-num__left-image {
    text-align: center;
    margin-bottom: 15px;
}

.b-main-num__left-name {
    text-align: center;
    line-height: 18px;
    font-size: 16px;
}

.b-main-num__left-name span {
    display: block;
    font-weight: 700;
}

.b-main-num__right {
    flex: 0 0 calc(100% - 277px);
}

.b-main-num__right-title {
    margin-bottom: 45px;
    margin-top: 18px;
}

.b-main-num__right-icon {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    margin-bottom: 35px;
}

.b-main-num__right-block {
    flex: 0 0 33%;
}

.b-main-num__right-image {
    display: block;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    position: relative;
    background: #FECC2F;
    margin: 0 0 15px 17px;
}

.b-main-num__right-text {
    padding-right: 15px;
}

.b-main-num__right-image .b-icon {
    position: absolute;
    left: -17px;
    top: 0;
}

/******ANALYTICS 7******/

/******ANALYTICS 8******/
.b-page__section_analytics_8 {
    padding: 100px 0 31px;
}

.b-price-rise__title {
    color: #fff;
    margin-bottom: 50px;
}

.b-price-rise {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
}

.b-price-rise__left {
    flex: 0 0 439px;
    position: relative;
}

.b-price-rise__left-text {
    color: #fff;
    margin: 0 0 20px;
}

.b-price-rise__left .b-btn-block {
    position: absolute;
    bottom: 15px;
}

.b-price-rise__left .b-btn-block .b-btn-block__text {
    padding: 15px 24px 15px 24px;
}

.b-price-rise__right {
    flex: 0 0 calc(100% - 505px);
}

.b-price-rise__right-title {
    color: #8C8C8C;
    font-weight: 700;
    margin-bottom: 29px;
}

.b-price-rise__right-chart {
    position: relative;
    height: 281px;
}

.b-price-rise__right-chart:before {
    content: '';
    display: block;
    min-height: 621px;
    height: 281px;
    background: url(../images/analytics/schedule.png) left top no-repeat;
    background-size: contain;
}

.b-page__section_analytics_8 .b-quote-black {
    justify-content: flex-end;
    padding: 94px 0 0;
}

.b-page__section_analytics_8 .b-quote-black__left-text {
    text-align: center;
}

.b-page__section_analytics_8 .b-quote-black__left-image {
    width: 165px;
    height: 165px;
}

.b-page__section_analytics_8 .b-quote-black__left {
    align-items: center;
    flex: 0 0 188px;
    padding-right: 0;
}

.b-page__section_analytics_8 .b-quote-black__right {
    margin-left: 60px;
    flex: 0 0 calc(100% - 343px);
    padding-top: 5px;
}

.b-page__section_analytics_8 .b-bgyellow__item {
    color: #000;
    border-bottom: 2px solid transparent;
    margin-bottom: 2px;
}

.b-page__section_analytics_8 .b-quote-black__last-word:after {
    top: 5px;
}

.b-page__section_analytics_8 .b-quote-black__right-text:before {
    left: -59px;
}

/******ANALYTICS 8******/

/******ANALYTICS 9******/
.b-page__section_analytics_9 {
    padding: 100px 0 65px;
    background: #FEFDF2;
}

.b-page__section_analytics_9 .b-slick-hnav__item {
    padding-left: 30px;
}

.b-page__section_analytics_9 .b-slick-hnav .b-slick-hnav__item:last-child {
    padding-right: 0;
}

.b-page__section_analytics_9 .b-slick-hnav__item_active {
    padding-left: 40px;
}

.b-page__section_analytics_9 .b-steps__title {
    margin-bottom: 50px;
}

.b-page__section_analytics_9 .b-link_file {
    margin-top: 10px;
}

.b-page__section_analytics_9 .b-steps__podtitle {
    margin-bottom: 24px;
}

.b-page__section_analytics_9 .b-steps__orange-block {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-flow: row;
    position: relative;
    background: #FFFFFF;
    border: 1px solid #FECC2F;
    box-sizing: border-box;
    margin: 17px 10px 25px 0;
    z-index: 20;
    padding: 19px 15px 22px 20px;
}

.b-page__section_analytics_9 .b-steps__orange-block:before {
    display: block;
    content: '';
    background: #fff;
    width: calc(100% - 1px);
    height: calc(100% - 1px);
    position: absolute;
    top: 1px;
    left: 1px;
    z-index: 10;
}

.b-page__section_analytics_9 .b-steps__orange-block:after {
    display: block;
    content: '';
    background: #FECC2F;
    z-index: 5;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 8px;
    left: 9px;
}

.b-steps__orange-inner {
    position: relative;
    z-index: 15;
    font-style: italic;
    font-size: 14px;
}

.b-page__section_analytics_9 .b-steps .b-slider__item-inner {
    background: #FFFFFF;
    border: 1px solid #FECC2F;
    box-sizing: border-box;
    box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.15);
    height: 400px;
    border-radius: 0;
    padding: 0;
}

.b-page__section_analytics_9 .b-steps .b-block__right {
    top: -85px;
    width: 728px;
    position: relative;
}

/******ANALYTICS 10******/
.b-page__section_analytics_10 {
    border-top: 1px solid #FFE500;
    padding: 100px 0 75px;
}

.b-page__section_analytics_10 h2 {
    margin-bottom: 5px;
}

.b-page__section_analytics_10 h3 {
    margin-bottom: 50px;
}

.b-page__section_analytics_10 .b-slick-pagintation_7 {
    margin: 0;
    left: 113px;
    top: -80px;
}

/******ANALYTICS 10******/

/******ANALYTICS 11******/
.b-page__section_analytics_11 {
    padding: 42px 0;
}

.b-need__title {
    color: #fff;
    margin-bottom: 22px;
}

.b-need__cover {
    max-width: 885px;
}

.b-need {
    display: flex;
    flex-flow: row;
    justify-content: flex-start;
}

.b-need__left {
    color: #fff;
    flex: 0 0 50.4%;
    margin-right: 10px;
}

.b-need__left p {
    margin-top: 10px;
    color: #fff;
    font-size: 18px;
}

/******ANALYTICS 11******/

/******ANALYTICS 12******/
.b-page__section_analytics_12 {
    padding: 100px 0 78px;
}

.b-payback__title {
    margin-bottom: 50px;
}

.b-payback {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    margin-bottom: 26px;
}

.b-payback__left {
    flex: 0 0 44.4%;
}

.b-payback__left > p {
    margin: 0 0 13px;
}

.b-payback__row {
    display: flex;
    flex-flow: row;
    height: 56px;
    justify-content: flex-start;
    margin: 0 -15px;
}

.b-payback__system {
    flex: 0 0 49.3%;
    height: 56px;
    padding: 0 15px 0 13px;
    display: flex;
    align-items: center;
}

.b-payback__result {
    flex: 0 0 48.8%;
    padding: 0 15px 0 13px;
    display: flex;
    align-items: center;
    font-size: 18px;
}

.b-payback__result span {
    font-weight: 700;
    margin-right: 5px;
}

.b-payback__header .b-payback__result,
.b-payback__header .b-payback__system {
    position: relative;
    color: #8C8C8C;
    padding-left: 49px;
    font-size: 16px;
}

.b-payback__header .b-payback__system:before {
    content: '';
    display: block;
    width: 27px;
    height: 27px;
    background: url(../images/analytics/icon/analysis_g.svg) center no-repeat;
    position: absolute;
    left: 12px;
    top: calc(50% - 13.5px)
}

.b-payback__header .b-payback__result:before {
    content: '';
    display: block;
    width: 27px;
    height: 27px;
    background: url(../images/analytics/icon/diagram_g.svg) center no-repeat;
    position: absolute;
    left: 12px;
    top: calc(50% - 13.5px)
}

.b-payback__header {
    position: relative;
    margin-bottom: 3px;
}

.b-payback__header:after {
    content: '';
    display: block;
    height: 1px;
    width: calc(100% - 12px);
    background: #DBDBD9;
    position: absolute;
    bottom: 0;
    left: 0;
}

.b-payback__body-second {
    background: #F9F9F9;
}

.b-payback__body {
    align-items: center;
}

.b-payback__body .b-payback__system {
    position: relative;
}

.b-payback__body .b-payback__system > a {
    border-bottom: 0;
    color: #00B3FF;
}

.b-payback__body .b-payback__system > a span {
    border-bottom: 1px solid;
    transition: 0.25s;
}

.b-payback__body .b-payback__system > a:hover span {
    border-color: transparent;
}

.b-payback__body .b-payback__system:after {
    content: '';
    display: block;
    width: 36px;
    height: 8px;
    background: url(../images/analytics/icon/arror_r_b.svg) center no-repeat;
    position: absolute;
    right: 0;
    top: calc(50% - 4px);
}

.b-payback__right {
    flex: 0 0 45.5%;
}

.b-payback__help {
    display: flex;
    flex-flow: row;
    justify-content: flex-start;
    background: #FFFFFF;
    border: 1px solid #FECC2F;
    box-sizing: border-box;
    box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.15);
    padding: 18px 25px 19px;
    position: relative;
    margin-bottom: 60px;
}

.b-payback__help-icon {
    display: inline-block;
    min-width: 40px;
    margin-right: 19px;
    position: relative;
}

.b-payback__help-icon .b-icon {
    position: absolute;
    left: 0;
    top: calc(50% - 20px);
}

.b-payback__help-text span {
    font-weight: 700;
    margin-bottom: 0;
    display: block;
}

.b-payback__help-text p {
    margin: 0;
}

.b-payback-time {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-flow: row;
    position: relative;
    background: #FFFFFF;
    border: 1px solid #FECC2F;
    box-sizing: border-box;
    margin: 17px 10px 25px 0;
    z-index: 20;
    padding: 30px 15px 16px 27px;
}

.b-payback-time:before {
    display: block;
    content: '';
    background: #fff;
    width: calc(100% - 1px);
    height: calc(100% - 1px);
    position: absolute;
    top: 1px;
    left: 1px;
    z-index: 10;
}

.b-payback-time:after {
    display: block;
    content: '';
    background: #FECC2F;
    z-index: 5;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 8px;
    left: 9px;
}

.b-payback-time__inner {
    position: relative;
    z-index: 15;
}

.b-payback-time__inner p {
    margin: 0 0 15px;
}

.b-payback-time__inner-title {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 10px;
}

.b-payback-time__inner-title span {
    color: #FECC2F;
    line-height: 34px;
    font-size: 48px;
    padding-left: 14px;
}

.b-payback-sample__title {
    margin-bottom: 15px;
}

.b-payback-sample__cover {
    display: block;
    width: 100%;
}

.b-payback-sample__cover img {
    width: calc(100% + 25px);
    position: relative;
    left: -15px;
}

/******ANALYTICS 12******/

/******ANALYTICS 13******/
.b-page__section_analytics_13 {
    border-top: 1px solid #FFE500;
    border-bottom: 1px solid #FFE500;
    padding: 50px 0 40px;
}

.b-news__title {

}

.b-news {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
}

.b-news__left {
    flex: 0 0 calc(100% - 280px);
}

.b-news__left-cover {
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
}

.b-news__left-text {
    margin: 0 0 25px;
    line-height: 12px;
    margin-bottom: 30px;
}

.b-news__block {
    flex: 0 0 31.8%;
    height: 238px;
    border: none;
    border-color: transparent;
}

.b-news__block-img {
    display: block;
    height: 130px;
    overflow: hidden;
    position: relative;
    margin-bottom: 7px;
}

.b-news__block-img img {
    height: 100%;
    min-width: 100%;
    position: absolute;
    top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
    margin: auto;
}

.b-news__block-link {
    font-size: 16px;
    line-height: 20px;
    color: #00B3FF;
    border-color: #00B3FF;
    transition: 0.3s;
}

.b-news__block-link span {
    border-bottom: 1px solid #00B3FF;
    transition: 0.3s;
}

.b-news__block:hover .b-news__block-link {
    color: #00519C;
}

.b-news__block:hover .b-news__block-link span {
    border-color: transparent;
}

.b-news__right {
    flex: 0 0 260px;
}

.b-news__right-block {
    background: #FFFFFF;
    box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.15);
}

.b-news__right-img {
    display: block;
    height: 131px;
    overflow: hidden;
}

.b-news__right-img img {
    width: 100%;
}

.b-news__right-text {
    padding: 21px 15px 25px;
}

.b-news__right-title {
    font-weight: 700;
    line-height: 26px;
    font-size: 24px;
    color: #000000;
    margin-bottom: 15px;
}

.b-news__right-text p {
    margin: 0 0 15px;
}

.b-news__right-text p span {
    display: block;
    margin-top: 18px;
    font-weight: 700;
}

.b-news__right-btn {
    margin-top: 15px;
}

/******ANALYTICS 13******/

/******ANALYTICS 14******/
.b-page__section_analytics_14 {
    padding: 100px 0 100px;
}

.b-why-block__left-sm {
    display: none;
}

.section_analytics_title {
    margin-bottom: 50px;
}

.b-page__section_analytics_14 .b-info__item h3 {
    padding: 15px 22px
}

/******ANALYTICS 14******/

/******ANALYTICS 19******/
.b-page__section_analytics_19 {
    padding-top: 55px;
    padding-bottom: 80px;
}

.b-page__section_analytics_19 .b-number__text {
    text-align: left;
    margin-top: -5px;
}

.b-page__section_analytics_19.b-page__section_analytics_19 .b-utp__item {
    text-align: center;
}

.b-page__section_b19.b-page__section_analytics_19 .b-block__bottom .b-utp__item {
    flex: 0 0 21%;
    padding-right: 0;
    margin-right: 4%;
    text-align: left;
    box-sizing: border-box;
}

.b-page__section_analytics_19 .b-block__bottom .b-number__digit {
    margin-left: 45px;
}

.b-page__section_analytics_19 .b-number {
    position: relative;
}

.b-page__section_analytics_19 .b-block__bottom .b-utp + .b-utp .b-utp__item:first-child .b-number .b-number__text:first-child {
    position: absolute;
    top: 42px;
}

/******ANALYTICS 19******/

.b-best__right-hidden,
.b-best__center-block-hidden {
    display: none;
}

/* additional */
.title-block {
    font-family: 'PT Sans', sans-serif;
    line-height: 57px;
    font-size: 48px;
}

.b-page__section_analytics_10 .b-site-examples__item img {
    width: 100%;
    max-width: 500px;
    height: initial;
}
.b-reporting-block__link-mob{
    display: none;
}
.b-page__section_analytics_20 .b-form-block {
    margin-top: 40px;
    height: 580px;
}

.b-page__section_analytics_20 .b-form-block::before {
    height: 625px;
}

.b-page__section_analytics_20 .b-box_yellow {
    display: flex;
    max-width: 520px;
    width: 100%;
    float: none;
}

.b-page__section_analytics_20 .b-confirm-block__text {
    margin-left: 0;
}

.b-page__section_analytics_20 .b-icon_warning {
    min-width: 40px;
    min-height: 40px;
    margin-right: 15px;
}

.b-page__section_analytics_20 .b-box__inner {
    display: flex;
    flex-flow: row;
    align-items: center;
    padding-left: 48px;
}
.form-cace-footer {
    display: flex;
    flex-flow: row;
}
/* additional */
/******ADAPTIVE******/
@media (max-width: 1230px) {
    .b-spec-report__left-info {
        padding: 26px 20px 27px;
    }

    .b-spec-report__left-btn .b-btn-block__text {
        padding: 15px 5px;
    }
}

@media (max-width: 959px) {
    .b-spec-report__right-main img[data-report="4"].active {
        width: calc(100% - 37px);
        left: 0;
        top: 2px;
    }
    .b-parallax-element_halftone_r_6,
    .b-parallax-element_halftone_r_5,
    .b-parallax-element_halftone_r_2{
        display: none;
    }
    .b-page__section_analytics_20 {
        padding-bottom: 60px;
    }

    .b-work-block {
        padding: 0;
    }

    .b-report-block__content {
        justify-content: flex-start;
    }

    .b-work-block_line:before {
        width: calc(100% + 40px);
        left: -20px;
    }

    .b-parallax-element_dotted_box {
        margin-top: 15%;
    }

    .b-page__section_b19.b-page__section_analytics_19 .b-block__bottom .b-utp__item {
        padding-right: 0;
        margin-right: 0;
        text-align: center;
        box-sizing: border-box;
        padding-top: 25px;
    }

    .b-page__section_analytics_19 .b-block__bottom .b-number__digit {
        margin-left: 0;
    }

    .b-page__section_analytics_20 .b-form-block::after,
    .b-page__section_analytics_20 .b-form-block::before {
        display: none;
    }

    .b-page__section_b19.b-page__section_analytics_19 {
        background-image: url(../images/vortex_bg.jpg);
        color: #fff;
    }

    .b-page__section_b19.b-page__section_analytics_19 .b-block__bottom h3,
    .b-page__section_b19.b-page__section_analytics_19 .b-block__bottom .b-number__text,
    .b-page__section_b19.b-page__section_analytics_19 .b-block__bottom .b-number__text,
    .b-page__section_b19.b-page__section_analytics_19 .b-block__bottom .b-number__digit,
    .b-page__section_b19.b-page__section_analytics_19 p,
    .b-page__section_b19.b-page__section_analytics_19 h2 {
        color: #fff;
    }

    .b-page__section_b19.b-page__section_analytics_19 .b-block__right .b-number .b-number__text:first-child {
        width: 72px;
        text-align: center;
    }

    .b-page__section_b19.b-page__section_analytics_19 .b-block__right .b-number .b-number__text:last-child {
        width: 72px;
        text-align: center;
    }

    .b-utp {
        justify-content: space-between;
    }

    .b-page__section_analytics_19 .b-number__text {
        text-align: center;
    }

    .b-page__section_analytics_19 .b-number__digit {
        text-align: center;
        margin: 0 auto;
        display: block;
    }

    .b-page__section_analytics_19 .b-block__bottom .b-utp + .b-utp .b-utp__item:first-child .b-number .b-number__text:first-child {
        position: absolute;
        top: -18px;
        left: calc(50% - 12.5px);
    }

    .b-form-block::before {

    }

    .b-page__section_analytics_14 .b-btn-block__text {
        padding: 15px 25px 15px;
    }

    .b-page__section_analytics_10 .b-slick-pagintation_7 {
        margin: 0;
        left: 10px;
        top: -80px;
    }

    .b-page__section_analytics_1 {
        padding: 0 0 50px;
    }

    .b-why-block__title {
        padding-top: 50px;
    }

    .b-why-block__left-lg {
        display: none;
    }

    .b-why-block__left-sm {
        display: block;
    }

    .b-why-block__left {
        flex: 0 0 37.6%;
    }

    .b-why-block__right {
        flex: 0 0 64.7%;
        padding: 0 3.3%;
    }

    .b-why-block__left-info {
        padding: 16px 55px 16px;
        align-items: center;
        margin: 10px 10px 33px 0;
    }

    .b-why-block__left-sm-btn {
        text-align: center;
    }

    .b-work-block__title {
        margin: 60px 0 25px;
    }

    .report-block__disable {
        display: none;
    }

    .b-report-block__content-block {
        flex: 0 0 calc(20.7% + 15px);
        padding-right: 15px;
    }

    .js-slick-slider_notebook-full .slick-list {
        margin: 0 0px;
    }

    .js-slick-slider_notebook-full .slick-slide {
        margin: 0 0;
    }

    .b-report-block__chose-block {
        flex: initial;
        word-break: inherit;
        padding: 8px 11px;
    }

    .b-reporting-block__top {
        margin-bottom: 50px;
    }

    .b-reporting-block__cover {
        flex-flow: column;
    }

    .b-reporting-block__left {
        flex: 0 0 100%;
    }

    .b-reporting-block__right {
        flex: 0 0 100%;
        flex-flow: row;
        display: flex;
        justify-content: space-between;
    }

    .b-reporting-block__right-info {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-flow: column;
        padding: 20px 20px 53px 20px;
    }

    .b-reporting-block__right-info-cover {
        flex: 0 0 40.2%;
        position: relative;
    }

    .b-reporting-block__right-info-right {
        margin-left: 0;
    }

    .b-reporting-block__right-info-video {
        flex: 0 0 54.8%;
    }

    .b-reporting-block__list-left {
        flex: 0 0 38.5%;
    }

    .b-reporting-block__list-right {
        flex: 0 0 58%;
        display: flex;
        flex-flow: row;
        justify-content: space-between;
    }

    .b-reporting-block__list-right > ul {
        flex: 0 0 calc(100% - 169px);
    }

    .b-reporting-block__list-icon {
        position: relative;
        width: 90px;
        height: 90px;
        margin: 0 15px 0 0;
    }

    .b-reporting-block__list-icon p {
        display: block;
        position: absolute;
        font-size: 14px;
        width: 104px;
        margin: 0;
        left: 0;
        top: 100%;
        min-width: initial;
    }

    .b-reporting-block__list-icon .b-icon {
        position: absolute;
        left: 0;
        top: 20px;
    }

    .b-reporting-block__right .b-block-video {
        height: 218px;
    }

    .b-full-notebook_header {
        max-width: 176px;
        flex-flow: column;
        justify-content: space-between;
        z-index: 10;
        position: relative;
    }

    .b-full-notebook_chose {
        flex: initial;
    }

    .b-full-notebook_main {
        position: absolute;
        top: 52px;
        left: 140px;
        z-index: 5;
    }

    .b-page__section_analytics_4 {
        min-height: 674px;
    }

    .js-slick-slider_notebook-full .slick-prev, .js-slick-slider_notebook-full .slick-next {
        opacity: 0;
    }

    .b-slick-pagintation_notebook-full {
        right: initial;
        left: 45%;
        white-space: nowrap;
        top: calc(100% + 20px);
    }

    .b-spec-report__right {
        padding-top: 0;
        margin-left: 40px;
    }

    .b-spec-report__right-header {
        position: relative;
        width: 100%;
        left: initial;
    }

    .b-spec-report__left {
        flex: 0 0 48.7%;
        min-height: 490px;
    }

    .b-spec-report__left-btn .b-btn-block__text {
        padding: 15px 20px;
    }

    .b-spec-report__right-main:before {
        width: 744px;
        background: url(../images/analytics/notebook_white.png) top center no-repeat;
        min-height: 430px;
        background-size: contain;
        top: 0px;
    }

    .b-spec-report__right-main {
        min-height: 396px;
        position: relative;
        padding: 16px 6px 0;
    }

    .b-spec-report__right-main img.active {
        display: block;
        width: calc(100% - -11px);
        max-height: 378px;
        position: relative;
        top: initial;
        bottom: initial;
        left: initial;
        right: initial;
        margin: initial;
    }

    .b-spec-report__left-info-left {
        width: 60px;
        height: 60px;
        min-width: 60px;
        margin-right: 6px;
    }

    .b-best__cover {
        padding: 0;
    }

    .b-best__left {
        flex: 0 0 21.7%;
        font-size: 16px;
    }

    .b-best__right {
        padding: 15px 17px 10px 20px;
    }

    .b-best__center-cover-desc {
        right: -272px;
        top: 20px;
        max-width: 250px;
    }

    .b-best__center-cover-desc br {
        display: none;
    }

    .b-best__center-cover {
        left: 21.3%;
        width: 43%;
        height: calc(100% + 175px);
    }

    .b-best__center-block {
        padding: 15px 15px 23px 60px;
        line-height: normal;
    }

    .b-payback__row {
        margin: 0;
    }

    .b-best__center {
        flex: 0 0 42%;
        padding: 0 12px;
    }

    .b-best__center-block .b-icon {
        left: 23px;
        top: 15px;
    }

    .b-best__center-cover-bottom .b-btn-block__text,
    .b-best__center-cover-bottom .b-btn-block {
        width: 100%;
    }

    .b-best__center-cover-bottom {
        padding: 0 25px 21px;
    }

    .b-main-num__left {
        display: none;
    }

    .b-main-num__right {
        flex: 0 0 100%;
    }

    .b-page__section_analytics_7 {
        padding: 115px 0 50px;
    }

    .b-main-num__right-text {
        padding-right: 10px;
    }

    .b-price-rise {
        display: block;
    }

    .b-price-rise__left .b-btn-block {
        position: relative;
        margin-top: 25px;
    }

    .b-price-rise__left {
        margin-bottom: 20px;
    }

    .b-price-rise__right {
        padding-left: 70px;
    }

    .b-price-rise__right-chart:before {
        min-height: initial;
    }

    .b-page__section_analytics_8 .b-quote-black {
        justify-content: flex-start;
        padding-top: 60px;
    }

    .b-page__section_analytics_8 .b-quote-black__left {
        display: flex;
        flex-flow: column;
        justify-content: flex-start;
    }

    .b-page__section_analytics_8 .b-quote-black__left-text {
        max-width: 100%;
    }

    .b-page__section_analytics_8 .b-quote-black__right-text br {
        display: none;
    }

    .b-page__section_analytics_8 .b-quote-black__right {
        flex: 0 0 calc(100% - 258px);
    }

    .b-page__section_analytics_8 .b-quote-black__left-image {
        width: 119px;
        height: 119px;
    }

    .b-page__section_analytics_8 {
        padding-bottom: 70px;
    }

    .b-page__section_analytics_9 {
        padding: 48px 0 33px;
    }

    .b-page__section_analytics_9 .b-slick-hnav__text {
        width: 0px;
        opacity: 0;
    }

    .b-page__section_analytics_9 .b-steps .b-block__right {
        width: calc(100% - 269px);
    }

    .b-page__section b-page__section_analytics_10 {
        padding: 48px 0;
    }

    .b-need__left p {
        margin-top: 0;
    }

    .b-need__left {
        flex: 0 0 40%;
    }

    .b-need {
        align-items: center;
    }

    .b-page__section_analytics_12 {
        padding: 50px 0;
    }

    .b-payback {
        flex-flow: column;
        position: relative;
    }

    .b-payback__left {
        width: 66%;
    }

    .b-payback__help {
        position: absolute;
        top: 0;
        width: 31.5%;
        right: 0;
        flex-flow: column;
        padding: 27px 27px 42px
    }

    .b-payback__help-icon {
        margin: 0 0 20px;
        height: 40px;
    }

    .b-payback__help-text p {
        display: inline;
    }

    .b-payback__system {
        padding: 0 35px 0 13px;
    }

    .b-payback__result {
        padding: 0 3px 0 13px;
    }

    .b-payback-time__inner {
        display: flex;
        justify-content: space-between;
        flex-flow: row;
        width: 100%;
        align-items: center;
    }

    .b-payback-time {
        padding: 27px 29px;
    }

    .b-payback-time__inner p {
        margin: 0;
    }

    .b-news__left-text {
        display: none;
    }

    .b-news__right {
        flex: 0 0 230px;
    }

    .b-news__right-btn .b-btn-block {
        width: 100%;
    }

    .b-news__right-btn .b-btn-block__text {
        padding: 15px 20px 15px 20px;
        width: 100%;
    }

    .b-page__section_analytics_13 {
        padding-bottom: 50px;
        border-bottom: 2px solid #FFE500;
    }

    .b-page__section_analytics_14 {
        padding: 50px 0;
    }

    .b-page__section_b17 .b-quote-round:not(.b-quote-round_right) {
        margin-top: 0;
        margin-bottom: 5px;
    }
}

@media (max-width: 850px) {
    .b-news__block {
        flex: 0 0 48.2%;
    }

    .b-news__left {
        flex: 0 0 calc(100% - 250px);
    }
}

@media (max-width: 767px) {
    .b-page__section_analytics_8 .b-quote-black__right-text:before{
        left: 0;
    }
    .b-spec-report__right-main img[data-report="4"].active {
        width: calc(100% + 13px);
        left: -1px;
        top: -4px;
    }
    .b-reporting-block__link-pc{
        display: none;
    }
    .b-reporting-block__link-mob{
        display: inline-block;
        max-width: 320px;
        margin-bottom: 30px;
    }
    .b-payback-sample__cover {
        max-width: 100%;
        overflow-x: scroll;
        padding: 0 15px;
    }

    .b-payback-sample__cover::-webkit-scrollbar {
        width: 12px;
        height: 12px;
    }

    .b-payback-sample__cover::-webkit-scrollbar-track {
        background: #FECC2F;
        border-top: 5px solid #fff;
        border-bottom: 5px solid #fff;
    }

    .b-payback-sample__cover::-webkit-scrollbar-thumb {
        background: #FECC2F;
        border-left: 1px solid #FECC2F;
        border-right: 1px solid #FECC2F;
        border-radius: 15px;
    }

    .b-payback-sample__cover img {
        width: auto;
    }

    .b-parallax-element_halftone_r_3 {
        display: none;
    }

    .b-best__right-hidden {
        display: block;
        font-weight: 700;
        line-height: 15px;
        font-size: 14px;
        color: #F1F1F1;
        margin: 0 0 10px -40px;
        position: relative;
    }

    .b-best__right-hidden:after {
        content: '-';
        position: absolute;
        left: 0;
        bottom: -25px;
    }

    .b-best__center-block-hidden {
        display: block;
        font-weight: 700;
        line-height: 15px;
        font-size: 14px;
        position: absolute;
        left: 20px;
        top: 15px;
    }

    .b-parallax-element_halftone_r {
        display: none;
    }

    .b-parallax-element_dotted_box {
        margin-top: 50%;
        opacity: 0.5;
        right: -40px;
    }

    .b-page__section_analytics_7 {
        padding: 20px 0 50px;
    }

    .b-hightlight::before {

    }

    .b-main-num__right-title {
        margin-bottom: 25px;
    }

    .b-best__row {
        flex-flow: column;
        margin-bottom: 0;
    }

    .b-page__section_b19.b-page__section_analytics_19 .b-block__right .b-number .b-number__text:first-child {
        margin-left: 0;
        width: 52px;
        text-align: center;
    }

    .b-page__section_b19.b-page__section_analytics_19 .b-block__right .b-number .b-number__text:last-child {
        margin-left: -7px;
        width: 52px;
        text-align: center;
    }

    .b-page__section_analytics_10 .b-slick-pagintation_7 {
        margin: 0;
        left: 0;
        top: 0;
    }

    .b-news__title {
        font-size: 37px;
        line-height: 39px;
    }

    .b-page__section_b17.b-page__section_analytics_14 .b-quote-round:not(.b-quote-round_right) {
        left: 25px;
        bottom: 83px;
    }

    .b-best__center-cover-desc {
        display: none
    }

    .b-page__section_b19.b-page__section_analytics_19 .b-block__bottom .b-utp + .b-utp .b-utp__item:nth-child(2) .b-number {
        margin-top: 0;
    }

    .b-why-block {
        flex-flow: column;
    }

    .b-page__section_analytics_1 {
        padding: 0 0 30px;
    }

    .b-page__section_b20 .b-box__inner p {
        color: #000;
    }

    .b-why-block__title {
        padding-top: 30px;
    }

    .b-why-block__title {
        margin-bottom: 20px;
        line-height: 39px;
    }

    .b-why-block__right-name {
        flex: 0 0 100%;
        margin-bottom: 8px;
    }

    .b-why-block__right-body {
        padding: 10px 0;
        flex-flow: row wrap;
    }

    .b-why-block__right-header .b-why-block__right-name {
        display: none;
    }

    .b-why-block__right-through {
        flex: 0 0 49%;
        padding-right: 10px;
    }

    .b-why-block__right-web {
        flex: 0 0 49%;
        padding-right: 10px;
    }

    .b-why-block__right {
        padding: 0;
        margin-top: 20px;
    }

    .b-why-block__right-body li {
        margin-bottom: 5px;
    }

    .b-why-block__left-info {
        flex-flow: column;
        padding: 15px;
    }

    .b-why-block__left-info-icon {
        margin-right: 0;
    }

    .b-why-block__left-sm-btn .b-btn-block__text {
        padding: 15px;
    }

    .b-why-block__left-sm-btn {
        text-align: center;
    }

    .b-work-block__title {
        margin: 40px 0 20px;
    }

    .b-work-block {
        padding: 0;
        margin: 0 -10px;
    }

    .b-work-block__cover {
        flex-flow: row wrap;
        padding: 20px 5px 62px;
    }

    .b-work-block__block {
        flex: 0 0 31.5%;
        margin-bottom: 10px;
        padding: 20px 3px 20px;
        min-height: 0;
    }

    .b-work-block_line:before {
        background: url(../images/analytics/all-line-mob.svg) center no-repeat;
        height: 50px;
        top: inherit;
        bottom: 40px;
    }

    .b-spec-report__title {
        margin-bottom: 15px;
    }

    .b-report-block__content {
        flex-flow: column;
    }

    .b-report-block__content-block {
        flex: 0 0 100%;
        display: flex;
        flex-flow: row wrap;
        justify-content: flex-start;
        align-items: center;
        margin-bottom: 43px;
    }

    .report-block__disable {
        display: none;
    }

    .b-report-block__content-image {
        margin: 0 7px 20px 15px;
    }

    .b-report-block__content-text {
        width: 100%;
    }

    .b-report-block__content-text:before {
        left: 43px;
    }

    .b-report-block__content-text:after {
        left: 43px;
    }

    .b-report-block__chose {
        flex-flow: column;
    }

    .b-report-block__chose-block {
        width: 100%;
        display: none;
        max-width: 300px;
        padding: 13px 11px;
    }

    .b-report-block__chose-block.active {
        display: block;
        position: relative;
        order: -1;
    }

    .b-report-block__chose {
        margin-bottom: 40px;
    }

    .b-report-block__chose-block.active:after {
        content: '';
        display: block;
        width: 14px;
        height: 10px;
        background: url(../images/seo/icons/arr_down.svg) center no-repeat;
        position: absolute;
        right: 10px;
        top: calc(50% - 5px);
        transition: 0.3s;
    }

    .b-report-block__chose.opened .b-report-block__chose-block {
        display: block;
    }

    .b-report-block__chose.opened .b-report-block__chose-block.active:after {
        transform: rotate(180deg);
    }

    .b-page__section_analytics_2 {
        padding: 32px 0 0;
    }

    .b-reporting-block__top .b-btn-block__text {
        padding: 15px 5px;
    }

    .b-reporting-block__list {
        flex-flow: column;
    }

    .b-reporting-block__list-right {
        flex-flow: column;
    }

    .b-reporting-block__right {
        flex-flow: column;
    }

    .b-reporting-block__list-icon {
        margin: 10px 15px 20px 0;
    }

    .b-reporting-block__list-icon .b-icon {
        top: 16px;
    }

    .b-reporting-block__list-icon p {
        left: 107px;
        width: 155px;
        top: 17px;
    }

    .b-reporting-block__right-info {
        padding: 32px 20px 32px 20px;
    }

    .b-reporting-block__right .b-block-video {
        height: 159px;
    }

    .b-page__section_analytics_3 {
        padding: 40px 0 130px;
    }

    .b-reporting-block__list-left .b-btn-block {
        bottom: -80px;
    }

    .b-full-notebook_header {
        max-width: 100%;
    }

    .b-full-notebook_chose {
        display: none;
        max-width: 300px;
        padding: 11px 0 11px 17px;
        width: 100%;
        text-align: left;
    }

    .b-full-notebook_chose.active {
        display: block;
        position: relative;
        order: -1;
    }

    .b-full-notebook_chose.active:after {
        content: '';
        display: block;
        width: 14px;
        height: 10px;
        background: url(../images/seo/icons/arr_down.svg) center no-repeat;
        position: absolute;
        right: 10px;
        top: calc(50% - 5px);
        transition: 0.3s;
    }

    .b-full-notebook_header.opened .b-full-notebook_chose.active:after {
        transform: rotate(180deg);
    }

    .b-full-notebook_header.opened .b-full-notebook_chose {
        display: block;
    }

    .b-full-notebook_main {
        position: relative;
        top: 0;
        left: 0;
    }

    .b-full-notebook_main {
        width: 411px;
    }

    .b-full-notebook_main-cover {
        height: 237px;
        padding: 23px 46px 0;
    }

    .b-full-notebook_text {
        max-width: 100%;
        min-height: 70px;
        margin: 15px 0 0 0;
        min-height: 105px;
    }

    .b-slick-pagintation_notebook-full {
        left: calc(50% - 165px);
        white-space: nowrap;
        top: calc(100% + 130px);
    }

    .b-page__section_analytics_4 {
        min-height: initial;
        padding-bottom: 83px;
    }

    .b-spec-report {
        flex-flow: column-reverse;
    }

    .b-spec-report__right {
        padding-top: 0;
        width: 411px;
        height: 244px;
        flex: initial;
        margin: 0 0 25px;
    }

    .b-spec-report__right-main:before {
        min-height: 244px;
        left: 0;
        width: 422px;
    }

    .b-spec-report__right-main {
        min-height: 225px;
        position: relative;
        padding: 30px 48px;
    }

    .b-spec-report__left-block {
        display: none;
    }

    .b-spec-report__left-block.active {
        display: flex;
        flex-flow: column;
    }

    .b-spec-report__left-info {
        order: -1;
        margin-top: 0;
    }

    .b-page__section_analytics_5 {
        padding: 50px 0;
    }

    .b-spec-report__left-btn {
        position: relative;
        margin-bottom: 20px;
    }

    .b-spec-report__right-header {
        flex-flow: column;
    }

    .b-spec-report__right-block {
        flex: initial;
        display: none;
        max-width: 300px;
        padding: 11px 0 11px 17px;
        width: 100%;
        text-align: left;
        position: relative;
    }

    .b-spec-report__right-block.active {
        display: block;
        position: relative;
        order: -1
    }

    .b-spec-report__right-block.active:after {
        content: '';
        display: block;
        width: 14px;
        height: 10px;
        background: url(../images/seo/icons/arr_down.svg) center no-repeat;
        position: absolute;
        right: 10px;
        top: calc(50% - 5px);
        transition: 0.3s;
    }

    .b-spec-report__right-header.opened .b-spec-report__right-block {
        display: block;
    }

    .b-spec-report__right-header.opened .b-spec-report__right-block.active:after {
        transform: rotate(180deg);
    }

    .b-best__center-cover {
        display: none;
    }

    .b-best {
        padding: 0;
    }

    .b-best__cover {
        background: #fff;
    }

    .b-best__center {
        padding: 0;
    }

    .b-best__left {
        position: relative;
        color: #0082F9;
        font-weight: 500;
        cursor: pointer;
        padding: 11px 40px 11px 15px;
        line-height: 19px;
        font-size: 16px;
        min-height: 65px;
        display: flex;
        align-items: center;
    }

    .b-best__left:before {
        background: #454141;
        opacity: 0.2;
        display: block;
        content: '';
        height: 1px;
        width: calc(100% - 30px);
        top: 0;
        position: absolute;
        left: 15px;
    }

    .b-best__left:after {
        content: '';
        display: block;
        position: absolute;
        right: 18px;
        top: calc(50% - 4.5px);
        background: url(../images/analytics/icon/arr_b_mob.svg) center no-repeat;
        width: 13px;
        height: 9px;
        transform: rotate(180deg);
    }

    .b-best__center-block {
        padding: 40px 15px 25px 60px;
    }

    .b-best__center-block .b-icon {
        left: 15px;
        top: 40px;
    }

    .b-best__row-second .b-best__center-block {
        background: #FEFDF2;
    }

    .b-best__right {
        line-height: 15px;
        font-size: 14px;
        color: #F1F1F1;
        padding: 11px 15px 20px 15px;
        background: #454141;
        padding-left: 60px;
    }

    .b-best__row-second .b-best__right {
        background: #454141;
    }

    .b-best__row .b-best__center,
    .b-best__row .b-best__right {
        display: none;
    }

    .b-best__row.opened .b-best__center,
    .b-best__row.opened .b-best__right {
        display: block;
    }

    .b-best__row.opened .b-best__left:after {
        transform: rotate(0deg);
    }

    .b-best__title {
        margin-bottom: 25px;
    }

    .b-main-num__right {
        width: 100%;
    }

    .b-main-num__right-icon {
        flex-flow: column;
    }

    .b-main-num__right-image {
        width: 60px;
        height: 60px;
        margin-bottom: 0;
    }

    .b-main-num__right-block {
        flex-flow: row;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        margin-bottom: 33px;
    }

    .b-main-num__right-image .b-icon {
        top: 5px;
    }

    .b-main-num__right-text p {
        margin: 0;
    }

    .b-main-num__right-text {
        width: calc(100% - 100px);
        margin-left: 12px;
    }

    .b-main-num__right-btn {
        text-align: center;
    }

    .b-btn-block__text {
        padding: 15px;
        width: 100%;
    }

    .b-main-num__right-icon {
        margin-bottom: 5px;
    }

    .b-price-rise {
        flex-flow: column;
    }

    .b-price-rise__right {
        padding-left: 0;
        overflow-x: scroll;
        width: calc(100% + 30px);
        margin-left: -15px;
    }

    .b-price-rise__right-chart {
        position: relative;
        width: 621px;
        height: 305px;
    }

    .b-price-rise__right::-webkit-scrollbar {
        width: 12px;
        height: 12px;
    }

    .b-price-rise__right::-webkit-scrollbar-track {
        background: #FECC2F;
        border-top: 5px solid #404040;
        border-bottom: 5px solid #404040;
    }

    .b-price-rise__right::-webkit-scrollbar-thumb {
        background: #FECC2F;
        border-left: 1px solid #FECC2F;
        border-right: 1px solid #FECC2F;
        border-radius: 15px;
    }

    .b-price-rise__right-title {
        padding: 0 15px;
    }

    .b-price-rise__right-chart:before {
        margin: 0 15px;
    }

    .b-page__section_analytics_8 .b-quote-black__right {
        margin: 0 0 20px;
        width: 100%;
    }

    .b-page__section_analytics_8 .b-quote-black__left-text span {
        display: block;
    }

    .b-page__section_analytics_8 .b-quote-black {
        flex-flow: column-reverse;
        padding-top: 80px;
    }

    .b-page__section_analytics_9 .b-slick-hnav__item
    .b-page__section_analytics_8 .b-quote-black__right-text:before {
        left: 0;
        top: -50px;
    }

    .b-slick-hnav__item {
        padding-right: 28px;
        padding-left: 17px;
    }

    .b-page__section_analytics_9 .b-slick-hnav {
        justify-content: space-between;
    }

    .b-page__section_analytics_9 .b-slick-hnav__item_active,
    .b-page__section_analytics_9 .b-slick-hnav__item {
        padding-left: 0;
    }

    .b-page__section_analytics_9 .b-steps .b-block__right {
        width: 100%;
        top: 0;
    }

    .b-page__section_analytics_10 {
        padding: 50px 0 90px;
    }

    .b-payback__title {
        line-height: 39px;
    }

    .b-need {
        flex-flow: column;
    }

    .b-need__right {
        text-align: center;
        width: 100%;
        margin-top: 20px;
    }

    .b-payback__left {
        width: 100%;
    }

    .b-payback__help {
        padding: 15px 10px 15px 25px;
        position: relative;
        width: 100%;
        margin-bottom: 20px;
    }

    .b-payback__help-icon {
        margin: 0 0 5px;
    }

    .b-payback-time__inner {
        flex-flow: column;
    }

    .b-payback-time {
        padding: 15px 25px;
    }

    .b-payback-time__inner-title span {
        padding-left: 0;
        display: block;
        margin: 7px 0;
    }

    .b-payback-time__inner p {
        width: 100%;
        margin-top: 10px;
    }

    .b-payback__body,
    .b-payback__header {
        margin: 0 -15px;
        min-height: 80px;
    }

    .b-payback__system {
        flex: 0 0 50%;
    }

    .b-payback__result {
        flex: 0 0 50%;
        padding: 0 0px 0 5px;
    }

    .b-payback__body .b-payback__result {
        display: block;
    }

    .b-payback__body {
        height: auto;
        padding: 0;
    }

    .b-payback__body .b-payback__system:after {
        display: none;
    }

    .b-payback__system {
        height: auto;
        padding: 8px 15px;
    }

    .b-payback__right {
        margin-top: 25px;
    }

    .title-block {
        line-height: 28px;
        font-size: 24px;
    }
    .b-page__section_analytics_10 h2{
        margin-bottom: 0;
        display: inline;
    }
    .b-page__section_analytics_10 .b-site-examples{
        margin-top: 45px;
    }
    .b-page__section_analytics_10 h3{
        margin-bottom: 0;
        display: inline;
    }
    .b-page__section_analytics_14 .section_analytics_title {
        margin-bottom: 25px;
    }
}

@media (max-width: 670px) {
    .b-news {
        flex-flow: column;
    }

    .b-news__block-img {
        height: 150px;
    }

    .b-news__left-cover {
        justify-content: space-evenly;
    }

    .b-news__block {
        flex: 0 0 48.2%;
        min-width: 290px;
        height: auto;
        margin-bottom: 30px;
    }

    .b-news__right {
        max-width: 290px;
        margin: 0 auto;
    }

    .b-page__section_analytics_19 .b-block__bottom .b-number__digit {
        margin-left: 0;
    }

    .b-page__section_b19.b-page__section_analytics_19 .b-block__bottom .b-utp__item {
        flex: 0 0 50%;
        max-width: 50%;
        padding-right: 0;
        margin-right: 0;
        text-align: center;
        box-sizing: border-box;
        padding: 0 1px;
        margin-bottom: 22px;
    }

    .b-page__section_analytics_19 .b-block__bottom .b-utp + .b-utp .b-utp__item:first-child .b-number .b-number__text:first-child {
        top: -5px;
    }
}

/******ADAPTIVE******/