/******* LINES *******/
html {
    scroll-behavior: smooth;
    width: 100%;
    overflow-x: hidden;
}

.b-parallax-element_line {
    width: 911px;
    height: 100%;
    background-image: url(../images/seo/lines/line_1.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 100%;
    left: 0;
    top: 0;
    z-index: 10;
}

.b-parallax-element_line_2 {
    width: 305px;
    height: 100%;
    background-image: url(../images/seo/lines/line_2.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 100%;
    right: 0;
    top: -250px;
    z-index: 10;
}

.b-parallax-element_line_3 {
    width: 100%;
    height: 100%;
    background-image: url(../images/seo/lines/line_3.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 100%;
    right: 0;
    left: 0;
    top: 0;
    z-index: 10;
}

.b-parallax-element_line_4 {
    width: 376px;
    height: 100%;
    background-image: url(../images/seo/lines/Seo_lines_3.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 100%;
    right: 0;
    left: 0;
    top: 0;
    z-index: 10;
}

.b-parallax-element_line_5 {
    min-width: 1280px;
    width: 100%;
    height: 100%;
    background-image: url(../images/seo/lines/line_5.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 100%;
    right: 0;
    top: -350px;
    z-index: 10;
}

.b-parallax-element_line_6 {
    width: 200px;
    height: 100%;
    background-image: url(../images/seo/lines/Seo_lines_4.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 100%;
    right: 0px;
    top: 0;
    z-index: 10;
}

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

/*******SEO 1*****/
.b-page__section_seo_1 {
    background: #343434;
    padding: 100px 0 60px;
}

.b-page__section_seo_1_pretext,
.b-page__section_seo_1 h2 {
    color: #fff;
}

.b-page__section_seo_1 h2 {
    font-family: 'Montserrat', 'PT Sans', sans-serif;
    font-weight: 700;
    margin-bottom: 50px;
}

.b-page__section_seo_1 .b-info-icon {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    margin-top: 30px;
}

.b-page__section_seo_1 .b-info-icon__block {
    display: flex;
    flex-flow: column;
    align-items: center;
    background: #121111;
    border: 1px solid #282828;
    box-sizing: border-box;
    box-shadow: 0 15px 15px rgba(0, 0, 0, 0.25);
    flex: 0 0 23.6%
}

.b-page__section_seo_1 .b-info-icon__block-img {
    padding: 40px 40px 30px;
    position: relative;
    margin-bottom: 14px;
    width: 100%;
    display: flex;
    justify-content: center;
    height: 150px;
}

.b-page__section_seo_1 .b-info-icon__block-img:before {
    content: '';
    display: block;
    height: 1px;
    background: #fff;
    opacity: 0.1;
    position: absolute;
    bottom: 0;
    width: calc(100% - 80px);
}

.b-page__section_seo_1 .b-info-icon__block-text {
    text-align: center;
    color: #fff;
    padding: 0 15px 38px 15px;
}

.b-page__section_seo_1 .b-info-icon__block-text > span {
    font-weight: 700;
    color: #FECC2F;
}

.b-page__section_seo_1 .b-info-icon__annotation {
    display: block;
    height: 26px;
    line-height: 15px;
    font-size: 14px;
    opacity: 0.5;
    color: #fff;
    margin: 14px 0 26px;
}

.b-page__section_seo_1 .b-how {
    background: #fff;
    padding: 25px 29px 40px;
}

.b-page__section_seo_1 .b-how__title {
    display: block;
    font-weight: 700;
    line-height: 26px;
    font-size: 24px;
    color: #000000;
    margin-bottom: 49px;
}

.b-page__section_seo_1 .b-how {
    margin-bottom: 100px;
}

.b-page__section_seo_1 .b-how__cover {
    display: flex;
    flex-flow: row;
}

.b-page__section_seo_1 .b-how__block {
    display: flex;
    flex: 0 0 25%;
}

.b-page__section_seo_1 .b-how__block-text {
    margin: 0;
}

.b-page__section_seo_1 .b-how__block-image {
    display: flex;
    justify-content: left;
    width: 44px;
    margin-right: 7px;
}

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

.b-page__section_seo_1 .b-forecast__left {
    display: inline-block;
    width: 100%;
    max-width: 515px;
}

.b-page__section_seo_1 .b-forecast__left-text {
    color: #fff;
    height: 65px;
    margin: 0;
}

.b-page__section_seo_1 .b-forecast__left-list > ul {
    overflow: hidden;
}

.b-page__section_seo_1 .b-forecast__left-list > li {
    color: #fff;
    position: relative;
    margin: 11px 0;
}

.b-page__section_seo_1 .b-forecast__left-list > li:before {
    content: '';
    display: inline-block;
    height: 9px;
    width: 30px;
}

.b-page__section_seo_1 .b-forecast__left-list > li:after {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #FECC2F;
    position: absolute;
    left: 0;
    top: 9px;
}

.b-page__section_seo_1 .b-forecast__right {
    width: 100%;
    max-width: 438px;
}

.b-page__section_seo_1 .b-forecast__right-block {
    display: flex;
    flex-flow: row;
    justify-content: flex-end;
    width: 100%;
    box-shadow: 0 15px 15px rgba(0, 0, 0, 0.25);
    background: #121111;
    border: 1px solid #282828;
    margin-bottom: 48px;
    padding: 38px 37px 42px;
}

.b-page__section_seo_1 .b-forecast__right-interest {
    width: 100%;
    display: inline-block;
    max-width: 144px;
    color: #fff;
    font-weight: bold;
    line-height: 70px;
    font-size: 64px;
    position: relative;
    top: -8px;
}

.b-page__section_seo_1 .b-forecast__right-text {
    max-width: 200px;
    color: #fff;
    margin: 0;
    font-size: 18px;
}

.b-page__section_seo_1 .b-forecast__right-text span {
    font-weight: 700;
}

/*******SEO 1*****/

/*******SEO 2*****/
.b-page__section_seo_2 {
    padding: 60px 0 124px;
}

/*******SEO 2*****/

/*******SEO 3*****/
.b-page__section_seo_3 {
    padding: 100px 0 118px;
    z-index: 30;
}

.b-scheme-block {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    margin: 0 -42px 127px;
    background: #000000;
    padding: 50px 38px 75px;
    box-shadow: 0 25px 25px rgba(0, 0, 0, 0.25);
}

.b-scheme-block__left {
    flex: 0 0 45.2%;
}

.b-scheme-block__left-text {
    font-family: 'Montserrat', 'PT Sans', sans-serif;
    padding: 17px 33px;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: #FFFFFF;
    background: #343434;
    margin: 22px 0;
    box-shadow: inset 0 10px 25px rgba(0, 0, 0, 0.25);
}

.b-scheme-block__left-title,
.b-scheme-block__left-bottom {
    font-family: 'Montserrat', 'PT Sans', sans-serif;
    font-weight: bold;
    line-height: 53px;
    color: #fff;
    font-size: 48px;
    margin-left: 33px;
}

.b-scheme-block__right {
    flex: 0 0 47.6%;
}

.b-scheme-block__right > p {
    margin-top: 15px;
    color: #fff;
}

.b-scheme-block__magick {
    display: flex;
    flex-flow: row;
    justify-items: flex-start;
    align-items: center;
    margin: 25px 0 59px;
}

.b-scheme-block__magick-icon {
    flex: 0 0 42px;
    margin-right: 10px;
}

.b-scheme-block__magick-text {
    color: #C4C4C4;
    margin-top: 0;
}

.b-quote-black {
    display: flex;
    flex-flow: row;
    justify-content: center;
}

.b-quote-black__left {
    flex: 0 0 165px;
    padding-right: 15px;
    display: flex;
    flex-flow: column;
    justify-content: center;
}

.b-quote-black__left-image {
    display: block;
    width: 143px;
    height: 143px;
    border-radius: 50%;
    position: relative;
    margin-bottom: 15px;
}

.b-quote-black__left-image > img {
    width: 100%;
}

.b-quote-black__left-text {
    color: #fff;
    line-height: 18px;
    font-size: 16px;
}

.b-quote-black__left-text span {
    font-weight: 700;
}

.b-quote-black__right {
    margin-left: 81px;
    flex: 0 0 61.1%;
    padding-top: 5px;
}

.b-quote-black__right-text {
    display: block;
    line-height: normal;
    font-size: 30px;
    color: #FECC2F;
    position: relative;
    margin-bottom: 15px;
}

.b-quote-black__right-text:before {
    content: '';
    background: url(../images/icons/el_left_big_arrow_yellow.svg) center no-repeat;
    width: 40px;
    height: 45px;
    display: block;
    position: absolute;
    left: -65px;
    top: 0;
}

.b-quote-black__last-word {
    position: relative;
    display: inline;
}

.b-quote-black__last-word:after {
    content: '';
    display: block;
    background: url(../images/icons/el_right_big_arrow_yellow.svg) center no-repeat;
    width: 40px;
    height: 45px;
    position: absolute;
    right: -55px;
    top: 15px;
}

/*******SEO 3*****/

/*******SEO 4*****/
.b-page__section_seo_4 {

}

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

.b-video-notebook__left {
    flex: 0 0 431px;
    z-index: 30;
}

.b-video-notebook__mobile-img {
    display: none;
}

.b-video-notebook__right {
    flex: 0 0 calc(100% - 431px);
    height: auto;
    background: url(../images/seo/image-notebook.png) center no-repeat;
    background-size: contain;
}

.b-video-notebook__left-title {
    font-family: 'Montserrat', 'PT Sans', sans-serif;
    color: #fff;
    margin-bottom: 30px;
}

.b-video-notebook__left-text {
    margin: 0 0 35px;
    color: #fff;
}

.b-video-notebook .b-block-video {
    display: block;
    width: 255px;
    margin-bottom: 10px;
    height: 131px;
    background-image: url(../images/seo/video_cover.jpg);
    background-size: cover;
}

.b-video-notebook .b-icon.b-icon_play {
    margin: -16.5px 0px 0px -12.5px;
}

.b-video-notebook .b-icon_play::after {
    border-top: 16.5px solid transparent;
    border-left: 25px solid #000;
    border-bottom: 16.5px solid transparent;
}

.b-video-notebook .b-icon_play::before {
    border-top: 16.5px solid transparent;
    border-left: 25px solid #FECC2F;
    border-bottom: 16.5px solid transparent;
}

.b-video-notebook__left-link {
    line-height: normal;
    font-size: 14px;
    color: #0082F9;
    border-color: #0082F9;
    margin-top: 10px;
}

.b-quality {
    display: block;
    position: relative;
    padding: 145px 0 0;
    z-index: 30;
}

.b-quality-bg {
    z-index: 30;
}

.b-quality:before {
    /*content: '';*/
    display: block;
    width: 100%;
    height: 100%;
    min-height: 997px;
    background: url(../images/seo/quality_bg.png) top right no-repeat;
    position: absolute;
    top: -210px;
    right: 0;
}

.b-quality__cover {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    padding-bottom: 100px;
}

.b-quality__left {
    flex: 0 0 508px;
}

.b-quality__title {
    font-family: 'Montserrat', 'PT Sans', sans-serif;
    color: #fff;
    margin-bottom: 30px;
}

.b-quality__text {
    margin: 0 0 15px;
    color: #fff;
    max-width: 448px;
}

.b-quality__attention {
    font-size: 30px;
    color: #FECC2F;
    margin: 0 0 65px;
}

.b-quality__right {
    flex: 0 0 calc(100% - 508px);
    position: relative;
}

.b-quality__num {
    display: block;
    position: absolute;
    color: #fff;
    height: 64px;
    white-space: nowrap;
    text-shadow: 0px 10px 6px rgba(0, 0, 0, 0.5);
}

.b-quality__num[data-quality="1"] {
    top: -34px;
    left: 333px;
}

.b-quality__num[data-quality="2"] {
    top: 57px;
    left: 176px;
}

.b-quality__num[data-quality="3"] {
    top: 86px;
    left: 486px;
}

.b-quality__num[data-quality="4"] {
    top: 142px;
    left: 34px;
}

.b-quality__num[data-quality="5"] {
    top: 149px;
    left: 265px;
}

.b-quality__num[data-quality="6"] {
    top: 225px;
    left: 76px;
}

.b-quality__num[data-quality="7"] {
    top: 236px;
    left: 342px;
}

.b-quality__num[data-quality="8"] {
    top: 331px;
    left: 113px;
}

.b-quality__num[data-quality="9"] {
    top: 350px;
    left: 342px
}

.b-quality__num sup {
    font-size: 16px;
}

.b-quality__num.b-quality__num-big {
    font-size: 48px;
    line-height: 53px;
}

.b-quality__num.b-quality__num-med {
    font-size: 36px;
    line-height: 40px;
}

.b-quality__num-op-8 {
    opacity: 0.8;
}

.b-quality__num-op-6 {
    opacity: 0.6;
}

.b-quality__num-op-5 {
    opacity: 0.5;
}

.b-quality__num-op-3 {
    opacity: 0.3;
}

.b-cases {

}

.b-cases__title {
    font-family: 'Montserrat', 'PT Sans', sans-serif;
    color: #fff;
    margin-bottom: 50px;
}

.b-cases__bottom-title {
    font-family: 'Montserrat', 'PT Sans', sans-serif;
    color: #fff;
    margin-bottom: 33px;
}

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

.b-cases__block {
    display: inline-block;
    flex: 0 0 20%;
    max-width: 21.9%;
    background: #000000;
    border-color: transparent;
    box-shadow: 0 25px 25px rgba(0, 0, 0, 0.25);
}

.b-cases__block-image {
    display: block;
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 186px;
}

.b-cases__block-image:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    transition: 0.3s;
    left: 0;
    top: 0;
    background: rgba(25, 110, 105, 0.5);
}

.b-cases__block:hover .b-cases__block-image:before {
    background: rgba(25, 110, 105, 0);
}

.b-cases__block-image img {
    height: 100%;
    min-width: 100%;
}

.b-cases__block-info {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    height: 175px;
    padding: 15px 20px 30px;
}

.b-cases__block-text {
    display: inline;
    color: #fff;
    line-height: 18px;
    font-size: 16px;
    border-bottom: none;
    transition: 0.3s;
}

.b-cases__block:hover .b-cases__block-text {
    border-bottom: none;
    color: #00519C;
}

.b-cases__block-text span {
    border-bottom: 1px solid #fff;
}

.b-cases__block:hover .b-cases__block-text span {
    border-bottom: 1px solid transparent;
}

.b-cases__block-num {
    color: #FECC2F;
    font-size: 16px;
    line-height: 18px;
}

.b-cases__block-num span {
    display: block;
    line-height: 42px;
    font-size: 38px;
    font-weight: 700;
    white-space: nowrap;
}

.b-cases__more {
    text-align: center;
    margin: 63px 0 100px;
}

/*******SEO 4*****/

/*******SEO 5*****/
.b-page__section_seo_5 {
    background: #FEFDF2;
    padding: 30px 0 93px;
}

.b-steps {
    padding: 17px 0 0;
    position: relative;
    z-index: 30;
}

.b-steps .b-yellow-line {
    margin-bottom: 20px;
    margin-top: 25px;
}

.b-steps .b-yellow-line::before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    margin-left: -100%;
    background: #FECC2F;
}

.b-steps h3 {
    text-transform: uppercase;
    display: inline-block;
}

.b-steps span.h3 {
	text-transform: uppercase;
	display: inline-block;
	font-weight: 600;
	font-size: 24px;
	text-align: left;
	color: black;
	line-height: 1.1;
}

.b-block__bottom span.h3 {
	display: block;
	font-weight: 600;
	font-size: 24px;
	text-align: left;
}

.b-page__section_analytics_10 span.h3 {
	margin-bottom: 50px;
	display: inline-block;
	font-weight: 600;
	font-size: 24px;
	text-align: left;
	color: black;
}

.b-block span.h2 {
	display: block;
	font-weight: 600;
	text-align: left;
	
	margin-bottom: 50px;
	font-family: 'PT Sans', sans-serif;
	line-height: 57px;
	font-size: 48px;
}

.b-page__section_analytics_14 .b-info__item span.h3 {
	padding: 15px 22px;
	font-weight: 500;
	font-size: 24px;
	line-height: 31px;
	text-align: left;
	color: #000000;
	display: block;
}
.b-utp {
	margin-top: 50px;
}
p.title-block.g-h2 {
	margin-top: 0;
}

.b-popup-style.ui-dialog .ui-dialog-content p.h2 {
	text-align: center;
	font-weight: 600;
	font-size: 48px;
	line-height: 53px;
	font-family: Arial,Helvetica,sans-serif;
	color: #000000;
	margin-bottom: 40px;
	margin-top: 0;
}

.b-slider-seo-steps__content {
    display: flex;
    flex-flow: row;
}

.b-steps .b-block__left {
    display: block;
    flex: 0 0 375px;
    padding-right: 30px;
    float: none;
    position: relative;
}

.b-steps .b-block__left > p:first-child {
    margin-top: 0px;
}

.b-steps .b-block__left > p {
    margin-top: 10px;
}

.b-steps .b-block__left .b-quote-box {
    margin-top: 30px;
}

.b-steps .b-slider-5-textbottom {
    position: absolute;
    left: 0px;
    bottom: 0px;
}

.b-steps .b-block__left .b-btn-block {
    margin-top: 30px;
}

.b-steps .b-slider__item img {
    width: 100%;
    height: auto;
    max-width: 100%;
    min-height: 100%;
}

.b-steps .b-slider__item {
    position: relative;
    outline: none;
}

.b-steps .b-block__right {
    width: calc(100% - 375px);
    height: 375px;
    float: none;
}

.b-steps .b-slider__item-inner {
    height: 369px;
    margin: 0 10px 25px;
    z-index: 15;
    padding-top: 23px;
    background: #F7EAD1;
    box-shadow: 0 15px 15px rgba(0, 0, 0, 0.15);
    border-radius: 8px 8px 0 0;
}

.b-page__section_seo_5 .b-steps .b-slider__item-inner:before {
    display: block;
    content: '';
    position: absolute;
    background: url(../images/seo/dots-window.png) center no-repeat;
    top: 9px;
    left: 25px;
    width: 31px;
    height: 8px;
}

.b-slider__item-inner {
    background: #fff;
    border: 1px solid #FFF6D9;
    box-sizing: border-box;
    height: 346px;
    overflow: hidden;
}

/*******SEO 5*****/

/*******SEO 6*****/
.b-page__section_seo_6 {
    padding: 93px 0 78px;
    position: relative;
    z-index: 20;
    overflow: visible;
}

.b-tic {
    padding: 51px 62px;
    background: #000000;
    margin-bottom: 80px;
}

.b-tic__title {
    text-align: center;
    color: #fff;
    margin-bottom: 30px;
}

.b-tic__title > h2 {
    font-family: 'Montserrat', 'PT Sans', sans-serif;
    color: #fff;
    margin: 0 auto;
    text-align: center;
    text-indent: 15px;
    height: 65px;
}

.b-tic__title > span {
    line-height: 15px;
    font-size: 14px;
    opacity: 0.7;
}

.b-tic__cover {
    display: flex;
    flex-flow: row;
}

.b-tic__left {
    position: relative;
    flex: 0 0 50%;
    padding: 5px 0 10px;
    padding-right: 18px;
}

.b-tic__left:after {
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    background: #fff;
    opacity: 0.5;
    position: absolute;
    right: 0;
    top: 0;
}

.b-tic__left > p {
    color: #fff;
    margin-top: 0;
}

.b-tic__left span {
    color: #FECC2F;;
}

.b-tic__right {
    flex: 0 0 50%;
    padding: 5px 0 10px;
    display: flex;
    flex-flow: row;
    justify-content: flex-start;
    padding-left: 58px;
}

.b-tic__right > p {
    color: #fff;
    margin-top: 0;
}

.b-tic__right-icon {
    display: inline-block;
    margin-right: 20px;
    min-width: 72px;
}

/*******SEO 6*****/

/*******SEO 7*****/
.b-page__section_seo_7 {
    padding: 0 0 100px;
    z-index: 30;
    position: relative;
}

.b-possible__title {
    font-family: 'Montserrat', 'PT Sans', sans-serif;
    color: #fff;
    margin-bottom: 50px;
    padding-left: 40px
}

.b-possible__price-header {
    display: flex;
    flex-flow: row;
    position: relative;
    height: 59px;
    padding-left: 40px;
    margin-bottom: 7px;
}

.b-possible__price-header:after {
    content: '';
    display: block;
    width: calc(100% - 40px);
    position: absolute;
    left: 40px;
    bottom: 0;
    height: 1px;
    background: rgba(255, 255, 255, 0.3);
}

.b-possible__price-name {
    flex: 0 0 314px;
}

.b-possible__price-time,
.b-possible__price-value {
    flex: 0 0 150px;
    padding-left: 30px;
    text-align: right;
}

.b-possible__price-header .b-possible__price-name,
.b-possible__price-header .b-possible__price-time,
.b-possible__price-header .b-possible__price-value {
    font-weight: 700;
    line-height: 25px;
    font-size: 24px;
    color: #FFFFFF;
    opacity: 0.5;
}

.b-possible__price-header .b-possible__price-time span,
.b-possible__price-header .b-possible__price-value span {
    display: block;
    line-height: 19px;
    font-size: 18px;
    font-style: italic;
    font-weight: 500;
}

.b-possible__price-row {
    display: flex;
    flex-flow: row;
    margin-bottom: 15px;
    padding-left: 40px;
}

.b-possible__price-row .b-possible__price-name {
    font-size: 18px;
    color: #FFFFFF;
}

.b-possible__price-row .b-possible__price-time,
.b-possible__price-row .b-possible__price-value {
    font-size: 18px;
    text-align: right;
    color: #FECC2F;
}

.b-possible__price-row .b-possible__price-invisible {
    color: #9A9A9A;
}

.b-possible__info-block {
    display: flex;
    flex-flow: row;
    width: 100%;
    background: #000;
    padding: 24px 50px 24px 50px;
    min-height: 90px;
    margin-bottom: 15px;
}

.b-possible__info-block .b-possible__info-block-name {
    font-weight: 700;
    font-size: 30px;
    color: #FFFFFF;
    flex: 0 0 320px;
    margin-right: 22px;
}

.b-possible__info-block .b-possible__info-block-price {
    text-align: right;
    flex: 0 0 265px;
    font-weight: 700;
    font-size: 24px;
    margin-right: 30px;
    color: #FECC2F;
}

.b-possible__info-block .b-possible__info-block-text {
    font-size: 18px;
    color: #C4C4C4;
}

.b-possible__total-total {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    padding-left: 40px;
    margin: 27px 0 28px;
}

.b-possible__total-right {
    flex: 0 0 55.4%;
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    background: #FECC2F;
    padding: 22px 27px;
}

.b-possible__total-right span {
    color: #000;
    font-size: 24px;
    flex: 0 0 142px;
    font-size: 24px;
    font-weight: 700;
}

.b-possible__total-right p {
    color: #000;
    font-size: 18px;
    margin-top: 0;
}

.b-possible__total-left {
    flex: 0 0 41.1%;
    position: relative;
}

.b-possible__total-left:after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #fff;
    opacity: 0.3;
    position: absolute;
    left: 0;
    bottom: 3px;
}

.b-possible__total-left > p {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
}

.b-possible__total-left:before {
    content: '* При средней стоимости специалиста 2000 рублей/час';
    position: absolute;
    display: block;
    font-size: 16px;
    color: #fff;
    opacity: 0.5;
    top: 100%;
    left: 0;
}

/*******SEO 7*****/

/*******SEO 8*****/
.b-work-budget {
    min-height: 300px;
    box-shadow: 0px 25px 25px rgba(0, 0, 0, 0.25);
    background-image: url(../images/seo/we-work.png);
    background-color: #000;
    background-size: cover;
    padding: 37px 40px;
    margin-bottom: 100px;
}

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

.b-work-budget__text {
    flex: 0 0 67.7%;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
}

.b-work-budget__title,
.b-work-budget__text p {
    color: #fff;
}

.b-work-budget__title span {
    color: #FECC2F;
}

.b-work-budget__more {
    display: flex;
    text-align: right;
    flex-flow: column;
    justify-content: flex-end;
}

/*******SEO 8*****/
.b-page__section_seo_8{
    position: relative;
    z-index: 30;
}
/*******SEO 9*****/
.b-page__section_seo_9 {
    position: relative;
    z-index: 30;
}

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

.b-case-system__title {
    font-family: 'Montserrat', 'PT Sans', sans-serif;
    color: #fff;
    margin-bottom: 50px;
}

.b-case-system__title span {
    color: #ffffff;
}

.b-case-system__left {
    flex: 0 0 77%;
}

.b-case-system__left-row {
    display: flex;
    flex-flow: row wrap;
    margin-bottom: 49px;
    justify-content: space-between;
}

.b-case-system__block {
    flex: 0 0 33.1%;
    max-width: 33.1%;
    padding-right: 20px;
    padding-bottom: 55px;
    border-color: transparent;
}

.b-case-system__block-image {
    display: block;
    height: 130px;
    overflow: hidden;
    margin-bottom: 10px;
    position: relative;
    transition: 0.3s;
}

.b-case-system__block-image:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(25, 110, 105, 0.5);
    transition: 0.3s;
}

.b-case-system__block:hover .b-case-system__block-image:before {
    background: rgba(25, 110, 105, 0);
}

.b-case-system__block-image img {
    min-width: 100%;
    height: 100%;
}

.b-case-system__block-link {
    color: #fff;
    text-decoration: none;
    border-bottom: none;
}

.b-case-system__block-link span {
    border-bottom: 1px solid #fff;
}

.b-case-system__block:hover .b-case-system__block-link span {
    border-bottom: 1px solid transparent;
}
.b-case-system__block-link:hover span {
    border-bottom: 1px solid transparent;
}
.b-case-system__right {
    flex: 0 0 200px;
    border: none;
}

.b-case-system__right-book {
    margin-bottom: 15px;
    box-shadow: -8px 4px 4px rgba(0, 0, 0, 0.25);
    position: relative;
}

.b-case-system__right-book:before {
    content: 'Бонус';
    font-size: 16px;
    color: #000000;
    display: block;
    width: 70px;
    height: 24px;
    text-align: center;
    background: url(../images/seo/book-label.png) center no-repeat;
    position: absolute;
    right: -19px;
    top: -11px;
}

.b-case-system__more {
    text-align: center;
    margin: -73px 0 0;
}

/*******SEO 9*****/

/*******SEO 10*****/
.b-page__section_seo_10 {
    padding: 25px 0 100px;
}

/*******SEO 10*****/

/*******SEO 11*****/
.b-page__section_seo_11 {
    padding-bottom: 98px;
}

.b-completo-text {
    margin-bottom: 50px;
}

.glitch-container {
    position: relative;
    font-size: 95px;
    font-style: italic;
    text-align: center;
    width: 100%;
    line-height: 60px;

}

.glitch-container .img-1 {
    position: relative;
    width: 100%;
    height: auto;
    margin: auto;
    animation: noise 4s linear infinite;
    overflow: visible;
    z-index: 1;
}

.glitch-container .img-2 {
    width: 100%;
    height: auto;
    line-height: 60px;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    animation: noise-1 2s linear infinite;
    z-index: 1;
}

.glitch-container .img-3 {
    width: 100%;
    height: auto;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    animation: noise-2 1.4s linear infinite;
    z-index: 1;
}

.glitch-container .line {
    width: 100%;
    height: 200px;
    margin: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0.7;
    overflow: hidden;
    z-index: 0;
}

.glitch-container .line img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    filter: hue-rotate(120deg);
    z-index: -2;
    animation: noise-3 0.5s linear infinite;
}

@keyframes noise-1 {
    0%, 20%, 30%, 40%, 60%, 68%, 70%, 90% {
        opacity: 0;
    }
    10% {
        opacity: .1;
    }
    50% {
        opacity: .5;
        left: -6px;
    }
    80% {
        opacity: .3;
    }
    100% {
        opacity: .6;
        left: 2px;
    }
}

@keyframes noise-2 {
    0%, 20%, 30%, 40%, 60%, 65%, 70%, 90% {
        opacity: 0;
    }
    10% {
        opacity: .1;
    }
    50% {
        opacity: .5;
        left: 6px;
    }
    80% {
        opacity: .3;
    }
    100% {
        opacity: .6;
        left: -2px;
    }
}

@keyframes noise {
    0%, 3%, 5%, 42%, 44%, 100% {
        opacity: 1;
        transform: scaleY(1);
    }
    4.3% {
        opacity: 1;
        transform: scaleY(1.7);
    }
    43% {
        opacity: 1;
        transform: scaleX(1.5);
    }
}

@keyframes noise-3 {
    0%, 3%, 5%, 42%, 44%, 100% {
        opacity: 1;
        transform: scaleY(1);
    }
    4.3% {
        opacity: 0.1;
        transform: scaleY(1);
    }
    43% {
        opacity: 1;
        transform: translateX(-15px);
    }
}

/*******SEO 11*****/

/*******SEO 12*****/
.b-page__section_seo_12 {
    position: relative;
    padding: 0 0 100px;
}

.b-page__section_seo_12 .b-btn-block,
.b-page__section_seo_12 .b-btn-block__text {
    width: 100%;
    max-width: 245px;
}

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

.b-stats__left {
    flex: 0 0 31%;
}

.b-stats__left p {
    color: #fff;
    padding-right: 15px;
}

.b-stats__left p:first-child {
    margin-top: 0;
}

.b-stats__right {
    flex: 0 0 70.5%;
}

.b-page__section_seo_12 .b-clients {
    padding: 25px 15px 15px;
}

.b-page__section_seo_12 .b-clients .b-utp-first {
    margin-top: 0 !important;
    flex-flow: row wrap;
}

.b-page__section_seo_12 .b-clients__h3 {
    margin-bottom: 29px;
}

.b-page__section_seo_12 .b-utp .b-utp__item {
    padding-right: 20px;
    text-align: center;
    flex: 0 0 25%;
    max-width: 25%;
    margin-bottom: 25px;
}

.b-page__section_seo_12 .b-utp {
    align-items: center;
    margin-top: 20px !important;
}

.b-page__section_seo_12 .b-utp .b-utp__item:nth-child(4n+4) {
    padding-right: 0px;
}

.b-clients .b-number__text:first-child {
    top: 0px;
    left: 0px;
    margin-top: -8px;
}

.b-clients .b-number {
    position: relative;
    display: inline-block;
}

.b-stats-bottom__title {
    font-size: 24px;
    font-weight: 700;
    color: #FFFFFF;
    margin-bottom: 15px;
}

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

.b-stats-bottom__block {
    flex: 0 0 25%;
    text-align: center;
    height: 170px;
    max-width: 220px;
}

.b-stats-bottom__block .b-number {
    display: block;
}

.b-stats-bottom__block .b-number .g-glitch:before {
    color: #00D97E;
}

.b-stats-bottom__block .b-number .g-glitch:after {
    color: #FF0000;
}

.b-stats-bottom__block .b-number > p {
    color: #fff;
    margin-top: 0;
}

.b-stats-bottom__block .b-number > span {
    line-height: 40px;
    font-size: 36px;
    color: #fff;
    font-weight: 700;
}

.b-stats-bottom__block .b-number > span.g-glitch.g-glitch {
    color: #fff;
    font-weight: 700;
    line-height: 83px;
    font-size: 64px;
    text-align: center;
}

.b-stats-bottom__block .b-number > span.g-glitch:before,
.b-stats-bottom__block .b-number > span.g-glitch:after {
    text-transform: none;
}

/*******SEO 12*****/

/*******SEO 13*****/
.b-page__section_seo_13 {
    padding: 0 0 112px;
}

/*******SEO 13*****/

/*******CONFIDENCE*****/
.b-confidence {
    display: flex;
    flex-flow: row;
    justify-content: center;
    padding: 32px 100px;
    background: #fff;
}

.b-confidence__left {
    flex: 0 0 66.7%;
    margin-right: 50px;
}

.b-confidence__left p {
    color: #000;
    font-weight: 700;
    margin-top: 0;
}

.b-confidence__left span {
    display: block;
    font-size: 24px;
}

.b-confidence__right .b-btn-block__text {
    white-space: nowrap;
}

/*******CONFIDENCE*****/

/*******BLACK INFORM*****/
.b-inform__title {
    color: #fff;
    font-family: 'Montserrat', 'PT Sans', sans-serif;
    margin-bottom: 50px;
}

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

.b-inform__block {
    display: inline-block;
    position: relative;
    padding: 15px 25px;
    flex: 0 0 31.9%;
    height: 240px;
    background: #000000;
    margin-bottom: 30px;
}

.b-inform__block p {
    position: relative;
    z-index: 20;
    font-size: 24px;
    color: #FFFFFF;
    margin-top: 0;
}

.b-inform__block-1:after {
    display: block;
    content: '';
    width: 73.8%;
    height: 55px;
    position: absolute;
    left: 25px;
    bottom: 55px;
    background: url(../images/seo/inform/inform_1.png) center no-repeat;
    background-size: 100% !important;
}

.b-inform__block-2:after {
    display: block;
    content: '';
    width: 52%;
    height: 91px;
    position: absolute;
    right: 30px;
    background-size: 100% !important;
    bottom: 0;
    background: url(../images/seo/inform/inform_2.png) bottom center no-repeat;
}

.b-inform__block-3:after {
    display: block;
    content: '';
    width: 89%;
    height: 129px;
    position: absolute;
    right: 13px;
    bottom: 12px;
    background: url(../images/seo/inform/inform_3.png) center no-repeat;
    background-size: 100% !important;
}

.b-inform__more {
    text-align: center;
    margin: 0;
}

/*******BLACK INFORM*****/

/*******BLACK FORM*****/
.b-black-form {
    background: #000;
    padding: 40px 73px 47px;
    box-shadow: 0 25px 25px rgba(0, 0, 0, 0.25);
}

.b-black-form__title {
    color: #fff;
    font-family: 'Montserrat', 'PT Sans', sans-serif;
    margin-bottom: 50px;
}

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

.b-black-form__form-input {
    flex: 0 0 49%;
    margin-bottom: 35px;
    position: relative;
}

.b-black-form__form-input input {
    width: 100%;
}

.b-black-form__form-textarea label,
.b-black-form__form-input label {
    color: #fff;
    margin-bottom: 5px;
}

.b-black-form__form-textarea {
    flex: 0 0 100%;
    margin-bottom: 30px;
}

.b-black-form__form-textarea textarea {
    width: 100%;
    resize: none;
    height: 196px;
}

.b-black-form__bottom {
    flex: 0 0 100%;
}

.b-black-form__bottom-btn {
    margin-right: 20px;
}

.b-black-form__bottom-confirm {
    display: flex;
    flex-flow: row;
    text-align: left;
    align-items: center;
}

.b-black-form__bottom-text {
    color: #fff;
}

/*******BLACK FORM*****/

/*******NOTEBOOK SLIDER*****/
.b-notebook-slider {
    display: flex;
    flex-flow: row;
    margin-top: 32px;
}

.b-notebook-slider__side {
    display: inline-block;
    position: relative;
    z-index: 100;
    flex: 0 0 172px;
}

.b-notebook-slider__side-list {
    margin-top: 21px;
}

.b-notebook-slider__side-list li {
    display: block;
    padding: 10px 0 10px 17px;
    border: 1px solid transparent;
    line-height: 18px;
    font-size: 16px;
    color: #0082F9;
    cursor: pointer;
    margin-bottom: 5px;
    transition: 0.3s;
}

.b-notebook-slider__side-list li:hover {
    color: #00519C;
}

.b-notebook-slider__side-list li.active {
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.15);
    background: #FFFFFF;
    border: 1px solid #FECC2F;
    box-sizing: border-box;
    color: #000000;
}

