*,
*::before,
*::after {
    box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
p,
ul,
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
    margin: 0;
}

img {
    max-width: 100%;
    display: block;
}

input,
button,
textarea,
select {
    font: inherit;
}

li::marker {
    content: none;
}

element {
    --text-dark-grey: #333333;
}

body {
    color: var(--text-dark-grey, #333);
    font-family: 'Inter', sans-serif;
    max-width: 100%;
    overflow-x: hidden;
}

h1 {
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px;
}

h2 {
    font-size: 32px;
    font-weight: 700;
    line-height: 48px;
}

h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
}

ul {
    padding-left: 24px;
}

li {
    position: relative;
    margin-bottom: 8px;
}

li::before {
    content: '';
    background: #31398B;
    height: 8px;
    width: 8px;
    display: block;
    margin-inline-end: 13px;
    position: absolute;
    top: 10px;
    left: -24px;
}

.container {
    max-width: 1180px;
    width: 100%;
    margin: 0 auto;
    padding: 0 25px;
}

.text-16,
.btn {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.text-18 {
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
}

.text-24 {
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
}

.text-24.gray {
    color: #828282;
    font-weight: 600;
}

.text-24.gray span {
    color: #008060;
    font-size: 16px;
    font-weight: 700;
    line-height: 36px;
}

.btn {
    display: block;
    font-weight: 700;
    padding: 16px 24px;
    max-width: 381px;
    width: 100%;
    margin: 10px 0;
    border-radius: 30px;
    background: #1F2124;
    text-align: center;
    color: white;
    text-decoration: none;
}

.mt-24 {
    margin-top: 24px;
}

.pt-43 {
    padding-top: 43px;
}

.white {
    color: white;
}

/*Header*/
header {
    background: #f2f7fd;
    padding: 50px 0 9px 0;
}

/*SECTION main banner*/
section.main-banner {
    background: #f2f7fd;
    position: relative;
}

section.main-banner:after {
    content: '';
    background: url(../images/background-banner.svg);
    position: absolute;
    width: 56%;
    height: 563px;
    bottom: 0;
    right: 0%;
    z-index: 1;
    background-repeat: no-repeat;
}

.main-banner-wrap {
    display: flex;
    justify-content: space-between;
    padding-bottom: 86px;
    position: relative;
    z-index: 9;
}

.main-banner .left-block {
    max-width: 520px;
}

.main-banner h1.title {
    padding-top: 35px;
}

.main-banner .left-block .description {
    font-size: 24px;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: -1.2px;
    margin-top: 24px;
}

.shopify-button-wrap {
    max-width: 381px;
    width: 100%;
    text-align: center;
}

.sbw-stars {
    display: flex;
    gap: 20px;
    margin-top: 48px;
    align-items: center;
    justify-content: center;
}

.sbw-stars .star {
    display: flex;
    gap: 2px;
}

.star img {
    margin-right: -9px;
}

.main-banner .right-block {
    max-width: 585px;
    width: 100%;
}

.right-block img {
    width: 100%;
}

/*SECTION logos*/
section.logos {
    background: #CCD7EC;
}

.logos-wrap {
    display: flex;
    justify-content: center;
    gap: 100px;
    padding: 33px 0 34px 0;
}

.logos-wrap .row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
}

.logos-wrap .row img {
    width: 48px;
    height: 48px;
    object-fit: cover;
}

.logos-wrap .row .text,
.logos-wrap .row .text span {
    color: #31398B;
    font-size: 24px;
    font-weight: 500;
    line-height: 24px;
}

.logos-wrap .row .text span {
    font-weight: 700;
}

/*SECTION 3*/
.section-3-wrap {
    position: relative;
}

.section-3-wrap .container {
    display: flex;
    justify-content: space-between;
    padding: 120px 0;
}

.section-3-wrap .left-block {
    max-width: 580px;
}

.section-3-wrap .right-block {
    max-width: 535px;
    width: 100%;
    position: relative;
    z-index: 9;
}

.section-3-wrap.reverse .container {
    flex-direction: row-reverse;
    padding: 60px 0;
}

.section-3-wrap:nth-child(1):before {
    content: '';
    background-image: url(../images/background-sect3-row1-bottom.svg);
    display: block;
    width: 706.791px;
    height: 608.853px;
    position: absolute;
    top: 300px;
    right: 30%;
}

.section-3-wrap:nth-child(2):before {
    content: '';
    background-image: url(../images/background-sect3-row2-bottom.svg);
    display: block;
    width: 670.265px;
    height: 584.423px;
    position: absolute;
    top: 247px;
    right: 30%;
}

.section-3-wrap:nth-child(1):after {
    content: '';
    background-image: url(../images/background-sect3-row1-top.svg);
    display: block;
    width: 31%;
    height: 485px;
    position: absolute;
    top: 45px;
    right: 0;
    background-repeat: no-repeat;
}

.section-3-wrap:nth-child(2):after {
    content: '';
    background-image: url(../images/background-sect3-row2-top.svg);
    display: block;
    width: 389.429px;
    height: 386.347px;
    position: absolute;
    top: 0px;
    left: 10%;
    background-repeat: no-repeat;
}

.section-3-wrap:nth-child(3):after {
    content: '';
    background-image: url(../images/background-sect3-row3-top.svg);
    display: block;
    position: absolute;
    top: 181px;
    right: 0;
    width: 26%;
    height: 365.837px;
    transform: rotate(0.292deg);
    background-repeat: no-repeat;
}

