.main-title {
    font-size: 64px !important;
    line-height: 78px !important;
    text-transform: capitalize !important;
}

.animation-bubbles {
    animation: ripple_shadow-main 6s linear infinite;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.08);
    width: 500px;
    height: 500px;
}

@keyframes ripple_shadow-main {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.05);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.05);
    }

    50% {
        -webkit-box-shadow: 0 0 0 200px rgba(255, 255, 255, 0.03);
        box-shadow: 0 0 0 100px rgba(255, 255, 255, 0.03);
    }

    100% {
        -webkit-box-shadow: 0 0 0 200px rgba(255, 255, 255, 0.01);
        box-shadow: 0 0 0 200px rgba(255, 255, 255, 0.01);
    }
}

#slide {
    background: url(../img/mask-stars.webp),
    url(../img/mask-rev.webp),
    url(../img/main-bg-reviews.webp);
    background-size: contain, cover, contain;
    background-position: center 70px, center, center;
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-color: #0c7f40;
}

@media screen and (max-width: 1250px) {
    #slide {
        background: none;
        background-color: #0c7f40;
    }

    .animation-bubbles {
        width: 450px;
        height: 450px;
    }
}

@media screen and (max-width: 992px) {
    .foxapp-header {
        background: #0c7f40;
    }
}

@media (max-width: 768px) {
    html {
        overflow-x: hidden;
    }

    .slide .content-bottom h2 {
        font-size: 40px !important;
        line-height: 50px !important;
    }

    .why-us-right-side {
        max-width: 541px;
        margin-top: 40px !important;
    }

    .btn-green-shadow {
        padding: 16px 12px !important;
    }

    #respond-customer .block-icon {
        padding-right: 15px !important;
    }
}

.main-text {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    color: rgba(255, 255, 255, 0.8);
}

.btn-green-shadow {
    width: max-content;
    background-color: #0C7E40 !important;
    text-transform: uppercase;
    padding: 16px 40px;
    font-size: 16px;
    margin-top: 30px;
    color: #fff;
    letter-spacing: 0.1px;
    /*text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px  1px 0 #000,1px  1px 0 #000, 2px  2px 5px rgba(0, 0, 0, 0.5);*/
}

.btn-gray {
    background: #2E3A4F !important;
    color: #fff !important;
    font-weight: bold;
    font-size: 16px;
    padding: 16px 40px !important;
    text-transform: uppercase;
}

.btn-gray:hover {
    color: #fff !important;
    background-color: #F2CE5F !important;
}

.btn:active,
.btn:focus-visible {
    transform: scale(0.97);
}

.btn-green-shadow:hover {
    color: #fff !important;
    background-color: #F2CE5F !important;
}


.why-us-right-side {
    background-color: #0C7E40;
    border-radius: 50px;
    padding: 28px 40px 0 40px;
    color: #fff !important;
}

.why-us-right-side p {
    text-align: left;
    margin-bottom: 30px;
    line-height: 28px;
}

.why-us-right-side p span {
    opacity: 1 !important;
}

.subscribe .subscribe-form {
    background: #fff;
    padding: 25px;
    position: relative;
    overflow: hidden;
    border-radius: 80px;
}

.subscribe-block {
    width: 100%;
}

.mobile-wrapper {
    width: 350px;
    background-image: url('/assets-landing/img/mobile-new1.webp');
    background-size: contain;
    height: 614px;
    background-position: center;
    margin: auto;
}

.mobile-wrapper-block {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
    margin: auto;
    width: 280px;
    position: relative;
    top: 50%;
    transform: translate(-1%, -28%);
    padding: 0 19px 0 20px;
}


.gather-review-wrapper {
    background-color: #f6f6f6;
    text-align: center;
    font-size: 60px;
    font-weight: 900;
    overflow: hidden;
}

.gather-review-wrapper h3 {
    color: #2E3A4F;
    font-size: 60px;
    font-weight: 600;
    margin: 60px 0;
}

.gather-review-wrapper .slider-line {
    display: flex;
    align-items: center;
    overflow: hidden;
    white-space: nowrap;
}

.gather-review-wrapper .slider-track {
    display: flex;
    gap: 15px;
    margin-bottom: 60px;
    animation: scroll 1200s linear infinite;
}

.gather-review-wrapper .slide-block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 5px 10px 10px 10px;
    width: 200px;
    background-color: #fdfdfd;
    border-radius: 35px;
    border: 1px solid #eeeeee;
    box-shadow: 0px 0px 2px 1px #e8e8e8;
}

/*.gather-review-wrapper  .slide-block  img {*/
/*    height: 40px;*/
/*}*/