.b-notebook-slider__main {
    position: relative;
    display: inline-block;
    flex: 0 0 833px;
    left: -40px;
    max-width: 833px;
    z-index: 50;
}

.b-notebook-slider__main-cover {
    display: block;
    position: relative;
    background: url("../images/seo/MacBook_Silver_white-1.png") center no-repeat;
    background-size: 100%;
    height: 483px;
    padding: 53px 95px 0;
}

.b-notebook-slider__main-cover:before {
    content: '';
    width: 100%;
    height: calc(100% - 20px);
    background: #FEFDF2;
    position: absolute;
    right: calc(100% - 77px);
    top: 0;
    z-index: 10;
}
.b-notebook-slider__main:after{
    display: block;
    content: '';
    background: url(../images/seo/mac-book-side.png) center no-repeat;
    position: absolute;
    left: 76px;
    top: 22px;
    z-index: 10;
    width: 18px;
    height: 425px;
}
.b-notebook-slider__main:before{
    display: block;
    content: '';
    background: url(../images/seo/mac-book-side_r.png) center no-repeat;
    position: absolute;
    right: 76px;
    top: 22px;
    z-index: 10;
    width: 18px;
    height: 425px;
}
.b-slick-pagintation_notebook {
    position: absolute;
    top: calc(100% + 32px);
    right: 42px;
}

