.hero {
    max-width: 1480px;
    margin: 0 auto;
    margin-top: 24px;
    padding: 0 20px;
   
}

.hero__wrap {
    height: auto;
    background-position: center center !important;
    -webkit-background-size: cover !important;
            background-size: cover !important;
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    padding: 0 20px;

    padding-top: 65px;
    padding-bottom: 62px;
}

.hero__text {
    position: relative;
    text-align: center;
}

.hero__description {
    font-family: 'Bai Jamjuree';
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: -0.01em;
    color: #FFFFFF;
}

.hero__title {
    font-family: 'Bai Jamjuree';
    font-weight: 500;
    font-size: 40px;
    line-height: 44px;
    letter-spacing: -0.02em;
    color: #FFFFFF;
    margin-top: 4px;
    margin-bottom: 0;
}

.hero__flex {
    margin-top: 24px;
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;

}



.new-wrap {
    max-width: 1480px;
    margin: 0 auto;
    padding: 0 20px;
}

.item__link {
    margin-top: 24px;
}


.item__title {
    font-family: 'Bai Jamjuree';
    font-weight: 600;
    font-size: 28px;
    line-height: 32px;
    letter-spacing: -0.015em;
    color: #222222;
    text-align: left;

}

.items {
    padding: 50px 0;
}

.item__description p {
    font-family: 'SF Pro Display', sans-serif;
    
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #222222;
    text-align: left;
    max-width: 100%;
    padding-bottom: 14px;

}

.item__description {
    margin-top: 16px;

}

.item__logo {
    width: 100%;
    max-width: 345px;
    height: 220px;
    object-fit: cover;
    border-radius: 8px;
}

.item {
    display: flex;
    margin-top: 32px;
    gap: 20px;
}

.item:nth-child(2n){
    flex-direction: row-reverse;
}

.our {
    padding: 36px 0;
}

.our-slider__item {
    background: #fff;
    padding: 20px 16px;
    border-radius: 12px;
    display: flex;
    gap: 16px;
}



.our-slider__title p {
    font-family: 'Bai Jamjuree';
    font-weight: 500;
    font-size: 20px;
    line-height: 22px;
    letter-spacing: -0.01em;
    color: #222222;
    text-align: left;
}

.our-slider__title {
    font-family: 'Bai Jamjuree';
    font-weight: 500;
    font-size: 20px;
    line-height: 22px;
    letter-spacing: -0.01em;
    color: #222222;
    text-align: left;
}

.our-slider__description {
    font-family: 'Bai Jamjuree';
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #222222;
}

