@font-face {
    font-family: 'DegularDisplay';
    src: url('../../assets/fonts/DegularDisplay-Regular.woff2') format("woff2");
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: 'DegularDisplay';
    src: url('../../assets/fonts/DegularDisplay-Medium.woff2') format("woff2");
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: 'DegularDisplay';
    src: url('../../assets/fonts/DegularDisplay-Semibold.woff2') format("woff2");
    font-weight: 600;
    font-display: swap;
}

@font-face {
    font-family: 'DM Sans';
    src: url('../../assets/fonts/DMSans-Regular.woff2') format("woff2");
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: 'DM Sans';
    src: url('../../assets/fonts/DMSans-Medium.woff2') format("woff2");
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: 'DM Sans';
    src: url('../../assets/fonts/DMSans-SemiBold.woff2') format("woff2");
    font-weight: 600;
    font-display: swap;
}

body.page-template-landing-smb {
    color: #001940;
    text-align: center;
    font-family: 'DM Sans', sans-serif !important;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.3;
    background: #E6EEFF;
}

.smb-landing .container {
    width: 1438px;
    padding: 0 16px;
    max-width: 100%;
}

.smb-landing .container-fluid {
    margin-left: calc((100% - 1438px) / 2);
    width: 100%;
    padding-right: 0;
}

.smb-landing * {
    font-family: 'DM Sans', sans-serif;
}

h1, h2, h3, h4, h5 {
    font-family: "DegularDisplay", sans-serif !important;
    font-weight: 600;
    margin: 0;
    padding: 0;
    line-height: 1.2;
}

b,
strong {
    font-weight: 600;
}

ul, ol {
    list-style: none;
    padding: 0;
    margin: 0;
}

p {
    margin: 0;
    font-weight: 400;
    font-size: 20px;
}

footer#footer {
    padding-top: 48px;
}

:where(h1, h2, h3, h4, h5, h6, p).title {
    font-size: 44px;
    line-height: 1.5;
    font-weight: 600;
    color: currentColor;
}

.btn {
    border-radius: 56px;
    padding: 12px 24px;
    border: 1px solid #0065FF;
    text-decoration: none;
    transition: 0.2s ease;
    font-size: 20px;
    font-weight: 500;
}

.btn-default {
    color: #fff;
    background-color: #0065FF;
}

.btn-default:visited,
.btn-default:focus,
.btn-default:active,
.btn-default:hover {
    background-color: #0052cc;
    border-color: #0052cc;
    color: #fff;
}

.btn-secondary {
    color: #0065FF;
    background-color: transparent;
}

.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary:hover {
    box-shadow: 0 4px 6px -2px #0052cc;
    color: #0065FF;
}

.btn-small {
    padding: 12px 24px;
    font-size: 20px;
}

.__title {
    font-size: 64px;
    font-weight: 500;
    line-height: 1.2;
}

.__title-main {
    font-size: 64px;
    font-weight: 500;
    line-height: 1.2;
    color: #fff;
    max-width: 742px;
    margin: 0 auto 16px;
}

.__text {
    font-size: 20px;
    line-height: 1.3;
}

.__subtitle {
    position: relative;
    display: inline-block;
    font-size: 28px;
    padding: 0 122px;
}

.__subtitle:before,
.__subtitle:after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 1px;
    width: 112px;
}

.__subtitle:before {
    background-image: linear-gradient(90deg, rgba(0, 25, 64, 0) 0%, #8AB7FF 100%);
    left: 0;
}

.__subtitle:after {
    background-image: linear-gradient(90deg, #8AB7FF 0%, rgba(0, 25, 64, 0) 100%);
    right: 0;
}

.__block {
    position: relative;
    z-index: 2;
}

/*hero section*/
.hero-section {
    padding: 140px 0 0;
    background: #001940;
    background-size: 100% 1080px;
    border-radius: 0 0 44px 44px;
    position: relative;
    margin-bottom: 208px;
}

.hero-section:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 1920px;
    height: 988px;
    background: url('../../images/smb-landing/hero-circle.png') center / cover no-repeat;
    border-radius: 50%;
    filter: blur(150px);
}

.hero-section .__text {
    color: #fff;
    margin: 0 auto 58px;
    max-width: 504px;
}

.hero-section__content {
    position: relative;
    z-index: 2;
}

.hero-section__bg {
    position: absolute;
    top: -190px;
    left: 50%;
    transform: translateX(-50%);
    width: 1500px;
    bottom: 0;
}

.hero-section__bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-section__icon {
    position: absolute;
    border-radius: 50%;
    box-shadow: 0 0 0 17px #DCE9FF1A, inset 0 0 0 17px rgba(230, 238, 255, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-section__icon-1 {
    bottom: 316px;
    left: 108px;
    width: 89px;
    height: 89px;
}

.hero-section__icon-2 {
    top: 102px;
    left: 248px;
    width: 125px;
    height: 125px;
}

.hero-section__icon-3 {
    top: 98px;
    right: 338px;
    width: 89px;
    height: 89px;
}

.hero-section__icon-4 {
    bottom: 344px;
    right: 160px;
    width: 114px;
    height: 114px;
}

.hero-section .__image {
    position: relative;
    display: block;
}

.hero-section .__image img {
    margin-bottom: -168px;
    position: relative;
    z-index: 1;
}

/*know section*/
.know-section {
    padding: 158px 0;
}

.know-section .__title {
    color: #001940;
    margin: 0 auto 64px;
    max-width: 1064px;
}

.know__content {
    display: flex;
    gap: 118px;
}

.know .__content {
    max-width: 478px;
    text-align: left;
}

.know .__headline {
    font-size: 36px;
    font-weight: 500;
    line-height: 1.3;
    margin: 0 0 16px;
    color: #002966;
}

.know .__text {
    line-height: 1.3;
    margin: 0 0 48px;
    color: #002966;
}

.know .__btn-wrapper {
    display: flex;
    gap: 24px;
}

.know .__row {
    display: flex;
    flex-wrap: wrap;
    gap: 24px 22px;
    text-align: left;
}

.know .__item {
    width: calc(50% - 11px);
    padding: 24px;
    border-radius: 30px;
    position: relative;
    overflow: hidden;
}

.know .__item > * {
    position: relative;
    z-index: 1;
}

.know__icon {
    margin-bottom: 95px;
}

.know__text {
    font-size: 20px;
    margin: 0;
}


.know .__item-1,
.know .__item-4 {
    background-color: #2E80FF;
    color: #fff;
}

.know .__item-2,
.know .__item-3 {
    background-color: #fff;
    color: #000;
}

.know .__item-1:before,
.know .__item-2:before,
.know .__item-3:before,
.know .__item-4:before {
    content: '';
    position: absolute;
}

.know .__item-1:before {
    bottom: 0;
    right: 0;
    width: 329px;
    height: 259px;
    background: url('../../images/smb-landing/know-item-1.png') center / cover no-repeat;
}

.know .__item-2:before {
    bottom: 0;
    left: 0;
    width: 295px;
    height: 259px;
    background: url('../../images/smb-landing/know-item-2.png') center / cover no-repeat;
}

.know .__item-3:before {
    top: 0;
    right: 0;
    width: 329px;
    height: 259px;
    background: url('../../images/smb-landing/know-item-3.png') center / cover no-repeat;
}

.know .__item-4:before {
    top: 0;
    left: 0;
    width: 295px;
    height: 259px;
    background: url('../../images/smb-landing/know-item-4.png') center / cover no-repeat;
}

/*solutions section*/
.solutions-section {
    padding: 158px 0 130px;
    border-radius: 44px 44px 0 0;
    background: #001940;
    color: #fff;
    position: relative;
}

.solutions-section:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 1920px;
    height: 579px;
    background: url('../../images/smb-landing/solutions-circle.png') center / cover no-repeat;
}

.solutions .__subtitle {
    margin-bottom: 16px;
}

.solutions .__title {
    margin: 0 auto 64px;
    max-width: 892px;
}

.solutions .__row {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    justify-content: center;
}

.solutions .__item {
    width: 452px;
    padding: 34px 45px;
    border-radius: 29px;
    position: relative;
    /*background: linear-gradient(180deg, #0056D9 0%, #001940 100%);*/
    min-height: 152px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url('../../images/smb-landing/solution-item-bg.png') center / 100% 100% no-repeat;
}