.b-slick-pagintation_notebook .b-icon {
    position: absolute;
    right: -57px;
    top: 3px;
}

.js-slick-slider_notebook.b-slider,
.js-slick-slider_notebook .slick-list {
    overflow: visible;
}

.js-slick-slider_notebook .slick-list {
    margin-right: -49px;
}

.js-slick-slider_notebook .slick-slide {
    opacity: 0;
    transition: 0.3s;
    margin-right: 49px;
}

.js-slick-slider_notebook .slick-slide img {
    width: 100%;
}

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

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

.b-notebook-slider__main-text {
    position: relative;
    max-width: 456px;
    padding-left: 80px;
}

.b-notebook-slider__main-text-block {
    display: block;
    margin-bottom: 24px;
}

.b-possible__price-value span, .b-possible__price-time span {
    display: none;
}

/*******NOTEBOOK SLIDER*****/

.b-steps__link-image {
    display: none;
}

/*******ADAPTIVE*****/
@media (max-width: 1230px) {
    .b-scheme-block {
        margin: 0 0 127px;
    }

    .b-cases__block {
        flex: 0 0 23%;
        max-width: 23.9%;
    }

    .b-tic {
        margin: 0 auto 80px;
        max-width: calc(100% - 40px);
    }

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

    .b-quality__cover:after {
        display: block;
        content: '';
        width: calc(100% + 40px);
        height: 848px;
        position: absolute;
        right: -20px;
        top: -273px;
        background: url(../images/seo/lines/line_5.png) right center no-repeat;
        background-size: cover;
    }

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

    .b-page__section_seo_7:after {
        display: block;
        content: '';
        width: 1280px;
        height: 1270px;
        position: absolute;
        right: -20px;
        top: -61px;
        background: url(../images/seo/lines/line_3.png) right center no-repeat;
        background-size: cover;
        z-index: -1;
    }

    .b-page__section_seo_7-2:after {
        display: none;
    }
}

