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

.text-16,
.btn-custom {
    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 span {
    color: #008060;
    font-size: 16px;
    font-weight: 700;
    line-height: 36px;
}

.btn-custom {
    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;
}

/* navigation */
nav.navbar.navbar-expand-lg.navbar-light.bg-light {
    background-color: #f2f7fd !important;
}


/*SECTION main banner*/

section.main-banner {
    padding-top: 90px;
    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-custom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
}

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

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

.logos-wrap .row-custom .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;
    overflow-x: auto;
    scrollbar-width: none;
}

.plan_wrap .row-custom {
    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);
}

@media screen and (max-width: 768px) and (orientation: portrait) {
  .plan_wrap .row-custom {
    min-width: 300px;
  }
}

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

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

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

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

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

.plan-card-link:hover, .plan-card-link:active {
    color: white;
    box-shadow: 0px 0px 8px grey;
}

.crossed-out-price {
    opacity: 0.5;
    text-decoration: line-through;
    text-decoration-color: white;
    text-decoration-thickness: 2.5px;
}

ul.sw_list {
    margin-top: 40px;
    text-align: left;
    list-style-type: none;
}

ul.sw_list li {
    margin-bottom: 16px;
    letter-spacing: 0.3px;
    line-height: normal;
}

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

.sw_list_excluded::before {
    background: url(../images/list-icon1.svg);
    width: 12px;
    height: 12px;
    top: 5px;
}

.additional_words_pricing {
    margin-top: 45px;
    font-weight: bold;
    font-size: 1.1rem;
}

/*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-custom {
    display: flex;
    flex-direction: column;
    margin-bottom: 19px;
}

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

.footer .row-custom 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;
    justify-content: space-between;
}

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

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

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

.footer .row-custom 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-custom {
        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;
    }
}