.wrap {
    width: 100%;
    max-width: 1180px;
    padding-right: 10px;
    padding-left: 10px;
    margin: 0 auto;
}

.mob-app-links .wrap,
.footer-awards .wrap {
    margin: 0;
}

.footer-awards .wrap {
    width: auto;
}

.backlink-checker-new__section-title,
.backlink-checker-new__section-undertitle {
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
    font-weight: 600;
    color: #171b24;
    text-align: center;
}

.backlink-checker-new__section-title {
    font-size: 30px;
    line-height: 1.2;
}

.backlink-checker-new__section-undertitle {
    font-size: 18px;
    line-height: 1.83;
}

.backlink-checker-new__data-list {
    padding-top: 75px;
    padding-bottom: 70px;
}

.backlink-checker-new__data-list .backlink-checker-new__section-title {
    max-width: 500px;
    margin-bottom: 40px;
}

.backlink-checker-new__data-list .backlink-checker-new__section-undertitle {
    margin-bottom: 60px;
}

.backlink-checker-new__data-list .wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.backlink-checker-new__data-list .wrap .item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 200px;
    height: 75px;
    font-size: 16px;
    line-height: 1.25;
    color: #171b24;
    text-align: center;
    border: solid 1px #ececec;
}

.backlink-checker-new__data-list .wrap .item:before {
    position: absolute;
    top: 0;
    width: 60px;
    height: 12px;
    content: '';
    background-color: #fff;
    transform: translateY(-50%);
}

.backlink-checker-new__data-list .wrap .item:after {
    position: absolute;
    top: 0;
    width: 10px;
    height: 10px;
    content: '';
    border-radius: 10px;
    transform: translateY(-50%);
}

.backlink-checker-new__data-list .wrap .item:nth-of-type(1n):after {
    background-color: #0da1e3;
}

.backlink-checker-new__data-list .wrap .item:nth-of-type(2n):after {
    background-color: #bf63d2;
}

.backlink-checker-new__data-list .wrap .item:nth-of-type(3n):after {
    background-color: #7697ff;
}

.backlink-checker-new__data-list .wrap .item:nth-of-type(4n):after {
    background-color: #ff9292;
}

.backlink-checker-new__data-list .wrap .item:nth-of-type(5n):after {
    background-color: #5bd9b5;
}

.backlink-checker-new__params-list {
    padding-top: 68px;
    padding-bottom: 45px;
}

.backlink-checker-new__params-list .backlink-checker-new__section-title {
    margin-bottom: 90px;
}

.backlink-checker-new__params-list .wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

.backlink-checker-new__params-list .wrap .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 252px;
    margin-bottom: 40px;
}

.backlink-checker-new__params-list .wrap .item img {
    width: 86px;
    height: auto;
    margin-bottom: 16px;
}

.backlink-checker-new__params-list .wrap .item-head,
.backlink-checker-new__params-list .wrap .item-text {
    color: #171b24;
    text-align: center;
}

.backlink-checker-new__params-list .wrap .item-head {
    margin-bottom: 16px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.25;
}

.backlink-checker-new__params-list .wrap .item-text {
    font-size: 15px;
    line-height: 1.6;
}

.backlink-checker-new__description .wrap {
    padding-top: 36px;
}

.backlink-checker-new__description p {
    font-size: 18px;
    line-height: 1.83;
    color: #171b24;
}

.backlink-checker-new__description p svg {
    display: inline;
    width: 197px;
    height: 36px;
    vertical-align: top;
}

.backlink-checker-new__description-list {
    padding: 72px 0;
}

.backlink-checker-new__description-list .backlink-checker-new__section-title,
.backlink-checker-new__description-list .backlink-checker-new__section-undertitle {
    font-size: 18px;
    line-height: 1.83;
    color: #171b24;
}

.backlink-checker-new__description-list .backlink-checker-new__section-title {
    font-weight: 600;
    text-align: center;
}

