@charset "UTF-8";

html,
body {
    overflow-x: unset;
}

/* Hero Section */

#content_hero {
    padding: 40px 100px 90px;
    position: relative;
    z-index: 10;
}

#content_hero_inner {
    background-color: #10335F;
    border-radius: 60px;
    padding-left: 110px;
    overflow: hidden;
}

.content_hero_wrapper {
    display: grid;
    grid-template-columns: 620px minmax(0, 890px);
    justify-content: space-between;
    gap: 20px 40px;
    overflow: hidden;
}

.content_hero_anim {
    grid-row: 1 / 4;
    grid-column: 2;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 660px;
}

.content_hero_anim video {
    max-height: 664px;
    height: 100%;
}

.content_hero_title {
    grid-row: 1;
    grid-column: 1;
    margin-top: 90px;
    font-size: 82px;
    line-height: 1.1em;
    color: #FFFFFF;
    max-width: 620px;
}

.content_hero_txt {
    grid-row: 2;
    grid-column: 1;
    max-width: 620px;
    font-size: 22px;
    line-height: 1.4em;
    color: #EFF1F5;
    margin-bottom: 80px;
}

.content_hero_btns {
    grid-row: 3;
    grid-column: 1;
    display: flex;
    gap: 24px;
    margin-bottom: 90px;
}

.content_hero_btn {
    display: flex;
    align-items: center;
    background-color: var(--say9-secondary-blue);
    border-radius: 200px;
    padding: 10px 10px 10px 20px;
    height: 52px;
    gap: 18px;
    transition: background-color 0.3s ease-in-out;
}

.content_hero_btn:hover {
    background-color: #63AEFF;
}

.content_hero_btn span {
    color: #FFFFFF;
    font-size: 22px;
    font-weight: 600;
    line-height: 1em;
    padding-top: 4px;
}

.content_hero_btn img {
    width: 32px;
    height: 32px;
}

.content_hero_btn_secondary {
    border: 2px solid #FFFFFF;
    background-color: transparent;
    padding: 13px 20px;
    transition: background-color 0.3s ease-in-out, padding 0.3s ease-in-out, height 0.3s ease-in-out;
}

.content_hero_btn_secondary:hover {
    background-color: #FFFFFF;
}

.content_hero_btn_secondary span {
    color: #FFFFFF;
    transition: color 0.3s ease-in-out;
}

.content_hero_btn_secondary:hover span {
    color: #031D3D;
}

.content_hero_btn_secondary:active {
    padding: 11px 8px;
    height: 48px;
}


@media screen and (max-width: 1800px) {
    #content_hero_inner {
        padding-left: 80px;
    }
}

@media screen and (max-width: 1620px) {
    .content_hero_wrapper {
        grid-template-columns: 660px minmax(0, 890px);
    }

    .content_hero_anim {
        height: 560px;
    }

    .content_hero_anim video {
        max-height: 560px;
    }

    .content_hero_title {
        font-size: 68px;
        margin-top: 60px;
    }

    .content_hero_btns {
        margin-bottom: 60px;
    }
}

@media screen and (max-width: 1440px) {
    #content_hero_inner {
        border-radius: 36px;
    }

    .content_hero_wrapper {
        grid-template-columns: 540px minmax(0, 540px);
    }

    .content_hero_anim {
        height: 490px;
        justify-content: center;
    }

    .content_hero_anim video {
        max-height: 490px;
    }

    .content_hero_title {
        font-size: 60px;
        margin-top: 40px;
    }

    .content_hero_txt,
    .content_hero_btns {
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 1200px) {
    #content_hero {
        padding: 40px 70px 90px;
    }

    #content_hero_inner {
        padding-left: 60px;
    }

    .content_hero_wrapper {
        grid-template-columns: 490px minmax(0, 480px);
    }

    .content_hero_anim {
        height: 450px;
    }

    .content_hero_title {
        font-size: 54px;
    }

    .content_hero_anim video {
        max-height: 450px;
    }

    .content_hero_title {
        font-size: 60px;
        margin-top: 40px;
    }
}

@media screen and (max-width: 1024px) {
    #content_hero {
        padding: 24px 70px 70px;
    }

    #content_hero_inner {
        padding: 0;
        border-radius: 60px;
    }

    .content_hero_wrapper {
        display: flex;
        flex-direction: column;
        gap: 0;
    }

    .content_hero_anim {
        padding: 32px 32px 0;
        max-height: 600px;
        overflow: hidden;
        height: unset;
        aspect-ratio: 342 / 255;
    }

    .content_hero_anim video {
        max-height: 630px;
        width: 100%;
    }

    .content_hero_title {
        font-size: 82px;
        margin-bottom: 20px;
        margin-top: 24px;
    }

    .content_hero_btns {
        margin-bottom: 60px;
    }

    .content_hero_title,
    .content_hero_txt,
    .content_hero_btns {
        padding: 0 46px 0 55px;
        max-width: 100%;
    }

    .content_hero_btn.content_hero_btn_secondary:hover {
        background-color: transparent;
    }

    .content_hero_btn_secondary:hover span {
        color: #FFFFFF;
    }

    .content_hero_btn.content_hero_btn_secondary:active {
        background-color: #FFFFFF;
    }

    .content_hero_btn_secondary:active span {
        color: var(--say9-primary-blue);
    }
}

@media screen and (max-width: 950px) {
    .content_hero_title {
        font-size: 72px;
    }
}

@media screen and (max-width: 768px) {
    #content_hero {
        padding: 30px 16px 54px;
    }

    #content_hero_inner {
        border-radius: 24px;
    }

    .content_hero_anim {
        padding: 18px 5px 0;
        max-height: 520px;
        aspect-ratio: 333 / 248
    }

    .content_hero_anim video {
        max-height: 560px
    }

    .content_hero_title {
        font-size: 60px;
        margin: 20px 0;
    }

    .content_hero_btns {
        margin-bottom: 30px;
    }

    .content_hero_title,
    .content_hero_txt,
    .content_hero_btns {
        padding: 0 21px 0;
    }
}

