html,
body {
    height: 100%;
}

body {
    display: flex;
    flex-direction: column;
}
main {
    justify-content: center;
    flex-direction: column;
    align-items: stretch;
}

#main-wrapper {
    flex: 1 0 auto;
}

#footer {
    flex-shrink: 0;
}

.hero__inner-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    padding: 40px 15px 0 15px;
}

@media (min-width: 1440px) {
    .hero__inner-wrap {
        padding-top: 200px;
        padding-bottom: 0;
    }
}
.hero__title {
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
}
.hero__deskription {
    font-weight: 700;
    font-size: 16px;
    color: #f26dc4;
    text-align: center;
    position: relative;
    margin: 0 0 30px 0px;
    z-index: 2;
}

@media (min-width: 768px) {
    .hero__deskription {
        font-size: 28px;
    }
}
.hero__list {
    z-index: 2;
    position: relative;
    margin: 0 0 60px 0px;
    max-width: 550px;
}
.hero__item {
    display: flex;
    align-items: center;
    gap: 15px;
}

.hero__item + .hero__item {
    margin: 20px 0 0 0;
}

.hero__item.hero__item--ai-svg::after {
    content: "";
    position: absolute;
    left: 11px;
    width: 36px;
    height: 36px;
    display: block;
    background-image: url("/static/neimarker/assets/images/icon/hero-ai.svg");
}
.hero__item.hero__item--target-svg::after {
    content: "";
    display: block;
    position: absolute;
    left: 11px;
    width: 36px;
    height: 36px;
    background-image: url("/static/neimarker/assets/images/icon/hero-target.svg");
}

.hero__item::before {
    content: "";
    display: block;
    min-width: 60px;
    height: 60px;
    background-color: #7651e6;
}
.hero__image {
    display: block;
    position: relative;
    z-index: 2;
}
.hero__image-wrap {
    position: relative;
}

.hero__image-wrap::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 25%;
    right: -54%;
    width: 403px;
    height: 227px;
    background-image: url("/static/neimarker/assets/images/icon/hero-element-mobile.svg");
    background-repeat: no-repeat;
    z-index: 1;
}

@media (min-width: 768px) {
    .hero__image-wrap::after {
        width: 672px;
        height: 403px;
        right: -11%;
        background-image: url("/static/neimarker/assets/images/icon/hero-element-tablet.svg");
    }
}

@media (min-width: 1440px) {
    .hero__image-wrap::after {
        width: 1154px;
        height: 686px;
        right: -17%;
        bottom: 14%;
        background-image: url("/static/neimarker/assets/images/icon/hero-element-desktop.svg");
    }
}

.problems {
    background-color: #000000;
}