.gather-review-wrapper .slide-block p {
    font-size: 18px;
    color: #3b475a;
    margin: 0;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.slide-block-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    margin-top: 10px;
}

.slide-block-logo svg,
.slide-block-logo img {
    width: 36px !important;
    height: 36px !important;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}

/*Send Review block*/
#send-review {
    margin: 90px auto;
}

.send-review-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.send-review-block-revers {
    flex-direction: row-reverse;
    margin-top: 60px;
}

.send-review-block-text {
    display: flex;
    flex-direction: column;
    align-items: start;
}

.send-review-block-revers .send-review-block-text {
    align-items: end !important;
}

.send-review-block-text h4 {
    color: #2E3A4F;
    font-weight: bold;
    font-size: 40px;
    margin-bottom: 30px;
    max-width: 480px;
    line-height: normal;
}

.send-review-block-text p {
    font-size: 16px;
    color: #545454;
}

.send-review-block-img-wrapper {
    max-width: 540px;
    background-color: #F7F7F7;
    border-radius: 50px;
    padding: 15px;
}

.send-review-block-img-wrapper img {
    margin: auto;
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    border-radius: 10px;
}

/*QR codes section*/
#qr-codes {
    background-color: #f6f6f6;
    padding: 90px 0;
}

#qr-codes .title {
    font-size: 60px;
    font-weight: 600;
    color: #2E3A4F;
    margin-bottom: 16px;
    text-align: center;
}

.qr-code-section {
    display: flex;
    gap: 20px;
    justify-content: center;
    padding: 20px;
    /*margin-top: 100px;*/
}

.qr-code-block {
    background-color: #0C7E40;
    color: white;
    padding: 32px 40px;
    border-radius: 50px;
    width: 350px;
    height: 391px;
    text-align: center;
    position: relative;
    box-sizing: border-box;
    margin-top: 100px;
}

.qr-code-icon {
    width: 128px;
    height: 128px;
    background-color: #fff;
    margin: auto;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 0%;
    transform: translate(-50%, -50%);
}

.qr-code-icon img {
    width: 60px;
    height: 128px;
}

.qr-code-title {
    font-size: 23px;
    font-weight: bold;
    color: #fff;
    margin-top: 80px;
    margin-bottom: 24px;
}

.qr-code-text p {
    margin: 0;
    line-height: 28px;
    color: rgb(255 255 255 / 80%);
}

.qr-code-text span {
    margin: 0;
    line-height: 28px;
    color: #fff;
}

.qr-code-text-block p,
#qr-codes .sub-title {
    font-size: 16px;
    color: #545454;
    line-height: 28px;
    text-align: center;
    text-align: center;
}

.qr-code-text-block p {
    margin-bottom: 20px;
}

#qr-codes .sub-title {
    font-size: 18px;
}

.qr-code-text-block h4 {
    font-size: 40px;
    text-align: center;
    margin-top: 60px;
    color: #2E3A4F;
    margin-bottom: 16px;
    font-weight: 600;
}

.qr-code-text-block h6 {
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 16px;
}

/*Respond To Your Customers Reviews*/
#respond-customer {
    padding: 90px 0;
}

#respond-customer .block-icon {
    padding-right: 40px;
}

#respond-customer .block-icon img {
    max-width: 340px;
    width: 100%;
    margin: auto;
    display: flex;
}

#respond-customer .text-block {

}

#respond-customer .text-block p {
    margin: 0;
    line-height: 28px;
    font-size: 18px;
    margin-bottom: 16px;
    color: #545454;
    max-width: 95%;
}

#respond-customer .text-block span {
    margin: 0;
    line-height: 28px;
    color: #545454;
    font-weight: bold;
}

#respond-customer .text-block h3 {
    font-size: 60px;
    font-weight: 600;
    color: #2E3A4F;
    margin-bottom: 16px;
}

/*Why Responding to Reviews Matters*/
#review-matters {
    background-color: #2E3A4F;
    color: #ffffff;
    padding-top: 90px;
    padding-bottom: 10px;
}

#review-matters h3 {
    font-size: 40px;
    margin-bottom: 50px;
    color: #ffffff;
    font-weight: 600;
}

.review-matter-item {
    padding: 3px;
    margin-bottom: 20px;
}

.review-icon img {
    width: 40px;
}

.review-title p {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.3;
    margin-top: 40px;
    margin-bottom: 16px;
}

.review-text {
    font-size: 16px;
    line-height: 28px;
    color: rgb(255 255 255 / 80%);
}

/*How Go Big Reviews Makes Responding Effortless*/
#responding-effort {
    background-color: #fff;
    padding: 90px 0;
}