@media screen and (max-width: 480px) {
    .content_hero_anim video {
        margin-top: -20px;
    }

    .content_hero_title {
        font-size: 48px;
    }

    .content_hero_btns {
        flex-direction: column;
    }

    .content_hero_btn {
        justify-content: center;
        padding: 13px 20px 9px;
    }

    .content_hero_btn img {
        display: none;
    }

    .content_hero_btn span {
        font-size: 18px;
        padding-top: 0;
    }

    .content_hero_btn:hover {
        background-color: var(--say9-secondary-blue);
    }

    .content_hero_btn:active {
        padding: 13px 20px 9px;
        background-color: #63AEFF;
    }
}

@media screen and (max-width: 390px) {
    .content_hero_title {
        font-size: 34px;
    }
}

/*******What We Offer*********/
.what-we-offer {
    padding-top: 140px;
    padding-bottom: 129px;
    border-radius: 60px;
    background-color: var(--White);
    background-image: url("../assets/images/content_writing/what-we-offer-bg.png");
    background-position: left top;
    background-repeat: no-repeat;
}

@media (max-width: 1280.98px) {
    .what-we-offer {
        padding-bottom: 89.5px;
        background-image: url("../assets/images/content_writing/what-we-offer-bg-tablet.png");
    }
}

@media (max-width: 768px) {
    .what-we-offer {
        padding-top: 80px;
        padding-bottom: 28px;
        border-radius: var(--Large);
        background-image: url("../assets/images/content_writing/what-we-offer-bg-mobile.png");
    }
}

.what-we-offer__container {
    padding: 0 100px;
}

@media screen and (max-width: 1200px) {
    .what-we-offer__container {
        padding: 0 70px;
    }
}

@media (max-width: 768px) {
    .what-we-offer__container {
        padding: 0px 16px;
    }
}

.what-we-offer__content {
    display: flex;
    justify-content: space-between;
    gap: 60px;
}

@media screen and (max-width: 1024px) {
    .what-we-offer__content {
        flex-direction: column;
        gap: 90px;
    }
}

@media (max-width: 768px) {
    .what-we-offer__content {
        gap: 60px;
    }
}

.what-we-offer__left {
    height: -moz-fit-content;
    height: fit-content;
    position: sticky;
    top: 0;
    align-self: flex-start;
    flex-shrink: 0;
    max-width: 600px;
    width: 100%;
}

@media screen and (max-width: 1440px) {
    .what-we-offer__left {
        max-width: 480px;
    }
}

@media screen and (max-width: 1280px) {
    .what-we-offer__left {
        max-width: 390px;
        top: 100px;
    }
}

@media screen and (max-width: 1024px) {
    .what-we-offer__left {
        position: relative;
        top: 0;
        max-width: 724px;
    }
}

@media (min-width: 1280.98px) {
    .what-we-offer__left {
        padding-top: 140px;
    }
}

.what-we-offer__label {
    margin-bottom: 14px;
}

.what-we-offer__title {
    color: var(--Gray-900);
    font-size: 82px;
    font-weight: 700;
    line-height: 1.08em;
    margin-bottom: 14px;
}

@media screen and (max-width: 1440px) {
    .what-we-offer__title {
        font-size: 72px;
    }
}

@media screen and (max-width: 1280px) {
    .what-we-offer__title {
        font-size: 60px;
    }
}

@media screen and (max-width: 1024px) {
    .what-we-offer__title {
        font-size: 82px;
    }
}

@media screen and (max-width: 850px) {
    .what-we-offer__title {
        font-size: 72px;
    }
}

@media (max-width: 768px) {
    .what-we-offer__title {
        font-size: 48px;
        line-height: 118%;
    }
}

.what-we-offer__text {
    color: var(--Gray-700);
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2em;
    margin-bottom: 80px;
}

@media (max-width: 1280.98px) {
    .what-we-offer__text {
        margin-bottom: 60px;
    }
}

@media (max-width: 768px) {
    .what-we-offer__text {
        margin-bottom: 32px;
    }
}

.what-we-offer__buttons {
    display: flex;
}

@media screen and (max-width: 480px) {
    .what-we-offer__buttons {
        justify-content: center;
    }
}

@media screen and (max-width: 480px) {
    .what-we-offer__buttons .icon_btn_wrapper {
        width: 100%;
    }
}

@media screen and (max-width: 480px) {
    .what-we-offer__button {
        max-width: 340px;
    }
}


.what-we-offer__right {
    display: flex;
    flex-direction: column;
    gap: 40px;
    max-width: 950px;
    width: 100%;
}

@media (max-width: 1280.98px) {
    .what-we-offer__right {
        gap: 24px;
    }
}

.offer-card {
    border-radius: var(--Large);
    background: var(--Main-Blue-200);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    overflow: hidden;
}

@media (max-width: 768px) {
    .offer-card {
        padding-top: 24px;
    }
}

.offer-card__source {
    overflow: hidden;
}

@media (max-width: 768px) {
    .offer-card__source {
        aspect-ratio: 337/178.2 !important;
    }
}

.offer-card__source-video {
    display: block;
    width: 100%;
    height: 100%;
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    margin-top: -2px;
}

@media (max-width: 768px) {
    .offer-card__source-video {
        aspect-ratio: 337/178.2 !important;
    }
}

.offer-card__content {
    display: flex;
    padding: 24px 60px 60px 60px;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    align-self: stretch;
}

