/****************************
* Dizayner Yoqubov Shaxzod  *
*  Tel: + 99 894 588-56-56  *
*   Tg: @Yoqubov_Shaxzod    *
*      Site: yoqubov.uz     *
****************************/

/*--- SEO QUESTIONS ---*/
.seo-questions {
    padding: 120px 0 160px 0;
    background: url(../images/style/quest_bg.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
}

.seo-questions:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    background: linear-gradient(180deg, white, transparent);
    pointer-events: none;
}

.seo-questions:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80px;
    background: linear-gradient(0deg, white, transparent);
    pointer-events: none;
}

.seo-questions__header {
    margin: 0 0 50px 0;
    max-width: 780px;
}

.seo-questions__header .title {
    margin: 0 0 30px 0;
}

.seo-questions__header .title h2 {}

.seo-questions__header p {
    font-size: 16px;
    line-height: 24px;
    padding: 0;
}

.seo-questions .spollers {
    max-width: 995px;
}

.vedenie .spollers.spollers--hidden {
    display: none;
}

.vedenie .seo-questions {
    counter-reset: quest_counter;
}

.vedenie .seo-questions .spollers {
    max-width: unset;
}

.spollers:not(.spollers--view-all) .spollers__item--hidden {
    display: none;
}

.vedenie .spollers__item {
    padding: 24px 18px;
    border-radius: 9px;
}

.vedenie .spollers__title {
    position: relative;
}

.vedenie .spollers__title:before {
    counter-increment: quest_counter;
    content: counter(quest_counter);
    display: block;
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
    line-height: 24px;
    border-radius: 50%;
    font-size: 14px;
    background: var(--color-accent-primary);
    color: #fff;
    text-align: center;
    margin: 0 12px 0 0;
}

.vedenie .spollers__title span {
    margin: 0 12px 0 0;
}

.vedenie .spollers__title img {
    width: 15px;
    height: 15px;
    display: block;
    transition: 0.2s linear;
}

.vedenie .spollers__title._spoller-active img {
    transform: rotateZ(45deg);
}

.spollers__view-all {
    display: flex;
    align-items: center;
    gap: 0 6px;
    margin: 12px 0 0 0;
    cursor: pointer;
}

.spollers__view-all span {
    font-weight: 600;
    padding: 0 0 1px 0;
    border-bottom: 1px dashed currentColor;
}

.spollers__view-all:hover span {
    border-color: transparent;
}

.spollers__view-all img {
    width: 24px;
    display: block;
    transition: 0.2s linear;
}

.spollers__view-all.spollers__view-all--toggled img {
    transform: rotateZ(180deg);
}

@media screen and (min-width: 992px) {
    .vedenie .seo-questions .spollers {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 0 24px;
        align-items: flex-start;
    }

    .vedenie .spollers.spollers--hidden {
        display: none;
    }
}

@media screen and (max-width: 991px) {
    .spollers+.spollers {
        margin-top: 12px;
    }

    .spollers__view-all {
        margin: 24px 0 0 0;
    }
}

@media screen and (max-width: 767px) {
    .seo-questions {
        padding: 20px 0!important;
    }

    .seo-questions:before,
    .seo-questions:after {
        display: none;
    }
}

/*--- SEO REVIEW ---*/
.seo-review {
    padding: 50px 0 0 0;
}

.seo-review-wrapper {
    height: 650px;
    border-radius: 50px;
    background: #735CFF;
    padding: 50px 50px 0 50px;
    /* margin: 0 0 200px 0; */
}

.seo-review-header {
    text-align: center;
    margin: 0 0 50px 0;
}

.seo-review-header .title {
    margin: 0 0 20px 0;
}

.seo-review-header .title h2 {
    color: #fff;
}

.seo-review-header p {
    color: #fff;
    padding: 0;
    font-size: 16px;
    line-height: 24px;
}

.seo-review-carousel {
    position: relative;
    bottom: -130px;
    margin: -130px 0 0 0;
    padding: 0 50px;
}

.seo-review .splide__track {
    /* box-shadow: 0px 4px 70px 0px rgba(167, 96, 244, 0.15); */
}

.seo-review-carousel .splide__pagination {
    display: none;
}

.seo-review-carousel .splide__arrow--prev {
    opacity: 1 !important;
    left: -60px;
    top: 150px;
    bottom: unset;
    background-color: transparent !important;
}

.seo-review-carousel .splide__arrow--next {
    opacity: 1 !important;
    right: -60px;
    top: 150px;
    bottom: unset;
    background-color: transparent !important;
}

.seo-review-carousel .splide__arrow::before {
    content: "";
    background-image: url(../images/style/arrow-slider-white.png);
    background-repeat: no-repeat;
    position: absolute;
    z-index: 5;
    top: 0 !important;
    left: 0 !important;
    width: 32px;
    height: 24px;
}

.seo-review-carousel .splide__arrow--next::before {
    transform: rotateZ(180deg);
}