.solutions .__item:before {
    content: '';
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    background: linear-gradient(180deg, #5C9CFF 0%, #001940 100%);
    z-index: -1;
    border-radius: 30px;
}

.solutions .__item h4 {
    font-size: 24px;
    line-height: 1.5;
    margin: 0;
    font-weight: 400;
}

.solutions .__item-1 h4,
.solutions .__item-2 h4,
.solutions .__item-3 h4 {
    font-size: 28px;
}

.solutions .__item-5:after,
.solutions .__item-6:after,
.solutions .__item-7:after {
    content: '';
    position: absolute;
    background: url('../../images/smb-landing/solution-item-circle.svg') center / 100% 100% no-repeat;
    width: 27px;
    height: 27px;
    left: 50%;
    bottom: 100%;
    transform: translate(-50%, 50%);
}

.solutions .__item-wrapper {
    width: 100%;
    margin: 168px 0 140px;
    display: flex;
    justify-content: center;
    position: relative;
}

.solutions .__item-wrapper:before {
    content: '';
    position: absolute;
    top: -153px;
    left: 50%;
    transform: translateX(-50%);
    width: 982px;
    height: 428px;
    background: url('../../images/smb-landing/solutions-arrows.png') center / contain no-repeat;
    z-index: -1;
}

.solutions .__item-main {
    background: #2E80FF;
}

.solutions .__item-main h4 {
    font-size: 36px;
    font-weight: 500;
    line-height: 1.2;
}

/*cta section 1*/
.cta-section-1 {
    background-color: #001940;
}

.cta-section-1 .cta-inner {
    background: linear-gradient(180deg, #E6EEFF 0%, #B8D3FF 100%);
    padding: 90px 72px;
    border-radius: 30px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
    gap: 48px;
}

.cta-section-1 .cta-inner > * {
    position: relative;
    z-index: 1;
}

.cta-section-1 .cta-inner:before,
.cta-section-1 .cta-inner:after {
    content: '';
    position: absolute;
    top: 0;
}

.cta-section-1 .cta-inner:before {
    left: 0;
    background: url('../../images/smb-landing/cta-1-1.png') center / cover no-repeat;
    width: 442px;
    height: 100%;
}

.cta-section-1 .cta-inner:after {
    right: 0;
    background: url('../../images/smb-landing/cta-1-2.png') center / contain no-repeat;
    width: 505px;
    height: 328px;
}

.cta-section-1 .cta-inner > * {
    position: relative;
    z-index: 1;
}

.cta-section-1 .__content {
    max-width: 706px;
    text-align: left;
}

.cta-section-1 .__title {
    font-size: 44px;
    line-height: 1.2;
    margin: 0 0 16px;
    color: #001940;
}

.cta-section-1 .__text {
    font-size: 20px;
    margin: 0;
    color: #001940;
}

/*analytics section*/
.analytics-section {
    padding: 156px 0;
    background: #001940;
    color: #fff;
    position: relative;
    border-radius: 0 0 44px 44px;
}

.analytics-section:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 1920px;
    height: 772px;
    background: url('../../images/smb-landing/analytics-circle.png') center / cover no-repeat;
}

.analytics .__subtitle {
    margin-bottom: 16px;
}

.analytics .__title {
    max-width: 1064px;
    margin: 0 auto 64px;
}

.analytics .__row {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}

.analytics .__item {
    padding: 24px;
    border-radius: 30px;
    background-color: #fff;
    color: #001940;
    text-align: left;
    position: relative;
    overflow: hidden;
}

.analytics .__item > * {
    position: relative;
    z-index: 1;
}

.analytics .__item-main {
    padding: 34px 52px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.analytics .__item-main .__image {
    max-width: 683px;
    margin-right: -52px;
    margin-bottom: -34px;
}

.analytics .__item-main .__content {
    max-width: 574px;
}

.analytics .__item-main p + p {
    margin-top: 16px;
}

.analytics .__item-main .__link {
    font-size: 20px;
    color: #0165FF;
}

.analytics .__item-main .btn {
    font-size: 20px;
    margin-top: 42px;
}

.analytics .__item-small {
    background-color: #E6EEFF;
    width: calc(33.33% - 16px);
}

.analytics .__item-small .icon {
    margin-bottom: 48px;
}

.analytics .__item-small .analytics__icon {
    margin-bottom: 48px;
}

.analytics .__item-small .analytics__text {
    height: 72px;
    display: flex;
    align-items: center;
}

.analytics .__item-small-1:before,
.analytics .__item-small-2:before,
.analytics .__item-small-3:before,
.analytics .__item-half-1:before,
.analytics .__item-half-2:before {
    content: '';
    position: absolute;
    bottom: 0;
}

.analytics .__item-small-1:before {
    left: 0;
    width: 337px;
    height: 229px;
    background: url('../../images/smb-landing/analytics-small-1.png') center / cover no-repeat;
}

.analytics .__item-small-2:before {
    right: 0;
    width: 333px;
    height: 229px;
    background: url('../../images/smb-landing/analytics-small-2.png') center / cover no-repeat;
}

.analytics .__item-small-3:before {
    left: 0;
    width: 333px;
    height: 229px;
    background: url('../../images/smb-landing/analytics-small-3.png') center / cover no-repeat;
}

.analytics .__item-half {
    display: flex;
    align-items: center;
    gap: 24px;
    width: calc(50% - 12px);
}

.analytics .__item-half-1:before {
    left: 0;
    width: 337px;
    height: 229px;
    background: url('../../images/smb-landing/analytics-half-1.png') center / cover no-repeat;
}

.analytics .__item-half-2:before {
    right: 0;
    width: 431px;
    height: 189px;
    background: url('../../images/smb-landing/analytics-half-2.png') center / cover no-repeat;
}

/*offers-section*/
.offers-section {
    padding: 156px 0;
    background: #fff;
}

.offers__headline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 32px;
}

.offers__navs {
    display: flex;
    gap: 24px;
    justify-content: center;
    align-items: center;
}

.offers__nav {
    width: 48px;
    height: 48px;
    font-size: 0;
    border-radius: 50%;
    background-color: #E6EEFF;
    padding: 0;
    background-position: center center;
    background-repeat: no-repeat;
    margin: 0;
    transition: 0.2s ease;
    box-shadow: none !important;
    cursor: pointer;
}

.offers__nav:hover {
    background-color: #c8d0ea;
}

.offers__nav-prev {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='25' viewBox='0 0 24 25' fill='none'%3E%3Cpath d='M19 12.5L5 12.5M5 12.5L12 19.5M5 12.5L12 5.5' stroke='%230065FF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.offers__nav-next {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='25' viewBox='0 0 24 25' fill='none'%3E%3Cpath d='M5 12.5H19M19 12.5L12 5.5M19 12.5L12 19.5' stroke='%230065FF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.offers__slider {
    margin-bottom: 32px;
}

.offers__slider .__item {
    border-radius: 30px;
    background-color: #E6EEFF;
    padding: 24px 24px 24px 56px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 112px;
    margin: 0 12px;
    text-align: left;
}

.offers__slider .__item > * {
    position: relative;
    z-index: 1;
}

.offers__slider .__item:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 327px;
    height: 449px;
    background: url('../../images/smb-landing/offers-bg.png') center / cover no-repeat;
}

.offers__slider .__content {
    max-width: 454px;
}

.offers__slider .__num {
    font-size: 20px;
    color: #0165FF;
    line-height: 1.2;
    margin-bottom: 8px;
}

.offers__slider .__title {
    font-size: 36px;
    font-weight: 500;
    color: #001940;
    line-height: 1.2;
    margin: 0 0 8px;
}

.offers__slider .__image {
    border-radius: 14px;
    overflow: hidden;
}

.offers__pagination .slick-dots {
    display: flex;
    align-items: center;
    gap: 6px;
}

.offers__pagination .slick-dots button {
    font-size: 0;
    padding: 0;
    margin: 0;
    width: 16px;
    height: 16px;
    background: #0165FF4D;
    box-shadow: none !important;
    border-radius: 50%;
}

.offers__pagination .slick-dots .slick-active button {
    background-color: #0165FF;
}

.offers-section .__btn-wrapper.mobile {
    display: none;
}

/*clients-section*/
.clients-section {
    background-color: #fff;
    padding-bottom: 156px;
    border-radius: 0 0 44px 44px
}

.clients-section .__subtitle {
    color: #0065FF;
}

.clients-section .__title {
    max-width: 1064px;
    margin: 0 auto 17px;
}

.clients-section .__text {
    max-width: 1064px;
    margin: 0 auto 64px;
}

.clients {
    box-shadow: none;
}

.clients .__row {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}

.clients .__item {
    width: calc(33.33% - 16px);
    border-radius: 30px;
    overflow: hidden;
    position: relative;
    background-color: #E6EEFF;
    text-align: left;
    min-height: 394px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.clients .__item > * {
    position: relative;
    z-index: 1;
}

.clients .__item-1:before,
.clients .__item-6:before {
    content: '';
    position: absolute;
    right: 0;
}

.clients .__item-1:before {
    top: 0;
    width: 425px;
    height: 300px;
    background: url('../../images/smb-landing/clients-bg-1.png') center / cover no-repeat;
}

.clients .__item-6:before {
    bottom: 0;
    width: 425px;
    height: 336px;
    background: url('../../images/smb-landing/clients-bg-2.png') center / cover no-repeat;
}

.clients .__headline {
    font-size: 36px;
    font-weight: 500;
    line-height: 1.2;
    padding: 0 70px;
    margin: 0;
}

.clients .__item-image {
    display: flex;
    justify-content: flex-end;
}

.clients .__item-image .__image {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.clients .__item-image .__text {
    margin: 18px 24px;
    padding: 24px 16px;
    border-radius: 14px;
    background-color: #fff;
}

.clients .__item-6 {
    text-align: center;
}

.clients .__item-6 .__text {
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 24px;
}

/*soft-section*/
.soft-section {
    padding: 156px 0 66px;
    position: relative;
}

.soft .__subtitle {
    color: #0065FF;
}

.soft .__title {
    margin: 0 auto 64px;
}

.__table-wrapper {
    padding: 1px;
    border-radius: 31px;
    background:  linear-gradient(180deg, #B8D3FF 0%, #E6EEFF 100%);
}

.__table {
    padding: 16px;
    border-radius: 30px;
    background-color: #E6EEFF;
}

.__table-row {
    display: flex;
    gap: 0 60px;
    border-radius: 10px;
    padding: 32px;
}

.__table-row:first-child {
    padding: 36px 32px;
}

.__table-row:nth-child(2n) {
    background-color: #DFE9FF;
}

.__table-cell {
    width: 20%;
    font-size: 20px;
}

.__table-cell:first-child {
    flex: 1;
    text-align: left;
}

.__table-cell span {
    font-size: 20px;
    font-weight: 700;
}

.__table .yes,
.__table .no {
    font-weight: 700;
    position: relative;
    padding-left: 20px;
}

.__table .yes {
    padding-left: 20px;
}

.__table .yes:before,
.__table .no:before {
    border-radius: 4px;
    overflow: hidden;
    font-size: 14px;
    left: 0;
    bottom: 4px;
}

.__table .yes:before {
    content: '✅';
    position: absolute;
}
.__table .no:before {
    content: '❌';
    position: absolute;
    font-size: 13px;
}

.__table-head h5 {
    font-size: 30px;
    font-weight: 500;
    margin: 0;
}

/*cta-section-2*/
.cta-section-2 .cta-inner {
    padding: 84px 72px;
    background: linear-gradient(180deg, #001940 0%, #0056D9 100%);
    color: #fff;
    position: relative;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
}

.cta-section-2 .cta-inner > * {
    position: relative;
    z-index: 1;
}

.cta-section-2 .cta-inner:before,
.cta-section-2 .cta-inner:after {
    content: '';
    position: absolute;
    height: 328px;
}

.cta-section-2 .cta-inner:before {
    width: 442px;
    bottom: 0;
    left: 0;
    background: url('../../images/smb-landing/cta-2-1.png') center / contain no-repeat;
}

.cta-section-2 .cta-inner:after {
    width: 506px;
    right: 0;
    top: 0;
    background: url('../../images/smb-landing/cta-2-2.png') center / contain no-repeat;
}

.cta-section-2 .__title {
    font-size: 44px;
    font-weight: 500;
    line-height: 1.2;
    margin: 0;
    color: #fff;
    text-align: left;
    max-width: 706px;
}

/*features-section*/
.features-section {
    padding: 200px 0 180px;
    position: relative;
}

.features-section__bg {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 1920px;
}

.features-section__bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.features {
    background-color: transparent;
    padding: 0;
}

.features .__title {
    max-width: 1190px;
    margin: 0 auto 64px;
    text-align: center;
}

.features .__row {
    display: flex;
    gap: 24px;
    margin-bottom: 64px;
}

.features .__item {
    border-radius: 24px;
    background-color: #fff;
    padding: 60px 16px 24px;
    position: relative;
    width: 20%;
    min-height: 222px;
    height: 100%;
}

.features .__item:nth-child(2n) {
    margin-top: 85px;
}

.features__icon {
    position: absolute;
    left: 8px;
    top: -45px;
}

.features .__headline {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.2;
    margin: 0 0 8px;
}

.features .__btn-wrapper {
    text-align: center;
}

/*strengths-section*/
.strengths-section {
    padding: 138px 0 0;
    background: #001940;
    color: #fff;
    position: relative;
    border-radius: 44px;
    margin-bottom: 156px;
}

.strengths-section:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 1920px;
    height: 472px;
    background: url('../../images/smb-landing/strengths-bg.png') center / contain no-repeat;
}

.strengths .__subtitle:before,
.strengths .__subtitle:after {
    display: none;
}

.strengths .__title {
    margin: 0 auto 16px;
    max-width: 1215px;
}

.strengths .__text-main {
    margin: 0 auto 48px;
    max-width: 1215px;
    padding-bottom: 32px;
    position: relative;
}

.strengths .__text-main:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 992px;
    height: 1px;
    background: linear-gradient(90deg, rgba(138, 183, 255, 0) 0%, rgba(138, 183, 255, 0.5) 50%, rgba(138, 183, 255, 0) 100%);
}

.strengths__slider {
    max-width: 888px;
    margin: 0 auto 144px;
    background: #FFFFFF1A;
    border-radius: 24px;
}

.strengths .__item {
    margin: 20px;
    border-radius: 16px;
    background-color: #E6EEFF;
    height: 440px;
    font-family: 'DM Sans', sans-serif;
    color: #001940;
    overflow: hidden;
}

.strengths .__item > * {
    position: relative;
    z-index: 1;
}

.strengths__slider .__headline {
    font-size: 28px;
    font-weight: 700;
    margin: 0 auto 27px;
    font-family: 'DM Sans', sans-serif;
}

.strengths__slider .__text {
    font-size: 26px;
    line-height: 1.5;
    font-weight: 400;
    margin: 0 auto;
    text-align: center;
    font-family: 'DM Sans', sans-serif !important;
}

.strengths .__item-1 {
    padding-top: 40px;
}

.strengths .__item-1:before,
.strengths .__item-1:after {
    content: '';
    position: absolute;
}

.strengths .__item-1:before {
    width: 439px;
    height: 310px;
    background: url('../../images/smb-landing/strengths-bg-1-1.png') center / contain no-repeat;
    left: 0;
    bottom: 0;
}

.strengths .__item-1:after {
    width: 216px;
    height: 348px;
    background: url('../../images/smb-landing/strengths-bg-1-2.png') center / contain no-repeat;
    top: 34px;
    right: 0;
}

.strengths .__item-1 .__text {
    max-width: 515px;
    margin: 0 auto 52px;
}

.strengths .__image-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

.strengths .__item-2 {
    padding-top: 48px;
}

.strengths .__item-2 .__text {
    max-width: 520px;
    margin: 0 auto 24px;
}

.strengths .__item-3 {
    padding-top: 48px;
}

.strengths .__item-3 .__text {
    max-width: 454px;
    margin: 0 auto 20px;
}

.strengths .__item-4:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(183.92deg, rgba(0, 0, 0, 0) 3.21%, rgba(0, 0, 0, 0.7) 81.33%);
    z-index: 2;
}

.strengths .__item-4 .__headline {
    color: #fff;
    font-size: 36px;
    font-weight: 500;
    position: absolute;
    left: 56px;
    bottom: 48px;
    max-width: 500px;
    text-align: left;
    z-index: 2;
    margin: 0;
}

.strengths .__item-5 {
    padding-top: 48px;
}

.strengths .__item-5:before {
    content: '';
    position: absolute;
    width: 348px;
    height: 338px;
    background: url('../../images/smb-landing/strengths-bg-5-1.png') center / contain no-repeat;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.strengths .__item-5 .__text {
    max-width: 495px;
    margin: 0 auto 25px;
}

.strengths__slider .slick-arrow {
    position: absolute;
    transform: translateX(-50%);
    top: calc(100% + 24px);
    width: 48px;
    height: 48px;
    font-size: 0;
    border-radius: 50%;
    background-color: #0047B3;
    padding: 0;
    background-position: center center;
    background-repeat: no-repeat;
    margin: 0;
    transition: 0.2s ease;
    box-shadow: none !important;
}

.strengths__slider .slick-arrow:hover {
    background-color: #0052cc;
}

.strengths__slider .slick-prev {
    left: calc(50% - 36px);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 12L5 12M5 12L12 19M5 12L12 5' stroke='%23E6EEFF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.strengths__slider .slick-next {
    left: calc(50% + 36px);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5 12H19M19 12L12 5M19 12L12 19' stroke='%23E6EEFF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.strengths__slider .slick-dots {
    position: absolute;
    bottom: 36px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 6px;
}

.strengths__slider .slick-dots button {
    font-size: 0;
    padding: 0;
    margin: 0;
    width: 8px;
    height: 8px;
    background: #0165FF4D;
    box-shadow: none !important;
}

.strengths__slider .slick-dots .slick-active button {
    background-color: #0165FF;
}

.bonus {
    margin-bottom: -156px;
    border-radius: 31px;
    background: linear-gradient(180deg, #5C9CFF 0%, rgba(0, 86, 217, 0) 100%);
    padding: 1px;
}

.bonus-inner {
    border-radius: 30px;
    padding: 70px 72px;
    position: relative;
    background: linear-gradient(180deg, #001940 0%, #0056D9 100%);
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.bonus-inner > * {
    position: relative;
    z-index: 1;
}

.bonus-inner:before,
.bonus-inner:after {
    content: '';
    position: absolute;
}

.bonus-inner:before {
    left: 0;
    bottom: 0;
    width: 442px;
    height: 328px;
    background: url('../../images/smb-landing/bonus-1.png') center / contain no-repeat;
}

.bonus-inner:after {
    right: 0;
    top: 0;
    width: 565px;
    height: 328px;
    background: url('../../images/smb-landing/bonus-2.png') center / contain no-repeat;
}

.bonus .__content {
    max-width: 662px;
    text-align: left;
    color: #fff;
}

.bonus .__title {
    font-size: 36px;
    font-weight: 600;
    margin: 0 0 16px;
}

.bonus .__text {
    margin: 0 0 16px;
    line-height: 1.5;
}

/*programs-section*/
.programs-section {
    padding: 156px 0 64px;
}

.programs-section .__title {
    margin: 0 auto 64px;
}

.programs-section .__row {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}

.programs-section .__item {
    height: 394px;
    width: calc(33.33% - 16px);
    background-color: #fff;
    border-radius: 22px;
    position: relative;
    overflow: hidden;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.programs-section .__headline {
    font-size: 28px;
    line-height: 1.4;
    font-weight: 400;
    padding: 0 30px;
}

.programs-section .__item > * {
    position: relative;
    z-index: 1;
}

.programs-section .programs__image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.programs__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.programs-section .__item-1:before,
.programs-section .__item-3:before,
.programs-section .__item-5:before {
    content: '';
    position: absolute;
}

.programs-section .__item-1:before {
    top: 0;
    left: 0;
    width: 270px;
    height: 279px;
    background: url('../../images/smb-landing/program-1.png') center / cover no-repeat;
}

.programs-section .__item-3:before {
    bottom: 0;
    left: 0;
    width: 279px;
    height: 291px;
    background: url('../../images/smb-landing/program-3.png') center / cover no-repeat;
}

.programs-section .__item-5:before {
    top: 0;
    right: 0;
    width: 255px;
    height: 243px;
    background: url('../../images/smb-landing/program-5.png') center / cover no-repeat;
}

/*cta-section-3*/
.cta-section-3 .cta-wrapper {
    padding: 1px;
    border-radius: 31px;
    background: linear-gradient(180deg, #5C9CFF 0%, rgba(0, 86, 217, 0) 100%);
    height: 328px;
    overflow: hidden;
}

.cta-section-3 .cta-inner {
    border-radius: 30px;
    background: linear-gradient(180deg, #001940 0%, #0056D9 100%);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 72px;
    overflow: hidden;
    height: 100%;
    position: relative;
}

.cta-section-3 .cta-inner > * {
    position: relative;
    z-index: 1;
}

.cta-section-3 .cta-inner:before,
.cta-section-3 .cta-inner:after {
    content: '';
    position: absolute;
    height: 328px;
    top: 0;
}

.cta-section-3 .cta-inner:before {
    left: 0;
    width: 442px;
    background: url('../../images/smb-landing/cta-3-1.png') center / contain no-repeat;
}

.cta-section-3 .cta-inner:after {
    right: 0;
    width: 506px;
    background: url('../../images/smb-landing/cta-3-2.png') center / contain no-repeat;
}

.cta-section-3 .__content {
    max-width: 706px;
    text-align: left;
    color: #fff;
}

.cta-section-3 .__title {
    margin-bottom: 16px;
    font-size: 44px;
    font-weight: 500;
}

/*reviews-section*/
.reviews-section {
    padding: 162px 0 100px;
    position: relative;
}

.reviews .__title {
    margin: 0 auto 64px;
}

.reviews .__row {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}

.reviews .__item {
    width: calc(33.33% - 16px);
    border-radius: 24px;
    background-color: #EEF3FF;
    position: relative;
    overflow: hidden;
}

.reviews__text {
    height: 252px;
    border-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    line-height: 1.5;
    padding: 24px;
    background-color: #fff;
}

.reviews__author {
    display: flex;
    align-items: center;
    padding: 35px 24px 24px;
    gap: 16px;
    text-align: left;
    font-size: 20px;
    font-weight: 500;
}

.reviews__avatar {
    width: 59px;
    min-width: 59px;
    height: 59px;
    border-radius: 50%;
    overflow: hidden;
}

.reviews .__btn-wrapper {
    margin-top: 64px;
}

/*plans-section*/
.plans-section-wrapper {
    background: linear-gradient(180deg, #e6eeff 0%, #e6eeff 50%, #171726 51%, #171726 100%);
}

.plans-section {
    padding: 156px 0;
    background: #001940;
    color: #fff;
    position: relative;
    border-radius: 48px;
    overflow: hidden;
}

.plans-section:before,
.plans-section:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.plans-section:before {
    width: 1657px;
    height: 738px;
    background: url('../../images/smb-landing/plans-bg-1.png') center / cover no-repeat;
}

.plans-section:after {
    width: 1920px;
    height: 660px;
    background: url('../../images/smb-landing/plans-bg-2.png') center / cover no-repeat;
}

.plans {
    position: relative;
    z-index: 1;
}

.plans .__title {
    margin-bottom: 16px;
}

.plans .__text {
    margin-bottom: 64px;
}

.plans .__row {
    display: flex;
    gap: 24px;
    margin-bottom: 64px;
}

.plans .__item {
    border-radius: 30px;
    padding: 1px;
    width: calc(25% - 18px);
    background: url('../../images/smb-landing/plans-item-bg.png') center / 100% 100% no-repeat;
}

.plans .__item-inner {
    height: 152px;
    border-radius: 30px;
    /*background: linear-gradient(180deg, #0056D9 0%, rgba(0, 25, 64, 0) 100%);*/
    padding: 45px 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.strengths-section__line {
    position: absolute;
    top: 610px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}

.strengths-section__line .items-wrap {
    position: relative;
    display: flex;
    overflow: hidden;
    user-select: none;
    gap: 160px;
}

.strengths-section__line .items {
    flex-shrink: 0;
    display: flex;
    gap: 20px;
    justify-content: space-around;
    min-width: 100%;
}

.strengths-section__line .item {
    font-size: 180px;
    font-weight: 700;
    font-family: 'DegularDisplay', sans-serif;
    color: #002866;
}

.marquee {
    animation: scroll 30s linear infinite;
}
.reverce {
    animation-direction: reverse;
}

@keyframes scroll {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(calc(-100% - 160px));
    }
}

@media (max-width: 1740px) {
    .hero-section__icon-1,
    .hero-section__icon-4 {
        bottom: 610px;
    }

    .hero-section__icon-2,
    .hero-section__icon-3 {
        top: 60px;
    }
}

@media (max-width: 1400px) {
    .smb-landing .container-fluid {
        margin-left: auto;
        padding-right: 16px;
    }

    .offers__headline {
        justify-content: center;
        margin-bottom: 24px;
    }

    .offers__navs,
    .offers-section .__btn-wrapper.desktop {
        display: none;
    }

    .offers-section .__btn-wrapper.mobile {
        display: flex;
        justify-content: center;
    }

    .offers__slider {
        display: flex;
        flex-direction: column;
        gap: 8px;
    }

    .offers__slider .__item {
        margin: 0;
    }

    .solutions .__item {
        width: calc(33.33% - 16px);
    }

    .solutions .__item-wrapper {
        margin: 138px 0 120px;
    }

    .solutions .__item-wrapper:before {
        width: 70%;
    }

    .solutions-section:before {
        height: 370px;
    }
}

@media (max-width: 1200px) {
    .__title-main {
        font-size: 32px !important;
    }

    .__title {
        font-size: 28px !important;
    }

    .__text {
        font-size: 18px;
    }

    .__subtitle {
        font-size: 15px;
        padding: 0 76px;
    }

    .__subtitle:before,
    .__subtitle:after {
        width: 66px;
    }

    .hero-section {
        border-radius: 0 0 8px 8px;
        margin-bottom: 48px;
        margin-top: 46px;
    }

    .hero-section .__text {
        font-size: 15px;
        margin-bottom: 94px;
    }

    .hero-section .__image {
        max-width: 480px;
        margin: 0 auto;
    }

    .hero-section .__image img {
        margin-bottom: -48px;
    }

    .hero-section__icon-1 {
        bottom: 198px;
        left: 48px;
    }

    .hero-section__icon-2 {
        top: 54px;
        left: 84px;
    }

    .hero-section__icon-3 {
        top: 48px;
        right: 48px;
    }

    .hero-section__icon-4 {
        bottom: 192px;
        right: 70px;
    }

    .know-section {
        padding: 56px 0;
    }

    .know-section .__title {
        max-width: 478px;
        margin: 0 auto 16px;
        text-align: left;
    }

    .know__content {
        flex-direction: column;
    }

    .know .__content {
        margin: 0 auto;
    }

    .know .__headline {
        font-size: 18px;
        margin-bottom: 18px;
    }

    .know .__text {
        font-size: 15px;
        margin-bottom: 24px;
    }

    .solutions-section {
        border-radius: 0;
        padding: 56px 0;
    }

    .solutions .__title {
        margin-bottom: 24px;
    }

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

    .solutions .__item {
        border-radius: 24px;
        min-height: 56px;
        padding: 16px;
        background: linear-gradient(180deg,#0056d9 0%,#001940 86%);
    }

    .solutions .__item:before {
        border-radius: 24px;
        background: linear-gradient(180deg, #5C9CFF 0%, #001940 100%);
    }

    .solutions .__item h4 {
        font-size: 16px;
    }

    .solutions .__item h4 br {
        display: none;
    }

    .solutions .__item-1 h4,
    .solutions .__item-2 h4,
    .solutions .__item-3 h4 {
        font-size: 16px;
    }

    .solutions .__item-5:after,
    .solutions .__item-6:after,
    .solutions .__item-7:after {
        display: none;
    }

    .solutions .__item-wrapper {
        margin: 56px 0;
    }

    .solutions .__item-wrapper:before,
    .solutions .__item-wrapper:after {
        content: '';
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        width: 27px;
        height: 59px;
        background: url('../../images/smb-landing/solutions-arrows-m.png') center / contain no-repeat;
        z-index: -1;
    }

    .solutions .__item-wrapper:before {
        bottom: calc(100% + 16px);
        top: auto;
    }

    .solutions .__item-wrapper:after {
        top: calc(100% + 4px);
    }

    .solutions .__item-main {
        background: #2e80ff;
        min-height: 82px;
    }

    .cta-section-1 .cta-inner {
        padding: 48px 24px;
    }

    .cta-section-1 .cta-inner:before {
        background: url('../../images/smb-landing/cta-1-1-m.png') center / cover no-repeat;
        left: auto;
        top: auto;
        right: 0;
        bottom: 0;
        width: 327px;
        height: 284px;
    }

    .cta-section-1 .cta-inner:after {
        display: none;
    }

    .cta-section-1 .__title {
        font-size: 24px !important;
        margin-bottom: 16px;
    }

    .cta-section-2 .__title {
        font-size: 24px !important;
    }

    .analytics-section {
        padding: 56px 0 32px;
        position: relative;
        border-radius: 0 0 8px 8px
    }

    .analytics .__title {
        margin-bottom: 60px;
    }

    .analytics .__row {
        flex-direction: column;
        gap: 8px;
    }

    .analytics .__item {
        width: 100%;
    }

    .analytics .__item-main {
        gap: 32px;
        margin-bottom: 48px;
    }

    .analytics .__item-main .__content {
        max-width: 60%;
    }

    .analytics .__item-main .__link,
    .analytics .__item-main .__content p {
        font-size: 15px;
    }

    .analytics .__item-main .btn {
        margin-top: 16px;
    }

    .analytics .__item-small-3 {
        margin-bottom: 48px;
    }

    .offers__slider .__title {
        font-size: 28px;
        margin-bottom: 8px;
    }

    .offers__slider .__text {
        font-size: 15px;
    }

    .offers-section {
        padding: 62px 0 56px;
    }

    .clients-section .__text {
        font-size: 15px;
        margin-bottom: 56px;
    }

    .clients .__item {
        width: calc(50% - 12px);
        border-radius: 24px;
    }

    .clients .__headline {
        font-size: 24px;
        padding: 0 16px;
    }

    .clients-section {
        padding: 0 0 56px;
        border-radius: 0 0 8px 8px;
    }

    .clients .__item-6 .__text {
        font-size: 15px;
    }

    .soft-section {
        padding: 56px 0;
    }

    .soft .__title {
        margin-bottom: 24px;
    }

    .__table-cell {
        font-size: 14px;
    }

    .__table-head h5 {
        font-size: 16px;
    }

    .__table-cell span {
        font-size: 14px;
        font-weight: 500;
    }

    .__table .yes:before, .__table .no:before {
        bottom: 1px;
    }

    .cta-section-2 .cta-inner {
        gap: 24px;
        padding: 56px 24px;
    }

    .cta-section-2 .cta-inner:before {
        display: none;
    }

    .cta-section-2 .cta-inner:after {
        background: url('../../images/smb-landing/cta-2-1-m.png') center / contain no-repeat;
        right: 0;
        bottom: 0;
        top: auto;
        width: 237px;
        height: 306px;
    }

    .cta-section-2 .__title {
        font-size: 24px;
    }

    .features-section {
        padding: 56px 0;
    }

    .features .__title {
        margin-bottom: 60px;
    }

    .features .__item:nth-child(2n) {
        margin-top: 0;
    }

    .features .__headline {
        font-size: 24px;
        margin-bottom: 8px;
    }

    .strengths-section {
        padding: 56px 0;
        border-radius: 24px;
        margin-bottom: 96px;
    }

    .strengths-section__line {
        display: none;
    }

    .strengths .__text-main {
        font-size: 15px;
        margin-bottom: 24px;
        padding-bottom: 24px;
    }

    .strengths .__text-main b {
        font-weight: 400;
    }

    .strengths .__text-main:after {
        width: 100%;
    }

    .strengths .__item-1,
    .strengths .__item-2,
    .strengths .__item-3,
    .strengths .__item-5 {
        padding-top: 24px;
    }

    .strengths__slider .__headline {
        font-size: 18px;
        margin-bottom: 8px;
    }

    .strengths .__item {
        height: 360px;
        display: flex;
        flex-direction: column;
    }

    .strengths .__item-1 .__text {
        font-size: 15px;
        margin: 0 16px 24px;
        max-width: 100%;
    }

    .strengths .__item-1 .strengths__image {
        width: 80%;
    }

    .strengths .__item-2 .__text,
    .strengths .__item-3 .__text,
    .strengths .__item-5 .__text {
        font-size: 16px;
        font-weight: 700;
        max-width: 100%;
        margin: 0 16px 24px;
    }

    .strengths .__item-2 .__image-wrapper,
    .strengths .__item-3 .__image-wrapper,
    .strengths .__item-5 .__image-wrapper {
        margin-top: auto;
    }

    .strengths .__item-1:before {
        width: 186px;
        height: 130px;
    }

    .strengths .__item-1:after {
        width: 104px;
        height: 168px;
        top: 0;
    }

    .strengths .__item-4 .__headline {
        font-size: 16px;
        left: 24px;
        bottom: 48px;
        font-weight: 500;
        max-width: 235px;
    }

    .bonus .__title {
        font-size: 24px;
        margin-bottom: 16px;
    }

    .bonus .__text {
        font-size: 15px;
        margin-bottom: 16px;
    }

    .bonus-inner:after {
        display: none;
    }

    .bonus-inner {
        padding: 24px 16px;
    }

    .bonus-image {
        display: none !important;
    }

    .programs-section {
        padding: 56px 0 16px;
    }

    .programs-section .__title {
        margin-bottom: 16px;
    }

    .programs-section .__headline {
        font-size: 20px;
        line-height: 1.4;
        font-weight: 400;
        padding: 0 24px;
    }

    .cta-section-3 .cta-inner {
        gap: 24px;
        padding: 56px 16px;
        border-radius: 24px
    }

    .cta-section-3 .__title {
        font-size: 28px;
        margin-bottom: 24px;
    }

    .cta-section-3 .__text {
        font-size: 15px;
    }

    .cta-section-3 .cta-wrapper {
        border-radius: 25px;
    }

    .reviews-section {
        padding: 56px 0;
    }

    .reviews .__title {
        margin-bottom: 24px;
    }

    .reviews__text {
        font-size: 18px;
    }

    .reviews__author {
        font-size: 12px;
        padding: 8px 16px;
    }

    .reviews .__btn-wrapper {
        margin-top: 24px;
    }

    .plans-section {
        padding: 56px 0;
        border-radius: 24px 24px 0 0;
    }

    .plans .__item-inner {
        padding: 16px;
        font-size: 24px;
        line-height: 1.5;
    }

    .plans .__item {
        border-radius: 24px;
    }

    .plans .__item-inner br {
        display: none;
    }

    .plans .__title {
        font-size: 28px !important;
    }

    .plans .__text {
        margin-bottom: 32px;
        font-size: 15px;
    }
}

@media (max-width: 992px) {
    .features .__title {
        margin-bottom: 22px;
    }

    .features .__row {
        flex-wrap: nowrap;
        gap: 8px;
        overflow: auto;
        margin: 0 -16px 12px;
        padding: 38px 16px 12px;
    }

    .features .__item {
        width: 268px;
        min-width: 268px;
        min-height: 222px;
    }

    .programs-section .__row {
        flex-wrap: nowrap;
        gap: 8px;
        overflow: auto;
        margin: 0 -16px 12px;
        padding: 0 16px;
    }

    .programs-section .__item {
        width: 260px;
        min-width: 260px;
        height: 248px;
        border-radius: 22px;
    }

    .programs-section .__item-1:before,
    .programs-section .__item-3:before,
    .programs-section .__item-5:before {
        display: none;
    }

    .cta-section-3 .cta-inner {
        flex-direction: column;
        align-items: flex-start;
        height: auto;
    }

    .cta-section-3 .cta-inner:before {
        display: none;
    }

    .cta-section-3 .cta-inner:after {
        top: auto;
        bottom: 0;
        width: 237px;
        height: 300px;
        background: url('../../images/smb-landing/cta-3-1-m.png') center / cover no-repeat;
    }

    .cta-section-3 .cta-wrapper {
        height: auto;
    }

    .reviews__avatar {
        width: 32px;
        height: 32px;
        min-width: 32px;
    }

    .reviews__footer {
        font-size: 12px;
    }

    .reviews .__row {
        flex-wrap: nowrap;
        gap: 8px;
        overflow: auto;
        margin: 0 -16px 12px;
        padding: 0 16px;
    }

    .reviews .__item {
        width: 300px;
        min-width: 300px
    }

    .plans-section:before {
        display: none;
    }

    .plans .__row {
        flex-direction: column;
        margin-bottom: 32px;
    }

    .plans .__item {
        width: 100%;
        position: relative;
        padding: 1px;
        z-index: 1;
        background: url('../../images/smb-landing/plans-item-bg-m.png') center / cover no-repeat;
    }

    .plans .__item:before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: linear-gradient(180deg, #5C9CFF 0%, rgba(0, 86, 217, 0) 100%);
        border-radius: 16px;
    }

    .plans .__item-inner {
        height: auto;
        background: linear-gradient(180deg, #0056d9 0%, #00194050 100%);
        /*background: url('../../images/smb-landing/plans-item-bg-m.png') center / 100% 100% no-repeat;*/
        border-radius: 16px;
        position: relative;
        font-family: "DegularDisplay",sans-serif !important;
    }
}

@media (max-width: 768px) {
    body.page-template-landing-smb .shiftnav-wrap {
        padding-top: 60px !important;
    }

    .hero-section {
        margin-top: 0;
        padding-top: 124px;
    }

    .hero-section:before {
        width: 375px;
        height: 419px;
        background: url('../../images/smb-landing/hero-circle-m.png') center / cover no-repeat;
        bottom: -48px;
        filter: blur(50px);
    }

    .hero-section__bg {
        width: 100%;
        height: 100%;
        top: 0;
    }

    .hero-section .__image {
        max-width: 364px;
    }

    .hero-section__icon-1 {
        width: 46px;
        height: 46px;
        box-shadow: 0 0 0 6px #DCE9FF1A,inset 0 0 0 6px rgba(230,238,255,.2)
    }

    .hero-section__icon-2 {
        width: 42px;
        height: 42px;
        box-shadow: 0 0 0 6px #DCE9FF1A,inset 0 0 0 6px rgba(230,238,255,.2)
    }

    .hero-section__icon-3 {
        width: 68px;
        height: 68px;
        box-shadow: 0 0 0 9px #DCE9FF1A, inset 0 0 0 11px rgba(230, 238, 255, .2);
        transform: rotate(-16deg);
        right: 18px;
    }

    .hero-section__icon-4 {
        width: 62px;
        height: 62px;
        box-shadow: 0 0 0 7px #DCE9FF1A,inset 0 0 0 7px rgba(230,238,255,.2);
        transform: rotate(20deg);
        right: 24px;
    }

    .know__content {
        gap: 32px;
    }

    .solutions-section:before {
        width: 100%;
        height: 216px;
        background: url('../../images/smb-landing/solutions-circle-m.png') center / cover no-repeat;
    }

    .cta-section-1 .cta-inner {
        padding: 48px 16px;
        border-radius: 24px;
        flex-direction: column;
        align-items: center;
    }

    .cta-section-1 .__content {
        text-align: center;
    }

    .cta-section-1 .__text {
        font-size: 15px;
    }

    .analytics .__item {
        padding: 24px;
        border-radius: 24px;
    }

    .analytics .__item-main {
        flex-direction: column-reverse;
        padding-top: calc(54px + 228px);
    }

    .analytics .__item-main .__content,
    .analytics .__item-main .__image {
        max-width: 100%;
    }

    .analytics .__item-main .__image {
        position: absolute;
        right: 0;
        top: 0;
        margin: 0;
    }

    .analytics .__item-half {
        flex-direction: column;
        align-items: flex-start;
    }

    .offers__slider .__item {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
        padding: 16px;
        border-radius: 24px;
    }

    .offers__slider .__image {
        width: 100%;
    }

    .offers__slider .__image img {
        width: 100%;
    }

    .offers__slider .__content {
        max-width: 100%;
    }

    .clients {
        height: auto;
    }

    .clients .__row {
        flex-wrap: nowrap;
        gap: 8px;
        overflow: auto;
        margin: 0 -16px;
        padding: 0 16px;
    }

    .clients .__item {
        width: 248px;
        min-width: 248px;
        min-height: 300px;
    }

    .clients .__item-image .__text {
        margin: 16px;
    }

    .__table-wrapper {
        border: 0;
        margin: 0 -16px;
        border-radius: 0;
    }

    .__table {
        padding: 0;
        border-radius: 0;
        border-top: 1px solid #E6EEFF;
        border-bottom: 1px solid #E6EEFF;
        font-family: 'DegularDisplay', sans-serif;
    }

    .__table * {
        font-family: 'DegularDisplay', sans-serif;
        font-weight: 500;
    }

    .__table .yes,
    .__table .no {
        font-weight: 500;
    }

    .__table-row {
        border-radius: 0;
        padding: 16px;
        gap: 8px;
        align-items: center;
    }

    .__table-row:first-child {
        padding: 16px;
    }

    .__table-cell {
        width: 25%;
    }

    .cta-section-2 .cta-inner {
        flex-direction: column;
        align-items: center;
    }

    .cta-section-2 .__title {
        text-align: center;
    }

    .strengths .__item-4 .__image-wrapper,
    .strengths .__item-4 .strengths__image,
    .strengths .__item-4 .strengths__image img {
        width: 100%;
        height: 100%;
    }

    .strengths .__item-4 .strengths__image img {
        object-fit: cover;
    }

    .strengths .__item {
        height: 226px;
        margin: 0;
    }

    .strengths .__item-2 .__text,
    .strengths .__item-3 .__text,
    .strengths .__item-5 .__text {
        margin-bottom: 0;
    }

    .strengths .__item-5:before {
        width: 138px;
        height: 158px;
    }

    .strengths .__item-1 .__text {
        margin: 0 16px 18px;
    }

    .strengths__slider {
        margin-bottom: 72px;
    }

    .strengths-section .__block > .container {
        padding: 0;
        border-radius: 0;
    }

    .strengths-section {
        background-color: transparent;
        padding: 0;
        margin-bottom: 0;
        border-radius: 0;
    }

    .strengths-section:before {
        display: none;
    }

    .strengths:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 216px;
        background: url('../../images/smb-landing/strengths-bg-m.png') center / cover no-repeat;
    }

    .strengths {
        padding: 56px 16px;
        border-radius: 24px;
        background-color: #001940;
        position: relative;
        overflow: hidden;
    }

    .strengths > * {
        position: relative;
        z-index: 1;
    }

    .bonus {
        margin: 8px 16px 0;
    }

    .bonus-inner {
        background: linear-gradient(208.18deg, #001940 32.43%, #0056D9 97.67%);
        border-radius: 24px;
    }

    .solutions .__item {
        width: 100%;
    }
}

@media (max-width: 576px) {
    .know .__btn-wrapper {
        flex-direction:  column;
        gap: 8px;
    }

    .know .__row {
        flex-direction: column;
    }

    .know .__item {
        width: 100%;
        height: 216px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .know__icon {
        margin-bottom: 0;
        width: 64px;
        height: 64px;
    }

    .know .__item-1 {
        order: 1;
    }

    .know .__item-2 {
        order: 2;
    }

    .know .__item-3 {
        order: 4;
    }

    .know .__item-4 {
        order: 3;
    }

    .cta-section-1 .btn {
        white-space: normal;
    }

    .analytics .__subtitle {
        padding: 0 32px;
    }

    .analytics .__subtitle:before,
    .analytics .__subtitle:after {
        width: 24px;
    }

    .analytics .__item-main .btn {
        width: 100%;
    }

    .analytics__img {
        max-width: 108px;
    }

    .offers__slider {
        margin-bottom: 24px;
    }

    .offers-section .__btn-wrapper .btn {
        width: 100%;
    }

    .cta-section-2 .cta-inner {
        padding: 56px 16px;
    }

    .cta-section-2 .__btn-wrapper,
    .cta-section-2 .__btn-wrapper .btn {
        width: 100%;
    }

    .features .__btn-wrapper .btn {
        width: 100%;
    }

    .bonus-inner:before {
        left: auto;
        top: 0;
        bottom: auto;
        right: 0;
        width: 237px;
        height: 368px;
        background: url('../../images/smb-landing/bonus-2-m.png') center / cover no-repeat;
    }

    .bonus-image {
        margin-left: -16px;
        margin-bottom: -24px;
        display: block !important;
    }

    .bonus .btn {
        width: 100%;
    }

    .cta-section-3 .cta-inner {
        align-items: center;
    }

    .cta-section-3 .__content {
        text-align: center;
    }

    .cta-section-3 .__btn-wrapper,
    .cta-section-3 .btn {
        width: 100%;
    }
    .reviews .__btn-wrapper .btn {
        width: 100%;
    }

    .plans .__btn-wrapper .btn {
        width: 100%;
    }

    .strengths__slider .slick-dots {
        bottom: 16px;
    }

    .plans .__item {
        padding: 0;
        background: none;
    }

    .plans .__item:before {
        display: none;
    }

    .plans .__item-inner {
        height: auto;
        background: url('../../images/smb-landing/plans-item-bg-m.png') center / 100% 100% no-repeat;
    }

    .plans .__item-3 .__item-inner {
        padding: 24px 58px;
    }

    .plans .__title {
        max-width: 312px;
        margin: 0 auto 16px;
    }

    .plans .__text {
        max-width: 212px;
        margin: 0 auto 32px;
    }

    .hero-section .container {
        padding: 0 6px;
    }

    .hero-section__content {
        padding: 0 12px;
    }

    .hero-section__icon-1 {
        bottom: 178px;
        left: 71px;
    }

    .hero-section__icon-2 {
        left: 64px;
    }

    .hero-section__icon-4 {
        bottom: 172px;
    }

    .know-section {
        padding-top: 72px;
    }
}




/* Contact */
.popup {
    position: fixed;
    inset: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    padding: 24px 16px;
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(10px);
    display: flex;
    align-items: safe center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    overflow-x: hidden;
    overflow-y: auto;
    scrollbar-width: none;
    transition: 0.3s ease-in-out;
}

.popup._open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

body:has(.popup._open) .shiftnav-wrap {
    z-index: 600000;
}

.close-popup {
    position: absolute;
    top: 25px;
    right: 25px;
    z-index: 2;
    background: none !important;
    padding: 0;
    margin: 0 !important;
    border: none !important;
    box-shadow: none !important;
    display: block;
    transition: scale 0.3s ease-in-out;

    @media (hover: hover) {
        &:hover {
            scale: 1.3;
        }
    }
}

.popup-content {
    position: relative;
    max-width: 1580px;
    width: 100%;
}

.contact {
    max-width: 100%;
    padding: 10px;
    border-radius: 32px;
    background: rgba(255, 255, 255, 0.20);
    box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.2);
    overflow: hidden;
}

.contact__block {
    position: relative;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
    padding: 24px;
    border-radius: 24px;
    background: url('../../images/demo/form-bg.svg') center top / cover no-repeat, #0165ff;
    overflow: hidden;
}

.contact__main {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 1/1/2/2;
    display: -ms-grid;
    display: block;
    -ms-grid-columns: 1fr 24px 1fr;
    grid-template-columns: 1fr 1fr;
    grid-gap: 24px;
    text-align: left;
}

.contact__submitted {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 1/1/2/2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.contact__main.hidden,
.contact__main[hidden] {
    opacity: 0;
    position: relative;
    z-index: -1;
}

.contact__right {
    padding: 56px;
    margin: 32px 12px 32px 0;
    overflow: hidden;
    border-radius: 24px;
    background: #ebf3fe;
    box-shadow: 0 4px 24px 0 rgba(1, 101, 255, 0.2);

    @media (max-width: 1200px) {
        padding: 32px;
    }

    @media (max-width: 991px) {
        padding: 32px;
    }
}

.contact__left {
    align-self: stretch;
    padding: 32px 72px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
    overflow: hidden;

    @media (max-width: 1300px) {
        padding: 32px 48px;
    }

    @media (max-width: 1200px) {
        padding-left: 0;
    }
}

.contact__label {
    display: inline-block;
    width: fit-content;
    padding: 8px 16px;
    border-radius: 70px;
    border: 2px solid #fff;
    background: #0065ff;
    text-wrap: pretty;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    line-height: 150%;
}

.contact-title {
    color: #fff;
    font-size: 56px !important;
    font-weight: 600;
    line-height: 130%;
    text-wrap: pretty;
}

.contact__text {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    line-height: 160%;
}

p.contact__logo {
    margin-top: auto;
}

p.contact__logo img {
    max-width: 100%;
    height: auto;
}

p.contact__logo._mobile {
    display: none;
}

.contact-form {
    position: relative;
    z-index: 2;
    text-align: left;
    display: -ms-grid;
    display: grid;
    grid-gap: 16px;
    max-width: 100%;
    width: 100%;
}

.contact-form__row {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 16px 1fr;
    grid-template-columns: 1fr 1fr;
    grid-gap: 16px;
    width: 100%;
    max-width: 100%;
}

.contact-form__group {
    max-width: 100%;
    width: 100%;
}

.contact-form__group label {
    display: block;
    color: #fff;
    font-size: 14px;
    margin-bottom: 8px;
    padding-left: 18px;
}

.contact-form__group select,
.contact-form__group textarea,
.contact-form__group input {
    width: 100% !important;
    padding: 16px;
    display: block;
    min-height: 56px;
    color: #002966 !important;
    font-size: 16px;
    font-weight: 500;
    border-radius: 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #c7dcff !important;
    background: #fff;

    @media (hover: hover) {
        &:hover {
            border-color: rgba(0, 41, 102) !important;
        }
    }

    &:focus {
        border-color: rgba(0, 41, 102) !important;
    }
}

.contact-form__group select {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%23002966' stroke-width='2' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 0.75em center;
    background-size: 10px 6px;
    padding-right: 2em;

    & option[disabled] {
        color: rgba(0, 41, 102, 0.6);;
    }
}

.contact-form__group textarea {
    min-height: calc(2lh + 24px);
    resize: none;
    width: 100%;
    max-width: 100%;
}

.contact-form__group select::-webkit-input-placeholder,
.contact-form__group textarea::-webkit-input-placeholder,
.contact-form__group input::-webkit-input-placeholder {
    color: rgba(0, 41, 102, 0.6);
    font-size: 16px;
}

.contact-form__group select::-moz-placeholder,
.contact-form__group textarea::-moz-placeholder,
.contact-form__group input::-moz-placeholder {
    color: rgba(0, 41, 102, 0.6);
    font-size: 16px;
}

.contact-form__group select::placeholder,
.contact-form__group textarea::placeholder,
.contact-form__group input::placeholder {
    color: rgba(0, 41, 102, 0.6);
    font-size: 16px;
}

.contact-form__submit {
    width: 100%;
    font-weight: 800;
    font-size: 18px;
    line-height: 150%;
}

.submitted {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    min-height: min(70vh, 560px);
}

.submitted[hidden],
.submitted.hidden {
    display: none;
}

.submitted__wrap {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 960px;
    margin: 0 auto;
}

.submitted__icon {
    display: inline-block;
    width: 76px;
    height: 76px;
    margin-bottom: 24px;
    background: url('../../images/demo/success-icon.svg') center / contain no-repeat;
}

p.submitted__label {
    margin-bottom: 38px;
}

.submitted__title {
    text-align: center;
    margin-bottom: 16px;
    color: #fff !important;
}

p.submitted__text {
    max-width: 485px;
    font-size: 20px;
    font-weight: 500;
    margin: 0 auto 24px;
}

.submitted__buttons {
    width: 100%;
    max-width: 558px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;

    .button {
        flex: 0 0 calc(50% - 8px);
        width: calc(50% - 8px);
        padding-left: 20px;
        padding-right: 20px;
        min-width: unset;
    }
}

/* modal */
.modal-message .modal-form-header {
    background: #fff;
    color: #000;
    padding: 60px 30px;
    border-radius: 5px;
}

i.close-modal {
    position: absolute;
    right: 15px;
    top: 15px;
    font-style: normal;
    border-radius: 100%;
    width: 24px;
    color: #000;
    display: block;
}

i.close-modal:hover {
    color: #555;
    cursor: pointer;
}

.header-content-wrap .intro-text {
    font-size: 35px;
    line-height: 1.2;
    margin: auto;
    font-weight: 700;
    letter-spacing: -0.05px;
}

.modal-bg, .modal-block, .modal-message, .scroll-to-top {
    -webkit-transition: .8s;
    -o-transition: .8s;
    transition: .8s
}

.modal-message {
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    position: fixed;
    -webkit-backface-visibility: hidden;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 50px 16px;
}

.modal-message .modal-form-header strong {
    font-size: 21px;
    font-weight: 400;
    color: #000;
}

.modal-block .modal-form-header p {
    margin: 0;
    font-size: 15px;
    font-family: 'Montserrat Light', sans-serif;
}

.modal-message.removing-modal {
    opacity: 0;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.modal-message .modal-dialog {
    margin: 130px auto
}

.modal-message.showModal ~ .modal-bg {
    visibility: visible;
    opacity: 1;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, .7);
    z-index: 9998
}

.modal-message::-webkit-scrollbar {
    display: none
}

.modal-message.showModal {
    -webkit-animation: .4s linear smoothModal;
    animation: .4s linear smoothModal;
    display: block;
    z-index: 9999
}

@media (max-width: 1450px) {
    .calendly-section .__content {
        padding: 32px;
    }

    .calendly-section .__content h2 {
        font-size: 60px;
    }
}

@media (max-width: 1280px) {
    .calendly-section .__block {
        flex-direction: column;
        background-image: none;
    }

    .calendly-section .__content {
        padding: 24px;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .calendly-section .__content h2 {
        margin-bottom: 4px;
    }

    .calendly-box {
        flex: 0 0 100%;
        width: 100%;
        justify-content: center;
    }
}

@media (min-width: 991px) and (max-width: 1280px) {
    .calendly-section .__content h2 {
        max-width: 100%;
    }

    .calendly-section .__content p {
        max-width: 100%;
    }
}

@media (max-width: 1199px) {
    .contact__main {
        grid-gap: 0;
    }
}

@media (max-width: 991px) {
    /* Calendly */
    .calendly-section {
        padding-top: 48px;
    }

    .calendly-section .__content p {
        font-size: 24px;
    }

    /* contact */
    .contact__block {
        background-image: url('../../images/demo/form-bg-mob.svg');
        padding-top: 42px;
    }

    .popup {
        align-items: flex-start;
    }

    .popup-content {
        max-width: 660px;
        margin: auto;
    }

    .contact__main {
        grid-gap: 0;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .contact-title {
        font-size: 42px !important;
        text-wrap: balance;
        max-width: 700px;
        margin-left: auto;
        margin-right: auto;
    }

    .contact__right {
        margin: 24px 0 0;
    }

    .contact__left {
        text-align: center;
        padding: 0;
        gap: 8px;
        align-items: center;
    }

    .contact-form__group:has(.contact-form__submit) {
        padding: 4px;
    }

    p.contact__text {
        max-width: 100%;
    }

    .contact__main.hidden,
    .contact__main[hidden] {
        display: none !important;
    }

    p.contact__logo {
        display: none;
    }

    p.contact__logo._mobile {
        width: 100%;
        padding: 20px 0 0;
        display: flex;
        justify-content: center;
    }

    p.contact__logo img {
        flex: 0 0 160px;
        width: 160px;
        height: auto;
    }
}

@media (max-width: 767px) {

    /* Calendly */
    .calendly-section .__content {
        text-align: left;
        padding-left: 0;
        padding-right: 0;
    }

    .calendly-section .__content h2 {
        font-size: 46px;
        max-width: 100%;
        width: 100%;
    }

    .calendly-section .__content p {
        font-size: 18px;
        max-width: 100%;
        width: 100%;
    }

    /* contact */
    .popup {
        padding: 104px 16px 104px;
    }

    .close-popup {
        position: absolute;
        top: 10px;
        right: 10px;
    }

    .contact {
        padding: 0;
        border-radius: 24px;
        border: none;
        background: rgba(255, 255, 255, 0);
    }

    .contact-form {
        grid-gap: 8px;
    }

    .contact-form__row {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        grid-gap: 12px;
    }

    .contact-title {
        font-size: 32px !important;
        max-width: 600px;
    }

    .contact-form__group label {
        margin-bottom: 4px;
    }

    .contact-form__group select,
    .contact-form__group textarea,
    .contact-form__group input {
        padding: 10px 16px;
        border-radius: 12px;
        font-size: 16px;
    }

    .contact-form__group textarea {
        min-height: 60px;
    }

    .submitted {
        min-height: 60vh;
    }

    .submitted__icon {
        width: 56px;
        height: 56px;
    }

    .submitted__title {
        margin-bottom: 8px;
    }

    p.submitted__text {
        font-size: 16px;
        max-width: 415px;
    }
}

@media (max-width: 600px) {
    /* Calendly */
    .calendly-section .__block {
        display: flex;
        padding: 16px;
        justify-content: space-between;
        border-radius: 24px;
        background: url('../../images/demo/calendly-bg.svg') center / cover no-repeat, #0165ff;

        @media (max-width: 1280px) {
            flex-direction: column;
            background-image: none;
        }

        @media (max-width: 600px) {
            padding: 12px;
            border-radius: 12px;
        }
    }

    .calendly-section .__content {
        padding: 16px 0;
    }
}

@media (max-width: 520px) {
    .calendly-section .__content h2 {
        font-size: 30px;
    }

    .calendly-section .__content p {
        font-size: 14px;
    }

    /* contact */
    .contact__label .subtitle-2 {
        font-size: 16px;
    }

    p.contact__logo._mobile {
        padding: 12px 0 0;
    }

    p.contact__logo img {
        flex: 0 0 110px;
        width: 110px;
    }

    .submitted__buttons {
        flex-direction: column-reverse;
    }

    .contact .button {
        height: 48px;
        width: 100%;
    }

    .contact__right {
        border-radius: 12px;
        padding: 16px;
    }

    .contact__text {
        font-size: 16px;
    }

    .contact-title {
        font-size: 25px !important;
        text-wrap: balance;
    }

    .submitted__icon {
        width: 48px;
        height: 48px;
    }
}

.submit-loader {
    display: inline-block;
    animation: spiner 1s infinite linear;

    & svg {
        display: block;
        width: 24px;
        height: auto;
    }
}

@-webkit-keyframes spiner {
    from {
        rotate: 0;
    }
    to {
        rotate: 360deg;
    }
}

@keyframes spiner {
    from {
        rotate: 0;
    }
    to {
        rotate: 360deg;
    }
}

/*saas modal*/
.showModal .saas-modals .modal-content,
.modals-container.showModal {
    opacity: 1;
    visibility: visible;
    display: block;
    z-index: 10;
}

.modal-form-header {
    background: linear-gradient(70deg, #4e4d9e, #077cb4);
}

.modal-dialog {
    margin: 70px 10px;
}

@media (min-width: 768px) {
    .modal-dialog {
        margin: 70px auto;
    }
}

.modals-container .modal-form-header {
    padding: 20px 40px;
}

.modals-container .hide-modal {
    width: 24px;
    height: 24px;
    border: 0;
    background-color: #fff;
}

.modals-container .hide-modal:after {
    content: '';
    position: absolute;
    width: 18px;
    height: 18px;
    background-size: cover;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M18 6L6 18M6 6L18 18' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.modals-container {
    background: rgba(0, 0, 0, .75);
}