.problems__inner-wrap {
    padding: 40px 15px 40px 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media (min-width: 1200px) {
    .problems__inner-wrap {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}

.problems__title {
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    color: var(--white);
    margin: 0 0 30px 0;
}

.problems__deskription {
    text-align: center;
    margin: 0 0 30px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #ffffffb4;
    gap: 8px;
    width: 100%;
    max-width: 700px;
}

@media (min-width: 768px) {
    .problems__deskription {
        width: 500px;
    }
}

.problems__list {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

@media (min-width: 768px) {
    .problems__list {
        display: grid;
        grid-template-columns: repeat(2, minmax(350px, 400px));
    }
}

@media (min-width: 1200px) {
    .problems__list {
        gap: 40px;
    }
}
.problems__item {
    list-style: none;
    padding: 20px;
    background-color: #292929;
    border-radius: 14px;
}

@media (min-width: 768px) {
    .problems__item {
        min-height: 263px;
    }
}
.problems__title-list {
    color: var(--white);
    font-weight: 600;
}

@media (min-width: 768px) {
    .problems__title-list {
        text-align: center;
        font-weight: 500;
    }
}
.problems__paragraph-list {
    color: var(--white);
    opacity: 0.6;
}

/* solution-section */
.solution {
    overflow-x: hidden;
}

.solution__inner-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px 15px 40px 15px;
}

@media (min-width: 1200px) {
    .solution__inner-wrap {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}

.solution__title {
    text-align: center;
    text-transform: uppercase;
    margin: 0 0 15px 0;
    font-weight: 700;
}

.solution__logo {
    margin: 0px 0 40px 0;
}

.solution__title span {
    color: #f26dc4;
}

.solution__deskription {
    text-align: center;
    margin: 0 0 30px 0;
    max-width: 700px;
}

@media (min-width: 1200px) {
    .solution__deskription {
        max-width: 1000px;
        font-size: 24px;
    }
}

.solution__head-title {
    min-width: 200px;
    display: flex;
    font-weight: 700;
    justify-content: center;
    align-items: center;
    color: var(--white);
    padding: 15px 10px;
}

.solution__table-header-title {
    font-weight: 700;
    font-size: 24px;
    margin: 0;
    color: var(--white);
}

.solution__table-col.solution__table-col--bg-black {
    background-color: #000000;
    color: var(--white);
}

.solution__table-col.solution__table-col--bg-pink {
    background-color: #f26dc4;
}

.solution__table-col.solution__table-col--bg-violet {
    background-color: #7651e6;
}

.solution__table-wrap {
    overflow-x: auto;
    width: 100%;
}

.solution__table {
    display: grid;
    grid-template-columns: repeat(3, auto);
    justify-items: center;
}

.solution__table-col {
    padding: 16px;
    border-left: 1px solid #b3b3b3;
    border-bottom: 1px solid #b3b3b3;
}

.solution__table-col:last-child {
    border-right: 1px solid #b3b3b3;
}
.solution__table-col.solution__table-col--2 {
    background: linear-gradient(270deg, rgba(242, 109, 196, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
}

.solution__table-col.solution__table-col--f-cecter {
    display: flex;
    justify-content: center;
    align-items: center;
}

.solution__table-col:first-child {
    display: flex;
    align-items: center;
    gap: 16px;
}

.solution__table-row {
    display: grid;
    grid-template-columns: minmax(235px, 400px) 400px 400px;
    grid-column: 1 / -1;
}

.solution__table-title {
    font-weight: 700;
    font-size: 16px;
    margin: 0;
    color: #000000;
}

.solution__table-title.solution__table-title--mrg {
    margin: 0 0 8px 0;
}

.solution__table-heading-wrap {
    display: flex;
    align-items: center;
    gap: 16px;
}
.solution__table-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #000000;
    min-width: 48px;
    height: 48px;
    border-radius: 8px;
}

/* comparison-section */
.comparison {
    overflow-x: hidden;
}

.comparison__inner-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px 15px 40px 15px;
}

@media (min-width: 1200px) {
    .comparison__inner-wrap {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}

.comparison__title {
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0 0 30px 0;
}

.comparison__deskription {
    text-align: center;
    margin: 0 0 30px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-weight: 500;
    gap: 8px;
}

.comparison__table-wrap {
    overflow-x: auto;
    width: 100%;
}

.comparison__table {
    display: grid;
    grid-template-columns: repeat(4, auto);
    justify-items: center;
}

.comparison__table-col {
    padding: 20px;
    border-left: 1px solid #b3b3b3;
    border-bottom: 1px solid #b3b3b3;
}

.comparison__table-col:last-child {
    border-right: 1px solid #b3b3b3;
}

.comparison__table-col.comparison__table-col--2 {
    background: linear-gradient(270deg, rgba(118, 81, 230, 0.3) 0%, rgba(255, 255, 255, 0) 100%);
}

.comparison__table-col.comparison__table-col--2 .comparison__subtitle {
    font-weight: 700;
}

.comparison__table-col.comparison__table-col--2 .comparison__table-item {
    font-weight: 700;
}

.comparison__table-row--1 .comparison__table-col {
    display: flex;
    align-items: center;
    padding: 10px 20px;
}

.comparison__table-col.comparison__table-col--bg-black {
    background-color: #000000;
}

.comparison__table-col.comparison__table-col--bg-violet {
    background-color: #7651e6;
}

.comparison__table-head-title {
    color: var(--white);
    font-weight: 700;
    font-size: 16px;
    margin: 0;
}

.comparison__subtitle.comparison__subtitle--icon {
    display: flex;
    align-items: center;
    gap: 5px;
}

.comparison__subtitle.comparison__subtitle.comparison__subtitle--icon::before {
    content: "";
    position: relative;
    display: block;
    border-radius: 100%;
    width: 12px;
    height: 12px;
    background: url("../../assets/images/icon/marker-cross.svg") no-repeat center;
}

.comparison__table-row {
    display: grid;
    grid-template-columns: repeat(4, 300px);
    grid-column: 1 / -1;
}

.comparison__table-list {
    padding: 0;
    margin: 0;
}

.comparison__table-item {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 10px;
}

.comparison__table-item::before {
    content: "";
    position: relative;
    display: block;
    width: 12px;
    height: 12px;
    background: url("../../assets/images/icon/marker.svg") no-repeat center;
}

/* control-process */
.control-process__inner-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px 15px 40px 15px;
}

@media (min-width: 1200px) {
    .control-process__inner-wrap {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}

.control-process__title {
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0 0 30px 0;
}

@media (min-width: 1200px) {
    .control-process__title {
        margin: 0 0 50px 0;
        max-width: 750px;
    }
}

.control-process__title span {
    color: #f26dc4;
}

.control-process__list {
    margin: 0 0 50px 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: relative;
}

@media (min-width: 768px) {
    .control-process__list {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 50px;
    }
}

@media (min-width: 1200px) {
    .control-process__list {
        margin: 0 0 70px;
    }
}

.control-process__item {
    list-style: none;
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, auto);
    column-gap: 40px;
    align-items: start;
    justify-content: start;
}

@media (min-width: 768px) {
    .control-process__item {
        display: flex;
        flex-direction: column;
        max-width: 400px;
        gap: 0;
    }
}

.control-process__item h3 {
    font-weight: 700;
    font-size: 24px;
    line-height: 130%;
    margin: 0 0 20px;
    text-transform: uppercase;
}

.control-process__item p {
    grid-column: 2 / 3;
}

.control-process__image-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 88px;
    height: 88px;
    border-radius: 8px;
    background-color: #7651e6;
    grid-row: 1 / 3;
}

@media (min-width: 768px) {
    .control-process__image-wrap {
        margin: 0 0 20px 0;
    }
}

.control-process__subtitle {
    font-size: 24px;
    line-height: 130%;
    font-weight: 700;
    text-transform: uppercase;
}

.control-process__equipment-list {
    display: grid;
    grid-template-columns: repeat(1, auto);
    row-gap: 20px;
    width: 100%;
    justify-content: center;
    margin: 0;
    padding: 0;
}

@media (min-width: 479px) {
    .control-process__equipment-list {
        grid-template-columns: repeat(2, auto);
        justify-content: center;
        column-gap: 30px;
    }
}
@media (min-width: 1200px) {
    .control-process__equipment-list {
        grid-template-columns: repeat(4, auto);
    }
}

.control-process__equipment-item {
    width: 215px;
    list-style: none;
    background: #7651e6;
    padding: 20px;
    border-radius: 20px;
}
.control-process__equipment-title {
    font-weight: 700;
    font-size: 16px;
    color: var(--white);
    margin: 0 0 10px 0px;
    text-align: center;
}
.control-process__equipment-desc {
    color: var(--white);
    text-align: center;
}

.control-process__bottom-image-wrap {
    display: none;
}

@media (min-width: 768px) {
    .control-process__bottom-image-wrap {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
}
@media (min-width: 1200px) {
    .control-process__bottom-image-wrap {
        grid-template-columns: repeat(4, 1fr);
        gap: 50px;
    }
}

/* result-section */
.result__container {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.result__container:last-child {
    background: linear-gradient(
        35deg,
        rgba(204, 100, 207, 1) 0%,
        rgba(118, 81, 230, 1) 50%,
        rgba(113, 48, 194, 1) 100%
    );
}
.result__inner-wrap-top,
.result__inner-wrap-bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    padding: 40px 15px 40px 15px;
}

@media (min-width: 1200px) {
    .result__inner-wrap-top {
        padding-top: 100px;
    }

    .result__inner-wrap-bottom {
        padding-bottom: 100px;
    }
}

.result__title {
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0 0 30px 0;
}

.result__title.result__title--clr-wh {
    color: var(--white);
}

.result__deskription {
    text-align: center;
    margin: 0 0 30px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-weight: 500;
    gap: 8px;
}
.result__list {
    display: grid;
    grid-template-columns: 1fr;
    margin: 0;
    padding: 0;
    gap: 20px;
}

@media (min-width: 650px) {
    .result__list {
        grid-template-columns: repeat(2, minmax(316px, 400px));
    }
}

@media (min-width: 1000px) {
    .result__list {
        grid-template-columns: repeat(3, minmax(300px, 450px));
    }
}
.result__item {
    display: grid;
    grid-template-columns: 48px 1fr;
    column-gap: 20px;
    padding: 20px;
    list-style: none;
    border: 1px solid #b3b3b3;
}

.result__image-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 20px 0;
    width: 48px;
    height: 48px;
    grid-column: 1 / 2;
    background-color: #7651e6;
}
.result__item-title {
    grid-column: 2 / 3;
    margin: 0 0 20px 0;
    font-weight: 700;
    font-size: 20px;
    line-height: 130%;
    text-transform: uppercase;
}
.result__item-paragraph {
    grid-column: 1 / -1;
    grid-row: 2 / 3;
}

.result__bottom-container {
    display: grid;
    grid-template-columns: minmax(200px, 336px) auto;
    grid-template-rows: auto auto auto;
    row-gap: 50px;
    justify-items: center;
}

@media (min-width: 768px) {
    .result__bottom-container {
        column-gap: 30px;
    }
}
.result__bottom-content-wrap {
    grid-column: 1 / 2;
}

.result__bottom-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 130%;
    text-transform: uppercase;
    color: var(--white);
    margin: 0 0 10px 0;
}

.result__bottom-content-wrap p {
    color: var(--white);
    margin: 0;
}

.result__bottom-content-wrap p::before {
    content: "";
    display: inline-block;
    margin: 0 10px 0 0;
    width: 9px;
    height: 9px;
    border-radius: 100%;
    background-color: #f26dc4;
}

.result__bottom__image-wrap {
    grid-column: 2/ 3;
    grid-row: 1/ -1;
    display: none;
}

@media (min-width: 768px) {
    .result__bottom__image-wrap {
        display: block;
        grid-row: 2 / -1;
    }
}

@media (min-width: 900px) {
    .result__bottom__image-wrap {
        grid-column: 2/ 3;
        grid-row: 1/ -1;
    }
}

.result__bottom__image-wrap img {
    display: block;
    width: 100%;
    height: auto;
}

/* guarantees-section */
.guarantees {
    background-color: #000000;
}
.guarantees__inner-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    padding: 40px 15px 40px 15px;
}

