/*
* Section hero new
* Section clients new
* Section content
* Section seo prices new
* Section FAQ
*/

/* ! Section hero new start ! */
.section.hero-new {
    height: 870px;
    padding: 0;
    background-color: #fafafa;
    overflow: hidden;
}
.hero-new__bg-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.hero-new__bg-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section.hero-new .container {
    box-sizing: border-box;
    max-width: 1140px;
}
.section.hero-new .hero {
    padding-top: 125px;
    margin: 0;
}
.section.hero-new .hero-left,
.section.hero-new .hero-right {
    margin: 0;
}

.section.hero-new .hero-left {
    width: 100%;
    max-width: 635px;
}
.section.hero-new .hero__title {
    width: 100%;
    margin-bottom: 20px;
    white-space: wrap;
    line-height: 140%;
}
.section.hero-new .hero__title span {
    color: var(--new-site-cyan1-50, #1ac6df);
}
.hero__subtitle {
    margin-bottom: 40px;
    color: var(--new-site-black, #212941);
    font-size: 24px;
}
.hero__subtitle span {
    padding: 0 10px 2px 10px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    background: var(--new-site-cyan2-50, #8ce2ef);
}
.section.hero-new ol.style-1.hero__benefits {
    margin-bottom: 60px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.section.hero-new ol.style-1 li {
    margin-bottom: 0;
    display: flex;
    align-items: center;
}
.section.hero-new ol.style-1 li:before {
    content: '';
    width: 19px;
    height: 25px;
    background: url(../../img/seo-page/arrow-logo.svg) 0 0 / contain no-repeat;
}
.section.hero-new ol.style-1 li .block {
    margin-left: 15px;
    color: var(--new-site-black, #212941);
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
}

.section.hero-new .hero__btns {
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: space-between;
}
.section.hero-new .hero__btns .btn {
    box-sizing: border-box;
    width: 100%;
    max-width: 310px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.section.hero-new .hero__btns .btn.btn-lg {
    margin: 0;
    height: 70px;
    padding: 0 35px;
    padding-right: 82px;
}
.section.hero-new .hero__btns .btn.btn-telegram {
    height: 70px;
    margin: 0;
    padding: 0 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    border-radius: 200px;
    background: var(--new-site-telegram-50, #27a7e7);
    box-shadow: 0 11px 24px 0 rgba(39, 167, 231, 0.6);
}
.section.hero-new .hero__btns .btn.btn-telegram:before {
    display: none;
}
.section.hero-new .hero__btns .btn.btn-telegram span {
    color: var(--new-site-white, #fff);
    font-size: 17px;
    font-weight: 700;
    line-height: normal;
}
.section.hero-new .hero__btns .btn.btn-telegram svg {
    width: 32px;
    min-width: 32px;
    height: 32px;
}

.section.hero-new .hero__right-image {
    width: 100%;
    max-width: 877px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    left: 55%;
    background-color: #fafafa;
}
.section.hero-new .hero__right-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media screen and (width <= 991px) {
    .section.hero-new {
        height: auto;
    }
    .section.hero-new .hero {
        padding: 40px 0;
        gap: 40px;
    }
    .section.hero-new .hero__right-image {
        height: 440px;
        max-width: none;
        position: static;
    }
    .section.hero-new .hero-left {
        max-width: none;
    }
    .section.hero-new .hero__btns {
        flex-direction: column;
        align-items: flex-start;
    }
    .section.hero-new .hero__btns .btn {
        max-width: 420px;
    }
    .section.hero-new .hero__btns .btn.btn-lg {
        padding-right: 35px;
    }
}
@media screen and (width <= 576px) {
    .section.hero-new .hero__right-image {
        display: none;
    }
    .section.hero-new .hero__title {
        margin-top: 0;
    }
    .section.hero-new ol.style-1.hero__benefits {
        margin-bottom: 40px;
    }
    .section.hero-new .hero__btns .btn.btn-lg {
        padding-right: 45px;
    }
}
/* ! Section hero new end ! */

/* ! Section clients new start ! */
.clients-new {
    padding-bottom: 10rem;
    background-color: #f5f8fe;
}
.clients-new__bg-image {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}
.clients-new__bg-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.clients-new .h2 {
    color: var(--new-site-white, #fff);
}

.clients-new .brands-grid .brand {
    height: 132px;
    grid-column-start: unset;
    grid-column-end: unset;
    grid-row-start: unset;
    grid-row-end: unset;
    border-radius: 20px;
    background: var(--new-site-white, #fff);
    box-shadow: 2px 5px 10px 0 rgba(33, 41, 65, 0.1);
}
.clients-new .brands-grid .brand-1,
.clients-new .brands-grid .brand-6 {
    height: 100%;
    grid-row: 1 / 3;
}
.clients-new .brands-grid .brand-1 {
    grid-column: 1 / 3;
}
.clients-new .brands-grid .brand-6 {
    grid-column: 6 / 8;
}
.clients-new .brands-grid .brand-13,
.clients-new .brands-grid .brand-32 {
    grid-column: 5 / 8;
}
.clients-new .brands-grid .brand-14,
.clients-new .brands-grid .brand-33 {
    grid-column: 1 / 4;
}
.clients-new .brands-grid .brand-17,
.clients-new .brands-grid .brand-22,
.clients-new .brands-grid .brand-27,
.clients-new .brands-grid .brand-36,
.clients-new .brands-grid .brand-41 {
    grid-column: 6 / 8;
}
.clients-new .brands-grid .brand-18,
.clients-new .brands-grid .brand-23,
.clients-new .brands-grid .brand-37 {
    grid-column: 1 / 3;
}

@media screen and (width <= 991px) {
    .clients-new {
        padding-bottom: 4rem;
    }
}
@media screen and (width <= 576px) {
    .clients-new .brands-grid {
        grid-gap: 0.5rem;
    }
    .clients-new .brands-grid .brand {
        height: 11vmin;
        border-radius: 4px;
    }
    .clients-new .brands-grid .brand-1,
    .clients-new .brands-grid .brand-6 {
        height: 100%;
    }
}
/* ! Section clients new end ! */

/* ! Section content start ! */
.section.content {
    background: var(--new-site-background, #f5f8fe);
}
.section.content .content-text h2:first-child {
    margin-bottom: 20px;
    display: flex;
    gap: 17px;
    align-items: center;
    color: #2f333e;
    font-size: 24px;
    font-weight: 900;
    line-height: normal;
    text-transform: uppercase;
}
.section.content .content-text h2:first-child::after {
    content: '';
    min-width: 200px;
    display: inline-block;
    height: 4px;
    flex: 1 0 0;
    background-color: #1ac6df;
}

@media screen and (width <= 576px) {
    .section.content .content-text h2:first-child::after {
        display: none;
    }
}
/* ! Section content end ! */

/* ! Section seo prices new start ! */
#prices.prices-new {
    background: linear-gradient(
            180deg,
            #f5f8fe 4.95%,
            rgba(245, 248, 254, 0) 45.29%
        ),
        linear-gradient(180deg, rgba(245, 248, 254, 0) 38.14%, #f5f8fe 70.55%);
}

.section.prices-new {
    padding: 120px 0;
    position: relative;
}
.prices-new__bg-image {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.prices-new__bg-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section.prices-new .h2-primary {
    padding: 0;
    margin-bottom: 30px;
}

.section.prices-new .prices__head {
    margin-top: 0;
    margin-bottom: 0;
    padding: 35px 35px 35px 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 20px;
}
.section.prices-new .prices__title {
    width: 100%;
    max-width: max-content;
    flex: unset;
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.section.prices-new .prices__title .subtitle {
    margin-bottom: 15px;
    color: var(--new-site-black, #212941);
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    text-transform: unset;
}
.section.prices-new .prices__title .line {
    margin: 0;
}
.section.prices-new .prices__brands-logo {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 15px;
    align-self: stretch;
}
.section.prices-new .prices__head._ai .prices__brands-logo {
    width: 100%;
}
.section.prices-new .prices__brands-logo .logo {
    box-sizing: border-box;
    width: 100%;
    max-width: 200px;
    padding: 0 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 20px;
    background: var(--new-site-white, #fff);
    box-shadow: 3px 15px 30px 0 rgba(33, 41, 65, 0.1);
}
.section.prices-new .prices__head._ai .prices__brands-logo .logo {
    padding: 0;
    max-width: 155px;
    padding: 0 10px;
}
.section.prices-new .prices__head._ai .prices__brands-logo .logo:first-child {
    max-width: 80px;
}

.section.prices-new .slick-track {
    display: flex;
}
.section.prices-new .slick-slide {
    height: auto;
}
.section.prices-new .slick-slide > div {
    height: calc(100% - 30px);
}

.section.prices-new .packages.slick-dotted.slick-slider {
    margin-bottom: 70px;
}

.section.prices-new .packages .package {
    width: 100%;
    max-width: 350px;
    height: 100%;
    margin-bottom: 30px;
    display: flex !important;
    border-radius: 20px;
    box-shadow: 3px 15px 30px 0 rgba(35, 66, 126, 0.1);
}

.section.prices-new .packages .package .head {
    min-height: 205px;
    display: flex;
    padding: 20px 30px;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
}
.section.prices-new .packages .package .head .img-wrapper {
    width: 60px;
    height: 60px;
    margin-bottom: 15px;
}
.section.prices-new .packages .package .head .title {
    margin-bottom: 20px;
}
.section.prices-new .packages .package .head .info {
    width: 100%;
    display: flex;
    padding: 15px 10px;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    background: var(--new-site-background, #f5f8fe);
}
.section.prices-new .packages .package .head .info span {
    display: flex;
    gap: 8px;
    align-items: center;
}

.section.prices-new .slider-packages .package .body {
    min-height: unset !important;
    padding: 20px 30px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
}
.section.prices-new .slider-packages .package ul.primary li {
    margin-bottom: 2rem;
    color: var(--new-site-black, #212941);
    font-size: 14px;
    line-height: normal;
}

.section.prices-new .packages .package .foot {
    padding: 20px 30px 30px 30px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: flex-start;
}
.section.prices-new .packages .package .package__details {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    align-self: stretch;
}
.section.prices-new .packages .package .package__details p {
    color: var(--new-site-gray_dark, #676f87);
    line-height: 110%;
}
.section.prices-new .packages .package .package__details span {
    color: var(--new-site-black, #212941);
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
}
.section.prices-new .packages .package .package__price {
    display: flex;
    padding-top: 15px;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    justify-content: space-between;
    border-top: 1px solid var(--new-site-divider, #d5d8e2);
}
.section.prices-new .packages .package .package__price .value {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.section.prices-new .packages .package .package__price .value p {
    color: var(--new-site-gray_dark, #676f87);
    line-height: 110%;
}
.section.prices-new .packages .package .package__price .value span {
    color: var(--new-site-black, #212941);
    font-size: 12px;
    font-weight: 500;
    line-height: normal;
}
.section.prices-new .packages .package .package__price .value span b {
    font-size: 16px;
    font-weight: 700;
}
.section.prices-new .packages .package .foot .btn {
    box-sizing: border-box;
    width: 100%;
    max-width: 140px;
    margin: 0;
}

/** Pricing ai **/
.section.prices-new .prices__head._ai {
    margin-bottom: 30px;
}
.pricing-ai {
    display: flex;
    border-radius: 20px;
    background: var(--new-site-black, #212941);
}

.pricing-ai__left {
    max-width: 284px;
    padding-top: 20px;
}
.pricing-ai__left-title {
    max-width: 215px;
    margin-bottom: 130px;
    padding-left: 20px;
    color: var(--new-site-white, #fff);
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
}

ul.pricing-ai__left-list.primary {
    margin: 0;
}
ul.pricing-ai__left-list.list-header.primary {
    box-sizing: border-box;
    height: 43px;
    padding: 10px 20px 10px 20px;
    border-top: 3px solid var(--new-site-cyan1-50, #1ac6df);
    border-bottom: 3px solid var(--new-site-cyan1-50, #1ac6df);
}
ul.pricing-ai__left-list.list-body.primary {
    box-sizing: border-box;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    border-bottom: 3px solid var(--new-site-cyan1-50, #1ac6df);
}
ul.pricing-ai__left-list li {
    color: var(--new-site-white, #fff);
    font-size: 14px;
    line-height: normal;
}
ul.pricing-ai__left-list.list-header.primary li,
ul.pricing-ai__left-list.list-body.primary li {
    margin-bottom: 0;
}

.pricing-ai__cards {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-radius: 16px;
    overflow: hidden;
}
.pricing-ai__card {
    display: flex;
    flex-direction: column;
    box-shadow: 3px 15px 30px 0 rgba(35, 66, 126, 0.1);
    background: var(--new-site-white, #fff);
}
.pricing-ai__card .header {
    display: flex;
    padding: 20px;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}
.pricing-ai__card .header .img-wrapper {
    width: 70px;
    height: 70px;
}
.pricing-ai__card .header .img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.pricing-ai__card .header .title {
    color: var(--new-site-black, #212941);
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
}
.pricing-ai__card .header .info {
    box-sizing: border-box;
    width: 100%;
    padding: 10px 15px;
    border-radius: 10px;
    background: var(--new-site-background, #f5f8fe);
}
.pricing-ai__card .header .info span {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 5px;
    color: var(--new-site-black, #212941);
    font-size: 14px;
    line-height: 110%; /* 15.4px */
}
.pricing-ai__card .header .info b {
    color: var(--new-site-black, #212941);
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
}

.pricing-ai__card .body {
    display: flex;
    flex-direction: column;
}
.pricing-ai__card .body .price-hour {
    box-sizing: border-box;
    height: 43px;
    display: flex;
    padding: 10px 30px;
    flex-direction: column;
    border-top: 3px solid var(--new-site-cyan1-50, #1ac6df);
    border-bottom: 3px solid var(--new-site-cyan1-50, #1ac6df);
    color: var(--new-site-black, #212941);
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
}
.pricing-ai__card .body .hours {
    box-sizing: border-box;
    height: 100%;
    min-height: 345px;
    padding: 20px 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    border-bottom: 3px solid var(--new-site-cyan1-50, #1ac6df);
    color: var(--new-site-black, #212941);
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
}

.pricing-ai__card .footer {
    display: flex;
    padding: 20px 20px 30px 20px;
    flex-direction: column;
    gap: 10px;
}
.pricing-ai__card .footer .price {
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
}
.pricing-ai__card .footer .price p {
    color: var(--new-site-gray_dark, #676f87);
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 110%; /* 15.4px */
}
.pricing-ai__card .footer .price span {
    color: var(--new-site-black, #212941);
    font-size: 12px;
    font-weight: 500;
    line-height: normal;
}
.pricing-ai__card .footer .price span b {
    color: var(--new-site-black, #212941);
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
}
.pricing-ai__card .footer .btn.btn-primary {
    text-align: center;
}

@media screen and (width <= 1200px) {
    .section.prices-new .prices__head._ai .prices__brands-logo {
        flex-wrap: wrap;
        justify-content: center;
    }
    .pricing-ai__cards {
        overflow-x: scroll;
    }
}
@media screen and (width <= 991px) {
    .section.prices-new {
        padding: 80px 0;
    }
    .section.prices-new .prices__head {
        flex-direction: column;
        gap: 30px;
    }
    .section.prices-new .prices__brands-logo {
        justify-content: center;
    }

    .section.prices-new .prices__head._ai .prices__brands-logo .logo {
        min-height: 60px;
    }
}
@media screen and (width <= 576px) {
    .section.prices-new .packages .package .package__price {
        flex-direction: column;
    }
    .section.prices-new .prices__head {
        padding: 20px;
    }
    .section.prices-new .prices__brands-logo {
        flex-direction: column;
        align-self: center;
    }
    .section.prices-new .packages .package .package__price .value {
        align-items: center;
    }
    .section.prices-new .prices__head._ai .prices__brands-logo {
        flex-direction: row;
    }
    .section.prices-new .prices__head._ai .prices__brands-logo .logo {
        max-width: 140px;
    }

    .pricing-ai {
        flex-direction: column;
    }
    .pricing-ai__left {
        max-width: none;
    }
    .pricing-ai__left-title {
        margin-bottom: 20px;
    }
    .pricing-ai__card .body .hours {
        min-height: auto;
    }
}
/* ! Section seo prices new end ! */

/* ! Section FAQ start ! */
.faq {
    padding: 100px 0 0;
}
.faq__title.h2-primary {
    padding: 0;
    margin-bottom: 30px;
}
.faq__items {
    transition: all 0.3s ease;
}
.faq__item:not(:first-child) {
    margin-top: 20px;
}
.faq__head {
    min-height: 70px;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    border: 1px solid #d8d4d0;
    cursor: pointer;
    transition: all 0.3s ease;
}
.faq__head-text {
    padding: 8px 20px;
    display: flex;
    align-items: center;
    gap: 12px;
}
.faq__head-text span {
    min-width: 70px;
    max-width: 70px;
    font-weight: 500;
    line-height: 120%;
    font-size: 28px;
    color: var(--new-site-cyan1-50, #1ac6df);
}
.faq__head-text h3 {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
    text-transform: unset;
    transition: all 0.3s ease;
}
.faq__head-icon {
    flex: 0 0 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--new-site-cyan1-50, #1ac6df);
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
}
.faq__body {
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease;
}
.faq__body-wrapper {
    box-sizing: border-box;
    width: 100%;
    margin: 0 auto;
    padding: 30px 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.faq__body-wrapper p {
    line-height: normal;
}
.faq__body-wrapper ul,
.faq__body-wrapper ol {
    margin: 0;
    padding: 0;
    padding-left: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.faq__body-wrapper strong {
    font-weight: bolder;
}
.faq__body-wrapper ul li {
    list-style-type: disc;
}
.faq__body-wrapper li {
    position: relative;
}
.faq__body-wrapper li::marker {
    color:var(--new-site-cyan1-50, #1ac6df) ;
}
.faq__item.active .faq__head-text h3 {
    color: var(--new-site-cyan1-50, #1ac6df);
}
.faq__item.active .faq__head-icon svg {
    transform: rotate(180deg);
}
.faq__item.active .faq__body {
    max-height: 1200px;
}

@media (hover: hover) {
    .faq__head:hover .faq__head-text h3 {
        color: var(--new-site-cyan1-50, #1ac6df);
    }
    .faq__head:hover .faq__head-icon {
        opacity: 0.7;
    }
}
@media screen and (width <= 1100px) {
    .faq__items {
        margin-top: 40px;
    }
}
@media screen and (width <= 991px) {
    .faq {
        padding: 80px 0 0;
    }
    .faq__head {
        min-height: 50px;
        align-items: center;
        padding: 8px 10px 8px 15px;
    }
    .faq__head-text span {
        min-width: 60px;
        max-width: 60px;
        font-size: 28px;
    }
    .faq__head-text h3 {
        font-size: 18px;
    }
    .faq__head-icon {
        flex: 0 0 50px;
        height: 50px;
    }
}
@media screen and (width <= 576px) {
    .faq__head {
        padding: 8px 10px 8px 15px;
    }
    .faq__head-text {
        padding: 0 5px 0 0;
    }
    .faq__head-text span {
        display: none;
    }
    .faq__head-text h3 {
        font-size: 16px;
    }
    .faq__body-wrapper {
        padding: 15px 15px 20px;
    }
    .faq__item.active .faq__body {
        max-height: 1700px;
    }
}
/* ! Section FAQ end ! */