.backlink-checker-new__description-list .backlink-checker-new__section-undertitle {
    margin-bottom: 45px;
    font-weight: 400;
}

.backlink-checker-new__description-list .wrap {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
}

.backlink-checker-new__description-list .item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 200px;
    height: 80px;
    padding-right: 5px;
    padding-left: 5px;
    border-radius: 5px;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.05);
}

.backlink-checker-new__description-list .item-wrap {
    position: relative;
}

.backlink-checker-new__description-list .item > h3 {
    padding: 0;
    margin: 0;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.33;
    color: #171b24;
    text-align: center;
}

.backlink-checker-new__description-list .item-wrap .hint-body,
.backlink-checker-new__description-list .item-wrap .hint-place {
    position: absolute;
    top: 0;
    right: 0;
}

.backlink-checker-new__description-list .item-wrap .hint-place {
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    cursor: default;
    background-color: #fff;
    border: solid 5px #fbfbfb;
    border-radius: 45px;
    transition: .3s;
    transform: translate(50%, -50%);
}

.backlink-checker-new__description-list .item-wrap .hint-place svg {
    width: auto;
    height: 24px;
}

.backlink-checker-new__description-list .item-wrap .hint-place:hover {
    border: solid 5px #f3f7ff;
}

.backlink-checker-new__description-list .item-wrap:first-of-type .hint-place svg use {
    fill: #feda20 !important;
}

.backlink-checker-new__description-list .item-wrap:nth-of-type(2) .hint-place svg use {
    fill: #bf63d2 !important;
}

.backlink-checker-new__description-list .item-wrap:nth-of-type(3) .hint-place svg use {
    fill: #1863fd !important;
}

.backlink-checker-new__description-list .item-wrap:last-of-type .hint-place svg use {
    fill: #36b37e !important;
}

.backlink-checker-new__description-list .item-wrap .hint-body {
    display: none;
}

.backlink-checker-new__description-list .item-wrap .hint-body p.head,
.backlink-checker-new__description-list .item-wrap .hint-body p.text {
    font-size: 12px;
    text-align: left;
}

.backlink-checker-new__description-list .item-wrap .hint-body p.head {
    margin-bottom: 9px;
    font-size: 12px;
    font-weight: 700;
    color: #3b444f;
}

.backlink-checker-new__description-list .item-wrap .hint-body p.text {
    line-height: 1.25;
    color: #585858;
    letter-spacing: .36px;
}

@media screen and (min-width: 851px) {
    .backlink-checker-new__description-list .item-wrap .hint-place:hover + .hint-body,
    .backlink-checker-new__description-list .item-wrap .hint-body:hover {
        top: -23px;
        left: -13px;
        z-index: 2;
        display: block;
        width: 235px;
        height: auto;
        padding: 26px 25px 25px;
        background-color: #fff;
        border-radius: 2px;
        box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.1);
        transform: translate(100%, -100%);
    }
}

.backlink-checker-new__bases-description {
    padding-top: 50px;
    padding-bottom: 70px;
}

.backlink-checker-new__bases-description .backlink-checker-new__section-title {
    margin-bottom: 79px;
}

.backlink-checker-new__bases-description .wrap {
    display: flex;
    max-width: 711px;
}

.backlink-checker-new__bases-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.backlink-checker-new__bases-description .item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 25px 69px 42px 50px;
    margin-bottom: 46px;
    border-radius: 10px;
    box-shadow: 0 8px 40px 0 rgba(0, 0, 0, 0.1);
}

.backlink-checker-new__bases-description .item.wide {
    width: 100%;
    padding-right: 49px;
}

.backlink-checker-new__bases-description .item.incapacious { width: calc(50% - 23px); }

.backlink-checker-new__bases-description .item.incapacious:first-of-type { margin-right: 46px; }

.backlink-checker-new__bases-description .item:first-of-type {
    background-color: #85a7ff;
}