@media screen and (max-width: 1280px) {
    .offer-card__content {
        padding: 24px 40px 40px 40px;
    }
}

@media screen and (max-width: 1024px) {
    .offer-card__content {
        padding: 24px 60px 60px 60px;
    }
}

@media (max-width: 768px) {
    .offer-card__content {
        padding: 24px 20px;
        flex-direction: column;
    }
}

.offer-card__title {
    color: var(--Gray-900);
    font-size: 60px;
    font-weight: 700;
    line-height: 116%;
}

@media screen and (max-width: 1440px) {
    .offer-card__title {
        font-size: 52px;
    }
}

@media screen and (max-width: 1280px) {
    .offer-card__title {
        font-size: 46px;
    }
}

@media screen and (max-width: 1024px) {
    .offer-card__title {
        font-size: 60px;
    }
}

@media screen and (max-width: 768px) {
    .offer-card__title {
        font-size: 42px;
    }
}

@media screen and (max-width: 600px) {
    .offer-card__title {
        font-size: 30px;
        line-height: 128%;
    }
}

.offer-card__text {
    color: var(--Gray-700);
    font-size: 24px;
    font-weight: 400;
    line-height: 160%;
}

@media screen and (max-width: 1440px) {
    .offer-card__text {
        font-size: 21px;
    }
}

@media screen and (max-width: 1024px) {
    .offer-card__text {
        font-size: 24px;
    }
}

@media (max-width: 768px) {
    .offer-card__text {
        font-size: 19px;
        line-height: 140%;
    }
}

.offer-card__texts {
    display: flex;
    flex-direction: column;
    gap: 37px;
}

@media (min-width: 768px) {
    .offer-card-1 .offer-card__source {
        aspect-ratio: 947/500.76;
    }
}

@media (min-width: 768px) and (max-width: 1280.98px) {
    .offer-card-1 .offer-card__source {
        aspect-ratio: 884/467.45;
    }
}

@media (min-width: 768px) {
    .offer-card-2 .offer-card__source {
        aspect-ratio: 934/493;
    }
}

@media (min-width: 768px) and (max-width: 1280.98px) {
    .offer-card-2 .offer-card__source {
        aspect-ratio: 884/466.61;
    }
}

@media (min-width: 768px) {
    .offer-card-3 .offer-card__source {
        aspect-ratio: 934/493;
    }
}

@media (min-width: 768px) and (max-width: 1280.98px) {
    .offer-card-3 .offer-card__source {
        aspect-ratio: 884/466.61;
    }
}

/*****************************/
.pricing {
    border-radius: 60px;
    position: relative;
    z-index: 10;
    background-color: var(--White);
    padding: 120px 100px 130px;
    background-image: url("../assets/images/content_writing/pricing-bg.png");
    background-position: right top;
    background-repeat: no-repeat;
    background-size: 805px 588px;
}

@media (max-width: 1280.98px) {
    .pricing {
        padding-bottom: 77px;
        background-image: url("../assets/images/content_writing/pricing-bg-tablet.png");
    }
}

@media (max-width: 768px) {
    .pricing {
        padding: 80px 24px;
        border-radius: var(--Middle);
        padding-bottom: 47px;
        background-image: url("../assets/images/content_writing/pricing-bg-mobile.png");
    }
}

.pricing__container {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 1360px;
}

.pricing__label {
    margin-bottom: 14px;
}

.pricing__title {
    color: var(--Gray-900);
    text-align: center;
    font-size: 82px;
    font-weight: 700;
    line-height: 108%;
    margin-bottom: 80px;
}

@media screen and (max-width: 1440px) {
    .pricing__title {
        font-size: 72px;
    }
}

@media (max-width: 1280.98px) {
    .pricing__title {
        margin-bottom: 40px;
    }
}

@media (max-width: 768px) {
    .pricing__title {
        font-size: 48px;
        line-height: 118%;
        /* 56.64px */
    }
}

.pricing__content {
    width: 100%;
    display: flex;
    align-items: flex-start;
    gap: 25px;
    align-self: stretch;
}

@media (max-width: 1280.98px) {
    .pricing__content {
        flex-direction: column;
        width: 100%;
    }
}

.pricing__left {
    flex: 0 1 68%;
    /* 944/1362 */
}

@media (max-width: 1280.98px) {
    .pricing__left {
        flex: 0 1 100%;
        width: 100%;
    }
}

.pricing__right {
    flex: 0 1 32%;
    display: flex;
    flex-direction: column;
    background: var(--Main-Blue-700);
    border-radius: 24px;
    /* 392/1362 */
}

@media (max-width: 1280.98px) {
    .pricing__right {
        flex: 0 1 100%;
        width: 100%;
    }
}

.pricing-card__top {
    border-radius: var(--Middle) var(--Middle) 0 0;
    padding: 14px 32px 14px 32px;
}

.pricing-card__title {
    color: var(--White);
    font-size: 26px;
    font-weight: 700;
    text-align: left;
    line-height: 140%;
    /* 36.4px */
}

.pricing-card__bottom {
    padding: 48px 32px 26px;
    border-radius: var(--Middle);
    background: var(--Main-Blue-600);
}

@media screen and (max-width: 1440px) {
    .pricing-card__bottom {
        padding: 48px 28px 26px;
    }
}

@media (max-width: 1280.98px) {
    .pricing-card__bottom {
        padding-right: 7px;
        padding-top: 28.5px;
        padding-left: 32px;
        padding-bottom: 0;
    }
}

@media (max-width: 768px) {
    .pricing-card__bottom {
        padding-left: 32px;
        padding-right: 6px;
        padding-top: 27.5px;
    }
}

.pricing-card__result {
    display: flex;
    align-items: center;
    gap: 8px;
    align-self: stretch;
}