#responding-effort h3 {
    font-size: 40px;
    margin-bottom: 60px;
    color: #2E3A4F;
    font-weight: 600;
}

.responding-effort-item {
    background-color: #f6f6f6;
    margin-bottom: 30px;
    padding: 40px !important;
    border-radius: 50px;
}

.effort-icon img {
    width: 80px;
    margin-right: 40px;
}

.effort-title p {
    font-size: 20px;
    font-weight: bold;
    color: #2c3e50;
    margin-bottom: 16px;
}

.effort-text {
    font-size: 16px;
    color: #545454;
    line-height: 28px;
    margin-bottom: 0;
}

@media (max-width: 500px) {
    .responding-effort-item {
        flex-wrap: wrap;
        justify-content: center;
    }

    .effort-icon img {
        margin-right: 0px;
    }

    .effort-title p {
        text-align: center;
        margin-top: 30px;
    }

    .effort-text {
        text-align: center;
    }
}


/*Subscribe*/
.subscribe-block .form-group .form-control {
    border: none;
    border-bottom: 2px solid;
    border-radius: 0;
    font-weight: 300;
    padding: 14px 20px;
    background: transparent;
    margin-bottom: 0;
    background: rgba(158, 158, 158, 0.1);
    border-radius: 50px;
    border: none;
}

/*Arrow animation */
#wrap {
    diplay: block;
    height: 60px;
    width: 100px;
    /*position: absolute;*/
    left: 0;
    right: 0;
    margin: 0px auto;
    transform: rotate(180deg);
}

.arrow {
    display: block;
    height: 27px;
    width: 27px;
    border-right: 4px solid white;
    border-bottom: 4px solid white;
    transform: rotateZ(45deg);
    padding: 0px;
    margin-left: auto;
    margin-right: auto;
    -webkit-animation: go 3s infinite;
    -moz-animation: go 3s infinite;
    -ms-animation: go 3s infinite;
    -o-animation: go 3s infinite;
    animation: go 3s infinite;
    margin-bottom: -7px;
}

/*.text-0 {*/
/*    -webkit-animation: goText 3s infinite;*/
/*    -moz-animation: goText 3s infinite;*/
/*    -ms-animation: goText 3s infinite;*/
/*    -o-animation: goText 3s infinite;*/
/*    animation: goText 3s infinite;*/
/*}*/