.guarantees__subtitle {
    text-align: center;
    margin: 0 0 30px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: var(--white);
    gap: 20px;
    font-weight: 500;
    width: 100%;
    max-width: 700px;
}

@media (min-width: 1200px) {
    .guarantees__inner-wrap {
        padding-top: 100px;
        padding-bottom: 100px;
        justify-content: center;
    }
}

.guarantees__head-title {
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    color: var(--white);
    margin: 0 0 30px 0;
}

.guarantees__list {
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
    gap: 30px;
}

@media (min-width: 992px) {
    .guarantees__list {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1200px) {
    .guarantees__list {
        display: flex;
        flex-direction: row;
        justify-content: center;
        gap: 40px;
    }
}

.guarantees__item {
    max-width: 390px;
    list-style: none;
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media (min-width: 1200px) {
    .guarantees__item {
        align-items: flex-start;
    }
}

.guarantees__title {
    text-align: center;
    font-weight: 600;
    font-size: 24px;
    color: var(--white);
    margin: 0 0 10px 0;
}

@media (min-width: 1200px) {
    .guarantees__title {
        text-align: left;
    }
}

.guarantees__paragraph {
    color: var(--white);
    opacity: 0.8;
    text-align: center;
}

@media (min-width: 1200px) {
    .guarantees__paragraph {
        max-width: 390px;
        text-align: left;
    }
}

.guarantees__image-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 88px;
    height: 88px;
    background-color: #f26dc4;
    border-radius: 30px;
    margin: 0 0 20px 0;
}
/* about-technology-section */
.about-technology__inner-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px 15px 40px 15px;
}