.pricing-card__result-x {
    color: var(--Main-Blue-400);
    font-size: 15.647px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

@media (max-width: 1280.98px) {
    .pricing-card-bottom {
        display: flex;
        gap: 124px;
        justify-content: space-between;
    }
}

@media (max-width: 1023.98px) and (min-width: 768px) {
    .pricing-card-bottom {
        display: flex;
        gap: calc(40px + 84 * (100vw - 767px) / 256);
        justify-content: space-between;
    }
}

@media (max-width: 768px) {
    .pricing-card-bottom {
        flex-direction: column;
        gap: 54px;
    }
}

.pricing-card-bottom__content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex-shrink: 0;
}

@media (max-width: 1280.98px) {
    .pricing-card-bottom__content {
        flex: 0 1 360px;
        margin-top: auto;
        padding-top: 74px !important;
        padding-bottom: 74px;
    }
}

@media (max-width: 768px) {
    .pricing-card-bottom__content {
        padding: 0px 26px 0px 0px !important;
        flex: 0 1 auto;
    }
}

.pricing-card-bottom__labels {
    margin-bottom: 40px;
}

@media (max-width: 768px) {
    .pricing-card-bottom__labels {
        display: flex;
        flex-direction: column;
        gap: 14px;
    }
}

.pricing-card-bottom__labels-mobile {
    display: none !important;
}

@media (max-width: 768px) {
    .pricing-card-bottom__labels-mobile {
        display: block;
    }
}

.pricing-card-bottom__price {
    margin-bottom: 65px;
}

@media (max-width: 1280.98px) {
    .pricing-card-bottom__price {
        margin-bottom: 26px;
    }
}

.pricing-card-bottom__button-wrapper {
    width: 100% !important;
}

@media (max-width: 1280.98px) {
    .pricing-card-bottom__button-wrapper {
        max-width: 360px;
        width: 360px;
    }
}

@media (max-width: 768px) {
    .pricing-card-bottom__button-wrapper {
        max-width: 311px;
        width: 311px;
    }
}

@media (max-width: 487.98px) {
    .pricing-card-bottom__button-wrapper {
        width: 100% !important;
        max-width: 100% !important;
    }
}

.pricing-card-bottom__button {
    width: 100% !important;
}

.pricing-card-bottom__button:active {
    width: calc(100% - 4px) !important;
}

@media (max-width: 1280.98px) {
    .pricing-card-bottom__button:active {
        width: 356px !important;
    }
}

@media (max-width: 768px) {
    .pricing-card-bottom__button:active {
        width: 305px !important;
    }
}

@media (max-width: 487.98px) {
    .pricing-card-bottom__button {
        width: 100% !important;
    }

    .pricing-card-bottom__button:active {
        width: calc(100% - 4px) !important;
    }
}

.pricing-card-bottom__image {
    display: none;
}

@media (max-width: 1280.98px) {
    .pricing-card-bottom__image {
        display: flex;
        flex: 0 1 46.578366%;
        align-items: end;
        justify-content: end;
        /* 422/906 */
    }

    .pricing-card-bottom__image img {
        aspect-ratio: 422/401;
        width: 100%;
        height: auto;
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    .pricing-card-bottom__image {
        aspect-ratio: 306/291;
    }
}

@media (max-width: 768px) and (min-width: 487.98px) {
    .pricing-card-bottom__image {
        max-width: 70%;
        margin-left: auto;
    }
}

.pricing-card-price__text {
    color: var(--Main-Blue-300);
    font-size: 22px;
    font-weight: 700;
    line-height: 140%;
    /* 30.8px */
    margin-bottom: 4px;
}

.pricing-card-price__content {
    display: flex;
    align-items: center;
    gap: 8px;
}

.pricing-card-price__value {
    color: var(--White);
    font-size: 60px;
    font-weight: 700;
    line-height: 116%;
}

.pricing-card-price__period {
    color: var(--Main-Blue-300);
    font-size: 18px;
    margin-top: 20px;
    font-weight: 700;
    line-height: 110%;
    /* 19.8px */
}

.pricing-left {
    border-radius: 20px;
    background: var(--Main-Blue-100);
    padding-top: 20px;
    position: relative;
}

.pricing-left::after,
.pricing-left::before {
    width: 26.369px;
    content: "";
    bottom: 77px;
    height: 30.126px;
    background-color: var(--White);
    border-radius: 50%;
    z-index: 10;
    position: absolute;
    transform: translateY(50%);
}

.pricing-left::after {
    right: -13.1845px;
}

.pricing-left::before {
    left: -13.1845px;
}

.pricing-left__top-wrapper {
    padding: 0px 24px;
}

@media (max-width: 768px) {
    .pricing-left__top-wrapper {
        padding: 0px 8px;
    }
}

.pricing-left__top {
    display: flex;
    flex-direction: column;
    position: relative;
    gap: 50px;
}

.pricing-left__item {
    position: relative;
}

.pricing-left__bottom {
    padding: 0px 24px;
    margin-top: 62px;
    width: 100%;
    height: 77px;
    flex-shrink: 0;
    border-radius: 0px 0px 12px 12px;
    background: var(--Main-Blue-200);
    padding-top: 16px;
    position: relative;
    text-align: right;
    overflow: hidden;
}

.pricing-left__bottom::after {
    content: "";
    position: absolute;
    background-image: url("../assets/images/content_writing/pricing-bg-bottom.png");
    width: 957px;
    height: 32px;
    background-repeat: no-repeat;
    bottom: -24px;
    left: -2.64px;
    overflow: hidden;
}

.pricing-left__bottom::before {
    content: "";
    position: absolute;
    background-image: url("../assets/images/content_writing/pricing-bg-bottom.png");
    width: 957px;
    background-repeat: no-repeat;
    height: 32px;
    bottom: -24px;
    z-index: 10;
    left: 954.36px;
    transform: translateX(-30px);
}

@media (max-width: 768px) {
    .pricing-left__bottom {
        padding-top: 23.63px;
        padding-right: 9px;
    }
}

.pricing-left__bottom-text {
    color: var(--Main-Blue-900);
    text-align: right;
    font-size: 34px;
    font-style: normal;
    font-weight: 700;
    line-height: 118%;
}

.pricing-left-item__slider {
    position: relative;
}

.pricing-left-item__slider-values {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    gap: 4px;
    margin-bottom: 10.86px;
}

.pricing-left-item__slider-values {
    position: relative;
    height: 18px;
}

@media (max-width: 768px) {
    .pricing-left-item__slider-values-big .pricing-left-item__slider-value:nth-child(even) {
        display: none !important;
    }
}

.pricing-left-item__slider-value {
    color: var(--Gray-500);
    font-size: 18px;
    font-weight: 600;
    line-height: 100%;
    text-align: left !important;
    transform: translateX(-50%);
    position: absolute;
}

.pricing-left-item__slider-current {
    color: var(--Main-Blue-200);
    text-align: center;
    position: absolute;
    bottom: -41px;
    display: flex;
    transform: translateX(-50%);
    left: 0;
    border-radius: 173.854px;
    background: var(--Main-Blue-600);
    padding: 6px 10.431px 4px 10.431px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    width: -moz-max-content;
    width: max-content;
}

.pricing-left-item__slider-current svg {
    position: absolute;
    top: -5px;
    left: 50%;
    transform: translateX(-50%);
}

@media (max-width: 768px) {
    .pricing-left-item .label {
        min-width: 100px;
        padding: 6px 6.5px 4px 6.5px;
    }
}

.pricing-left-item-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    margin-bottom: 20.86px;
}