@media (max-width: 959px) {
    .b-tic__title > h2{
        text-indent: 0;
        text-align: left;
    }
    .b-tic__right-icon{
        min-width: 55px;
        max-width: 55px;
        background-size: contain !important;
        background-repeat: no-repeat;
    }
    .b-tic__title > span{
        margin-top: 5px;
        display: block;
    }
    .b-steps__link-image {
        display: block;
        margin-left: 10px;
    }

    .b-stats-bottom__row {
        margin-bottom: 15px;
    }

    .b-stats-bottom__block {
        flex: 0 0 23%;
    }

    .b-page__section_seo_1 .b-forecast__right-block {
        margin-bottom: 20px;
        padding: 22px 15px 22px;
        margin-top: 80px;
    }

    .b-scheme-block__left-title, .b-scheme-block__left-bottom {
        margin-left: 0;
    }

    .b-page__section_seo_1 .b-forecast__left-list > li {
        margin: 11px 0 16px;
    }

    .b-page__section_seo_1 h2 {
        margin-bottom: 15px;
    }

    .b-page__section_seo_1 .b-info-icon__block {
        flex: 0 0 23%;
    }

    .b-page__section_seo_1 .b-info-icon__block-img {
        padding: 22px 40px 22px;
        height: 116px;
    }

    .b-page__section_seo_1 .b-info-icon__block-img:before {
        width: calc(100% - 38px);
    }

    .b-page__section_seo_1 .b-info-icon__block-text {
        padding: 0 8px 25px 8px;
    }

    .b-page__section_seo_1 .b-how__title {
        margin-bottom: 22px;
    }

    .b-page__section_seo_1 .b-how__cover {
        justify-content: space-between;
    }

    .b-page__section_seo_1 .b-how__block {
        flex: 0 0 23.12%;
        flex-flow: column;
    }

    .b-page__section_seo_1 .b-how__block-image {
        height: 44px;
    }

    .b-page__section_seo_1 .b-how {
        margin-bottom: 64px;
    }

    .b-notebook-slider {
        margin-top: 20px;
    }

    .b-notebook-slider__main-cover:before {
        display: none;
    }

    .b-notebook-slider__main {
        flex: 0 0 560px;
        max-width: 560px;
        left: 5px;
    }
    .b-notebook-slider__main:after{
        width: 12px;
        height: 285px;
        left: 54px;
        top: 13px;
    }
    .b-notebook-slider__main:before{
        width: 12px;
        height: 285px;
        right: 53px;
        top: 13px;
    }
    .b-notebook-slider__main-cover {
        background: url("../images/seo/MacBook_Silver_white-1.png") top no-repeat;
        height: 323px;
        padding: 15px 64px 26px;
        background-size: contain;
    }

    .js-slick-slider_notebook .slick-slide {
        height: 282px;
    }

    .js-slick-slider_notebook .slick-slide img {
        height: 100%;
    }

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

    .b-notebook-slider__side-list li {
        padding: 8px 0 8px 17px;
    }

    .b-notebook-slider__main-text {
        max-width: 210px;
        padding-left: 0;
    }

    .b-notebook-slider__main-text .b-btn-block__text {
        white-space: nowrap;
    }

    .b-slick-pagintation_notebook {
        right: 65px;
    }

    .b-page__section_seo_2 {
        padding-bottom: 40px;
    }

    .b-scheme-block {
        padding: 45px 15px 58px;
    }

    .b-scheme-block__left {
        flex: 0 0 66.5%;
    }

    .b-scheme-block__right {
        flex: 0 0 30.4%;
    }

    .b-scheme-block__magick {
        margin: 36px 0 25px;
    }

    .b-scheme-block__right > p {
        margin-top: 0;
    }

    .b-scheme-block__left-text {
        line-height: 32px;
        margin: 40px 0 29px;
        padding: 34px 33px;
    }

    .b-scheme-block__right .b-btn-block__text {
        padding: 10px 15px;
    }

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

    .b-quote-black__right {
        margin-left: 50px;
        flex: 0 0 70.1%;
    }

    .b-quote-black {
        justify-content: space-between;
    }

    .b-video-notebook__right {
        flex: 0 0 58%;
        position: relative;
        top: 45px;
    }

    .b-video-notebook__left {
        flex: 0 0 41.5%;
    }

    .b-video-notebook__left-title {
        position: absolute;
    }

    .b-video-notebook__left-title .g-glitch {
        white-space: nowrap;
    }

    .b-video-notebook__left-text {
        padding-top: 134px;
    }

    .b-quality__right {
        right: 100px;
        flex: 0 0 calc(100% - 481px);
    }

    .b-cases__cover {
        flex-flow: row wrap;
    }

    .b-cases__block {
        display: flex;
        flex-flow: row;
        flex: 0 0 48.7%;
        max-width: 48.7%;
        margin-bottom: 20px;
    }

    .b-cases__block-image {
        flex: 0 0 50%;
    }

    .b-cases__block-info {
        padding: 15px 20px 15px;
        height: initial;
    }

    .b-cases__more {
        margin: 30px 0 63px;
    }

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

    .b-steps .b-block__left {
        flex: 0 0 269px;
        padding-right: 30px;
        padding-bottom: 90px;
    }

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

    .b-steps .b-slider__item-inner {
        max-height: 253px;
    }

    .b-page__section_seo_6 {
        padding: 65px 0 69px;
    }

    .b-tic {
        padding: 51px 25px 30px;
        margin-bottom: 57px;
    }

    .b-tic__title > h2 {
        height: initial;
    }

    .b-tic__right {
        padding-left: 20px;
    }

    .b-tic__left {
        padding-right: 52px;
    }

    .b-quote-black__left-text {
        text-align: center;
        max-width: 143px;
    }

    .b-possible__price-header,
    .b-possible__price-row,
    .b-possible__title {
        padding-left: 0;
        padding-right: 33px;
    }

    .b-possible__info-block {
        padding: 12px 33px 12px 15px;
        flex-flow: row wrap;
        justify-content: flex-end;
    }

    .b-possible__info-block {
        height: initial;
    }

    .b-possible__price-name {
        flex: 0 0 50%;
    }

    .b-possible__price-header:after {
        left: 0;
        width: 100%;
    }

    .b-possible__price-value,
    .b-possible__price-time {
        flex: 0 0 25%;
    }

    .b-possible__info-block .b-possible__info-block-name {
        flex: 0 0 50%;
        margin: 0;
    }

    .b-possible__info-block .b-possible__info-block-price {
        flex: 0 0 50%;
        margin: 0;
    }

    .b-possible__info-block .b-possible__info-block-text {
        max-width: 231px;
        margin-top: 9px;
    }

    .b-possible__total-total {
        padding-left: 0;
    }

    .b-possible__total-right {
        flex: 0 0 40.3%;
        flex-flow: column;
    }

    .b-possible__total-right span {
        flex: 0 0 35px;
        text-align: right;
    }

    .b-possible__total-left {
        flex: 0 0 57.1%;
        height: 100px;
    }

    .b-inform__more .b-btn-block__text {
        width: 223px;
        padding: 15px 22px;
    }

    .b-work-budget {
        padding: 40px 25px;
        margin: 60px 0;
    }

    .b-work-budget__text {
        flex: 0 0 63.7%;
    }

    .b-work-budget__more {
        padding-top: 30px;
        justify-content: flex-start;
    }

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

    .b-page__section_seo_7-2 {
        padding: 0 0 50px;
    }

    .b-tic {
        max-width: 100%;
    }

    .b-page__section {
        margin: -1px 0;
    }

    .b-case-system__left {
        flex: 0 0 calc(100% - 200px);
    }

    .b-case-system__block {
        flex: 0 0 48%;
        max-width: 48%;
    }

    .b-case-system__left-row {
        margin-bottom: 0;
    }

    .b-case-system__more {
        text-align: left;
        margin: 0;
    }

    .b-page__section_seo_10 {
        padding: 70px 0;
    }

    .b-case-system__title {
        margin-bottom: 35px;
    }

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

    .b-stats__left {
        flex: 0 0 100%;
        max-width: 555px;
        padding-right: 0;
        margin-bottom: 30px;
    }

    .b-stats__right {
        flex: 0 0 100%;
    }

    .b-number-na {
        height: 0;
        position: relative;
        display: block;
        top: -30px;
    }

    .b-page__section_seo_12 {
        padding-bottom: 80px;
    }

    .b-black-form__form-input {
        flex: 0 0 100%;
    }

    .b-black-form {
        padding: 40px 30px;
    }

    .b-page__section_seo_10 {
        padding: 0px 0 60px;
    }

    .b-page__section_seo_10 .b-confidence {
        padding: 32px 25px;
        justify-content: space-between;
    }

    .b-page__section_seo_10 .b-cases__block-info {
        padding: 15px 10px 15px;
    }

    .b-page__section_seo_10 .b-confidence__left {
        top: -10px;
        margin-right: 25px;
        position: relative;
    }

    .b-page__section_seo_10 .b-confidence__left span {
        margin-bottom: 10px;
    }

    .b-page__section_seo_10 .b-confidence__right .b-btn-block__text {
        width: 100%;
        max-width: 207px;
        box-sizing: border-box;
        padding: 15px 10px;
    }

    .b-page__section_seo_10 .b-confidence__right .b-btn-block {
        width: 100%;
        max-width: 207px;
    }
}