.backlink-checker-new__bases-description .item:nth-of-type(2) {
    background-color: #ffd485;
}

.backlink-checker-new__bases-description .item:nth-of-type(3) {
    background-color: #ff8585;
}

.backlink-checker-new__bases-description .item-title,
.backlink-checker-new__bases-description .item-undertitle,
.backlink-checker-new__bases-description .item-description {
    color: #171b24;
    text-align: left;
}

.backlink-checker-new__bases-description .item-title {
    margin-bottom: 7px;
    font-size: 90px;
    font-weight: 700;
    line-height: 1;
}

html[lang='ja'] .backlink-checker-new__bases-description .item-title { font-size: 48px; }

@media screen and (min-width: 601px) and (max-width: 767.98px) {
    html[lang='ja'] .backlink-checker-new__bases-description .item-title { font-size: 32px; }
}

@media screen and (max-width: 600.98px) {
    html[lang='ja'] .backlink-checker-new__bases-description .item-title { font-size: 24px; }
}

.backlink-checker-new__bases-description .item-undertitle {
    margin-bottom: 10px;
    font-size: 21px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .8px;
}

.backlink-checker-new__bases-description .item-description {
    font-size: 18px;
    line-height: 1.33;
}

.backlink-checker-new__price-block {
    padding-top: 90px;
    padding-bottom: 100px;
}

.backlink-checker-new__price-block .wrap {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
}

.backlink-checker-new__price-block .backlink-checker-new__section-title {
    max-width: 100%;
    margin-bottom: 84px;
}

.backlink-checker-new__price-block .price-block__left {
    width: 587px;
}

.backlink-checker-new__price-block .price-block__right {
    width: 491px;
}

.backlink-checker-new__price-block .right-content {
    width: 100%;
    height: auto;
    padding: 65px 60px 45px 60px;
    background-color: #fff;
    border-radius: 7.2px;
    box-shadow: 2px 2px 28px 0 rgba(0, 0, 0, 0.1);
}

.backlink-checker-new__price-block .right-content__line {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 35px;
}

.backlink-checker-new__price-block .right-content__line .description {
    max-width: 228px;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.22;
    color: #171b24;
}

.backlink-checker-new__price-block .right-content__line .price {
    font-size: 38px;
    line-height: 1;
    text-align: right;
}

.backlink-checker-new__price-block .right-content__line:first-of-type .price {
    color: #1863fd;
}

.backlink-checker-new__price-block .right-content__line:nth-of-type(2) .price {
    color: #36b37e;
}

.backlink-checker-new__price-block .right-content__description {
    max-width: 320px;
    margin-top: 56px;
    font-size: 12px;
    line-height: 1.33;
    color: #171b24;
    letter-spacing: .31px;
}

.backlink-checker-new__price-block .left-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.backlink-checker-new__price-block .left-content__wrap {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-bottom: 53px;
}

.backlink-checker-new__price-block .left-content__wrap .tariff__wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    min-width: 209px;
    height: auto;
    background-color: #fff;
    border-radius: 7.2px;
    box-shadow: 2px 2px 28px 0 rgba(0, 0, 0, 0.1);
}

.backlink-checker-new__price-block .left-content__wrap .tariff {
    position: relative;
    display: flex;
}

.backlink-checker-new__price-block .left-content__wrap .tariff:nth-child(2) .tariff__wrap { height: 106%; }

.backlink-checker-new__price-block .left-content__wrap .tariff:nth-of-type(2) {
    z-index: 2;
}

.backlink-checker-new__price-block .left-content__wrap .tariff .tariff__wrap {
    padding-top: 25px;
    padding-bottom: 30px;
}

.backlink-checker-new__price-block .left-content__wrap .tariff:nth-of-type(3),
.backlink-checker-new__price-block .left-content__wrap .tariff:first-of-type {
    top: 10px;
    z-index: 1;
}