.seo-review-carousel .splide__arrow svg {
    display: none;
}

.seo-review-card {
    border-radius: 40px;
    background: #FFF;
    box-shadow: 0px 4px 70px 0px rgba(167, 96, 244, 0.15);
    padding: 70px 40px 50px 40px;
    display: flex;
    flex-direction: column;
}

.seo-review-card__title {
    font-size: 28px;
    font-weight: 700;
    line-height: 36px;
    margin: 0 0 24px 0;
}

.seo-review-card__content {
    position: relative;
    max-height: 145px;
    overflow: hidden;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin: 0 0 8px 0;
}

.seo-review-card__content::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    background: linear-gradient(to top, #FFF -15%, transparent 90%);
    opacity: .8;
}

.seo-review-card a {
    display: block ;
    width: fit-content;
    color: var(--color-accent-primary);
    margin: 0 0 16px 0;
}

.seo-review-card__date {
    font-size: 16px;
    line-height: 24px;
    opacity: 0.4;
    margin: auto 0 0 0;
}

.seo-review__button {
    width: 220px;
    padding: 14px;
    height: 56px;
    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;
    text-align: center;
    color: var(--color-white);
    border: 2px solid #B68AF8;
    background: #B68AF8;
    -webkit-box-shadow: 0 5px 47px rgba(119, 96, 255, .1);
    box-shadow: 0 5px 47px rgba(119, 96, 255, .1);
    border-radius: 100px;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    margin: 20px auto 0 auto;
}

.seo-review__button:hover {
    background-color: var(--color-white);
    color: #B68AF8;
}

@media screen and (max-width: 991px) {
    .seo-review-wrapper {
        padding: 40px 20px 0px 20px;
    }

    .seo-review-carousel {
        padding: 0 30px;
        margin: unset;
        bottom: unset;
    }

    .seo-review-carousel .splide__arrow--prev {
        left: -43px;
    }

    .seo-review-carousel .splide__arrow--next {
        right: -43px;
    }

    .seo-review-card {
        padding: 30px 20px 40px 20px;
    }
}

@media screen and (max-width: 768px) {
    .seo-review .seo-review__container {
        padding: 0;
    }

    .seo-review-wrapper {
        border-radius: 0;
        height: auto;
        padding-bottom: 20px;
    }

    .seo-review {
        padding: 0;
    }
}

/*--- SEO CLIENTS ---*/
.seo-clients {
    padding: 100px 0 50px 0;
}

.seo-clients-carousel {}

.seo-clients-carousel .splide__arrow {
    width: 48px;
    height: 48px;
    border-radius: 10px;
    display: flex;
    cursor: pointer;
    transition: 0.1s;
    background: none;
    opacity: 1;
}

.seo-clients-carousel .splide__arrow:hover {
    box-shadow: 0px 2px 10px 0px rgba(167, 96, 244, 0.05);
}

.seo-clients-carousel .splide__arrow--prev {
    left: -50px;
}

.seo-clients-carousel .splide__arrow--next {
    right: -50px;
}

.seo-clients-carousel .splide__arrow svg {
    display: none;
}

.seo-clients-carousel .splide__arrow::before {
    content: "";
    background-image: url(../images/style/arrow-slider.png);
    background-repeat: no-repeat;
    width: 32px;
    height: 24px;
    display: block;
    background-size: contain;
}

.seo-clients-carousel .splide__arrow--next::before {
    transform: rotateZ(180deg);
}

.seo-clients-carousel .splide__pagination {
    bottom: -40px;
}