@media (max-width: 767px) {
    html {
        scroll-behavior: initial;
    }
    body{
        overflow: visible;
    }
    .b-page__section_seo_1 .b-forecast__left-text {
        height: initial;
    }

    .b-page__section_seo_1 .b-forecast__right-block {
        margin-top: 10px;
    }

    .b-page__section_seo_1 .b-forecast__left-list > li:before {
        width: 15px;
    }

    .b-page__section_seo_1 .b-info-icon {
        flex-flow: row wrap;
    }

    .b-page__section_seo_1 .b-info-icon__block {
        min-width: 140px;
        margin-top: 10px;
    }

    .b-page__section_seo_1 .b-info-icon__block-img {
        padding: 22px 0 22px;
    }

    .b-page__section_seo_1 .b-info-icon {
        margin-top: 0;
    }

    .b-page__section_seo_1 .b-forecast {
        display: flex;
        flex-flow: column;
    }

    .b-page__section_seo_1 .b-forecast__left {
        max-width: 100%;
    }

    .b-page__section_seo_1 .b-forecast__right-block {
        flex-flow: row wrap;
    }

    .b-page__section_seo_2 {
        padding: 30px 0 45px;
    }

    .b-notebook-slider {
        flex-flow: column;
    }

    .b-notebook-slider__side-list li.active {
        display: block;
        position: relative;
        order: -1;
    }

    .b-notebook-slider__side-list li.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-notebook-slider__side-list {
        display: flex;
        flex-flow: column;
        margin-bottom: 20px;
    }

    .b-notebook-slider__side-list.opened li {
        display: block;
    }

    .b-notebook-slider__side-list.opened li.active:after {
        transform: rotate(180deg);
    }

    .b-notebook-slider__side-list li {
        display: none;
        max-width: 300px;
        padding: 11px 30px 11px 17px;
        width: 100%;
    }

    .b-page__section_seo_3 {
        padding-bottom: 35px;
    }

    .b-quality__cover:after {
        display: none;
    }

    .b-quality__attention {
        font-size: 26px;
    }

    .b-quality__text br {
        display: none;
    }

    .b-video-notebook__left-title {
        position: relative;
    }

    .b-video-notebook__left-text {
        padding-top: 0;
    }

    .b-notebook-slider__side {
        flex: 0 0 100%;
    }

    .b-notebook-slider__side-list li br {
        display: none;
    }

    .b-scheme-block {
        flex-flow: column;
        margin: 0 0 54px;
    }

    .b-scheme-block__left {
        flex: 0 0 100%;
        margin-bottom: 50px;
    }

    .b-scheme-block__left-text {
        line-height: 32px;
        margin: 40px 0 29px;
        padding: 10px 19px 10px 30px;
    }

    .b-scheme-block__magick {
        margin: 35px 0 43px;
    }

    .b-quote-black__left {
        justify-content: center;
        align-items: center;
        padding: 0;
        flex: 0 0 100%;
        margin-bottom: 35px;
    }

    .b-quote-black {
        flex-flow: column;
    }

    .b-quote-black__right {
        margin-left: 0;
    }

    .b-quote-black__right-text:before {
        left: 0;
        top: -45px;
    }

    .b-quote-black__last-word:after {
        right: -50px;
    }

    .b-quote-black__right-text {
        font-size: 26px;
    }

    .b-video-notebook {
        flex-flow: column;
    }

    .b-video-notebook__mobile-img {
        display: block;
        width: 100%;
        margin-bottom: 25px;
    }

    .b-video-notebook__right {
        display: none;
    }

    .b-video-notebook .b-block-video {
        width: 100%;
        max-width: 320px;
        display: block;
        height: 186px;
    }

    .b-quality {
        padding: 45px 0 0;
    }

    .b-quality__left {
        position: relative;
        flex: 0 0 100%;
        z-index: 30;
    }

    .b-quality__cover {
        position: relative;
        padding-bottom: 345px;
    }

    .b-quality__right {
        position: absolute;
        max-width: calc(100% + 30px);
        width: 500px;
        height: 482px;
        left: 0;
        z-index: 5;
        top: calc(100% - 370px);
        opacity: 0.7;
        background: url(../images/seo/lines/line_5.png) right center;
        margin: 0 -15px;
    }

    .b-quality__num[data-quality="8"] {
        top: 331px;
        left: 20px;
    }

    .b-quality__num[data-quality="9"] {
        top: 350px;
        left: 270px;
    }

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

    .b-cases {
        padding: 70px 0 0;
    }

    .b-cases__block {
        flex: 0 0 100%;
        max-width: 100%;
    }

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

    .b-steps .b-yellow-line {
        display: flex;
        align-items: center;
        position: relative;
    }

    .b-tic__title {
        text-align: left;
        margin-bottom: 20px;
    }

    .b-tic__title > h2 {
        text-align: left;
        text-indent: 0;
        line-height: 35px;
        font-size: 34px;
        margin-bottom: 20px;
    }

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

    .b-tic__left {
        padding: 0;
        flex: 0 0 100%;
        margin-bottom: 20px;
    }

    .b-tic__left:after {
        display: none;
    }

    .b-tic {
        padding: 30px 15px;
    }

    .b-tic__right {
        padding: 0;
        flex: 0 0 100%;
    }

    .b-tic__right-icon {
        display: inline-block;
        margin-right: 8px;
        min-width: 44px;
        width: 44px;
        height: 44px;
        background-size: contain;
        position: relative;
        background-repeat: no-repeat;
        top: 5px;
    }

    .b-possible__title {
        padding-right: 0;
        line-height: 34px;
        font-size: 33px;
    }

    .b-possible__price-header, .b-possible__price-row, .b-possible__title {
        padding-right: 0;
    }

    .b-possible__price-header {
        display: none;
    }

    .b-possible__price-row {
        flex-flow: row wrap;
    }

    .b-possible__price-name {
        flex: 0 0 100%;
        line-height: 26px;
    }

    .b-possible__price-value, .b-possible__price-time {
        flex: initial;
        padding: 0;
        line-height: 26px;
    }

    .b-possible__price-time {
        padding-right: 4px;
    }

    .b-possible__price-value span, .b-possible__price-time span {
        display: inline;
    }

    .b-possible__info-block {
        flex-flow: column;
        justify-content: flex-start;
        padding: 15px;
    }

    .b-possible__info-block .b-possible__info-block-name {
        margin-bottom: 10px;
    }

    .b-possible__info-block .b-possible__info-block-price {
        text-align: left;
        order: -1;
        margin-bottom: 10px;
    }

    .b-possible__total-total {
        flex-flow: column;
    }

    .b-possible__total-left > p {
        padding-bottom: 10px;
        margin-top: 0;
    }

    .b-possible__total-left:before {
        top: calc(100% + 5px);
    }

    .b-possible__total-left {
        margin-bottom: 55px;
        height: 50px;
    }

    .b-work-budget__title {
        font-size: 34px;
        line-height: normal;
        margin-bottom: 25px;
    }

    .b-work-budget__cover {
        flex-flow: column;
    }

    .b-work-budget__more {
        text-align: center;
    }

    .b-work-budget__text p {
        margin-top: 0;
    }

    .b-possible__total-right span {
        text-align: left;
    }

    .b-work-budget {
        padding: 40px 15px;
        margin: 30px 0 40px;
    }

    .b-case-system__block {
        flex: 0 0 100%;
        padding-right: 0;
        max-width: 290px;
    }

    .b-case-system {
        flex-flow: column;
    }

    .b-case-system__right {
        flex: initial;
        max-width: 200px;
        display: block;
        margin: 0 auto;
    }

    .b-case-system__more {
        display: none;
    }

    .b-inform {
        flex-flow: column;
        max-width: 290px;
        margin: 0 auto;
    }

    .b-stats-bottom__block .b-number > span.g-glitch.g-glitch {
        line-height: 60px;
        font-size: 46px;
    }

    .b-stats-bottom__block .b-number > span {
        line-height: 26px;
        font-size: 22px;
    }

    .b-number-na {
        top: -18px;
    }

    .b-page__section_seo_12 {
        padding-bottom: 30px;
    }

    .b-page__section_seo_7.b-page__section_seo_7-2 {
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 10px;
    }

    .b-possible__title br {
        display: none;
        line-height: 34px;
        font-size: 33px;
    }

    .b-page__section_seo_11 {
        padding-bottom: 45px;
    }
}