.backlink-checker-new__price-block .left-content__wrap .tariff:nth-of-type(3) {
    right: 20px;
}

.backlink-checker-new__price-block .left-content__wrap .tariff:first-of-type {
    left: 20px;
}

.backlink-checker-new__price-block .tariff__wrap > p {
    text-align: center;
}

.backlink-checker-new__price-block .tariff__name {
    margin-bottom: 26px;
    font-size: 11px;
    font-weight: 600;
    color: #171b24;
    text-transform: uppercase;
    letter-spacing: .73px;
}

.backlink-checker-new__price-block .tariff .small {
    margin-bottom: 3px;
    font-size: 12px;
    line-height: 2;
    color: #607d8b;
}

.backlink-checker-new__price-block .tariff__price {
    margin-bottom: 29px;
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    color: #1863fd;
}

.tariff__vat {
    margin-top: -26px;
    margin-bottom: 29px;
    font-size: 12px;
    line-height: normal;
    color: #607d8b;
}

.backlink-checker-new__price-block .tariff__backlink-checker {
    max-width: 147px;
    margin-bottom: 31px;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.23;
    color: #171b24;
    text-transform: uppercase;
    letter-spacing: 0.7px;
}

.backlink-checker-new__price-block .tariff__descripton {
    max-width: 154px;
    font-size: 12px;
    line-height: 1.25;
    color: #7a8292;
    letter-spacing: .31px;
}

.backlink-checker-new__price-block .left-content__wrap .tariff:nth-of-type(3) .tariff__descripton {
    max-width: 140px;
}

.backlink-checker-new__price-block .left-content .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    min-width: 154px;
    height: 54px;
    padding-right: 5px;
    padding-left: 5px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.29;
    color: #1863fd;
    border: solid 2px #1863fd;
    border-radius: 2px;
    transition: .35s;
}

.backlink-checker-new__price-block .left-content .btn:hover,
.backlink-checker-new__price-block .left-content .btn:active,
.backlink-checker-new__price-block .left-content .btn:active:focus {
    color: #fff;
    background-color: #1863fd;
}

.backlink-checker-new__price-block .left-content .btn:active:focus { padding: 0 5px; }

.backlink-checker-new__description-tabs {
    width: 100%;
    height: auto;
    padding: 90px 0 104px;
    background-color: rgba(24, 99, 253, 0.05);
}

.backlink-checker-new__description-tabs .backlink-checker-new__section-title {
    padding-right: 20px;
    padding-left: 20px;
    margin-bottom: 80px;
}

.check-all-img {
    height: 36px;
    vertical-align: middle;
}

.backlink-checker-new__description-tabs .wrap {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    height: 556px;
}

.backlink-checker-new__description-tabs .tab__name {
    position: relative;
    width: 418px;
    min-height: 84px;
    padding: 14px 20px 11px 20px;
    font-size: 16px;
    line-height: 1.5;
    color: #171b24;
    cursor: pointer;
    border-radius: 5px;
}

.backlink-checker-new__description-tabs .tab__content {
    position: absolute;
    top: 0;
    right: 0;
    width: 56%;
    height: auto;
}

.backlink-checker-new__description-tabs .tab:not(.active) .tab__content {
    display: none;
}

@media screen and (min-width: 1081px) {
    .backlink-checker-new__description-tabs .tab.active .tab__content {
        display: flex;
        overflow: hidden;
        border-radius: 8px;
        box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    }
}

.backlink-checker-new__description-tabs .tab.active .tab__name {
    background-color: #fff;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.1);
}

.backlink-checker-new__description-tabs .tab.active .tab__name:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: 100%;
    content: '';
    background-color: #1863fd;
}

.backlink-checker-new__params-description {
    padding-bottom: 60px;
}

.backlink-checker-new__params-description .head {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    width: max-content;
    min-width: 118px;
    height: auto;
    padding: 4px;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.83;
    color: #fff;
    background-color: #171b24;
}