.seo-clients-carousel .splide__pagination__page {
    background: none;
    border: 2px solid #C7BEFF;
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.seo-clients-carousel .splide__pagination__page.is-active {
    border-color: #735CFF;
    background: #735CFF;
}

.seo-clients__card {
    border-radius: 20px;
    border: 1px solid #E8E8F2;
    background: #FAF9FF;
    padding: 20px;
    display: flex;
    height: 100%;
	text-align: center;
}

.seo-clients__card picture,
.seo-clients__card img {
    display: block;
    width: 70px;
    max-width: 100%;
    margin: auto;
}

.seo-clients-header {
    margin: 0 0 50px 0;
    display: grid;
    grid-template-columns: 780px 1fr;
    align-items: center;
}

.seo-clients-header-content {}

.seo-clients-header__slogan {
    margin: 0 0 15px 0;
    font-size: 42px;
}

.seo-clients-header__slogan-one {
    text-align: left;
    color: #495381;
    font-style: normal;
    font-weight: 600;
    line-height: 64px;
}

.seo-clients-header__slogan-two {
    text-align: right;
    color: #9866F3;
    font-style: normal;
    font-weight: 600;
    line-height: 64px;
}

.seo-clients-header__description {
    color: #495381;
    font-family: Onest;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    opacity: 0.5;
}

.seo-clients-header-avatar {
    display: flex;
    align-items: center;
    justify-self: flex-end;
}

.seo-clients-header-avatar__image {
    width: 108px;
    height: 108px;
    flex: 0 0 108px;
    border-radius: 50%;
    background-image: url(../images/style/bos.jpg);
    background-size: 150%;
    background-position: right top;
    overflow: hidden;
    margin: 0 30px 0 0;
}

.seo-clients-header-avatar__content {}

.seo-clients-header-avatar__content-name {
    color: #495381;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    margin: 0 0 6px 0;
}

.seo-clients-header-avatar__content-job {
    color: #495381;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    opacity: 0.5;
}

@media screen and (max-width: 1280px) {
    .seo-clients-carousel .splide__arrow--prev {
        left: 0px;
    }

    .seo-clients-carousel .splide__arrow--next {
        right: 0px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .seo-clients-header {
        grid-template-columns: 660px 1fr;
        grid-gap: 0 30px;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .seo-clients-header {
        grid-template-columns: 440px 1fr;
        grid-gap: 0 30px;
    }
}

@media screen and (max-width: 767px) {
    .seo-clients-header {
        grid-gap: 30px 0;
        grid-template-columns: 1fr;
    }

    .seo-clients-header__slogan {
        font-size: 32px;
        line-height: 1.2;
    }

    .seo-clients-header__slogan-one {
        line-height: unset;
        display: inline;
    }

    .seo-clients-header__slogan-two {
        line-height: unset;
        display: inline;
    }

    .seo-clients-header-avatar {
        justify-self: flex-start;
    }
}

@media screen and (max-width: 389px) {
    .seo-clients-header-avatar__image {
        width: 78px;
        height: 78px;
        flex: 0 0 78px;
        margin: 0 20px 0 0;
    }

    .seo-clients-header-avatar__content-job br {
        display: none;
    }

    .seo-clients-header__slogan {
        font-size: 28px;
    }
}

/*--- REASONS ---*/
.seo-reasons {
    padding: 120px 0;
}

.seo-reasons__circle {
    width: 100%;
    border-radius: 50%;
    background: var(--Gradient, linear-gradient(128deg, #765FFE 24.36%, #D774E0 95.4%));
    box-shadow: 0px 4px 17.6px 0px rgba(118, 95, 254, 0.50);
    grid-column: 2/5;
    grid-row: 1/4;
    position: relative;
}

.seo-reasons__circle canvas {
    max-width: 100%;
    height: auto;
    box-sizing: border-box;
    display: block;
}

.seo-reasons__circle-text {
    display: flex;
    color: #FFF;
    text-align: center;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 50px;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.seo-reasons-item {
    display: flex;
    align-items: center;
    gap: 0 30px;
    text-align: right;
    position: relative;
    z-index: 1;
}

.seo-reasons-item--invert {
    flex-direction: row-reverse;
    text-align: left;
}

.seo-reasons-item:nth-of-type(1) {
    grid-column: 1/3;
    grid-row: 1/2;
}

.seo-reasons-item:nth-of-type(2) {
    grid-column: 4/6;
    grid-row: 1/2;
}

.seo-reasons-item:nth-of-type(3) {
    grid-column: 1/3;
    grid-row: 2/3;
    padding: 0 10% 0 0;
}

.seo-reasons-item:nth-of-type(4) {
    grid-column: 4/6;
    grid-row: 2/3;
    padding: 0 0 0 10%;
}

.seo-reasons-item:nth-of-type(5) {
    grid-column: 1/3;
    grid-row: 3/4;
}

.seo-reasons-item:nth-of-type(6) {
    grid-column: 4/6;
    grid-row: 3/4;
}

.seo-reasons-item__content {}

.seo-reasons-item__content-icon {
    display: flex;
    width: 100px;
    height: 100px;
    flex: 0 0 100px;
    background: #F2F0FF;
    box-shadow: 0px 4px 17.6px rgba(118, 95, 254, 0.50);
    border-radius: 50%;
}

.seo-reasons-item__content-icon img {
    display: block;
    width: auto;
    max-width: 45%;
    margin: auto;
}

.seo-reasons-item__content-title {
    color: #495381;
    font-size: 22px;
    font-weight: 700;
    line-height: 24px;
    margin: 0 0 14px 0;
}

.seo-reasons-item__content-text {
    color: #495381;
    font-size: 12px;
    line-height: 16px;
}

.seo-reasons-grid {
    display: grid;
    grid-template-columns: 28% 8% 28% 8% 28%;
    grid-gap: 40px 0;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .seo-reasons-grid {
        grid-template-columns: 32% 6% 24% 6% 32%;
        grid-gap: 15px 0;
    }

    .seo-reasons-item__content-icon {
        width: 70px;
        height: 70px;
        flex: 0 0 70px;
    }

    .seo-reasons-item__content-icon img {
        max-width: 30px;
    }

    .seo-reasons__circle-text {
        line-height: 42px;
        font-size: 30px;
    }

    .seo-reasons-item__content-text {
        font-size: 14px;
    }

    .seo-reasons-item__content-title {
        font-size: 18px;
        line-height: 24px;
        margin: 0 0 6px 0;
    }

    .seo-reasons__circle {
        width: 264px;
        height: 264px;
        margin: auto;
    }

    .seo-reasons-item:nth-of-type(1) .seo-reasons-item__content-icon,
    .seo-reasons-item:nth-of-type(2) .seo-reasons-item__content-icon {
        align-self: flex-end;
    }

    .seo-reasons-item:nth-of-type(5) .seo-reasons-item__content-icon,
    .seo-reasons-item:nth-of-type(6) .seo-reasons-item__content-icon {
        align-self: flex-start;
    }
}

@media screen and (max-width: 767px) {
    .seo-reasons {
        padding: 60px 0 50px 0;
    }

    .seo-reasons-grid {
        display: flex;
        flex-direction: column;
    }

    .seo-reasons__circle {
        order: -1;
    }

    .seo-reasons-item:nth-of-type(3),
    .seo-reasons-item:nth-of-type(4) {
        padding: 0;
    }

    .seo-reasons-item__content-text {
        font-size: 14px;
    }

    .seo-reasons-item__content-title {
        font-size: 18px;
        margin: 0 0 8px 0;
    }
}

@media screen and (max-width: 389px) {
    .seo-reasons-item__content-icon {
        width: 60px;
        height: 60px;
        flex: 0 0 60px
    }

    .seo-reasons-item {
        align-items: flex-start;
        gap: 0 20px;
    }
    
    .seo-reasons-item__content-icon img {
        max-width: 30px;
    }

    .seo-reasons__circle-text {
        font-size: 30px;
        line-height: 40px;
    }
}

/*--- SEO ABOUT ---*/
.seo-about {
    padding: 50px 0;
    background: #fff;
}

.seo-about-grid {
    margin: 0 0 70px 0;
    display: grid;
    grid-template-columns: 3fr 1fr;
    grid-gap: 0 30px;
}

.seo-about-content {}

.seo-about-content h2 {
    color: #495381;
    font-size: 48px;
    font-weight: 700;
    line-height: 64px;
    margin: 0 0 30px 0;
}

.seo-about-content h2 span {
    background: var(--Gradient, linear-gradient(128deg, #765FFE 24.36%, #D774E0 95.4%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.seo-about-content p {
    color: #495381;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.seo-about-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 48px 30px;
    margin: 50px 0 0 0;
}

.seo-about__card {
    padding: 0 0 0 60px;
    position: relative;
}

.seo-about__card:before {
    content: "";
    width: 31px;
    height: 28px;
    position: absolute;
    top: 4px;
    left: 0;
    background-image: url(../images/style/about_plus.png);
    background-position: center;
    background-size: cover;
}

.seo-about__card-title {
    font-size: 28px;
    font-weight: 700;
    line-height: 36px;
    background: var(--Gradient, linear-gradient(128deg, #765FFE 24.36%, #D774E0 95.4%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0 0 10px 0;
}

.seo-about__card-description {
    color: #495381;
    font-size: 16px;
    line-height: 24px;
}

.seo-about__image {
    background-image: url(../images/style/about_bg.jpg);
    background-size: cover;
    background-position: center;
    border-radius: 50px;
    position: relative;
    overflow: hidden;
}

.seo-about__image-text {
    color: #fff;
    font-size: 500%;
    font-style: normal;
    font-weight: 900;
    line-height: 120%;
    position: absolute;
    bottom: 8%;
    right: 8%;
}

.seo-about__image-text span {
    display: block;
    padding: 0 0 0 20%;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .seo-about__image-text {
        font-size: 300%;
    }
}

@media screen and (max-width: 767px) {
    .seo-about__image {
        display: none;
    }

    .seo-about-grid {
        grid-template-columns: 1fr;
    }

    .seo-about-wrapper {
        grid-template-columns: 1fr;
    }
}

/*--- FEEDBACK ---*/
.seo-feedback {
    padding: 100px 0 50px 0;
}

.templates__container .seo-feedback {
    padding: 48px 0 0 0;
}

.seo-feedback .feedback-result {
    color: #fff;
}

.seo-feedback-inner {
    border-radius: 40px;
    background: var(--Gradient, linear-gradient(128deg, #765FFE 24.36%, #D774E0 95.4%));
    padding: 40px 50px 60px 50px;
}

.seo-feedback__title {
    color: #fff;
    text-align: center;
    font-size: 38px;
    font-weight: 600;
    line-height: 64px;
    margin: 0 0 30px 0;
}

.seo-feedback-grid {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr 2fr 2fr;
    grid-gap: 30px 30px;
    align-items: center;
}

.seo-feedback-group {}

.seo-feedback-messanger-outer {
    grid-column: span 2;
}

.seo-feedback-messanger-title {
    grid-column: 1/5;
    color: #BEC3DA;
    font-size: 15px;
    font-weight: 600;
    line-height: 24px;
}

.seo-feedback-messanger {
    position: relative;
    border-radius: 6px;
    background: #FFF;
}

.seo-feedback-messanger:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 15px;
    width: 10px;
    height: 10px;
    transform: translateY(-50%);
    background-image: url(../images/style/messanger_arrow.png);
    background-size: cover;
    background-position: center;
}

.seo-feedback-messanger.active {
    border-radius: 6px 6px 0 0;
}

.seo-feedback-messanger__item {
    display: flex;
    align-items: center;
    gap: 0 12px;
    cursor: pointer;
    transition: 0.1s linear;
}

.seo-feedback-messanger__item--active {
    padding: 12px 20px;
}

.seo-feedback-messanger__item--toggle {
    padding: 12px 20px;
}

.seo-feedback-messanger__item--toggle:hover {
    background: #f6f4ff;
}

.seo-feedback-messanger__item--hidden {
    display: none;
}

.seo-feedback-messanger__item img {
    display: block;
    width: 18px;
}

.seo-feedback-messanger__item span {
    color: #414141;
    font-size: 12px;
    line-height: 24px;
}

.seo-feedback-messanger-popup {
    border-radius: 0 0 6px 6px;
    border-top: 1px solid #e5e5e5;
    background: #FFF;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    box-shadow: 0px 18px 18px -20px rgba(118, 95, 254, 0.50);
}

.seo-feedback-messanger:not(.active) .seo-feedback-messanger-popup {
    display: none;
}

.seo-feedback__input {
    border-radius: 6px;
    background: #FFF;
    border: none;
    outline: none;
    width: 100%;
    padding: 13px 20px;
}

.seo-feedback__input:focus {
    -webkit-box-shadow: 0 0 5px var(--color-white);
    box-shadow: 0 0 5px var(--color-white);
}

.seo-feedback__input::placeholder {
    font-size: 14px;
}

.seo-feedback__button {
    border-radius: 6px;
    background: #EA84F3;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    padding: 13px 20px;
    transition: 0.1s linear;
}

.seo-feedback__button:hover {
    background: #e383eb;
}

.seo-feedback-messanger-link {
    display: flex;
    align-items: center;
    gap: 0 15px;
}

.seo-feedback-messanger-link__icon {
    display: flex;
    width: 30px;
    background: #fff;
    border-radius: 50%;
}

.seo-feedback-messanger-link__icon img {
    display: block;
    width: 30px;
    margin: auto;
}

.seo-feedback-messanger-link span {
    color: #FFF;
    font-size: 12px;
    font-weight: 700;
    line-height: 18px;
    text-transform: uppercase;
    transition: 0.1s linear;
}

.seo-feedback-messanger-link:hover span {
    opacity: 0.8;
}

.seo-feedback-phone {
    padding: 0 0 0 30px;
    position: relative;
}

.seo-feedback-phone:before {
    content: "";
    width: 20px;
    height: 20px;
    background-image: url(../images/icon/phone.png);
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 10px;
    left: 0px;
}

.seo-feedback-phone__title {
    color: #FFF;
    font-size: 11px;
    line-height: 18px;
}

.seo-feedback-phone__value {
    color: #FFF;
    font-size: 16px;
    font-weight: 700;
    line-height: 18px;
    transition: 0.1s linear;
}

.seo-feedback-phone__value:hover {
    opacity: 0.8;
}

.seo-feedback-politic {
    display: flex;
    gap: 0 12px;
}

.seo-feedback-politic__checkbox {
    flex: 0 0 16px;
    cursor: pointer;
}

.seo-feedback-politic__checkbox input {
    display: none;
}

.seo-feedback-politic__checkbox-checker {
    width: 16px;
    height: 16px;
    border-radius: 5px;
    border: 1px solid #FFF;
    display: flex;
}

.seo-feedback-politic__checkbox input:checked+.seo-feedback-politic__checkbox-checker {
    background: #fff;
}

.seo-feedback-politic__checkbox-checker img {
    width: 8px;
    display: block;
    margin: auto;
}

.seo-feedback-politic__checkbox input:not(:checked)+.seo-feedback-politic__checkbox-checker img {
    display: none;
}

.seo-feedback-politic__text {
    color: #FFF;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
}

.seo-feedback-politic__text a {
    text-decoration: underline;
}

.seo-feedback-politic__text a:hover {
    text-decoration: none;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .seo-feedback-messanger-outer {
        grid-column: unset;
    }

    .seo-feedback-grid {
        grid-template-columns: 1fr 1fr 1fr;
        grid-gap: 20px 20px;
    }

    .seo-feedback-politic {
        grid-column: 1/4;
        grid-row: 3/4;
    }

    .seo-feedback-messanger-title {
        grid-column: 1/4;
    }
}

@media screen and (max-width: 767px) {
    .seo-feedback {
        padding: 30px 0 0 0;
    }

    .seo-feedback-grid {
        grid-template-columns: 1fr;
        grid-gap: 20px 0;
    }

    .seo-feedback__container {
        padding: 0;
    }

    .seo-feedback-inner {
        border-radius: 0;
        padding: 20px 20px 40px 20px;
    }

    .seo-feedback-messanger-outer {
        grid-column: unset;
    }

    .seo-feedback-messanger-link br {
        display: none;
    }

    .seo-feedback-politic {
        grid-row: 4/5;
    }

    .seo-feedback-messanger-title {
        grid-column: unset;
    }
}

/*--- WORK SCHEME ---*/
.seo-work-scheme {
    padding: 50px 0 0 0;
}

.seo-work-scheme__title {
    color: #B68AF8;
    text-align: center;
    font-size: 55px;
    font-weight: 900;
    line-height: 64px;
    letter-spacing: 6.6px;
    text-transform: uppercase;
    opacity: 0.2;
    margin: 0 0 50px 0;
}

.seo-work-scheme-wrapper {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.seo-work-scheme-item {}

.seo-work-scheme-item:nth-child(2) {
    margin: 50px 0 0 0;
}

.seo-work-scheme-item__icon {
    background: rgba(255, 255, 255, 0.85);
    box-shadow: 0px 4px 13px rgba(115, 92, 255, 0.40);
    width: 115px;
    height: 115px;
    border-radius: 50%;
    display: flex;
    margin: 0 auto 28px auto;
}

.seo-work-scheme-item__icon img {
    display: block;
    width: auto;
    max-width: 46px;
    margin: auto;
}

.seo-work-scheme-item__text {
    color: #495381;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    line-height: 29px;
}

.seo-work-scheme-dash {
    position: absolute;
    top: 55px;
    left: 90px;
    width: calc(100% - 180px);
    height: 55px;
    z-index: -5;
}

.seo-work-scheme-dash img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
}

@media screen and (max-width: 767px) {
    .seo-work-scheme {
        margin: 0 0 -80px 0;
    }

    .seo-work-scheme-item__icon {
        width: 80px;
        height: 80px;
    }

    .seo-work-scheme-item__icon img {
        max-width: 26px;
    }

    .seo-work-scheme-item__text {
        font-size: 14px;
        line-height: 22px;
    }

    .seo-work-scheme-item:nth-child(2) {
        margin-top: 30px;
    }

    .seo-work-scheme-dash {
        top: 15px;
        left: 50px;
        width: calc(100% - 100px);
    }

    .seo-work-scheme__title {
        font-size: 26px;
        line-height: 40px;
    }
}

/*--- STEPS ---*/
.seo-steps {
    padding: 20px 0 20px 0;
}

.seo-steps .title {
    text-align: center;
}

.seo-steps-wrapper {
    background-image: url(../images/bg/steps_bg.jpg);
    background-size: cover;
    background-position: center;
    padding: 50px 80px;
    border-radius: 50px;
    overflow: hidden;
}

.seo-steps-carousel {}

.seo-steps-carousel .splide__pagination {
    display: none;
}

.seo-steps-carousel .splide__arrow--prev {
    opacity: 1 !important;
    left: -55px;
    top: 150px;
    bottom: unset;
    background-color: transparent !important;
}

.seo-steps-carousel .splide__arrow--next {
    opacity: 1 !important;
    right: -55px;
    top: 150px;
    bottom: unset;
    background-color: transparent !important;
}

.seo-steps-carousel .splide__arrow::before {
    content: "";
    background-image: url(../images/style/arrow-slider-white.png);
    background-repeat: no-repeat;
    position: absolute;
    z-index: 5;
    top: 0 !important;
    left: 0 !important;
    width: 32px;
    height: 24px;
}

.seo-steps-carousel .splide__arrow--next::before {
    transform: rotateZ(180deg);
}

.seo-steps-carousel .splide__arrow svg {
    display: none;
}

.seo-steps-item {
    position: relative;
}

.seo-steps-item__image {
    position: absolute;
    top: 50%;
    right: 0;
    width: auto;
    max-width: 50%;
    max-height: 100%;
    transform: translateY(-50%);
}

.seo-steps-item-content {
    max-width: 50%;
}

.seo-steps-item__counter {
    color: #EDA1F5;
    font-size: 28px;
    font-weight: 600;
    line-height: 36px;
    margin: 0 0 20px 0;
}

.seo-steps-item__title {
    color: #FFF;
    font-size: 28px;
    font-weight: 600;
    line-height: 36px;
    margin: 0 0 30px 0;
}

.seo-steps-item__description {
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

@media screen and (max-width: 767px) {
    .seo-steps {
        padding: 40px 0 0 0;
    }

    .seo-steps-item__image {
        display: none;
    }

    .seo-steps-item-content {
        max-width: unset;
    }

    .seo-steps__container {
        padding: 0;
    }

    .seo-steps-wrapper {
        border-radius: 0;
        padding: 40px 70px;
    }

    .seo-steps-item__title {
        font-size: 18px;
        line-height: 26px;
    }
}

/*--- YOU GET ---*/
.you-get {
    padding: 20px 0 50px 0;
}

.you-get-header {
    margin: 0 0 70px 0;
}

.you-get-header h2 {
    margin: 0 0 30px 0;
    text-align: center;
}

.you-get-header p {
    max-width: 890px;
    margin: 0 auto;
    color: #495381;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}

.you-get-carousel {

}

.you-get-carousel .splide__arrow {
    width: 48px;
    height: 48px;
    background: #fff;
    border-radius: 10px;
    display: flex;
    box-shadow: 0px 4px 10px 0px rgba(167, 96, 244, 0.15);
    cursor: pointer;
    transition: 0.1s;
}

.you-get-carousel .splide__arrow:hover {
    box-shadow: 0px 2px 10px 0px rgba(167, 96, 244, 0.05);
}

.you-get-carousel .splide__arrow svg {
    display: none;
}

.you-get-carousel .splide__arrow::before {
    content: "";
    background-image: url(../images/style/arrow-slider.png);
    background-repeat: no-repeat;
    width: 32px;
    height: 24px;
    display: block;
    background-size: contain;
}

.you-get-carousel .splide__arrow--next::before {
    transform: rotateZ(180deg);
}

.you-get-carousel .splide__slide.is-active.is-visible .you-get-card {
    opacity: 1;
}

.you-get-carousel .splide__pagination {
    bottom: -40px;
}

.you-get-carousel .splide__pagination__page {
    background: none;
    border: 2px solid #C7BEFF;
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.you-get-carousel .splide__pagination__page.is-active {
    border-color: #735CFF;
    background: #735CFF;
}

.you-get-card {
    padding: 60px 26px 30px 26px;
    border-radius: 40px;
    background: #735CFF;
    box-shadow: 0px 5px 47px 0px rgba(119, 96, 255, 0.10);
    opacity: 0.25;
    position: relative;
}

.you-get-card__couter {
    position: absolute;
    color: #FFF;
    font-size: 30px;
    font-weight: 800;
    line-height: 36px;
    opacity: 0.2;
    top: 18px;
    right: 34px;
}

.you-get-card__title {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
    margin: 0 0 15px 0;
}

.you-get-card__text {
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}

@media screen and (max-width: 767px) {
    .you-get {
        margin: 0 0 0 0;
    }

    .you-get-carousel .splide__arrow {
        width: 32px;
        height: 32px;
    }

    .you-get-carousel .splide__arrow--prev {
        left: 0;
    }

    .you-get-carousel .splide__arrow--next {
        right: 0;
    }

    .you-get-carousel .splide__arrow::before {
        width: 24px;
        height: 18px;
    }
}

/*--- YOU GET GRID ---*/
.you-get-grid {
    position: relative;
}

.you-get-grid-header {
    margin: 0 0 70px 0;
}

.you-get-grid-header h2 {
    margin: 0 0 30px 0;
    text-align: center;
}

.you-get-grid-header p {
    
    margin: 0 auto;
    color: #495381;
    
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}

.you-get-grid__list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 24px 24px;
}

.you-get-grid__item {
    position: relative;
    border-radius: 24px;
    padding: 24px 24px;
    overflow: hidden;
    background-color: #FFFFFF;
}

.you-get-grid__item::after {
    content: "";
    position: absolute;
    bottom: -100px;
    right: -100px;
    width: 180px;
    height: 180px;
    background-color: #a669ef;
    transform: rotate(45deg);
    z-index: 0;
}

.you-get-grid__item * {
    position: relative;
    z-index: 10;
}

.you-get-grid__image {
    position: absolute;
    bottom: 20px;
    right: 20px;
}

.you-get-grid__image img {
    max-height: 80px;
    filter: drop-shadow(2px 4px 6px #00000042);
}

.you-get-grid__title {
    font-size: 18px;
    font-weight: 800;
    margin: 0 0 0.5rem 0;
    line-height: 1.5;
    color: #795ffc;
    /* position: relative; */
}

.you-get-grid__title:before {
    content: "★ ";
    /* position: absolute; */
    top: -1px;
    left: -17px;
    width: 4px;
    height: 20px;
    /* background: #a569ef; */
}

.you-get-grid__text {
    color: #495381e0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    padding: 0 90px 0 0;
}

@media (max-width: 1200px) {
    .you-get-grid__list {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 768px) {
    .you-get-grid__list {
        grid-template-columns: 1fr;
    }
}






/*--- SEO HEADER ---*/
.seo-header {

}

.seo-header .content-header {
    max-width: unset;
    display: grid;
    grid-template-columns: 1fr 340px;
    grid-gap: 0 30px;
}

.seo-header .content-header-inner {

}

.seo-header .content-header__title {
    font-size: 36px;
    line-height: 1.2;
    font-weight: 700;
}

@media screen and (max-width: 389px) {
    .seo-header .content-header__title {
        font-size: 28px;
    }
}

.content-header-advantages {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px 30px;
    margin: 30px 0 40px 0;
}

.content-header-advantages__item {
    display: flex;
    gap: 0 18px;
    align-items: center;
}

.content-header-advantages__item--bottom {
    padding: 0 0 0 73px;
}

@media (max-width: 768px) {
    .content-header-advantages__item--bottom {
        display: block;
        padding: 0 0 0 0;
    }

    .splide__pagination li {
        display: none;
    }
}

.content-header-advantages__item-icon {
    width: 55px;
    height: 55px;
    flex: 0 0 55px;
    background: #B68AF8;
    border-radius: 50%;
    display: flex;
}

.content-header-advantages__item-icon img {
    display: block;
    width: auto;
    max-width: 36px;
    margin: auto;
}

.content-header__buttons-price {
  color: #FFF;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
}

.content-header__buttons-price .price {
    font-size: 16px;
}

.content-header__buttons-price .price-cost {
    font-size: 32px;
    font-weight: 900;
    margin: 0 5px;
}

.content-header__buttons-price .price-stock {
    font-size: 18px;
    font-weight: 900;
}

.content-header-advantages__item-content .content-header__button-kp {
	max-width: 100% !important;
}

.content-header-advantages__item-title {
    color: #FFF;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
}

.content-header-advantages__item-description {
    color: #FFF;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
}

.header-form {
    position: relative;
    border-radius: 25px;
    background: #FCFFFE;
    box-shadow: 0px 0px 60px 0px rgba(50, 5, 106, 0.33);
    padding: 30px 20px 20px 20px;
    align-self: flex-start;
}

.header-form__title {
    color: #495381;
    text-align: center;
    font-size: 19px;
    font-weight: 700;
    line-height: 21px;
    margin: 0 0 30px 0;
}

.header-form__title span {
    color: #8D9AB8;
}

.header-form .form-group {

}

.header-form .form-group+.form-group {
    margin-top: 22px;
}

.header-form input {
    border-radius: 6px;
    border: 1px solid #C9C9C9;
    background: #FFF;
    outline: none;
    padding: 10px 20px;
    width: 100%;
}

.header-form textarea {
    border-radius: 6px;
    border: 1px solid #C9C9C9;
    background: #FFF;
    outline: none;
    padding: 10px 20px;
    width: 100%;
    min-height: 100px;
}

.header-form button {
    background: var(--color-accent-primary);
    height: 56px;
    width: 100%;
    color: var(--color-white);
    -webkit-box-shadow: 0 5px 47px rgba(119, 96, 255, .1);
    box-shadow: 0 5px 47px rgba(119, 96, 255, .1);
    border-radius: 100px;
    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: 15px;
    border: 1px solid var(--color-accent-primary);
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    margin: 30px 0 0 0;
}

.header-form button:hover {
    color: var(--color-accent-primary);
    background-color: var(--color-white);
}

.header-form-politic {
    display: flex;
    gap: 0 12px;
    margin: 12px 0 0 0;
}

.header-form-politic__checkbox {
    flex: 0 0 16px;
    cursor: pointer;
}

.header-form-politic__checkbox input {
    display: none;
}

.header-form-politic__checkbox-checker {
    width: 16px;
    height: 16px;
    border-radius: 5px;
    border: 1px solid #735cff;
    display: flex;
}

.header-form-politic__checkbox input:checked+.header-form-politic__checkbox-checker {
    background: #fff;
}

.header-form-politic__checkbox-checker img {
    width: 8px;
    display: block;
    margin: auto;
}

.header-form-politic__checkbox input:not(:checked)+.header-form-politic__checkbox-checker img {
    display: none;
}

.header-form-politic__text {
    color: #495381;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
}

.header-form-politic__text a {
    text-decoration: underline;
    color: #735CFF;
}

.header-form-politic__text a:hover {
    text-decoration: none;
}

@media screen and (max-width: 991px) {
    .header-form {
        display: none;
    }

    .seo-header .content-header {
        grid-template-columns: 1fr;
    }
}

.seo-header .header__body {
    padding-bottom: 150px;
}

.vedenie .seo-header .header__body {
    padding-bottom: 200px;
}

@media screen and (max-width: 767px) {
    .content-header-advantages {
        grid-template-columns: 1fr;
    }

    .seo-header .header__body {
        padding-bottom: 135px;
    }
}

/****************************
* Dizayner Yoqubov Shaxzod  *
*  Tel: + 99 894 588-56-56  *
*   Tg: @Yoqubov_Shaxzod    *
*      Site: yoqubov.uz     *
****************************/