.pricing-left-item-header__left {
    display: flex;
    align-items: center;
    gap: 14px;
}

.pricing-left-item-header__icon {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: 36px;
    height: 36px;
    border-radius: var(--Large-BG);
    background: var(--Main-Blue-800);
}

.pricing-left-item-header__title {
    color: var(--Gray-900);
    font-size: 26px;
    font-weight: 700;
    line-height: 140%;
}

@media (max-width: 768px) {
    .pricing-left-item-header__title {
        font-size: 20px;
    }
}

.slider-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    height: 6px;
    background: var(--Main-Blue-600, #077DFD);
    border-radius: 10px;
    cursor: pointer;
    outline: none;
}

@media screen and (max-width: 420px) {
    .pricing-left-item-header__title {
        max-width: 114px;
        font-size: 18px;
    }
}

/* === Chrome / Safari / Edge (WebKit) === */
.slider-input::-webkit-slider-runnable-track {
    height: 6px;
    background: var(--Main-Blue-600, #077DFD);
    border-radius: 10px;
}

.slider-input::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 18px;
    height: 18px;
    background: var(--Main-Blue-600, #077DFD);
    border-radius: 50%;
    border: none;
    cursor: pointer;
    margin-top: -6px;
    /* центрируем по высоте: (track 6px - thumb 18px) / 2 = -6px */
}

/* === Firefox === */
.slider-input::-moz-range-track {
    height: 6px;
    background: var(--Main-Blue-600, #077DFD);
    border-radius: 10px;
}

.slider-input::-moz-range-progress {
    height: 6px;
    background: var(--Main-Blue-600, #077DFD);
    border-radius: 10px;
}

.slider-input::-moz-range-thumb {
    width: 18px;
    height: 18px;
    background: var(--Main-Blue-600, #077DFD);
    border-radius: 50%;
    border: none;
    cursor: pointer;
}

/* === IE / Edge (старые) === */
.slider-input::-ms-track {
    width: 100%;
    height: 6px;
    background: transparent;
    border-color: transparent;
    color: transparent;
}

.slider-input::-ms-fill-lower {
    background: var(--Main-Blue-600, #077DFD);
    border-radius: 10px;
}

.slider-input::-ms-fill-upper {
    background: var(--Main-Blue-600, #077DFD);
    border-radius: 10px;
}

.slider-input::-ms-thumb {
    width: 18px;
    height: 18px;
    background: var(--Main-Blue-600, #077DFD);
    border-radius: 50%;
    border: none;
    cursor: pointer;
}

/* Elephant Slider */

.elephant-slide {
    margin: 110px 0;
}

/* Team */

#team {
    padding-top: 0;
}

/* Pricing Pop Up */

#purchase_popup_content {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  z-index: 10999999999999000;
  pointer-events: none;
  transition: opacity 0.4s ease;
}

#purchase_popup_content.active {
  opacity: 1;
  pointer-events: auto;
}

#purchase_filter {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(50px);
  -webkit-backdrop-filter: blur(50px);
  background-color: rgba(217, 217, 217, 0.14);
  opacity: 0;
  z-index: 100;
  transition: backdrop-filter 0.4s ease, opacity 0.4s ease;
}

#purchase_popup_content.active #purchase_filter {
  opacity: 1;
}

#popup_inner {
  width: 100%;
  max-width: 587px;
  border-radius: 32px;
  background-color: #C6E1FF;
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 60px 60px 40px;
  overflow: hidden;
  z-index: 150;
  transform: translateZ(0) scale(0.8);
  -webkit-transform: translateZ(0) scale(0.8);
  opacity: 0;
  transition: transform 0.5s ease, opacity 0.5s ease;
  -webkit-transition: transform 0.5s ease, opacity 0.5s ease;
}

#purchase_popup_content.active #popup_inner {
  transform: scale(1);
  opacity: 1;
}

#popup_inner .ff-el-group.ff-custom_html {
  margin-bottom: 40px;
}