.backlink-checker-new__params-description .content p,
.backlink-checker-new__params-description .content a {
    font-size: 18px;
    line-height: 1.83;
}

.backlink-checker-new__params-description .content p {
    color: #171b24;
}

.backlink-checker-new__params-description .content a {
    font-weight: 600;
    color: #1863fd;
}

.backlink-checker-new__post-description {
    padding-top: 80px;
    padding-bottom: 80px;
}

.data-base{
    padding-top: 40px;
    padding-bottom: 40px;
}

.backlink-checker-new__post-description .wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

.backlink-checker-new__post-description .item {
    position: relative;
    width: 30%;
    max-width: 354px;
    height: auto;
}

.backlink-checker-new__post-description .item:not(:first-of-type):before {
    position: absolute;
    top: 0;
    left: -20px;
    width: 1px;
    height: 126px;
    content: '';
    background-image: url('/blog/wp-content/themes/se_theme/page-templates/backlink-checker-new/assets/images/vertical-dot-line.svg');
    background-repeat: repeat-y;
}

.backlink-checker-new__post-description .item h3 {
    margin-top: 0;
    margin-bottom: 16px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.25;
    color: #171b24;
}

.backlink-checker-new__post-description .item .text {
    font-size: 15px;
    line-height: 1.6;
    color: #171b24;
}

/*faq*/
.backlink-checker-new__faq {
    padding: 0 0 35px;
}

.backlink-checker-new__faq-item:first-of-type {
    border-top: 2px solid #f3f4f8;
}

.backlink-checker-new__faq-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    max-width: 894px;
    height: auto;
    padding: 34px 40px 30px 40px;
    margin: 0 auto;
    overflow: hidden;
    cursor: pointer;
    border-bottom: 2px solid #f3f4f8;
    transition: .3s;
}

.backlink-checker-new__faq-item-head {
    position: relative;
    width: 100%;
    padding-right: 40px;
    font-size: 16px;
    font-weight: 600;
    color: #171b24;
    text-align: left;
}

.backlink-checker-new__faq-item-head:after {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 24px;
    height: 24px;
    content: '';
}

.backlink-checker-new__faq-item:not(.active) .backlink-checker-new__faq-item-head:after {
    background-image: url('/blog/wp-content/themes/se_theme/page-templates/backlink-checker-new/assets/images/icon-plus.svg');
}

.backlink-checker-new__faq-item.active .backlink-checker-new__faq-item-head:after {
    background-image: url('/blog/wp-content/themes/se_theme/page-templates/backlink-checker-new/assets/images/icon-minus.svg');
}