@-webkit-keyframes goText {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-moz-keyframes goText {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-ms-keyframes goText {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-o-keyframes goText {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes goText {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-webkit-keyframes go {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-moz-keyframes go {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-ms-keyframes go {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-o-keyframes go {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes go {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.arrow2 {
    display: block;
    height: 27px;
    width: 27px;
    border-right: 4px solid white;
    border-bottom: 4px solid white;
    transform: rotateZ(45deg);
    padding: 0px;
    margin-left: auto;
    margin-right: auto;
    -webkit-animation: go2 3s infinite;
    -moz-animation: go2 3s infinite;
    -ms-animation: go2 3s infinite;
    -o-animation: go2 3s infinite;
    animation: go2 3s infinite;
    -webkit-animation-delay: 0.5s;
    -moz-animation-delay: 0.5s;
    -ms-animation-delay: 0.5s;
    -o-animation-delay: 0.5s;
    animation-delay: 0.5s;
    margin-bottom: -7px;
}

@-webkit-keyframes go2 {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@-moz-keyframes go2 {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@-ms-keyframes go2 {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@-o-keyframes go2 {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes go2 {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.arrow3 {
    display: block;
    height: 27px;
    width: 27px;
    border-right: 4px solid white;
    border-bottom: 4px solid white;
    transform: rotateZ(45deg);
    padding: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -10px;
    -webkit-animation: go3 3s infinite;
    -moz-animation: go3 3s infinite;
    -ms-animation: go3 3s infinite;
    -o-animation: go3 3s infinite;
    animation: go3 3s infinite;
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -ms-animation-delay: 1s;
    -o-animation-delay: 1s;
    animation-delay: 1s;
}

@keyframes go3 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-moz-keyframes go3 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-ms-keyframes go3 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-o-keyframes go3 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.margin-top {
    margin-top: 44px;
}

:root {
    --switches-bg-color: #0c7f40;
    --switches-label-color: #f6f6f6;
    --switch-bg-color: #f6f6f6;
    --switch-text-color: #0c7f40;
}

.switches-wrapper {
    margin-top: 35px;
}

.switches-wrapper p {
    margin-top: 2rem;
    font-size: 0.75rem;
    text-align: center;
}

.ribbon {
    position: absolute;
    right: -4px;
    top: -6px;
    z-index: 100;
    overflow: hidden;
    width: 65px;
    height: 48px;
    text-align: right;
    pointer-events: none;
}

.switches-container {
    width: 16rem;
    position: relative;
    display: flex;
    padding: 0;
    background: var(--switches-bg-color);
    line-height: 3rem;
    border-radius: 3rem;
    margin-left: auto;
    margin-right: auto;
    justify-content: space-between;
}

.switches-container input {
    visibility: hidden;
    position: absolute;
    top: 0;
}

.switches-container label {
    width: 50%;
    padding: 0;
    margin: 0;
    text-align: center;
    cursor: pointer;
    color: var(--switches-label-color);
}


.switch-wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50%;
    padding: 0.15rem;
    z-index: 3;
    transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    /* transition: transform 1s; */
}


.switches-wrapper .switch {
    border-radius: 3rem;
    background: var(--switch-bg-color);
    height: 100%;
}


.switches-wrapper .switch div {
    width: 100%;
    text-align: center;
    opacity: 0;
    display: block;
    color: var(--switch-text-color);
    transition: opacity 0.2s cubic-bezier(0.77, 0, 0.175, 1) 0.125s;
    will-change: opacity;
    position: absolute;
    top: 0;
    left: 0;
}


.switches-container input:nth-of-type(1):checked ~ .switch-wrapper {
    transform: translateX(0%);
}


.switches-container input:nth-of-type(2):checked ~ .switch-wrapper {
    transform: translateX(100%);
}


.switches-container
input:nth-of-type(1):checked
~ .switch-wrapper
.switch
div:nth-of-type(1) {
    opacity: 1;
}


.switches-container
input:nth-of-type(2):checked
~ .switch-wrapper
.switch
div:nth-of-type(2) {
    opacity: 1;
}

.switches-container label {
    position: relative;
}

.ribbon {
    position: absolute;
    right: -4px;
    top: -6px;
    z-index: 100;
    overflow: hidden;
    width: 65px;
    height: 48px;
    text-align: right;
    pointer-events: none; /* Добавьте это свойство */
}

.ribbon span {
    font-size: 9px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    line-height: 14px;
    transform: rotate(35deg);
    width: 75px;
    display: block;
    background: #79A70A;
    background: linear-gradient(#9BC90D 0%, #79A70A 100%);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 10px;
    right: -11px;
}

.ribbon span::before,
.ribbon span::after {
    content: '';
    position: absolute;
    border-style: solid;
}

.ribbon span::before {
    left: 0;
    top: 100%;
    border-width: 4px; /* Ширина границ */
    border-color: #79A70A transparent transparent #79A70A;
}

.ribbon span::after {
    right: 0;
    top: 100%;
    border-width: 4px; /* Ширина границ */
    border-color: #79A70A transparent transparent #79A70A;
}

.red span {
    background: linear-gradient(#F70505 0%, #8F0808 100%);
}

.red span::before {
    border-color: #8F0808 transparent transparent #8F0808;
}

.red span::after {
    border-color: #8F0808 transparent transparent #8F0808;
}

.blue span {
    background: linear-gradient(#2989d8 0%, #1e5799 100%);
}

.blue span::before {
    border-color: #1e5799 transparent transparent #1e5799;
}

.blue span::after {
    border-color: #1e5799 transparent transparent #1e5799;
}

.trial-ribbon {
    color: #fdbe00 !important;
    font-weight: 600;
    letter-spacing: 0.4px;
    text-transform: capitalize;
    font-size: 23px;
}

.prices .price-table .top {
    min-height: 335px;
    display: flex;
    flex-direction: column;
}

/*Trial Ribbon*/

#trial-ribbon {
    position: relative;
    margin: 0 auto 20px;
    padding: 10px 40px;
    text-align: center;
    background-color: #c92f2f;
    padding: 0;
    margin: 0;
    font-size: 14px;
}

#trial-ribbon {
    position: relative;
    margin: 0 auto 0px;
    padding: 5px 20px;
    text-align: center;
    background-color:#c92f2f;
    color: #fff;
    z-index: 99999;
    font-size: 20px;
    font-weight: 600;
    width: 100%;
    display: block;
    border-radius: 4px;
    line-height: 1;
}

#trial-ribbon::before, #trial-ribbon::after {
    content: '';
    width: 40px;
    height: 100%;
    background-color: #c92f2f;
    position: absolute;
    z-index: -1;
    top: 10px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 25% 50%);
    background-image: linear-gradient(45deg, transparent 50%, #c92f2f 50%);
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position: bottom right;
    border-radius: 4px;
}

#trial-ribbon::before {
    left: -20px;
}

#trial-ribbon::after {
    right: -20px;
    transform: scaleX(-1);
}