/*SECTION Plan*/
.plan {
    background: #F2F7FD;
    text-align: center;
    padding: 120px 0;
}

.wrapper-switcher {
    display: flex;
    margin: 48px 0;
    justify-content: center;
    gap: 16px;
}

.switcher-block {
    width: 58.5px;
    height: 30px;
    background: #31398B;
    border-radius: 99px;
    position: relative;
    cursor: pointer;
}

.switcher-block:after {
    content: '';
    display: block;
    height: 23.25px;
    width: 23.25px;
    background: white;
    border-radius: 99px;
    margin: 3px;
}

.switcher-block.active {
    display: flex;
    justify-content: flex-end;
    transition: .1s linear;
}

.plan .plan_wrap h2 {
    margin-bottom: 32px;
}

.plan .plan_wrap .content h3 {
    margin-top: 16px;
}

.plan_wrap .rows {
    display: flex;
    gap: 20px;
}

.plan_wrap .row {
    max-width: 380px;
    margin: 0 auto;
    background: white;
    border-radius: 20px;
    padding: 0 38.5px 38.5px 40px;
    width: 100%;
    border: 1px solid #CCD7EC;
    box-shadow: 10px 8px 20px 0px rgba(0, 0, 0, 0.05);
}

.plan_wrap .row .title {
    background: #31398B;
    margin: 0 -40px;
    border-radius: 20px 20px 0 0;
    padding: 16px 0;
}

.plan_wrap .row .price.discount {
    display: none;
}

.plan_wrap .row .price {
    margin: 16px 0 8px 0;
    font-size: 52px;
    font-weight: 700;
    line-height: 60px;
    color: #31398B;
}

.plan_wrap .row .subtitle_price {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    color: #31398B;
}

.plan_wrap .row .sbw-stars {
    margin-top: 24px;
}

ul.sw_list {
    margin-top: 40px;
    text-align: left;
}

ul.sw_list li {
    margin-bottom: 16px;
}

ul.sw_list li::before {
    background: url(../images/list-icon2.svg);
    width: 14.615px;
    height: 10px;
    top: 5px;
}

/*Section reviews*/
section.reviews {
    padding: 120px 0 251px 0;
}

.wrap-slide {
    max-width: 753px;
    margin: 0 auto;
}

.wrap-slide .svg-q {
    margin-bottom: 16px;
}

.wrap-slide .text {
    color: #000;
    font-size: 24px;
    font-weight: 400;
    line-height: 36px;
}

.wrap-slide .author {
    color: #000;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    margin-top: 24px;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after,
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    color: #31398B;
}

/*Footer*/
footer {
    background: #31398B;
    padding: 44px 0 33px 0;
}

.footer .row {
    display: flex;
    flex-direction: column;
    margin-bottom: 19px;
}

.footer .row h3 {
    margin-bottom: 18px;
}

.footer .row a {
    color: #FFF;
    margin-bottom: 12px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    display: flex;
    text-decoration-line: underline;
    align-items: center;
    gap: 8px;
}

.footer--1 {
    display: flex;
    gap: 414px;
}

.footer--2 {
    background: #828282;
    height: 0.5px;
}

.footer--3 {
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin-top: 27px;
}

.footer .row a.map:before {
    content: '';
    display: block;
    height: 18px;
    width: 18px;
    background: url(../images/location.svg);
}

.footer .row a.mail:before {
    content: '';
    display: block;
    height: 18px;
    width: 18px;
    background: url(../images/mail.svg);
}

/*popup*/
div#popup {
    background: white;
    padding: 30px;
    max-width: 500px;
    margin: 0 auto;
    text-align: center;
    position: relative;
}

.default {
    background: #f2f7fd;
    padding: 65px 0;
}

/*Mobile*/
@media (max-width: 981px) {
    .main-banner-wrap {
        flex-direction: column-reverse;
        align-items: center;
        text-align: center;
        padding-top: 30px;
    }

    .shopify-button-wrap {
        margin: 0 auto;
    }

    .logos-wrap {
        flex-direction: column;
        gap: 30px
    }

    .logos-wrap .row {
        justify-content: center;
    }

    .section-3-wrap .container {
        padding: 65px 0;
    }

    .section-3-wrap {
        padding: 0 25px;
    }

    .section-3-wrap:nth-child(1):before,
    .section-3-wrap:nth-child(2):before,
    .section-3-wrap:nth-child(3):before,
    .section-3-wrap:nth-child(1):after,
    .section-3-wrap:nth-child(2):after,
    .section-3-wrap:nth-child(3):after {
        display: none;
    }

    .section-3-wrap .container {
        flex-direction: column !important;
        gap: 20px;
        align-items: center;
    }

    section.reviews {
        padding: 55px 0 55px 0;
    }

    .wrap-slide {
        padding: 0 35px;
    }

    .wrap-slide .text {
        font-size: 16px;
        line-height: 24px;
    }

    .wrap-slide .author {
        font-size: 20px;
    }

    .swiper-button-next:after,
    .swiper-button-prev:after {
        font-size: 25px;
    }

    .swiper-button-next,
    .swiper-rtl .swiper-button-prev {
        right: -5px;
    }

    .swiper-button-prev,
    .swiper-rtl .swiper-button-next {
        left: -5px;
    }

    .footer--1 {
        flex-direction: column;
        gap: 20px;
    }
}