#popup_inner .title {
  font-size: 48px;
  line-height: 1.2em;
  font-weight: 700;
  color: var(--say9-default-text-blue);
  margin-bottom: 4px;
  text-align: left;
}

#popup_inner .content,
#popup_inner .content *,
#popup_inner .ff-message-success .title+p,
#popup_inner .ff-message-success .title+p * {
  font-size: 24px;
  color: #4A5578;
  font-weight: 400;
  line-height: 1.6em;
  text-align: left;
}

#popup_inner .ff-message-success .title+p,
#popup_inner .ff-message-success .title+p * {
  text-align: center;
}

#popup_inner .description,
#popup_inner .description * {
  font-size: 14px;
  line-height: 17px;
}

#popup_inner>p {
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  margin-bottom: 40px;
}

#popup_inner>p span {
  font-weight: 600;
}

#popup_inner>.form {
  z-index: 2;
}

#popup_inner>.form label {
  color: #7F88A2;
  font-size: 16px;
  line-height: 1.2em;
  font-weight: 600;
  transition: color 0.3s ease-in-out;
}

#popup_inner>.form label:after {
  content: none;
}

#popup_inner>.form input {
  position: relative;
  color: #4A5578;
  border-radius: 12px;
  border: 2px solid transparent;
  /* padding: 11px 12px 8px 40px; */
  padding: 2px 12px 0 40px;
  font-size: 19px;
  line-height: 44px;
  background-color: #F6FAFF;
  /* line-height: 1.4em; */
  transition: border-color 0.7s ease-in-out;
}

#popup_inner>.form input:active,
#popup_inner>.form input:focus {
  border-color: #99CAFF;
}

#popup_inner .form input:-webkit-autofill {
  -webkit-text-fill-color: #4A5578 !important;
  color: #4A5578 !important;
  background-color: #F6FAFF !important;
  background-clip: content-box !important;
  box-shadow: 0 0 0 1000px #F6FAFF inset !important;
  /* border: none !important; */
  appearance: none;
  -webkit-appearance: none;
}

#popup_inner>.form input::placeholder {
  color: #B9C0D4;
  transition: color 0.3s ease-in-out;
}

#popup_inner>.form .ff-el-input--content {
  position: relative;
}

#popup_inner>.form svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 12px;
  z-index: 1;
  pointer-events: none;
}

#popup_inner>.form svg path {
  transition: stroke-opacity 0.15s ease-in-out;
}

#popup_inner>.form svg.active path {
  stroke-opacity: 1;
}

#popup_inner>.form button[type="submit"] {
  background-color: var(--say9-primary-blue);
  color: #FFFFFF;
  font-size: 22px;
  font-weight: 600;
  line-height: 1em;
  border-radius: 200px;
  text-align: center;
  padding: 16px 20px 12px;
  width: 100%;
  transition: background-color 0.3s ease-in-out, padding 0.3s ease-in-out;
}

#popup_inner>.form button[type="submit"]:hover,
#popup_inner>.form button[type="submit"]:focus {
  opacity: 1;
  background-color: #10335F;
}

#popup_inner>.form button[type="submit"]:active {
  padding: 14px 20px 10px;
}

#popup_inner>.form button[type="submit"]:active+.loader-wrapper {
  top: -2px;
}

#popup_inner .ff_submit_btn_wrapper {
  margin: 35px 0 0;
  height: 52px;
}

#popup_inner:has(.ff-el-is-error) .ff_submit_btn_wrapper button[type="submit"]:active,
#popup_inner:has(.ff-el-is-error) .ff_submit_btn_wrapper button[type="submit"]:focus {
  padding: 16px 20px 12px;
}

#popup_inner .pricing_form_input {
  margin-bottom: 12px;
  height: 101px;
}

#popup_inner .pricing_form_input:not(.ff-el-is-error) .text-danger.error {
  display: none;
}

#popup_inner .ff-el-group.ff-el-is-error input:active,
#popup_inner .ff-el-group.ff-el-is-error input:focus {
  border-color: #F22B1D !important;
}

.pricing_form_website.ff-el-is-error .ff-el-input--content::before {
  transition: border-color 0.3s ease-in-out;
}

.pricing_form_website.ff-el-is-error .ff-el-input--content:focus-within::before {
  border-color: #F22B1D !important;
}

#popup_inner .ff-el-group.ff-el-is-error label {
  color: #D92D20;
}

#popup_inner .ff-el-group.ff-el-is-error .text-danger {
  margin: 6px 0 0;
  color: #D92D20;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  line-height: 1.1em;
}

#popup_inner.thank_you {
  padding: 60px 60px 40px;
}

#popup_inner .ff-message-success {
  border: none;
  box-shadow: none;
  margin: 0 auto;
  text-align: center;
  width: 100%;
  padding: 0;
}

#popup_inner .ff-message-success .thank_you {
  text-transform: none;
  text-align: center;
  margin-bottom: 12px;
}

#popup_inner .ff-message-success p {
  margin-bottom: 60px;
}

#popup_inner .ff-message-success .thank_you_btn {
  height: 52px;
}

#popup_inner .ff-message-success button {
  width: 100%;
  text-align: center;
  border: none;
  outline: none;
  border-radius: 200px;
  margin: auto;
  padding: 17px 20px 13px;
  background-color: var(--say9-secondary-blue);
  color: #fff;
  font-weight: 600;
  font-size: 22px;
  line-height: 1em;
  cursor: pointer;
  transition: background-color 0.3s ease-in-out, padding 0.3s ease-in-out;
}

#popup_inner .ff-message-success button:hover {
  background-color: #63AEFF;
}

#popup_inner .ff-message-success button:active {
  padding: 15px 20px 11px;
}