@media (min-width: 1200px) {
    .about-technology__inner-wrap {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}
.about-technology__title {
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0 0 30px 0;
}
.about-technology__deskription {
    text-align: center;
    margin: 0 0 50px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-weight: 500;
    max-width: 700px;
    gap: 8px;
}

@media (min-width: 991px) {
    .about-technology__content-wrap {
        display: grid;
        grid-template-columns: repeat(2, minmax(300px, 500px));
        gap: 50px;
    }
}

.about-technology__content {
    display: flex;
    flex-direction: column;
    max-width: 500px;
    min-width: 300px;
    position: relative;
}

@media (min-width: 991px) {
    .about-technology__content::after {
        content: "";
        display: block;
        width: 2px;
        height: 40px;
        background-color: #7651e6;
        position: absolute;
        top: -50px;
    }

    .about-technology__content:first-child::after {
        right: 248px;
    }

    .about-technology__content:last-child::after {
        left: 250px;
    }

    .about-technology__content::before {
        content: "";
        display: block;
        width: 8px;
        height: 8px;
        border-radius: 100%;
        background-color: #7651e6;
        position: absolute;
        top: -13px;
    }

    .about-technology__content:first-child::before {
        right: 245px;
    }

    .about-technology__content:last-child::before {
        top: -13px;
        left: 247px;
    }
}

.about-technology__image-wrap {
    margin: 0 0 40px 0;
    position: relative;
}

@media (min-width: 991px) {
    .about-technology__image-wrap {
        margin: 0 0 90px 0;
    }
}

@media (min-width: 991px) {
    .about-technology__image-wrap::after {
        content: "";
        display: block;
        width: 2px;
        height: 40px;
        left: 50%;
        background-color: #7651e6;
        position: absolute;
        top: 40px;
    }
}

@media (min-width: 991px) {
    .about-technology__image-wrap::before {
        content: "";
        display: block;
        width: 552px;
        height: 2px;
        bottom: -40px;
        left: -125px;
        position: absolute;
        background-color: #7651e6;
    }
}

.about-technology__image-wrap img {
    display: block;
}
.about-technology__content-title {
    background-color: #f26dc4;
    color: var(--white);
    text-align: center;
}

.about-technology__subtitle {
    margin: 0 0 10px 0;
}

.about-technology__content-deskription {
    margin: 0;
}

.about-technology-item::marker {
    color: #f26dc4;
}

.about-technology-item + .about-technology-item {
    margin: 10px 0 0 0;
}
/* total-cost-section */

.total-cost__inner-wrap {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px 15px 40px 15px;
}

@media (min-width: 1200px) {
    .total-cost__inner-wrap {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}
.total-cost__title {
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0 0 30px 0;
}
.total-cost__deskription {
    margin: 0 0 50px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    font-weight: 500;
    max-width: 700px;
    gap: 8px;
}

.total-cost__cards {
    display: flex;
    flex-direction: column;
    gap: 40px;
    counter-reset: process-list;
}

@media (min-width: 768px) {
    .total-cost__cards {
        width: 100%;
        align-items: center;
    }
}
.total-cost__card {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #000000;
    padding: 30px 40px;
}

@media (min-width: 768px) {
    .total-cost__card {
        display: grid;
        grid-template-columns: minmax(600px, 900px);
        min-height: 365px;
        position: relative;
        padding: 50px;
    }

    .total-cost__card::after,
    .total-cost__card::before {
        content: "";
        display: block;
        width: 444px;
        height: 99px;
        position: absolute;
        right: 0px;
        bottom: 0px;
        background-image: url("/static/neimarker/assets/images/icon/neirmarker-element.svg");
    }

    .total-cost__card::after {
        right: -10px;
        top: 50%;
        width: 200px;
    }
}
.total-cost__card-title {
    text-transform: uppercase;
    font-size: 18px;
    color: var(--white);
    font-weight: 700;
    margin: 0 0 25px 0;
}
@media (min-width: 768px) {
    .total-cost__card-title {
        font-size: 22px;
    }
}

.total-cost__info-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media (min-width: 768px) {
    .total-cost__info-wrap {
        width: 100%;
        align-items: flex-start;
    }
}

.total-cost__info-price-wrap {
    display: flex;
    justify-content: center;
    width: 100%;
    text-align: center;
}
.total-cost__info-price {
    min-width: 200px;
    padding: 0 20px;
    max-width: 410px;
    font-weight: 700;
    font-size: 25px;
    color: #fff;
    text-align: center;
    background-color: #f26dc4;
    margin: 0 0 15px 0;
}

@media (min-width: 768px) {
    .total-cost__info-price {
        margin: 0 0 15px 0;
        width: 300px;
        max-width: initial;
        padding: 0;
    }
}
.total-cost__info-inner-wrap h4 {
    font-weight: 700;
    font-size: 16px;
    line-height: 130%;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    margin: 0 0 15px 0;
}

@media (min-width: 768px) {
    .total-cost__info-inner-wrap h4 {
        text-align: left;
    }
}

.total-cost__info-inner-wrap p {
    max-width: 410px;
    font-size: 20px;
    color: var(--white);
    font-size: 16px;
    margin: 0 0 10px 0;
    position: relative;
    z-index: 1;
}

.total-cost__paragraph-wrap {
    margin: 0 0 45px 0;
}

.total-cost__paragraph-wrap p:last-child {
    margin: 0;
}

.total-cost__info-inner-wrap p::before {
    content: "";
    display: inline-flex;
    width: 9px;
    height: 9px;
    margin: 0 5px 0 0;
    border-radius: 100%;
    background-color: #f26dc4;
}

.total-cost__info-bottom-wrap p::before {
    display: none;
}

/* variants-cost-section */
.variants__inner-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px 15px 40px 15px;
}

@media (min-width: 1200px) {
    .variants__inner-wrap {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}

.variants__title {
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0 0 30px 0;
}
.variants__image-wrap {
    display: flex;
    justify-content: center;
    width: 100%;

    height: auto;
}

.variants__image-wrap img {
    max-width: 1000px;
    height: auto;
    display: flex;
    width: 100%;
    text-align: center;
}

/* action-cost-section */
.action__inner-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    padding: 40px 15px 40px 15px;
}

@media (min-width: 1200px) {
    .action__inner-wrap {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}
.action__title {
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0 0 30px 0;
}
.action__deskription {
    width: 100%;
    max-width: 700px;
    text-align: center;
    margin: 0 0 30px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    font-weight: 500;
}
.action__advice-link {
    display: flex;
    justify-content: center;
    width: 100%;
    max-width: 400px;
    padding: 15px;
    background-color: #7651e6;
    color: var(--white);
    border-radius: 8px;
    transition: all 0.3s ease;
}

.action__advice-link:hover {
    color: rgba(255, 255, 255, 0.6);
}

.action__link-wrap {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 0 0 40px 0;
}

@media (min-width: 585px) {
    .action__link-wrap {
        flex-direction: row;
        gap: 40px;
    }
}
.action__link {
    display: flex;
    align-items: center;
    color: #000000;
    gap: 15px;
    text-decoration: none;
    position: relative;
    z-index: 1;
    font-size: 14px;
    text-transform: uppercase;
}

.action__link::before {
    content: "";
    position: absolute;
    z-index: -1;
    display: block;
    left: -7px;
    top: -7px;
    width: 54px;
    height: 54px;
    background-color: #f26dc4;
    border-radius: 15px;
}