@media (max-width: 640px) {
    .b-notebook-slider__main:after,
    .b-notebook-slider__main:before{
        display: none;
    }
    .b-page__section_seo_1 .b-how {
        padding: 25px 8px 10px 15px;
        margin-bottom: 45px;
    }

    .b-page__section_seo_1 .b-info-icon__block {
        flex: 0 0 48%;
    }

    .b-page__section_seo_1 .b-how__cover {
        display: flex;
        flex-flow: column;
    }

    .b-page__section_seo_1 .b-how__block {
        flex: 0 0 100%;
        flex-flow: row;
        align-items: center;
        margin-bottom: 25px;
    }

    .b-how__block-text br {
        display: none;
    }

    .b-slider-seo-steps__content {
        display: flex;
        flex-flow: column;
    }

    .b-steps .b-block__left {
        flex: 0 0 100%;
        padding-right: 0;
        padding-bottom: 0;
        margin-bottom: 25px;
    }

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

    .b-steps .b-slider-5-textbottom {
        position: absolute;
        left: 0;
        bottom: -385px;
    }

    .b-steps {
        padding: 17px 0 108px;
    }

    .b-case-system__left-row {
        justify-content: center;
    }

    .b-confidence {
        justify-content: space-between;
        flex-flow: column;
        padding: 20px 25px;
    }

    .b-confidence__left {
        margin: 0 0 25px;
        flex: 0 0 100%;
    }

    .b-page__section_seo_12 .b-utp .b-utp__item {
        flex: 0 0 33%;
        max-width: 33%;
        padding: 0 15px;
    }

    .b-stats-bottom__row {
        display: flex;
        flex-flow: row wrap;
    }

    .b-stats-bottom__block {
        flex: 0 0 48%;
        max-width: 49%;
        margin-bottom: 30px;
        height: initial;
    }

    .b-black-form {
        padding: 35px 15px;
    }

    .b-black-form__bottom-confirm {
        flex-flow: column;
    }

    .b-black-form__bottom-btn {
        margin: 0 0 10px 0;
        width: 100%;
    }

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

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

    .b-yellow-line__part1 h3 {
        white-space: nowrap;
        max-height: 66px;
    }

    .b-steps .b-yellow-line::before {
        height: 66px;
        top: initial;
    }

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

    .b-page__section_seo_5 .b-steps .b-link_file {
        top: -5px;
        left: -10px;
    }

    .b-page__section_seo_5 .b-steps .b-slider-5-textbottom {
        bottom: -320px;
    }

    .b-page__section_seo_5 .b-steps .b-slider__item {
        padding: 0 10px;
    }

    .b-page__section_seo_7 {
        padding: 0 15px 50px;
    }
}