#popup_inner .ff-message-success .thank_you_bottom,
#popup_inner .ff-message-success .thank_you_bottom span {
  color: var(--say9-default-text-blue);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.1em;
}

#popup_inner .ff-message-success .thank_you_links {
  margin-top: 10px;
  display: flex;
  column-gap: 10px;
  align-items: center;
  justify-content: center;
}

#purchase_close {
  position: absolute;
  top: 24px;
  right: 24px;
  display: flex;
  cursor: pointer;
  z-index: 10;
}

#purchase_close svg path {
  transition: stroke 0.3s ease-in-out;
}

#purchase_close svg:hover path {
  stroke: #4A5578;
}

#purchase_popup_content .fluentform .ff-el-input--label {
  display: flex;
  justify-content: space-between;
  margin-bottom: 6px;
}

#popup_inner .thank_you_icon {
  width: 30px;
  height: 30px;
  background-image: none;
  border-radius: 50%;
  transition: background-color 0.3s ease-in-out;
}

#popup_inner .thank_you_icon:hover {
  background-color: #FFFFFF;
}

#popup_inner .thank_you_icon img {
  display: block;
}

.pricing_form_website .ff-el-input--content::before {
  content: "http://";
  position: absolute;
  height: 100%;
  font-size: 19px;
  font-weight: 400;
  line-height: 1.4em;
  padding: 12px 12px 8px;
  color: #7F88A2;
  z-index: 1;
  border-right: 1px solid #D0D5DD;
}

#popup_inner .pricing_form_input .ff-el-input--content::after {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  background-image: url('../assets/images/input-alert-icon.svg');
  display: none;
}

#popup_inner .pricing_form_input.ff-el-is-error .ff-el-input--content::after {
  display: block;
}

#popup_inner .pricing_form_website input {
  padding-left: 90px;
}

#popup_inner .pricing_form_coupon .ff-el-input--content::before {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  background-image: url("../assets/images/saynine_coin.webp");
  z-index: 1;
  pointer-events: none;
}

#popup_inner .input-info-icon {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  cursor: pointer;
}

#popup_inner .info-tooltip {
  position: absolute;
  width: 260px;
  background-color: #646E8C;
  border-radius: 4px;
  padding: 8px 10px;
  color: #FFFFFF;
  font-size: 13px;
  line-height: 1.1em;
  font-weight: 500;
  right: 14px;
  bottom: calc(100% - 10px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease-in-out;
}

#popup_inner .input-info-icon:hover+.info-tooltip {
  pointer-events: all;
  opacity: 1;
}

#popup_inner .pricing_form_coupon .backlinks_amount {
  font-size: 16px;
  line-height: 1.2em;
  font-weight: 600;
  color: #16B364;
}

#popup_inner .pricing_form_coupon.good-code input {
  border-color: #3CCB7F;
  color: #16B364;
}

#popup_inner .pricing_form_coupon.good-code label {
  color: #16B364;
}

#popup_inner .pricing_form_coupon.bad-code label {
  color: #D92D20;
}

#popup_inner .pricing_form_coupon.bad-code input:active,
#popup_inner .pricing_form_coupon.bad-code input:focus {
  border-color: #F22B1D;
}

#popup_inner .coupon-error {
  margin: 6px 0 0;
  color: #D92D20;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  line-height: 1.1em;
}

@media screen and (max-width: 1880px) {
  #popup_inner {
    padding: 40px 50px 20px;
  }

  #popup_inner .content,
  #popup_inner .content *,
  #popup_inner .title+p,
  #popup_inner .title+p * {
    font-size: 22px;
  }

  #popup_inner .ff_submit_btn_wrapper {
    margin-top: 30px;
  }

  #popup_inner .ff-el-group.ff-custom_html {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 1620px) {
  .seo_price_title {
    font-size: 66px;
  }

  #popup_inner .pricing_form_input {
    height: 97px;
  }

  #popup_inner>.form input {
    line-height: 40px;
  }
}

@media screen and (max-width: 1440px) {
  #popup_inner .title {
    font-size: 42px;
  }

  #popup_inner .content,
  #popup_inner .content *,
  #popup_inner .title+p,
  #popup_inner .title+p * {
    font-size: 19px;
  }
}

@media screen and (max-width: 1280px) {
  .seo_price_title {
    font-size: 60px;
  }
}

@media screen and (max-width: 1200px) {
  #seo_price {
    padding: 0 60px 160px;
  }

  .seo_price_right {
    width: 330px;
    overflow: hidden;
  }

  .seo_price_el {
    margin-bottom: -60px;
  }

  .seo_price_range {
    height: 16px;
  }

  .seo_price_range span {
    font-size: 16px;
  }
}

@media screen and (max-width: 1024px) {
  #seo_price {
    padding: 0 40px 140px;
  }

  .seo_price_title {
    font-size: 82px;
    margin-bottom: 14px;
  }

  #pricing_selector {
    margin-bottom: 27px;
  }

  #seo_price_wrapper {
    flex-direction: column;
  }

  .seo_price_right {
    width: 100%;
  }

  .seo_price_left_item {
    padding-top: 16px;
  }

  .seo_price_range span {
    font-size: 18px;
  }

  .seo_price_right_wrapper {
    flex-direction: row;
    padding-top: 30px;
    padding-left: 32px;
    gap: 20px;
  }

  .seo_price_right_inner {
    max-width: 360px;
    width: 100%;
    padding: 0 0 60px;
    flex-shrink: 0;
  }

  .seo_price_el {
    padding: 0 20px 0;
    margin-bottom: 0;
    max-height: 400px;
    max-width: 420px;
    height: 100%;
  }

  .seo_price_right_total {
    margin-bottom: 26px;
  }

  #popup_inner {
    padding: 40px 50px 30px;
  }

  #popup_inner .title {
    font-size: 38px;
  }

  #popup_inner>.form button[type="submit"] {
    font-size: 22px;
    padding: 12px 20px 8px;
  }

  #popup_inner:has(.ff-el-is-error) .ff_submit_btn_wrapper button[type="submit"]:active,
  #popup_inner:has(.ff-el-is-error) .ff_submit_btn_wrapper button[type="submit"]:focus {
    padding: 12px 20px 8px;
  }

  #popup_inner>.form button[type="submit"]:active,
  #popup_inner>.form button[type="submit"]:focus {
    padding: 10px 20px 6px;
  }

  #popup_inner .ff-message-success .thank_you_btn {
    height: 44px;
  }

  #popup_inner .ff-message-success button {
    padding: 13px 20px 9px;
  }

  #popup_inner .ff-message-success button:active {
    padding: 11px 20px 7px;
  }
}

