/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: 0.67em 0
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Poppins", sans-serif;
    text-align: left;
    color: #000000;
}

p {
    font-family: "Poppins", sans-serif;
    color: #000000;
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b, strong {
    font-weight: bolder
}

code, kbd, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

img {
    border-style: none
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: 0.35em 0.75em 0.625em
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox], [type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0px, 0px, 0px)
}

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: none
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit
}

.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.no-js .owl-carousel {
    display: block
}

.ctn {
    margin: 0 auto;
    padding: 0 12px;
    max-width: 100%;
    width: 1320px
}

.ctn--full {
    width: 100%
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    margin: 0 -12px
}

.row.align-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.row.align-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.row.justify-center {
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.row.compact {
    margin: 0 -6px
}

.row.compact .col {
    padding: 0 6px
}

.col {
    padding: 0 12px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 100%
}

.col-1 {
    width: 8.3333333333%
}

.col-2 {
    width: 16.6666666667%
}

.col-3 {
    width: 25%
}

.col-4 {
    width: 33.3333333333%
}

.col-5 {
    width: 41.6666666667%
}

.col-6 {
    width: 50%
}

.col-7 {
    width: 58.3333333333%
}

.col-8 {
    width: 66.6666666667%
}

.col-9 {
    width: 75%
}

.col-10 {
    width: 83.3333333333%
}

.col-11 {
    width: 91.6666666667%
}

.col-12 {
    width: 100%
}

@media only screen and (min-width: 757px) {
    .col.sm-1 {
        width: 8.3333333333%
    }

    .col.sm-2 {
        width: 16.6666666667%
    }

    .col.sm-3 {
        width: 25%
    }

    .col.sm-4 {
        width: 33.3333333333%
    }

    .col.sm-5 {
        width: 41.6666666667%
    }

    .col.sm-6 {
        width: 50%
    }

    .col.sm-7 {
        width: 58.3333333333%
    }

    .col.sm-8 {
        width: 66.6666666667%
    }

    .col.sm-9 {
        width: 75%
    }

    .col.sm-10 {
        width: 83.3333333333%
    }

    .col.sm-11 {
        width: 91.6666666667%
    }

    .col.sm-12 {
        width: 100%
    }
}

@media only screen and (min-width: 1001px) {
    .col.md-1 {
        width: 8.3333333333%;
        flex: 8.3333333333%;
    }

    .col.md-2 {
        width: 16.6666666667%;
        flex: 16.6666666667%;
    }

    .col.md-3 {
        width: 25%;
        flex: 25%;
    }

    .col.md-4 {
        width: 33.3333333333%;
        flex: 33.3333333333%;
    }

    .col.md-5 {
        width: 41.6666666667%;
        flex: 41.6666666667%;
    }

    .col.md-6 {
        width: 50%;
        flex: 50%;
    }

    .col.md-7 {
        width: 58.3333333333%;
        flex: 58.3333333333%;
    }

    .col.md-8 {
        width: 66.6666666667%;
        flex: 66.6666666667%;
    }

    .col.md-9 {
        width: 75%;
        flex: 75%;
    }

    .col.md-10 {
        width: 83.3333333333%;
        flex: 83.3333333333%;
    }

    .col.md-11 {
        width: 91.6666666667%;
        flex: 91.6666666667%;
    }

    .col.md-12 {
        width: 100%;
        flex: 100%;
    }
}

@media only screen and (min-width: 1321px) {
    .col.lg-1 {
        width: 8.3333333333%;
        flex: 8.3333333333%;
    }

    .col.lg-2 {
        width: 16.6666666667%;
        flex: 16.6666666667%;
    }

    .col.lg-3 {
        width: 25%;
        flex: 25%;
    }

    .col.lg-4 {
        width: 33.3333333333%;
        flex: 33.3333333333%;
    }

    .col.lg-5 {
        width: 41.6666666667%;
        flex: 41.6666666667%;
    }

    .col.lg-6 {
        width: 50%;
        flex: 50%;
    }

    .col.lg-7 {
        width: 58.3333333333%;
        flex: 58.3333333333%;
    }

    .col.lg-8 {
        width: 66.6666666667%;
        flex: 66.6666666667%;
    }

    .col.lg-9 {
        width: 75%;
        flex: 75%;
    }

    .col.lg-10 {
        width: 83.3333333333%;
        flex: 83.3333333333%;
    }

    .col.lg-11 {
        width: 91.6666666667%;
        flex: 91.6666666667%;
    }

    .col.lg-12 {
        width: 100%;
        flex: 100%;
    }
}

* {
    outline: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

body {
    font-family: "Poppins", sans-serif;
    color: #000;
    background: #FFF;
    font-size: 1rem;
    line-height: 1.5
}

@media only screen and (max-width: 756px) {
    body {
        font-size: 14px
    }
}

img {
    max-width: 100%;
    border: 0
}

#sprite {
    width: 0;
    height: 0;
    position: absolute;
    overflow: hidden
}

.test {
    background: rgba(255, 0, 0, 0.15);
    width: 100%;
    height: 40px;
    margin-bottom: 24px
}

.social {
    margin: 0;
    padding: 0;
    list-style: none
}

.social a {
    display: block;
    padding: 6px;
    border-radius: 50%;
    border: 1.4px dashed #FFF;
    -webkit-transition: 0.15s ease-in-out;
    transition: 0.15s ease-in-out
}

.social a:hover {
    border-color: #BCD0EE
}

.social a svg {
    display: block;
    width: 40px;
    height: 40px
}

.social--horizontal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.social--horizontal li {
    padding: 0 8px
}

.social--horizontal li:first-child {
    padding-left: 0
}

.social--horizontal li:last-child {
    padding-right: 0
}

.social--vertical {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.social--vertical li {
    padding: 8px 0
}

.social--vertical li:first-child {
    padding-top: 0
}

.social--vertical li:last-child {
    padding-bottom: 0
}

.social--vertical a {
    border-color: rgba(255, 255, 255, 0)
}

.social--vertical a:hover {
    border-color: #FFF
}

hr {
    margin: 0;
    padding: 0;
    border: 0;
    background: #ededed;
    width: 100%;
    height: 1px
}

.btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    padding: 12px 30px;
    white-space: nowrap;
    text-decoration: none;
    border: 0;
    color: #1B7BF6;
    background: #FFF;
    font-size: 18px;
    line-height: 27px;
    vertical-align: middle;
    border-radius: 10rem;
    -webkit-transition: 0.15s linear;
    transition: 0.15s linear;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    user-select: none;
    gap: 8px
}

.btn svg {
    display: block;
    width: 18px;
    height: 18px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    fill: currentColor
}

.btn span {
    display: block
}

.btn span:first-child {
    padding-left: 0
}

.btn span:last-child {
    padding-right: 0
}

.btn--light {
    background: #f9fafb;
    color: #1B7BF6;
    padding: 14px
}

.btn--light svg {
    display: block
}

.btn--primary {
    background: -webkit-gradient(linear, right top, left top, from(#3164C2), to(#3B79ED));
    background: linear-gradient(270deg, #3164C2 0%, #3B79ED 100%);
    color: #FFF;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase
}

.btn--secondary {
    z-index: 1;
    background: -webkit-gradient(linear, left top, right top, from(#FFB73C), to(#FFC365));
    background: linear-gradient(90deg, #FFB73C 0%, #FFC365 100%);
    color: #FFF;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

.btn--primary:hover,
.btn--secondary:hover{
    color: white;
}

.btn--white {
    background: #FFF;
    color: #000;
    font-weight: 500
}

.btn--white svg {
    fill: #1B7BF6
}

.section {
    padding: 90px 0
}

@media only screen and (max-width: 756px) {
    .section {
        padding: 64px 0
    }
}

.section__counter {
    display: block;
    width: 86px;
    height: 86px
}

@media only screen and (min-width: 1001px) and (max-width: 1320px) {
    .section__counter {
        width: 60px;
        height: 30px
    }
}

@media only screen and (max-width: 1000px) {
    .section__counter {
        display: none
    }
}

.section__title {
    position: relative;
    margin: 0 0 30px;
    text-align: left;
    font-weight: 600;
    font-size: 30px;
    line-height: 40px;
    padding-bottom: 20px
}

.section__title span, .section__title svg {
    display: block
}

.section__title svg {
    width: 30px;
    height: 30px;
    margin-bottom: 8px
}

.section__title:after {
    position: absolute;
    content: "";
    display: block;
    background: -webkit-gradient(linear, right top, left top, from(#3164C2), to(#3B79ED));
    background: linear-gradient(270deg, #3164C2 0%, #3B79ED 100%);
    width: 40px;
    height: 3px;
    border-radius: 1rem;
    left: 0;
    bottom: 0
}

@media only screen and (max-width: 756px) {
    .section__title {
        font-size: 25px;
        line-height: 35px
    }
}

.section h5 {
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
    margin: 0 0 30px;
    padding-top: 20px
}

.section p {
    margin: 0 0 30px;
    line-height: 1.5em;
}

@media only screen and (min-width: 1001px) {
    .section--about img {
        margin-top: 48px
    }
}

@media only screen and (max-width: 1000px) {
    .section--about img {
        display: block;
        margin: 0 auto 48px
    }
}

@media only screen and (max-width: 756px) {
    .section--about {
        padding-bottom: 32px
    }
}

@media only screen and (max-width: 1000px) {
    .section--service img {
        display: block;
        margin: 48px auto 0
    }
}

@media only screen and (max-width: 756px) {
    .section--service {
        padding-bottom: 32px
    }

    .section--service img {
        display: block;
        margin: 0 auto 48px
    }

    .section--service .col.md-5 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
}

.section--backlink {
    overflow: hidden;
    min-height: 2000px;
    background: #F9FAFB;
}

.section--backlink .backlink--header {
    margin-bottom: 64px
}

.section--backlink .backlink--header .col {
    padding-bottom: 24px
}

.section--backlink .backlink--header .section__title {
    margin: 0
}

@media only screen and (max-width: 756px) {
    .section--backlink .backlink--header .section__title {
        margin-bottom: 48px
    }
}

.section--backlink .backlink--header .arrow {
    display: block;
    margin: 50px 0 50px auto;
    width: 86px;
    height: auto
}

@media only screen and (max-width: 756px) {
    .section--backlink .backlink--header .arrow {
        display: none
    }
}

.section--backlink .backlink--item {
    padding: 30px;
    height: 100%;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 0px 25px rgba(59, 121, 237, 0.2);
    box-shadow: 0px 0px 25px rgba(59, 121, 237, 0.2);
    border-radius: 15px
}

.section--backlink .backlink--item svg {
    display: block;
    width: 30px;
    height: 30px;
    margin-bottom: 8px;
    margin-left: auto;
    margin-right: auto;
}

.section--backlink .backlink--item h4 {
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    margin: 0 0 24px
}

.section--backlink .backlink--item p {
    margin: 0
}

.section--backlink .backlink--body {
    background: #FFF;
    padding: 64px 48px;
    border-radius: 15px
}

.section--backlink .backlink--body .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.section--backlink .backlink--body h4 {
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
    margin: 0 0 24px
}

.section--backlink .backlink--body h5 {
    padding-top: 40px;
    margin: 0 0 24px;
    font-weight: 600;
    font-size: 16px;
    line-height: 26px
}

.section--backlink .backlink--body h5:before {
    content: "";
    display: inline-block;
    background: -webkit-gradient(linear, right top, left top, from(#3164C2), to(#3B79ED));
    background: linear-gradient(270deg, #3164C2 0%, #3B79ED 100%);
    width: 40px;
    height: 3px;
    border-radius: 1rem;
    vertical-align: baseline;
    margin-right: 30px
}

.section--backlink .backlink--body p {
    margin: 0
}

@media only screen and (max-width: 1000px) {
    .section--backlink .backlink--body img {
        display: block;
        margin: 0 auto 48px
    }
}

@media only screen and (max-width: 756px) {
    .section--backlink .backlink--body {
        padding: 12px;
        margin: 0 -12px
    }

    .section--backlink .backlink--body img {
        margin: 48px 0;
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }
}

.section--backlink .backlink--footer {
    padding-top: 90px
}

.section--backlink .backlink--footer .row {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.section--backlink .backlink--footer h3 {
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
    margin: 0 0 24px
}

.section--backlink .backlink--footer p {
    margin: 0 0 24px
}

.section--backlink .backlink--footer img {
    display: block;
    margin-left: auto;
    margin-right: 0;
    margin-bottom: 24px
}

@media only screen and (max-width: 756px) {
    .section--backlink .backlink--footer {
        padding-top: 48px
    }

    .section--backlink .backlink--footer .col.lg-5.sm-7 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .section--backlink .backlink--footer img {
        margin: 0 auto 48px
    }
}

.section--cta.cat {
    background: #BCD0EE url("/views/img/link-building-service/cat_bg.svg") no-repeat center top;
    background-size: auto 596px;
    color: #FFF;
    text-align: right;
    padding-bottom: 0;
    padding-top: 48px
}

.section--cta.cat img {
    margin-bottom: -42px
}

.section--cta.cat .cat--text {
    padding-top: 96px
}

.section--cta.cat .cat--text img {
    display: none
}

.section--cta.cat .btn {
    min-width: 307px
}

.section--cta.cat h2 {
    font-weight: 800;
    text-transform: uppercase;
    font-size: 100px;
    line-height: 80px;
    margin: 0 0 15px;
    color: #ffffff;
}

.section--cta.cat p {
    font-weight: 600;
    font-size: 30px;
    line-height: 40px;
    margin: 0 0 126px;
    color: #ffffff;
}

.section--cta.girl {
    padding: 32px 0 0;
    background: #BCD0EE url("/views/img/link-building-service/girl_bg.svg") no-repeat center top;
    background-size: auto 100%;
    color: #FFF
}

.section--cta.girl img {
    display: block
}

.section--cta.girl .cat--text {
    padding-top: 128px
}

.section--cta.girl .btn {
    min-width: 307px
}

.section--cta.girl h2 {
    font-weight: 800;
    text-transform: uppercase;
    font-size: 100px;
    line-height: 80px;
    margin: 0 0 140px;
    color: #ffffff;
}

.section--cta.girl p {
    font-weight: 600;
    font-size: 30px;
    line-height: 40px;
    margin: 0 0 15px;
    color: #ffffff;
}

@media only screen and (max-width: 1000px) {
    .section--cta .cat--text {
        padding: 92px 48px 0
    }

    .section--cta.cat .btn, .section--cta.girl .btn {
        margin: 0 auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .section--cta.cat .btn, .section--cta.cat h2, .section--cta.girl .btn, .section--cta.girl h2 {
        margin-bottom: 48px
    }

    .section--cta.cat h2 {
        margin-bottom: 0
    }

    .section--cta.cat p {
        margin-bottom: 48px
    }
}

@media only screen and (max-width: 756px) {
    .section--cta {
        overflow: hidden
    }

    .section--cta.cat h2, .section--cta.girl h2 {
        font-size: 48px
    }

    .section--cta.cat .btn, .section--cta.girl .btn {
        min-width: 0;
        max-width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 290px;
        margin-left: auto;
        margin-right: auto
    }

    .section--cta.girl {
        background: #BCD0EE url("girl_bg_m.svg") no-repeat center top;
        background-size: auto 100%;
        overflow: hidden
    }

    .section--cta.girl img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    .section--cta.cat {
        background: #BCD0EE url("cat_bg_m.svg") no-repeat center top;
        background-size: auto 800px
    }

    .section--cta.cat .col.md-6 {
        display: none
    }

    .section--cta.cat .cat--text {
        padding: 0;
        text-align: center
    }

    .section--cta.cat .cat--text h2 {
        margin: 0;
        font-size: 60px
    }

    .section--cta.cat .cat--text p {
        font-size: 25px;
        line-height: 35px
    }

    .section--cta.cat .cat--text img {
        display: block;
        margin: 120px 0;
        -webkit-transform: scale(1.1) translateY(24px) translateX(24px);
        transform: scale(1.1) translateY(24px) translateX(24px)
    }
}

.section--prices .prices--header {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    text-align: center;
    margin-bottom: 60px
}

.section--prices .prices--header .section__title {
    margin: 0;
    display: inline-block;
    text-align: center;
}

.section--prices .prices--header .section__title:after {
    left: 50%;
    margin-left: -20px
}

.section--prices .prices--table .col {
    padding-bottom: 24px
}

.section--prices .prices--table .price--item {
    height: 100%;
    background: #FFF url("/views/img/link-building-service/price_bg.svg") no-repeat left top;
    -webkit-box-shadow: 0px 0px 25px rgba(59, 121, 237, 0.2);
    box-shadow: 0px 0px 25px rgba(59, 121, 237, 0.2);
    border-radius: 15px;
    padding: 60px
}

.section--prices .prices--table .price--item .item--header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 24px;
    margin-bottom: 24px
}

.section--prices .prices--table .price--item .item--header .image, .section--prices .prices--table .price--item .item--header .section__title {
    margin: 0
}

.section--prices .prices--table .price--item .item--header .image {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 160px
}

.section--prices .prices--table .price--item .item--header .image img {
    display: block;
    max-width: initial;
}

.section--prices .prices--table .price--item .item--header .section__title {
    max-width: 240px
}

.section--prices .prices--table .price--item .item--body {
    margin-bottom: 24px;
    min-height: 120px;
    font-size: 16px;
}

.section--prices .prices--table .price--item .item--info {
    background: #F9FAFB;
    border-radius: 10px;
    min-height: 120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 24px 48px;
    margin-bottom: 32px;
    gap: 48px;
    font-size: 16px;
}

.section--prices .prices--table .price--item .item--info .icon svg {
    display: block;
    width: 30px;
    height: 30px
}

.section--prices .prices--table .price--item .item--footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 24px
}

.section--prices .prices--table .price--item .item--footer .action, .section--prices .prices--table .price--item .item--footer .price {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.section--prices .prices--table .price--item .item--footer .action .btn, .section--prices .prices--table .price--item .item--footer .price .btn {
    width: 100%
}

.section--prices .prices--table .price--item .item--footer .price__title {
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    text-transform: uppercase
}

.section--prices .prices--table .price--item .item--footer .price__value {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    color: #1B7BF6
}

.section--prices .prices--table .price--item .item--footer .price__value strong {
    font-weight: 700;
    font-size: 30px;
    line-height: 45px
}

.section--prices .prices--table .price--item .item--footer .price__value span {
    color: #ededed;
    font-size: 24px;
    line-height: 45px
}

.section--prices .prices--table .price--item .item--footer .price__value small {
    font-weight: 600;
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase
}

@media only screen and (max-width: 756px) {
    .section--prices .prices--table .price--item {
        padding: 24px;
        background-size: 280px
    }

    .section--prices .prices--table .price--item .item--header {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .section--prices .prices--table .price--item .item--info {
        padding: 20px;
        gap: 10px;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .section--prices .prices--table .price--item .item--footer {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center
    }
}

.section--scopes {
    background: #f9fafb
}

.section--scopes .section__title {
    margin-bottom: 60px
}

.section--scopes .scopes--list .col {
    padding-bottom: 24px
}

.section--scopes .scope--item {
    padding: 30px;
    height: 100%;
    min-height: 340px;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 0px 25px rgba(59, 121, 237, 0.2);
    box-shadow: 0px 0px 25px rgba(59, 121, 237, 0.2);
    border-radius: 15px
}

.section--scopes .scope--item svg {
    display: block;
    width: 30px;
    height: 30px;
    margin-bottom: 24px;
    margin-left: auto;
    margin-right: auto;

}

.section--scopes .scope--item h4 {
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    margin: 0 0 24px
}

.section--scopes .scope--item p {
    margin: 0
}

.section--faq {
    background: #F9FAFB
}

.section--faq .faq--header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 24px
}

.section--faq .faq--header .section__title {
    max-width: 220px
}

.section--faq .faq--accordion {
    background: #FFFFFF;
    border-radius: 5px
}

@media only screen and (max-width: 756px) {
    .section--faq .faq--accordion {
        margin: 0 -12px
    }
}

.section--faq .faq--accordion .item__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 15px;
    cursor: pointer;
    padding: 20px
}

.section--faq .faq--accordion .item__header .counter {
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    color: #B3CCF8
}

.section--faq .faq--accordion .item__header .dot {
    width: 4px;
    border-radius: 50%;
    height: 4px;
    background: #E4F2FD;
    margin-top: 11px
}

.section--faq .faq--accordion .item__header .title {
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.section--faq .faq--accordion .item__header .caret {
    display: block;
    width: 10px;
    height: 26px;
    fill: #1B7BF6;
    margin-left: 8px
}

@media only screen and (max-width: 756px) {
    .section--faq .faq--accordion .item__header {
        gap: 8px
    }

    .section--faq .faq--accordion .item__header .counter {
        font-size: 16px;
        line-height: 20px
    }

    .section--faq .faq--accordion .item__header .dot {
        display: none
    }

    .section--faq .faq--accordion .item__header .title {
        font-size: 14px;
        line-height: 20px
    }

    .section--faq .faq--accordion .item__header .caret {
        height: 20px
    }
}

.section--faq .faq--accordion .item__body {
    overflow: hidden;
    height: 0
}

.section--faq .faq--accordion .item__body .content {
    opacity: 0;
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
    border-top: 1px solid #EDEDED;
    padding: 20px 0 20px 50px;
    margin: 0 20px;
    font-size: 16px;
}

@media only screen and (max-width: 756px) {
    .section--faq .faq--accordion .item__body .content {
        padding: 20px 0
    }
}

.section--faq .faq--accordion .item.open .item__header .caret {
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    fill: #EDEDED
}

.section--faq .faq--accordion .item.open .item__header .title {
    font-weight: 500
}

.section--faq .faq--accordion .item.open .item__body {
    height: auto
}

.section--faq .faq--accordion .item.open .item__body .content {
    opacity: 1
}

@media only screen and (max-width: 1000px) {
    .section--faq .faq--header .section__title {
        max-width: none
    }

    .section--faq img {
        display: block;
        margin: 0 auto 48px
    }
}

.section--benefits{
    overflow-x: hidden;
    min-height: 830px;
}

.section--benefits .benefits--header {
    margin-bottom: 60px
}

.section--benefits .benefits--header .section__title, .section--benefits .benefits--header p {
    margin: 0
}

.section--benefits .benefits--header .section__title {
    max-width: 220px
}

.section--benefits .benefits--header p {
    padding-top: 40px
}

.section--benefits .benefits--body .row {
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.section--benefits .benefit--item {
    background: #FFFFFF;
    -webkit-box-shadow: 0px 0px 25px rgba(59, 121, 237, 0.2);
    box-shadow: 0px 0px 25px rgba(59, 121, 237, 0.2);
    border-radius: 15px;
    padding: 40px 20px;
    height: 100%
}

@media only screen and (max-width: 1000px) {
    .section--benefits .benefit--item {
        width: 85vw
    }
}

@media only screen and (max-width: 756px) {
    .section--benefits .benefit--item {
        width: 75vw
    }
}

.section--benefits .benefit--item .item--header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 40px;
    height: 70px
}

.section--benefits .benefit--item .item--header img {
    display: block;
    width: 130px
}

.section--benefits .benefit--item .item--header h3 {
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    margin: 0
}

.section--benefits .benefit--item .item--body ul {
    border-top: 1px solid #EDEDED;
    margin: 0;
    padding: 0;
    list-style: none
}

.section--benefits .benefit--item .item--body ul li {
    border-bottom: 1px solid #EDEDED;
    padding: 20px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 20px;
    font-size: 16px;
    line-height: 20px
}

@media only screen and (max-width: 756px) {
    .section--benefits .benefit--item .item--body ul li {
        font-size: 14px;
        gap: 10px;
        padding: 15px 0
    }
}

.section--benefits .benefit--item .item--body ul li svg {
    display: block;
    height: 20px;
    width: 20px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
}

.section--benefits .owl-carousel .owl-stage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.section--benefits .owl-carousel .owl-stage-outer {
    overflow: visible
}

.section--benefits .owl-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 24px
}

.section--benefits .owl-carousel button.owl-dot {
    background: #E4F2FD;
    width: 10px;
    height: 10px;
    border-radius: 10px
}

.section--benefits .owl-carousel button.owl-dot.active {
    background: #1B7BF6;
    width: 40px
}

@media only screen and (max-width: 1000px) {
    .section--benefits .benefits--header .section__title {
        max-width: none
    }
}

.header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #FFF;
    -webkit-box-shadow: 0px 5px 25px rgba(59, 121, 237, 0.1);
    box-shadow: 0px 5px 25px rgba(59, 121, 237, 0.1)
}

.header__overlay {
    background: rgba(0, 0, 0, 0.2);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    cursor: pointer;
    display: none
}

.header__nav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #FFF;
    z-index: 1;
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-transform: scaleY(0) translateY(-20px);
    transform: scaleY(0) translateY(-20px);
    opacity: 0;
    padding-bottom: 50px
}

.header__nav ul.menu {
    margin: 0;
    padding: 0;
    list-style: none;
    border-bottom: 1px solid #EDEDED
}

.header__nav ul.menu li {
    border-top: 1px solid #EDEDED
}

.header__nav ul.menu li a {
    display: block;
    padding: 20px 12px;
    font-size: 16px;
    color: #000;
    text-decoration: none
}

.header__nav ul.menu li a:hover {
    font-weight: 700
}

.header__nav ul.menu li.dropdown {
    position: relative
}

.header__nav ul.menu li.dropdown a[data-toggle=dropdown] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header__nav ul.menu li.dropdown a[data-toggle=dropdown] span {
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.header__nav ul.menu li.dropdown a[data-toggle=dropdown] .caret {
    display: block;
    width: 10px;
    height: 10px;
    fill: linear-gradient(270deg, #3164C2 0%, #3B79ED 100%);
    margin-left: 8px
}

.header__nav ul.menu li.dropdown .dropdown__menu {
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    height: 0;
    -webkit-transition: 0.15s ease-in-out;
    transition: 0.15s ease-in-out
}

.header__nav ul.menu li.dropdown.open .dropdown__menu {
    opacity: 1;
    visibility: visible;
    height: auto
}

.header__nav .buttons {
    padding: 50px 0 32px
}

.header__nav .buttons .btn {
    font-size: 14px;
    line-height: 1.5
}

.header__nav .buttons .btn--white {
    display: none
}

.header__nav .buttons .btn--primary {
    display: block;
    width: 245px;
    margin: 0 auto
}

.header__nav ul.submenu {
    margin: 0;
    padding: 0;
    list-style: none
}

.header__nav ul.submenu li a {
    font-size: 14px;
    padding: 12px
}

.header__main {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 32px 12px;
    background: #FFF;
    z-index: 2
}

.header__main .logo {
    display: block;
    width: 100px
}

.header__main .logo img {
    display: block;
    width: 100%
}

.header.opened {
    z-index: 99
}

.header.opened .header__overlay {
    display: block
}

.header.opened .header__nav {
    -webkit-transition: 0.15s ease-in-out;
    transition: 0.15s ease-in-out;
    -webkit-transform: scaleY(1) translateY(0);
    transform: scaleY(1) translateY(0);
    opacity: 1
}

@media only screen and (min-width: 1001px) {
    .header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        padding: 23px 12px
    }

    .header .header__nav .social, .header__overlay {
        display: none !important
    }

    .header__main {
        width: 130px;
        display: block;
        padding: 0
    }

    .header__main .logo {
        width: 100%
    }

    .header__main .btn {
        display: none
    }

    .header__nav {
        position: static;
        -webkit-transform: none !important;
        transform: none !important;
        opacity: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        padding: 0
    }

    .header__nav ul.menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        border: 0
    }

    .header__nav ul.menu li {
        border: 0
    }

    .header__nav ul.menu li a {
        padding: 20px 10px;
        position: relative;
        font-weight: 600 !important
    }

    .header__nav ul.menu li a:after {
        position: absolute;
        content: "";
        display: block;
        -webkit-transition: 0.15s ease-in-out;
        transition: 0.15s ease-in-out;
        background: -webkit-gradient(linear, right top, left top, from(#3164C2), to(#3B79ED));
        background: linear-gradient(270deg, #3164C2 0%, #3B79ED 100%);
        height: 3px;
        border-radius: 1rem;
        left: 10px;
        right: 10px;
        bottom: 7px;
        opacity: 0
    }

    .header__nav ul.menu li a:hover:after {
        opacity: 1
    }

    .header__nav ul.menu li.dropdown a[data-toggle=dropdown] span {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none
    }

    .header__nav ul.menu li.dropdown .dropdown__menu {
        position: absolute;
        top: 100%;
        left: 0;
        min-width: 140px;
        padding-top: 12px
    }

    .header__nav ul.submenu {
        -webkit-box-shadow: 0px 5px 25px rgba(59, 121, 237, 0.1);
        box-shadow: 0px 5px 25px rgba(59, 121, 237, 0.1);
        padding: 10px 0;
        background: #FFF;
        border-radius: 10px
    }

    .header__nav ul.submenu li {
        border-top: 1px solid #EDEDED
    }

    .header__nav ul.submenu li:first-child {
        border-top: 0
    }

    .header__nav ul.submenu li a {
        padding: 10px 12px
    }

    .header__nav ul.submenu li a:after {
        display: none
    }

    .header__nav ul.submenu li a:hover {
        background: #ededed;
        color: linear-gradient(270deg, #3164C2 0%, #3B79ED 100%)
    }

    .header__nav .buttons {
        padding: 0
    }

    .header__nav .buttons .btn--primary, .header__nav .buttons .btn--white {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        width: auto;
        margin-left: 12px
    }

    .header__nav .buttons .btn--primary:first-child, .header__nav .buttons .btn--white:first-child {
        margin-left: 0
    }

    .header__nav .buttons .btn--white {
        padding: 12px
    }
}

.footer {
    background: #FFF;
    padding: 32px 0
}

.footer__wraper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.footer .logo {
    display: block;
    width: 130px;
    -webkit-transition: 0.15s ease-in-out;
    transition: 0.15s ease-in-out
}

.footer .logo:hover {
    opacity: 0.5
}

@media only screen and (max-width: 1000px) {
    .footer {
        padding: 48px 0;
        text-align: center
    }

    .footer .logo {
        margin: 0 auto 40px
    }

    .footer .social {
        margin-bottom: 40px
    }
}

@media only screen and (min-width: 1001px) {
    .footer .copy {
        text-align: right
    }
}

.section--hero {
    overflow: hidden;
    min-height: 930px;
    background: #BCD0EE url("/views/img/link-building-service/hero_bg.svg") no-repeat center top;
    background-size: auto 100%;
    padding: 110px 0 0
}

@media only screen and (max-width: 756px) {
    .section--hero {
        padding-top: 0;
    }
}

.section--hero__wraper {
    padding-top: 154px;
    padding-bottom: 32px
}

.section--hero .hero--content {
    padding-bottom: 98px
}

.section--hero .hero--arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.section--hero .hero--arrow svg {
    display: block;
    height: 205px;
    width: 20px
}

.section--hero .hero--text {
    position: relative;
    z-index: 1
}

.section--hero .hero--text h1 {
    font-family: "Poppins", sans-serif;
    font-size: 100px;
    line-height: 0.8;
    font-weight: 800;
    text-transform: uppercase;
    text-align: left;
    margin: 0 0 42px;
    color: #FFF
}

.section--hero .hero--text p {
    margin: 0 0 42px;
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    max-width: 382px
}

.section--hero .hero--image {
    position: relative;
    z-index: 0
}

.section--hero .hero--image img {
    -webkit-transform: rotate(-7.68deg) scale(1.2) translateY(-20px);
    transform: rotate(-7.68deg) scale(1.2) translateY(-20px);
    max-width: initial;
}

.section--hero .hero--social {
    position: relative;
    z-index: 1
}

.section--hero .hero--social .social {
    margin: 0 auto
}

.section--hero .hero--info {
    color: #FFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1;
    gap: 30px
}

.section--hero .hero--info .icon {
    padding: 15px;
    border-radius: 50%;
    background: #FFF
}

.section--hero .hero--info .icon svg {
    display: block;
    width: 30px;
    height: 30px
}

.section--hero .hero--info .text {
    font-size: 16px;
    line-height: 25px
}

.section--hero .hero--info .text span, .section--hero .hero--info .text strong {
    display: block
}

.section--hero .hero--info .text strong {
    font-weight: 600
}

.section--hero .hero--btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 24px
}

@media only screen and (max-width: 1000px) {
    .section--hero .hero--content {
        padding-bottom: 24px
    }

    .section--hero .hero--content .row {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .section--hero__wraper {
        padding-top: 70px
    }

    .section--hero .hero--arrow, .section--hero .hero--social {
        display: none
    }

    .section--hero .hero--image img {
        margin: 0 auto;
        display: block;
        max-width: initial;
    }

    .section--hero .hero--info {
        width: 50%;
        margin-bottom: 42px
    }

    .section--hero .hero--btns {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .section--hero .hero--btns .btn {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1
    }
}

@media only screen and (max-width: 756px) {
    .section--hero {
        background: #BCD0EE url("hero_bg_s.svg") no-repeat center top;
        background-size: auto 100%
    }

    .section--hero__wraper {
        padding: 64px 0
    }

    .section--hero .hero--text h1 {
        font-size: 60px;
        line-height: 55px;
        margin: 0 0 18px
    }

    .section--hero .hero--text p {
        margin: 0 0 42px;
        font-weight: 500;
        font-size: 18px;
        line-height: 30px;
        max-width: 382px
    }

    .section--hero .hero--image img {
        -webkit-transform: rotate(-7.68deg) scale(1.1) translateY(0);
        transform: rotate(-7.68deg) scale(1.1) translateY(0)
    }

    .section--hero .hero--btns {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch
    }

    .section--hero .hero--info {
        width: 100%;
        margin: 10px 0 40px
    }

    .section--hero .hero--content {
        padding-bottom: 0
    }
}

footer .cookies-police-wrapper {
    z-index: 2223;
}