@media (max-width: 570px) {
    .b-notebook-slider__main {
        flex: 0 0 100%;
        max-width: 430px;
        margin: 0 auto;
    }

    .b-notebook-slider__main-cover {
        height: 255px;
        padding: 13px 50px 27px;
    }

    .js-slick-slider_notebook .slick-slide {
        height: 215px;
    }

    .b-notebook-slider__main-text {
        max-width: 100%;
        padding-left: 0;
    }

    .b-notebook-slider__main-text-block {
        display: block;
        margin-bottom: 70px;
    }

    .b-slick-pagintation_notebook {
        top: calc(100% + 78px);
        right: calc(50% - 134px) !important;
    }

    .b-notebook-slider__main-text-btn {
        text-align: center;
    }

    .b-page__section_seo_12 .b-utp .b-utp__item img {
        width: 100%;
    }

    .b-case-system__block-image {
        height: auto;
    }

    .b-case-system__block-image img {
        width: 100%;
        height: initial;
        margin-bottom: -5px;
    }

    .b-page__section_seo_6 {
        padding-bottom: 50px;
    }
}

@media (max-width: 470px) {
    .b-page__section_seo_1 .b-forecast__right-block {
        flex-flow: column;
        justify-content: flex-start;
        margin-bottom: 25px;
    }

    .b-steps .b-block__right {
        height: 176px;
    }

    .b-steps .b-slider__item-inner {
        max-height: 176px;
        margin: 0 0 25px;
    }

    .b-steps .b-slider-5-textbottom {
        bottom: -307px;
    }

    .b-forecast__right__more {
        text-align: center;
    }

    .b-notebook-slider__main {
        max-width: 290px;
    }

    .js-slick-slider_notebook .slick-slide {
        height: 146px;
    }

    .b-notebook-slider__main-text {
        max-width: 100%;
        padding-left: 0;
    }

    .b-notebook-slider__main-text-block {
        display: block;
        margin-bottom: 70px;
    }

    .b-notebook-slider__main-cover {
        height: 171px;
        padding: 7px 33px 17px;
    }

    .b-slick-pagintation_notebook {
        top: calc(100% + 96px);
        right: initial;
        left: 0;
    }

    .b-slick-pagintation_notebook .b-icon {
        display: none;
    }

    .b-page__section_seo_2 {
        padding: 30px 0 45px;
    }

    .b-video-notebook .b-block-video {
        height: 148px;
    }
}

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


@media (max-width: 767px) {
	.b-block span.h2 {
		margin-bottom: 25px;
		line-height: 28px;
    font-size: 24px;
	}
	.b-page__section_b20 .b-box__inner p {
    color: #000;
    font-size: 12px;
	}
}