@media screen and (max-width: 950px) {
  .seo_price_title {
    font-size: 60px;
  }
}

@media screen and (max-width: 768px) {
  #seo_price {
    padding: 0 16px 100px;
    scroll-margin-top: 70px;
  }

  .seo_price_right_inner {
    max-width: 260px;
  }

  .seo_price_right_total {
    font-size: 48px;
  }

  #popup_inner .ff-el-group.ff-custom_html {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 680px) {
  .seo_price_el img {
    margin-top: 70px;
  }
}

@media screen and (max-width: 600px) {
  .seo_price_title {
    font-size: 48px;
    margin-bottom: 40px;
  }

  #pricing_selector {
    margin-bottom: 40px;
  }

  .seo_price_left_top {
    padding: 0 10px;
  }

  .seo_price_left_item:not(.seo_price_service) .seo_price_left_title span {
    font-size: 20px;
  }

  .seo_price_left_bottom {
    padding: 23px 10px 20px;
  }

  .seo_price_range_container {
    padding: 0 10px;
  }

  .seo_price_range span:last-child {
    transform: translateX(-80%) !important;
  }

  .seo_price_range span:first-child {
    transform: translateX(-30%) !important;
  }

  .seo_price_left_info {
    flex-shrink: 0;
  }

  .seo_price_left_item::before,
  .seo_price_left_item::after {
    bottom: 68px;
  }

  .range_words span.mobile_disabled {
    display: none;
  }

  .seo_price_right_wrapper {
    flex-direction: column;
    padding: 28px 32px 0;
  }

  .seo_price_right_inner {
    max-width: 100%;
    padding-bottom: 54px;
  }

  .seo_price_right_total {
    font-size: 60px;
  }

  .seo_price_el {
    padding: 0;
  }

  .seo_price_el img {
    margin-top: 0;
  }

  #popup_inner {
    padding: 50px 20px 20px;
    border-radius: 24px;
  }

  #popup_inner.thank_you {
    padding: 60px 30px 30px;
  }

  #popup_inner .ff-message-success .thank_you_bottom {
    margin-top: 40px;
  }

  #popup_inner .ff_submit_btn_wrapper {
    margin-top: 0;
  }

  #popup_inner .title {
    font-size: 34px;
  }

  #popup_inner .content,
  #popup_inner .content *,
  #popup_inner .title+p,
  #popup_inner .title+p * {
    font-size: 16px;
    line-height: 1.4em;
  }

  #popup_inner>.form input,
  .pricing_form_website .ff-el-input--content::before {
    font-size: 16px;
  }

  #popup_inner>.form svg {
    width: 18px;
    height: 18px;
  }

  #popup_inner .ff-message-success .thank_you_btn {
    height: 40px;
  }

  #popup_inner .ff-message-success button {
    font-size: 18px;
  }
}

@media screen and (max-width: 480px) {
  .seo_price_range span[data-value="1000"] {
    display: none;
  }

  .seo_price_el img {
    height: 380px;
  }

  .seo_price_left_item:not(.seo_price_service) .seo_price_left_info {
    padding: 6px 6.5px 4px;
  }

  #popup_inner .ff_submit_btn_wrapper {
    height: 40px;
  }

  #popup_inner>.form button[type="submit"] {
    font-size: 18px;
  }
}

@media screen and (max-width: 420px) {
  .seo_price_el img {
    height: 320px;
  }
}

@media screen and (max-width: 390px) {
  .seo_price_range span {
    font-size: 16px;
  }

  .seo_price_el img {
    height: 290px;
  }

  #popup_inner {
    padding: 30px 20px 10px;
  }

  #popup_inner .pricing_form_input {
    height: 90px;
  }

  #popup_inner .ff-el-group.ff-custom_html {
    margin-bottom: 10px;
  }

  #popup_inner .pricing_form_input {
    margin-bottom: 12px;
  }

  #popup_inner .pricing_form_coupon {
    height: 87px;
  }

  #popup_inner .ff-el-group.ff-el-is-error .text-danger {
    margin-top: 4px;
  }

  #popup_inner .ff-el-group.ff-el-is-error .text-danger {
    font-size: 11px;
  }

  #popup_inner .content,
  #popup_inner .content *,
  #popup_inner .title+p,
  #popup_inner .title+p *,
  #popup_inner p,
  #popup_inner p * {
    font-size: 14px;
  }

  #purchase_close svg {
    width: 30px;
    height: 30px;
  }

  #popup_inner>.form input {
    /* padding: 8px 12px 5px 40px */
    line-height: 34px;
  }

  #popup_inner .pricing_form_website input {
    padding-left: 80px;
  }
}

@media screen and (max-width: 375px) {
  .seo_price_left_top {
    column-gap: 20px;
  }
}

@media screen and (max-width: 360px) {
  .seo_price_right_wrapper {
    padding: 28px 21px 0;
  }
}