.backlink-checker-new__faq-item:not(.active) .backlink-checker-new__faq-item-head:after,
.backlink-checker-new__faq-item.active .backlink-checker-new__faq-item-head:after {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.backlink-checker-new__faq-item-content {
    display: none;
    width: 100%;
    max-width: 770px;
    margin-top: 26px;
    font-size: 15px;
    line-height: 1.6;
    color: #182437;
    text-align: left;
}

.backlink-checker-new__faq-item-content ul {
    padding-left: 20px;
    list-style-type: disc;
}

.backlink-checker-new__faq-item-content ol {
    margin-left: 0;
}

.backlink-checker-new__faq-item.active .backlink-checker-new__faq-item-content {
    display: block;
}

.backlink-checker-new__faq h2 {
    margin-bottom: 50px;
}

.marks {
    background-color: #fbfbfb;
}

@media screen and (min-width: 851px) and (max-width: 1700px) {
    .backlink-checker-new__description-list .item-wrap:last-of-type .hint-place:hover + .hint-body,
    .backlink-checker-new__description-list .item-wrap:last-of-type .hint-body:hover {
        transform: translate(0%, -100%);
    }
}

@media screen and (max-width: 1200px) {
    .backlink-checker-new__description-list .item-wrap:first-of-type {
        margin-left: 20px;
    }

    .backlink-checker-new__description-list .item-wrap:last-of-type {
        margin-right: 20px;
    }

    .backlink-checker-new__post-description .item-wrap:not(:first-of-type):before {
        left: -16px;
    }
}

@media screen and (max-width: 1180px) {
    .backlink-checker-new__price-block .wrap {
        flex-direction: column;
        align-items: center;
    }

    .backlink-checker-new__price-block .left-content {
        margin-bottom: 40px;
    }

    .backlink-checker-new__post-description .item:not(:first-of-type):before {
        content: none;
    }
}

@media screen and (max-width: 1160px) {
    .backlink-checker-new__description-list .wrap {
        flex-wrap: wrap;
        justify-content: space-around;
    }

    .backlink-checker-new__description-list .item-wrap:first-of-type,
    .backlink-checker-new__description-list .item-wrap:nth-of-type(2) {
        margin-bottom: 30px;
    }

    .backlink-checker-new__description-list .item-wrap:first-of-type {
        margin-right: 6%;
        margin-left: 17%;
    }

    .backlink-checker-new__description-list .item-wrap:nth-of-type(2) {
        margin-right: 17%;
        margin-left: 6%;
    }

    .backlink-checker-new__description-list .item-wrap:nth-of-type(2) .hint-place:hover + .hint-body {
        transform: translate(0%, -100%);
    }

    .backlink-checker-new__description-list .item-wrap:nth-of-type(3) {
        margin-left: 20px;
    }
}

@media screen and (max-width: 1080px) {
    .backlink-checker-new__data-list .wrap .item {
        margin-bottom: 30px;
    }

    .backlink-checker-new__data-list .wrap,
    .backlink-checker-new__params-list .wrap {
        justify-content: space-around;
    }

    .backlink-checker-new__description-list .item-text {
        max-width: 250px;
    }

    .backlink-checker-new__description-tabs .tab.active .tab__name:before {
        content: none;
    }

    .backlink-checker-new__description-tabs .tab.active .tab__name {
        background-color: transparent;
        box-shadow: none;
    }

    .backlink-checker-new__description-tabs .tab.active .tab__content,
    .backlink-checker-new__description-tabs .tab:not(.active) .tab__content {
        position: static;
        display: block;
        width: 100%;
        height: auto;
        margin-bottom: 30px;
    }

    .backlink-checker-new__description-tabs .wrap {
        max-width: 700px;
        height: auto;
    }

    .backlink-checker-new__description-tabs .tab,
    .backlink-checker-new__description-tabs .tab__name {
        width: 100%;
    }

    .backlink-checker-new__description-tabs .tab__name {
        min-height: 0;
        padding: 0 10px 20px 10px;
    }
}

@media screen and (max-width: 850px) {
    .backlink-checker-new__description-list .wrap {
        flex-direction: column;
        align-items: center;
        padding-bottom: 0;
    }

    .backlink-checker-new__description-list .item-text {
        max-width: 280px;
    }

    .backlink-checker-new__description-list .item-wrap {
        margin-bottom: 45px !important;
    }

    .backlink-checker-new__description-list .item-wrap:not(:first-of-type):before {
        position: absolute;
        top: -25px;
        left: 0;
        width: 100%;
        height: 1px;
        background-image: url('/blog/wp-content/themes/se_theme/page-templates/backlink-checker-new/assets/images/rectangle-copy-35.svg');
        background-repeat: no-repeat;
        background-size: contain;
    }

    .backlink-checker-new__description-list .item-wrap {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .backlink-checker-new__post-description .item {
        width: 100%;
        max-width: 300px;
        margin-bottom: 50px;
    }

    .backlink-checker-new__post-description .item:after {
        position: absolute;
        bottom: -25px;
        left: 0;
        width: 100%;
        height: 1px;
        content: '';
        background-image: url('/blog/wp-content/themes/se_theme/page-templates/backlink-checker-new/assets/images/horizontal-dot-line.svg');
        background-repeat: repeat-x;
        background-size: cover;
    }

    .backlink-checker-new__post-description .wrap {
        flex-direction: column;
        align-items: center;
    }

    .backlink-checker-new__post-description {
        padding: 40px 0;
    }

    .backlink-checker-new__faq .wrap {
        padding-right: 0;
        padding-left: 0;
    }

    .backlink-checker-new__description-list .item-wrap .hint-place.active + .hint-body {
        position: static;
        display: block;
        width: 100%;
        max-width: 260px;
        padding: 26px 25px 25px;
        background-color: #fff;
        border-radius: 2px;
        box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.05);
        transform: none;
    }

    .backlink-checker-new__description-list .item-wrap:nth-of-type(2) .hint-place:hover + .hint-body,
    .backlink-checker-new__description-list .item-wrap:last-of-type .hint-place:hover + .hint-body {
        transform: none;
    }

    .backlink-checker-new__description-list .item {
        width: 260px;
    }
}

@media screen and (max-width: 800px) {

    .backlink-checker-new__params-description {
        padding-bottom: 40px;
    }
}

@media screen and (max-width: 730px) {
    .backlink-checker-new__description-list .item { width: 260px; }
}


@media screen and (max-width: 991px) {
    .data-base {
        padding-top: 0;
        padding-bottom: 0;
    }
}

@media screen and (max-width: 600.98px) {
    .wrap {
        padding-right: 20px;
        padding-left: 20px;
    }

    .backlink-checker-new__section-title,
    .backlink-checker-new__section-undertitle {
        padding-right: 20px;
        padding-left: 20px;
        text-align: left;
    }

    .backlink-checker-new__section-title {
        font-size: 26px;
        line-height: 1.19;
    }

    .backlink-checker-new__section-undertitle {
        font-size: 18px;
        line-height: 1.83;
    }

    .backlink-checker-new__data-list .backlink-checker-new__section-title {
        max-width: 100%;
        margin-bottom: 20px;
    }

    .backlink-checker-new__data-list .backlink-checker-new__section-undertitle {
        margin-bottom: 49px;
    }

    .backlink-checker-new__params-list .backlink-checker-new__section-title {
        margin-bottom: 30px;
    }

    .backlink-checker-new__params-list .wrap .item {
        align-items: flex-start;
        width: 100%;
        margin-bottom: 20px;
    }

    .backlink-checker-new__params-list .wrap .item > p {
        text-align: left;
    }

    .backlink-checker-new__params-list .wrap .item-text {
        max-width: 252px;
    }

    .backlink-checker-new__description .wrap {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .backlink-checker-new__description p svg {
        display: block;
        margin: 10px 0;
        vertical-align: middle;
    }

    .backlink-checker-new__description p {
        font-size: 15px;
        line-height: 1.6;
    }

    .backlink-checker-new__bases-description .item.incapacious { width: calc(50% - 5px); }

    .backlink-checker-new__bases-description .item.incapacious:first-of-type { margin-right: 10px; }

    .backlink-checker-new__bases-description .item {
        padding: 25px 32px 20px 20px;
        margin-bottom: 10px;
    }

    .backlink-checker-new__bases-description .item-title {
        margin-bottom: 2px;
        font-size: 60px;
    }

    .backlink-checker-new__bases-description .item-undertitle {
        margin-bottom: 10px;
    }

    .backlink-checker-new__bases-description .item-description {
        font-size: 14px;
        line-height: 1.43;
    }

    .backlink-checker-new__section-undertitle {
        text-align: center;
    }

    .backlink-checker-new__description-tabs {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .backlink-checker-new__description-tabs .tab__name {
        font-size: 16px;
        line-height: 1.5;
    }

    .backlink-checker-new__description-tabs .backlink-checker-new__section-title {
        margin-bottom: 30px;
    }

    .backlink-checker-new__description-tabs .wrap {
        padding-right: 10px;
        padding-left: 10px;
    }

    .backlink-checker-new__description-list .backlink-checker-new__section-title,
    .backlink-checker-new__description-list .backlink-checker-new__section-undertitle {
        font-size: 18px;
        line-height: 1.28;
        text-align: left;
    }

    .backlink-checker-new__description-list .backlink-checker-new__section-undertitle {
        margin-bottom: 45px;
    }


}

@media screen and (max-width: 640px) {
    .backlink-checker-new__price-block .price-block__right,
    .backlink-checker-new__price-block .price-block__left {
        width: 100%;
        padding-right: 20px;
        padding-left: 20px;
    }

    .backlink-checker-new__price-block .left-content__wrap {
        display: block;
        max-width: 100vw;
        overflow: hidden;
    }

    .backlink-checker-new__price-block .left-content__wrap .tariff {
        position: static;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .backlink-checker-new__price-block .left-content__wrap .tariff.slick-current .tariff__wrap {
        max-width: 209px;
        padding: 35px 0 40px;
    }

    .backlink-checker-new__price-block .left-content__wrap .tariff:not(.slick-current) .tariff__wrap {
        max-width: 209px;
        padding: 25px 0 30px;
    }

    .backlink-checker-new__price-block .left-content__wrap .tariff.slick-current {
        z-index: 2;
    }

    .backlink-checker-new__price-block .left-content__wrap .tariff:not(.slick-current) {
        z-index: 1;
    }

    .backlink-checker-new__price-block .left-content__wrap .tariff:nth-of-type(3) .tariff__descripton,
    .backlink-checker-new__price-block .left-content__wrap .tariff:nth-of-type(1) .tariff__descripton,
    .backlink-checker-new__price-block .left-content__wrap .tariff:nth-of-type(2) .tariff__descripton {
        max-width: 153px;
    }

    .backlink-checker-new__price-block .left-content__wrap .slick-track,
    .backlink-checker-new__price-block .left-content__wrap .slick-list,
    .backlink-checker-new__price-block .left-content__wrap {
        height: 350px;
        max-height: 350px;
    }

    .backlink-checker-new__price-block .left-content__wrap .slick-track {
        display: flex;
        flex-direction: row;
        align-items: center;
    }
}

@media screen and (max-width: 520px) {
    .backlink-checker-new__price-block .right-content {
        width: 100%;
        padding: 20px 0;
    }

    .backlink-checker-new__price-block .right-content__line {
        flex-direction: column-reverse;
        align-items: center;
        justify-content: flex-start;
        margin-bottom: 30px;
    }

    .backlink-checker-new__price-block .right-content__line .description {
        font-size: 18px;
        line-height: 1.22;
        text-align: center;
    }

    .backlink-checker-new__price-block .right-content__line .price {
        margin-bottom: 10px;
        font-size: 38px;
    }

    .backlink-checker-new__price-block .right-content__description {
        max-width: 240px;
        margin: 0 auto;
        text-align: center;
    }

    .backlink-checker-new__price-block .price-block__right {
        padding-right: 0;
        padding-left: 0;
    }
}

@media screen and (max-width: 480px) {
    .backlink-checker-new__data-list .wrap {
        justify-content: space-between;
    }

    .backlink-checker-new__data-list .wrap .item {
        width: 46.7%;
    }

    .backlink-checker-new__data-list .wrap .item:last-of-type {
        width: 100%;
    }

    .backlink-checker-new__faq-item {
        padding: 34px 20px 30px;
    }

    .backlink-checker-new__faq-item-head:after {
        bottom: 50%;
        transform: translateY(50%);
    }
}

@media screen and (max-width: 414.98px) {


    .backlink-checker-new__bases-description .item.incapacious:first-of-type { margin-right: 0; }

    .backlink-checker-new__bases-description .item.incapacious { width: 100%; }
}