.our-slider__icon {
    width: 100%;
    max-width: 72px;
    height: 72px;
    background: linear-gradient(180deg, #4E3F84 -84.06%, #F13464 100%);
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px;
}

.our-button-item {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    width: 100%;
    max-width: 48px;
    height: 48px;
    background: linear-gradient(360deg, #3D2F73 -167.86%, #101011 282.14%);
    border-radius: 8px;

}

.our-slider__icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.our__flex {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-bottom: 84px;
}

.our__title {
    font-family: 'Bai Jamjuree';
    font-weight: 600;
    font-size: 28px;
    line-height: 32px;
    letter-spacing: -0.015em;
    color: #222222;
    text-align: left;
}

.our-item {
    display: flex;
    background: linear-gradient(360deg, #3D2F73 -167.86%, #101011 282.14%);
    border-radius: 12px;
    width: 100%;
    padding: 13px 21px;
    gap: 16px;
    position: relative;

}

.our-item:nth-child(2n){
    background: linear-gradient(180deg, #3D2F73 0%, #FF3366 338.39%);
    border-radius: 12px;
}

.our-item::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url('../img/sales.svg');
    background-size: cover;
}

.our-item:nth-child(2n)::after {
    background-image: url('../img/marketing.svg');
}


.our__list {
    display: flex;
    gap: 20px;
    margin-top: 8px;
}

.our__subtitle {
    margin-top: 12px;
    display: flex;
}

.our-item__title {
    font-family: 'Bai Jamjuree';
    font-weight: 500;
    font-size: 28px;
    line-height: 32px;
    letter-spacing: -0.015em;
    color: #FFFFFF;
    max-width: 100%;
    text-align: left;
}

.our-item__description {
    font-family: 'SF Pro Display', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
    opacity: 0.64;
    margin-top: 4px;
}

.our-item__image {
    width: 72px;
    height: 72px;
}

.our__flex--bottom {
    margin-top: 84px;
    margin-bottom: 0;
}

.our__flex--bottom .our-slider__icon {

    background: linear-gradient(180deg, #3D2F73 0%, #FF3366 338.39%);
}

.our__flex--bottom .our-button-item {
    display: flex;
    background: linear-gradient(180deg, #4E3F84 -84.06%, #F13464 100%);
    box-shadow: 0px 1px 0px #FF7676, inset 0px 1px 0px #F25DB6;
}

.our-button-item:hover {
    opacity: .8;
}

.why {
    margin-top: 50px;
    margin-bottom: 50px;
}

.why__wrap {
    background: #fff;
    border-radius: 12px;
    padding: 64px 48px;
}

.why__main-title {
    font-family: 'Bai Jamjuree';
    font-weight: 600;
    font-size: 28px;
    line-height: 32px;
    letter-spacing: -0.015em;
    color: #222222;
    text-align: left;
}

.why__item {
    display: flex;
    transition: all .3s ease;
    border-radius: 12px;
    gap: 17px;
    align-items: flex-start;
    padding: 16px 14px;


}

.why__item:hover {
    background-image: linear-gradient(0deg, #F9F9FA 0%, #F4F4F9 100%);
    box-shadow: 0px 1px 0px #EFEFFA, inset 0px 1px 0px #E9E9F9;
}

.why__list {
    display: grid;
    grid-template-columns: repeat(2, calc(50% - 10px));
    gap: 20px;
    margin-top: 24px;
}

.why__image {
    max-width: 72px;
}

.why__title {
    font-family: 'Bai Jamjuree';
    font-weight: 500;
    font-size: 28px;
    line-height: 32px;
    letter-spacing: -0.015em;
    color: #222222;
}

.why__description {
    font-family: 'SF Pro Display', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #111111;
    opacity: 0.64;
    margin-top: 4px;

}

.process {
    padding: 0;
    margin-top: 85px;
    padding-bottom: 50px;
}

.process__grid {
    display: grid;
    gap: 20px;
    margin-top: 24px;
    grid-template-columns: repeat(5, calc(20% - 16px));
}

.process-item {
    padding: 16px;
    background: #FFFFFF;
    border-radius: 12px;
  

}

.process__title {
    font-family: 'Bai Jamjuree';
    font-weight: 600;
    font-size: 28px;
    line-height: 32px;
    letter-spacing: -0.015em;
    color: #222222;
    text-align: left;
}

.process-item__top {
    font-family: 'Bai Jamjuree';
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.01em;
    color: #222222;
    opacity: 0.64;
    text-align: center;

}

.process-item__inner {
    margin-top: 56px;
    display: flex;
    flex-direction: column;
    align-items: center;
}


.process-item__title {
    font-family: 'Bai Jamjuree';
    font-weight: 500;
    font-size: 28px;
    line-height: 32px;
    letter-spacing: -0.015em;
    color: #222222;
    margin-top: 12px;
}

.process-item__description {
    font-family: 'SF Pro Display', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #222222;
    text-align: center;
    margin-top: 8px;
}

.process-item__icon {
    max-width: 72px;
}

.need__description {
    margin-top: 14px;
    margin-bottom: 14px;
}

.need__first {
    width: 100%;
    border-radius: 8px;
    max-width: 344px;
    height: 343px;
    object-fit: cover;
}

.need__inner {
    display: flex;
}

.need {
    padding: 35px 0;
}

.need__half {
    width: calc(50% - 10px);
}

.need__grid {
    display: flex;
    gap: 20px;
    justify-content: space-between;
}

.need__right {
    display: grid;
    gap: 20px;
    width: 100%;
    max-width: 710px;
    grid-template-columns: repeat(2, calc(50% - 10px));
}

.need__bottom {
    display: flex;
    align-items: flex-end;
}

.need__description p {
    font-family: 'SF Pro Display', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #111111;
    text-align: left;
    opacity: 0.64;
    max-width: 100%;
}

.need__second {
    border-radius: 8px;
    width: 172px;
    height: 172px;
    object-fit: cover;

}

.parnters .swiper-slide {
    width: fit-content !important;
}

.parnters__card {
    background: #fff;
    height: 56px;
    padding: 16px 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    width: fit-content;
}

.parnters__card img {
    object-fit: contain;
    height: 100%;
}

.parnters {
    padding: 52px 0;
    overflow: hidden;
}
.parnters__wrap {
    width: 110%;
    margin-top: 22px;
    position: relative;
    left: -5%;
}

.parnters__wrap--bottom {
    width: 114%;
    left: -7%;
}

.form-flex {
    display: flex;
    gap: 21px;
}

.new-form {
    padding: 30px 0;
    padding-bottom: 85px;
}

.new-form textarea {
    width: 100%;
    border-radius: 12px;
    margin-top: 9px;
    height: 73px;
    padding: 12px;
}

.new-form__text {
    width: 100%;
    max-width: 580px;
}

.new-form__inner {
    max-width: 662px;
    position: relative;
}

.new-form__wrap {
    display: flex;
    background: linear-gradient(360deg, #3D2F73 -167.86%, #101011 282.14%);
    border-radius: 12px;
    padding: 64px 48px;
    gap: 20px;
    justify-content: space-between;
    position: relative;
}

.new-form__wrap::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url('../img/form.png');
    background-size: cover;
}

.new-form__bottom {
    font-family: 'SF Pro Display', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #FFFFFF;
    opacity: 0.64;
    margin-top: 16px;

}

.new-form .input-wrap {
    margin: 0;
}

.new-form .subtext p {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #FFFFFF;
    opacity: 0.64;
    text-align: left;
}

.form-inner {
    display: flex;
    gap: 12px;
    margin-top: 30px;
}

.new-form .button {
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 14px 32px;
    background: linear-gradient(180deg, #4E3F84 -84.06%, #F13464 100%);
    box-shadow: 0px 1px 0px #FF7676, inset 0px 1px 0px #F25DB6;
    border-radius: 12px;
    font-family: 'Bai Jamjuree';
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.01em;
    color: #FFFFFF;
    width: fit-content;
    margin: 0;
}

.new-form p {
    max-width: 100%;
    margin: 0;
}

.new-form__title {
    font-family: 'Bai Jamjuree';
    font-weight: 500;
    font-size: 40px;
    line-height: 44px;
    letter-spacing: -0.02em;
    color: #FFFFFF;
    text-align: left;

}

.new-form__description {
    font-family: 'SF Pro Display', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #FFFFFF;
    text-align: left;
    margin-top: 16px;
}

.new-form input {
    padding: 10px 16px;
    height: 48px;
    background: #FFFFFF;
    border-radius: 8px;
    font-family: 'Bai Jamjuree';
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.01em;
    color: #111111;
    border: 0;
}

.relationship__grid {
    margin-top: 24px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.relationship-card__promocode {
    padding: 9px 16px 9px 16px;
    gap: 24px;
    cursor: pointer;
    max-width: 400px;
    width: 100%;
    background: #FFFFFF;
    border: 1px dashed #4E3F84;
    border-radius: 6px;
    display: flex;
    justify-content: center;
   
    position: relative;
    align-items: center;
}

.relationship-card__promocode span {
    font-family: 'Bai Jamjuree';
    font-weight: 600;
    font-size: 28px;
    line-height: 32px;
    text-align: center;
    letter-spacing: -0.015em;
    color: #4E3F84;
}

.relationship-card__promocode svg {
    position: absolute;
    right: 20px;
}

.relationship-card .relationship-card__button {
    padding: 14px 16px;
    border-radius: 6px;
}

.relationship-card__description p {
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #191B1C;
}

.relationship-card__grow {
    display: flex;
    justify-content: center;
    flex-grow: 1;
}


.relationship {
    padding: 0;
}

.relationship-card {
    background-color: #fff;
    border-radius: 12px;
    display: flex;
    gap: 32px;
    padding: 16px;
    align-items: center;
}



.relationship-card__auto {
    flex-grow: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}


.relationship-card__button {
    padding: 14px 16px;
}

.relationship-card__image {
    width: 100%;
    height: 108px;
    max-width: 240px;
    border: 1px solid rgba(34, 34, 34, 0.12);
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 27px;
}

.relationship-card__image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.relationship__show {
    font-family: 'Bai Jamjuree';
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.01em;
    color: #FF3366;
    padding: 14px 32px;
    gap: 8px;
    background: #FFFFFF;
    border-radius: 8px;
    margin-top: 32px;
    box-shadow: none;

}

.relationship__flex {
    display: flex;
    justify-content: center;
}

.relationship__none {
    display: none;
}

.cat-slider {
    padding: 0;
    position: relative;
    margin-top: 48px;
}

.cat-slider__image {
    width: 100%;
    height: 200px;
    border-radius: 12px;
}

.cat-slider__image img {
    height: 100%;
    width: 100%;
    border-radius: 12px;
    object-fit: cover;
}

.cat-slider .our__flex--bottom {
    position: absolute;
    padding: 0 16px;
    top: 50%;
    margin: 0;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    width: 100%;
    z-index: 2;
}

.links-bottom {
    padding: 0;
    position: sticky;
    z-index: 99;
    top: 80px;
    margin-top: 50px;
}

.cat-table {
    background: #fff;
    border-radius: 12px;
    position: sticky;
    top: 180px;
    padding: 16px;
}

.cat-content {
    padding: 0;
    margin-top: 25px;
    margin-bottom: 25px;
}

.our__flex--margin {
    margin-bottom: 84px;
}

.cat__table__title {
    display: flex;
    outline: none;
    font-family: 'Bai Jamjuree';
    font-weight: 500;
    font-size: 20px;
    line-height: 22px;
    cursor: pointer;
    letter-spacing: -0.01em;
    color: #191B1C;
    justify-content: space-between;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(34, 34, 34, 0.12);
}

.cat-table__link {
    font-family: 'Bai Jamjuree';
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.01em;
    color: #191B1C;
}

.new-table-content__list {
    display: flex;
    gap: 12px;
    margin-top: 12px;
    flex-direction: column;
    max-height: 400px;
    overflow: auto;
}

.cat-content__left {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.cat-content__flex {
    display: flex;
    width: 100%;
    justify-content: space-between;
    gap: 20px;
}

.new-table-content {
    max-width: 345px;
    width: 100%;
}

.cat-content .section-text {
    margin-top: 0;
}

.section-text a {
   color: #FF3366;
   font-weight: 600;
}

.quote {
    padding: 0;
    margin-bottom: 24px;
}

.quote__wrap {
    background: #fff;
    padding: 32px;
    padding-top: 48px;
    margin-top: 55px;
    position: relative;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 24px;
}

.quote__text {
    font-weight: 400;
    font-size: 20px;
    font-family: 'SF Pro Display', sans-serif;
    line-height: 24px;
    text-align: center;
    color: #191B1C;
    
}

.quote__subtext {
    text-align: center;
    font-family: 'Bai Jamjuree';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.01em;
    color: #191B1C;
    opacity: 0.64;
}

.quote__icon {
    position: absolute;
    top: -20px;
    left: 32px;
}

.block-card {
    background: #fff;
    border-radius: 12px;
    padding: 24px;
    margin-top: 55px;
    position: relative;
    padding-top: 43px;
    margin-bottom: 20px;
}

.block-card__score {
    font-family: 'Bai Jamjuree';
    font-weight: 500;
    font-size: 20px;
    line-height: 22px;
    letter-spacing: -0.01em;
    color: #222222;
}

.block-card__row {
    display: flex;
    height: fit-content;
    align-items: center;
    gap: 8px;
}

.block-card__marits {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.block-card__count {
    font-family: 'Bai Jamjuree';
    font-weight: 500;
    font-size: 20px;
    line-height: 22px;
    letter-spacing: -0.01em;
    color: #FE5000;
}

.block-card__num {
    font-family: 'Bai Jamjuree';
    font-weight: 500;
    color: #222222;
    font-size: 16px;
    line-height: 18px;
}

.block-card__title {
    font-family: 'Bai Jamjuree';
    background: linear-gradient(360deg, #FFD4C0 -93.75%, #FE5000 100%);
    border-radius: 12px;
    padding: 8px 16px;
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: -0.01em;
    color: #FFFFFF;
    position: absolute;
    top: 0;
    transform: translateY(-50%);
}

.block-card__logo {
    width: 100%;
    max-width: 240px;
    height: 108px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FFFFFF;
    border: 1px solid rgba(34, 34, 34, 0.12);
    border-radius: 8px;
    padding: 20px;
}

.block-card__logo img {
    max-width: 150px;
    object-fit: contain;
}

.block-card__grow {
    flex-grow: 1;
    flex-direction: column;
    display: flex;
    justify-content: flex-end;
    gap: 16px;
}

.block-card .button {
    padding: 14px 20px;
    border-radius: 8px;
    width: auto;
}

.block-card__links {
    display: flex;
    flex-direction: column;
    gap: 8px;
    justify-content: flex-end;
}


.block-card .button--black {
    background: linear-gradient(360deg, #3D2F73 -167.86%, #101011 282.14%);
    box-shadow: none;
}


.block-card__grid {
    display: flex;
    gap: 24px;
}

.block-card__description {
    width: 100%;
    font-family: 'Bai Jamjuree';
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    letter-spacing: -0.01em;
    color: #222222;
   
    text-align: center;
    padding: 14px;

    background: #F4F4F9;
    border-radius: 12px;



}

.block-card__content {
    margin-top: 24px;
}

.block-card__content ul {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.block-card__content li {
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    gap: 4px;
    color: #191B1C;
}

.block-card__content li img {
    max-width: 24px;
    object-fit: contain;
}

.cat-content .section-text--top {
    margin-top: 32px;
}

.cat-content .section-text--top h3 {
    font-family: 'Bai Jamjuree';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: -0.01em;
    color: #222222;
}

.block-list {
    margin-top: 16px;
    border-top: 1px solid rgba(0, 0, 0, .12);
    padding-top: 16px;
}


.block-list__grid {
    display: flex;
    gap: 7px;
}

.section-text ol {
    counter-reset: my-counter;
    position: relative;
    padding-left: 30px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 15px;
    font-family: 'SF Pro Display', sans-serif;
}

.section-text ol li{
    counter-increment: my-counter; 
    font-family: 'SF Pro Display', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #222222;
}

.section-text ol li::before{
    content: counter(my-counter);
    position: absolute;
    left: 0;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(360deg, #3D2F73 -167.86%, #101011 282.14%);
    box-shadow: 0px 1px 0px 1px #1D1B27, inset 0px 1px 1px #434355;
    border-radius: 4px;
    font-family: 'Bai Jamjuree';
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.01em;
    color: #FFFFFF;

}

.section-text ul {
    list-style: disc;
    position: relative;
    padding-left: 20px;
    display: flex;
    gap: 8px;
    flex-direction: column;
    margin-top: 15px;
}

.section-text ul li {
    font-family: 'SF Pro Display', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #222222;
}

.block-list__half {
    width: 100%;
}

.block-list__image {
    width: 100%;
    margin-top: 32px;
    height: 605px;
    border-radius: 12px;
    object-fit: cover;
}

.block-faq__title {
    font-family: 'Bai Jamjuree';
    font-weight: 600;
    font-size: 28px;
    line-height: 32px;
    letter-spacing: -0.015em;
    color: #191B1C;
}

.block-faq {
    margin-top: 30px;
}

.block-faq__item {
    transition: all .3s ease;
    border-bottom: 1px solid rgba(34, 34, 34, 0.12);
    padding-bottom: 16px;
}

.block-faq__item svg path {
    transition: all .3s ease;
}

.block-faq__item svg {
    transition: all .3s ease;
}

.flex-table {
    margin-top: 33px;
}

.flex-table tbody {
    display: flex;
    flex-direction: column;
}


.block-table__header {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    color: #fff;
    gap: 8px;
    justify-content: space-between;
    min-height: 48px;
    background: linear-gradient(360deg, #3D2F73 -167.86%, #101011 282.14%);
    border-radius: 8px;
    align-items: center;
    padding: 0 16px;
}

.block-table--flex .block-table__header, .block-table--flex .block-table__body {
    display: flex;
}

.block-table {
    margin-top: 33px;
}

.block-table__header th {
    padding: 7px;
}

.flex-table--orange .block-table__header {
    background: linear-gradient(360deg, #FFD4C0 -93.75%, #FE5000 100%);
    
}

.flex-table--orange .block-table__body:nth-child(2n - 1){
    background: linear-gradient(0deg, rgba(254, 80, 0, 0.08), rgba(254, 80, 0, 0.08)), #FFFFFF;
}

.block-table__body td {
    padding: 7px;
}

.block-table__body {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    gap: 8px;
    justify-content: space-between;
    min-height: 48px;
    background: #fff;
    border-radius: 8px;
    align-items: center;
    padding: 0 16px;
    margin-top: 4px;
}

.block-table__block {
    width: 100%;
    font-family: 'Bai Jamjuree';
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.01em;
    color: #FFFFFF;
}

.block-table__body .block-table__block  {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #111111;
}

.table-link {
  
    font-family: 'Bai Jamjuree';
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -0.01em;
    text-decoration-line: underline;
    color: #FF3366;

}

.block-table__first {
    max-width: 64px;
}

.block-table__second {
    max-width: 180px;
}

.block-table__third {
    max-width: 200px;
}

.block-table__fourth {
    max-width: 407px;
}

.block-table__five {
    max-width: 160px;
}

.block-faq__grid {
    margin-top: 16px;
    margin-top: 24px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.block-faq__subtitle {
    display: flex;
    justify-content: space-between;
    font-family: 'Bai Jamjuree';
    font-weight: 500;
    font-size: 20px;
    line-height: 22px;
    letter-spacing: -0.01em;
    color: #191B1C;

}

.block-faq__description {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #191B1C;
    display: none;
    padding-top: 7px;
}

.faq-active {
    border-color: #FF3366;
}

.faq-active svg {
    transform: rotate(-180deg);
}

.faq-active svg path {
    fill: #FF3366;
}

.faq-block {
    display: block;
}

.block-links__title {
    font-family: 'Bai Jamjuree';
    font-weight: 500;
    font-size: 20px;
    line-height: 22px;
    letter-spacing: -0.01em;
    text-decoration-line: underline;
    color: #FF3366;

}

.block-links__description {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #111111;
    opacity: 0.64;
}

.block-links__link {
    background: #fff;
    border-radius: 12px;
    width: 100%;
    padding: 15px 24px;
    gap: 8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.block-links {
    display: flex;
    gap: 20px;
    margin-top: 33px;
    
}

a.button-auto {
    margin-top: 33px;
    width: 100%;
    font-family: 'Bai Jamjuree';
    font-weight: 500;
    font-size: 20px;
    line-height: 22px;
    letter-spacing: -0.01em;
    color: #FFFFFF;
    justify-content: center;
    padding: 17px 32px;
    border-radius: 8px;
}

.author-two .main-title {
    text-align: left;
}

.author-two .author__grid {
    justify-content: space-between;
}

.author__flex {
    display: flex;
    gap: 20px;
    margin-top: 24px;
}

.author-two .author__update{
    border: 1px solid rgba(34, 34, 34, 0.12);
    border-radius: 12px;
    height: 100%;
    display: flex;
    align-items: center; 
    padding: 18px 32px;
    margin: 0;
}

.autor__images {
    max-width: 184px;
    width: 100%;
    object-fit: contain;
}

.relationship__two .relationship__grid{
    display: grid;
    grid-template-columns: repeat(4, calc(25% - 15px));
    gap: 20px;
}

.relationship__two .relationship-card  {
    flex-direction: column;
    gap: 16px;
}

.relationship__two .relationship-card__promocode span{
    color: #fff;
}

.relationship__two .relationship-card__grow {
    flex-direction: column;
    justify-content: flex-end;
    gap: 16px;
    width: 100%;

}

.flex-end {
    display: flex;
    justify-content: flex-end;
    gap: 12px;
    margin-bottom: 24px;
}

.relationship-card-slide .relationship-card__description p{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
    font-size: 16px;
    text-overflow: ellipsis;
}

.relationship-card-slide .relationship-card__promocode span {
    font-size: 20px;
}

.relationship-card-slide .relationship-card__promocode  {
    padding: 3px 16px 3px 16px;
}

.relationship-card-slide {
    flex-direction: column;
    gap: 16px;
}

.relationship-card-slide .relationship-card__image {
    max-width: 100%;
}

.relationship-card-slide .relationship-card__button {
    width: 100%;
    display: flex;
    justify-content: center;
}

.relationship__two .relationship-card__promocode svg{
    position: static;
}

.relationship__two .relationship-card__promocode {
    width: 100%;
    font-size: 20px;
    max-width: 100%;
    background: linear-gradient(360deg, #3D2F73 -167.86%, #101011 282.14%);
    border: 0;
    color: #fff;
    border-radius: 8px;
    
}

.relationship__two .relationship-card:nth-child(2n) .relationship-card__promocode{
    background: linear-gradient(180deg, #3D2F73 0%, #FF3366 338.39%);
}

.relationship__two .relationship-card__auto {
    flex-direction: column;
    width: 100%;
}

.relationship__two .relationship-card__image {
    max-width: 100%;
}

.relationship__two .relationship-card__button {
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
}

.relationship__two .block-card__content li {
    padding-bottom: 6px;
    border-bottom: 1px solid rgba(34, 34, 34, 0.12);;
}

.term {
    margin-top: 15px;
}


.text-center h1 {
    font-size: 40px;
    line-height: 44px;
} 

.text-center h1,
.text-center h2,
.text-center h3,
.text-center h4,
.text-center h5,
.text-center h6 {
    display: block;

}

.promo-card__title {
    font-family: 'Bai Jamjuree';
    font-weight: 600;
    font-size: 28px;
    line-height: 32px;
    letter-spacing: -0.015em;
    color: #222222;
}


.promo-card {
    margin-top: 24px;
    margin-bottom: 34px;
}

.promo-card__wrap {
    background: #fff;
    border-radius: 12px;
    padding: 24px;
    display: flex;
    gap: 24px;
    margin-top: 20px;
    padding-bottom: 36px;
}


.promo-card__second {
    width: 100%;
    max-width: 422px;
    flex-shrink: 5;
}

.promo-card__row {
    display: flex;
    align-items: center;
}

.block-card__count__black {
    color: #222222;
}

.promo-card__center {
    margin-top: 16px;
    display: flex;
    gap: 9px;
    align-items: center;
    flex-direction: column;
}

.promo-card__first {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100%;
    max-width: 240px;
}

.promo-card__subtitle {
    font-family: 'Bai Jamjuree';
    font-weight: 500;
    font-size: 20px;
    line-height: 22px;
    letter-spacing: -0.01em;
    color: #222222;
    margin-top: 24px;
}

.relationship-card__promocode--top {
    width: 100%;
    max-width: 100%;
    margin-top: 13px;
}

.promo-card__column-title {
    font-family: 'Bai Jamjuree';
    font-weight: 500;
    font-size: 20px;
    line-height: 22px;
    letter-spacing: -0.01em;
    color: #222222;
}

a.button--promo {
    width: 100%;
    margin-top: 16px;
    text-align: center;
    display: flex;
    justify-content: center;
    border-radius: 6px;
}

.promo-card__item {
    font-family: 'Bai Jamjuree';
    font-weight: 500;
    font-size: 16px;
    width: fit-content;
    line-height: 20px;
    letter-spacing: -0.01em;
    color: #222222;
    display: flex;
    align-items: center;
    padding: 4px 8px;
    gap: 8px;
    background: #F4F4F9;
    border-radius: 8px;

}

.promo-card__list {
    display: flex;
    flex-direction: column;
    margin-top: 16px;
    gap: 8px;
}

.promo-card__third {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    max-width: 285px;
    position: relative;
}

.promo-card__third::after {
    content: '';
    position: absolute;
    top: -24px;
    height: calc(100% + 60px);
    width: 1px;
    background: #222;
    opacity: .12;
    right: 0;
}

.promo-card__tested {
    display: flex;
    align-items: center;
    gap: 8px;
}

.promo-card__date {
    font-family: 'SF Pro Display',sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #222222;
    opacity: 0.64;
    margin-top: 2px;
}

.promo-card__list--top {
    margin-top: 25px;
}

.promo-card__item-number {
    display: flex;
    gap: 8px;
    border-bottom: 1px solid rgba(34, 34, 34, .12);
    padding-bottom: 8px;
}

.promo-card__num {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 20px;
    width: 100%;
    height: 20px;
    background: linear-gradient(360deg, #FFD4C0 -93.75%, #FE5000 100%);
    box-shadow: 0px 1px 0px #FF963B, inset 0px 1px 0px #FF8820;
    border-radius: 4px;
    font-family: 'Bai Jamjuree';
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -0.01em;
    color: #FFFFFF;
}

.promo-card__fourth {
    flex-grow: 1;
}

.black-card__wrap {
    background: #fff;
    border-radius: 12px;
    margin-top: 24px;
    padding: 24px;
}

.black-card__title {
    font-family: 'Bai Jamjuree';
    font-weight: 600;
    font-size: 28px;
    line-height: 32px;
    letter-spacing: -0.015em;
    color: #222222;
}

.black-card__row {
    display: flex;
    padding: 24px;
    background: linear-gradient(360deg, #3D2F73 -167.86%, #101011 282.14%);
    border-radius: 8px;
    gap: 24px;
    width: 100%;
    margin-top: 18px;

}

.black-card__logo {
    width: 100%;
    border-radius: 8px;
    max-width: 240px;
    height: 118px;
    background: #fff;
    padding: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.black-card__subtitle {
    font-family: 'Bai Jamjuree';
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: -0.01em;
    color: #FFFFFF;
}

.black-card__promo-title {
    font-family: 'Bai Jamjuree';
    font-weight: 500;
    font-size: 16px;
    margin-top: 4px;
    line-height: 20px;
    letter-spacing: -0.01em;
    color: #FFFFFF;
}

.relationship-card__promocode--yellow {
    border: 0;
    background: linear-gradient(360deg, #FFD4C0 -93.75%, #FE5000 100%);
    border-radius: 6px;
    margin-top: 24px;
}

.relationship-card__promocode--yellow span, .white {
    color: #fff;
}

.black-card__content {
    width: 100%;
    max-width: 343px;
}

.promo-card__tested--bottom {
    align-items: flex-end;
}

.black-card__grid {
    display: flex;
    gap: 24px;
    align-items: flex-start;
}

.promo-card__item-number:last-child {
    border: 0;
}

.promo-card__max {
    max-width: 464px;
    width: 100%;
    flex-shrink: 3;
}

.promo-card__date--top {
    margin-top: 34px;
    text-align: center;
}

.pros {
    width: 100%;
}

.pros__head {
    min-height: 40px;
    background: linear-gradient(180deg, rgba(78, 63, 132, 0.12) -81.87%, rgba(0, 234, 140, 0.12) 143.75%);
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
    padding: 12px;
}

.pros__list {
    background: #fff;
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding-top: 16px;
    padding-bottom: 16px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.pros-flex {
    display: flex;
    gap: 20px;
    margin-top: 32px;

}

.pros__item {
    font-family: 'Bai Jamjuree';
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.01em;
    color: #222222;
    gap: 8px;
    display: flex;
    padding: 0 12px;
}

.pros__head span {
    font-family: 'Bai Jamjuree';
    font-weight: 500;
    font-size: 20px;
    line-height: 22px;
    letter-spacing: -0.01em;
    color: #18CC93;
}

.const .pros__head {
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.16) -65%, rgba(241, 52, 100, 0.16) 100%);
}

.const .pros__head span {
    color: #FF3366;
}

.our-slider__item--button {
    flex-direction: column;
    height: 100%;
}

.our-slider__item--flex {
    display: flex;
    gap: 16px;
}

.our-slider__item--button .button {
    width: 100%;
    padding: 6px 24px;
    display: flex;
    justify-content: center;
}


.our__slider-bottom--auto .swiper-slide {
    height: auto;
}

.our__slider--height .swiper-slide {
    height: auto;
}

.our__slider--height .our-slider__item {
    height: 100%;
}

.author-card__role {
    font-family: 'SF Pro Display',sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #222222;
}

@media(max-width: 1480px) {
    .links-top__link {
        font-size: 12px;
    }

    .block-table__body .block-table__block {
        font-size: 14px;
    }
    
}

@media(max-width: 1366px)  {
    .relationship-card__description p {
        font-size: 16px;
    }
}



@media(max-width: 1200px) {
    .why__wrap {
        padding: 44px 20px;
    }

    .process__grid {
        grid-template-columns: repeat(4, calc(25% - 15px));
    }

    .need__grid {
        flex-direction: column;
    }

    .need__half {
        width: 100%;
    }

    .new-form__wrap {
        flex-direction: column;
    }

    .new-form__inner {
        max-width: 100%;
    }

    .cat-content__flex {
        flex-direction: column-reverse;
    }
    .new-table-content {
        max-width: 100%;
    }

    .author-two .author__grid {
        flex-direction: column;
    }

    .relationship__two .relationship__grid {
        grid-template-columns: repeat(2, calc(50% - 10px));
    }

    .promo-card__wrap {
        display: grid;
        grid-template-columns: repeat(2, calc(50% - 12px));
    }

    .promo-card__third::after {
        display: none;
    }

    .black-card__grid {
        flex-direction: column;
    }

    .mobile-row {
        width: 100%;
    }
    
}

@media(max-width: 1024px) {

    .pros-flex {
        flex-direction: column;
    }

    .relationship-card__promocode span {
        font-size: 20px;
    }

    .links-top__grid {
        flex-direction: column;
    }

    .links-bottom {
        position: static;
    }

    .author__grid {
        flex-direction: column;
    }

    .hero__title {
        font-size: 30px;
        line-height: 34px;
    }

    .our__list {
        flex-direction: column;
    }

    .why__list {
        display: grid;
        grid-template-columns: 100%;
    }

    .process__grid {
        grid-template-columns: repeat(3, calc(33.33% - 14px));
    }

    .relationship-card__promocode {
        font-size: 18px;
        width: 100%;
        max-width: 250px;
    }

    .relationship-card .relationship-card__button {
        font-size: 12px;
        padding: 11px 8px;
    }

    .relationship-card__description p {
        font-size: 14px;
    }

    .relationship-card {
        flex-direction: column;
    }

    .relationship-card__auto {
        width: 100%;
        flex-direction: column;
    }

    .block-table__body .block-table__block {
        font-size: 12px;
    }

    .block-table__body {
        height: auto;
        min-height: 48px;
    }

    .block-card__grid {
        flex-direction: column;
    }
    .links-top__link {
        font-size: 16px;
    }

    .author__flex {
        flex-direction: column;
    }

    .author__flex_mob {
        flex-direction: row;
    }

    .author-two .author__update {
        display: flex;
        justify-content: center;
    }
  
}

@media(max-width: 768px) {
    .hero__title {
        font-size: 24px;
        line-height: 28px;
    }

    .block-table__body .block-table__block {
        font-size: 16px;
        
    }
    
    .block-table__body {
        display: flex;
    }

    

    .hero__description {
        font-size: 18px;
        line-height: 24px;
    }

    .block-links {
        flex-direction: column;
    }

    .block-faq__subtitle {
        font-size: 16px;
        gap: 24px;
    }

    .block-faq__item svg {
        flex-shrink: 0;
    }

    .item {
        flex-direction: column;
    }

    .item:nth-child(2n){
        flex-direction: column;
    }

    .process__grid {
        grid-template-columns: repeat(2, calc(50% - 10px));
    }

    .need__right {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .need__inner {
        height: 343px;
    }

    .form-flex {
        flex-direction: column;
    }

    .form-inner {
        flex-direction: column;
    }

    .block-table__body {
        flex-direction: column;
        height: auto;
        align-items: flex-start;
        padding: 12px;
    }
    .block-table__header {
        display: none;
    }

    .block-list__grid {
        flex-direction: column;
        gap: 20px;
    }

    .relationship__two .relationship__grid {
        grid-template-columns: 100%;
    }

    .promo-card__wrap {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .promo-card__title {
        text-align: center;
    }
    
    .relationship-card__promocode {
        max-width: 100%;
    }

    .promo-card__third {
        max-width: 100%;
    }

    .promo-card__fourth {
        max-width: 100%;
        width: 100%;
    }

    .promo-card__tested {
        margin-top: 20px;
    }

    .black-card__row {
        flex-direction: column;
        align-items: center;
    }
    
    .black-card__subtitle, .black-card__promo-title {
        text-align: center;
    }
}

@media(max-width: 640px) {
    .our-button-prev {
        position: absolute;
        bottom: 0;
        right: 58px;
    }

    .our-button-next {
        position: absolute;
        bottom: 0;
        right: 0px;
    }

    .our-button-prev-bottom {
        position: absolute;
        bottom: 0;
        right: 58px;
    }

    .our-button-next-bottom {
        position: absolute;
        bottom: 0;
        right: 0px;
    }

    .our__flex {
       position: relative;
       padding-bottom: 68px;
    }
    .hero__flex {
        flex-direction: column;
        align-items: center;
    }

    .process__grid {
        grid-template-columns: 100%;
    }

    .author__flex_mob {
        flex-direction: column;
        align-items: center;
    }
}
